class
NeuralNetworkNodeA struct representing a neural network input/output node.
Contents
Constructors, destructors, conversion operators
-
NeuralNetworkNode(std::string name,
NodeType type = NodeType::
UNSPECIFIED, TensorShape shape = TensorShape(), uint id = 0) - NeuralNetworkNode()