Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
def
_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
39
def
_parse_set(values):
Callers
2
_get_toco_converter
Function · 0.85
_convert_tf1_model
Function · 0.85
Calls
1
split
Method · 0.45
Tested by
no test coverage detected