Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
635e5f76
Commit
635e5f76
authored
Oct 19, 2021
by
MissPenguin
Browse files
update doc
parent
18a7cab7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tests/docs/test_cpp.md
tests/docs/test_cpp.md
+1
-1
tests/docs/test_python.md
tests/docs/test_python.md
+1
-1
No files found.
tests/docs/test_cpp.md
View file @
635e5f76
...
...
@@ -11,7 +11,7 @@ C++预测功能测试的主程序为`test_cpp.sh`,可以测试基于C++预测
| 正常模型 | GPU | 1/6 | fp32/fp16 | - | - |
| 正常模型 | CPU | 1/6 | - | fp32 | 支持 |
| 量化模型 | GPU | 1/6 | int8 | - | - |
| 量化模型 | CPU | 1/6 | - |
fp32
| 支持 |
| 量化模型 | CPU | 1/6 | - |
int8
| 支持 |
## 2. 测试流程
### 2.1 功能测试
...
...
tests/docs/test_python.md
View file @
635e5f76
...
...
@@ -21,7 +21,7 @@ Python功能测试的主程序为`test_python.sh`,可以测试基于Python的
| 模型类型 |device | batchsize | tensorrt | mkldnn | cpu多线程 |
| ---- | ---- | ---- | :----: | :----: | :----: |
| 正常模型 | GPU | 1/6 | fp32/fp16 | - | - |
| 正常模型 | CPU | 1/6 | - | fp32
/fp16
| 支持 |
| 正常模型 | CPU | 1/6 | - | fp32 | 支持 |
| 量化模型 | GPU | 1/6 | int8 | - | - |
| 量化模型 | CPU | 1/6 | - | int8 | 支持 |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment