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

Method test_round_even_cpu

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

Source from the content-addressed store, hash-verified

899 tensor.to_numpy(y))
900
901 def test_round_even_cpu(self):
902 self._round_even(cpu_dev)
903
904 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
905 def test_round_even_gpu(self):

Callers

nothing calls this directly

Calls 1

_round_evenMethod · 0.95

Tested by

no test coverage detected