Faster Dynamically Quantized Inference with XNNPack

Posted by Alan Kelly, Software Engineer We are excited to announce that XNNPack’s Fully Connected and Convolution 2D operators now support dynamic range quantization. XNNPack is TensorFlow Lite’s CPU backend and CPUs deliver the widest reach for ML inference and remain the default target for TensorFlow Lite. Consequently, improving CPU…

Continue ReadingFaster Dynamically Quantized Inference with XNNPack

Graph neural networks in TensorFlow

Posted by Dustin Zelle – Software Engineer, Research and Arno Eigenwillig – Software Engineer, CoreML This article is also shared on the Google Research Blog Objects and their relationships are ubiquitous in the world around us, and relationships can be as important to understanding an object as its own attributes viewed…

Continue ReadingGraph neural networks in TensorFlow

TensorFlow 2.15 update: hot-fix for Linux installation issue

Posted by the TensorFlow team We are releasing a hot-fix for an installation issue affecting the TensorFlow installation process. The TensorFlow 2.15.0 Python package was released such that it requested tensorrt-related packages that cannot be found unless the user installs them beforehand or provides additional installation flags. This dependency affected…

Continue ReadingTensorFlow 2.15 update: hot-fix for Linux installation issue

Half-precision Inference Doubles On-Device Inference Performance

Posted by Marat Dukhan and Frank Barchard, Software Engineers CPUs deliver the widest reach for ML inference and remain the default target for TensorFlow Lite. Consequently, improving CPU inference performance is a top priority, and we are excited to announce that we doubled floating-point inference performance in TensorFlow Lite’s XNNPack…

Continue ReadingHalf-precision Inference Doubles On-Device Inference Performance

Join us at the third Women in ML Symposium!

Posted by Sharbani Roy – Senior Director, Product Management, Google We're back with the third annual Women in Machine Learning Symposium on December 7, 2023! Join us virtually from 9:30 am to 1:00 pm PT for an immersive and insightful set of deep dives for every level of Machine Learning experience. The Women in…

Continue ReadingJoin us at the third Women in ML Symposium!

Simulated Spotify Listening Experiences for Reinforcement Learning with TensorFlow and TF-Agents

Posted by Surya Kanoria, Joseph Cauteruccio, Federico Tomasi, Kamil Ciosek, Matteo Rinaldi, and Zhenwen Dai – Spotify Introduction Many of our music recommendation problems involve providing users with ordered sets of items that satisfy users’ listening preferences and intent at that point in time. We base current recommendations on previous…

Continue ReadingSimulated Spotify Listening Experiences for Reinforcement Learning with TensorFlow and TF-Agents

Building a board game with the TFLite plugin for Flutter

Posted by Wei Wei, Developer Advocate In our previous blog posts Building a board game app with TensorFlow: a new TensorFlow Lite reference app and Building a reinforcement learning agent with JAX, and deploying it on Android with TensorFlow Lite, we demonstrated how to train a reinforcement learning (RL) agent…

Continue ReadingBuilding a board game with the TFLite plugin for Flutter