HistogramProto.Builder

classe finale statica pubblica HistogramProto.Builder

 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
Tipo protobuf 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
IstogrammaProto
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 ()
Doppio
getBucket (indice int)
repeated double bucket = 7 [packed = true];
int
getBucketCount ()
repeated double bucket = 7 [packed = true];
Doppio
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
Doppio
ottieniMax ()
double max = 2;
Doppio
getMin ()
double min = 1;
Doppio
getNumero ()
double num = 3;
Doppio
getSomma ()
double sum = 4;
Doppio
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 addBucket (doppio valore)

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

public HistogramProto buildPartial ()

public 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 (campo 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;

clone pubblico HistogramProto.Builder ()

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

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

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 doppio)

 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public HistogramProto.Builder setMax (doppio valore)

double max = 2;

public HistogramProto.Builder setMin (doppio valore)

double min = 1;

public HistogramProto.Builder setNum (doppio valore)

double num = 3;

public HistogramProto.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

public HistogramProto.Builder setSum (doppio valore)

double sum = 4;

public HistogramProto.Builder setSumSquares (doppio valore)

double sum_squares = 5;

public final HistogramProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)