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

Method test_conv2d_cpu

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

Source from the content-addressed store, hash-verified

140 self.check_shape(y_without_bias.shape, (2, 1, 2, 2))
141
142 def test_conv2d_cpu(self):
143 self._conv2d_helper(cpu_dev)
144
145 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
146 def test_conv2d_gpu(self):

Callers

nothing calls this directly

Calls 1

_conv2d_helperMethod · 0.95

Tested by

no test coverage detected