onnxruntime/onnxruntime/core/graph
Caroline Zhu eeef0c8aca
Enable exporting for inference when loading from buffer without behavior changes (#21601)
### Description
Added eval model buffer as optional field in Module so that you can
export for inference using the eval model stored as a buffer.

### Motivation and Context
- Resolves #21152 
- Previous solution (PR #21422) produced an eval model that was specific
to the EP's used to train because of unavoidable runtime optimizations
that changed the graph stored with the eval session.
2024-08-09 16:59:50 -07:00
..
contrib_ops [CPU EP] Add block quantized Gather contrib op (#21630) 2024-08-09 12:15:11 -07:00
dml_ops [wasm] upgrade emsdk to 3.1.44 (#17069) 2023-08-10 16:08:36 -07:00
extended_graph_edge.h
function.cc
function_container.h
function_impl.h
function_inliner.h
function_template.h
function_utils.cc If Branch Constant Folding (#18105) 2023-11-13 17:33:30 -08:00
function_utils.h Eliminate hashmap copies during function inlining (#17439) 2023-09-07 14:08:38 -07:00
graph.cc CoreML: Aggregated changes to add all required ops for priority model (#21472) 2024-07-26 08:29:33 +10:00
graph_flatbuffers_utils.cc Update the functions in tensorprotoutils.h to use std::filesystem::path instead (#20920) 2024-06-28 20:03:57 -07:00
graph_flatbuffers_utils.h Update the functions in tensorprotoutils.h to use std::filesystem::path instead (#20920) 2024-06-28 20:03:57 -07:00
graph_proto_serializer.cc OVEP options to disable CPU fallback at compile time (#21166) 2024-06-28 08:31:02 -07:00
graph_proto_serializer.h Fix Onnxruntime-TVM CI (#20498) 2024-04-29 11:03:57 +08:00
graph_utils.cc Fix lint C++ actions (#21303) 2024-07-11 09:46:41 +08:00
graph_utils.h Fix lint C++ actions (#21303) 2024-07-11 09:46:41 +08:00
graph_viewer.cc Fix lint C++ actions (#21303) 2024-07-11 09:46:41 +08:00
model.cc Enable exporting for inference when loading from buffer without behavior changes (#21601) 2024-08-09 16:59:50 -07:00
model.h Enable exporting for inference when loading from buffer without behavior changes (#21601) 2024-08-09 16:59:50 -07:00
model_load_utils.h
node_attr_utils.cc
node_attr_utils.h Remove core/common/gsl.h (#20894) 2024-07-08 18:09:39 -07:00
onnx_protobuf.h [wasm] upgrade emsdk to 3.1.44 (#17069) 2023-08-10 16:08:36 -07:00
op.cc
op.h Fix lint C++ actions (#21303) 2024-07-11 09:46:41 +08:00
op_identifier.h
op_identifier_utils.cc
op_identifier_utils.h [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
ort_format_load_options.h
record.h
runtime_optimization_record.h
runtime_optimization_record_container.cc Fix lint C++ actions (#21303) 2024-07-11 09:46:41 +08:00
runtime_optimization_record_container.h [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
schema_registry.cc Fix lint C++ actions (#21303) 2024-07-11 09:46:41 +08:00