genel final sınıfı HistogramProto
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto İç İçe Sınıflar
| sınıf | HistogramProto.Builder | Serialization format for histogram module in core/lib/histogram/histogram.h tensorflow.HistogramProto | |
Sabitler
| 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 |
Genel Yöntemler
| boolean | eşittir (Nesne nesnesi) |
| çift | getBucket (int dizini) repeated double bucket = 7 [packed = true]; |
| int | getBucketCount () repeated double bucket = 7 [packed = true]; |
| çift | getBucketLimit (int dizini) Parallel arrays encoding the bucket boundaries and the bucket values. |
| int | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
| Liste<Çift> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
| Liste<Çift> | getBucketList () repeated double bucket = 7 [packed = true]; |
| Statik HistogramProto | |
| HistogramProto | |
| final statik com.google.protobuf.Descriptors.Descriptor | |
| çift | getMax () double max = 2; |
| çift | getMin () double min = 1; |
| çift | getNum () double num = 3; |
| int | |
| çift | getSum () double sum = 4; |
| çift | getSumSquares () double sum_squares = 5; |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashKodu () |
| son boole değeri | Başlatıldı () |
| statik HistogramProto.Builder | yeniİnşaatçı () |
| statik HistogramProto.Builder | newBuilder ( HistogramProto prototipi) |
| HistogramProto.Builder | |
| Statik HistogramProto | parseDelimitedFrom (InputStream girişi) |
| Statik HistogramProto | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Statik HistogramProto | parseFrom (ByteBuffer verileri) |
| Statik HistogramProto | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Statik HistogramProto | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Statik HistogramProto | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
| Statik HistogramProto | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Statik HistogramProto | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
| Statik HistogramProto | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Statik HistogramProto | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik | ayrıştırıcı () |
| HistogramProto.Builder | inşaatçıya () |
| geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int BUCKET_FIELD_NUMBER
Sabit Değer: 7
genel statik final int BUCKET_LIMIT_FIELD_NUMBER
Sabit Değer: 6
genel statik final int MAX_FIELD_NUMBER
Sabit Değer: 2
genel statik final int MIN_FIELD_NUMBER
Sabit Değer: 1
genel statik final int NUM_FIELD_NUMBER
Sabit Değer: 3
genel statik final int SUM_FIELD_NUMBER
Sabit Değer: 4
genel statik final int SUM_SQUARES_FIELD_NUMBER
Sabit Değer: 5
Genel Yöntemler
genel boole eşittir (Object obj)
genel çift getBucket (int dizini)
repeated double bucket = 7 [packed = true];
public int getBucketCount ()
repeated double bucket = 7 [packed = true];
genel çift getBucketLimit (int dizini)
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]; genel Liste<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]; genel Liste<Double> getBucketList ()
repeated double bucket = 7 [packed = true];
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
halka açık çift getMax ()
double max = 2;
genel çift getMin ()
double min = 1;
genel çift getNum ()
double num = 3;
halk getParserForType ()
public int getSerializedSize ()
halka açık çift getSum ()
double sum = 4;
halka açık çift getSumSquares ()
double sum_squares = 5;
genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
genel int hashCode ()
genel final boolean isInitialized ()
genel statik HistogramProto ayrıştırmaDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası |
|---|
genel statik HistogramProto ayrıştırmaFrom (ByteBuffer verileri)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik HistogramProto ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası |
|---|
genel statik HistogramProto ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik HistogramProto ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Atar
| IOİstisnası |
|---|
genel statik HistogramProto ayrıştırmaFrom (bayt[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik HistogramProto ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik HistogramProto ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası |
|---|
genel statik HistogramProto ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
| IOİstisnası |
|---|