(self)
| 2901 | |
| 2902 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2903 | def test_floor_gpu(self): |
| 2904 | self.floor_test(gpu_dev) |
| 2905 | |
| 2906 | def _test_scatter_elements(self, dev): |
| 2907 | # testing witout axis |
nothing calls this directly
no test coverage detected