Browse Source

tmp

pull/1689/head
lianghuikang 4 years ago
parent
commit
d4d2f281dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/ir_build/ge_ir_build.cc

+ 1
- 1
ge/ir_build/ge_ir_build.cc View File

@@ -712,7 +712,7 @@ graphStatus aclgrphBuildModel(const ge::Graph &graph, const std::map<AscendStrin
std::map<std::string, std::string> tmp_build_options; std::map<std::string, std::string> tmp_build_options;
for (auto &option : build_options) { for (auto &option : build_options) {
if (option.first.GetString() == nullptr || option.second.GetString() == nullptr) { if (option.first.GetString() == nullptr || option.second.GetString() == nullptr) {
GELOGE(GRAPH_FAILED, "[Check][Options]AclgrphBuildInitialize option is nullptr.");
GELOGE(GRAPH_FAILED, "[Check][Options7]AclgrphBuildInitialize option is nullptr.");
return GRAPH_FAILED; return GRAPH_FAILED;
} }
std::string key = option.first.GetString(); std::string key = option.first.GetString();


Loading…
Cancel
Save