未验证 提交 d629f6c4 编写于 作者: J Jason 提交者: GitHub

Merge pull request #345 from Channingss/prior_box

add op:sum
......@@ -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('Out'))
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.
先完成此消息的编辑!
想要评论请 注册