(self)
| 3156 | |
| 3157 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3158 | def test_onehot_gpu(self): |
| 3159 | self.onehot_test(gpu_dev) |
| 3160 | |
| 3161 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3162 | def test_cudnn_rnn_operation(self, dev=gpu_dev): |
nothing calls this directly
no test coverage detected