Create a protobuf node definition.
Get the unique name of the node.
Get the unique name of the node.
This name must be unique for an entire Bundle.ML model.
name of the node
Get the shape of the node.
Get the shape of the node.
The shape defines how to connect input/outputs field data to the underlying models.
shape of the node
Trait for writable interface to a Node.
There are no write operations for a Node. This trait is just here for completeness.