Home
last modified time | relevance | path

Searched refs:angle_impl (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/aten/src/ATen/native/cpu/
Dzmath.h43 inline VALUE_TYPE angle_impl (SCALAR_TYPE z) { in angle_impl() function
51 inline c10::complex<float> angle_impl <c10::complex<float>> (c10::complex<float> z) {
56 inline float angle_impl <c10::complex<float>, float> (c10::complex<float> z) {
61 inline c10::complex<double> angle_impl <c10::complex<double>> (c10::complex<double> z) {
66 inline double angle_impl <c10::complex<double>, double> (c10::complex<double> z) {
DUnaryOpsKernel.cpp213 [=](scalar_t a) -> scalar_t { return angle_impl(a); }, in angle_kernel()
/external/pytorch/aten/src/ATen/cpu/vec/
Dvec_base.h343 … return map(at::native::angle_impl<T>); // compiler is unable to resolve the overload without <T> in angle()