Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ make_output
Function
make_output
tensorflow/lite/tools/pip_package/setup.py:84–86 ·
view source on GitHub ↗
Invoke make on the target and return output.
(target)
Source
from the content-addressed store, hash-verified
82
83
84
def
make_output(target):
85
""
"Invoke make on the target and return output."
""
86
return
subprocess.check_output(make_args(target)).decode(
'utf-8'
).strip()
87
88
89
def
make():
Callers
1
setup.py
File · 0.85
Calls
3
make_args
Function · 0.85
strip
Method · 0.80
decode
Method · 0.45
Tested by
no test coverage detected