提交 7783e857 编写于 作者: W wuzewu

change pb file name

上级 51d5bfa9
......@@ -87,6 +87,6 @@ def create_module(sign_arr, program, path=None, assets=None):
# save to dist
data = module.SerializeToString()
metafile = os.path.join(path, "meta.pb")
metafile = os.path.join(path, "module_desc.pb")
with open(metafile, "wb") as f:
f.write(data)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册