HistogramProto.Builder

מחלקה סופית סטטית ציבורית HistogramProto.Builder

 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
tensorflow.HistogramProto מסוג Protobuf.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, ערך אובייקט)
היסטוגרמה פרוטו
היסטוגרמה פרוטו
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 addBucket (ערך כפול)

repeated double bucket = 7 [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, ערך אובייקט)

בניית היסטוגרמה ציבורית ()

ציבורי היסטוגרמה פרוטו buildPartial ()

ציבורי HistogramProto.Builder clear ()

public HistogramProto.Builder clearBucket ()

repeated double bucket = 7 [packed = true];

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];

public HistogramProto.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

Public HistogramProto.Builder clearMax ()

double max = 2;

Public HistogramProto.Builder clearMin ()

double min = 1;

public HistogramProto.Builder clearNum ()

double num = 3;

public HistogramProto.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public HistogramProto.Builder clearSum ()

double sum = 4;

public HistogramProto.Builder clearSumSquares ()

double sum_squares = 5;

שיבוט HistogramProto.Builder ציבורי ()

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 HistogramProto getDefaultInstanceForType ()

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 HistogramProto.Builder mergeFrom (com.google.protobuf.Message אחר)

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];

public HistogramProto.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

Public HistogramProto.Builder setMax (ערך כפול)

double max = 2;

public HistogramProto.Builder setMin (ערך כפול)

double min = 1;

public HistogramProto.Builder setNum (ערך כפול)

double num = 3;

public HistogramProto.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)

public HistogramProto.Builder setSum (ערך כפול)

double sum = 4;

public HistogramProto.Builder setSumSquares (ערך כפול)

double sum_squares = 5;

הגמר ציבורי HistogramProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)