Create a protobuf shape.
Create a protobuf shape.
protobuf shape
Get an optional input by the port name.
Get an optional input by the port name.
name of the port
optional socket for the named port
Get an optional input by the port name.
Get an optional input by the port name.
name of the port
optional socket for the named port
Get an input by the port name.
Get an input by the port name.
name of port
socket for named port
Get list of all inputs.
Get list of all inputs.
list of inputs
Get an output by the port name.
Get an output by the port name.
name of port
socket for named port
Get list of all outputs.
Get list of all outputs.
list of all outputs
Get the standard input socket.
Get the standard input socket.
The standard input socket is on port "input".
standard input socket
Get the standard output socket.
Get the standard output socket.
The standard output socket is on port "output".
standard output socket
Trait for read-only interface to Shape objects.
Use this trait when desierializing Shape objects, such as when reading a Node from a Bundle.ML file.