MCPcopy Create free account
hub / github.com/XiaoMi/mace / set_devices

Method set_devices

tools/python/utils/device.py:253–254  ·  view source on GitHub ↗
(devices)

Source from the content-addressed store, hash-verified

251
252 @staticmethod
253 def set_devices(devices):
254 ArmLinuxDevice.devices = devices
255
256 def install(self, target, install_dir, install_deps=False):
257 install_dir = os.path.abspath(install_dir)

Callers 2

run_target.pyFile · 0.80
run_modelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected