Home
last modified time | relevance | path

Searched defs:zero_point_from_max (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.h65 const double zero_point_from_max = qmax_double - rmax / scale; in ChooseQuantizationParams() local
/external/tensorflow/tensorflow/core/kernels/uniform_quant_ops/
Dmath_utils.cc90 const double zero_point_from_max = qmax_double - rmax / scale; in AsymmetricQuantize() local
/external/pytorch/aten/src/ATen/native/quantized/cpu/
DQuantUtils.h150 double zero_point_from_max = qmax - max / static_cast<double>(scale); variable
/external/executorch/backends/xnnpack/runtime/utils/
Dutils.cpp110 double zero_point_from_max = qmax - max / static_cast<double>(scale); in ChooseQuantizationParams() local
/external/executorch/kernels/quantized/cpu/
Dop_choose_qparams.cpp146 double zero_point_from_max = qmax - max / static_cast<double>(scale); in calculate_scale_and_zero_point() local
/external/pytorch/aten/src/ATen/native/quantized/cuda/
DFusedObsFakeQuant.cu63 double zero_point_from_max = qmax - max_val / static_cast<double>(scale[i]); in ChooseQuantizationParamsKernelImpl() local
/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.h785 const float zero_point_from_max = qmax_double - f_max / scale; in QuantizationParams() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.cc90 const double zero_point_from_max = qmax_double - rmax / scale; in PortableAsymmetricQuantizeFloats() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc2475 const double zero_point_from_max = qmax_double - rmax / scale; in NeonAsymmetricQuantizeFloats() local