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

Function _parse_set

tensorflow/lite/python/tflite_convert.py:39–42  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

37
38
39def _parse_set(values):
40 if values is not None:
41 return set([item for item in values.split(",") if item])
42 return None
43
44
45def _parse_inference_type(value, flag):

Callers 1

_get_toco_converterFunction · 0.85

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected