MCPcopy Create free account
hub / github.com/apache/singa / test_tensor_arithmetic_op_broadcast_gpu

Method test_tensor_arithmetic_op_broadcast_gpu

test/python/test_api.py:288–289  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Tested by

no test coverage detected