MCPcopy 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
42def _tuple_to_string(t):
43 lt = [str(x) for x in t]
44 return '(' + ', '.join(lt) + ')'
45
46
47class TestPythonOnnx(unittest.TestCase):

Callers 1

check_shapeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected