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

Method test_floor_cpu

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

Source from the content-addressed store, hash-verified

695 tensor.to_numpy(_cTensor_to_pyTensor(t2_ct)), np2)
696
697 def test_floor_cpu(self):
698 self._floor_helper(cpu_dev)
699
700 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
701 def test_floor_gpu(self):

Callers

nothing calls this directly

Calls 1

_floor_helperMethod · 0.95

Tested by

no test coverage detected