kelas akhir statis publik HistogramProto.Builder
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
Metode Publik
HistogramProto.Pembangun | addAllBucket (Nilai Iterable<? extends Double>) repeated double bucket = 7 [packed = true]; |
HistogramProto.Pembangun | addAllBucketLimit (Nilai Iterable<? extends Double>) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramProto.Pembangun | addBucket (nilai ganda) repeated double bucket = 7 [packed = true]; |
HistogramProto.Pembangun | addBucketLimit (nilai ganda) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramProto.Pembangun | addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
Protokol Histogram | membangun () |
Protokol Histogram | buildPartial () |
HistogramProto.Pembangun | jernih () |
HistogramProto.Pembangun | jelasBucket () repeated double bucket = 7 [packed = true]; |
HistogramProto.Pembangun | jelasBucketLimit () Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramProto.Pembangun | clearField (bidang com.google.protobuf.Descriptors.FieldDescriptor) |
HistogramProto.Pembangun | hapusMax () double max = 2; |
HistogramProto.Pembangun | hapusMin () double min = 1; |
HistogramProto.Pembangun | angka jelas () double num = 3; |
HistogramProto.Pembangun | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HistogramProto.Pembangun | jumlah jelas () double sum = 4; |
HistogramProto.Pembangun | hapusSumSquares () double sum_squares = 5; |
HistogramProto.Pembangun | klon () |
dobel | getBucket (indeks int) repeated double bucket = 7 [packed = true]; |
ke dalam | dapatkanBucketCount () repeated double bucket = 7 [packed = true]; |
dobel | getBucketLimit (indeks int) Parallel arrays encoding the bucket boundaries and the bucket values. |
ke dalam | dapatkanBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
Daftar<Ganda> | dapatkanBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
Daftar<Ganda> | dapatkanDaftarBucket () repeated double bucket = 7 [packed = true]; |
Protokol Histogram | |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
com.google.protobuf.Descriptors.Descriptor | |
dobel | dapatkan Maks () double max = 2; |
dobel | dapatkan Min () double min = 1; |
dobel | dapatkanNum () double num = 3; |
dobel | dapatkan Jumlah () double sum = 4; |
dobel | dapatkanSumSquares () double sum_squares = 5; |
boolean terakhir | |
HistogramProto.Pembangun | mergeFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HistogramProto.Pembangun | mergeFrom (com.google.protobuf.Pesan lainnya) |
HistogramProto.Builder terakhir | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
HistogramProto.Pembangun | setBucket (indeks int, nilai ganda) repeated double bucket = 7 [packed = true]; |
HistogramProto.Pembangun | setBucketLimit (indeks int, nilai ganda) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramProto.Pembangun | setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
HistogramProto.Pembangun | setMax (nilai ganda) double max = 2; |
HistogramProto.Pembangun | setMin (nilai ganda) double min = 1; |
HistogramProto.Pembangun | setNum (nilai ganda) double num = 3; |
HistogramProto.Pembangun | setRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, indeks int, Nilai objek) |
HistogramProto.Pembangun | setSum (nilai ganda) double sum = 4; |
HistogramProto.Pembangun | setSumSquares (nilai ganda) double sum_squares = 5; |
HistogramProto.Builder terakhir | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Metode Warisan
Metode Publik
public HistogramProto.Builder addAllBucket (nilai Iterable<? extends Double>)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder addAllBucketLimit (nilai Iterable<? extends 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 (nilai ganda)
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 (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
HistogramProto.Builder publik 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 ganda publik (indeks int)
repeated double bucket = 7 [packed = true];
int publik getBucketCount ()
repeated double bucket = 7 [packed = true];
getBucketLimit ganda publik (indeks 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 publik 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];
Daftar publik<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];
Daftar publik<Double> getBucketList ()
repeated double bucket = 7 [packed = true];
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor publik getDescriptorForType ()
getMax ganda publik ()
double max = 2;
getMin ganda publik ()
double min = 1;
getNum ganda publik ()
double num = 3;
getSum ganda publik ()
double sum = 4;
getSumSquares ganda publik ()
double sum_squares = 5;
boolean akhir publik diinisialisasi ()
HistogramProto.Builder mergeFrom publik (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
public final HistogramProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public HistogramProto.Builder setBucket (indeks int, nilai ganda)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder setBucketLimit (indeks int, nilai ganda)
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];