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

Method test_greater_broadcast_cpu

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

Source from the content-addressed store, hash-verified

2221 decimal=5)
2222
2223 def test_greater_broadcast_cpu(self):
2224 self._greater_broadcast_helper(cpu_dev)
2225
2226 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2227 def test_greater_broadcast_gpu(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected