提交 97c10e3e 编写于 作者: D DannyIsFunny

test=develop

上级 bf1066ab
...@@ -103,10 +103,6 @@ std::vector<std::string> CxxPaddleApiImpl::GetParamNames() { ...@@ -103,10 +103,6 @@ std::vector<std::string> CxxPaddleApiImpl::GetParamNames() {
return raw_predictor_->GetParamNames(); return raw_predictor_->GetParamNames();
} }
std::vector<std::string> CxxPaddleApiImpl::GetParamNames() {
return raw_predictor_.GetParamNames();
}
std::vector<std::string> CxxPaddleApiImpl::GetOutputNames() { std::vector<std::string> CxxPaddleApiImpl::GetOutputNames() {
return raw_predictor_->GetOutputNames(); return raw_predictor_->GetOutputNames();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册