(self)
| 396 | np.testing.assert_array_almost_equal(tensor.to_numpy(t2), np2) |
| 397 | |
| 398 | def test_ceil_cpu(self): |
| 399 | self._ceil_helper(cpu_dev) |
| 400 | |
| 401 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 402 | def test_ceil_gpu(self): |
nothing calls this directly
no test coverage detected