|
|
|
@ -4,7 +4,7 @@ Paddle 预测 API
|
|
|
|
|
为了更简单方便的预测部署,Fluid 提供了一套高层 API
|
|
|
|
|
用来隐藏底层不同的优化实现。
|
|
|
|
|
|
|
|
|
|
`预测库相关代码 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/contrib/inference>`__
|
|
|
|
|
`预测库相关代码 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/fluid/inference/api>`__
|
|
|
|
|
包括
|
|
|
|
|
|
|
|
|
|
- 头文件 ``paddle_inference_api.h`` 定义了所有的接口
|
|
|
|
@ -104,5 +104,5 @@ engine
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
- `inference
|
|
|
|
|
demos <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/contrib/inference/demo>`__
|
|
|
|
|
- `复杂单线程/多线程例子 <https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/contrib/inference/test_paddle_inference_api_impl.cc>`__
|
|
|
|
|
demos <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/fluid/inference/api/demo_ci>`__
|
|
|
|
|
- `复杂单线程/多线程例子 <https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/fluid/inference/api/api_impl_tester.cc>`__
|
|
|
|
|