Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.cc374 bool CheckedLog2(const float x, int* log2_result) { in CheckedLog2() argument
382 *log2_result = static_cast<int>(x_log2_rounded); in CheckedLog2()
Dquantization_util.h277 bool CheckedLog2(const float x, int* log2_result);