Browse Source

!11900 remove useless code of InplaceUpdate

From: @wangshuide2020
Reviewed-by: @liangchenghui,@baochong,@wuxuejian
Signed-off-by: @liangchenghui,@baochong
pull/11900/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
fa5bda0160
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindspore/ops/_op_impl/tbe/inplace_update.py

+ 0
- 1
mindspore/ops/_op_impl/tbe/inplace_update.py View File

@@ -23,7 +23,6 @@ inplace_update_op_info = TBERegOp("InplaceUpdate") \
.compute_cost(10) \
.kernel_name("inplace_update_d") \
.partial_flag(True) \
.need_check_supported(True) \
.attr("indices", "required", "listInt", "all") \
.input(0, "x", False, "required", "all") \
.input(1, "v", False, "required", "all") \


Loading…
Cancel
Save