提交 ffd5a832 编写于 作者: Q Qiao Longfei

fix code style

上级 55edfca2
......@@ -1237,8 +1237,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.
先完成此消息的编辑!
想要评论请 注册