(self)
| 771 | |
| 772 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 773 | def test_rnn_tanh(self): |
| 774 | self._rnn_helper(1) |
| 775 | |
| 776 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 777 | def test_rnn_lstm(self): |
nothing calls this directly
no test coverage detected