(self)
| 1797 | tensor.to_numpy(y_t[0]).shape) |
| 1798 | |
| 1799 | def test_slice_cpu(self): |
| 1800 | self._slice_helper(cpu_dev) |
| 1801 | |
| 1802 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1803 | def test_slice_gpu(self): |
nothing calls this directly
no test coverage detected