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

Method test_where_gpu

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

Source from the content-addressed store, hash-verified

3479
3480 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3481 def test_where_gpu(self):
3482 self.where_helper(gpu_dev)
3483
3484 def rounde_helper(self, dev):
3485 X = np.array([

Callers

nothing calls this directly

Calls 1

where_helperMethod · 0.95

Tested by

no test coverage detected