GraphTransferGraphOutputNodeInfo

public final class GraphTransferGraphOutputNodeInfo

Protobuf type tensorflow.GraphTransferGraphOutputNodeInfo

Nested Classes

class GraphTransferGraphOutputNodeInfo.Builder Protobuf type tensorflow.GraphTransferGraphOutputNodeInfo  

Constants

Public Methods

boolean
equals(Object obj)
static GraphTransferGraphOutputNodeInfo
GraphTransferGraphOutputNodeInfo
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 GraphTransferGraphOutputNodeInfo.Builder
static GraphTransferGraphOutputNodeInfo.Builder
GraphTransferGraphOutputNodeInfo.Builder
static GraphTransferGraphOutputNodeInfo
parseDelimitedFrom(InputStream input)
static GraphTransferGraphOutputNodeInfo
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferGraphOutputNodeInfo
parseFrom(ByteBuffer data)
static GraphTransferGraphOutputNodeInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferGraphOutputNodeInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferGraphOutputNodeInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static GraphTransferGraphOutputNodeInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferGraphOutputNodeInfo
parseFrom(com.google.protobuf.ByteString data)
static GraphTransferGraphOutputNodeInfo
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferGraphOutputNodeInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
GraphTransferGraphOutputNodeInfo.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
org.tensorflow.proto.framework.GraphTransferGraphOutputNodeInfoOrBuilder
abstract DataType
getDtype()
.tensorflow.DataType dtype = 3;
abstract int
getDtypeValue()
.tensorflow.DataType dtype = 3;
abstract String
getName()
string name = 1;
abstract com.google.protobuf.ByteString
getNameBytes()
string name = 1;
abstract long
getShape(int index)
repeated int64 shape = 2;
abstract int
getShapeCount()
repeated int64 shape = 2;
abstract List<Long>
getShapeList()
repeated int64 shape = 2;

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 GraphTransferGraphOutputNodeInfo getDefaultInstance ()

public GraphTransferGraphOutputNodeInfo 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 GraphTransferGraphOutputNodeInfo.Builder newBuilder ()

public GraphTransferGraphOutputNodeInfo.Builder newBuilderForType ()

public static GraphTransferGraphOutputNodeInfo parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static GraphTransferGraphOutputNodeInfo parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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