(self)
| 1874 | tensor.to_numpy(y_t[0]).shape) |
| 1875 | |
| 1876 | def test_tile_cpu(self): |
| 1877 | self._tile_helper(cpu_dev) |
| 1878 | |
| 1879 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1880 | def test_tile_gpu(self): |
nothing calls this directly
no test coverage detected