Home
last modified time | relevance | path

Searched refs:_test_binary_op_float16_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py7165 def _test_binary_op_float16_impl(self, binary_op, ibinary_op): member in TestQuantizeFxOps
7239 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)