PortDesc Struct
Description of one input or output port on a graph node. More...
Declaration
Included Headers
Public Member Attributes Index
| std::string | name |
|
Port name (unique within its node). More... | |
| OutputSpec | spec |
|
Tensor/data contract carried on this port. More... | |
| bool | optional = false |
|
If true, the port may be left unconnected. More... | |
| int | max_in_edges = 1 |
|
Maximum incoming edges allowed; 0 means unlimited. More... | |
Description
Description of one input or output port on a graph node.
Definition at line 33 of file GraphTypes.h.
Public Member Attributes
max_in_edges
|
Maximum incoming edges allowed; 0 means unlimited.
Definition at line 37 of file GraphTypes.h.
name
|
Port name (unique within its node).
Definition at line 34 of file GraphTypes.h.
optional
|
If true, the port may be left unconnected.
Definition at line 36 of file GraphTypes.h.
spec
|
Tensor/data contract carried on this port.
Definition at line 35 of file GraphTypes.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.