GraphTransferGraphInputNodeInfo

public final class GraphTransferGraphInputNodeInfo

Protobuf type tensorflow.GraphTransferGraphInputNodeInfo

Nested Classes

class GraphTransferGraphInputNodeInfo.Builder Protobuf type tensorflow.GraphTransferGraphInputNodeInfo  

Constants

int DTYPE_FIELD_NUMBER
int NAME_FIELD_NUMBER
int SHAPE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static GraphTransferGraphInputNodeInfo
GraphTransferGraphInputNodeInfo
final static com.google.protobuf.Descriptors.Descriptor
DataType
getDtype()
.tensorflow.DataType dtype = 3;
int
getDtypeValue()
.tensorflow.DataType dtype = 3;
String
getName()
string name = 1;
com.google.protobuf.ByteString
getNameBytes()
string name = 1;
int
long
getShape(int index)
repeated int64 shape = 2;
int
getShapeCount()
repeated int64 shape = 2;
List<Long>
getShapeList()
repeated int64 shape = 2;
final com.google.protobuf.UnknownFieldSet
int
final boolean
static GraphTransferGraphInputNodeInfo.Builder
static GraphTransferGraphInputNodeInfo.Builder
GraphTransferGraphInputNodeInfo.Builder
static GraphTransferGraphInputNodeInfo
parseDelimitedFrom(InputStream input)
static GraphTransferGraphInputNodeInfo
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferGraphInputNodeInfo
parseFrom(ByteBuffer data)
static GraphTransferGraphInputNodeInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferGraphInputNodeInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferGraphInputNodeInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static GraphTransferGraphInputNodeInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferGraphInputNodeInfo
parseFrom(com.google.protobuf.ByteString data)
static GraphTransferGraphInputNodeInfo
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferGraphInputNodeInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
GraphTransferGraphInputNodeInfo.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int DTYPE_FIELD_NUMBER

Constant Value: 3

public static final int NAME_FIELD_NUMBER

Constant Value: 1

public static final int SHAPE_FIELD_NUMBER

Constant Value: 2

Public Methods

public boolean equals (Object obj)

public static GraphTransferGraphInputNodeInfo getDefaultInstance ()

public GraphTransferGraphInputNodeInfo getDefaultInstanceForType ()

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

public DataType getDtype ()

.tensorflow.DataType dtype = 3;

public int getDtypeValue ()

.tensorflow.DataType dtype = 3;

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public getParserForType ()

public int getSerializedSize ()

public long getShape (int index)

repeated int64 shape = 2;

public int getShapeCount ()

repeated int64 shape = 2;

public List<Long> getShapeList ()

repeated int64 shape = 2;

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

public int hashCode ()

public final boolean isInitialized ()

public static GraphTransferGraphInputNodeInfo.Builder newBuilder ()

public GraphTransferGraphInputNodeInfo.Builder newBuilderForType ()

public static GraphTransferGraphInputNodeInfo parseDelimitedFrom (InputStream input)

Throws
IOException

public static GraphTransferGraphInputNodeInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static GraphTransferGraphInputNodeInfo parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static GraphTransferGraphInputNodeInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static GraphTransferGraphInputNodeInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static GraphTransferGraphInputNodeInfo parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static GraphTransferGraphInputNodeInfo parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static GraphTransferGraphInputNodeInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static GraphTransferGraphInputNodeInfo 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