Browse Source

add attr for Conv2dBackpropInput

tags/v0.3.0-alpha
buxue 6 years ago
parent
commit
21464f9401
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mindspore/ops/_op_impl/tbe/conv2d_backprop_input.py

+ 2
- 0
mindspore/ops/_op_impl/tbe/conv2d_backprop_input.py View File

@@ -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") \


Loading…
Cancel
Save