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

Method test_slice_gpu

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

Source from the content-addressed store, hash-verified

2850
2851 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2852 def test_slice_gpu(self):
2853 self.slice_test(gpu_dev)
2854
2855 def ceil_test(self, dev):
2856 X = np.array([-1.5, 1.2]).astype(np.float32)

Callers

nothing calls this directly

Calls 1

slice_testMethod · 0.95

Tested by

no test coverage detected