HistogramProto.Builder

HistogramProto.Builder de clase final estática pública

 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
Protobuf tipo tensorflow.HistogramProto

Métodos públicos

HistogramProto.Builder
addAllBucket (Iterable <? extiende valores dobles>)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
addAllBucketLimit (Iterable <? extiende valores de Double>)
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
addBucket (valor doble)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
addBucketLimit (valor doble)
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
HistogramaProto
HistogramaProto
HistogramProto.Builder
claro ()
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
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
clonar ()
doble
getBucket (índice int)
repeated double bucket = 7 [packed = true];
En t
getBucketCount ()
repeated double bucket = 7 [packed = true];
doble
getBucketLimit (índice int)
 Parallel arrays encoding the bucket boundaries and the bucket values.
En t
getBucketLimitCount ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
Lista <Doble>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
Lista <Doble>
getBucketList ()
repeated double bucket = 7 [packed = true];
HistogramaProto
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
doble
getMax ()
double max = 2;
doble
getMin ()
double min = 1;
doble
getNum ()
double num = 3;
doble
getSum ()
double sum = 4;
doble
getSumSquares ()
double sum_squares = 5;
booleano final
HistogramProto.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
HistogramProto.Builder
mergeFrom (com.google.protobuf.Message otro)
HistogramProto.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
HistogramProto.Builder
setBucket (índice int, valor doble)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
setBucketLimit (índice int, valor doble)
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
HistogramProto.Builder
setMax (valor doble)
double max = 2;
HistogramProto.Builder
setMin (valor doble)
double min = 1;
HistogramProto.Builder
setNum (valor doble)
double num = 3;
HistogramProto.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
HistogramProto.Builder
setSum (valor doble)
double sum = 4;
HistogramProto.Builder
setSumSquares (valor doble)
double sum_squares = 5;
HistogramProto.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public HistogramProto.Builder addAllBucket (Iterable <? extiende valores Double>)

repeated double bucket = 7 [packed = true];

public HistogramProto.Builder addAllBucketLimit (Iterable <? extiende valores 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 (valor doble)

repeated double bucket = 7 [packed = true];

public HistogramProto.Builder addBucketLimit (valor doble)

 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, valor del objeto)

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;

public HistogramProto.Builder clone ()

getBucket doble público (índice int)

repeated double bucket = 7 [packed = true];

public int getBucketCount ()

repeated double bucket = 7 [packed = true];

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

Lista pública <Doble> 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];

Lista pública <Doble> getBucketList ()

repeated double bucket = 7 [packed = true];

public HistogramProto getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public double getMax ()

double max = 2;

public double getMin ()

double min = 1;

public double getNum ()

double num = 3;

public double getSum ()

double sum = 4;

public double getSumSquares ()

double sum_squares = 5;

public final boolean isInitialized ()

public HistogramProto.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public HistogramProto.Builder mergeFrom (com.google.protobuf.Message other)

public final HistogramProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public HistogramProto.Builder setBucket (índice int, valor doble)

repeated double bucket = 7 [packed = true];

public HistogramProto.Builder setBucketLimit (índice int, valor doble)

 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, valor del objeto)

public HistogramProto.Builder setMax (valor doble)

double max = 2;

public HistogramProto.Builder setMin (valor doble)

double min = 1;

public HistogramProto.Builder setNum (valor doble)

double num = 3;

public HistogramProto.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

public HistogramProto.Builder setSum (valor doble)

double sum = 4;

public HistogramProto.Builder setSumSquares (valor doble)

double sum_squares = 5;

público final HistogramProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)