public static final class RunMetadata.Builder extends org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
RunMetadata.Builder |
clearOneof(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RunMetadata.Builder |
mergeCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
RunMetadata.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
RunMetadata.Builder |
mergeFrom(RunMetadata other) |
RunMetadata.Builder |
mergeStepStats(StepStats value)
Statistics traced for this step.
|
RunMetadata.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic RunMetadata build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic RunMetadata buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic RunMetadata.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<RunMetadata.Builder>public RunMetadata.Builder mergeFrom(RunMetadata other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public RunMetadata.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>public final RunMetadata.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>Copyright © 2021. All rights reserved.