Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.cc380 const float x_log2_fracpart = x_log2 - x_log2_rounded; in CheckedLog2() local
383 return std::abs(x_log2_fracpart) < 1e-3f; in CheckedLog2()