HistogramProto.Builder

lớp cuối cùng tĩnh công khai HistogramProto.Builder

 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
Tenorflow loại tensorflow.HistogramProto

Phương pháp công khai

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
Biểu đồProto
Biểu đồProto.Builder
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
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ỉ mục 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 khai

public HistogramProto.Builder addAllBucket (các giá trị Iterable<?extend Double>)

repeated double bucket = 7 [packed = true];

public HistogramProto.Builder addAllBucketLimit (các 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 addBucket (giá trị kép)

repeated double bucket = 7 [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)

Bản dựng HistogramProto công khai ()

biểu đồ công khaiProto buildPartial ()

công khai HistogramProto.Builder rõ ràng ()

công khai HistogramProto.Builder clearBucket ()

repeated double bucket = 7 [packed = true];

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

public HistogramProto.Builder clearField (trường com.google.protobuf.Descriptors.FieldDescriptor)

công khai HistogramProto.Builder clearMax ()

double max = 2;

biểu đồ công khaiProto.Builder clearMin ()

double min = 1;

biểu đồ công khaiProto.Builder clearNum ()

double num = 3;

Histogram công khaiProto.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

công khai HistogramProto.Builder clearSum ()

double sum = 4;

công khai HistogramProto.Builder clearSumSquares ()

double sum_squares = 5;

bản sao HistogramProto.Builder công khai ()

getBucket công khai kép (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];

biểu đồ công khaiProto getDefaultInstanceForType ()

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

công khai HistogramProto.Builder mergeFrom (com.google.protobuf.Message other)

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

public HistogramProto.Builder setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

công khai HistogramProto.Builder setMax (giá trị kép)

double max = 2;

công khai HistogramProto.Builder setMin (giá trị kép)

double min = 1;

public HistogramProto.Builder setNum (giá trị kép)

double num = 3;

public HistogramProto.Builder setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)

public HistogramProto.Builder setSum (giá trị kép)

double sum = 4;

public HistogramProto.Builder setSumSquares (giá trị kép)

double sum_squares = 5;

trận chung kết công khai HistogramProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)