Home / Class/ double Class — pytorch Architecture

double Class — pytorch Architecture

Architecture documentation for the double class in NumericUtils.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/NumericUtils.h lines 143–146

template <>
C10_HOST_DEVICE inline double exp<double>(double x) {
  return ::exp(x);
}

Analyze Your Own Codebase

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

Try Supermodel Free