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

Method test_and_broadcast_cpu

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

Source from the content-addressed store, hash-verified

2131 decimal=5)
2132
2133 def test_and_broadcast_cpu(self):
2134 self._and_broadcast_helper(cpu_dev)
2135
2136 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2137 def test_and_broadcast_gpu(self):

Callers

nothing calls this directly

Calls 1

_and_broadcast_helperMethod · 0.95

Tested by

no test coverage detected