提交 93f173db 编写于 作者: Q Qiao Longfei

code format test=develop

上级 f4df0cb1
......@@ -1215,8 +1215,9 @@ to transpile() call.")
# create table param and grad var in pserver program
# create table optimize block in pserver program
table_opt_op = [
op for op in self.optimize_ops if 'Param' in op.input_names and
op.input("Param")[0] == self.table_name
op for op in self.optimize_ops
if 'Param' in op.input_names and op.input("Param")[0] ==
self.table_name
][0]
origin_param_var = self.origin_program.global_block().vars[
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册