public final class GraphTransferInfo extends com.google.protobuf.GeneratedMessageV3 implements GraphTransferInfoOrBuilder
Protocol buffer representing a handle to a tensorflow resource. Handles are not valid across executions, but can be serialized back and forth from within a single run.Protobuf type
tensorflow.GraphTransferInfo| Modifier and Type | Class and Description |
|---|---|
static class |
GraphTransferInfo.Builder
Protocol buffer representing a handle to a tensorflow resource.
|
static class |
GraphTransferInfo.Destination
Protobuf enum
tensorflow.GraphTransferInfo.Destination |
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 |
CONST_NODE_INFO_FIELD_NUMBER |
static int |
DESTINATION_FIELD_NUMBER |
static int |
GRAPH_INPUT_NODE_INFO_FIELD_NUMBER |
static int |
GRAPH_OUTPUT_NODE_INFO_FIELD_NUMBER |
static int |
NODE_INFO_FIELD_NUMBER |
static int |
NODE_INPUT_INFO_FIELD_NUMBER |
static int |
NODE_OUTPUT_INFO_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GraphTransferConstNodeInfo |
getConstNodeInfo(int index)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2; |
int |
getConstNodeInfoCount()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2; |
List<GraphTransferConstNodeInfo> |
getConstNodeInfoList()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2; |
GraphTransferConstNodeInfoOrBuilder |
getConstNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2; |
List<? extends GraphTransferConstNodeInfoOrBuilder> |
getConstNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2; |
static GraphTransferInfo |
getDefaultInstance() |
GraphTransferInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
GraphTransferInfo.Destination |
getDestination()
Destination of graph transfer
|
int |
getDestinationValue()
Destination of graph transfer
|
GraphTransferGraphInputNodeInfo |
getGraphInputNodeInfo(int index)
Input Node parameters of transferred graph
|
int |
getGraphInputNodeInfoCount()
Input Node parameters of transferred graph
|
List<GraphTransferGraphInputNodeInfo> |
getGraphInputNodeInfoList()
Input Node parameters of transferred graph
|
GraphTransferGraphInputNodeInfoOrBuilder |
getGraphInputNodeInfoOrBuilder(int index)
Input Node parameters of transferred graph
|
List<? extends GraphTransferGraphInputNodeInfoOrBuilder> |
getGraphInputNodeInfoOrBuilderList()
Input Node parameters of transferred graph
|
GraphTransferGraphOutputNodeInfo |
getGraphOutputNodeInfo(int index)
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6; |
int |
getGraphOutputNodeInfoCount()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6; |
List<GraphTransferGraphOutputNodeInfo> |
getGraphOutputNodeInfoList()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6; |
GraphTransferGraphOutputNodeInfoOrBuilder |
getGraphOutputNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6; |
List<? extends GraphTransferGraphOutputNodeInfoOrBuilder> |
getGraphOutputNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6; |
GraphTransferNodeInfo |
getNodeInfo(int index)
repeated .tensorflow.GraphTransferNodeInfo node_info = 1; |
int |
getNodeInfoCount()
repeated .tensorflow.GraphTransferNodeInfo node_info = 1; |
List<GraphTransferNodeInfo> |
getNodeInfoList()
repeated .tensorflow.GraphTransferNodeInfo node_info = 1; |
GraphTransferNodeInfoOrBuilder |
getNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferNodeInfo node_info = 1; |
List<? extends GraphTransferNodeInfoOrBuilder> |
getNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferNodeInfo node_info = 1; |
GraphTransferNodeInputInfo |
getNodeInputInfo(int index)
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3; |
int |
getNodeInputInfoCount()
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3; |
List<GraphTransferNodeInputInfo> |
getNodeInputInfoList()
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3; |
GraphTransferNodeInputInfoOrBuilder |
getNodeInputInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3; |
List<? extends GraphTransferNodeInputInfoOrBuilder> |
getNodeInputInfoOrBuilderList()
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3; |
GraphTransferNodeOutputInfo |
getNodeOutputInfo(int index)
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4; |
int |
getNodeOutputInfoCount()
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4; |
List<GraphTransferNodeOutputInfo> |
getNodeOutputInfoList()
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4; |
GraphTransferNodeOutputInfoOrBuilder |
getNodeOutputInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4; |
List<? extends GraphTransferNodeOutputInfoOrBuilder> |
getNodeOutputInfoOrBuilderList()
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4; |
com.google.protobuf.Parser<GraphTransferInfo> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GraphTransferInfo.Builder |
newBuilder() |
static GraphTransferInfo.Builder |
newBuilder(GraphTransferInfo prototype) |
GraphTransferInfo.Builder |
newBuilderForType() |
protected GraphTransferInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static GraphTransferInfo |
parseDelimitedFrom(InputStream input) |
static GraphTransferInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo |
parseFrom(byte[] data) |
static GraphTransferInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo |
parseFrom(ByteBuffer data) |
static GraphTransferInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo |
parseFrom(com.google.protobuf.ByteString data) |
static GraphTransferInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GraphTransferInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo |
parseFrom(InputStream input) |
static GraphTransferInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GraphTransferInfo> |
parser() |
GraphTransferInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NODE_INFO_FIELD_NUMBER
public static final int CONST_NODE_INFO_FIELD_NUMBER
public static final int NODE_INPUT_INFO_FIELD_NUMBER
public static final int NODE_OUTPUT_INFO_FIELD_NUMBER
public static final int GRAPH_INPUT_NODE_INFO_FIELD_NUMBER
public static final int GRAPH_OUTPUT_NODE_INFO_FIELD_NUMBER
public static final int DESTINATION_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 List<GraphTransferNodeInfo> getNodeInfoList()
repeated .tensorflow.GraphTransferNodeInfo node_info = 1;getNodeInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferNodeInfoOrBuilder> getNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferNodeInfo node_info = 1;getNodeInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getNodeInfoCount()
repeated .tensorflow.GraphTransferNodeInfo node_info = 1;getNodeInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferNodeInfo getNodeInfo(int index)
repeated .tensorflow.GraphTransferNodeInfo node_info = 1;getNodeInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferNodeInfoOrBuilder getNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferNodeInfo node_info = 1;getNodeInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic List<GraphTransferConstNodeInfo> getConstNodeInfoList()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;getConstNodeInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferConstNodeInfoOrBuilder> getConstNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;getConstNodeInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getConstNodeInfoCount()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;getConstNodeInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferConstNodeInfo getConstNodeInfo(int index)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;getConstNodeInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferConstNodeInfoOrBuilder getConstNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;getConstNodeInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic List<GraphTransferNodeInputInfo> getNodeInputInfoList()
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;getNodeInputInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferNodeInputInfoOrBuilder> getNodeInputInfoOrBuilderList()
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;getNodeInputInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getNodeInputInfoCount()
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;getNodeInputInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferNodeInputInfo getNodeInputInfo(int index)
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;getNodeInputInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferNodeInputInfoOrBuilder getNodeInputInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;getNodeInputInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic List<GraphTransferNodeOutputInfo> getNodeOutputInfoList()
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;getNodeOutputInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferNodeOutputInfoOrBuilder> getNodeOutputInfoOrBuilderList()
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;getNodeOutputInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getNodeOutputInfoCount()
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;getNodeOutputInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferNodeOutputInfo getNodeOutputInfo(int index)
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;getNodeOutputInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferNodeOutputInfoOrBuilder getNodeOutputInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;getNodeOutputInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic List<GraphTransferGraphInputNodeInfo> getGraphInputNodeInfoList()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;getGraphInputNodeInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferGraphInputNodeInfoOrBuilder> getGraphInputNodeInfoOrBuilderList()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;getGraphInputNodeInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getGraphInputNodeInfoCount()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;getGraphInputNodeInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferGraphInputNodeInfo getGraphInputNodeInfo(int index)
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;getGraphInputNodeInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferGraphInputNodeInfoOrBuilder getGraphInputNodeInfoOrBuilder(int index)
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;getGraphInputNodeInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic List<GraphTransferGraphOutputNodeInfo> getGraphOutputNodeInfoList()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;getGraphOutputNodeInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferGraphOutputNodeInfoOrBuilder> getGraphOutputNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;getGraphOutputNodeInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getGraphOutputNodeInfoCount()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;getGraphOutputNodeInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferGraphOutputNodeInfo getGraphOutputNodeInfo(int index)
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;getGraphOutputNodeInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferGraphOutputNodeInfoOrBuilder getGraphOutputNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;getGraphOutputNodeInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic int getDestinationValue()
Destination of graph transfer
.tensorflow.GraphTransferInfo.Destination destination = 7;getDestinationValue in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.Destination getDestination()
Destination of graph transfer
.tensorflow.GraphTransferInfo.Destination destination = 7;getDestination in interface GraphTransferInfoOrBuilderpublic 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 parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static GraphTransferInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GraphTransferInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GraphTransferInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GraphTransferInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GraphTransferInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GraphTransferInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GraphTransferInfo.Builder newBuilder()
public static GraphTransferInfo.Builder newBuilder(GraphTransferInfo prototype)
public GraphTransferInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GraphTransferInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GraphTransferInfo getDefaultInstance()
public static com.google.protobuf.Parser<GraphTransferInfo> parser()
public com.google.protobuf.Parser<GraphTransferInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GraphTransferInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2015–2019. All rights reserved.