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