Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code.cc419 static int Log2Floor32_Portable(uint32 n) { in Log2Floor32_Portable() function
439 return Log2Floor32_Portable(static_cast<uint32>(n)); in Log2Floor64()
441 return 32 + Log2Floor32_Portable(topbits); in Log2Floor64()