未验证 提交 38186a0a 编写于 作者: K Kaipeng Deng 提交者: GitHub

Merge branch 'master' into add_metric

......@@ -76,6 +76,7 @@ def extract_args(func):
class Input(fluid.dygraph.Layer):
def __init__(self, shape=None, dtype=None, name=None):
super(Input, self).__init__()
self.shape = shape
self.dtype = dtype
self.name = name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册