Multiply–accumulate operation

ID: multiply-accumulate-operation

The Multiply–accumulate operation, often abbreviated as MAC, is a fundamental computational operation common in digital signal processing (DSP), machine learning, and various fields of numerical computation. It performs two primary tasks in a single operation: multiplication and accumulation.

New to topics? Read the docs here!