classe final estática pública HistogramProto.Builder
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
Métodos Públicos
HistogramaProto.Builder | addAllBucket (Iterable<? estende valores Double>) repeated double bucket = 7 [packed = true]; |
HistogramaProto.Builder | addAllBucketLimit (Iterable<? estende valores Double>) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramaProto.Builder | addBucket (valor duplo) repeated double bucket = 7 [packed = true]; |
HistogramaProto.Builder | addBucketLimit (valor duplo) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramaProto.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
HistogramaProto | construir () |
HistogramaProto | |
HistogramaProto.Builder | claro () |
HistogramaProto.Builder | limparBucket () repeated double bucket = 7 [packed = true]; |
HistogramaProto.Builder | clearBucketLimit () Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramaProto.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
HistogramaProto.Builder | limparMax () double max = 2; |
HistogramaProto.Builder | limparMin () double min = 1; |
HistogramaProto.Builder | limparNum () double num = 3; |
HistogramaProto.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
HistogramaProto.Builder | limparSoma () double sum = 4; |
HistogramaProto.Builder | limparSumSquares () double sum_squares = 5; |
HistogramaProto.Builder | clonar () |
dobro | getBucket (índice interno) repeated double bucket = 7 [packed = true]; |
interno | getBucketCount () repeated double bucket = 7 [packed = true]; |
dobro | getBucketLimit (índice interno) Parallel arrays encoding the bucket boundaries and the bucket values. |
interno | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
Lista<Duplo> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
Lista<Duplo> | getBucketList () repeated double bucket = 7 [packed = true]; |
HistogramaProto | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
dobro | getMax () double max = 2; |
dobro | getMin () double min = 1; |
dobro | obterNum () double num = 3; |
dobro | obterSoma () double sum = 4; |
dobro | obterSomaQuadrados () double sum_squares = 5; |
booleano final | |
HistogramaProto.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HistogramaProto.Builder | mergeFrom (com.google.protobuf.Message outro) |
final HistogramaProto.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
HistogramaProto.Builder | setBucket (índice int, valor duplo) repeated double bucket = 7 [packed = true]; |
HistogramaProto.Builder | setBucketLimit (índice int, valor duplo) Parallel arrays encoding the bucket boundaries and the bucket values. |
HistogramaProto.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
HistogramaProto.Builder | setMax (valor duplo) double max = 2; |
HistogramaProto.Builder | setMin (valor duplo) double min = 1; |
HistogramaProto.Builder | setNum (valor duplo) double num = 3; |
HistogramaProto.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
HistogramaProto.Builder | setSoma (valor duplo) double sum = 4; |
HistogramaProto.Builder | setSumSquares (valor duplo) double sum_squares = 5; |
final HistogramaProto.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public HistogramProto.Builder addAllBucket (Iterable<? estende valores Double>)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder addAllBucketLimit (Iterable<? estende 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];
público HistogramProto.Builder addBucketLimit (valor duplo)
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 do objeto)
Histograma públicoProto.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];
getBucket duplo público (índice int)
repeated double bucket = 7 [packed = true];
público int getBucketCount ()
repeated double bucket = 7 [packed = true];
público duplo getBucketLimit (índice 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];
publicint 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<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];
lista pública<Duplo> getBucketList ()
repeated double bucket = 7 [packed = true];
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
getMax duplo público ()
double max = 2;
getMin duplo público ()
double min = 1;
público duplo getNum ()
double num = 3;
getSum duplo público ()
double sum = 4;
getSumSquares duplo público ()
double sum_squares = 5;
público final booleano isInitialized ()
public HistogramProto.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
público final HistogramProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public HistogramProto.Builder setBucket (índice int, valor duplo)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder setBucketLimit (índice int, valor duplo)
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];