[Other] Add runtime cpp demos (#515)

* add paddle_trt in benchmark

* update benchmark in device

* update benchmark

* update result doc

* fixed for CI

* update python api_docs

* update index.rst

* add runtime cpp examples

* deal with comments

* Update infer_paddle_tensorrt.py

Co-authored-by: Jason <928090362@qq.com>
This commit is contained in:
WJJ1995
2022-11-07 19:49:12 +08:00
committed by GitHub
parent ff24ed6a54
commit 0bb40ab100
11 changed files with 403 additions and 0 deletions

View File

@@ -20,4 +20,8 @@ FastDeploy
matting.md
face_recognition.md
face_detection.md
face_alignment.md
headpose.md
vision_results_en.md
runtime.md
runtime_option.md

View File

@@ -0,0 +1,9 @@
# Runtime API
## fastdeploy.Runtime
```{eval-rst}
.. autoclass:: fastdeploy.Runtime
:members:
:inherited-members:
```

View File

@@ -0,0 +1,9 @@
# Runtime Option API
## fastdeploy.RuntimeOption
```{eval-rst}
.. autoclass:: fastdeploy.RuntimeOption
:members:
:inherited-members:
```