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

Method test_max_1inputs_cpu

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

Source from the content-addressed store, hash-verified

1628 decimal=5)
1629
1630 def test_max_1inputs_cpu(self):
1631 self._max_1inputs_helper(cpu_dev)
1632
1633 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1634 def test_max_1inputs_gpu(self):

Callers

nothing calls this directly

Calls 1

_max_1inputs_helperMethod · 0.95

Tested by

no test coverage detected