Home / Class/ clamp_max Class — pytorch Architecture

clamp_max Class — pytorch Architecture

Architecture documentation for the clamp_max class in vec128_double_neon.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/cpu/vec/vec128/vec128_double_neon.h lines 501–506

template <>
Vectorized<double> inline clamp_max(
    const Vectorized<double>& a,
    const Vectorized<double>& max) {
  return vminq_f64(max, a);
}

Analyze Your Own Codebase

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

Try Supermodel Free