onnxruntime/include/onnxruntime/core/graph
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
..
basic_types.h Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
constants.h Deprecate Python global configuration functions [Part 2] (#6171) 2021-01-07 10:10:55 -08:00
function.h Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
graph.h Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
graph_nodes.h Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
graph_viewer.h Filter initializers for GraphViewer with IndexedSubGraph (#5884) 2020-11-20 18:36:58 -08:00
indexed_sub_graph.h Add ability to filter GraphViewer using IndexedSubGraph. (#5614) 2020-11-04 07:08:18 +10:00
node_arg.h Factor out IAllocator so that it can be shared with shared providers (#5567) 2020-10-27 17:28:17 -07:00
onnx_protobuf.h
schema_registry.h Enable rejecting models based on onnx opset (#4912) 2020-08-31 13:35:36 -07:00