HistogramProto

lớp học cuối cùng công khai HistogramProto

 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
Tenorflow loại tensorflow.HistogramProto

Các lớp lồng nhau

lớp học Biểu đồProto.Builder
 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
Tenorflow loại tensorflow.HistogramProto

Hằng số

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

Phương pháp công khai

boolean
bằng (Đối tượng obj)
gấp đôi
getBucket (chỉ mục int)
repeated double bucket = 7 [packed = true];
int
getBucketCount ()
repeated double bucket = 7 [packed = true];
gấp đôi
getBucketLimit (chỉ mục int)
 Parallel arrays encoding the bucket boundaries and the bucket values.
int
getBucketLimitCount ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
Danh sách<Đôi>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
Danh sách<Đôi>
getBucketList ()
repeated double bucket = 7 [packed = true];
Biểu đồ tĩnhProto
Biểu đồProto
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
gấp đôi
getMax ()
double max = 2;
gấp đôi
getMin ()
double min = 1;
gấp đôi
getNum ()
double num = 3;
int
gấp đôi
lấy tổng ()
double sum = 4;
gấp đôi
getSumSquares ()
double sum_squares = 5;
com.google.protobuf.UnknownFieldSet cuối cùng
int
boolean cuối cùng
Biểu đồ tĩnhProto.Builder
Biểu đồ tĩnhProto.Builder
newBuilder ( nguyên mẫu HistogramProto )
Biểu đồProto.Builder
Biểu đồ tĩnhProto
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
Biểu đồ tĩnhProto
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry)
Biểu đồ tĩnhProto
ParseFrom (dữ liệu ByteBuffer)
Biểu đồ tĩnhProto
ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Biểu đồ tĩnhProto
ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Biểu đồ tĩnhProto
ParseFrom (đầu vào com.google.protobuf.CodedInputStream)
Biểu đồ tĩnhProto
ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Biểu đồ tĩnhProto
ParseFrom (dữ liệu com.google.protobuf.ByteString)
Biểu đồ tĩnhProto
ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Biểu đồ tĩnhProto
ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
tĩnh
Biểu đồProto.Builder
trống rỗng
writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Phương pháp kế thừa

Hằng số

int tĩnh công khai BUCKET_FIELD_NUMBER

Giá trị không đổi: 7

int tĩnh công khai BUCKET_LIMIT_FIELD_NUMBER

Giá trị không đổi: 6

int tĩnh cuối cùng MAX_FIELD_NUMBER

Giá trị không đổi: 2

int tĩnh công khai MIN_FIELD_NUMBER

Giá trị không đổi: 1

int cuối cùng tĩnh công khai NUM_FIELD_NUMBER

Giá trị không đổi: 3

int tĩnh cuối cùng SUM_FIELD_NUMBER

Giá trị không đổi: 4

int tĩnh cuối cùng SUM_SQUARES_FIELD_NUMBER

Giá trị không đổi: 5

Phương pháp công khai

boolean công khai bằng (Object obj)

getBucket công khai kép (chỉ mục int)

repeated double bucket = 7 [packed = true];

int công khai getBucketCount ()

repeated double bucket = 7 [packed = true];

công khai gấp đôi getBucketLimit (chỉ số 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 công khai 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];

Danh sách công khai<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];

Danh sách công khai<Double> getBucketList ()

repeated double bucket = 7 [packed = true];

công khai tĩnh HistogramProto getDefaultInstance ()

biểu đồ công khaiProto getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

công khai gấp đôi getMax ()

double max = 2;

công khai gấp đôi getMin ()

double min = 1;

công khai gấp đôi getNum ()

double num = 3;

công cộng getParserForType ()

int công khai getSerializedSize ()

getSum công khai gấp đôi ()

double sum = 4;

công khai gấp đôi getSumSquares ()

double sum_squares = 5;

trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()

mã băm int công khai ()

boolean cuối cùng công khai được khởi tạo ()

công khai tĩnh HistogramProto.Builder newBuilder ()

public static HistogramProto.Builder newBuilder (nguyên mẫu HistogramProto )

công khai HistogramProto.Builder newBuilderForType ()

công khai HistogramProto parsingDelimitedFrom (Đầu vào luồng đầu vào)

Ném
IOException

công khai HistogramProto parsingDelimitedFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

tĩnh công khai HistogramProto parsFrom (dữ liệu ByteBuffer)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công khai tĩnh HistogramProto parsFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai tĩnh HistogramProto parsFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công khai tĩnh HistogramProto parsFrom (đầu vào com.google.protobuf.CodedInputStream)

Ném
IOException

công khai tĩnh HistogramProto parsFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công khai tĩnh HistogramProto parsFrom (dữ liệu com.google.protobuf.ByteString)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công khai tĩnh HistogramProto parsFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai tĩnh HistogramProto parsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công cộng tĩnh trình phân tích cú pháp ()

biểu đồ công khaiProto.Builder toBuilder ()

public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Ném
IOException