News
Sep 09, 2025
A Detailed Overview of TensorFlow Core APIs
This article explains TensorFlow Core—the low-level, composable APIs for developers who need fine-grained control: researchers, fr...
Sep 09, 2025
Data Parallel MNIST with DTensor and TensorFlow Core
You’ll train a simple MLP on MNIST using TensorFlow Core plus DTensor in a data-parallel setup: create a one-dimensional mesh (“ba...
Sep 09, 2025
DTensor 101: Mesh, Layout, and SPMD in TensorFlow
DTensor adds a global, sharded-tensor model to TensorFlow. You define a device Mesh and a per-axis Layout; DTensor expands your co...