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

Method test_transpose_gpu

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

Source from the content-addressed store, hash-verified

1389
1390 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1391 def test_transpose_gpu(self):
1392 self._transpose_helper(gpu_dev)
1393
1394 def _Sign_helper(self, dev):
1395 X = np.array([0.8, -1.2, 3.3, -3.6, -0.5,

Callers

nothing calls this directly

Calls 1

_transpose_helperMethod · 0.95

Tested by

no test coverage detected