!1212 fixed sc warning

From: @li-lei0106
Reviewed-by: @ji_chen,@xchu42
Signed-off-by: @ji_chen
pull/1212/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit a7532b54b0

@ -64,7 +64,7 @@ const std::string kInputFormat = "input_format";
* @param cfg_path [IN] the config file path * @param cfg_path [IN] the config file path
* @return graphStatus * @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<aclgrphAttrType, SetOpAttrFun> kAttrTypeFuncMap = { const std::map<aclgrphAttrType, SetOpAttrFun> kAttrTypeFuncMap = {
{ATTR_TYPE_KEEP_DTYPE, KeepDtypeFunc}, {ATTR_TYPE_KEEP_DTYPE, KeepDtypeFunc},

Loading…
Cancel
Save