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

Method test_dropout_cpu

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

Source from the content-addressed store, hash-verified

2737 self.check_shape(dx.shape(), (3, 4, 5))
2738
2739 def test_dropout_cpu(self):
2740 self.dropout_test(cpu_dev)
2741
2742 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2743 def test_dropout_gpu(self):

Callers

nothing calls this directly

Calls 1

dropout_testMethod · 0.95

Tested by

no test coverage detected