(self)
| 1726 | np.testing.assert_array_almost_equal(dx, grad, decimal=5) |
| 1727 | |
| 1728 | def test_shape_cpu(self): |
| 1729 | self._shape_helper(cpu_dev) |
| 1730 | |
| 1731 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1732 | def test_shape_gpu(self): |
nothing calls this directly
no test coverage detected