Home
last modified time | relevance | path

Searched defs:reduce_range (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dqlinear_dynamic.cpp37 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 Dqconv_dynamic.cpp28 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 Dtest_workflow_module.py74 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 Dtest_quantized_tensor.py28 def _calculate_dynamic_qparams(X, dtype, reduce_range=False): argument
1364 def test_choose_qparams(self, X, reduce_range): argument
H A Dtest_quantized_op.py3126 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 Dobserver.py217 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 DQTensor.cpp19 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 Dper_channel_param_observer.py18 reduce_range=False, argument
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/utils/
H A Dutils.cpp32 bool reduce_range = false) { in ChooseQuantizationParams()
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantized.py51 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 Dconv.py67 reduce_range=True, argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRNN.cpp452 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 Dops.cpp2317 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 Dinsert_quant_dequant.cpp95 auto reduce_range = graph->insertConstant(reduce_range_param); in insertChooseQParams() local