惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
U
Unit 42
M
MIT News - Artificial intelligence
小众软件
小众软件
P
Proofpoint News Feed
雷峰网
雷峰网
L
LangChain Blog
S
SegmentFault 最新的问题
腾讯CDC
F
Fortinet All Blogs
A
About on SuperTechFans
WordPress大学
WordPress大学
Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
Recent Announcements
Recent Announcements
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog

Google Developers Blog

Build zero-trust AI agents that judge intent, not just syntax- Google Developers Blog Autonomous LLM post-training with Tunix on TPUs- Google Developers Blog The Anatomy of Harness Engineering: How to Evaluate, Iterate, and Guard AI Coding Agents- Google Developers Blog Announcing ADK for Kotlin 1.0: Building Production-Ready AI Agents in Kotlin, Android, and Beyond- Google Developers Blog Driving Developer Excellence: Inside the Program Sprints- Google Developers Blog 4 engineering patterns behind the strongest AI Agents Challenge submissions- Google Developers Blog Decoding cosmic signals with deep learning and Keras- Google Developers Blog Enterprise-Grade Precision for Long-Context Multimodal Embedding Inference on Cloud TPU- Google Developers Blog How to Evaluate Live & Voice Agents in ADK- Google Developers Blog Build zero-trust AI agents with Google's Agent Development Kit- Google Developers Blog Introducing Credentio: Open Source C++ Library for C2PA Content Credentials from Google- Google Developers Blog HeyGen x Google Cloud: Bringing Avatar IV to TPUs- Google Developers Blog Why Go is an Ideal Language for AI-Assisted Software Engineering- Google Developers Blog Mastering Edge AI on Raspberry Pi with LiteRT and Gemma- Google Developers Blog Agent Plugins package your skills, tools, and more- Google Developers Blog Scaling AI Agent Infrastructure with the MCP Stateless updates- Google Developers Blog A unified API for AI model routing- Google Developers Blog Scaling real-time AI agents with session-aware load balancing- Google Developers Blog Agent and Model Evaluations in Gemini Enterprise Agent Platform are now GA- Google Developers Blog Enable on-demand expertise with Agent Skills in Genkit Go- Google Developers Blog How to use Google microbenchmarks for evaluating TPU performance- Google Developers Blog Run Ray on TPU, Part 2: Ray AI libraries- Google Developers Blog Scaling Agentic RL: High-Throughput Agentic Training with Tunix- Google Developers Blog Run Ray on TPU, Part 1: The foundations- Google Developers Blog Expanding Choice in Gemini Enterprise Agent Platform: Introducing Grounding with Parallel Web Search- Google Developers Blog Building scalable AI agents with modular prompt transpilation- Google Developers Blog Evolving Spec-Driven Development: Conductor Now Supports Antigravity- Google Developers Blog Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)- Google Developers Blog Unlocking the Next Era of On-Device AI with Google Tensor and Pixel- Google Developers Blog LiteRT.js, Google's high performance Web AI Inference- Google Developers Blog
Google Tensor SDK Beta with LiteRT
Priya Patel, Himangshu Roy · 2026-05-19 · via Google Developers Blog

Google Tensor ML SDK empowers you to build on-device machine learning capabilities starting from Google Pixel 10 family of devices1, while leveraging Pixel's custom-designed Google Tensor System-on-Chip (SoC) with its dedicated Tensor Processing Unit (TPU) inference accelerator. Today, the Tensor ML SDK is graduating from its Experimental Access Program (EAP) to Beta, enabling developers to build and deploy their AI experiences seamlessly on Google Tensor’s TPU. Tensor’s TPU unlocks interactive, realtime and private on-device AI experiences such as Pixel’s Pro Zoom2, Add Me, Voice Translate3 and Call Notes4 to name a few.

Watch as our Product Management team dives into the Tensor SDK and what it means for the future of Pixel development.

The Beta launch unlocks two major advantages for developers:

  1. A Unified Developer Workflow with LiteRT
  2. A Model Garden to run 100+ models optimally on Tensor’s TPU

A Unified Developer Workflow with LiteRT

LiteRT is Google's on-device framework for high-performance machine learning (ML) deployment on edge platforms. It abstracts away low-level, vendor-specific SDKs including compilers and runtimes and exposes them through a unified, streamlined developer-facing API. Tensor ML SDK is now integrated with LiteRT offering a seamless developer workflow to convert, compile, deploy and run ML and Generative AI models on Google Pixel via Tensor’s TPU.

  • Compilation: Convert and compile your PyTorch or TFLite models into optimized binaries ready to leverage the Tensor TPU using LiteRT Torch.
  • Deployment: Use Play Feature Delivery to distribute and install the compatible runtime and compiler libraries that connect to the on-device TPU drivers. Use AI Packs (part of Play for On-device AI) to bundle and deliver the compiled model files within your application.
  • Run Inference: Leverage LiteRT Runtime to run your model on the TPU with just a few lines of code. It also allows you to enable robust fallback mechanisms by specifying CPU or GPU as secondary options, and automatically uses them depending on TPU availability.

For a full, detailed guide, including colab and sample apps, visit the LiteRT NPU documentation.

Model Garden of 100+ models on Tensor

The Tensor SDK Beta enables deployment of a wide array of models—including computer vision and speech recognition—straight to Pixel devices through a large model garden. The model garden provides over 100+ Classic ML models and Generative AI Models (Gemma 3 1B), alongside a library of precompiled models available to download directly from the LiteRT Hugging Face community.

Here is a look at what developers can build with the models available:

  • Small Language models: Enable local actions for app interactions with Function Gemma. Add rich semantic features to your app with EmbeddingGemma.
  • Intelligent Content creation: Build features that generate real-time text, apply smart image filters, and execute advanced computational photography effects—like portrait blurring
  • Vision & Understanding: Implement object detection, depth mapping, body tracking, multimodal image to text understanding to power camera applications that recognize and react to the user’s environment
  • Audio & Accessibility: Run end to end speech recognition to deliver secure, low latency audio transcription, voice-controlled accessibility tools, and translation on the edge

Here are a couple of demos for inspiration:

Image Segmentation LiteRT Sample App (Left) Function Gemma with LiteRT LM on AI Edge Gallery - Mobile Actions (Right)

Get Started with Pixel Today

We invite the developer community to build a new class of intelligent and responsive AI applications starting with the Pixel 10 family. Explore the Tensor SDK, experiment with running your models on the TPU, and share your feedback with the LiteRT community on Github.

If you're joining us at I/O—either in person or virtually—be sure to check out our dedicated codelabs and sample app. You'll get hands-on experience using the Tensor SDK, compiling models, and deploying them to the family of Pixel 10 devices via TPU.

Devices Supported: Pixel 10, Pixel 10 Pro, Pixel 10 Pro XL, and Pixel 10 Pro Fold.

We can’t wait to see what you build on Pixel!

Acknowledgements

This project was made possible through the collaboration of several teams. We thank them for their significant contributions:

Tensor Team: Himangshu Roy, Chirag Gupta, Rishubh Khurana, Rachit Agrawal, Priya Patel, Prakul Sawhney, Abby Chung, Malini P V, Jui Pradhan, Naina Singla, Debapriya Maji, Aditya Srivastava, Abhishek Jatram, Vibhu Agrawal, Rachana Jayaram, Lokesh Vutla, Abhishek Singh, Annie Fu, Chen-Hao Liao, Chanchal Raj, Ty Werbicki, Sriram Kashyap M S, Shubham Saini, Thiru Ramasamy, Jayanthan K, Payal Agarwal, Pranjal Srivastava, Yathish Reddy M, Akhilesh Ravi, Harold Yang, Yi Yo, Priyanka Mittal, Ishaan Agrawal, Vivek Kumar, Minje Park, YoonKyung Kim, Eunji Heo, Mehran Nekuii, John Joseph, Nett Phasukavanich, Jess Tsopanis, Jeff Setter, Ganesh Rao, Neena Maldikar, Yohsin Fang, Estelle Liao, Leo Wu.

LiteRT Team: Lu Wang, Weiyi Wang, Jingjiang Li, Gerardo Carranza, Terry (Woncheol) Heo, Andrew Zhang, Chenchen Tang, Shuangfeng Li, Changming Sun, Somdatta Banerjee, Na Li, Yu-hui Chen, Tenghui Zhu, Alice Zheng, Chintan Parikh, Sachin Kotwani, Cormac Brick, Matthias Grundmann, Salil Tambe, Yishuang Pang.

Licensing

https://ai.google.dev/edge/litert/next/tensor_ml_terms

1 - Devices supported are Pixel 10, Pixel 10 Pro, Pixel 10 Pro XL, and Pixel 10 Pro Fold.

2 - Available in select countries and languages.

3 - Available in select countries and languages. Results may vary. Check responses for accuracy.

4 - Available in the US. English Only

Explore this announcement and all Google I/O 2026 updates on io.google.