(self)
| 1930 | |
| 1931 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1932 | def test_cast_gpu(self): |
| 1933 | self._cast_helper(gpu_dev) |
| 1934 | |
| 1935 | def _onehot_helper(self, dev): |
| 1936 | axisValue = 1 |
nothing calls this directly
no test coverage detected