Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_clip_cpu
Method
test_clip_cpu
test/python/test_onnx.py:1245–1246 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1243
decimal=5)
1244
1245
def
test_clip_cpu(self):
1246
self._clip_helper(cpu_dev)
1247
1248
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
1249
def
test_clip_gpu(self):
Callers
nothing calls this directly
Calls
1
_clip_helper
Method · 0.95
Tested by
no test coverage detected