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

Method test_squeeze_cpu

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

Source from the content-addressed store, hash-verified

1743 tensor.to_numpy(y_t[0]).shape)
1744
1745 def test_squeeze_cpu(self):
1746 self._squeeze_helper(cpu_dev)
1747
1748 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1749 def test_squeeze_gpu(self):

Callers

nothing calls this directly

Calls 1

_squeeze_helperMethod · 0.95

Tested by

no test coverage detected