GraphTransferNodeInfo

public final class GraphTransferNodeInfo

Protobuf type tensorflow.GraphTransferNodeInfo

Nested Classes

class GraphTransferNodeInfo.Builder Protobuf type tensorflow.GraphTransferNodeInfo  

Constants

int INPUT_COUNT_FIELD_NUMBER
int NAME_FIELD_NUMBER
int NODE_ID_FIELD_NUMBER
int OUTPUT_COUNT_FIELD_NUMBER
int PADDING_ID_FIELD_NUMBER
int SOC_OP_ID_FIELD_NUMBER
int TYPE_NAME_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static GraphTransferNodeInfo
GraphTransferNodeInfo
final static com.google.protobuf.Descriptors.Descriptor
int
getInputCount()
int32 input_count = 6;
String
getName()
string name = 1;
com.google.protobuf.ByteString
getNameBytes()
string name = 1;
int
getNodeId()
int32 node_id = 2;
int
getOutputCount()
int32 output_count = 7;
int
getPaddingId()
int32 padding_id = 5;
int
int
getSocOpId()
int32 soc_op_id = 4;
String
getTypeName()
string type_name = 3;
com.google.protobuf.ByteString
getTypeNameBytes()
string type_name = 3;
final com.google.protobuf.UnknownFieldSet
int
final boolean
static GraphTransferNodeInfo.Builder
static GraphTransferNodeInfo.Builder
GraphTransferNodeInfo.Builder
static GraphTransferNodeInfo
parseDelimitedFrom(InputStream input)
static GraphTransferNodeInfo
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferNodeInfo
parseFrom(ByteBuffer data)
static GraphTransferNodeInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferNodeInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferNodeInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static GraphTransferNodeInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferNodeInfo
parseFrom(com.google.protobuf.ByteString data)
static GraphTransferNodeInfo
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferNodeInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
GraphTransferNodeInfo.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int INPUT_COUNT_FIELD_NUMBER

Constant Value: 6

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 OUTPUT_COUNT_FIELD_NUMBER

Constant Value: 7

public static final int PADDING_ID_FIELD_NUMBER

Constant Value: 5

public static final int SOC_OP_ID_FIELD_NUMBER

Constant Value: 4

public static final int TYPE_NAME_FIELD_NUMBER

Constant Value: 3

Public Methods

public boolean equals (Object obj)

public static GraphTransferNodeInfo getDefaultInstance ()

public GraphTransferNodeInfo getDefaultInstanceForType ()

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

public int getInputCount ()

int32 input_count = 6;

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public int getNodeId ()

int32 node_id = 2;

public int getOutputCount ()

int32 output_count = 7;

public int getPaddingId ()

int32 padding_id = 5;

public getParserForType ()

public int getSerializedSize ()

public int getSocOpId ()

int32 soc_op_id = 4;

public String getTypeName ()

string type_name = 3;

public com.google.protobuf.ByteString getTypeNameBytes ()

string type_name = 3;

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

public int hashCode ()

public final boolean isInitialized ()

public static GraphTransferNodeInfo.Builder newBuilder (GraphTransferNodeInfo prototype)

public static GraphTransferNodeInfo.Builder newBuilder ()

public GraphTransferNodeInfo.Builder newBuilderForType ()

public static GraphTransferNodeInfo parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static GraphTransferNodeInfo parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

public static GraphTransferNodeInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public GraphTransferNodeInfo.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException