Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/
Dunbounded_thread_pool_test.cc61 for (const int round_size : round_sizes) { in TEST() local
63 BlockingCounter bc(round_size); in TEST()
64 for (int j = 0; j < round_size; ++j) { in TEST()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_opt_dce.c79 unsigned round_size = type_size; in midgard_opt_dead_code_eliminate_block() local
84 round_size = 32; in midgard_opt_dead_code_eliminate_block()
86 unsigned rounded = mir_round_bytemask_up(live[ins->dest], round_size); in midgard_opt_dead_code_eliminate_block()
/external/tensorflow/tensorflow/core/framework/
Dcancellation_test.cc268 const size_t round_size = dist(rd); in TEST() local
269 for (size_t i = 0; i < round_size; ++i) { in TEST()
275 std::vector<size_t> destruction_order(round_size); in TEST()
/external/python/cpython3/Python/
Dhashtable.c107 round_size(size_t s) in round_size() function
282 size_t new_size = round_size((size_t)(ht->nentries * HASHTABLE_REHASH_FACTOR)); in hashtable_rehash()
/external/tensorflow/tensorflow/core/data/service/
Dtask_runner.cc340 int64_t round_size) in PrefetchThread() argument
341 : iterator_(std::move(iterator)), round_size_(round_size) { in PrefetchThread()
Dtask_runner.h175 int64_t round_size);