diff --git a/tests/docs/test_cpp.md b/tests/docs/test_cpp.md index 21d92b1de34938946adc271fd5aa6fc4335136f6..68410701e797c8b52445b21f638d1ee33fa12bc6 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 b3dcc6e4589ba567c7b682740c0bbdf31c78e88c..60f1958b765d094384736d441b860ae3cf076977 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 | 支持 |