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

Method test_mul_gpu

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

Source from the content-addressed store, hash-verified

1311
1312 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1313 def test_mul_gpu(self):
1314 self._mul_helper(gpu_dev)
1315
1316 def _transpose_helper(self, dev):
1317 x = np.random.randn(3, 2, 1)

Callers

nothing calls this directly

Calls 1

_mul_helperMethod · 0.95

Tested by

no test coverage detected