RemoteFusedGraphExecuteInfo

public final class RemoteFusedGraphExecuteInfo

 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.RemoteFusedGraphExecuteInfo

Nested Classes

class RemoteFusedGraphExecuteInfo.Builder
 Protocol buffer representing a handle to a tensorflow resource. 
class RemoteFusedGraphExecuteInfo.TensorShapeTypeProto Protobuf type tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto  
interface RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder  

Constants

Public Methods

boolean
equals(Object obj)
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
getDefaultGraphInputTensorShape(int index)
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
int
getDefaultGraphInputTensorShapeCount()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto>
getDefaultGraphInputTensorShapeList()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
getDefaultGraphInputTensorShapeOrBuilder(int index)
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
List<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder>
getDefaultGraphInputTensorShapeOrBuilderList()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
getDefaultGraphOutputTensorShape(int index)
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
int
getDefaultGraphOutputTensorShapeCount()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto>
getDefaultGraphOutputTensorShapeList()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
getDefaultGraphOutputTensorShapeOrBuilder(int index)
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
List<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder>
getDefaultGraphOutputTensorShapeOrBuilderList()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
static RemoteFusedGraphExecuteInfo
RemoteFusedGraphExecuteInfo
final static com.google.protobuf.Descriptors.Descriptor
String
getExecutorName()
 Executor's name
 
string executor_name = 4;
com.google.protobuf.ByteString
getExecutorNameBytes()
 Executor's name
 
string executor_name = 4;
String
getGraphInputNodeName(int index)
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
com.google.protobuf.ByteString
getGraphInputNodeNameBytes(int index)
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
int
getGraphInputNodeNameCount()
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
com.google.protobuf.ProtocolStringList
getGraphInputNodeNameList()
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
String
getGraphOutputNodeName(int index)
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
com.google.protobuf.ByteString
getGraphOutputNodeNameBytes(int index)
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
int
getGraphOutputNodeNameCount()
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
com.google.protobuf.ProtocolStringList
getGraphOutputNodeNameList()
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
GraphDef
getRemoteGraph()
 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;
GraphDefOrBuilder
getRemoteGraphOrBuilder()
 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;
com.google.protobuf.ByteString
getSerializedExecutorParameters()
 Optional: Parameters given to the executor
 
bytes serialized_executor_parameters = 5;
int
final com.google.protobuf.UnknownFieldSet
boolean
hasRemoteGraph()
 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;
int
final boolean
static RemoteFusedGraphExecuteInfo.Builder
static RemoteFusedGraphExecuteInfo.Builder
RemoteFusedGraphExecuteInfo.Builder
static RemoteFusedGraphExecuteInfo
parseDelimitedFrom(InputStream input)
static RemoteFusedGraphExecuteInfo
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteFusedGraphExecuteInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteFusedGraphExecuteInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static RemoteFusedGraphExecuteInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteFusedGraphExecuteInfo
parseFrom(ByteBuffer data)
static RemoteFusedGraphExecuteInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteFusedGraphExecuteInfo
parseFrom(com.google.protobuf.ByteString data)
static RemoteFusedGraphExecuteInfo
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteFusedGraphExecuteInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
RemoteFusedGraphExecuteInfo.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.RemoteFusedGraphExecuteInfoOrBuilder
abstract RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
getDefaultGraphInputTensorShape(int index)
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
abstract int
getDefaultGraphInputTensorShapeCount()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
abstract List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto>
getDefaultGraphInputTensorShapeList()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
abstract RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
getDefaultGraphInputTensorShapeOrBuilder(int index)
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
abstract List<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder>
getDefaultGraphInputTensorShapeOrBuilderList()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
abstract RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
getDefaultGraphOutputTensorShape(int index)
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
abstract int
getDefaultGraphOutputTensorShapeCount()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
abstract List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto>
getDefaultGraphOutputTensorShapeList()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
abstract RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
getDefaultGraphOutputTensorShapeOrBuilder(int index)
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
abstract List<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder>
getDefaultGraphOutputTensorShapeOrBuilderList()
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
abstract String
getExecutorName()
 Executor's name
 
string executor_name = 4;
abstract com.google.protobuf.ByteString
getExecutorNameBytes()
 Executor's name
 
string executor_name = 4;
abstract String
getGraphInputNodeName(int index)
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
abstract com.google.protobuf.ByteString
getGraphInputNodeNameBytes(int index)
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
abstract int
getGraphInputNodeNameCount()
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
abstract List<String>
getGraphInputNodeNameList()
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
abstract String
getGraphOutputNodeName(int index)
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
abstract com.google.protobuf.ByteString
getGraphOutputNodeNameBytes(int index)
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
abstract int
getGraphOutputNodeNameCount()
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
abstract List<String>
getGraphOutputNodeNameList()
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
abstract GraphDef
getRemoteGraph()
 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;
abstract GraphDefOrBuilder
getRemoteGraphOrBuilder()
 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;
abstract com.google.protobuf.ByteString
getSerializedExecutorParameters()
 Optional: Parameters given to the executor
 
bytes serialized_executor_parameters = 5;
abstract boolean
hasRemoteGraph()
 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;

Constants

public static final int DEFAULT_GRAPH_INPUT_TENSOR_SHAPE_FIELD_NUMBER

Constant Value: 6

public static final int DEFAULT_GRAPH_OUTPUT_TENSOR_SHAPE_FIELD_NUMBER

Constant Value: 7

public static final int EXECUTOR_NAME_FIELD_NUMBER

Constant Value: 4

public static final int GRAPH_INPUT_NODE_NAME_FIELD_NUMBER

Constant Value: 2

public static final int GRAPH_OUTPUT_NODE_NAME_FIELD_NUMBER

Constant Value: 3

public static final int REMOTE_GRAPH_FIELD_NUMBER

Constant Value: 1

public static final int SERIALIZED_EXECUTOR_PARAMETERS_FIELD_NUMBER

Constant Value: 5

Public Methods

public boolean equals (Object obj)

public RemoteFusedGraphExecuteInfo.TensorShapeTypeProto getDefaultGraphInputTensorShape (int index)

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;

public int getDefaultGraphInputTensorShapeCount ()

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;

public List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto> getDefaultGraphInputTensorShapeList ()

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;

public RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder getDefaultGraphInputTensorShapeOrBuilder (int index)

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;

public List<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder> getDefaultGraphInputTensorShapeOrBuilderList ()

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;

public RemoteFusedGraphExecuteInfo.TensorShapeTypeProto getDefaultGraphOutputTensorShape (int index)

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;

public int getDefaultGraphOutputTensorShapeCount ()

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;

public List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto> getDefaultGraphOutputTensorShapeList ()

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;

public RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder getDefaultGraphOutputTensorShapeOrBuilder (int index)

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;

public List<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder> getDefaultGraphOutputTensorShapeOrBuilderList ()

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 TODO(satok): Remote output tensor shape once shape information is stored
 in NodeDef
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;

public static RemoteFusedGraphExecuteInfo getDefaultInstance ()

public RemoteFusedGraphExecuteInfo getDefaultInstanceForType ()

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

public String getExecutorName ()

 Executor's name
 
string executor_name = 4;

public com.google.protobuf.ByteString getExecutorNameBytes ()

 Executor's name
 
string executor_name = 4;

public String getGraphInputNodeName (int index)

 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;

public com.google.protobuf.ByteString getGraphInputNodeNameBytes (int index)

 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;

public int getGraphInputNodeNameCount ()

 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;

public com.google.protobuf.ProtocolStringList getGraphInputNodeNameList ()

 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;

public String getGraphOutputNodeName (int index)

 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;

public com.google.protobuf.ByteString getGraphOutputNodeNameBytes (int index)

 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;

public int getGraphOutputNodeNameCount ()

 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;

public com.google.protobuf.ProtocolStringList getGraphOutputNodeNameList ()

 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;

public getParserForType ()

public GraphDef getRemoteGraph ()

 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;

public GraphDefOrBuilder getRemoteGraphOrBuilder ()

 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;

public com.google.protobuf.ByteString getSerializedExecutorParameters ()

 Optional: Parameters given to the executor
 
bytes serialized_executor_parameters = 5;

public int getSerializedSize ()

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

public boolean hasRemoteGraph ()

 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;

public int hashCode ()

public final boolean isInitialized ()

public static RemoteFusedGraphExecuteInfo.Builder newBuilder ()

public RemoteFusedGraphExecuteInfo.Builder newBuilderForType ()

public static RemoteFusedGraphExecuteInfo parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static RemoteFusedGraphExecuteInfo parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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