(self)
| 767 | |
| 768 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 769 | def test_rnn_relu(self): |
| 770 | self._rnn_helper(0) |
| 771 | |
| 772 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 773 | def test_rnn_tanh(self): |
nothing calls this directly
no test coverage detected