Uses of Class
org.tensorflow.proto.MetricEntry.Builder
Packages that use MetricEntry.Builder
-
Uses of MetricEntry.Builder in org.tensorflow.proto
Subclasses with type arguments of type MetricEntry.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.MetricEntryMethods in org.tensorflow.proto that return MetricEntry.BuilderModifier and TypeMethodDescriptionBenchmarkEntry.Builder.addMetricsBuilder()Metric name, value and expected range.BenchmarkEntry.Builder.addMetricsBuilder(int index) Metric name, value and expected range.MetricEntry.Builder.clear()MetricEntry.Builder.clearMaxValue()The maximum acceptable value for the metric if specifiedMetricEntry.Builder.clearMinValue()The minimum acceptable value for the metric if specifiedMetricEntry.Builder.clearName()Metric nameMetricEntry.Builder.clearValue()Metric valueBenchmarkEntry.Builder.getMetricsBuilder(int index) Metric name, value and expected range.MetricEntry.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) MetricEntry.Builder.mergeFrom(MetricEntry other) MetricEntry.Builder.mergeMaxValue(DoubleValue value) The maximum acceptable value for the metric if specifiedMetricEntry.Builder.mergeMinValue(DoubleValue value) The minimum acceptable value for the metric if specifiedstatic MetricEntry.BuilderMetricEntry.newBuilder()static MetricEntry.BuilderMetricEntry.newBuilder(MetricEntry prototype) MetricEntry.newBuilderForType()protected MetricEntry.BuilderMetricEntry.newBuilderForType(AbstractMessage.BuilderParent parent) MetricEntry.Builder.setMaxValue(DoubleValue value) The maximum acceptable value for the metric if specifiedMetricEntry.Builder.setMaxValue(DoubleValue.Builder builderForValue) The maximum acceptable value for the metric if specifiedMetricEntry.Builder.setMinValue(DoubleValue value) The minimum acceptable value for the metric if specifiedMetricEntry.Builder.setMinValue(DoubleValue.Builder builderForValue) The minimum acceptable value for the metric if specifiedMetric nameMetricEntry.Builder.setNameBytes(ByteString value) Metric nameMetricEntry.Builder.setValue(double value) Metric valueMetricEntry.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type MetricEntry.BuilderModifier and TypeMethodDescriptionBenchmarkEntry.Builder.getMetricsBuilderList()Metric name, value and expected range.Methods in org.tensorflow.proto with parameters of type MetricEntry.BuilderModifier and TypeMethodDescriptionBenchmarkEntry.Builder.addMetrics(int index, MetricEntry.Builder builderForValue) Metric name, value and expected range.BenchmarkEntry.Builder.addMetrics(MetricEntry.Builder builderForValue) Metric name, value and expected range.BenchmarkEntry.Builder.setMetrics(int index, MetricEntry.Builder builderForValue) Metric name, value and expected range.