Home / Class/ fmsub Class — pytorch Architecture

fmsub Class — pytorch Architecture

Architecture documentation for the fmsub class in vec_double.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/cpu/vec/sve/vec_double.h lines 614–620

template <>
Vectorized<double> inline fmsub(
    const Vectorized<double>& a,
    const Vectorized<double>& b,
    const Vectorized<double>& c) {
  return svnmsb_f64_x(ptrue, a, b, c);
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free