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

Method test_expand_cpu

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

Source from the content-addressed store, hash-verified

3269 self.check_shape(dx2.shape(), tuple(shape))
3270
3271 def test_expand_cpu(self):
3272 self.expand_helper(cpu_dev)
3273
3274 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3275 def test_expand_gpu(self):

Callers

nothing calls this directly

Calls 1

expand_helperMethod · 0.95

Tested by

no test coverage detected