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

Method test_matmul_high_dim_gpu

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

Source from the content-addressed store, hash-verified

186
187 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
188 def test_matmul_high_dim_gpu(self):
189 self.matmul_high_dim_helper(gpu_dev)
190
191 def test_tensor_inplace_api(self):
192 """ tensor inplace methods alter internal state and also return self

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected