Searched refs:_test_binary_op_float16_impl (Results 1 – 1 of 1) sorted by relevance
7165 def _test_binary_op_float16_impl(self, binary_op, ibinary_op): member in TestQuantizeFxOps7239 self._test_binary_op_float16_impl(7244 self._test_binary_op_float16_impl(operator.sub, operator.isub)7245 self._test_binary_op_float16_impl(torch.sub, None)7249 self._test_binary_op_float16_impl(operator.truediv, operator.itruediv)7250 self._test_binary_op_float16_impl(torch.div, None)7256 self._test_binary_op_float16_impl(operator.mul, operator.imul)