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

Method test_mul_cpu

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

Source from the content-addressed store, hash-verified

1485 decimal=5)
1486
1487 def test_mul_cpu(self):
1488 self._mul_helper(cpu_dev)
1489
1490 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1491 def test_mul_gpu(self):

Callers

nothing calls this directly

Calls 1

_mul_helperMethod · 0.95

Tested by

no test coverage detected