(self)
| 1602 | decimal=5) |
| 1603 | |
| 1604 | def test_max_3inputs_cpu(self): |
| 1605 | self._max_3inputs_helper(cpu_dev) |
| 1606 | |
| 1607 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1608 | def test_max_3inputs_gpu(self): |
nothing calls this directly
no test coverage detected