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

Method test_rounde_gpu

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

Source from the content-addressed store, hash-verified

3503
3504 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3505 def test_rounde_gpu(self):
3506 self.rounde_helper(gpu_dev)
3507
3508 def round_helper(self, dev):
3509 X = np.array([

Callers

nothing calls this directly

Calls 1

rounde_helperMethod · 0.95

Tested by

no test coverage detected