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

fix code style test=develop

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