Home / Class/ C10_ALWAYS_INLINE Class — pytorch Architecture

C10_ALWAYS_INLINE Class — pytorch Architecture

Architecture documentation for the C10_ALWAYS_INLINE class in ReducedPrecisionFloatGemvFastPathKernel.cpp from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp lines 308–312

  template <typename Func>
  TARGET_ARM_BF16_ATTRIBUTE C10_ALWAYS_INLINE void operator()(const Func& f) const {
    ForcedUnrollTargetBFloat16<n - 1>{}(f);
    f(n - 1);
  }

Analyze Your Own Codebase

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

Try Supermodel Free