提交 21464f94 编写于 作者: B buxue

add attr for Conv2dBackpropInput

上级 311b7e71
......@@ -27,6 +27,8 @@ conv2d_backprop_input_op_info = TBERegOp("Conv2DBackpropInput") \
.attr("stride", "required", "listInt", "all") \
.attr("pad_list", "required", "listInt", "all") \
.attr("dilation", "required", "listInt", "all") \
.attr("group", "optional", "int", "all") \
.attr("data_format", "optional", "str", "all") \
.input(0, "out_backprop", False, "required", "all") \
.input(1, "filter", False, "required", "all") \
.output(0, "y", True, "required", "all") \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册