index.md 1.7 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 8 9 10 11 12

## 总体概述

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


## 简介

J
up  
juncaipeng 已提交
13
- [技术特点]({{ site.baseurl }}{% post_url 2019-09-16-tech_highlights %})
J
up  
juncaipeng 已提交
14 15
- [架构设计](architecture)
- [Road Map]({% post_url 2019-09-16-roadmap %})
J
up  
juncaipeng 已提交
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58

## Benchmark

- [最新性能](./benchmark)
- [测试方法](./benchmark_tools)

## 安装

- [源码编译](./source_compile)

## 使用

- [使用流程](./tutorial)
- [C++实例](./cpp_demo)
- [Java实例](./java_demo)
- [Android/IOS APP demo](https://github.com/PaddlePaddle/Paddle-Lite-Demo)
- [模型转化方法](./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)

## 开发者文档

- [开发基础须知](./for-developer)
- [架构详解](./architecture-intro)

## FAQ

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

## paddle-mobile

- [paddle-mobile 编译](./mobile)