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

Method test_conv2d_gpu

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

Source from the content-addressed store, hash-verified

144
145 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
146 def test_conv2d_gpu(self):
147 self._conv2d_helper(gpu_dev)
148
149 def _conv_same_pad(self, dev, pad_mode, is_2d):
150 if is_2d:

Callers

nothing calls this directly

Calls 1

_conv2d_helperMethod · 0.95

Tested by

no test coverage detected