Searched defs:Log2FloorNonZero (Results 1 - 2 of 2) sorted by relevance

/external/brotli/c/enc/
H A Dfast_log.h21 static BROTLI_INLINE uint32_t Log2FloorNonZero(size_t n) { function
/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.h378 inline int Log2FloorNonZero(uint64 n) { function in class:tensorflow::BFCAllocator
399 int b = std::min(kNumBins - 1, Log2FloorNonZero(v));

Completed in 409 milliseconds