Home
last modified time | relevance | path

Searched defs:symmetric_quant (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dfused_obs_fake_quant.cpp67 bool symmetric_quant, in choose_qparams_fake_quant()
157 bool symmetric_quant) { in fused_moving_avg_obs_fake_quant_cpu()
235 bool symmetric_quant) { in fused_moving_avg_obs_fake_quant()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cuda/
H A DFusedObsFakeQuant.cu193 bool symmetric_quant, in _calc_moving_avg_qparams_helper()
249 bool symmetric_quant) { in fused_moving_avg_obs_fake_quant_cuda()
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_workflow_ops.py1040 def test_fused_obs_fake_quant_moving_avg(self, device, symmetric_quant) -> None: argument
1131 def test_fused_obs_fake_quant_moving_avg_per_channel(self, device, symmetric_quant) -> None: argument
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py2083 symmetric_quant=False, argument