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.
tensorflow.GraphTransferInfo
Nested Classes
class | GraphTransferInfo.Builder | Protocol buffer representing a handle to a tensorflow resource. |
|
enum | GraphTransferInfo.Destination | Protobuf enum tensorflow.GraphTransferInfo.Destination
|
Constants
Public Methods
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 | |
GraphTransferInfo | |
final static com.google.protobuf.Descriptors.Descriptor | |
GraphTransferInfo.Destination |
getDestination()
Destination of graph transfer .tensorflow.GraphTransferInfo.Destination destination = 7;
|
int |
getDestinationValue()
Destination of graph transfer .tensorflow.GraphTransferInfo.Destination destination = 7;
|
GraphTransferGraphInputNodeInfo |
getGraphInputNodeInfo(int index)
Input Node parameters of transferred graph repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
|
int |
getGraphInputNodeInfoCount()
Input Node parameters of transferred graph repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
|
List<GraphTransferGraphInputNodeInfo> |
getGraphInputNodeInfoList()
Input Node parameters of transferred graph repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
|
GraphTransferGraphInputNodeInfoOrBuilder |
getGraphInputNodeInfoOrBuilder(int index)
Input Node parameters of transferred graph repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
|
List<? extends GraphTransferGraphInputNodeInfoOrBuilder> |
getGraphInputNodeInfoOrBuilderList()
Input Node parameters of transferred graph repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
|
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;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static GraphTransferInfo.Builder | |
static GraphTransferInfo.Builder |
newBuilder(GraphTransferInfo prototype)
|
GraphTransferInfo.Builder | |
static GraphTransferInfo |
parseDelimitedFrom(InputStream input)
|
static GraphTransferInfo |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferInfo |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferInfo |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static GraphTransferInfo |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferInfo |
parseFrom(ByteBuffer data)
|
static GraphTransferInfo |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferInfo |
parseFrom(com.google.protobuf.ByteString data)
|
static GraphTransferInfo |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphTransferInfo |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
GraphTransferInfo.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int CONST_NODE_INFO_FIELD_NUMBER
public static final int DESTINATION_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 NODE_INFO_FIELD_NUMBER
public static final int NODE_INPUT_INFO_FIELD_NUMBER
public static final int NODE_OUTPUT_INFO_FIELD_NUMBER
Public Methods
public boolean equals (Object obj)
public GraphTransferConstNodeInfo getConstNodeInfo (int index)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
public int getConstNodeInfoCount ()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
public List<GraphTransferConstNodeInfo> getConstNodeInfoList ()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
public GraphTransferConstNodeInfoOrBuilder getConstNodeInfoOrBuilder (int index)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
public List<? extends GraphTransferConstNodeInfoOrBuilder> getConstNodeInfoOrBuilderList ()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public GraphTransferInfo.Destination getDestination ()
Destination of graph transfer
.tensorflow.GraphTransferInfo.Destination destination = 7;
public int getDestinationValue ()
Destination of graph transfer
.tensorflow.GraphTransferInfo.Destination destination = 7;
public GraphTransferGraphInputNodeInfo getGraphInputNodeInfo (int index)
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
public int getGraphInputNodeInfoCount ()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
public List<GraphTransferGraphInputNodeInfo> getGraphInputNodeInfoList ()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
public GraphTransferGraphInputNodeInfoOrBuilder getGraphInputNodeInfoOrBuilder (int index)
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
public List<? extends GraphTransferGraphInputNodeInfoOrBuilder> getGraphInputNodeInfoOrBuilderList ()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
public GraphTransferGraphOutputNodeInfo getGraphOutputNodeInfo (int index)
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
public int getGraphOutputNodeInfoCount ()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
public List<GraphTransferGraphOutputNodeInfo> getGraphOutputNodeInfoList ()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
public GraphTransferGraphOutputNodeInfoOrBuilder getGraphOutputNodeInfoOrBuilder (int index)
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
public List<? extends GraphTransferGraphOutputNodeInfoOrBuilder> getGraphOutputNodeInfoOrBuilderList ()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
public GraphTransferNodeInfo getNodeInfo (int index)
repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
public int getNodeInfoCount ()
repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
public List<GraphTransferNodeInfo> getNodeInfoList ()
repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
public GraphTransferNodeInfoOrBuilder getNodeInfoOrBuilder (int index)
repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
public List<? extends GraphTransferNodeInfoOrBuilder> getNodeInfoOrBuilderList ()
repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
public GraphTransferNodeInputInfo getNodeInputInfo (int index)
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
public int getNodeInputInfoCount ()
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
public List<GraphTransferNodeInputInfo> getNodeInputInfoList ()
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
public GraphTransferNodeInputInfoOrBuilder getNodeInputInfoOrBuilder (int index)
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
public List<? extends GraphTransferNodeInputInfoOrBuilder> getNodeInputInfoOrBuilderList ()
repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
public GraphTransferNodeOutputInfo getNodeOutputInfo (int index)
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
public int getNodeOutputInfoCount ()
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
public List<GraphTransferNodeOutputInfo> getNodeOutputInfoList ()
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
public GraphTransferNodeOutputInfoOrBuilder getNodeOutputInfoOrBuilder (int index)
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
public List<? extends GraphTransferNodeOutputInfoOrBuilder> getNodeOutputInfoOrBuilderList ()
repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static GraphTransferInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphTransferInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferInfo parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static GraphTransferInfo parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphTransferInfo parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static GraphTransferInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphTransferInfo 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 |
---|