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

Method test_gemm_cpu

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

Source from the content-addressed store, hash-verified

2621 decimal=5)
2622
2623 def test_gemm_cpu(self):
2624 self._gemm_helper(cpu_dev)
2625
2626 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2627 def test_gemm_gpu(self):

Callers

nothing calls this directly

Calls 1

_gemm_helperMethod · 0.95

Tested by

no test coverage detected