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

Method test_upsample_cpu

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

Source from the content-addressed store, hash-verified

3374 self.check_shape(dx.shape(), tuple(X.shape))
3375
3376 def test_upsample_cpu(self):
3377 self.upsample_helper(cpu_dev)
3378
3379 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3380 def test_upsample_gpu(self):

Callers

nothing calls this directly

Calls 1

upsample_helperMethod · 0.95

Tested by

no test coverage detected