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

Method test_rnn_gru

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

Source from the content-addressed store, hash-verified

779
780 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
781 def test_rnn_gru(self):
782 self._rnn_helper(3)
783
784 def _rnn_helper(self, mode):
785 dev = gpu_dev

Callers

nothing calls this directly

Calls 1

_rnn_helperMethod · 0.95

Tested by

no test coverage detected