(self)
| 673 | tensor.to_numpy(_cTensor_to_pyTensor(t2_ct)), np2) |
| 674 | |
| 675 | def test_ceil_cpu(self): |
| 676 | self._ceil_helper(cpu_dev) |
| 677 | |
| 678 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 679 | def test_ceil_gpu(self): |
nothing calls this directly
no test coverage detected