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

Method test_ceil_cpu

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

Source from the content-addressed store, hash-verified

2875 decimal=5)
2876
2877 def test_ceil_cpu(self):
2878 self.ceil_test(cpu_dev)
2879
2880 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2881 def test_ceil_gpu(self):

Callers

nothing calls this directly

Calls 1

ceil_testMethod · 0.95

Tested by

no test coverage detected