(self, dev=cpu_dev)
| 607 | np.testing.assert_array_almost_equal(tensor.to_numpy(y), a_np - b_np) |
| 608 | |
| 609 | def test_kint_kint_bc_cpu(self, dev=cpu_dev): |
| 610 | self._kint_kint_bc(cpu_dev) |
| 611 | |
| 612 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 613 | def test_kint_kint_bc_gpu(self, dev=gpu_dev): |
nothing calls this directly
no test coverage detected