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

Method test_sub_broadcast_cpu

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

Source from the content-addressed store, hash-verified

2346 decimal=5)
2347
2348 def test_sub_broadcast_cpu(self):
2349 self._sub_broadcast_helper(cpu_dev)
2350
2351 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2352 def test_sub_broadcast_gpu(self):

Callers

nothing calls this directly

Calls 1

_sub_broadcast_helperMethod · 0.95

Tested by

no test coverage detected