(self)
| 286 | |
| 287 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 288 | def test_tensor_arithmetic_op_broadcast_gpu(self): |
| 289 | self._tensor_arithmetic_op_broadcast_helper(gpu_dev) |
| 290 | |
| 291 | def _transpose_and_arithmetic_op_broadcast_helper(self, dev): |
| 292 |
nothing calls this directly
no test coverage detected