onnxruntime/onnxruntime/core/session
Suryaprakash Shanmugam 0723dcb8b5
OpenVINO Execution Provider with 2023.2 support (#18596)
- Add support for OpenVINO 2023.2
- num_of_threads provider option is mapped to the CPU device property
inference_num_threads of the CPU plugin, so users can control the
#threads used for inference by the CPU
- Logging in Debug mode now includes the runtime properties set for
devices
- Fix issue in using external weights through OpenVINO

---------

Co-authored-by: Preetha Veeramalai <preetha.veeramalai@intel.com>
2023-12-13 15:56:43 -08:00
..
abi_session_options.cc Add support for specifying a custom logging function per session. (#17727) 2023-09-29 19:46:55 -07:00
abi_session_options_impl.h
allocator_adapters.cc
allocator_adapters.h
api_utils.cc
api_utils.h
custom_ops.cc Versioning for custom op (#18088) 2023-10-31 16:50:27 -07:00
custom_ops.h
default_cpu_allocator_c_api.cc
environment.cc
inference_session.cc Log out ORT session options (#16259) 2023-12-11 17:56:27 -08:00
inference_session.h Log out ORT session options (#16259) 2023-12-11 17:56:27 -08:00
inference_session_utils.cc
inference_session_utils.h
IOBinding.cc
IOBinding.h
onnxruntime_c_api.cc Custom op shape inference API (#17737) 2023-10-13 12:57:42 -07:00
ort_apis.h Custom op shape inference API (#17737) 2023-10-13 12:57:42 -07:00
ort_env.cc Add support for specifying a custom logging function per session. (#17727) 2023-09-29 19:46:55 -07:00
ort_env.h Add support for specifying a custom logging function per session. (#17727) 2023-09-29 19:46:55 -07:00
provider_bridge_ort.cc OpenVINO Execution Provider with 2023.2 support (#18596) 2023-12-13 15:56:43 -08:00
provider_bridge_ort.h
provider_registration.cc OpenVINO Execution Provider with 2023.2 support (#18596) 2023-12-13 15:56:43 -08:00
standalone_op_invoker.cc
user_logging_sink.h Add support for specifying a custom logging function per session. (#17727) 2023-09-29 19:46:55 -07:00