Searched refs:_test_qconv_op_impl (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/quantization/core/ |
H A D | test_quantized_op.py | 3667 def _test_qconv_op_impl(self, q_mod, dq_op, dim, dtype): member in TestDynamicQuantizedOps 3703 self._test_qconv_op_impl(q_mod, dq_op, dim, dtype) 3712 self._test_qconv_op_impl(q_mod, dq_op, dim, dtype) 3721 self._test_qconv_op_impl(q_mod, dq_op, dim, dtype) 3730 self._test_qconv_op_impl(q_mod, dq_op, dim, dtype) 3739 self._test_qconv_op_impl(q_mod, dq_op, dim, dtype) 3750 self._test_qconv_op_impl(q_mod, dq_op, dim, dtype)
|