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

Method test_slice_gpu

test/python/test_onnx.py:1803–1804  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1801
1802 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1803 def test_slice_gpu(self):
1804 self._slice_helper(gpu_dev)
1805
1806 # # todo, we don't support muli outputs
1807 # def _split_helper(self, dev):

Callers

nothing calls this directly

Calls 1

_slice_helperMethod · 0.95

Tested by

no test coverage detected