MCPcopy Create free account
hub / github.com/apache/singa / test_rnn_lstm

Method test_rnn_lstm

test/python/test_api.py:777–778  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

_rnn_helperMethod · 0.95

Tested by

no test coverage detected