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_operation.py:38–40 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
36
37
38
def
_tuple_to_string(t):
39
lt = [str(x)
for
x in t]
40
return
'('
+
', '
.join(lt) +
')'
41
42
43
def
axis_helper(y_shape, x_shape):
Callers
1
check_shape
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected