(self)
| 2716 | decimal=5) |
| 2717 | |
| 2718 | def test_constantOfShape_cpu(self): |
| 2719 | self.constantOfShape_test(cpu_dev) |
| 2720 | |
| 2721 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2722 | def test_constantOfShape_gpu(self): |
nothing calls this directly
no test coverage detected