onnxruntime/include/onnxruntime/core/session
Hector Li 002916acb0
Validate the context_file_path before EP compile graphs (#23611)
Validate the context_file_path before EP compile graphs to make it fail fast. To avoid the possibility that EP generate new file (context binary file or blob file) over write the existing file. Return error if the path points to folder.
2025-02-07 21:31:11 -08: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 Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -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 [QNN EP] Make offloading graph input/output quantization (to CPU) the default (#23368) 2025-02-04 11:42:46 -08:00
onnxruntime_cxx_api.h Add QNN EP HTP shared memory allocator (#23136) 2025-01-14 11:09:50 -08:00
onnxruntime_cxx_inline.h Enable Ort objects to be stored in a resizable std::vector (#22608) 2024-10-29 09:59:59 -07:00
onnxruntime_float16.h remove unused and confusing float16 constants (#21999) 2024-09-05 22:00:48 -07:00
onnxruntime_lite_custom_op.h Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00
onnxruntime_run_options_config_keys.h Add SetEpDynamicOptions and remove workload_type from run/session options (#22282) 2024-10-09 22:54:22 -07:00
onnxruntime_session_options_config_keys.h Validate the context_file_path before EP compile graphs (#23611) 2025-02-07 21:31:11 -08:00
snippets.dox