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

Method test_gather_gpu

test/python/test_onnx.py:1854–1855  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1852
1853 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1854 def test_gather_gpu(self):
1855 self._gather_helper(gpu_dev)
1856
1857 def _tile_helper(self, dev):
1858 X = np.array([0, 1, 2]).astype(np.float32)

Callers

nothing calls this directly

Calls 1

_gather_helperMethod · 0.95

Tested by

no test coverage detected