onnxruntime/include/onnxruntime/core/session
Scott McKay 8e9188e265
Add SessionOptions use_deterministic_compute to the C and C++ APIs. (#18944)
### Description
<!-- Describe your changes. -->
SessionOptions use_deterministic_compute can be set via the python API.
User request to enable setting via C API.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
#17416
2024-01-04 11:12:48 +10:00
..
environment.h ExecutionProvider API refactor - move allocator from EP level to SessionState level and indexed by OrtDevice (#15833) 2023-06-19 17:44:45 -07:00
experimental_onnxruntime_cxx_api.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
experimental_onnxruntime_cxx_inline.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
onnxruntime_c_api.h Add SessionOptions use_deterministic_compute to the C and C++ APIs. (#18944) 2024-01-04 11:12:48 +10:00
onnxruntime_cxx_api.h Add SessionOptions use_deterministic_compute to the C and C++ APIs. (#18944) 2024-01-04 11:12:48 +10:00
onnxruntime_cxx_inline.h Add SessionOptions use_deterministic_compute to the C and C++ APIs. (#18944) 2024-01-04 11:12:48 +10:00
onnxruntime_float16.h Work on eliminating Internal Compiler Error (#16741) 2023-07-18 10:17:52 -07:00
onnxruntime_lite_custom_op.h Move up members in Lite Custom Op hierarchy for possible memleaks. (#18478) 2023-11-18 15:00:54 -08:00
onnxruntime_run_options_config_keys.h Adding RunOptions synchronization behaviour to C/C++ API (#14088) 2023-02-07 19:59:28 -08:00
onnxruntime_session_options_config_keys.h Move some QNN EP provider options to session options (#18877) 2023-12-20 00:13:38 -08:00
snippets.dox