diff --git a/mindspore/ops/_op_impl/tbe/in_top_k.py b/mindspore/ops/_op_impl/tbe/in_top_k.py index dc87df21cd..46d7258e2a 100644 --- a/mindspore/ops/_op_impl/tbe/in_top_k.py +++ b/mindspore/ops/_op_impl/tbe/in_top_k.py @@ -23,7 +23,6 @@ in_top_k_op_info = TBERegOp("InTopK") \ .compute_cost(10) \ .kernel_name("in_top_k") \ .partial_flag(True) \ - .need_check_supported(True) \ .attr("k", "required", "int", "all") \ .input(0, "x1", False, "required", "all") \ .input(1, "x2", False, "required", "all") \