Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc100 const auto& recalculate_zero_point = [&](int64_t zero_point) -> int64_t { in ResetMinMaxFromNumBits() local
105 const double zero_point = recalculate_zero_point(q_type.getZeroPoint()); in ResetMinMaxFromNumBits()
116 zero_points[i] = recalculate_zero_point(q_type.getZeroPoints()[i]); in ResetMinMaxFromNumBits()