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

Method test_Greater_cpu

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

Source from the content-addressed store, hash-verified

110 decimal=5)
111
112 def test_Greater_cpu(self):
113 self._greater_helper(cpu_dev)
114
115 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
116 def test_Greater_gpu(self):

Callers

nothing calls this directly

Calls 1

_greater_helperMethod · 0.95

Tested by

no test coverage detected