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

Method test_SeparableConv2d_gpu

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

Source from the content-addressed store, hash-verified

320
321 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
322 def test_SeparableConv2d_gpu(self):
323 self._SeparableConv2d_helper(gpu_dev)
324
325 def _batchnorm2d_helper(self, dev):
326 batchnorm_0 = layer.BatchNorm2d(3)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected