lớp cuối cùng tĩnh công khai HistogramProto.Builder
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
Phương pháp công cộng
Biểu đồProto.Builder | addAllBucket (các giá trị Iterable<?extend Double>) repeated double bucket = 7 [packed = true]; |
Biểu đồProto.Builder | addAllBucketLimit (các giá trị Iterable<?extend Double>) Parallel arrays encoding the bucket boundaries and the bucket values. |
Biểu đồProto.Builder | addBucket (giá trị kép) repeated double bucket = 7 [packed = true]; |
Biểu đồProto.Builder | addBucketLimit (giá trị kép) Parallel arrays encoding the bucket boundaries and the bucket values. |
Biểu đồProto.Builder | addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng) |
Biểu đồProto | xây dựng () |
Biểu đồProto | |
Biểu đồProto.Builder | thông thoáng () |
Biểu đồProto.Builder | ClearBucket () repeated double bucket = 7 [packed = true]; |
Biểu đồProto.Builder | ClearBucketLimit () Parallel arrays encoding the bucket boundaries and the bucket values. |
Biểu đồProto.Builder | ClearField (trường com.google.protobuf.Descriptors.FieldDescriptor) |
Biểu đồProto.Builder | ClearMax () double max = 2; |
Biểu đồProto.Builder | ClearMin () double min = 1; |
Biểu đồProto.Builder | ClearNum () double num = 3; |
Biểu đồProto.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Biểu đồProto.Builder | ClearSum () double sum = 4; |
Biểu đồProto.Builder | ClearSumSquares () double sum_squares = 5; |
Biểu đồProto.Builder | dòng vô tính () |
gấp đôi | getBucket (chỉ mục int) repeated double bucket = 7 [packed = true]; |
int | getBucketCount () repeated double bucket = 7 [packed = true]; |
gấp đôi | getBucketLimit (chỉ số int) Parallel arrays encoding the bucket boundaries and the bucket values. |
int | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
Danh sách<Đôi> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
Danh sách<Đôi> | getBucketList () repeated double bucket = 7 [packed = true]; |
Biểu đồProto | |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
com.google.protobuf.Descriptors.Descriptor | |
gấp đôi | getMax () double max = 2; |
gấp đôi | getMin () double min = 1; |
gấp đôi | getNum () double num = 3; |
gấp đôi | lấy tổng () double sum = 4; |
gấp đôi | getSumSquares () double sum_squares = 5; |
boolean cuối cùng | |
Biểu đồProto.Builder | mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Biểu đồProto.Builder | mergeFrom (com.google.protobuf.Message other) |
biểu đồ cuối cùngProto.Builder | hợp nhấtUnknownFields (com.google.protobuf.UnknownFieldSet knownFields) |
Biểu đồProto.Builder | setBucket (chỉ số int, giá trị kép) repeated double bucket = 7 [packed = true]; |
Biểu đồProto.Builder | setBucketLimit (chỉ số int, giá trị kép) Parallel arrays encoding the bucket boundaries and the bucket values. |
Biểu đồProto.Builder | setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng) |
Biểu đồProto.Builder | setMax (giá trị kép) double max = 2; |
Biểu đồProto.Builder | setMin (giá trị kép) double min = 1; |
Biểu đồProto.Builder | setNum (giá trị kép) double num = 3; |
Biểu đồProto.Builder | setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng) |
Biểu đồProto.Builder | setSum (giá trị kép) double sum = 4; |
Biểu đồProto.Builder | setSumSquares (giá trị kép) double sum_squares = 5; |
biểu đồ cuối cùngProto.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields) |
Phương pháp kế thừa
Phương pháp công cộng
public HistogramProto.Builder addAllBucket (các giá trị Iterable<?extend Double>)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder addAllBucketLimit (giá trị Iterable<?extend Double>)
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];
public HistogramProto.Builder addBucketLimit (giá trị kép)
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];
public HistogramProto.Builder addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
công khai HistogramProto.Builder clearBucketLimit ()
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];
getBucket kép công khai (chỉ mục int)
repeated double bucket = 7 [packed = true];
int công khai getBucketCount ()
repeated double bucket = 7 [packed = true];
công khai gấp đôi getBucketLimit (chỉ số int)
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];
int công khai getBucketLimitCount ()
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];
Danh sách công khai<Double> getBucketLimitList ()
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];
Danh sách công khai<Double> getBucketList ()
repeated double bucket = 7 [packed = true];
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor công khai getDescriptorForType ()
công khai gấp đôi getMax ()
double max = 2;
công khai gấp đôi getMin ()
double min = 1;
công khai gấp đôi getNum ()
double num = 3;
getSum công khai gấp đôi ()
double sum = 4;
công khai gấp đôi getSumSquares ()
double sum_squares = 5;
boolean cuối cùng công khai được khởi tạo ()
công khai HistogramProto.Builder mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
trận chung kết công khai HistogramProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public HistogramProto.Builder setBucket (chỉ mục int, giá trị kép)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder setBucketLimit (chỉ mục int, giá trị kép)
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];