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

Method test_avg_pool_cpu

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

Source from the content-addressed store, hash-verified

120 decimal=5)
121
122 def test_avg_pool_cpu(self):
123 self._avg_pool_helper(cpu_dev)
124
125 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
126 def test_avg_pool_gpu(self):

Callers

nothing calls this directly

Calls 1

_avg_pool_helperMethod · 0.95

Tested by

no test coverage detected