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

Method test_gemm_gpu

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

Source from the content-addressed store, hash-verified

2625
2626 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2627 def test_gemm_gpu(self):
2628 self._gemm_helper(gpu_dev)
2629
2630 def globalaveragepool_channel_first(self, dev):
2631 X = np.array([[[

Callers

nothing calls this directly

Calls 1

_gemm_helperMethod · 0.95

Tested by

no test coverage detected