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

Method test_add_broadcast_cpu

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

Source from the content-addressed store, hash-verified

2299 decimal=5)
2300
2301 def test_add_broadcast_cpu(self):
2302 self._add_broadcast_helper(cpu_dev)
2303
2304 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2305 def test_add_broadcast_gpu(self):

Callers

nothing calls this directly

Calls 1

_add_broadcast_helperMethod · 0.95

Tested by

no test coverage detected