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

Method test_max_pool_cpu

test/python/test_onnx.py:287–288  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285 decimal=5)
286
287 def test_max_pool_cpu(self):
288 self._max_pool_helper(cpu_dev)
289
290 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
291 def test_max_pool_gpu(self):

Callers

nothing calls this directly

Calls 1

_max_pool_helperMethod · 0.95

Tested by

no test coverage detected