MCPcopy 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
84def 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
89def make():

Callers 1

setup.pyFile · 0.85

Calls 3

make_argsFunction · 0.85
stripMethod · 0.80
decodeMethod · 0.45

Tested by

no test coverage detected