未验证 提交 f5759bc4 编写于 作者: T Tao Luo 提交者: GitHub

Merge pull request #11007 from jacquesqiao/fix-inference-build-on-mac

fix inference build on mac
......@@ -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.
先完成此消息的编辑!
想要评论请 注册