Browse Source

!420 Unique "using Status = uint32_t"

Merge pull request !420 from 张晓昆/trunk_hi
pull/419/MERGE
i-robot Gitee 4 years ago
parent
commit
73f809af0a
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 <string>

#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<string, string> 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_;


Loading…
Cancel
Save