Home
last modified time | relevance | path

Searched defs:buckets (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py18 def _threshold_for_count_below(buckets, boundaries, count_below): argument
40 def percentile(buckets, pctl, boundaries): argument
/third_party/boost/libs/intrusive/test/
Dunordered_test.hpp56 typename unordered_type::bucket_type buckets [BucketSize]; in test_all() local
77 typename unordered_type::bucket_type buckets [BucketSize]; in test_all() local
105 typename unordered_type::bucket_type buckets [BucketSize]; in test_impl() local
129 typename unordered_type::bucket_type buckets [BucketSize]; in test_sort() local
156 typename unordered_set_type::bucket_type buckets [BucketSize]; in test_insert() local
215 typename unordered_type::bucket_type buckets [BucketSize]; in test_insert() local
338 typename unordered_type::bucket_type buckets [BucketSize]; in test_insert() local
401 typename unordered_type::bucket_type buckets [BucketSize]; in test_swap() local
629 typename unordered_type::bucket_type buckets[BucketSize]; in test_find() local
Drecursive_test.cpp34 USet::bucket_type buckets[1]; member in Foo
53 USet::bucket_type buckets[1]; in instantiate() local
/third_party/boost/libs/intrusive/example/
Ddoc_bucket_traits.cpp47 custom_bucket_traits(BucketPtr buckets) in custom_bucket_traits()
71 BucketType buckets[custom_bucket_traits::NumBuckets]; in main() local
Ddoc_map.cpp59 UnorderedMap::bucket_type buckets[100]; in main() local
Ddoc_iterator_from_value.cpp65 unordered_set_t::bucket_type buckets[MaxElem]; in main() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dunique_cpu_kernel.h137 … const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> &buckets) { in SegmentToBuckets()
184 auto &buckets = *buckets_ptr; in GatherSegmentsToBuckets() local
292 …d UniqueEachBucket(const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> &buckets) { in UniqueEachBucket()
329 …ic void MergeBuckets(const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> &buckets, in MergeBuckets()
368 std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> buckets; in BucketUnique() local
Dsparse_optimizer_cpu_kernel.h110 std::vector<std::shared_ptr<BucketSparseGradient<T>>> buckets; in BucketReduceSparseGradient() local
206const std::vector<std::shared_ptr<BucketSparseGradient<T>>> &buckets) { in CopySegmentIndicesToBucket()
237 auto &buckets = *buckets_ptr; in GatherSegmentIndicesToOutputBucket() local
382 const std::vector<std::shared_ptr<BucketSparseGradient<T>>> &buckets, in ReduceBucketSparseGradientToWorkspace()
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Core/
DHistogram.php19 private $buckets; variable in Grpc\\Core\\Histogram
/third_party/grpc/src/proto/grpc/core/
Dstats.proto25 repeated Bucket buckets = 1; field
/third_party/skia/third_party/externals/brotli/c/enc/
Dencoder_dict.h33 const uint16_t* buckets; member
Dhash_longest_match_quickly_inc.h58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
Dhash_longest_match64_inc.h113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
Dhash_to_binary_tree_inc.h72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
124 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
/third_party/node/deps/brotli/c/enc/
Dencoder_dict.h33 const uint16_t* buckets; member
Dhash_longest_match_quickly_inc.h58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
Dhash_longest_match64_inc.h113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
Dhash_to_binary_tree_inc.h72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
124 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
/third_party/glib/glib/tests/
Dgpoll.c174 gint buckets[], in bucketize()
197 print_buckets (gint buckets[], in print_buckets()
250 gint buckets[BUCKET_COUNT]; in test_gpoll() local
/third_party/grpc/src/php/tests/qps/
Dhistogram.php30 private $buckets; variable in Histogram
/third_party/boost/boost/interprocess/indexes/
Diunordered_set_index.hpp175 bucket_ptr buckets = alloc.allocate(num); in create_buckets() local
184 ( bucket_ptr buckets, size_type old_size in shrink_buckets()
237 (allocator_type &alloc, bucket_ptr buckets, size_type num) in destroy_buckets()
/third_party/libdrm/
Dxf86drmHash.h44 HashBucketPtr buckets[HASH_SIZE]; member
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DHistogram.cs44 readonly uint[] buckets; field in Grpc.IntegrationTesting.Histogram
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.h54 struct list_head *buckets; member
/third_party/typescript/src/services/
DdocumentRegistry.ts121 const buckets = new Map<string, ESMap<Path, DocumentRegistryEntry>>(); constant

1234