MCPcopy Create free account
hub / github.com/XiaoMi/mace / join_2d_array

Function join_2d_array

tools/python/run_micro.py:39–40  ·  view source on GitHub ↗
(xs)

Source from the content-addressed store, hash-verified

37
38
39def join_2d_array(xs):
40 return ":".join([",".join([str(y) for y in x]) for x in xs])
41
42
43def build_engine(model_name, data_type, debug_mode=False):

Callers 1

run_model_with_confFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected