(self)
| 1065 | decimal=5) |
| 1066 | |
| 1067 | def test_HardSigmoid_cpu(self): |
| 1068 | self._HardSigmoid_helper(cpu_dev) |
| 1069 | |
| 1070 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1071 | def test_HardSigmoid_gpu(self): |
nothing calls this directly
no test coverage detected