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

Method test_pad_cpu

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

Source from the content-addressed store, hash-verified

3343 self.check_shape(dx3.shape(), (3, 2))
3344
3345 def test_pad_cpu(self):
3346 self.pad_helper(cpu_dev)
3347
3348 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3349 def test_pad_gpu(self):

Callers

nothing calls this directly

Calls 1

pad_helperMethod · 0.95

Tested by

no test coverage detected