Home
last modified time | relevance | path

Searched refs:round_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool_test.cc116 for (const int round_size : round_sizes) { in TEST() local
118 BlockingCounter bc(round_size); in TEST()
119 for (int j = 0; j < round_size; ++j) { in TEST()
135 EXPECT_GE(pool.size(), round_size); in TEST()
/external/python/cpython3/Modules/
Dhashtable.c128 round_size(size_t s) in round_size() function
162 ht->num_buckets = round_size(init_size); in _Py_hashtable_new_full()
419 new_size = round_size((size_t)(ht->entries * HASHTABLE_REHASH_FACTOR)); in hashtable_rehash()