(self)
| 1428 | decimal=5) |
| 1429 | |
| 1430 | def test_shape_cpu(self): |
| 1431 | self._shape_helper(cpu_dev) |
| 1432 | |
| 1433 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1434 | def test_shape_gpu(self): |
nothing calls this directly
no test coverage detected