מחלקה סופית סטטית ציבורית HistogramProto.Builder
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
שיטות ציבוריות
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. |
HistogramProto.Builder | addBucket (ערך כפול) repeated double bucket = 7 [packed = true]; |
HistogramProto.Builder | addBucketLimit (ערך כפול) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramProto.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
היסטוגרמה פרוטו | לבנות () |
היסטוגרמה פרוטו | buildPartial () |
HistogramProto.Builder | ברור () |
HistogramProto.Builder | clearBucket () repeated double bucket = 7 [packed = true]; |
HistogramProto.Builder | clearBucketLimit () Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramProto.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
HistogramProto.Builder | clearMax () double max = 2; |
HistogramProto.Builder | clearMin () double min = 1; |
HistogramProto.Builder | clearNum () double num = 3; |
HistogramProto.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HistogramProto.Builder | clearSum () double sum = 4; |
HistogramProto.Builder | clearSumSquares () double sum_squares = 5; |
HistogramProto.Builder | שיבוט () |
לְהַכפִּיל | getBucket (int index) repeated double bucket = 7 [packed = true]; |
int | getBucketCount () repeated double bucket = 7 [packed = true]; |
לְהַכפִּיל | getBucketLimit (int index) Parallel arrays encoding the bucket boundaries and the bucket values. |
int | 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]; |
היסטוגרמה פרוטו | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
לְהַכפִּיל | getMax () double max = 2; |
לְהַכפִּיל | getMin () double min = 1; |
לְהַכפִּיל | getNum () double num = 3; |
לְהַכפִּיל | getSum () double sum = 4; |
לְהַכפִּיל | getSumSquares () double sum_squares = 5; |
בוליאנית סופית | |
HistogramProto.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HistogramProto.Builder | mergeFrom (com.google.protobuf.Message אחר) |
סופי HistogramProto.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
HistogramProto.Builder | setBucket (אינדקס אינט, ערך כפול) repeated double bucket = 7 [packed = true]; |
HistogramProto.Builder | setBucketLimit (אינדקס אינט, ערך כפול) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramProto.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
HistogramProto.Builder | setMax (ערך כפול) double max = 2; |
HistogramProto.Builder | setMin (ערך כפול) double min = 1; |
HistogramProto.Builder | setNum (ערך כפול) double num = 3; |
HistogramProto.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
HistogramProto.Builder | setSum (ערך כפול) double sum = 4; |
HistogramProto.Builder | setSumSquares (ערך כפול) double sum_squares = 5; |
סופי HistogramProto.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public HistogramProto.Builder addAllBucket (Iterable<? מרחיב את ערכי Double>)
repeated double bucket = 7 [packed = true];
public 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];
public 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];
Public HistogramProto.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public 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 index)
repeated double bucket = 7 [packed = true];
public int getBucketCount ()
repeated double bucket = 7 [packed = true];
getBucketLimit כפול (int index)
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 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];
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
getMax כפול ציבורי ()
double max = 2;
getMin כפול ציבורי ()
double min = 1;
getNum כפול ()
double num = 3;
getSum כפול ציבורי ()
double sum = 4;
כפול ציבורי getSumSquares ()
double sum_squares = 5;
בוליאני הסופי הציבורי הוא אתחול ()
public HistogramProto.Builder mergeFrom (com.google.protobuf.CodedInputStream קלט, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
Public final HistogramProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public HistogramProto.Builder setBucket (אינדקס אינט, ערך כפול)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder setBucketLimit (אינדקס אינט, ערך כפול)
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];