From 99e53643e683bb379a1c1201be210a1821c0b0ce Mon Sep 17 00:00:00 2001 From: cuicheng01 Date: Thu, 28 Oct 2021 10:50:49 +0000 Subject: [PATCH] Update test_lite.md --- test_tipc/docs/test_lite.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_tipc/docs/test_lite.md b/test_tipc/docs/test_lite.md index 103816e7..3bf07240 100644 --- a/test_tipc/docs/test_lite.md +++ b/test_tipc/docs/test_lite.md @@ -14,9 +14,9 @@ Lite预测功能测试的主程序为`test_lite.sh`,可以测试基于Lite预 - 功耗模式:包括高性能模式(LITE_POWER_HIGH)和省电模式(LITE_POWER_LOW) - 预测库来源:包括下载方式和编译方式,其中编译方式分为以下目标硬件:(1)ARM CPU;(2)Linux XPU;(3)OpenCL GPU;(4)Metal GPU -| 支持语言 | 模型类型 | batch-size | predictor数量 | 功耗模式 | 预测库来源 | +| 模型类型 | batch-size | predictor数量 | 功耗模式 | 预测库来源 | 支持语言 | | ---- | ---- | :----: | :----: | :----: | :----: | -| C++预测 | 正常模型/量化模型 | 1 | 1 | 高性能模式/省电模式 | 下载方式 | +| 正常模型/量化模型 | 1 | 1 | 高性能模式/省电模式 | 下载方式 | C++预测 | ## 2. 测试流程 -- GitLab