Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.h261 void NudgeQuantizationRange(const float min, const float max,
Dquantization_util.cc319 void NudgeQuantizationRange(const float min, const float max, in NudgeQuantizationRange() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h2897 NudgeQuantizationRange(rmin, rmax, quant_min, quant_max, &nudged_min, in FakeQuant()