onnxruntime/include/onnxruntime/core/graph
Guoyu Wang 68193e28de
Let execution fall back to CPU EP if Compile of a partition on current EP fails (#6580)
* Let exccution fall back to CPU EP if compile of a partition fails

* Removed debugging logs

* Addressed CR comments
2021-02-05 12:14:55 -08:00
..
basic_types.h
constants.h Initial version of CoreML EP (#6392) 2021-01-27 10:43:17 -08:00
function.h Remove OpSchema dummy definition. Only needed for Function now, and we can just exclude the method in Function (#6321) 2021-01-14 09:39:31 +10:00
graph.h Let execution fall back to CPU EP if Compile of a partition on current EP fails (#6580) 2021-02-05 12:14:55 -08:00
graph_nodes.h Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
graph_viewer.h add external data support to tensor proto utils (#6257) 2021-01-13 14:14:18 -08:00
indexed_sub_graph.h Add ability to filter GraphViewer using IndexedSubGraph. (#5614) 2020-11-04 07:08:18 +10:00
node_arg.h Factor out IAllocator so that it can be shared with shared providers (#5567) 2020-10-27 17:28:17 -07:00
onnx_protobuf.h Remove OpSchema dummy definition. Only needed for Function now, and we can just exclude the method in Function (#6321) 2021-01-14 09:39:31 +10:00
schema_registry.h