pytorch/QNNPACK
Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2872
- days_rel: n/a
- days_push: 2562
- n_releases_24m: 0
Adoption not part of the score
1551 stars · 223 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
QNNPACK is a mobile-optimized C library of high-performance kernels for 8-bit quantized neural network operators such as convolution, pooling, and fully connected layers. It serves as a low-level performance primitive integrated into PyTorch (via Caffe2) rather than being used directly by researchers.
Use cases
- run quantized neural network inference on mobile phones
- speed up depthwise convolutions in MobileNet-style models on ARM devices
- cross-compile quantized operator kernels for Android and iOS
- integrate fast 8-bit inference primitives into a deep learning framework
- perform real-time image classification on low-power mobile hardware
When to choose
- you need fast quantized 8-bit inference on ARM mobile CPUs
- you are building or optimizing a deep learning runtime for Android or iOS
- you need low-level NEON-optimized kernels for convolutions and pooling
When to avoid
- you want a high-level framework or model training tool
- you target x86 servers or GPU inference
- you need a maintained library with recent updates and broad operator coverage
Facets
library · maturity maintenance
machine-learning deep-learning llm-inference machine-learning mobile-development computer-vision deep-learning cross-platform cpp quantization inference-kernels arm-neon mobile-ai 8-bit-operators android ios
2 sources
- readme: https://github.com/pytorch/QNNPACK · fetched 2026-08-28 · d8168b627a20
- homepage: https://code.fb.com/ml-applications/qnnpack/ · fetched 2026-08-29 · b1f2977fcc4a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pytorch/QNNPACK | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem