パブリック静的最終クラスHistogramProto.Builder
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
パブリックメソッド
HistogramProto.Builder | addAllBucket (Iterable<? extends Double> 値) repeated double bucket = 7 [packed = true]; |
HistogramProto.Builder | addAllBucketLimit (Iterable<? extends 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 フィールド、オブジェクト値) |
ヒストグラムプロト | 建てる() |
ヒストグラムプロト | buildPartial () |
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 | クリアSumSquares () double sum_squares = 5; |
HistogramProto.Builder | クローン() |
ダブル | 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. |
リスト<Double> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
リスト<Double> | 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.Message other) |
最終的なHistogramProto.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
HistogramProto.Builder | setBucket (int インデックス、double 値) repeated double bucket = 7 [packed = true]; |
HistogramProto.Builder | setBucketLimit (int インデックス、double 値) 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.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public HistogramProto.Builder addAllBucket (Iterable<? extends Double> 値)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder addAllBucketLimit (Iterable<? extends 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];
public 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 フィールド、オブジェクト値)
public 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];
public double getBucket (int インデックス)
repeated double bucket = 7 [packed = true];
public int getBucketCount ()
repeated double bucket = 7 [packed = true];
public double 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];
public 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];
public List<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];
public List<Double> getBucketList ()
repeated double bucket = 7 [packed = true];
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
パブリックダブルgetMax ()
double max = 2;
パブリックダブルgetMin ()
double min = 1;
public double getNum ()
double num = 3;
public double getSum ()
double sum = 4;
public double getSumSquares ()
double sum_squares = 5;
パブリック最終ブール値isInitialized ()
public HistogramProto.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public Final HistogramProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public HistogramProto.Builder setBucket (int インデックス、double 値)
repeated double bucket = 7 [packed = true];
public HistogramProto.Builder setBucketLimit (int インデックス、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];