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

Method test_SeparableConv2d_cpu

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

Source from the content-addressed store, hash-verified

316 self.check_shape(dW_spacial.shape(), (in_channels, 1, 3, 3))
317
318 def test_SeparableConv2d_cpu(self):
319 self._SeparableConv2d_helper(cpu_dev)
320
321 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
322 def test_SeparableConv2d_gpu(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected