public static final class RunMetadata.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder> implements RunMetadataOrBuilder
Metadata output (i.e., non-Tensor) for a single Run() call.Protobuf type
tensorflow.RunMetadata| Modifier and Type | Method and Description |
|---|---|
RunMetadata.Builder |
addAllPartitionGraphs(Iterable<? extends GraphDef> values)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
addPartitionGraphs(GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
addPartitionGraphs(GraphDef value)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
addPartitionGraphs(int index,
GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
addPartitionGraphs(int index,
GraphDef value)
Graphs of the partitions executed by executors.
|
GraphDef.Builder |
addPartitionGraphsBuilder()
Graphs of the partitions executed by executors.
|
GraphDef.Builder |
addPartitionGraphsBuilder(int index)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
RunMetadata |
build() |
RunMetadata |
buildPartial() |
RunMetadata.Builder |
clear() |
RunMetadata.Builder |
clearCostGraph()
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
RunMetadata.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
RunMetadata.Builder |
clearPartitionGraphs()
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
clearStepStats()
Statistics traced for this step.
|
RunMetadata.Builder |
clone() |
CostGraphDef |
getCostGraph()
The cost graph for the computation defined by the run call.
|
CostGraphDef.Builder |
getCostGraphBuilder()
The cost graph for the computation defined by the run call.
|
CostGraphDefOrBuilder |
getCostGraphOrBuilder()
The cost graph for the computation defined by the run call.
|
RunMetadata |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
GraphDef |
getPartitionGraphs(int index)
Graphs of the partitions executed by executors.
|
GraphDef.Builder |
getPartitionGraphsBuilder(int index)
Graphs of the partitions executed by executors.
|
List<GraphDef.Builder> |
getPartitionGraphsBuilderList()
Graphs of the partitions executed by executors.
|
int |
getPartitionGraphsCount()
Graphs of the partitions executed by executors.
|
List<GraphDef> |
getPartitionGraphsList()
Graphs of the partitions executed by executors.
|
GraphDefOrBuilder |
getPartitionGraphsOrBuilder(int index)
Graphs of the partitions executed by executors.
|
List<? extends GraphDefOrBuilder> |
getPartitionGraphsOrBuilderList()
Graphs of the partitions executed by executors.
|
StepStats |
getStepStats()
Statistics traced for this step.
|
StepStats.Builder |
getStepStatsBuilder()
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.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RunMetadata.Builder |
mergeCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
RunMetadata.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
RunMetadata.Builder |
mergeFrom(RunMetadata other) |
RunMetadata.Builder |
mergeStepStats(StepStats value)
Statistics traced for this step.
|
RunMetadata.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
RunMetadata.Builder |
removePartitionGraphs(int index)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
setCostGraph(CostGraphDef.Builder builderForValue)
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
setCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
RunMetadata.Builder |
setPartitionGraphs(int index,
GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
setPartitionGraphs(int index,
GraphDef value)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
RunMetadata.Builder |
setStepStats(StepStats.Builder builderForValue)
Statistics traced for this step.
|
RunMetadata.Builder |
setStepStats(StepStats value)
Statistics traced for this step.
|
RunMetadata.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic RunMetadata build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic RunMetadata buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic RunMetadata.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<RunMetadata.Builder>public RunMetadata.Builder mergeFrom(RunMetadata other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<RunMetadata.Builder>IOExceptionpublic boolean 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;hasStepStats in interface RunMetadataOrBuilderpublic 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;getStepStats in interface RunMetadataOrBuilderpublic RunMetadata.Builder setStepStats(StepStats value)
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;public RunMetadata.Builder setStepStats(StepStats.Builder builderForValue)
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;public RunMetadata.Builder mergeStepStats(StepStats value)
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;public RunMetadata.Builder clearStepStats()
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;public StepStats.Builder getStepStatsBuilder()
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;public 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;getStepStatsOrBuilder in interface RunMetadataOrBuilderpublic boolean hasCostGraph()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;hasCostGraph in interface RunMetadataOrBuilderpublic CostGraphDef getCostGraph()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;getCostGraph in interface RunMetadataOrBuilderpublic RunMetadata.Builder setCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;public RunMetadata.Builder setCostGraph(CostGraphDef.Builder builderForValue)
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;public RunMetadata.Builder mergeCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;public RunMetadata.Builder clearCostGraph()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;public CostGraphDef.Builder getCostGraphBuilder()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;public CostGraphDefOrBuilder getCostGraphOrBuilder()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;getCostGraphOrBuilder in interface RunMetadataOrBuilderpublic List<GraphDef> getPartitionGraphsList()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;getPartitionGraphsList in interface RunMetadataOrBuilderpublic int getPartitionGraphsCount()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;getPartitionGraphsCount in interface RunMetadataOrBuilderpublic GraphDef getPartitionGraphs(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;getPartitionGraphs in interface RunMetadataOrBuilderpublic RunMetadata.Builder setPartitionGraphs(int index, GraphDef value)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public RunMetadata.Builder setPartitionGraphs(int index, GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public RunMetadata.Builder addPartitionGraphs(GraphDef value)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public RunMetadata.Builder addPartitionGraphs(int index, GraphDef value)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public RunMetadata.Builder addPartitionGraphs(GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public RunMetadata.Builder addPartitionGraphs(int index, GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public RunMetadata.Builder addAllPartitionGraphs(Iterable<? extends GraphDef> values)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public RunMetadata.Builder clearPartitionGraphs()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public RunMetadata.Builder removePartitionGraphs(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public GraphDef.Builder getPartitionGraphsBuilder(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public GraphDefOrBuilder getPartitionGraphsOrBuilder(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;getPartitionGraphsOrBuilder in interface RunMetadataOrBuilderpublic List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;getPartitionGraphsOrBuilderList in interface RunMetadataOrBuilderpublic GraphDef.Builder addPartitionGraphsBuilder()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public GraphDef.Builder addPartitionGraphsBuilder(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public List<GraphDef.Builder> getPartitionGraphsBuilderList()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;public final RunMetadata.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>public final RunMetadata.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunMetadata.Builder>Copyright © 2018. All rights reserved.