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

fix inference build on mac
release/0.13.0
Tao Luo 8 years ago committed by GitHub
commit f5759bc4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save