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

Method test_reshape_gpu

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

Source from the content-addressed store, hash-verified

1519
1520 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1521 def test_reshape_gpu(self):
1522 self._reshape_helper(gpu_dev)
1523
1524 def _max_helper(self, dev):
1525 X0 = np.array([0.1, 0.2, 2.0, 0.0, 0.1,

Callers

nothing calls this directly

Calls 1

_reshape_helperMethod · 0.95

Tested by

no test coverage detected