public final class
GraphTransferNodeInput
Protobuf type tensorflow.GraphTransferNodeInput
Nested Classes
class | GraphTransferNodeInput.Builder | Protobuf type tensorflow.GraphTransferNodeInput
|
Constants
int | NODE_ID_FIELD_NUMBER | |
int | OUTPUT_PORT_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static GraphTransferNodeInput | |
GraphTransferNodeInput | |
final static com.google.protobuf.Descriptors.Descriptor | |
int |
getNodeId()
int32 node_id = 1;
|
int |
getOutputPort()
int32 output_port = 2;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static GraphTransferNodeInput.Builder |
newBuilder(GraphTransferNodeInput prototype)
|
static GraphTransferNodeInput.Builder | |
GraphTransferNodeInput.Builder | |
static GraphTransferNodeInput |
parseDelimitedFrom(InputStream input)
|
static GraphTransferNodeInput |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferNodeInput |
parseFrom(ByteBuffer data)
|
static GraphTransferNodeInput |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferNodeInput |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferNodeInput |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static GraphTransferNodeInput |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferNodeInput |
parseFrom(com.google.protobuf.ByteString data)
|
static GraphTransferNodeInput |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferNodeInput |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
GraphTransferNodeInput.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 OUTPUT_PORT_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 int getOutputPort ()
int32 output_port = 2;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static GraphTransferNodeInput parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphTransferNodeInput parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferNodeInput parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphTransferNodeInput parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferNodeInput parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static GraphTransferNodeInput parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferNodeInput parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferNodeInput parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphTransferNodeInput 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 |
---|