1、源码编译文档
https://paddle-inference.readthedocs.io/en/master/user_guides/source_compile.html
2、编译选项
3、如何编译paddle inference lib库
编译时,打开-DON_INFER=ON,就会在make时自动make inference_lib_dist,编译出
如不打开,则只会编译paddlepaddle的python whl包。其他内容不会整理打包。
1、源码编译文档
https://paddle-inference.readthedocs.io/en/master/user_guides/source_compile.html
2、编译选项
3、如何编译paddle inference lib库
编译时,打开-DON_INFER=ON,就会在make时自动make inference_lib_dist,编译出
如不打开,则只会编译paddlepaddle的python whl包。其他内容不会整理打包。