Package org.tensorflow.distruntime
Interface RunGraphResponseOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunGraphResponse,RunGraphResponse.Builder
public interface RunGraphResponseOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CostGraphDefgetCostGraph().tensorflow.CostGraphDef cost_graph = 3;CostGraphDefOrBuildergetCostGraphOrBuilder().tensorflow.CostGraphDef cost_graph = 3;GraphDefgetPartitionGraph(int index)repeated .tensorflow.GraphDef partition_graph = 4;intgetPartitionGraphCount()repeated .tensorflow.GraphDef partition_graph = 4;List<GraphDef>getPartitionGraphList()repeated .tensorflow.GraphDef partition_graph = 4;GraphDefOrBuildergetPartitionGraphOrBuilder(int index)repeated .tensorflow.GraphDef partition_graph = 4;List<? extends GraphDefOrBuilder>getPartitionGraphOrBuilderList()repeated .tensorflow.GraphDef partition_graph = 4;NamedTensorProtogetRecv(int index)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.intgetRecvCount()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.List<NamedTensorProto>getRecvList()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.NamedTensorProtoOrBuildergetRecvOrBuilder(int index)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.List<? extends NamedTensorProtoOrBuilder>getRecvOrBuilderList()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.CodegetStatusCode()If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.intgetStatusCodeValue()If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.StringgetStatusErrorMessage()string status_error_message = 6;org.nd4j.shade.protobuf.ByteStringgetStatusErrorMessageBytes()string status_error_message = 6;StepStatsgetStepStats()If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here.StepStatsOrBuildergetStepStatsOrBuilder()If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here.booleanhasCostGraph().tensorflow.CostGraphDef cost_graph = 3;booleanhasStepStats()If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRecvList
List<NamedTensorProto> getRecvList()
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;
-
getRecv
NamedTensorProto getRecv(int index)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;
-
getRecvCount
int getRecvCount()
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;
-
getRecvOrBuilderList
List<? extends NamedTensorProtoOrBuilder> getRecvOrBuilderList()
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;
-
getRecvOrBuilder
NamedTensorProtoOrBuilder getRecvOrBuilder(int index)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;
-
hasStepStats
boolean hasStepStats()
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;- Returns:
- Whether the stepStats field is set.
-
getStepStats
StepStats getStepStats()
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;- Returns:
- The stepStats.
-
getStepStatsOrBuilder
StepStatsOrBuilder getStepStatsOrBuilder()
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;
-
hasCostGraph
boolean hasCostGraph()
.tensorflow.CostGraphDef cost_graph = 3;- Returns:
- Whether the costGraph field is set.
-
getCostGraph
CostGraphDef getCostGraph()
.tensorflow.CostGraphDef cost_graph = 3;- Returns:
- The costGraph.
-
getCostGraphOrBuilder
CostGraphDefOrBuilder getCostGraphOrBuilder()
.tensorflow.CostGraphDef cost_graph = 3;
-
getPartitionGraphList
List<GraphDef> getPartitionGraphList()
repeated .tensorflow.GraphDef partition_graph = 4;
-
getPartitionGraph
GraphDef getPartitionGraph(int index)
repeated .tensorflow.GraphDef partition_graph = 4;
-
getPartitionGraphCount
int getPartitionGraphCount()
repeated .tensorflow.GraphDef partition_graph = 4;
-
getPartitionGraphOrBuilderList
List<? extends GraphDefOrBuilder> getPartitionGraphOrBuilderList()
repeated .tensorflow.GraphDef partition_graph = 4;
-
getPartitionGraphOrBuilder
GraphDefOrBuilder getPartitionGraphOrBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4;
-
getStatusCodeValue
int getStatusCodeValue()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
.tensorflow.error.Code status_code = 5;- Returns:
- The enum numeric value on the wire for statusCode.
-
getStatusCode
Code getStatusCode()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
.tensorflow.error.Code status_code = 5;- Returns:
- The statusCode.
-
getStatusErrorMessage
String getStatusErrorMessage()
string status_error_message = 6;- Returns:
- The statusErrorMessage.
-
getStatusErrorMessageBytes
org.nd4j.shade.protobuf.ByteString getStatusErrorMessageBytes()
string status_error_message = 6;- Returns:
- The bytes for statusErrorMessage.
-
-