Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.h71 const double zero_point_double = in ChooseQuantizationParams() local
82 if (zero_point_double < qmin_double) { in ChooseQuantizationParams()
84 } else if (zero_point_double > qmax_double) { in ChooseQuantizationParams()
87 nudged_zero_point = static_cast<T>(round(zero_point_double)); in ChooseQuantizationParams()