Home
last modified time | relevance | path

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

/external/mesa3d/src/nouveau/nil/
Dtiling.rs40 pub x_log2: u8, field
/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.cc399 const float x_log2 = std::log(x) * (1.0f / std::log(2.0f)); in CheckedLog2() local