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

Method test_transpose_gpu

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

Source from the content-addressed store, hash-verified

1340
1341 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1342 def test_transpose_gpu(self):
1343 self._transpose_helper(gpu_dev)
1344
1345 def _max_helper(self, dev):
1346 X0 = np.array([0.1, 0.2, 2.0, 0.0, 0.1,

Callers

nothing calls this directly

Calls 1

_transpose_helperMethod · 0.95

Tested by

no test coverage detected