(self)
| 1635 | decimal=5) |
| 1636 | |
| 1637 | def test_constantOfShape_cpu(self): |
| 1638 | self._constantOfShape_helper(cpu_dev) |
| 1639 | |
| 1640 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1641 | def test_constantOfShape_gpu(self): |
nothing calls this directly
no test coverage detected