Class 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 type tensorflow.RunMetadata
    • Method Detail

      • getDescriptor

        public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
      • clear

        public RunMetadata.Builder clear()
        Specified by:
        clear in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clear in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
      • getDescriptorForType

        public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
      • getDefaultInstanceForType

        public RunMetadata getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
      • build

        public RunMetadata build()
        Specified by:
        build in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        build in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • buildPartial

        public RunMetadata buildPartial()
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • clone

        public RunMetadata.Builder clone()
        Specified by:
        clone in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clone in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
      • setField

        public RunMetadata.Builder setField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                            Object value)
        Specified by:
        setField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
      • clearField

        public RunMetadata.Builder clearField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
      • clearOneof

        public RunMetadata.Builder clearOneof​(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearOneof in class org.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:
        setRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
      • addRepeatedField

        public RunMetadata.Builder addRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        addRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
      • mergeFrom

        public RunMetadata.Builder mergeFrom​(org.nd4j.shade.protobuf.Message other)
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<RunMetadata.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.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:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class org.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:
        hasStepStats in interface RunMetadataOrBuilder
        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:
        getStepStats in interface RunMetadataOrBuilder
        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:
        getStepStatsOrBuilder in interface RunMetadataOrBuilder
      • hasCostGraph

        public boolean hasCostGraph()
         The cost graph for the computation defined by the run call.
         
        .tensorflow.CostGraphDef cost_graph = 2;
        Specified by:
        hasCostGraph in interface RunMetadataOrBuilder
        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:
        getCostGraph in interface RunMetadataOrBuilder
        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;
      • getPartitionGraphsCount

        public int getPartitionGraphsCount()
         Graphs of the partitions executed by executors.
         
        repeated .tensorflow.GraphDef partition_graphs = 3;
        Specified by:
        getPartitionGraphsCount in interface RunMetadataOrBuilder
      • getPartitionGraphs

        public GraphDef getPartitionGraphs​(int index)
         Graphs of the partitions executed by executors.
         
        repeated .tensorflow.GraphDef partition_graphs = 3;
        Specified by:
        getPartitionGraphs in interface RunMetadataOrBuilder
      • 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;
      • 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:
        setUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>
      • mergeUnknownFields

        public final RunMetadata.Builder mergeUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunMetadata.Builder>