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

Method test_conv1d_same_pad_gpu

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

Source from the content-addressed store, hash-verified

198
199 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
200 def test_conv1d_same_pad_gpu(self):
201 self._conv_same_pad(gpu_dev, "SAME_LOWER", False)
202 self._conv_same_pad(gpu_dev, "SAME_UPPER", False)
203
204 def _pooling_same_pad(self, dev, pad_mode, is_2d):
205 if is_2d:

Callers

nothing calls this directly

Calls 1

_conv_same_padMethod · 0.95

Tested by

no test coverage detected