From 635e5f76426d0013578b747b8deed8b10c69f67e Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Tue, 19 Oct 2021 03:17:13 +0000 Subject: [PATCH] update doc --- tests/docs/test_cpp.md | 2 +- tests/docs/test_python.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/docs/test_cpp.md b/tests/docs/test_cpp.md index 21d92b1d..68410701 100644 --- a/tests/docs/test_cpp.md +++ b/tests/docs/test_cpp.md @@ -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 功能测试 diff --git a/tests/docs/test_python.md b/tests/docs/test_python.md index b3dcc6e4..60f1958b 100644 --- a/tests/docs/test_python.md +++ b/tests/docs/test_python.md @@ -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 | 支持 | -- GitLab