(self)
| 1926 | tensor.to_numpy(y_t[0]).shape) |
| 1927 | |
| 1928 | def test_cast_cpu(self): |
| 1929 | self._cast_helper(cpu_dev) |
| 1930 | |
| 1931 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1932 | def test_cast_gpu(self): |
nothing calls this directly
no test coverage detected