(self)
| 775 | |
| 776 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 777 | def test_rnn_lstm(self): |
| 778 | self._rnn_helper(2) |
| 779 | |
| 780 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 781 | def test_rnn_gru(self): |
nothing calls this directly
no test coverage detected