HistogramProto kelas akhir publik
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
Kelas Bersarang
kelas | HistogramProto.Pembangun | Serialization format for histogram module in core/lib/histogram/histogram.h tensorflow.HistogramProto |
Konstanta
ke dalam | BUCKET_FIELD_NUMBER | |
ke dalam | BUCKET_LIMIT_FIELD_NUMBER | |
ke dalam | MAX_FIELD_NUMBER | |
ke dalam | MIN_FIELD_NUMBER | |
ke dalam | NUM_FIELD_NUMBER | |
ke dalam | SUM_FIELD_NUMBER | |
ke dalam | SUM_SQUARES_FIELD_NUMBER |
Metode Publik
boolean | sama dengan (Objek objek) |
dobel | getBucket (indeks int) repeated double bucket = 7 [packed = true]; |
ke dalam | dapatkanBucketCount () repeated double bucket = 7 [packed = true]; |
dobel | getBucketLimit (indeks int) Parallel arrays encoding the bucket boundaries and the bucket values. |
ke dalam | dapatkanBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
Daftar<Ganda> | dapatkanBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
Daftar<Ganda> | dapatkanDaftarBucket () repeated double bucket = 7 [packed = true]; |
HistogramProto statis | |
Protokol Histogram | |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
dobel | dapatkan Maks () double max = 2; |
dobel | dapatkan Min () double min = 1; |
dobel | dapatkanNum () double num = 3; |
ke dalam | |
dobel | dapatkan Jumlah () double sum = 4; |
dobel | dapatkanSumSquares () double sum_squares = 5; |
final com.google.protobuf.UnknownFieldSet | |
ke dalam | Kode hash () |
boolean terakhir | |
HistogramProto.Builder statis | |
HistogramProto.Builder statis | newBuilder (prototipe HistogramProto ) |
HistogramProto.Pembangun | |
HistogramProto statis | parseDelimitedFrom (masukan Aliran Masukan) |
HistogramProto statis | parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HistogramProto statis | parseFrom (data ByteBuffer) |
HistogramProto statis | parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HistogramProto statis | parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HistogramProto statis | parseFrom (com.google.protobuf.CodedInputStream masukan) |
HistogramProto statis | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HistogramProto statis | parseFrom (com.google.protobuf.ByteString data) |
HistogramProto statis | parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HistogramProto statis | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statis | pengurai () |
HistogramProto.Pembangun | |
ruang kosong | writeTo (com.google.protobuf.CodedOutputStream keluaran) |
Metode Warisan
Konstanta
int akhir statis publik BUCKET_FIELD_NUMBER
Nilai Konstan: 7
int akhir statis publik BUCKET_LIMIT_FIELD_NUMBER
Nilai Konstan: 6
int akhir statis publik MAX_FIELD_NUMBER
Nilai Konstan: 2
int akhir statis publik MIN_FIELD_NUMBER
Nilai Konstan: 1
int final statis publik NUM_FIELD_NUMBER
Nilai Konstan: 3
int akhir statis publik SUM_FIELD_NUMBER
Nilai Konstan: 4
int akhir statis publik SUM_SQUARES_FIELD_NUMBER
Nilai Konstan: 5
Metode Publik
boolean publik sama (Obj objek)
getBucket ganda publik (indeks int)
repeated double bucket = 7 [packed = true];
int publik getBucketCount ()
repeated double bucket = 7 [packed = true];
getBucketLimit ganda publik (indeks 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];
int publik 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];
Daftar publik<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];
Daftar publik<Double> getBucketList ()
repeated double bucket = 7 [packed = true];
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
getMax ganda publik ()
double max = 2;
getMin ganda publik ()
double min = 1;
getNum ganda publik ()
double num = 3;
publik dapatkanParserForType ()
publik int getSerializedSize ()
getSum ganda publik ()
double sum = 4;
getSumSquares ganda publik ()
double sum_squares = 5;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
kode hash int publik ()
boolean akhir publik diinisialisasi ()
HistogramProto statis publik parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
HistogramProto statis publik parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
HistogramProto parseFrom statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
InvalidProtocolBufferException |
---|
HistogramProto statis publik parseFrom (com.google.protobuf.CodedInputStream masukan)
Melempar
Pengecualian IO |
---|
HistogramProto statis publik parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
InvalidProtocolBufferException |
---|
HistogramProto parseFrom statis publik (com.google.protobuf.ByteString data)
Melempar
InvalidProtocolBufferException |
---|
HistogramProto statis publik parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
HistogramProto statis publik parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
InvalidProtocolBufferException |
---|
statis publik pengurai ()
public void writeTo (keluaran com.google.protobuf.CodedOutputStream)
Melempar
Pengecualian IO |
---|