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

Method test_Greater_cpu

test/python/test_onnx.py:1037–1038  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1035 decimal=5)
1036
1037 def test_Greater_cpu(self):
1038 self._Greater_helper(cpu_dev)
1039
1040 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1041 def test_Greater_gpu(self):

Callers

nothing calls this directly

Calls 1

_Greater_helperMethod · 0.95

Tested by

no test coverage detected