index.md 2.0 KB
Newer Older
J
up  
juncaipeng 已提交
1
---
J
up  
juncaipeng 已提交
2 3
layout: post
title: Paddle-Lite 文档
J
up  
juncaipeng 已提交
4
---
J
up  
juncaipeng 已提交
5 6 7

## 总体概述

J
up  
juncaipeng 已提交
8
Paddle-Lite 框架是 PaddleMobile 新一代架构,重点支持移动端推理预测,特点**高性能、多硬件、轻量级** 。支持PaddleFluid/TensorFlow/Caffe/ONNX模型的推理部署,目前已经支持 ARM CPU, Mali GPU, Adreno GPU, Huawei NPU 等>多种硬件,正在逐步增加 X86 CPU, Nvidia GPU 等多款硬件,相关硬件性能业内领先。
J
up  
juncaipeng 已提交
9 10 11 12


## 简介

J
up  
juncaipeng 已提交
13 14 15
- [技术特点]({{ site.baseurl }}/tech_highlights)
- [架构设计]({{ site.baseurl }}/architecture)
- [Road Map]({{ site.baseurl }}/roadmap)
J
up  
juncaipeng 已提交
16 17 18

## Benchmark

J
up  
juncaipeng 已提交
19 20
- [最新性能]({{ site.baseurl }}/benchmark)
- [测试方法]({{ site.baseurl }}/benchmark_tools)
J
up  
juncaipeng 已提交
21 22 23

## 安装

J
up  
juncaipeng 已提交
24
- [源码编译]({{ site.baseurl }}/source_compile)
J
up  
juncaipeng 已提交
25 26 27

## 使用

J
up  
juncaipeng 已提交
28 29 30
- [使用流程]({{ site.baseurl }}/tutorial)
- [C++实例]({{ site.baseurl }}/cpp_demo)
- [Java实例]({{ site.baseurl }}/java_demo)
J
up  
juncaipeng 已提交
31
- [Android/IOS APP demo](https://github.com/PaddlePaddle/Paddle-Lite-Demo)
J
up  
juncaipeng 已提交
32
- [模型转化方法]({{ site.baseurl }}/model_optimize_tool)
J
up  
juncaipeng 已提交
33 34 35

## 进阶

J
up  
juncaipeng 已提交
36 37 38 39 40 41 42 43 44
- [通过 X2Paddle 支持 Caffe, TensorFlow 模型]({{ site.baseurl }}/x2paddle)
- [模型量化]({{ site.baseurl }}/model_quantization)
- [支持Op列表]({{ site.baseurl }}/support_operation_list)
- [新增Op方法]({{ site.baseurl }}/add_new_operation)
- [测试工具]({{ site.baseurl }}/debug_tools)
- [调试方法]({{ site.baseurl }}/debug_tools)
- [使用华为NPU]({{ site.baseurl }}/npu)
- [使用Android GPU]({{ site.baseurl }}/opencl)
- [使用FPGA]({{ site.baseurl }}/fpga)
J
up  
juncaipeng 已提交
45 46 47

## 开发者文档

J
up  
juncaipeng 已提交
48 49
- [开发基础须知]({{ site.baseurl }}/for-developer)
- [架构详解]({{ site.baseurl }}/architecture-intro)
J
up  
juncaipeng 已提交
50 51 52 53 54 55 56 57

## FAQ

- 问题或建议可以[发Issue](https://github.com/PaddlePaddle/Paddle-Lite/issues),为加快问题解决效率,可先检索是否有类似问题,我们也会及时解答!
- 欢迎加入Paddle-Lite百度官方QQ群:696965088

## paddle-mobile

J
up  
juncaipeng 已提交
58
- [paddle-mobile 编译]({{ site.baseurl }}/mobile)