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

Method test_unsqueeze_cpu

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

Source from the content-addressed store, hash-verified

1325 decimal=5)
1326
1327 def test_unsqueeze_cpu(self):
1328 self._unsqueeze_helper(cpu_dev)
1329
1330 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1331 def test_unsqueeze_gpu(self):

Callers

nothing calls this directly

Calls 1

_unsqueeze_helperMethod · 0.95

Tested by

no test coverage detected