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

Method test_max_gpu

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

Source from the content-addressed store, hash-verified

1372
1373 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1374 def test_max_gpu(self):
1375 self._max_helper(gpu_dev)
1376
1377 def _min_helper(self, dev):
1378 X0 = np.array([0.1, 0.2, 2.0, 0.0, 0.1,

Callers

nothing calls this directly

Calls 1

_max_helperMethod · 0.95

Tested by

no test coverage detected