public final class
GraphTransferNodeInputInfo
Protobuf type tensorflow.GraphTransferNodeInputInfo
Nested Classes
| class | GraphTransferNodeInputInfo.Builder | Protobuf type tensorflow.GraphTransferNodeInputInfo
|
|
Constants
| int | NODE_ID_FIELD_NUMBER | |
| int | NODE_INPUT_FIELD_NUMBER |
Public Methods
| boolean |
equals(Object obj)
|
| static GraphTransferNodeInputInfo | |
| GraphTransferNodeInputInfo | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| int |
getNodeId()
int32 node_id = 1;
|
| GraphTransferNodeInput |
getNodeInput(int index)
repeated .tensorflow.GraphTransferNodeInput node_input = 2;
|
| int |
getNodeInputCount()
repeated .tensorflow.GraphTransferNodeInput node_input = 2;
|
| List<GraphTransferNodeInput> |
getNodeInputList()
repeated .tensorflow.GraphTransferNodeInput node_input = 2;
|
| GraphTransferNodeInputOrBuilder |
getNodeInputOrBuilder(int index)
repeated .tensorflow.GraphTransferNodeInput node_input = 2;
|
| List<? extends GraphTransferNodeInputOrBuilder> |
getNodeInputOrBuilderList()
repeated .tensorflow.GraphTransferNodeInput node_input = 2;
|
|
|
|
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int |
hashCode()
|
| final boolean | |
| static GraphTransferNodeInputInfo.Builder |
newBuilder(GraphTransferNodeInputInfo prototype)
|
| static GraphTransferNodeInputInfo.Builder | |
| GraphTransferNodeInputInfo.Builder | |
| static GraphTransferNodeInputInfo |
parseDelimitedFrom(InputStream input)
|
| static GraphTransferNodeInputInfo |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static GraphTransferNodeInputInfo |
parseFrom(ByteBuffer data)
|
| static GraphTransferNodeInputInfo |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static GraphTransferNodeInputInfo |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static GraphTransferNodeInputInfo |
parseFrom(com.google.protobuf.CodedInputStream input)
|
| static GraphTransferNodeInputInfo |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static GraphTransferNodeInputInfo |
parseFrom(com.google.protobuf.ByteString data)
|
| static GraphTransferNodeInputInfo |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static GraphTransferNodeInputInfo |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
static
|
parser()
|
| GraphTransferNodeInputInfo.Builder | |
| void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int NODE_ID_FIELD_NUMBER
Constant Value:
1
public static final int NODE_INPUT_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getNodeId ()
int32 node_id = 1;
public GraphTransferNodeInput getNodeInput (int index)
repeated .tensorflow.GraphTransferNodeInput node_input = 2;
public int getNodeInputCount ()
repeated .tensorflow.GraphTransferNodeInput node_input = 2;
public List<GraphTransferNodeInput> getNodeInputList ()
repeated .tensorflow.GraphTransferNodeInput node_input = 2;
public GraphTransferNodeInputOrBuilder getNodeInputOrBuilder (int index)
repeated .tensorflow.GraphTransferNodeInput node_input = 2;
public List<? extends GraphTransferNodeInputOrBuilder> getNodeInputOrBuilderList ()
repeated .tensorflow.GraphTransferNodeInput node_input = 2;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static GraphTransferNodeInputInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static GraphTransferNodeInputInfo parseFrom (ByteBuffer data)
Throws
| InvalidProtocolBufferException |
|---|
public static GraphTransferNodeInputInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static GraphTransferNodeInputInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static GraphTransferNodeInputInfo parseFrom (com.google.protobuf.CodedInputStream input)
Throws
| IOException |
|---|
public static GraphTransferNodeInputInfo parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static GraphTransferNodeInputInfo parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static GraphTransferNodeInputInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static GraphTransferNodeInputInfo 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 |
|---|