classe finale statica pubblica HistogramProto.Builder
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
Metodi pubblici
HistogramProto.Builder | addAllBucket (Iterable<? estende Double> valori) repeated double bucket = 7 [packed = true]; |
HistogramProto.Builder | addAllBucketLimit (Iterable<? estende Double> valori) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramProto.Builder | addBucket (doppio valore) repeated double bucket = 7 [packed = true]; |
HistogramProto.Builder | addBucketLimit (doppio valore) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramProto.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
IstogrammaProto | costruire () |
IstogrammaProto | buildPartial () |
HistogramProto.Builder | chiaro () |
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 (campo com.google.protobuf.Descriptors.FieldDescriptor) |
HistogramProto.Builder | chiaroMax () double max = 2; |
HistogramProto.Builder | cancellaMin () double min = 1; |
HistogramProto.Builder | numeroclear () double num = 3; |
HistogramProto.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HistogramProto.Builder | clearSomma () double sum = 4; |
HistogramProto.Builder | clearSumSquares () double sum_squares = 5; |
HistogramProto.Builder | clone () |
raddoppiare | getBucket (indice int) repeated double bucket = 7 [packed = true]; |
int | getBucketCount () repeated double bucket = 7 [packed = true]; |
raddoppiare | getBucketLimit (indice int) Parallel arrays encoding the bucket boundaries and the bucket values. |
int | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
Elenco<Doppio> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
Elenco<Doppio> | getBucketList () repeated double bucket = 7 [packed = true]; |
IstogrammaProto | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
raddoppiare | ottieniMax () double max = 2; |
raddoppiare | getMin () double min = 1; |
raddoppiare | getNumero () double num = 3; |
raddoppiare | getSomma () double sum = 4; |
raddoppiare | getSumSquares () double sum_squares = 5; |
booleano finale | |
HistogramProto.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
HistogramProto.Builder | mergeFrom (com.google.protobuf.Message altro) |
finale HistogramProto.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
HistogramProto.Builder | setBucket (indice int, valore doppio) repeated double bucket = 7 [packed = true]; |
HistogramProto.Builder | setBucketLimit (indice int, valore doppio) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramProto.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
HistogramProto.Builder | setMax (doppio valore) double max = 2; |
HistogramProto.Builder | setMin (doppio valore) double min = 1; |
HistogramProto.Builder | setNum (doppio valore) double num = 3; |
HistogramProto.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
HistogramProto.Builder | setSum (doppio valore) double sum = 4; |
HistogramProto.Builder | setSumSquares (doppio valore) double sum_squares = 5; |
finale HistogramProto.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public HistogramProto.Builder addAllBucket (Iterable<? estende Double> valori)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder addAllBucketLimit (Iterable<? estende Double> valori)
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 (doppio valore)
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
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 double getBucket (indice int)
repeated double bucket = 7 [packed = true];
public int getBucketCount ()
repeated double bucket = 7 [packed = true];
public double getBucketLimit (indice 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];
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];
elenco pubblico<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];
elenco pubblico<Doppio> getBucketList ()
repeated double bucket = 7 [packed = true];
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
pubblico doppio getMax ()
double max = 2;
pubblico doppio getMin ()
double min = 1;
pubblico doppio getNum ()
double num = 3;
pubblico doppio getSum ()
double sum = 4;
public double getSumSquares ()
double sum_squares = 5;
public final booleano isInitialized ()
public HistogramProto.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
public final HistogramProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public HistogramProto.Builder setBucket (indice int, valore doppio)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder setBucketLimit (indice int, valore 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];