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

Method test_squeeze_cpu

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

Source from the content-addressed store, hash-verified

1699 decimal=5)
1700
1701 def test_squeeze_cpu(self):
1702 self._squeeze_helper(cpu_dev)
1703
1704 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1705 def test_squeeze_gpu(self):

Callers

nothing calls this directly

Calls 1

_squeeze_helperMethod · 0.95

Tested by

no test coverage detected