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

Method test_4d_matmul_gpu

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

Source from the content-addressed store, hash-verified

485
486 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
487 def test_4d_matmul_gpu(self):
488 self._4d_matmul_helper(gpu_dev)
489
490 def _matmul_transpose_helper(self, dev):
491

Callers

nothing calls this directly

Calls 1

_4d_matmul_helperMethod · 0.95

Tested by

no test coverage detected