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

Method test_rounde_cpu

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

Source from the content-addressed store, hash-verified

3499 np.testing.assert_array_almost_equal(tensor.to_numpy(y), y_t)
3500
3501 def test_rounde_cpu(self):
3502 self.rounde_helper(cpu_dev)
3503
3504 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3505 def test_rounde_gpu(self):

Callers

nothing calls this directly

Calls 1

rounde_helperMethod · 0.95

Tested by

no test coverage detected