공개 최종 클래스 HistogramProto
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
중첩 클래스
수업 | HistogramProto.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 |
공개 방법
부울 | 같음 (객체 객체) |
더블 | getBucket (정수 인덱스) repeated double bucket = 7 [packed = true]; |
정수 | getBucketCount () repeated double bucket = 7 [packed = true]; |
더블 | getBucketLimit (정수 인덱스) 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]; |
정적 히스토그램프로토 | |
히스토그램프로토 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
더블 | getMax () double max = 2; |
더블 | 최소 () double min = 1; |
더블 | getNum () double num = 3; |
정수 | |
더블 | getSum () double sum = 4; |
더블 | getSumSquares () double sum_squares = 5; |
최종 com.google.protobuf.UnknownFieldSet | |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 HistogramProto.Builder | 새로운 빌더 () |
정적 HistogramProto.Builder | newBuilder ( HistogramProto 프로토타입) |
HistogramProto.Builder | |
정적 히스토그램프로토 | parsDelimitedFrom (InputStream 입력) |
정적 히스토그램프로토 | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 히스토그램프로토 | parsFrom (ByteBuffer 데이터) |
정적 히스토그램프로토 | ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 히스토그램프로토 | ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 히스토그램프로토 | ParseFrom (com.google.protobuf.CodedInputStream 입력) |
정적 히스토그램프로토 | parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry) |
정적 히스토그램프로토 | ParseFrom (com.google.protobuf.ByteString 데이터) |
정적 히스토그램프로토 | ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 히스토그램프로토 | ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
공전 | 파서 () |
HistogramProto.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
공개 정적 최종 정수 NUM_FIELD_NUMBER
상수값: 3
공개 정적 최종 int SUM_FIELD_NUMBER
상수값: 4
공개 정적 최종 int SUM_SQUARES_FIELD_NUMBER
상수값: 5
공개 방법
공개 부울은 (객체 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;
공개 이중 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 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 HistogramProto parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 HistogramProto 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 HistogramProto parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 HistogramProto parseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|