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

Method test_ceil_gpu

test/python/test_tensor.py:402–403  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

400
401 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
402 def test_ceil_gpu(self):
403 self._ceil_helper(gpu_dev)
404
405 def _astype_helper(self, dev):
406 shape1 = [2, 3]

Callers

nothing calls this directly

Calls 1

_ceil_helperMethod · 0.95

Tested by

no test coverage detected