onnxruntime/include/onnxruntime/core
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
..
common remove gsl to make status.h independent from gsl (#17402) 2023-09-13 21:47:43 -07:00
eager Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
framework Handle string initializers in constant folding (#17422) 2023-09-27 21:15:58 +10:00
graph Remove redundant Resolve() after each inlined function (#17556) 2023-09-15 12:13:37 -07:00
optimizer fix compilation error in no absl build (#15769) 2023-05-02 08:20:49 -07:00
platform Re-implement stacktrace (#17173) 2023-08-16 16:07:49 -07:00
providers [TensorRT EP] Refactor OrtTensorRTProviderOptions initialization and make it easy to add new field (#17617) 2023-10-06 14:12:20 -07:00
session [QNN EP] Qnn cache improvement (#17757) 2023-10-06 15:56:33 -07:00