Searched defs:bucket_index (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | bucket_batch_by_length_op.cc | 68 int bucket_index = bucket_boundaries_.size() - 1; in operator ()() local 130 Status BucketBatchByLengthOp::PadAndBatchBucket(int32_t bucket_index, int32_t batch_size) { in PadAndBatchBucket()
|
/third_party/node/deps/histogram/src/ |
D | hdr_histogram.c | 168 static int32_t get_sub_bucket_index(int64_t value, int32_t bucket_index, int32_t unit_magnitude) in get_sub_bucket_index() 173 static int32_t counts_index(const struct hdr_histogram* h, int32_t bucket_index, int32_t sub_bucket… in counts_index() 184 static int64_t value_from_index(int32_t bucket_index, int32_t sub_bucket_index, int32_t unit_magnit… in value_from_index() 191 int32_t bucket_index = get_bucket_index(h, value); in counts_index_for() local 199 int32_t bucket_index = (index >> h->sub_bucket_half_count_magnitude) - 1; in hdr_value_at_index() local 213 int32_t bucket_index = get_bucket_index(h, value); in hdr_size_of_equivalent_value_range() local 221 int32_t bucket_index = get_bucket_index(h, value); in lowest_equivalent_value() local
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_cache.c | 149 unsigned bucket_index) in pb_cache_reclaim_buffer() 251 struct pb_buffer *buf, unsigned bucket_index) in pb_cache_init_entry()
|
D | pb_cache.h | 46 unsigned bucket_index; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution_test.cc | 149 const auto bucket_index = [base_log, is_2, ¶m](int32_t x) { in ChiSquaredTestImpl() local
|
/third_party/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution_test.cc | 149 const auto bucket_index = [base_log, is_2, ¶m](int32_t x) { in ChiSquaredTestImpl() local
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_bo.c | 163 unsigned bucket_index = util_logbase2(size); in pan_bucket_index() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_bo.c | 148 unsigned bucket_index = util_logbase2(size); in lima_bucket_index() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | unique_cpu_kernel.h | 149 auto bucket_index = bucket_data_num[bucket_id]; in SegmentToBuckets() local
|
D | sparse_optimizer_cpu_kernel.h | 218 auto bucket_index = bucket_data_num[bucket_id]; in CopySegmentIndicesToBucket() local
|
/third_party/boost/boost/unordered/detail/ |
D | implementation.hpp | 3588 std::size_t bucket_index = this->hash_to_bucket(key_hash); in find_node_impl() local 3637 std::size_t bucket_index = this->hash_to_bucket(key_hash); in extract_by_key() local 3687 std::size_t bucket_index = this->hash_to_bucket(key_hash); in add_node_unique() local 4016 std::size_t bucket_index = this->node_bucket(n); in extract_by_iterator_unique() local 4039 std::size_t bucket_index = this->hash_to_bucket(key_hash); in erase_key_unique() local 4054 std::size_t bucket_index = this->node_bucket(i); in erase_nodes_unique() local 4200 std::size_t bucket_index = this->hash_to_bucket(key_hash); in add_node_equiv() local 4382 std::size_t bucket_index = this->node_bucket(i); in extract_by_iterator_equiv() local 4411 std::size_t bucket_index = this->hash_to_bucket(key_hash); in erase_key_equiv() local 4432 std::size_t bucket_index = this->node_bucket(i); in erase_nodes_equiv() local
|