(self)
| 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): |
nothing calls this directly
no test coverage detected