Skip to content

Commit c0e1294

Browse files
authored
Merge pull request #12700 from luotao1/inference_doc
fix inference doc url error
2 parents bd87f67 + c01caba commit c0e1294

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/fluid/new_docs/advanced_usage/deploy/native_infer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Paddle 预测 API
44
为了更简单方便的预测部署,Fluid 提供了一套高层 API
55
用来隐藏底层不同的优化实现。
66

7-
`预测库相关代码 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/contrib/inference>`__
7+
`预测库相关代码 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/fluid/inference/api>`__
88
包括
99

1010
- 头文件 ``paddle_inference_api.h`` 定义了所有的接口
@@ -104,5 +104,5 @@ engine
104104
------------
105105

106106
- `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>`__

0 commit comments

Comments
 (0)