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

Method test_mul_broadcast_cpu

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

Source from the content-addressed store, hash-verified

2393 decimal=5)
2394
2395 def test_mul_broadcast_cpu(self):
2396 self._mul_broadcast_helper(cpu_dev)
2397
2398 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2399 def test_mul_broadcast_gpu(self):

Callers

nothing calls this directly

Calls 1

_mul_broadcast_helperMethod · 0.95

Tested by

no test coverage detected