(self)
| 245 | |
| 246 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 247 | def test_softmax_api_gpu(self): |
| 248 | self._softmax_api_helper(gpu_dev) |
| 249 | |
| 250 | def _tensor_arithmetic_op_broadcast_helper(self, dev): |
| 251 |
nothing calls this directly
no test coverage detected