public interface RunMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CostGraphDef |
getCostGraph()
The cost graph for the computation defined by the run call.
|
CostGraphDefOrBuilder |
getCostGraphOrBuilder()
The cost graph for the computation defined by the run call.
|
GraphDef |
getPartitionGraphs(int index)
Graphs of the partitions executed by executors.
|
int |
getPartitionGraphsCount()
Graphs of the partitions executed by executors.
|
java.util.List<GraphDef> |
getPartitionGraphsList()
Graphs of the partitions executed by executors.
|
GraphDefOrBuilder |
getPartitionGraphsOrBuilder(int index)
Graphs of the partitions executed by executors.
|
java.util.List<? extends GraphDefOrBuilder> |
getPartitionGraphsOrBuilderList()
Graphs of the partitions executed by executors.
|
StepStats |
getStepStats()
Statistics traced for this step.
|
StepStatsOrBuilder |
getStepStatsOrBuilder()
Statistics traced for this step.
|
boolean |
hasCostGraph()
The cost graph for the computation defined by the run call.
|
boolean |
hasStepStats()
Statistics traced for this step.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStepStats()
Statistics traced for this step. Populated if tracing is turned on via the "RunOptions" proto. EXPERIMENTAL: The format and set of events may change in future versions.
.tensorflow.StepStats step_stats = 1;StepStats getStepStats()
Statistics traced for this step. Populated if tracing is turned on via the "RunOptions" proto. EXPERIMENTAL: The format and set of events may change in future versions.
.tensorflow.StepStats step_stats = 1;StepStatsOrBuilder getStepStatsOrBuilder()
Statistics traced for this step. Populated if tracing is turned on via the "RunOptions" proto. EXPERIMENTAL: The format and set of events may change in future versions.
.tensorflow.StepStats step_stats = 1;boolean hasCostGraph()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;CostGraphDef getCostGraph()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;CostGraphDefOrBuilder getCostGraphOrBuilder()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;java.util.List<GraphDef> getPartitionGraphsList()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;GraphDef getPartitionGraphs(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;int getPartitionGraphsCount()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;java.util.List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;GraphDefOrBuilder getPartitionGraphsOrBuilder(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;