HistogramProto de clase final pública
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
Clases anidadas
clase | HistogramaProto.Builder | Serialization format for histogram module in core/lib/histogram/histogram.h tensorflow.HistogramProto |
Constantes
entero | BUCKET_FIELD_NUMBER | |
entero | BUCKET_LIMIT_FIELD_NUMBER | |
entero | MAX_FIELD_NUMBER | |
entero | MIN_FIELD_NUMBER | |
entero | NUM_FIELD_NUMBER | |
entero | SUM_FIELD_NUMBER | |
entero | SUM_SQUARES_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
doble | getBucket (índice int) repeated double bucket = 7 [packed = true]; |
entero | getBucketCount () repeated double bucket = 7 [packed = true]; |
doble | getBucketLimit (índice int) Parallel arrays encoding the bucket boundaries and the bucket values. |
entero | 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> | obtener lista de cubos () repeated double bucket = 7 [packed = true]; |
Histograma estáticoProto | |
HistogramaProto | |
com.google.protobuf.Descriptors.Descriptor estático final | |
doble | obtenerMax () double max = 2; |
doble | obtenerMin () double min = 1; |
doble | obtenerNum () double num = 3; |
entero | |
doble | obtener suma () double sum = 4; |
doble | obtenerSumaCuadrados () double sum_squares = 5; |
com.google.protobuf.UnknownFieldSet final | |
entero | código hash () |
booleano final | |
Histograma estáticoProto.Builder | |
Histograma estáticoProto.Builder | newBuilder (prototipo HistogramProto ) |
HistogramaProto.Builder | |
Histograma estáticoProto | parseDelimitedFrom (entrada de InputStream) |
Histograma estáticoProto | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Histograma estáticoProto | parseFrom (datos de ByteBuffer) |
Histograma estáticoProto | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
Histograma estáticoProto | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Histograma estáticoProto | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Histograma estáticoProto | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Histograma estáticoProto | parseFrom (datos com.google.protobuf.ByteString) |
Histograma estáticoProto | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Histograma estáticoProto | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
HistogramaProto.Builder | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público BUCKET_FIELD_NUMBER
Valor constante: 7
int final estático público BUCKET_LIMIT_FIELD_NUMBER
Valor constante: 6
int final estático público MAX_FIELD_NUMBER
Valor constante: 2
público estático final int MIN_FIELD_NUMBER
Valor constante: 1
int final estático público NUM_FIELD_NUMBER
Valor constante: 3
int final estático público SUM_FIELD_NUMBER
Valor constante: 4
int final estático público SUM_SQUARES_FIELD_NUMBER
Valor constante: 5
Métodos públicos
público booleano es igual (Objeto obj)
getBucket doble público (índice int)
repeated double bucket = 7 [packed = true];
public int getBucketCount ()
repeated double bucket = 7 [packed = true];
getBucketLimit doble público (í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];
público 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];
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público doble getMax ()
double max = 2;
getMin doble público ()
double min = 1;
getNum doble público ()
double num = 3;
público getParserForType ()
público int getSerializedSize ()
getSum doble público ()
double sum = 4;
público doble getSumSquares ()
double sum_squares = 5;
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
HistogramProto estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
HistogramProto estático público parseFrom (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
HistogramProto parseFrom estático público (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
HistogramProto parseFrom estático público (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
HistogramProto parseFrom estático público (entrada com.google.protobuf.CodedInputStream)
Lanza
IOExcepción |
---|
HistogramProto parseFrom estático público (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
HistogramProto parseFrom estático público (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
HistogramProto parseFrom estático público (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
HistogramProto parseFrom estático público (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|