onnxruntime/onnxruntime/core/graph
2022-06-27 19:41:34 -07:00
..
contrib_ops register signal ops for opset 17 (#11778) 2022-06-27 10:26:55 +10:00
dml_ops DML EP ResNet50 opset 15 fails in ONNX checker for FusedBatchNormalization lacking training_mode attribute (#12010) 2022-06-27 19:41:34 -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 Re-implment the function support in onnxruntime (#11167) 2022-04-29 10:15:58 -07:00
function_container.h
function_impl.h Re-implment the function support in onnxruntime (#11167) 2022-04-29 10:15:58 -07:00
function_inliner.h
function_template.h Re-implment the function support in onnxruntime (#11167) 2022-04-29 10:15:58 -07:00
function_utils.cc Restructure function inliner (#11731) 2022-06-24 09:21:31 -07:00
function_utils.h Restructure function inliner (#11731) 2022-06-24 09:21:31 -07:00
graph.cc Restructure function inliner (#11731) 2022-06-24 09:21:31 -07: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_proto_serializer.cc Fix graph viewer to proto (#11862) 2022-06-19 19:28:18 -07:00
graph_proto_serializer.h Unify the Compile API for mobile build and normal build (#10632) 2022-05-05 08:30:07 -07:00
graph_utils.cc XNNPACK EP (#11445) 2022-06-03 20:22:34 +10:00
graph_utils.h XNNPACK EP (#11445) 2022-06-03 20:22:34 +10:00
graph_viewer.cc Retry Rework execution frame to reduce memory allocations (#11897) 2022-06-20 10:29:43 -07:00
model.cc Re-implment the function support in onnxruntime (#11167) 2022-04-29 10:15:58 -07:00
model.h Re-implment the function support in onnxruntime (#11167) 2022-04-29 10:15:58 -07: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 Update C++ Standard from 14 to 17 (#8041) 2021-06-25 14:08:01 -07:00
op.cc
op.h Update C++ Standard from 14 to 17 (#8041) 2021-06-25 14:08:01 -07:00
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