提交 3789090b 编写于 作者: C Channingss

change output of sum

上级 5da2aa6b
......@@ -400,7 +400,7 @@ class OpSet9(object):
def sum(self, op, block):
node = helper.make_node(
'Sum', inputs=op.input('X'), outputs=op.output('Y'))
'Sum', inputs=op.input('X'), outputs=op.output('Out'))
return node
def depthwise_conv2d(self, op, block):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册