Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize_helper.h64 inline double PowerOfTwoBound(double value) { in PowerOfTwoBound() function
366 double bound = PowerOfTwoBound(std::max(std::abs(min), std::abs(max))); in replaceStatsOp()