HistogramProto.Builder

publiczna statyczna klasa końcowa HistogramProto.Builder

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

Metody publiczne

HistogramProto.Builder
addAllBucket (wartości Iterable<? rozszerza Double>)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
addAllBucketLimit (wartości Iterable<? rozszerza Double>)
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
addBucket (podwójna wartość)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
addBucketLimit (podwójna wartość)
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
HistogramProto
HistogramProto
HistogramProto.Builder
jasne ()
HistogramProto.Builder
jasne wiadro ()
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
clearBucketLimit ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)
HistogramProto.Builder
przezroczystyMax ()
double max = 2;
HistogramProto.Builder
wyczyśćMin ()
double min = 1;
HistogramProto.Builder
wyczyśćNum ()
double num = 3;
HistogramProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
HistogramProto.Builder
wyczyśćSumę ()
double sum = 4;
HistogramProto.Builder
wyczyśćSumKwadraty ()
double sum_squares = 5;
HistogramProto.Builder
klon ()
podwójnie
getBucket (indeks int)
repeated double bucket = 7 [packed = true];
wew
getBucketCount ()
repeated double bucket = 7 [packed = true];
podwójnie
getBucketLimit (indeks int)
 Parallel arrays encoding the bucket boundaries and the bucket values.
wew
getBucketLimitCount ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
Lista<Podwójne>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
Lista<Podwójne>
pobierz listę życzeń ()
repeated double bucket = 7 [packed = true];
HistogramProto
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
podwójnie
uzyskajMax ()
double max = 2;
podwójnie
pobierz Min ()
double min = 1;
podwójnie
pobierzNumer ()
double num = 3;
podwójnie
pobierz Sumę ()
double sum = 4;
podwójnie
getSumSquares ()
double sum_squares = 5;
końcowa wartość logiczna
HistogramProto.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
HistogramProto.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
końcowy HistogramProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
HistogramProto.Builder
setBucket (indeks int, podwójna wartość)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
setBucketLimit (indeks int, wartość podwójna)
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
HistogramProto.Builder
setMax (podwójna wartość)
double max = 2;
HistogramProto.Builder
setMin (podwójna wartość)
double min = 1;
HistogramProto.Builder
setNum (podwójna wartość)
double num = 3;
HistogramProto.Builder
setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
HistogramProto.Builder
setSum (podwójna wartość)
double sum = 4;
HistogramProto.Builder
setSumSquares (podwójna wartość)
double sum_squares = 5;
końcowy HistogramProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)

Metody dziedziczone

Metody publiczne

public HistogramProto.Builder addAllBucket (wartości Iterable<? rozszerza Double>)

repeated double bucket = 7 [packed = true];

public HistogramProto.Builder addAllBucketLimit (wartości Iterable<? rozszerza 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 (podwójna wartość)

repeated double bucket = 7 [packed = true];

public HistogramProto.Builder addBucketLimit (podwójna wartość)

 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

publiczny HistogramProto build ()

public HistogramProto buildPartial ()

publiczny HistogramProto.Builder wyczyść ()

publiczny HistogramProto.Builder clearBucket ()

repeated double bucket = 7 [packed = true];

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

publiczny HistogramProto.Builder clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)

publiczny HistogramProto.Builder clearMax ()

double max = 2;

publiczny HistogramProto.Builder clearMin ()

double min = 1;

publiczny HistogramProto.Builder clearNum ()

double num = 3;

public HistogramProto.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

publiczny HistogramProto.Builder clearSum ()

double sum = 4;

publiczny HistogramProto.Builder clearSumSquares ()

double sum_squares = 5;

publiczny HistogramProto.Klon konstruktora ()

publiczny podwójny getBucket (indeks int)

repeated double bucket = 7 [packed = true];

publiczny int getBucketCount ()

repeated double bucket = 7 [packed = true];

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

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

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

public List<Double> getBucketList ()

repeated double bucket = 7 [packed = true];

publiczny HistogramProto getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

publiczny podwójny getMax ()

double max = 2;

publiczny podwójny getMin ()

double min = 1;

publiczny podwójny getNum ()

double num = 3;

publiczny podwójny getSum ()

double sum = 4;

publiczny podwójny getSumSquares ()

double sum_squares = 5;

publiczna końcowa wartość logiczna isInitialized ()

publiczny HistogramProto.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

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

publiczny końcowy HistogramProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public HistogramProto.Builder setBucket (indeks int, podwójna wartość)

repeated double bucket = 7 [packed = true];

public HistogramProto.Builder setBucketLimit (indeks, wartość podwójna)

 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public HistogramProto.Builder setMax (podwójna wartość)

double max = 2;

publiczny HistogramProto.Builder setMin (podwójna wartość)

double min = 1;

public HistogramProto.Builder setNum (podwójna wartość)

double num = 3;

public HistogramProto.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

public HistogramProto.Builder setSum (podwójna wartość)

double sum = 4;

public HistogramProto.Builder setSumSquares (podwójna wartość)

double sum_squares = 5;

publiczny końcowy HistogramProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)