(self, dev=cpu_dev)
| 582 | np.testing.assert_array_almost_equal(tensor.to_numpy(y), a_np - b_np) |
| 583 | |
| 584 | def test_kint_kint_cpu(self, dev=cpu_dev): |
| 585 | self._kint_kint(cpu_dev) |
| 586 | |
| 587 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 588 | def test_kint_kint_gpu(self, dev=gpu_dev): |
nothing calls this directly
no test coverage detected