Package org.tensorflow.framework
Class RunMetadata.Builder
- java.lang.Object
-
- org.nd4j.shade.protobuf.AbstractMessageLite.Builder
-
- org.nd4j.shade.protobuf.AbstractMessage.Builder<BuilderType>
-
- org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
- org.tensorflow.framework.RunMetadata.Builder
-
- All Implemented Interfaces:
Cloneable,org.nd4j.shade.protobuf.Message.Builder,org.nd4j.shade.protobuf.MessageLite.Builder,org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder,RunMetadataOrBuilder
- Enclosing class:
- RunMetadata
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 typetensorflow.RunMetadata
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RunMetadata.BuilderaddAllPartitionGraphs(Iterable<? extends GraphDef> values)Graphs of the partitions executed by executors.RunMetadata.BuilderaddPartitionGraphs(int index, GraphDef value)Graphs of the partitions executed by executors.RunMetadata.BuilderaddPartitionGraphs(int index, GraphDef.Builder builderForValue)Graphs of the partitions executed by executors.RunMetadata.BuilderaddPartitionGraphs(GraphDef value)Graphs of the partitions executed by executors.RunMetadata.BuilderaddPartitionGraphs(GraphDef.Builder builderForValue)Graphs of the partitions executed by executors.GraphDef.BuilderaddPartitionGraphsBuilder()Graphs of the partitions executed by executors.GraphDef.BuilderaddPartitionGraphsBuilder(int index)Graphs of the partitions executed by executors.RunMetadata.BuilderaddRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)RunMetadatabuild()RunMetadatabuildPartial()RunMetadata.Builderclear()RunMetadata.BuilderclearCostGraph()The cost graph for the computation defined by the run call.RunMetadata.BuilderclearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)RunMetadata.BuilderclearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)RunMetadata.BuilderclearPartitionGraphs()Graphs of the partitions executed by executors.RunMetadata.BuilderclearStepStats()Statistics traced for this step.RunMetadata.Builderclone()CostGraphDefgetCostGraph()The cost graph for the computation defined by the run call.CostGraphDef.BuildergetCostGraphBuilder()The cost graph for the computation defined by the run call.CostGraphDefOrBuildergetCostGraphOrBuilder()The cost graph for the computation defined by the run call.RunMetadatagetDefaultInstanceForType()static org.nd4j.shade.protobuf.Descriptors.DescriptorgetDescriptor()org.nd4j.shade.protobuf.Descriptors.DescriptorgetDescriptorForType()GraphDefgetPartitionGraphs(int index)Graphs of the partitions executed by executors.GraphDef.BuildergetPartitionGraphsBuilder(int index)Graphs of the partitions executed by executors.List<GraphDef.Builder>getPartitionGraphsBuilderList()Graphs of the partitions executed by executors.intgetPartitionGraphsCount()Graphs of the partitions executed by executors.List<GraphDef>getPartitionGraphsList()Graphs of the partitions executed by executors.GraphDefOrBuildergetPartitionGraphsOrBuilder(int index)Graphs of the partitions executed by executors.List<? extends GraphDefOrBuilder>getPartitionGraphsOrBuilderList()Graphs of the partitions executed by executors.StepStatsgetStepStats()Statistics traced for this step.StepStats.BuildergetStepStatsBuilder()Statistics traced for this step.StepStatsOrBuildergetStepStatsOrBuilder()Statistics traced for this step.booleanhasCostGraph()The cost graph for the computation defined by the run call.booleanhasStepStats()Statistics traced for this step.protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()RunMetadata.BuildermergeCostGraph(CostGraphDef value)The cost graph for the computation defined by the run call.RunMetadata.BuildermergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)RunMetadata.BuildermergeFrom(org.nd4j.shade.protobuf.Message other)RunMetadata.BuildermergeFrom(RunMetadata other)RunMetadata.BuildermergeStepStats(StepStats value)Statistics traced for this step.RunMetadata.BuildermergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)RunMetadata.BuilderremovePartitionGraphs(int index)Graphs of the partitions executed by executors.RunMetadata.BuildersetCostGraph(CostGraphDef value)The cost graph for the computation defined by the run call.RunMetadata.BuildersetCostGraph(CostGraphDef.Builder builderForValue)The cost graph for the computation defined by the run call.RunMetadata.BuildersetField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)RunMetadata.BuildersetPartitionGraphs(int index, GraphDef value)Graphs of the partitions executed by executors.RunMetadata.BuildersetPartitionGraphs(int index, GraphDef.Builder builderForValue)Graphs of the partitions executed by executors.RunMetadata.BuildersetRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)RunMetadata.BuildersetStepStats(StepStats value)Statistics traced for this step.RunMetadata.BuildersetStepStats(StepStats.Builder builderForValue)Statistics traced for this step.RunMetadata.BuildersetUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
clear
public RunMetadata.Builder clear()
- Specified by:
clearin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
clearin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder- Overrides:
clearin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
getDescriptorForType
public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfaceorg.nd4j.shade.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
getDefaultInstanceForType
public RunMetadata getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
-
build
public RunMetadata build()
- Specified by:
buildin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
buildin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder
-
buildPartial
public RunMetadata buildPartial()
- Specified by:
buildPartialin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
buildPartialin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder
-
clone
public RunMetadata.Builder clone()
- Specified by:
clonein interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
clonein interfaceorg.nd4j.shade.protobuf.MessageLite.Builder- Overrides:
clonein classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
setField
public RunMetadata.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
setFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
clearField
public RunMetadata.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
clearFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
clearOneof
public RunMetadata.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
clearOneofin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
setRepeatedField
public RunMetadata.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
addRepeatedField
public RunMetadata.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
mergeFrom
public RunMetadata.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
- Specified by:
mergeFromin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
mergeFromin classorg.nd4j.shade.protobuf.AbstractMessage.Builder<RunMetadata.Builder>
-
mergeFrom
public RunMetadata.Builder mergeFrom(RunMetadata other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
mergeFrom
public RunMetadata.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
mergeFromin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder- Overrides:
mergeFromin classorg.nd4j.shade.protobuf.AbstractMessage.Builder<RunMetadata.Builder>- Throws:
IOException
-
hasStepStats
public 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;- Specified by:
hasStepStatsin interfaceRunMetadataOrBuilder- Returns:
- Whether the stepStats field is set.
-
getStepStats
public 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;- Specified by:
getStepStatsin interfaceRunMetadataOrBuilder- Returns:
- The stepStats.
-
setStepStats
public 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;
-
setStepStats
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;
-
mergeStepStats
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;
-
clearStepStats
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;
-
getStepStatsBuilder
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;
-
getStepStatsOrBuilder
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;- Specified by:
getStepStatsOrBuilderin interfaceRunMetadataOrBuilder
-
hasCostGraph
public boolean hasCostGraph()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;- Specified by:
hasCostGraphin interfaceRunMetadataOrBuilder- Returns:
- Whether the costGraph field is set.
-
getCostGraph
public CostGraphDef getCostGraph()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;- Specified by:
getCostGraphin interfaceRunMetadataOrBuilder- Returns:
- The costGraph.
-
setCostGraph
public RunMetadata.Builder setCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;
-
setCostGraph
public RunMetadata.Builder setCostGraph(CostGraphDef.Builder builderForValue)
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;
-
mergeCostGraph
public RunMetadata.Builder mergeCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;
-
clearCostGraph
public RunMetadata.Builder clearCostGraph()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;
-
getCostGraphBuilder
public CostGraphDef.Builder getCostGraphBuilder()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;
-
getCostGraphOrBuilder
public CostGraphDefOrBuilder getCostGraphOrBuilder()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;- Specified by:
getCostGraphOrBuilderin interfaceRunMetadataOrBuilder
-
getPartitionGraphsList
public List<GraphDef> getPartitionGraphsList()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;- Specified by:
getPartitionGraphsListin interfaceRunMetadataOrBuilder
-
getPartitionGraphsCount
public int getPartitionGraphsCount()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;- Specified by:
getPartitionGraphsCountin interfaceRunMetadataOrBuilder
-
getPartitionGraphs
public GraphDef getPartitionGraphs(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;- Specified by:
getPartitionGraphsin interfaceRunMetadataOrBuilder
-
setPartitionGraphs
public RunMetadata.Builder setPartitionGraphs(int index, GraphDef value)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
setPartitionGraphs
public RunMetadata.Builder setPartitionGraphs(int index, GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
addPartitionGraphs
public RunMetadata.Builder addPartitionGraphs(GraphDef value)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
addPartitionGraphs
public RunMetadata.Builder addPartitionGraphs(int index, GraphDef value)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
addPartitionGraphs
public RunMetadata.Builder addPartitionGraphs(GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
addPartitionGraphs
public RunMetadata.Builder addPartitionGraphs(int index, GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
addAllPartitionGraphs
public RunMetadata.Builder addAllPartitionGraphs(Iterable<? extends GraphDef> values)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
clearPartitionGraphs
public RunMetadata.Builder clearPartitionGraphs()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
removePartitionGraphs
public RunMetadata.Builder removePartitionGraphs(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
getPartitionGraphsBuilder
public GraphDef.Builder getPartitionGraphsBuilder(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
getPartitionGraphsOrBuilder
public GraphDefOrBuilder getPartitionGraphsOrBuilder(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;- Specified by:
getPartitionGraphsOrBuilderin interfaceRunMetadataOrBuilder
-
getPartitionGraphsOrBuilderList
public List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;- Specified by:
getPartitionGraphsOrBuilderListin interfaceRunMetadataOrBuilder
-
addPartitionGraphsBuilder
public GraphDef.Builder addPartitionGraphsBuilder()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
addPartitionGraphsBuilder
public GraphDef.Builder addPartitionGraphsBuilder(int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
getPartitionGraphsBuilderList
public List<GraphDef.Builder> getPartitionGraphsBuilderList()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
-
setUnknownFields
public final RunMetadata.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
mergeUnknownFields
public final RunMetadata.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
-
-