(self)
| 351 | # np.testing.assert_array_almost_equal(erf(np1), tensor.to_numpy(y1)) |
| 352 | |
| 353 | def test_erf_cpu(self): |
| 354 | self._erf(cpu_dev) |
| 355 | |
| 356 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 357 | def test_transpose_and_arithmetic_op_broadcast_gpu(self): |