HistogramProto คลาสสุดท้ายสาธารณะ
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto คลาสที่ซ้อนกัน
| ระดับ | ฮิสโตแกรมProto.Builder | Serialization format for histogram module in core/lib/histogram/histogram.h tensorflow.HistogramProto | |
ค่าคงที่
| ภายใน | BUCKET_FIELD_NUMBER | |
| ภายใน | BUCKET_LIMIT_FIELD_NUMBER | |
| ภายใน | MAX_FIELD_NUMBER | |
| ภายใน | MIN_FIELD_NUMBER | |
| ภายใน | NUM_FIELD_NUMBER | |
| ภายใน | SUM_FIELD_NUMBER | |
| ภายใน | SUM_SQUARES_FIELD_NUMBER |
วิธีการสาธารณะ
| บูลีน | เท่ากับ (วัตถุ obj) |
| สองเท่า | getBucket (ดัชนี int) repeated double bucket = 7 [packed = true]; |
| ภายใน | getBucketCount () repeated double bucket = 7 [packed = true]; |
| สองเท่า | getBucketLimit (ดัชนี int) Parallel arrays encoding the bucket boundaries and the bucket values. |
| ภายใน | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
| รายการ<สองเท่า> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
| รายการ<สองเท่า> | getBucketList () repeated double bucket = 7 [packed = true]; |
| HistogramProto แบบคงที่ | |
| ฮิสโตแกรมโปรโต | |
| com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
| สองเท่า | รับแม็กซ์ () double max = 2; |
| สองเท่า | รับมิน () double min = 1; |
| สองเท่า | getNum () double num = 3; |
| ภายใน | |
| สองเท่า | รับผลรวม () double sum = 4; |
| สองเท่า | getSumSquares () double sum_squares = 5; |
| สุดท้าย com.google.protobuf.UnknownFieldSet | |
| ภายใน | แฮชโค้ด () |
| บูลีนสุดท้าย | |
| HistogramProto.Builder แบบคงที่ | ตัวสร้างใหม่ () |
| HistogramProto.Builder แบบคงที่ | newBuilder (ต้นแบบ ฮิสโตแกรมโปรโต ) |
| ฮิสโตแกรมProto.Builder | |
| HistogramProto แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
| HistogramProto แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogramProto แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
| HistogramProto แบบคงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogramProto แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogramProto แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
| HistogramProto แบบคงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogramProto แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
| HistogramProto แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| HistogramProto แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| คงที่ | |
| ฮิสโตแกรมProto.Builder | toBuilder () |
| เป็นโมฆะ | writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต) |
วิธีการสืบทอด
ค่าคงที่
รอบชิงชนะเลิศแบบคงที่สาธารณะ int BUCKET_FIELD_NUMBER
ค่าคงที่: 7
สาธารณะคงสุดท้าย int BUCKET_LIMIT_FIELD_NUMBER
ค่าคงที่: 6
int สุดท้ายคงที่สาธารณะ MAX_FIELD_NUMBER
ค่าคงที่: 2
รอบชิงชนะเลิศแบบคงที่สาธารณะ int MIN_FIELD_NUMBER
ค่าคงที่: 1
รอบชิงชนะเลิศแบบคงที่สาธารณะ int NUM_FIELD_NUMBER
ค่าคงที่: 3
สาธารณะคงสุดท้าย int SUM_FIELD_NUMBER
ค่าคงที่: 4
สาธารณะคงสุดท้าย int SUM_SQUARES_FIELD_NUMBER
ค่าคงที่: 5
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
getBucket คู่สาธารณะ (ดัชนี int)
repeated double bucket = 7 [packed = true];
สาธารณะ int getBucketCount ()
repeated double bucket = 7 [packed = true];
getBucketLimit สาธารณะสองเท่า (ดัชนี 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 สาธารณะ 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]; รายการสาธารณะ <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]; รายการสาธารณะ <Double> getBucketList ()
repeated double bucket = 7 [packed = true];
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
getMax สองเท่าสาธารณะ ()
double max = 2;
สาธารณะ double getMin ()
double min = 1;
getNum คู่สาธารณะ ()
double num = 3;
สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
getSum สองเท่าสาธารณะ ()
double sum = 4;
getSumSquares สาธารณะสองเท่า ()
double sum_squares = 5;
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
HistogramProto แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
HistogramProto parseFrom แบบคงที่สาธารณะ (ข้อมูล ByteBuffer)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
HistogramProto parseFrom แบบคงที่สาธารณะ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
HistogramProto parseFrom แบบคงที่สาธารณะ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ HistogramProto parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
| IOข้อยกเว้น |
|---|
HistogramProto แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ HistogramProto parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
HistogramProto parseFrom แบบ คงที่สาธารณะ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
HistogramProto parseFrom แบบคงที่สาธารณะ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
| IOข้อยกเว้น |
|---|