onnxruntime/onnxruntime/test/shared_lib
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
..
cuda_ops.cu Enable varied input type for custom op (#6066) 2020-12-09 15:10:42 -08:00
fns_candy_style_transfer.c
onnx_protobuf.h Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
test_allocator.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_fixture.h Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
test_inference.cc Deprecate Python global configuration functions [Part 2] (#6171) 2021-01-07 10:10:55 -08:00
test_io_types.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_model_loading.cc Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
test_nontensor_types.cc Cosmetic change in non tensor tests (#5317) 2020-09-28 21:23:30 -07:00
test_run_options.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_session_options.cc Add a generic collection of session configurations to the SessionOptions (#4718) 2020-08-18 13:40:40 -07:00