Home / Class/ is_zarch_implemented_quant Class — pytorch Architecture

is_zarch_implemented_quant Class — pytorch Architecture

Architecture documentation for the is_zarch_implemented_quant class in vec256_zarch.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/cpu/vec/vec256/zarch/vec256_zarch.h lines 31–36

template <typename T>
constexpr bool is_zarch_implemented_quant() {
  return (
      std::is_same_v<T, c10::qint32> || std::is_same_v<T, c10::qint8> ||
      std::is_same_v<T, c10::quint8>);
}

Analyze Your Own Codebase

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

Try Supermodel Free