Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
def
_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
45
def
_parse_inference_type(value, flag):
Callers
1
_get_toco_converter
Function · 0.85
Calls
1
split
Method · 0.45
Tested by
no test coverage detected