How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Distributed Fast Fourier Transform in TensorFlow

calendar_today August 24, 2023 person TensorFlow Blog (noreply@blogger.com) domain tensorflow

Posted by Ruijiao Sun , Google Intern - DTensor team Fast Fourier Transform is an important method of signal processing, which is commonly used in a number of ways, including speeding up convolutions, extracting features, and regularizing models. Distributed Fast Fourier Transform (Distributed FFT) offers a way to compute Fourier Transforms in models that work with image-like datasets that are too large to fit into the memory of a single accelerator device. In a previous Google Research Paper, “ Large-Scale Discrete Fourier Transform on TPUs ” by Tianjian Lu, a Distributed FFT algorithm was…

open_in_new Read original post