onnxruntime/onnxruntime/core/graph
Scott McKay 47c09e6701
Clarify usage of kOnnxDomainAlias. (#10962)
* Clarify usage of kOnnxDomainAlias.
2022-03-25 09:52:59 +10:00
..
contrib_ops update with onnx 1.11 release (#10441) 2022-03-07 21:10:55 -08:00
dml_ops
signal_ops Set the default for the STFT onesided attribute to 1, which tests expect (#10984) 2022-03-23 14:20:54 -07:00
extended_graph_edge.h Update QDQ propagation transformer to insert QDQ nodes (#10487) 2022-02-14 14:20:03 -08:00
function.cc Refactor transformers and other code to reduce memory allocation calls (#10523) 2022-02-24 16:17:14 -08:00
function_container.h
function_impl.h add model local function support (#8540) 2021-09-08 11:47:01 -07:00
function_inliner.h
graph.cc Refactor Node::AddAttribute() (#10869) 2022-03-16 14:53:00 +10:00
graph_flatbuffers_utils.cc Remove experimental from ORT format namespace (#9729) 2021-11-11 19:46:30 -08:00
graph_flatbuffers_utils.h Remove experimental from ORT format namespace (#9729) 2021-11-11 19:46:30 -08:00
graph_utils.cc Clarify usage of kOnnxDomainAlias. (#10962) 2022-03-25 09:52:59 +10:00
graph_utils.h Clarify usage of kOnnxDomainAlias. (#10962) 2022-03-25 09:52:59 +10:00
graph_viewer.cc Enable loading of ORT format model graph runtime optimizations (#9901) 2022-01-04 12:09:07 -08:00
model.cc Enable more static analysis warnings and enable the analyzer for training cpu (#10176) 2022-01-27 11:17:20 -08:00
model.h Fix SDL warnings in CPU EP (#9975) 2021-12-19 20:54:29 -08:00
model_load_utils.h add model local function support (#8540) 2021-09-08 11:47:01 -07:00
node_attr_utils.cc Refactor Node::AddAttribute() (#10869) 2022-03-16 14:53:00 +10:00
node_attr_utils.h Refactor Node::AddAttribute() (#10869) 2022-03-16 14:53:00 +10:00
onnx_protobuf.h
op.cc
op.h
record.h
runtime_optimization_record.h Enable loading of ORT format model graph runtime optimizations (#9901) 2022-01-04 12:09:07 -08:00
runtime_optimization_record_container.cc Remove ORT_ENABLE_RUNTIME_OPTIMIZATION_IN_MINIMAL_BUILD. (#10778) 2022-03-08 16:18:49 -08:00
runtime_optimization_record_container.h Remove ORT_ENABLE_RUNTIME_OPTIMIZATION_IN_MINIMAL_BUILD. (#10778) 2022-03-08 16:18:49 -08:00
schema_registry.cc