Home / Class/ lower_bound Class — pytorch Architecture

lower_bound Class — pytorch Architecture

Architecture documentation for the lower_bound class in ReduceOpsUtils.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/native/ReduceOpsUtils.h lines 28–32

template <typename scalar_t>
constexpr scalar_t lower_bound() {
  using lim = std::numeric_limits<scalar_t>;
  return lim::has_infinity ? -lim::infinity() : lim::lowest();
}

Analyze Your Own Codebase

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

Try Supermodel Free