forked from huawei/mindspore2022
fixes:I3BIM8
bprop graph of resnet50 has a Redundancy Reshape op.
This commit is contained in:
parent
3b75c665ac
commit
8ee9abf762
|
|
@ -168,6 +168,7 @@ FuncGraphPtr BpropGraphFinalOptPass(const ResourcePtr &res) {
|
|||
irpass.inline_,
|
||||
irpass.item_tuple_or_list_eliminate_,
|
||||
irpass.depend_value_elim_,
|
||||
irpass.reshape_eliminate_,
|
||||
});
|
||||
|
||||
OptPassGroupMap map({{"ad_final_opt_", bg_final_opt_}});
|
||||
|
|
|
|||
Loading…
Reference in New Issue