Searched refs:NearestPowerOfTwo (Results 1 – 1 of 1) sorted by relevance
5283 int64 NearestPowerOfTwo(int64 v) { in NearestPowerOfTwo() function5333 int64 max_block_size = std::max(64LL, 512LL / NearestPowerOfTwo(fan_out)); in ComputeReductionCodegenInfo()