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

Method test_dropout_cpu

test/python/test_onnx.py:1664–1665  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1662 tensor.to_numpy(y_t[0]).shape)
1663
1664 def test_dropout_cpu(self):
1665 self._dropout_helper(cpu_dev)
1666
1667 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1668 def test_dropout_gpu(self):

Callers

nothing calls this directly

Calls 1

_dropout_helperMethod · 0.95

Tested by

no test coverage detected