/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | qlinear_dynamic.cpp | 37 bool reduce_range) { in apply_dynamic_impl() 232 bool reduce_range) { in apply_dynamic() 239 bool reduce_range) { in apply_dynamic_relu() 249 bool reduce_range) { in apply_dynamic_impl() 395 bool reduce_range) { in apply_dynamic() 401 bool reduce_range ) { in apply_dynamic_relu() 497 bool reduce_range) { in apply_dynamic_impl() 607 bool reduce_range) { in apply_dynamic() 614 bool reduce_range) { in apply_dynamic_relu() 631 bool reduce_range) { in run()
|
H A D | qconv_dynamic.cpp | 28 bool reduce_range) { in apply_dynamic() 80 bool reduce_range) { in apply_dynamic() 137 bool reduce_range) { in apply_dynamic() 195 bool reduce_range) { in run() 206 bool reduce_range) { in run()
|
/aosp_15_r20/external/pytorch/test/quantization/core/ |
H A D | test_workflow_module.py | 74 def test_per_tensor_observers(self, qdtype, qscheme, reduce_range): argument 84 def _get_ref_params(reduce_range, qscheme, dtype, input_scale, min_val, max_val): argument 156 def test_per_channel_observers(self, qdtype, qscheme, ch_axis, reduce_range): argument 679 def test_histogram_observer(self, qdtype, qscheme, reduce_range): argument 761 def test_histogram_observer_against_reference(self, N, bins, dtype, qscheme, reduce_range): argument
|
H A D | test_quantized_tensor.py | 28 def _calculate_dynamic_qparams(X, dtype, reduce_range=False): argument 1364 def test_choose_qparams(self, X, reduce_range): argument
|
H A D | test_quantized_op.py | 3126 use_bias, use_relu, use_multi_dim_input, use_channelwise, reduce_range): argument 3434 …_get_rnn_inputs(self, seq_len, num_batches, input_size, hidden_size, num_directions, reduce_range): argument
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/ |
H A D | observer.py | 217 reduce_range=False, argument 483 reduce_range=False, argument 610 reduce_range=False, argument 693 reduce_range=False, argument 900 reduce_range=False, argument 989 reduce_range=False, argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/ |
H A D | QTensor.cpp | 19 bool reduce_range) { in quantize_per_tensor_dynamic() 272 bool reduce_range) { in _choose_qparams_per_tensor()
|
/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/observers/ |
H A D | per_channel_param_observer.py | 18 reduce_range=False, argument
|
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/utils/ |
H A D | utils.cpp | 32 bool reduce_range = false) { in ChooseQuantizationParams()
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_quantized.py | 51 def _calculate_dynamic_qparams(X, dtype, reduce_range=False, qscheme=torch.per_tensor_affine): argument
|
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/dynamic/modules/ |
H A D | conv.py | 67 reduce_range=True, argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | RNN.cpp | 452 bool reduce_range = serialized_ints.empty() ? false : serialized_ints[0]; in __setstate__() local 467 bool reduce_range) { in make_quantized_cell_params_dynamic()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | ops.cpp | 2317 bool reduce_range) { in apply_dynamic_out_functor() 2326 bool reduce_range) { in apply_dynamic_out_functor()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/ |
H A D | insert_quant_dequant.cpp | 95 auto reduce_range = graph->insertConstant(reduce_range_param); in insertChooseQParams() local
|