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

Method test_div_broadcast_cpu

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

Source from the content-addressed store, hash-verified

2445 atol=1e-4)
2446
2447 def test_div_broadcast_cpu(self):
2448 self._div_broadcast_helper(cpu_dev)
2449
2450 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2451 def test_div_broadcast_gpu(self):

Callers

nothing calls this directly

Calls 1

_div_broadcast_helperMethod · 0.95

Tested by

no test coverage detected