ONNX007: graph-output-not-produced¶
Code: ONNX007
Name: graph-output-not-produced
Severity: error
Category: spec
Target: graph
Fixable: 🔧 Yes
Message¶
Graph output is not produced by any node in the graph.
Suggestion¶
Ensure the graph output is an output of a node within the graph or a graph input.
Details¶
Every graph output must be produced by a node within the same graph, or be a graph input that passes through.