HistogramProto de clase final pública
Serialization format for histogram module in core/lib/histogram/histogram.hProtobuf tipo
tensorflow.HistogramProto Clases anidadas
| clase | HistogramProto.Builder | Serialization format for histogram module in core/lib/histogram/histogram.hProtobuf tipo tensorflow.HistogramProto | |
Constantes
| En t | BUCKET_FIELD_NUMBER | |
| En t | BUCKET_LIMIT_FIELD_NUMBER | |
| En t | MAX_FIELD_NUMBER | |
| En t | MIN_FIELD_NUMBER | |
| En t | NUM_FIELD_NUMBER | |
| En t | SUM_FIELD_NUMBER | |
| En t | SUM_SQUARES_FIELD_NUMBER |
Métodos públicos
| booleano | es igual a (Objeto obj) |
| 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]; |
| Histograma estáticoProto | |
| HistogramaProto | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| doble | getMax () double max = 2; |
| doble | getMin () double min = 1; |
| doble | getNum () double num = 3; |
| En t | |
| doble | getSum () double sum = 4; |
| doble | getSumSquares () double sum_squares = 5; |
| final com.google.protobuf.UnknownFieldSet | |
| En t | hashCode () |
| booleano final | |
| HistogramProto.Builder estático | newBuilder () |
| HistogramProto.Builder estático | newBuilder (prototipo HistogramProto ) |
| HistogramProto.Builder | |
| Histograma estáticoProto | parseDelimitedFrom (entrada InputStream) |
| Histograma estáticoProto | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Histograma estáticoProto | parseFrom (datos ByteBuffer) |
| Histograma estáticoProto | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Histograma estáticoProto | parseFrom (datos 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 InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Histograma estáticoProto | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analizador () |
| HistogramProto.Builder | toBuilder () |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int BUCKET_FIELD_NUMBER
Valor constante: 7
public static final int BUCKET_LIMIT_FIELD_NUMBER
Valor constante: 6
público estático final int MAX_FIELD_NUMBER
Valor constante: 2
público estático final int MIN_FIELD_NUMBER
Valor constante: 1
public static final int NUM_FIELD_NUMBER
Valor constante: 3
público estático final int SUM_FIELD_NUMBER
Valor constante: 4
público estático final int SUM_SQUARES_FIELD_NUMBER
Valor constante: 5
Métodos públicos
public boolean es igual a (Object obj)
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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public double getMax ()
double max = 2;
public double getMin ()
double min = 1;
public double getNum ()
double num = 3;
público getParserForType ()
public int getSerializedSize ()
public double getSum ()
double sum = 4;
public double getSumSquares ()
double sum_squares = 5;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static HistogramProto parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
Public static HistogramProto parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
Public static HistogramProto parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
Public static HistogramProto parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOException |
|---|
Public static HistogramProto parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
HistogramProto estático público parseFrom (datos de com.google.protobuf.ByteString)
Lanza
| InvalidProtocolBufferException |
|---|
Public static HistogramProto parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
Public static HistogramProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOException |
|---|