diff --git a/ge/ir_build/ge_ir_build.cc b/ge/ir_build/ge_ir_build.cc index 747a1ec7..62684e3a 100644 --- a/ge/ir_build/ge_ir_build.cc +++ b/ge/ir_build/ge_ir_build.cc @@ -64,7 +64,7 @@ const std::string kInputFormat = "input_format"; * @param cfg_path [IN] the config file path * @return graphStatus */ -typedef graphStatus (*SetOpAttrFun)(ComputeGraphPtr &graph, const std::string &cfg_path); +using SetOpAttrFun = graphStatus (*)(ComputeGraphPtr &graph, const std::string &cfg_path); const std::map kAttrTypeFuncMap = { {ATTR_TYPE_KEEP_DTYPE, KeepDtypeFunc},