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

Method test_matmul_cpu

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

Source from the content-addressed store, hash-verified

260 decimal=5)
261
262 def test_matmul_cpu(self):
263 self._matmul_helper(cpu_dev)
264
265 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
266 def test_matmul_gpu(self):

Callers

nothing calls this directly

Calls 1

_matmul_helperMethod · 0.95

Tested by

no test coverage detected