(self)
| 241 | _run_test(dev, [2, 2, 2, 2], -4, [1, 16]) |
| 242 | |
| 243 | def test_softmax_api_cpu(self): |
| 244 | self._softmax_api_helper(cpu_dev) |
| 245 | |
| 246 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 247 | def test_softmax_api_gpu(self): |
nothing calls this directly
no test coverage detected