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

Function default_install_dir

tools/python/run_target.py:69–74  ·  view source on GitHub ↗
(target_abi)

Source from the content-addressed store, hash-verified

67
68
69def default_install_dir(target_abi):
70 install_dir = "/tmp/mace_run"
71 if target_abi == "armeabi-v7a" or target_abi == "arm64-v8a":
72 install_dir = "/data/local/tmp/mace_run"
73
74 return install_dir
75
76
77def parse_args():

Callers 1

run_target_originFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected