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

Method test_gather_cpu

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

Source from the content-addressed store, hash-verified

3033 self.check_shape(dx.shape(), tuple(X.shape))
3034
3035 def test_gather_cpu(self):
3036 self.gather_test(cpu_dev)
3037
3038 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3039 def test_gather_gpu(self):

Callers

nothing calls this directly

Calls 1

gather_testMethod · 0.95

Tested by

no test coverage detected