Searched refs:x_log2_rounded (Results 1 – 1 of 1) sorted by relevance
379 const float x_log2_rounded = TfLiteRound(x_log2); in CheckedLog2() local380 const float x_log2_fracpart = x_log2 - x_log2_rounded; in CheckedLog2()382 *log2_result = static_cast<int>(x_log2_rounded); in CheckedLog2()