Browse Source

dynamic shape inference support

pull/1231/head
lichun 5 years ago
parent
commit
6365cbdf33
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/executor/ge_executor.cc

+ 1
- 1
ge/executor/ge_executor.cc View File

@@ -209,7 +209,7 @@ static void InitOpsProtoManager() {
string file_path = RealPath(path.c_str());
if (file_path.empty()) {
GELOGE(FAILED, "[Check][EnvPath]ASCEND_OPP_PATH path [%s] is invalid.", path.c_str());
REPORT_INPUT_ERROR("E68016", {"ASCEND_OPP_PATH",path});
REPORT_INPUT_ERROR("E68016", {"ASCEND_OPP_PATH", path});
return;
}
opsproto_path = (path + "/op_proto/custom/" + ":") + (path + "/op_proto/built-in/");


Loading…
Cancel
Save