MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _parse_array

Function _parse_array

tensorflow/lite/python/tflite_convert.py:33–36  ·  view source on GitHub ↗
(values, type_fn=str)

Source from the content-addressed store, hash-verified

31
32
33def _parse_array(values, type_fn=str):
34 if values is not None:
35 return [type_fn(val) for val in values.split(",") if val]
36 return None
37
38
39def _parse_set(values):

Callers 2

_get_toco_converterFunction · 0.85
_convert_tf1_modelFunction · 0.85

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected