Package org.tensorflow.framework
Interface RemoteFusedGraphExecuteInfoOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoteFusedGraphExecuteInfo,RemoteFusedGraphExecuteInfo.Builder
public interface RemoteFusedGraphExecuteInfoOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteFusedGraphExecuteInfo.TensorShapeTypeProtogetDefaultGraphInputTensorShape(int index)Optional: Default graph input tensor shape used to allocate memory before executing opintgetDefaultGraphInputTensorShapeCount()Optional: Default graph input tensor shape used to allocate memory before executing opList<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto>getDefaultGraphInputTensorShapeList()Optional: Default graph input tensor shape used to allocate memory before executing opRemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuildergetDefaultGraphInputTensorShapeOrBuilder(int index)Optional: Default graph input tensor shape used to allocate memory before executing opList<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder>getDefaultGraphInputTensorShapeOrBuilderList()Optional: Default graph input tensor shape used to allocate memory before executing opRemoteFusedGraphExecuteInfo.TensorShapeTypeProtogetDefaultGraphOutputTensorShape(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 NodeDefintgetDefaultGraphOutputTensorShapeCount()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 NodeDefList<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 NodeDefRemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuildergetDefaultGraphOutputTensorShapeOrBuilder(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 NodeDefList<? 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 NodeDefStringgetExecutorName()Executor's nameorg.nd4j.shade.protobuf.ByteStringgetExecutorNameBytes()Executor's nameStringgetGraphInputNodeName(int index)Remote fused graph input node nameorg.nd4j.shade.protobuf.ByteStringgetGraphInputNodeNameBytes(int index)Remote fused graph input node nameintgetGraphInputNodeNameCount()Remote fused graph input node nameList<String>getGraphInputNodeNameList()Remote fused graph input node nameStringgetGraphOutputNodeName(int index)Remote fused graph output node nameorg.nd4j.shade.protobuf.ByteStringgetGraphOutputNodeNameBytes(int index)Remote fused graph output node nameintgetGraphOutputNodeNameCount()Remote fused graph output node nameList<String>getGraphOutputNodeNameList()Remote fused graph output node nameGraphDefgetRemoteGraph()Definition of remote graphGraphDefOrBuildergetRemoteGraphOrBuilder()Definition of remote graphorg.nd4j.shade.protobuf.ByteStringgetSerializedExecutorParameters()Optional: Parameters given to the executorbooleanhasRemoteGraph()Definition of remote graph-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRemoteGraph
boolean hasRemoteGraph()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;- Returns:
- Whether the remoteGraph field is set.
-
getRemoteGraph
GraphDef getRemoteGraph()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;- Returns:
- The remoteGraph.
-
getRemoteGraphOrBuilder
GraphDefOrBuilder getRemoteGraphOrBuilder()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;
-
getGraphInputNodeNameList
List<String> getGraphInputNodeNameList()
Remote fused graph input node name
repeated string graph_input_node_name = 2;- Returns:
- A list containing the graphInputNodeName.
-
getGraphInputNodeNameCount
int getGraphInputNodeNameCount()
Remote fused graph input node name
repeated string graph_input_node_name = 2;- Returns:
- The count of graphInputNodeName.
-
getGraphInputNodeName
String getGraphInputNodeName(int index)
Remote fused graph input node name
repeated string graph_input_node_name = 2;- Parameters:
index- The index of the element to return.- Returns:
- The graphInputNodeName at the given index.
-
getGraphInputNodeNameBytes
org.nd4j.shade.protobuf.ByteString getGraphInputNodeNameBytes(int index)
Remote fused graph input node name
repeated string graph_input_node_name = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the graphInputNodeName at the given index.
-
getGraphOutputNodeNameList
List<String> getGraphOutputNodeNameList()
Remote fused graph output node name
repeated string graph_output_node_name = 3;- Returns:
- A list containing the graphOutputNodeName.
-
getGraphOutputNodeNameCount
int getGraphOutputNodeNameCount()
Remote fused graph output node name
repeated string graph_output_node_name = 3;- Returns:
- The count of graphOutputNodeName.
-
getGraphOutputNodeName
String getGraphOutputNodeName(int index)
Remote fused graph output node name
repeated string graph_output_node_name = 3;- Parameters:
index- The index of the element to return.- Returns:
- The graphOutputNodeName at the given index.
-
getGraphOutputNodeNameBytes
org.nd4j.shade.protobuf.ByteString getGraphOutputNodeNameBytes(int index)
Remote fused graph output node name
repeated string graph_output_node_name = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the graphOutputNodeName at the given index.
-
getExecutorName
String getExecutorName()
Executor's name
string executor_name = 4;- Returns:
- The executorName.
-
getExecutorNameBytes
org.nd4j.shade.protobuf.ByteString getExecutorNameBytes()
Executor's name
string executor_name = 4;- Returns:
- The bytes for executorName.
-
getSerializedExecutorParameters
org.nd4j.shade.protobuf.ByteString getSerializedExecutorParameters()
Optional: Parameters given to the executor
bytes serialized_executor_parameters = 5;- Returns:
- The serializedExecutorParameters.
-
getDefaultGraphInputTensorShapeList
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;
-
getDefaultGraphInputTensorShape
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;
-
getDefaultGraphInputTensorShapeCount
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;
-
getDefaultGraphInputTensorShapeOrBuilderList
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;
-
getDefaultGraphInputTensorShapeOrBuilder
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;
-
getDefaultGraphOutputTensorShapeList
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;
-
getDefaultGraphOutputTensorShape
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;
-
getDefaultGraphOutputTensorShapeCount
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;
-
getDefaultGraphOutputTensorShapeOrBuilderList
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;
-
getDefaultGraphOutputTensorShapeOrBuilder
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;
-
-