CATEGORYPerception · Runtime & Infrastructure
READINESSTRL 9
ADOPTION SCALEProduction – Broad Deployment
LICENSESLicenseRef-Proprietary
FIRST RELEASE2020
The Tesla FSD Neural Network Stack is a proprietary production neural network stack powering the Full Self-Driving (FSD) feature in Tesla cars. From FSD v12 (2024) onward it is an end-to-end "photons in, controls out" architecture — raw pixels from eight cameras feed directly into a policy that controls steering, throttle, and brake, with minimal hand-engineered code. The stack is also adapted by Tesla Bot (Optimus) for indoor navigation.
The architecture consists of several components: HydraNet — a multi-scale ResNet/RegNet backbone with a transformer head for object detection; Occupancy Networks — dense 3D occupancy prediction around the vehicle (volumetric voxel grid 200×200×16); Lane Network — an auto-regressive model for road lines and intersection topology; Neural Planner — a policy network generating trajectories. Everything is trained on a Dojo + H100 GPU cluster with ~10M video clips from the fleet (auto-labeling).
The stack is fully closed-source and runs exclusively on Tesla Hardware 3 (FSD Chip, 144 TOPS) and Hardware 4 (~7× faster). Full-precision real-time inference across 8 camera channels at 36 FPS. The Optimus version is an adaptation of the same runtime, with different output modalities (joint torques instead of steering/throttle).