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_;