Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ _tuple_to_string
Function
_tuple_to_string
test/python/test_onnx.py:42–44 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
40
41
42
def
_tuple_to_string(t):
43
lt = [str(x)
for
x in t]
44
return
'('
+
', '
.join(lt) +
')'
45
46
47
class
TestPythonOnnx(unittest.TestCase):
Callers
1
check_shape
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected