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

Method test_floor_gpu

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

Source from the content-addressed store, hash-verified

2901
2902 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2903 def test_floor_gpu(self):
2904 self.floor_test(gpu_dev)
2905
2906 def _test_scatter_elements(self, dev):
2907 # testing witout axis

Callers

nothing calls this directly

Calls 1

floor_testMethod · 0.95

Tested by

no test coverage detected