paddlepaddle/paddle-lite

PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 9th, 2026
Created on September 20th, 2017
Open Issues & Pull Requests: 48 (+0)
GitHub issues: Enabled
Number of forks: 1,618
Total Stargazers: 7,274 (+0)
Total Subscribers: 330 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Paddle Lite is a deep learning inference engine designed for mobile, embedded, and edge devices.

The tool addresses the challenge of deploying trained neural network models to resource-constrained hardware platforms. It accepts models from the PaddlePaddle framework directly and can convert models from other frameworks like Caffe, TensorFlow, and PyTorch through the X2Paddle tool. The framework applies optimization techniques including quantization, subgraph fusion, and kernel selection to reduce model size and improve execution speed. An included opt tool handles model optimization and can analyze operator support across different hardware platforms.

Paddle Lite suits teams already using PaddlePaddle or willing to convert existing models to that format. It provides precompiled libraries for Android, iOS, x86, and macOS platforms, reducing setup complexity. The tool offers C++, Java, and Python APIs with accompanying examples for each language. Docker-based compilation environments are available to simplify building from source across different host and target architectures.

The project maintains active development with regular updates to its precompiled libraries and documentation. The codebase shows ongoing refinement of optimization strategies and platform support. Development appears focused on practical production deployment, as evidenced by the emphasis on multiple API bindings and platform-specific examples. The project sustains engagement with external users beyond internal deployment, suggesting responsive maintenance to real-world usage patterns.