Bases: object
A Node represents an computational operation like ADD or other operations
like read and write from or to the memory or IOs. In the computation graph
Nodes are connected via Nets.
-
args
The input Nets to this Node.
- Type:
list[Net]
-
name
The name of the operation this Node represents.
- Type:
str