awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
PaddlePaddle avatar

PaddlePaddle/Paddle-Lite

0
View on GitHub↗
7,260 stars·1,627 forks·C++·Apache-2.0·12 viewswww.paddlepaddle.org.cn/lite↗

Paddle Lite

Paddle-Lite is a deep learning inference engine and edge computing runtime designed to execute trained models on mobile and edge devices. It provides a hardware-accelerated inference framework and a decoupled runtime with a minimal binary footprint to operate in resource-constrained environments without third-party dependencies.

The project includes a model quantization tool for reducing precision and size via static and dynamic quantization, as well as a computation graph optimizer. These tools reduce latency and memory usage by fusing operators and pruning the model intermediate representation.

The system supports mixed-hardware model deployment, scheduling computations across CPUs, GPUs, and NPUs. It further optimizes performance through hardware-specific kernel implementations and a scheduling system that distributes tasks across available accelerators.

Features

  • Inference Execution Engines - Provides a high-performance inference execution engine designed for mobile and edge device environments.
  • Hardware-Aware Operator Kernels - Implements hardware-aware operator kernels optimized for specific chip architectures to maximize tensor operation throughput.
  • Deep Learning Inference Engines - Provides a high-performance deep learning inference engine for running models on mobile and edge devices.
  • Edge AI Runtimes - Offers a decoupled edge AI runtime with a minimal binary footprint for resource-constrained hardware.
  • Hardware-Accelerated Inference - Implements a framework for executing machine learning models directly on specialized hardware accelerators.
  • Inference Deployment Engines - Ships a minimal-footprint inference deployment engine for resource-constrained environments without third-party dependencies.
  • Edge AI Model Deployment - Optimizes and deploys machine learning models to run efficiently on local edge devices and IoT hardware.
  • Model Quantization Tools - Ships a model quantization tool for reducing precision and size through static and dynamic methods.
  • Model Graph Optimizers - Includes a model graph optimizer that simplifies execution paths to improve inference performance.
  • Model Quantization - Provides techniques for reducing model weight precision to decrease memory footprint on mobile hardware.
  • Dynamic Quantization - Supports both static and dynamic quantization pipelines to reduce model size and inference latency.
  • Weight Quantization - Compresses model weights into lower-precision formats to accelerate inference speed and reduce memory usage.
  • Mixed-Accelerator Orchestration - Orchestrates computation tasks across mixed hardware accelerators including CPUs, GPUs, and NPUs.
  • Graph and Operator Optimizations - Refines computation graphs and fuses operators to lower latency for real-time AI applications on end-user devices.
  • Hardware-Aware Deployment - Employs hardware-aware deployment to execute deep learning models across diverse CPU, GPU, and NPU backends.
  • Mobile Inference Deployments - Enables the deployment and execution of pre-trained neural networks on smartphones and tablets.
  • Intermediate Representation Analysis - Analyzes and prunes the model's intermediate representation to remove redundant nodes and optimize memory allocation.
  • Kernel Fusion Operations - Merges multiple mathematical operations into single kernels to reduce memory access and improve execution speed.

Star history

Star history chart for paddlepaddle/paddle-liteStar history chart for paddlepaddle/paddle-lite

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Paddle Lite

Similar open-source projects, ranked by how many features they share with Paddle Lite.
  • pytorch/executorchpytorch avatar

    pytorch/executorch

    4,296View on GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    Pythondeep-learningembeddedgpu
    View on GitHub↗4,296
  • dusty-nv/jetson-inferencedusty-nv avatar

    dusty-nv/jetson-inference

    8,734View on GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    View on GitHub↗8,734
  • intel/neural-compressorintel avatar

    intel/neural-compressor

    2,585View on GitHub↗

    Neural Compressor is a deep learning model compression toolkit and AI inference acceleration engine. It functions as an automated model quantization tool and hardware-aware model compiler designed to reduce the memory footprint of neural networks and decrease execution latency. The project provides specialized frameworks for optimizing large language models, utilizing weight-only quantization and hardware-specific kernels to improve the operational efficiency of generative AI workloads. It maps neural network operators to specialized CPU and GPU vector instructions to accelerate model executi

    Pythonauto-tuningawqfp4
    View on GitHub↗2,585
  • alibaba/mnnalibaba avatar

    alibaba/MNN

    14,242View on GitHub↗

    MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a comprehensive environment for executing, optimizing, and deploying neural network models directly on mobile and resource-constrained edge devices. The framework distinguishes itself through a robust model optimization toolkit that supports quantization, compression, and structural graph manipulation to minimize memory footprint and maximize execution speed. It features a modular architecture that abstracts hardware-specific backends, allowing models to run efficiently across diverse

    C++armconvolutiondeep-learning
    View on GitHub↗14,242
See all 30 alternatives to Paddle Lite→

Frequently asked questions

What does paddlepaddle/paddle-lite do?

Paddle-Lite is a deep learning inference engine and edge computing runtime designed to execute trained models on mobile and edge devices. It provides a hardware-accelerated inference framework and a decoupled runtime with a minimal binary footprint to operate in resource-constrained environments without third-party dependencies.

What are the main features of paddlepaddle/paddle-lite?

The main features of paddlepaddle/paddle-lite are: Inference Execution Engines, Hardware-Aware Operator Kernels, Deep Learning Inference Engines, Edge AI Runtimes, Hardware-Accelerated Inference, Inference Deployment Engines, Edge AI Model Deployment, Model Quantization Tools.

What are some open-source alternatives to paddlepaddle/paddle-lite?

Open-source alternatives to paddlepaddle/paddle-lite include: pytorch/executorch — ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… intel/neural-compressor — Neural Compressor is a deep learning model compression toolkit and AI inference acceleration engine. It functions as… alibaba/mnn — MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a… tracel-ai/burn — Burn is a deep learning framework designed for building, training, and deploying neural networks using a modular… pytorch/examples — This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning…