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

Method test_pooling1d_same_pad_cpu

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

Source from the content-addressed store, hash-verified

241 self._pooling_same_pad(gpu_dev, "SAME_UPPER", True)
242
243 def test_pooling1d_same_pad_cpu(self):
244 self._pooling_same_pad(cpu_dev, "SAME_LOWER", False)
245 self._pooling_same_pad(cpu_dev, "SAME_UPPER", False)
246
247 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
248 def test_pooling1d_same_pad_gpu(self):

Callers

nothing calls this directly

Calls 1

_pooling_same_padMethod · 0.95

Tested by

no test coverage detected