classe final pública HistogramProto
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto type tensorflow.HistogramProto Classes aninhadas
| aula | HistogramProto.Builder | Serialization format for histogram module in core/lib/histogram/histogram.h tensorflow.HistogramProto type tensorflow.HistogramProto | |
Constantes
| int | BUCKET_FIELD_NUMBER | |
| int | BUCKET_LIMIT_FIELD_NUMBER | |
| int | MAX_FIELD_NUMBER | |
| int | MIN_FIELD_NUMBER | |
| int | NUM_FIELD_NUMBER | |
| int | SUM_FIELD_NUMBER | |
| int | SUM_SQUARES_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| Duplo | getBucket (índice int) repeated double bucket = 7 [packed = true]; |
| int | getBucketCount () repeated double bucket = 7 [packed = true]; |
| Duplo | getBucketLimit (índice interno ) Parallel arrays encoding the bucket boundaries and the bucket values. |
| int | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
| Listar <Duplo> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
| Listar <Duplo> | getBucketList () repeated double bucket = 7 [packed = true]; |
| HistogramProto estático | |
| HistogramProto | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Duplo | getMax () double max = 2; |
| Duplo | getMin () double min = 1; |
| Duplo | getNum () double num = 3; |
| int | |
| Duplo | getSum () double sum = 4; |
| Duplo | getSumSquares () double sum_squares = 5; |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static HistogramProto.Builder | newBuilder () |
| static HistogramProto.Builder | newBuilder (protótipo HistogramProto ) |
| HistogramProto.Builder | |
| HistogramProto estático | parseDelimitedFrom (input InputStream) |
| HistogramProto estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogramProto estático | parseFrom (dados ByteBuffer) |
| HistogramProto estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogramProto estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogramProto estático | parseFrom (com.google.protobuf.CodedInputStream input) |
| HistogramProto estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogramProto estático | parseFrom (com.google.protobuf.ByteString data) |
| HistogramProto estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogramProto estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| HistogramProto.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int BUCKET_FIELD_NUMBER
Valor constante: 7
public static final int BUCKET_LIMIT_FIELD_NUMBER
Valor constante: 6
public static final int MAX_FIELD_NUMBER
Valor constante: 2
public static final int MIN_FIELD_NUMBER
Valor Constante: 1
público estático final int NUM_FIELD_NUMBER
Valor Constante: 3
public static final int SUM_FIELD_NUMBER
Valor constante: 4
public static final int SUM_SQUARES_FIELD_NUMBER
Valor constante: 5
Métodos Públicos
public boolean equals (Object obj)
public double getBucket (índice int)
repeated double bucket = 7 [packed = true];
public int getBucketCount ()
repeated double bucket = 7 [packed = true];
public double 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];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];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];
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)
Lança
| IOException |
|---|
public static HistogramProto parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static HistogramProto parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static HistogramProto parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static HistogramProto parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static HistogramProto parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static HistogramProto parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static HistogramProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|