(self)
| 1959 | tensor.to_numpy(y_t[0]).shape) |
| 1960 | |
| 1961 | def test_onehot_cpu(self): |
| 1962 | self._onehot_helper(cpu_dev) |
| 1963 | |
| 1964 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1965 | def test_onehot_gpu(self): |
nothing calls this directly
no test coverage detected