Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XiaoMi/mace
/ join_2d_array
Function
join_2d_array
tools/python/run_model.py:53–54 ·
view source on GitHub ↗
(xs)
Source
from the content-addressed store, hash-verified
51
52
53
def
join_2d_array(xs):
54
return
":"
.join([
","
.join([str(y)
for
y in x])
for
x in xs])
55
56
57
def
build_engine(flags):
Callers
1
run_model_for_device
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected