diff --git a/mindspore/ccsrc/pipeline/pynative/pynative_execute.cc b/mindspore/ccsrc/pipeline/pynative/pynative_execute.cc index 953ca5fefdd..e22f2593844 100644 --- a/mindspore/ccsrc/pipeline/pynative/pynative_execute.cc +++ b/mindspore/ccsrc/pipeline/pynative/pynative_execute.cc @@ -413,7 +413,7 @@ void GetSingleOpGraphInfo(const OpExecInfoPtr &op_exec_info, const std::vectorGetPyObj()); + buf << "_" << std::to_string(op_prim->id()); } graph_info = buf.str();