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

Method test_dropout_gpu

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

Source from the content-addressed store, hash-verified

2741
2742 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2743 def test_dropout_gpu(self):
2744 self.dropout_test(gpu_dev)
2745
2746 def reduceSum_test(self, dev):
2747 shape = [3, 2, 2]

Callers

nothing calls this directly

Calls 1

dropout_testMethod · 0.95

Tested by

no test coverage detected