(self)
| 1311 | |
| 1312 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1313 | def test_mul_gpu(self): |
| 1314 | self._mul_helper(gpu_dev) |
| 1315 | |
| 1316 | def _transpose_helper(self, dev): |
| 1317 | x = np.random.randn(3, 2, 1) |
nothing calls this directly
no test coverage detected