paddlepaddle/paddle-lite

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 47 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)

Median issue/PR response: 0.0 hours
Mean response time: 15.4 days
90th percentile: 5.4 days
Tracked items: 295

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 1% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 40
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 438 days
Stale 30+ days: 39
Stale 90+ days: 39

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • status/reopen (9)

Most active issues this week

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.