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

Method test_gpu_scatter_elements

test/python/test_operation.py:2975–2976  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2973
2974 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2975 def test_gpu_scatter_elements(self):
2976 self._test_scatter_elements(gpu_dev)
2977
2978 def split_test(self, dev):
2979 X = np.array([1., 2., 3., 4., 5., 6.]).astype(np.float32)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected