Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DQuantUtils.cpp130 const float x_log2 = std::log(x) * (1.0f / std::log(2.0f)); in CheckedLog2() local
131 const float x_log2_rounded = std::round(x_log2); in CheckedLog2()
132 const float x_log2_fracpart = x_log2 - x_log2_rounded; in CheckedLog2()