Home
last modified time | relevance | path

Searched defs:x_fp32 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/quantization/pt2e/representation/
H A Drewrite.py147 x_fp32, argument
180 x_fp32, argument
599 def _quantize_per_tensor_int8(x_fp32, scale, zero_point, quant_min, quant_max): argument
607 x_fp32, scale, zero_point, quant_min, quant_max argument
662 x_fp32, scales, zero_points, ch_axis, quant_min, quant_max argument
671 x_fp32, scales, zero_points, ch_axis, quant_min, quant_max argument
/aosp_15_r20/external/executorch/kernels/quantized/cpu/
H A Dop_choose_qparams.cpp179 const float* x_fp32 = input.const_data_ptr<float>(); in choose_qparams() local
198 const float* x_fp32 = input.const_data_ptr<float>(); in choose_qparams_per_token() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cuda/
H A DActivation.cpp16 auto x_fp32 = at::dequantize(qx); in gelu_quantized_cuda() local