পাবলিক স্ট্যাটিক ফাইনাল ক্লাস HistogramProto.Builder
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
পাবলিক পদ্ধতি
HistogramProto.Builder | addAllBucket (Iterable<? ডাবল> মান প্রসারিত করে) repeated double bucket = 7 [packed = true]; |
HistogramProto.Builder | addAllBucketLimit (Iterable<? ডাবল> মান প্রসারিত করে) 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 | clearMax () double max = 2; |
HistogramProto.Builder | ক্লিয়ারমিন () double min = 1; |
HistogramProto.Builder | clearNum () 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 (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. |
int | 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 এক্সটেনশন রেজিস্ট্রি) |
HistogramProto.Builder | mergeFrom (com.google.protobuf.অন্যান্য বার্তা পাঠান) |
চূড়ান্ত HistogramProto.Builder | একত্রিত করুন অজানাক্ষেত্র (com.google.protobuf.UnknownFieldSet অজানাক্ষেত্র) |
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 | সেটম্যাক্স (ডবল মান) double max = 2; |
HistogramProto.Builder | সেটমিন (ডবল মান) double min = 1; |
HistogramProto.Builder | setNum (ডবল মান) double num = 3; |
HistogramProto.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, int সূচক, অবজেক্ট মান) |
HistogramProto.Builder | সেটসাম (ডবল মান) double sum = 4; |
HistogramProto.Builder | setSumSquares (ডবল মান) double sum_squares = 5; |
চূড়ান্ত HistogramProto.Builder | সেটUnknownFields (com.google.protobuf.UnknownFieldসেট অজানাফিল্ড) |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি
পাবলিক পদ্ধতি
সর্বজনীন HistogramProto.Builder addAllBucket (Iterable<? ডাবল> মান প্রসারিত করে)
repeated double bucket = 7 [packed = true];
সর্বজনীন HistogramProto.Builder addAllBucketLimit (Iterable<? ডাবল> মান প্রসারিত করে)
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 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];
সর্বজনীন HistogramProto.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান)
সর্বজনীন 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.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র)
পাবলিক ডাবল 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];
সর্বজনীন তালিকা<ডাবল> getBucketList ()
repeated double bucket = 7 [packed = true];
পাবলিক স্ট্যাটিক ফাইনাল 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;
সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()
সর্বজনীন HistogramProto.Builder mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
সর্বজনীন চূড়ান্ত 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];