HistogramProto.Builder

공개 정적 최종 클래스 HistogramProto.Builder

 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
Protobuf 유형 tensorflow.HistogramProto

공개 방법

HistogramProto.Builder
addAllBucket (Iterable<? 확장 Double> 값)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
addAllBucketLimit (Iterable<? 확장 Double> 값)
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
addBucket (이중 값)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
addBucketLimit (이중 값)
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
히스토그램프로토
짓다 ()
히스토그램프로토
HistogramProto.Builder
HistogramProto.Builder
클리어버킷 ()
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
클리어버킷리미트 ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
HistogramProto.Builder
클리어맥스 ()
double max = 2;
HistogramProto.Builder
클리어민 ()
double min = 1;
HistogramProto.Builder
클리어넘버 ()
double num = 3;
HistogramProto.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
HistogramProto.Builder
클리어섬 ()
double sum = 4;
HistogramProto.Builder
클리어섬제곱 ()
double sum_squares = 5;
HistogramProto.Builder
클론 ()
더블
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
com.google.protobuf.Descriptors.Descriptor
더블
getMax ()
double max = 2;
더블
getMin ()
double min = 1;
더블
getNum ()
double num = 3;
더블
getSum ()
double sum = 4;
더블
getSumSquares ()
double sum_squares = 5;
최종 부울
HistogramProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
HistogramProto.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 HistogramProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
HistogramProto.Builder
setBucket (int 인덱스, 이중 값)
repeated double bucket = 7 [packed = true];
HistogramProto.Builder
setBucketLimit (int 인덱스, 이중 값)
 Parallel arrays encoding the bucket boundaries and the bucket values.
HistogramProto.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
HistogramProto.Builder
setMax (이중 값)
double max = 2;
HistogramProto.Builder
setMin (이중 값)
double min = 1;
HistogramProto.Builder
setNum (이중 값)
double num = 3;
HistogramProto.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
HistogramProto.Builder
setSum (이중 값)
double sum = 4;
HistogramProto.Builder
setSumSquares (이중 값)
double sum_squares = 5;
최종 HistogramProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

공개 HistogramProto.Builder addAllBucket (Iterable<? 확장 Double> 값)

repeated double bucket = 7 [packed = true];

공개 HistogramProto.Builder addAllBucketLimit (Iterable<? 확장 Double> 값)

 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];

공개 HistogramProto.Builder addBucket (이중 값)

repeated double bucket = 7 [packed = true];

공개 HistogramProto.Builder addBucketLimit (이중 값)

 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 HistogramProto.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 HistogramProto 빌드 ()

공개 히스토그램Proto 빌드Partial ()

공개 HistogramProto.Builder 지우기 ()

공개 히스토그램프로토. 빌더 클리어버킷 ()

repeated double bucket = 7 [packed = true];

공개 HistogramProto.Builder ClearBucketLimit ()

 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];

공개 HistogramProto.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 히스토그램프로토. 빌더 클리어맥스 ()

double max = 2;

공개 히스토그램프로토. 빌더 클리어민 ()

double min = 1;

공개 히스토그램프로토. 빌더 클리어넘버 ()

double num = 3;

공개 HistogramProto.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptoroneof)

공개 히스토그램프로토. 빌더 클리어섬 ()

double sum = 4;

공개 HistogramProto.Builder ClearSumSquares ()

double sum_squares = 5;

공개 HistogramProto.Builder 클론 ()

공개 이중 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];

공개 히스토그램프로토 getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 이중 getMax ()

double max = 2;

공개 이중 getMin ()

double min = 1;

공개 이중 getNum ()

double num = 3;

공개 이중 getSum ()

double sum = 4;

공개 이중 getSumSquares ()

double sum_squares = 5;

공개 최종 부울 isInitialized ()

공개 HistogramProto.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 HistogramProto.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 최종 HistogramProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 HistogramProto.Builder setBucket (int 인덱스, 이중 값)

repeated double bucket = 7 [packed = true];

공개 HistogramProto.Builder setBucketLimit (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];

public HistogramProto.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 HistogramProto.Builder setMax (이중 값)

double max = 2;

공개 HistogramProto.Builder setMin (이중 값)

double min = 1;

공개 HistogramProto.Builder setNum (이중 값)

double num = 3;

public HistogramProto.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 HistogramProto.Builder setSum (이중 값)

double sum = 4;

공개 HistogramProto.Builder setSumSquares (이중 값)

double sum_squares = 5;

공개 최종 HistogramProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)