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

Method test_min_gpu

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

Source from the content-addressed store, hash-verified

1404
1405 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1406 def test_min_gpu(self):
1407 self._min_helper(gpu_dev)
1408
1409 def _shape_helper(self, dev):
1410 x = np.array([0.1, -1.0, 0.4, 4.0, -0.9,

Callers

nothing calls this directly

Calls 1

_min_helperMethod · 0.95

Tested by

no test coverage detected