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

Method test_matmul_gpu

test/python/test_onnx.py:266–267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264
265 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
266 def test_matmul_gpu(self):
267 self._matmul_helper(gpu_dev)
268
269 def _max_pool_helper(self, dev):
270 x = tensor.Tensor(shape=(2, 3, 4, 4), device=dev)

Callers

nothing calls this directly

Calls 1

_matmul_helperMethod · 0.95

Tested by

no test coverage detected