提交 01c5b36f 编写于 作者: L liuqi

Remove internal strings and typo.

上级 31c4754f
......@@ -23,7 +23,7 @@ import jinja2
FLAGS = None
encrypt_lookup_table = "Xiaomi-AI-Platform-Mace"
encrypt_lookup_table = "Mobile-AI-Compute-Engine"
def encrypt_code(code_str):
......
......@@ -76,7 +76,7 @@ inline std::string ObfuscateString(const std::string &src,
// ObfuscateString(ObfuscateString(str)) ==> str
inline std::string ObfuscateString(const std::string &src) {
// Keep consistent with obfuscation in python tools
return ObfuscateString(src, "Xiaomi-AI-Platform-Mace");
return ObfuscateString(src, "Mobile-AI-Compute-Engine");
}
// Obfuscate synbol or path string
......
......@@ -1246,7 +1246,7 @@ def parse_args():
build_run_parent_parser.add_argument(
'--address_sanitizer',
action="store_true",
help="Whether to use valgrind to check memory error")
help="Whether to use address sanitizer to check memory error")
run_bm_parent_parser = argparse.ArgumentParser(add_help=False)
run_bm_parent_parser.add_argument(
"--omp_num_threads",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册