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

Function parse_float_array

tools/python/utils/config_parser.py:226–227  ·  view source on GitHub ↗
(xs)

Source from the content-addressed store, hash-verified

224
225
226def parse_float_array(xs):
227 return [float(x) for x in xs.split(",")]
228
229
230def normalize_input_data_types(conf, input_count):

Callers 1

normalize_graph_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected