onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests
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
..
Tensors Support scalar tensors in c# (#4849) 2020-08-25 11:00:33 -07:00
InferenceTest.cs Deprecate Python global configuration functions [Part 2] (#6171) 2021-01-07 10:10:55 -08:00
Microsoft.ML.OnnxRuntime.Tests.csproj Document all C# API pubic interfaces (#5853) 2020-11-20 14:03:55 -08:00
OnnxMl.cs Add RelWithDebInfo target to the C# projects so that it correctly finds the native build. (#3839) 2020-05-06 20:01:04 +10:00
OrtIoBindingAllocationTest.cs C#: Add CreateFromMemory to FixedBufferOnnxValue to allow bind user buffers and pass custom binary compatible types (#5886) 2020-11-24 14:10:14 -08:00