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

Method run

tensorflow/lite/tools/pip_package/setup.py:122–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120class CustomBuildPy(build_py, object):
121
122 def run(self):
123 self.run_command('build_ext')
124 return super(CustomBuildPy, self).run()
125
126
127LIB_TFLITE = 'tensorflow-lite'

Callers 15

runMethod · 0.45
mainFunction · 0.45
upgrade_schema.pyFile · 0.45
build_inputsFunction · 0.45
run_sessionFunction · 0.45
evaluate_saved_modelFunction · 0.45
mainFunction · 0.45
trainModelMethod · 0.45
getInferenceResultMethod · 0.45
trainModelMethod · 0.45

Calls

no outgoing calls

Tested by 9

trainModelMethod · 0.36
getInferenceResultMethod · 0.36
trainModelMethod · 0.36
getInferenceResultMethod · 0.36
trainModelMethod · 0.36
getInferenceResultMethod · 0.36
trainModelMethod · 0.36
getInferenceResultMethod · 0.36
test_image_generatorFunction · 0.36