File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/fluid/new_docs/advanced_usage/deploy Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Paddle 预测 API
4
4
为了更简单方便的预测部署,Fluid 提供了一套高层 API
5
5
用来隐藏底层不同的优化实现。
6
6
7
- `预测库相关代码 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/contrib /inference >`__
7
+ `预测库相关代码 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/fluid /inference/api >`__
8
8
包括
9
9
10
10
- 头文件 ``paddle_inference_api.h `` 定义了所有的接口
@@ -104,5 +104,5 @@ engine
104
104
------------
105
105
106
106
- `inference
107
- demos <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/contrib /inference/demo > `__
108
- - `复杂单线程/多线程例子 <https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/contrib /inference/test_paddle_inference_api_impl .cc >`__
107
+ demos <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/fluid /inference/api/demo_ci > `__
108
+ - `复杂单线程/多线程例子 <https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/fluid /inference/api/api_impl_tester .cc >`__
You can’t perform that action at this time.
0 commit comments