Browse Source

Unique "using Status = uint32_t"

pull/420/head
zhangxiaokun 4 years ago
parent
commit
6bef176f8a
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      parser/common/tbe_plugin_loader.cc

+ 1
- 4
parser/common/tbe_plugin_loader.cc View File

@@ -30,6 +30,7 @@
#include <memory> #include <memory>
#include <string> #include <string>


#include "external/ge/ge_api_types.h"
#include "common/util/error_manager/error_manager.h" #include "common/util/error_manager/error_manager.h"
#include "framework/common/debug/ge_log.h" #include "framework/common/debug/ge_log.h"
#include "framework/common/string_util.h" #include "framework/common/string_util.h"
@@ -40,10 +41,6 @@
namespace ge { namespace ge {
std::map<string, string> TBEPluginLoader::options_ = {}; std::map<string, string> TBEPluginLoader::options_ = {};


namespace {
const std::string FRAMEWORK_TYPE = "ge.frameworkType";
}

// Get Singleton Instance // Get Singleton Instance
FMK_FUNC_HOST_VISIBILITY FMK_FUNC_DEV_VISIBILITY TBEPluginLoader &TBEPluginLoader::Instance() { FMK_FUNC_HOST_VISIBILITY FMK_FUNC_DEV_VISIBILITY TBEPluginLoader &TBEPluginLoader::Instance() {
static TBEPluginLoader instance_ptr_; static TBEPluginLoader instance_ptr_;


Loading…
Cancel
Save