提交 73451bb8 编写于 作者: Y yeliang2258

remove useless code

上级 57586e7e
...@@ -381,7 +381,6 @@ class PaddleGraph(object): ...@@ -381,7 +381,6 @@ class PaddleGraph(object):
"class {}(paddle.nn.Layer):".format(self.name), "class {}(paddle.nn.Layer):".format(self.name),
], ],
indent=0) indent=0)
print(self.inputs)
input_data_name = ', '.join(self.inputs) input_data_name = ', '.join(self.inputs)
self.init_func.extend(gen_codes(["def __init__(self):"], indent=1)) self.init_func.extend(gen_codes(["def __init__(self):"], indent=1))
self.init_func.extend( self.init_func.extend(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册