(self)
| 316 | self.check_shape(dW_spacial.shape(), (in_channels, 1, 3, 3)) |
| 317 | |
| 318 | def test_SeparableConv2d_cpu(self): |
| 319 | self._SeparableConv2d_helper(cpu_dev) |
| 320 | |
| 321 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 322 | def test_SeparableConv2d_gpu(self): |
nothing calls this directly
no test coverage detected