add attr for Conv2dBackpropInput

pull/1217/head
buxue 5 years ago
parent 311b7e71af
commit 21464f9401

@ -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