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

Method test_transpose_cpu

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

Source from the content-addressed store, hash-verified

1336 decimal=5)
1337
1338 def test_transpose_cpu(self):
1339 self._transpose_helper(cpu_dev)
1340
1341 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1342 def test_transpose_gpu(self):

Callers

nothing calls this directly

Calls 1

_transpose_helperMethod · 0.95

Tested by

no test coverage detected