Uses of Class
org.tensorflow.proto.HistogramProto.Builder
Packages that use HistogramProto.Builder
-
Uses of HistogramProto.Builder in org.tensorflow.proto
Subclasses with type arguments of type HistogramProto.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classSerialization format for histogram module in tsl/lib/histogram/histogram.hMethods in org.tensorflow.proto that return HistogramProto.BuilderModifier and TypeMethodDescriptionHistogramProto.Builder.addAllBucket(Iterable<? extends Double> values) repeated double bucket = 7 [packed = true];HistogramProto.Builder.addAllBucketLimit(Iterable<? extends Double> values) Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i.HistogramProto.Builder.addBucket(double value) repeated double bucket = 7 [packed = true];HistogramProto.Builder.addBucketLimit(double value) Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i.HistogramProto.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) HistogramProto.Builder.clear()HistogramProto.Builder.clearBucket()repeated double bucket = 7 [packed = true];HistogramProto.Builder.clearBucketLimit()Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i.HistogramProto.Builder.clearField(Descriptors.FieldDescriptor field) HistogramProto.Builder.clearMax()double max = 2;HistogramProto.Builder.clearMin()double min = 1;HistogramProto.Builder.clearNum()double num = 3;HistogramProto.Builder.clearOneof(Descriptors.OneofDescriptor oneof) HistogramProto.Builder.clearSum()double sum = 4;HistogramProto.Builder.clearSumSquares()double sum_squares = 5;HistogramProto.Builder.clone()Summary.Value.Builder.getHistoBuilder().tensorflow.HistogramProto histo = 5;HistogramProto.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) HistogramProto.Builder.mergeFrom(HistogramProto other) final HistogramProto.BuilderHistogramProto.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static HistogramProto.BuilderHistogramProto.newBuilder()static HistogramProto.BuilderHistogramProto.newBuilder(HistogramProto prototype) HistogramProto.newBuilderForType()protected HistogramProto.BuilderHistogramProto.newBuilderForType(GeneratedMessageV3.BuilderParent parent) HistogramProto.Builder.setBucket(int index, double value) repeated double bucket = 7 [packed = true];HistogramProto.Builder.setBucketLimit(int index, double value) Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i.HistogramProto.Builder.setField(Descriptors.FieldDescriptor field, Object value) HistogramProto.Builder.setMax(double value) double max = 2;HistogramProto.Builder.setMin(double value) double min = 1;HistogramProto.Builder.setNum(double value) double num = 3;HistogramProto.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) HistogramProto.Builder.setSum(double value) double sum = 4;HistogramProto.Builder.setSumSquares(double value) double sum_squares = 5;final HistogramProto.BuilderHistogramProto.Builder.setUnknownFields(UnknownFieldSet unknownFields) HistogramProto.toBuilder()Methods in org.tensorflow.proto with parameters of type HistogramProto.BuilderModifier and TypeMethodDescriptionSummary.Value.Builder.setHisto(HistogramProto.Builder builderForValue) .tensorflow.HistogramProto histo = 5;