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

Method test_rnn_tanh

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_rnn_helperMethod · 0.95

Tested by

no test coverage detected