Expand description
Computational graph representation
This module defines the graph structure for ONNX models, including nodes, edges, and the overall graph representation.
Structsยง
- Graph
- Represents the computational graph of an ONNX model
- Node
- A node in the computational graph
- Tensor
Spec - Tensor specification with name and shape information