Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc5283 int64 NearestPowerOfTwo(int64 v) { in NearestPowerOfTwo() function
5333 int64 max_block_size = std::max(64LL, 512LL / NearestPowerOfTwo(fan_out)); in ComputeReductionCodegenInfo()