Browse Source

remove useless code of InplaceUpdate

pull/11900/head
wangshuide2020 5 years ago
parent
commit
8aff0965c6
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