(self)
| 2897 | np.testing.assert_array_almost_equal(tensor.to_numpy(tensor.from_raw_tensor(dx)),DX,decimal=5) |
| 2898 | |
| 2899 | def test_floor_cpu(self): |
| 2900 | self.floor_test(cpu_dev) |
| 2901 | |
| 2902 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2903 | def test_floor_gpu(self): |
nothing calls this directly
no test coverage detected