Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ test_Sin_cpu
Method
test_Sin_cpu
test/python/test_onnx.py:527–528 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
525
decimal=5)
526
527
def
test_Sin_cpu(self):
528
self._Sin_helper(cpu_dev)
529
530
@unittest.skipIf(not singa_api.USE_CUDA,
'CUDA is not enabled'
)
531
def
test_Sin_gpu(self):
Callers
nothing calls this directly
Calls
1
_Sin_helper
Method · 0.95
Tested by
no test coverage detected