提交 28c4c646 编写于 作者: J juncaipeng

up

上级 aa4d311b
......@@ -11,37 +11,37 @@ Paddle-Lite 框架是 PaddleMobile 新一代架构,重点支持移动端推理
## 简介
- [技术特点]({{ site.baseurl }}{% post_url 2019-09-16-tech_highlights %})
- [架构设计](architecture)
- [Road Map]({% post_url 2019-09-16-roadmap %})
- [架构设计]({{ site.baseurl }}{% post_url 2019-09-16-architecture %})
- [Road Map]({{ site.baseurl }}{% post_url 2019-09-16-roadmap %})
## Benchmark
- [最新性能](./benchmark)
- [测试方法](./benchmark_tools)
- [最新性能]({{ site.baseurl }}{% post_url 2019-09-16-benchmark %})
- [测试方法]({{ site.baseurl }}{% post_url 2019-09-16-benchmark_tools %})
## 安装
- [源码编译](./source_compile)
- [源码编译]({{ site.baseurl }}{% post_url 2019-09-16-source_compile %})
## 使用
- [使用流程](./tutorial)
- [C++实例](./cpp_demo)
- [Java实例](./java_demo)
- [Android/IOS APP demo](https://github.com/PaddlePaddle/Paddle-Lite-Demo)
- [模型转化方法](./model_optimize_tool)
- [使用流程]({{ site.baseurl }}{% post_url 2019-09-16-tutorial %})
- [C++实例]({{ site.baseurl }}{% post_url 2019-09-16-cpp_demo %})
- [Java实例]({{ site.baseurl }}{% post_url 2019-09-16-java_demo %})
- [Android/IOS APP demo](https://github.com/PaddlePaddle/Paddle-Lite-Demo %})
- [模型转化方法]({{ site.baseurl }}{% post_url 2019-09-16-model_optimize_tool %})
## 进阶
- [通过 X2Paddle 支持 Caffe, TensorFlow 模型](x2paddle)
- [模型量化](./model_quantization)
- [支持Op列表](./support_operation_list)
- [新增Op方法](./add_new_operation)
- [测试工具](./debug_tools)
- [调试方法](./debug_tools)
- [使用华为NPU](./npu)
- [使用Android GPU](./opencl)
- [使用FPGA](./fpga)
- [通过 X2Paddle 支持 Caffe, TensorFlow 模型]({{ site.baseurl }}{% post_url 2019-09-16-x2paddle %})
- [模型量化]({{ site.baseurl }}{% post_url 2019-09-16-model_quantization %})
- [支持Op列表]({{ site.baseurl }}{% post_url 2019-09-16-support_operation_list %})
- [新增Op方法]({{ site.baseurl }}{% post_url 2019-09-16-add_new_operation %})
- [测试工具]({{ site.baseurl }}{% post_url 2019-09-16-debug_tools %})
- [调试方法]({{ site.baseurl }}{% post_url 2019-09-16-debug_tools %})
- [使用华为NPU]({{ site.baseurl }}{% post_url 2019-09-16-npu %})
- [使用Android GPU]({{ site.baseurl }}{% post_url 2019-09-16-opencl %})
- [使用FPGA]({{ site.baseurl }}{% post_url 2019-09-16-fpga %})
## 开发者文档
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册