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

Function make

tensorflow/lite/tools/pip_package/setup.py:89–95  ·  view source on GitHub ↗

Invoke make to build tflite C++ sources. Build dependencies: apt-get install swig libjpeg-dev zlib1g-dev python3-dev python3-nump

()

Source from the content-addressed store, hash-verified

87
88
89def make():
90 """Invoke make to build tflite C++ sources.
91
92 Build dependencies:
93 apt-get install swig libjpeg-dev zlib1g-dev python3-dev python3-nump
94 """
95 subprocess.check_call(make_args(quiet=False))
96
97
98def download_dependencies():

Callers 15

mainFunction · 0.85
runMethod · 0.85
LoadSavedModelFunction · 0.85
TestShapeFunction · 0.85
NewPartialRunMethod · 0.85
newCRunArgsFunction · 0.85
toGoMethod · 0.85
newTensorFromCFunction · 0.85
AddGradientsMethod · 0.85
AddOperationMethod · 0.85
setAttrFunction · 0.85
ScalarShapeFunction · 0.85

Calls 1

make_argsFunction · 0.85

Tested by 2

TestShapeFunction · 0.68
forceGCFunction · 0.68