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

Method test_max_3inputs_cpu

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

Source from the content-addressed store, hash-verified

1602 decimal=5)
1603
1604 def test_max_3inputs_cpu(self):
1605 self._max_3inputs_helper(cpu_dev)
1606
1607 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1608 def test_max_3inputs_gpu(self):

Callers

nothing calls this directly

Calls 1

_max_3inputs_helperMethod · 0.95

Tested by

no test coverage detected