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

Method test_rnn_relu

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_rnn_helperMethod · 0.95

Tested by

no test coverage detected