HistogramProto.Builder คลาสสุดท้ายแบบคงที่สาธารณะ
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
วิธีการสาธารณะ
ฮิสโตแกรมProto.Builder | addAllBucket (ค่า Iterable<? ขยาย Double>) repeated double bucket = 7 [packed = true]; |
ฮิสโตแกรมProto.Builder | addAllBucketLimit (ค่า Iterable<? ขยาย Double>) Parallel arrays encoding the bucket boundaries and the bucket values. |
ฮิสโตแกรมProto.Builder | addBucket (ค่าสองเท่า) repeated double bucket = 7 [packed = true]; |
ฮิสโตแกรมProto.Builder | addBucketLimit (ค่าสองเท่า) Parallel arrays encoding the bucket boundaries and the bucket values. |
ฮิสโตแกรมProto.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์) |
ฮิสโตแกรมโปรโต | สร้าง () |
ฮิสโตแกรมโปรโต | สร้างบางส่วน () |
ฮิสโตแกรมProto.Builder | ชัดเจน () |
ฮิสโตแกรมProto.Builder | clearBucket () repeated double bucket = 7 [packed = true]; |
ฮิสโตแกรมProto.Builder | clearBucketLimit () Parallel arrays encoding the bucket boundaries and the bucket values. |
ฮิสโตแกรมProto.Builder | clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor) |
ฮิสโตแกรมProto.Builder | เคลียร์แม็กซ์ () double max = 2; |
ฮิสโตแกรมProto.Builder | เคลียร์มิน () double min = 1; |
ฮิสโตแกรมProto.Builder | clearNum () double num = 3; |
ฮิสโตแกรมProto.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ฮิสโตแกรมProto.Builder | เคลียร์ซัม () double sum = 4; |
ฮิสโตแกรมProto.Builder | clearSumSquares () double sum_squares = 5; |
ฮิสโตแกรมProto.Builder | โคลน () |
สองเท่า | getBucket (ดัชนี int) repeated double bucket = 7 [packed = true]; |
ภายใน | getBucketCount () repeated double bucket = 7 [packed = true]; |
สองเท่า | getBucketLimit (ดัชนี int) Parallel arrays encoding the bucket boundaries and the bucket values. |
ภายใน | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
รายการ<สองเท่า> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
รายการ<สองเท่า> | getBucketList () repeated double bucket = 7 [packed = true]; |
ฮิสโตแกรมโปรโต | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
com.google.protobuf.Descriptors.Descriptor | |
สองเท่า | รับแม็กซ์ () double max = 2; |
สองเท่า | รับมิน () double min = 1; |
สองเท่า | getNum () double num = 3; |
สองเท่า | รับผลรวม () double sum = 4; |
สองเท่า | getSumSquares () double sum_squares = 5; |
บูลีนสุดท้าย | |
ฮิสโตแกรมProto.Builder | mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ฮิสโตแกรมProto.Builder | mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ ) |
HistogramProto.Builder สุดท้าย | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
ฮิสโตแกรมProto.Builder | setBucket (ดัชนี int, ค่าสองเท่า) repeated double bucket = 7 [packed = true]; |
ฮิสโตแกรมProto.Builder | setBucketLimit (ดัชนี int, ค่าสองเท่า) Parallel arrays encoding the bucket boundaries and the bucket values. |
ฮิสโตแกรมProto.Builder | setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์) |
ฮิสโตแกรมProto.Builder | setMax (ค่าสองเท่า) double max = 2; |
ฮิสโตแกรมProto.Builder | setMin (ค่าสองเท่า) double min = 1; |
ฮิสโตแกรมProto.Builder | setNum (ค่าสองเท่า) double num = 3; |
ฮิสโตแกรมProto.Builder | setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์) |
ฮิสโตแกรมProto.Builder | setSum (ค่าสองเท่า) double sum = 4; |
ฮิสโตแกรมProto.Builder | setSumSquares (ค่าสองเท่า) double sum_squares = 5; |
HistogramProto.Builder สุดท้าย | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
วิธีการสืบทอด
วิธีการสาธารณะ
HistogramProto.Builder สาธารณะ addAllBucket (Iterable <? ขยายค่า Double>)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder สาธารณะ addAllBucketLimit (Iterable <? ขยายค่า 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];
HistogramProto.Builder สาธารณะ addBucketLimit (ค่าสองเท่า)
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];
HistogramProto.Builder สาธารณะ addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)
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 คู่สาธารณะ (ดัชนี int)
repeated double bucket = 7 [packed = true];
สาธารณะ int getBucketCount ()
repeated double bucket = 7 [packed = true];
getBucketLimit สาธารณะสองเท่า (ดัชนี 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 สาธารณะ 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];
รายการสาธารณะ <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];
รายการสาธารณะ <Double> getBucketList ()
repeated double bucket = 7 [packed = true];
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
getMax สองเท่าสาธารณะ ()
double max = 2;
สาธารณะ double getMin ()
double min = 1;
getNum คู่สาธารณะ ()
double num = 3;
getSum สองเท่าสาธารณะ ()
double sum = 4;
getSumSquares สาธารณะสองเท่า ()
double sum_squares = 5;
บูลีนสุดท้ายสาธารณะ isInitialized ()
HistogramProto.Builder สาธารณะ ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สุดท้ายสาธารณะ HistogramProto.Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
HistogramProto.Builder setBucket สาธารณะ (ดัชนี int, ค่าสองเท่า)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder setBucketLimit สาธารณะ (ดัชนี 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];