public final class
GraphTransferConstNodeInfo
Protobuf type tensorflow.GraphTransferConstNodeInfo
Nested Classes
class | GraphTransferConstNodeInfo.Builder | Protobuf type tensorflow.GraphTransferConstNodeInfo
|
Constants
int | DATA_FIELD_NUMBER | |
int | DTYPE_FIELD_NUMBER | |
int | NAME_FIELD_NUMBER | |
int | NODE_ID_FIELD_NUMBER | |
int | SHAPE_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
com.google.protobuf.ByteString |
getData()
bytes data = 4;
|
static GraphTransferConstNodeInfo | |
GraphTransferConstNodeInfo | |
final static com.google.protobuf.Descriptors.Descriptor | |
DataType |
getDtype()
.tensorflow.DataType dtype = 5;
|
int |
getDtypeValue()
.tensorflow.DataType dtype = 5;
|
String |
getName()
string name = 1;
|
com.google.protobuf.ByteString |
getNameBytes()
string name = 1;
|
int |
getNodeId()
int32 node_id = 2;
|
|
|
int | |
long |
getShape(int index)
repeated int64 shape = 3;
|
int |
getShapeCount()
repeated int64 shape = 3;
|
List<Long> |
getShapeList()
repeated int64 shape = 3;
|
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static GraphTransferConstNodeInfo.Builder |
newBuilder(GraphTransferConstNodeInfo prototype)
|
static GraphTransferConstNodeInfo.Builder | |
GraphTransferConstNodeInfo.Builder | |
static GraphTransferConstNodeInfo |
parseDelimitedFrom(InputStream input)
|
static GraphTransferConstNodeInfo |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferConstNodeInfo |
parseFrom(ByteBuffer data)
|
static GraphTransferConstNodeInfo |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferConstNodeInfo |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferConstNodeInfo |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static GraphTransferConstNodeInfo |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferConstNodeInfo |
parseFrom(com.google.protobuf.ByteString data)
|
static GraphTransferConstNodeInfo |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferConstNodeInfo |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
GraphTransferConstNodeInfo.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int DATA_FIELD_NUMBER
Constant Value:
4
public static final int DTYPE_FIELD_NUMBER
Constant Value:
5
public static final int NAME_FIELD_NUMBER
Constant Value:
1
public static final int NODE_ID_FIELD_NUMBER
Constant Value:
2
public static final int SHAPE_FIELD_NUMBER
Constant Value:
3
Public Methods
public boolean equals (Object obj)
public com.google.protobuf.ByteString getData ()
bytes data = 4;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getDtypeValue ()
.tensorflow.DataType dtype = 5;
public String getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
public int getNodeId ()
int32 node_id = 2;
public
getParserForType
()
public int getSerializedSize ()
public long getShape (int index)
repeated int64 shape = 3;
public int getShapeCount ()
repeated int64 shape = 3;
public List<Long> getShapeList ()
repeated int64 shape = 3;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static GraphTransferConstNodeInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphTransferConstNodeInfo parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferConstNodeInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphTransferConstNodeInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferConstNodeInfo parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static GraphTransferConstNodeInfo parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferConstNodeInfo parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferConstNodeInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphTransferConstNodeInfo 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 |
---|