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

Method test_round_even_gpu

test/python/test_api.py:905–906  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

903
904 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
905 def test_round_even_gpu(self):
906 self._round_even(gpu_dev)
907
908 def _round_even(self, dev=gpu_dev):
909 q=np.array([0.1, 0.5, 0.9, 1.2, 1.5,

Callers

nothing calls this directly

Calls 1

_round_evenMethod · 0.95

Tested by

no test coverage detected