public static final class GraphTransferInfo.NodeInputInfo extends com.google.protobuf.GeneratedMessageV3 implements GraphTransferInfo.NodeInputInfoOrBuilder
tensorflow.GraphTransferInfo.NodeInputInfo| Modifier and Type | Class and Description |
|---|---|
static class |
GraphTransferInfo.NodeInputInfo.Builder
Protobuf type
tensorflow.GraphTransferInfo.NodeInputInfo |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
NODE_ID_FIELD_NUMBER |
static int |
NODE_INPUT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GraphTransferInfo.NodeInputInfo |
getDefaultInstance() |
GraphTransferInfo.NodeInputInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getNodeId()
int32 node_id = 1; |
GraphTransferInfo.NodeInput |
getNodeInput(int index)
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2; |
int |
getNodeInputCount()
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2; |
List<GraphTransferInfo.NodeInput> |
getNodeInputList()
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2; |
GraphTransferInfo.NodeInputOrBuilder |
getNodeInputOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2; |
List<? extends GraphTransferInfo.NodeInputOrBuilder> |
getNodeInputOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2; |
com.google.protobuf.Parser<GraphTransferInfo.NodeInputInfo> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GraphTransferInfo.NodeInputInfo.Builder |
newBuilder() |
static GraphTransferInfo.NodeInputInfo.Builder |
newBuilder(GraphTransferInfo.NodeInputInfo prototype) |
GraphTransferInfo.NodeInputInfo.Builder |
newBuilderForType() |
protected GraphTransferInfo.NodeInputInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static GraphTransferInfo.NodeInputInfo |
parseDelimitedFrom(InputStream input) |
static GraphTransferInfo.NodeInputInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo.NodeInputInfo |
parseFrom(byte[] data) |
static GraphTransferInfo.NodeInputInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo.NodeInputInfo |
parseFrom(ByteBuffer data) |
static GraphTransferInfo.NodeInputInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo.NodeInputInfo |
parseFrom(com.google.protobuf.ByteString data) |
static GraphTransferInfo.NodeInputInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo.NodeInputInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GraphTransferInfo.NodeInputInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo.NodeInputInfo |
parseFrom(InputStream input) |
static GraphTransferInfo.NodeInputInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GraphTransferInfo.NodeInputInfo> |
parser() |
GraphTransferInfo.NodeInputInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NODE_ID_FIELD_NUMBER
public static final int NODE_INPUT_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getNodeId()
int32 node_id = 1;getNodeId in interface GraphTransferInfo.NodeInputInfoOrBuilderpublic List<GraphTransferInfo.NodeInput> getNodeInputList()
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;getNodeInputList in interface GraphTransferInfo.NodeInputInfoOrBuilderpublic List<? extends GraphTransferInfo.NodeInputOrBuilder> getNodeInputOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;getNodeInputOrBuilderList in interface GraphTransferInfo.NodeInputInfoOrBuilderpublic int getNodeInputCount()
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;getNodeInputCount in interface GraphTransferInfo.NodeInputInfoOrBuilderpublic GraphTransferInfo.NodeInput getNodeInput(int index)
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;getNodeInput in interface GraphTransferInfo.NodeInputInfoOrBuilderpublic GraphTransferInfo.NodeInputOrBuilder getNodeInputOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeInput node_input = 2;getNodeInputOrBuilder in interface GraphTransferInfo.NodeInputInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GraphTransferInfo.NodeInputInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo.NodeInputInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo.NodeInputInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo.NodeInputInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo.NodeInputInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo.NodeInputInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo.NodeInputInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static GraphTransferInfo.NodeInputInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GraphTransferInfo.NodeInputInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GraphTransferInfo.NodeInputInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GraphTransferInfo.NodeInputInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GraphTransferInfo.NodeInputInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GraphTransferInfo.NodeInputInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GraphTransferInfo.NodeInputInfo.Builder newBuilder()
public static GraphTransferInfo.NodeInputInfo.Builder newBuilder(GraphTransferInfo.NodeInputInfo prototype)
public GraphTransferInfo.NodeInputInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GraphTransferInfo.NodeInputInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GraphTransferInfo.NodeInputInfo getDefaultInstance()
public static com.google.protobuf.Parser<GraphTransferInfo.NodeInputInfo> parser()
public com.google.protobuf.Parser<GraphTransferInfo.NodeInputInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GraphTransferInfo.NodeInputInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2015–2017. All rights reserved.