onnxruntime/include/onnxruntime/core/graph
Scott McKay 0b0c51e028
Support direct usage of ORT format model flatbuffer for initializers (#12465)
* Add ability to use ORT format model flatbuffer directly for intiializers by leveraging the TensorProto external data infrastructure.

Requires user to provide ORT format model bytes when creating the session, and set both `session.use_ort_model_bytes_directly` and `session.use_ort_model_bytes_for_initializers` to 1 in SessionOptions config entries (AddSessionConfigEntry in C API).
2022-08-12 18:31:43 +10:00
..
basic_types.h Fix SDL warnings in CPU EP (#9975) 2021-12-19 20:54:29 -08:00
constants.h Snpe ep (#11665) 2022-06-03 14:10:02 -07:00
function.h Re-implment the function support in onnxruntime (#11167) 2022-04-29 10:15:58 -07:00
graph.h Support direct usage of ORT format model flatbuffer for initializers (#12465) 2022-08-12 18:31:43 +10:00
graph_nodes.h Fix CUDA 10.2 compile error due to inlined_containers.h inclusion (#10702) 2022-02-28 19:56:44 -08:00
graph_viewer.h Fix TRT custom op issue (#12283) 2022-07-29 03:39:56 -07:00
indexed_sub_graph.h XNNPACK EP (#11445) 2022-06-03 20:22:34 +10:00
node_arg.h Remove ORT_ENABLE_RUNTIME_OPTIMIZATION_IN_MINIMAL_BUILD. (#10778) 2022-03-08 16:18:49 -08:00
schema_registry.h Update C++ Standard from 14 to 17 (#8041) 2021-06-25 14:08:01 -07:00