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

Method test_cpu_scatter_elements

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

Source from the content-addressed store, hash-verified

2969 self.check_shape(dx.shape(), data.shape)
2970
2971 def test_cpu_scatter_elements(self):
2972 self._test_scatter_elements(cpu_dev)
2973
2974 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2975 def test_gpu_scatter_elements(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected