(self)
| 695 | tensor.to_numpy(_cTensor_to_pyTensor(t2_ct)), np2) |
| 696 | |
| 697 | def test_floor_cpu(self): |
| 698 | self._floor_helper(cpu_dev) |
| 699 | |
| 700 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 701 | def test_floor_gpu(self): |
nothing calls this directly
no test coverage detected