Expand description
CpuBackend::execute_graph — walk a GraphProto body (the kind
the compiler’s collapse_backend_subgraphs pass emits inside
every BackendSubgraph_* FunctionProto) and run each
NodeProto through the existing kernel dispatch.
No fancy scheduling — ONNX guarantees GraphProto.node is
already topologically ordered, so a linear walk suffices.
Enums§
- Backend
Error - Failures
execute_graphmay surface alongside the kernel-levelOpErrors already routed through the existing dispatch.
Functions§
- execute_
graph - Run every
NodeProtoingraph.nodein order, threading aHashMap<String, CpuTensor>value env. Returns the subset ofenvnamed ingraph.output.