onnxruntime/csharp/test
Edward Chen d761571afc
Deprecate Python global configuration functions [Part 2] (#6171)
Update Python API to allow more flexibility for setting providers and provider options.

The providers argument (InferenceSession/TrainingSession constructors, InferenceSession.set_providers()) now also accepts a tuple of (name, options dict).
Fix get_available_providers() API (and the corresponding function in the C API) to return the providers in default priority order. Now it can be used as a starting point for the providers argument and maintain the default priority order.
Convert some usages of the deprecated global configuration functions to use EP-specific options instead.

Update some EP-specific option parsing to fail on unknown options.

Other clean up.
2021-01-07 10:10:55 -08:00
..
Microsoft.AI.MachineLearning.Tests Add cppwinrt and cswinrt tests in windowsai nuget pipeline (#4381) 2020-07-07 09:36:42 -07:00
Microsoft.AI.MachineLearning.Tests.DotNet5_0 Enable C# .NET5 for WinML (#6120) 2020-12-14 15:05:15 -08:00
Microsoft.ML.OnnxRuntime.EndToEndTests Replace direct pulls from image cache container registry with get_docker_image.py, build definition clean up. (#5906) 2020-12-01 19:10:23 -08:00
Microsoft.ML.OnnxRuntime.EndToEndTests.Capi Packaging pipeline changes for VS 2019 (#2711) 2019-12-20 19:53:51 -08:00
Microsoft.ML.OnnxRuntime.Tests Deprecate Python global configuration functions [Part 2] (#6171) 2021-01-07 10:10:55 -08:00