Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc52 constexpr double kSmallestHalfRange = kNearZeroTolerance / 2; variable
72 effective_mins->push_back(std::min(min, -kSmallestHalfRange)); in ExpandVerySmallRange()
73 effective_maxs->push_back(std::max(max, kSmallestHalfRange)); in ExpandVerySmallRange()