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

Method test_max_1inputs_gpu

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

Source from the content-addressed store, hash-verified

1632
1633 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1634 def test_max_1inputs_gpu(self):
1635 self._max_1inputs_helper(gpu_dev)
1636
1637 def _Div_helper(self, dev):
1638 X0 = np.array([7, -5, 0.2, -0.1, 0.3, 4]).reshape(3,

Callers

nothing calls this directly

Calls 1

_max_1inputs_helperMethod · 0.95

Tested by

no test coverage detected