Searched refs:_test_qconv_impl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/test/quantization/core/ |
H A D | test_quantized_module.py | 1414 def _test_qconv_impl(self, q_mod, dq_mod, dim, dtype, bias): member in TestDynamicQuantizedModule 1539 self._test_qconv_impl(q_mod, dq_mod, dim, dtype, bias) 1549 self._test_qconv_impl(q_mod, dq_mod, dim, dtype, bias) 1561 self._test_qconv_impl(q_mod, dq_mod, dim, dtype, bias) 1571 self._test_qconv_impl(q_mod, dq_mod, dim, dtype, bias) 1581 self._test_qconv_impl(q_mod, dq_mod, dim, dtype, bias) 1593 self._test_qconv_impl(q_mod, dq_mod, dim, dtype, bias)
|
H A D | test_quantized_op.py | 5008 def _test_qconv_impl( member in TestQuantizedConv 5196 self._test_qconv_impl( 5277 self._test_qconv_impl( 5332 self._test_qconv_impl( 5389 self._test_qconv_impl( 5473 self._test_qconv_impl( 5556 self._test_qconv_impl( 5708 X_q, W_q, bias_float = self._test_qconv_impl( 5834 X_q, W_q, bias_float = self._test_qconv_impl( 5961 X_q, W_q, bias_float = self._test_qconv_impl( [all …]
|