提交 d4cff07f 编写于 作者: Q qiaolongfei

fix inference build on mac

上级 c6a53261
......@@ -54,7 +54,7 @@ class PaddlePredictorImpl : public PaddlePredictor {
~PaddlePredictorImpl() override{};
private:
bool InitShared();
bool InitShared() override;
bool SetFeed(const std::vector<PaddleTensor> &input_datas,
std::vector<paddle::framework::LoDTensor> *feeds);
bool GetFetch(const std::vector<paddle::framework::LoDTensor> &fetchs,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册