Browse Source

Fix bug.

tags/v1.3.0
zhaozhixuan 4 years ago
parent
commit
2a0a6eaf2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/common/ge/tbe_plugin_manager.h

+ 1
- 1
ge/common/ge/tbe_plugin_manager.h View File

@@ -58,7 +58,7 @@ class TBEPluginManager {
const string &caffe_parser_so_suff, const string &aicpu_so_suff,
const string &aicpu_host_so_suff);
static void FindParserSo(const string &path, vector<string> &file_list, string &caffe_parser_path,
int32_t recursive_depth = 0);
int recursive_depth = 0);
static void GetPluginSoFileList(const string &path, vector<string> &file_list, string &caffe_parser_path);
static void GetCustomOpPath(std::string &customop_path);
void LoadCustomOpLib();


Loading…
Cancel
Save