(self)
| 1515 | decimal=5) |
| 1516 | |
| 1517 | def test_reshape_cpu(self): |
| 1518 | self._reshape_helper(cpu_dev) |
| 1519 | |
| 1520 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1521 | def test_reshape_gpu(self): |
nothing calls this directly
no test coverage detected