public interface RemoteFusedGraphExecuteInfoOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto |
getDefaultGraphInputTensorShape(int index)
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
int |
getDefaultGraphInputTensorShapeCount()
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto> |
getDefaultGraphInputTensorShapeList()
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder |
getDefaultGraphInputTensorShapeOrBuilder(int index)
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
List<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder> |
getDefaultGraphInputTensorShapeOrBuilderList()
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
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
|
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
|
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
|
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
|
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
|
String |
getExecutorName()
Executor's name
|
org.nd4j.shade.protobuf.ByteString |
getExecutorNameBytes()
Executor's name
|
String |
getGraphInputNodeName(int index)
Remote fused graph input node name
|
org.nd4j.shade.protobuf.ByteString |
getGraphInputNodeNameBytes(int index)
Remote fused graph input node name
|
int |
getGraphInputNodeNameCount()
Remote fused graph input node name
|
List<String> |
getGraphInputNodeNameList()
Remote fused graph input node name
|
String |
getGraphOutputNodeName(int index)
Remote fused graph output node name
|
org.nd4j.shade.protobuf.ByteString |
getGraphOutputNodeNameBytes(int index)
Remote fused graph output node name
|
int |
getGraphOutputNodeNameCount()
Remote fused graph output node name
|
List<String> |
getGraphOutputNodeNameList()
Remote fused graph output node name
|
GraphDef |
getRemoteGraph()
Definition of remote graph
|
GraphDefOrBuilder |
getRemoteGraphOrBuilder()
Definition of remote graph
|
org.nd4j.shade.protobuf.ByteString |
getSerializedExecutorParameters()
Optional: Parameters given to the executor
|
boolean |
hasRemoteGraph()
Definition of remote graph
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRemoteGraph()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;GraphDef getRemoteGraph()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;GraphDefOrBuilder getRemoteGraphOrBuilder()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;List<String> getGraphInputNodeNameList()
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;String getGraphInputNodeName(int index)
Remote fused graph input node name
repeated string graph_input_node_name = 2;org.nd4j.shade.protobuf.ByteString getGraphInputNodeNameBytes(int index)
Remote fused graph input node name
repeated string graph_input_node_name = 2;List<String> getGraphOutputNodeNameList()
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;String getGraphOutputNodeName(int index)
Remote fused graph output node name
repeated string graph_output_node_name = 3;org.nd4j.shade.protobuf.ByteString getGraphOutputNodeNameBytes(int index)
Remote fused graph output node name
repeated string graph_output_node_name = 3;String getExecutorName()
Executor's name
string executor_name = 4;org.nd4j.shade.protobuf.ByteString getExecutorNameBytes()
Executor's name
string executor_name = 4;org.nd4j.shade.protobuf.ByteString getSerializedExecutorParameters()
Optional: Parameters given to the executor
bytes serialized_executor_parameters = 5;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.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<? 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.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<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.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<? 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;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;Copyright © 2021. All rights reserved.