提交 5da2aa6b 编写于 作者: C Channingss

add op:sum

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