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

Method test_onehot_gpu

test/python/test_operation.py:3158–3159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3156
3157 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3158 def test_onehot_gpu(self):
3159 self.onehot_test(gpu_dev)
3160
3161 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3162 def test_cudnn_rnn_operation(self, dev=gpu_dev):

Callers

nothing calls this directly

Calls 1

onehot_testMethod · 0.95

Tested by

no test coverage detected