From 011ba3658266c1cd604e3a5f18ef7d541566817e Mon Sep 17 00:00:00 2001 From: zhangxiaokun Date: Wed, 8 Dec 2021 11:50:51 +0800 Subject: [PATCH] Unique "using Status = uint32_t" --- parser/common/tbe_plugin_loader.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/parser/common/tbe_plugin_loader.cc b/parser/common/tbe_plugin_loader.cc index e23598e..6173274 100644 --- a/parser/common/tbe_plugin_loader.cc +++ b/parser/common/tbe_plugin_loader.cc @@ -30,6 +30,7 @@ #include #include +#include "external/ge/ge_api_types.h" #include "common/util/error_manager/error_manager.h" #include "framework/common/debug/ge_log.h" #include "framework/common/string_util.h" @@ -40,10 +41,6 @@ namespace ge { std::map TBEPluginLoader::options_ = {}; -namespace { -const std::string FRAMEWORK_TYPE = "ge.frameworkType"; -} - // Get Singleton Instance FMK_FUNC_HOST_VISIBILITY FMK_FUNC_DEV_VISIBILITY TBEPluginLoader &TBEPluginLoader::Instance() { static TBEPluginLoader instance_ptr_;