Browse Source

fix

pull/307/head
wangxiaotian22 4 years ago
parent
commit
00fd894890
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/caffe/caffe_parser.cc

+ 1
- 1
parser/caffe/caffe_parser.cc View File

@@ -371,7 +371,7 @@ Status CaffeModelParser::ParseInput(domi::caffe::NetParameter &proto_message, bo
} else {
ErrorManager::GetInstance().ATCReportErrMessage("E11002");
GELOGE(FAILED, "[Check][Size]Model has no input.");
return PARAM_INVALID
return PARAM_INVALID;
}
return SUCCESS;
}


Loading…
Cancel
Save