Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtopk_ops.cc189 int32_t log2_ceiling = tensorflow::Log2Ceiling(width); in CreateTopKUnique() local
268 uint32 log2_ceiling = static_cast<uint32>(std::ceil(std::log2(width))); in CreateMakeUnique() local