classe finale publique HistogramProto
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto de type Protobuf.HistogramProto Classes imbriquées
| classe | HistogrammeProto.Builder | Serialization format for histogram module in core/lib/histogram/histogram.h tensorflow.HistogramProto de type Protobuf.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éthodes publiques
| booléen | est égal (Obj objet) |
| double | getBucket (index entier) repeated double bucket = 7 [packed = true]; |
| int | getBucketCount () repeated double bucket = 7 [packed = true]; |
| double | getBucketLimit (index int) Parallel arrays encoding the bucket boundaries and the bucket values. |
| int | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
| Liste<Double> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
| Liste<Double> | getBucketList () repeated double bucket = 7 [packed = true]; |
| HistogrammeProto statique | |
| HistogrammeProto | |
| final statique com.google.protobuf.Descriptors.Descriptor | |
| double | obtenirMax () double max = 2; |
| double | obtenirMin () double min = 1; |
| double | obtenirNum () double num = 3; |
| int | |
| double | getSomme () double sum = 4; |
| double | getSumSquares () double sum_squares = 5; |
| final com.google.protobuf.UnknownFieldSet | |
| int | |
| booléen final | |
| HistogrammeProto.Builder statique | |
| HistogrammeProto.Builder statique | newBuilder (prototype HistogramProto ) |
| HistogrammeProto.Builder | |
| HistogrammeProto statique | parseDelimitedFrom (entrée InputStream) |
| HistogrammeProto statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogrammeProto statique | parseFrom (données ByteBuffer) |
| HistogrammeProto statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogrammeProto statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogrammeProto statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
| HistogrammeProto statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogrammeProto statique | parseFrom (données com.google.protobuf.ByteString) |
| HistogrammeProto statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogrammeProto statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statique | analyseur () |
| HistogrammeProto.Builder | toBuilder () |
| vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int BUCKET_FIELD_NUMBER
Valeur constante : 7
public statique final int BUCKET_LIMIT_FIELD_NUMBER
Valeur constante : 6
public statique final int MAX_FIELD_NUMBER
Valeur constante : 2
public statique final entier MIN_FIELD_NUMBER
Valeur constante : 1
public statique final entier NUM_FIELD_NUMBER
Valeur constante : 3
public statique final int SUM_FIELD_NUMBER
Valeur constante : 4
public statique final int SUM_SQUARES_FIELD_NUMBER
Valeur constante : 5
Méthodes publiques
public booléen égal (Objet obj)
public double getBucket (index int)
repeated double bucket = 7 [packed = true];
public int getBucketCount ()
repeated double bucket = 7 [packed = true];
public double getBucketLimit (index 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]; liste publique<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]; liste publique<Double> getBucketList ()
repeated double bucket = 7 [packed = true];
public statique 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;
publique getParserForType ()
public int getSerializedSize ()
public double getSum ()
double sum = 4;
public double getSumSquares ()
double sum_squares = 5;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
code de hachage int public ()
public final booléen isInitialized ()
public static HistogramProto parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public statique HistogramProto parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public static HistogramProto parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| InvalidProtocolBufferException |
|---|
public statique HistogramProto parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
| IOException |
|---|
public static HistogramProto parseFrom (données byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| InvalidProtocolBufferException |
|---|
public statique HistogramProto parseFrom (données com.google.protobuf.ByteString)
Jetés
| InvalidProtocolBufferException |
|---|
public static HistogramProto parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public statique HistogramProto parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| InvalidProtocolBufferException |
|---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
| IOException |
|---|