Home
last modified time | relevance | path

Searched defs:bucket_sizes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_bucket_lookup.h139 constexpr const size_t* bucket_sizes() const { return &bucket_sizes_[0]; } in bucket_sizes() function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dlogger.cpp144 std::vector<int64_t> bucket_sizes; in get_bucket_sizes() local
H A Dreducer.cpp1723 std::vector<size_t> bucket_sizes; in sync_bucket_indices() local
/aosp_15_r20/external/cronet/net/socket/
H A Dudp_socket_unittest.cc445 std::vector<int> bucket_sizes(kBuckets, 0); in TEST_F() local