(self)
| 186 | |
| 187 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 188 | def test_matmul_high_dim_gpu(self): |
| 189 | self.matmul_high_dim_helper(gpu_dev) |
| 190 | |
| 191 | def test_tensor_inplace_api(self): |
| 192 | """ tensor inplace methods alter internal state and also return self |
nothing calls this directly
no test coverage detected