Class CostGraphDef.Node.InputInfo

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, CostGraphDef.Node.InputInfoOrBuilder
Enclosing class:
CostGraphDef.Node

public static final class CostGraphDef.Node.InputInfo extends GeneratedMessageV3 implements CostGraphDef.Node.InputInfoOrBuilder
Inputs of this node. They must be executed before this node can be
executed. An input is a particular output of another node, specified
by the node id and the output index.
Protobuf type tensorflow.CostGraphDef.Node.InputInfo
See Also: