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

Method test_reshape_cpu

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

Source from the content-addressed store, hash-verified

1515 decimal=5)
1516
1517 def test_reshape_cpu(self):
1518 self._reshape_helper(cpu_dev)
1519
1520 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1521 def test_reshape_gpu(self):

Callers

nothing calls this directly

Calls 1

_reshape_helperMethod · 0.95

Tested by

no test coverage detected