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

Method test_less_broadcast_cpu

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

Source from the content-addressed store, hash-verified

2252 decimal=5)
2253
2254 def test_less_broadcast_cpu(self):
2255 self._less_broadcast_helper(cpu_dev)
2256
2257 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2258 def test_less_broadcast_gpu(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected