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

Method test_ceil_cpu

test/python/test_api.py:675–676  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

673 tensor.to_numpy(_cTensor_to_pyTensor(t2_ct)), np2)
674
675 def test_ceil_cpu(self):
676 self._ceil_helper(cpu_dev)
677
678 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
679 def test_ceil_gpu(self):

Callers

nothing calls this directly

Calls 1

_ceil_helperMethod · 0.95

Tested by

no test coverage detected