(self)
| 114 | |
| 115 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 116 | def test_Greater_gpu(self): |
| 117 | self._greater_helper(gpu_dev) |
| 118 | |
| 119 | def _conv2d_helper(self, dev): |
| 120 | # (out_channels, kernel_size) |
nothing calls this directly
no test coverage detected