onnxruntime/onnxruntime/core/graph
Sheil Kumar 85fa168dc1
Add optional dft_length input to the DFT and IDFT operators. (#11427)
* Add optional dft_length input.

* CR Feedback

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
2022-05-03 16:17:43 -07:00
..
contrib_ops Support only one input in QLinearConcat (#11265) 2022-04-19 20:55:51 -07:00
dml_ops Update C++ Standard from 14 to 17 (#8041) 2021-06-25 14:08:01 -07:00
signal_ops Add optional dft_length input to the DFT and IDFT operators. (#11427) 2022-05-03 16:17:43 -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 Re-implment the function support in onnxruntime (#11167) 2022-04-29 10:15:58 -07:00
function_utils.h Re-implment the function support in onnxruntime (#11167) 2022-04-29 10:15:58 -07:00
graph.cc APIs for custom op to invoke ort operator directly (#10713) 2022-05-03 14:16:30 -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_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 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