(self)
| 460 | np.testing.assert_array_almost_equal(tensor.to_numpy(self.b1), self.B1) |
| 461 | |
| 462 | def test_forward_cpu(self): |
| 463 | self._forward_helper(cpu_dev, False, True, False) |
| 464 | |
| 465 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 466 | def test_forward_gpu(self): |
nothing calls this directly
no test coverage detected