(self)
| 3152 | decimal=5) |
| 3153 | |
| 3154 | def test_onehot_cpu(self): |
| 3155 | self.onehot_test(cpu_dev) |
| 3156 | |
| 3157 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3158 | def test_onehot_gpu(self): |
nothing calls this directly
no test coverage detected