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

Method test_mul_gpu

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

Source from the content-addressed store, hash-verified

1489
1490 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1491 def test_mul_gpu(self):
1492 self._mul_helper(gpu_dev)
1493
1494 def _reshape_helper(self, dev):
1495 x = np.array([0.1, -1.0, 0.4, 4.0, -0.9,

Callers

nothing calls this directly

Calls 1

_mul_helperMethod · 0.95

Tested by

no test coverage detected