onnxruntime/include/onnxruntime/core/session
Hector Li 385fab5bae
[QNN EP] Qnn cache improvement (#17757)
### Description
Improve the QNN context binary cache feature to reduce the memory
overhead and initialization time overhead.
Instead of dumping a Qnn context binary file with metadata as header, we
dump a Onnx format file with metadata inside Onnx node.

### Motivation and Context
 reduce the memory overhead and initialization time overhead
2023-10-06 15:56:33 -07: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 [QNN EP] Qnn cache improvement (#17757) 2023-10-06 15:56:33 -07:00
onnxruntime_cxx_api.h Patch lite custom op API (#17605) 2023-09-26 14:02:18 -07:00
onnxruntime_cxx_inline.h RunAsync C/CXX API (#16613) 2023-07-16 16:51:40 -07:00
onnxruntime_float16.h Work on eliminating Internal Compiler Error (#16741) 2023-07-18 10:17:52 -07:00
onnxruntime_lite_custom_op.h Patch lite custom op API (#17605) 2023-09-26 14:02:18 -07: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 Allow saving of large models after optimization (github issue 12882) (#16440) 2023-06-21 22:46:26 -07:00
snippets.dox