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

Method test_max_cpu

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

Source from the content-addressed store, hash-verified

1368 decimal=5)
1369
1370 def test_max_cpu(self):
1371 self._max_helper(cpu_dev)
1372
1373 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1374 def test_max_gpu(self):

Callers

nothing calls this directly

Calls 1

_max_helperMethod · 0.95

Tested by

no test coverage detected