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

Method test_cast_gpu

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

Source from the content-addressed store, hash-verified

1930
1931 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1932 def test_cast_gpu(self):
1933 self._cast_helper(gpu_dev)
1934
1935 def _onehot_helper(self, dev):
1936 axisValue = 1

Callers

nothing calls this directly

Calls 1

_cast_helperMethod · 0.95

Tested by

no test coverage detected