CostGraphDef.Node.InputInfo

public static final class CostGraphDef.Node.InputInfo

 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

Nested Classes

class CostGraphDef.Node.InputInfo.Builder
 Inputs of this node. 

Constants

int PRECEDING_NODE_FIELD_NUMBER
int PRECEDING_PORT_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo
final static com.google.protobuf.Descriptors.Descriptor
int
getPrecedingNode()
int32 preceding_node = 1;
int
getPrecedingPort()
int32 preceding_port = 2;
int
final com.google.protobuf.UnknownFieldSet
int
final boolean
static CostGraphDef.Node.InputInfo.Builder
static CostGraphDef.Node.InputInfo.Builder
CostGraphDef.Node.InputInfo.Builder
static CostGraphDef.Node.InputInfo
parseDelimitedFrom(InputStream input)
static CostGraphDef.Node.InputInfo
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
parseFrom(ByteBuffer data)
static CostGraphDef.Node.InputInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static CostGraphDef.Node.InputInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
parseFrom(com.google.protobuf.ByteString data)
static CostGraphDef.Node.InputInfo
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
CostGraphDef.Node.InputInfo.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int PRECEDING_NODE_FIELD_NUMBER

Constant Value: 1

public static final int PRECEDING_PORT_FIELD_NUMBER

Constant Value: 2

Public Methods

public boolean equals (Object obj)

public static CostGraphDef.Node.InputInfo getDefaultInstance ()

public CostGraphDef.Node.InputInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public getParserForType ()

public int getPrecedingNode ()

int32 preceding_node = 1;

public int getPrecedingPort ()

int32 preceding_port = 2;

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static CostGraphDef.Node.InputInfo.Builder newBuilder ()

public CostGraphDef.Node.InputInfo.Builder newBuilderForType ()

public static CostGraphDef.Node.InputInfo parseDelimitedFrom (InputStream input)

Throws
IOException

public static CostGraphDef.Node.InputInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static CostGraphDef.Node.InputInfo parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static CostGraphDef.Node.InputInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static CostGraphDef.Node.InputInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static CostGraphDef.Node.InputInfo parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static CostGraphDef.Node.InputInfo parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static CostGraphDef.Node.InputInfo parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static CostGraphDef.Node.InputInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static CostGraphDef.Node.InputInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException