PyTorch Articles
Deploying ExecuTorch Models on Android
A practical ExecuTorch path from native PyTorch export to `.pte` deployment on Android, including AOT delegates and runtime trade-offs.
Read Post
From PyTorch to TFLite on Android: A Practical Model Format Conversion Guide
A hands-on guide to converting PyTorch models through ONNX into TFLite and MediaPipe for on-device Android deployment, covering dynamic shapes, operator compatibility, and INT8 quantization.
Read Post