提交 0e816bb5 编写于 作者: S ShawnXuan

add fuse add and model update

上级 2f68c17c
......@@ -175,5 +175,7 @@ def GetFunctionConfig(args):
config.enable_auto_mixed_precision(args.use_fp16)
if args.use_xla:
config.use_xla_jit(True)
config.enable_fuse_add_to_output(True)
config.enable_fuse_model_update_ops(True)
return config
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册