Module graph

Module graph 

Source
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
TensorSpec
Tensor specification with name and shape information