Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.cc379 const float x_log2_rounded = TfLiteRound(x_log2); in CheckedLog2() local
380 const float x_log2_fracpart = x_log2 - x_log2_rounded; in CheckedLog2()
382 *log2_result = static_cast<int>(x_log2_rounded); in CheckedLog2()