diff --git a/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_build.cc b/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_build.cc index f1227336b0..a691d0b741 100644 --- a/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_build.cc +++ b/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_build.cc @@ -123,7 +123,6 @@ bool TbeKernelJsonCreator::GenTbeSingleKernelJson(const std::shared_ptrcast()); auto func_name = op_info_ptr->kernel_name(); - op_info_json["graph_id"] = AnfAlgo::GetGraphId(anf_node.get()); op_info_json[kJName] = func_name; op_info_json[kJModuleName] = std::string("impl.") + func_name; op_info_json[kJPyModulePath] = kPyPath; @@ -161,6 +160,7 @@ bool TbeKernelJsonCreator::GenTbeSingleKernelJson(const std::shared_ptrfullname_with_scope();