未验证 提交 36958b22 编写于 作者: H huzhiqiang 提交者: GitHub

modify library_tailoring_doc and x86 doc (#2391)

上级 eaf4b534
......@@ -13,13 +13,13 @@ Paddle-Lite支持**根据模型裁剪预测库**功能。Paddle-Lite的一般编
| 测试模型 | 裁剪开关 | 是否编译控制流相关OP、kernel | libpaddle_lite_jni.so |
| ------------------ | ---------------------------- | ----------------------------- | --------------------- |
| mobilenetv1(armv8) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 1.3M |
| mobilenetv1(armv8) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 1.5M |
| mobilenetv1(armv8) | 裁剪后–build_tailor=ON | --build_extra=OFF | 788K |
| mobilenetv2(armv8) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 1.3M |
| mobilenetv2(armv8) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 1.5M |
| mobilenetv2(armv8) | 裁剪后–build_tailor=ON | --build_extra=OFF | 912K |
| inceptionv4(armv7) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 820K |
| inceptionv4(armv7) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 938K |
| inceptionv4(armv7) | 裁剪后–build_tailor=ON | --build_extra=OFF | 512K |
| yolov3(armv7) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 820K |
| yolov3(armv7) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 938K |
| yolov3(armv7) | 裁剪后–build_tailor=ON | --build_extra=OFF | 516K |
## 实现过程:
......
......@@ -20,7 +20,7 @@ git checkout <release_tag>
```bash
cd Paddle-Lite
./lite/tool/build.sh x86
./lite/tools/build.sh x86
```
## 编译结果说明
......
......@@ -13,13 +13,13 @@ Paddle-Lite支持**根据模型裁剪预测库**功能。Paddle-Lite的一般编
| 测试模型 | 裁剪开关 | 是否编译控制流相关OP、kernel | libpaddle_lite_jni.so |
| ------------------ | ---------------------------- | ----------------------------- | --------------------- |
| mobilenetv1(armv8) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 1.3M |
| mobilenetv1(armv8) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 1.5M |
| mobilenetv1(armv8) | 裁剪后–build_tailor=ON | --build_extra=OFF | 788K |
| mobilenetv2(armv8) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 1.3M |
| mobilenetv2(armv8) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 1.5M |
| mobilenetv2(armv8) | 裁剪后–build_tailor=ON | --build_extra=OFF | 912K |
| inceptionv4(armv7) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 820K |
| inceptionv4(armv7) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 938K |
| inceptionv4(armv7) | 裁剪后–build_tailor=ON | --build_extra=OFF | 512K |
| yolov3(armv7) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 820K |
| yolov3(armv7) | 裁剪前–build_tailor=OFF | --build_extra=OFF | 938K |
| yolov3(armv7) | 裁剪后–build_tailor=ON | --build_extra=OFF | 516K |
......
......@@ -20,7 +20,7 @@ git checkout <release_tag>
```bash
cd Paddle-Lite
./lite/tool/build.sh x86
./lite/tools/build.sh x86
```
## 编译结果说明
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册