Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnaryOps.cpp471 static inline Tensor unary_op_impl_with_complex_to_float(const Tensor& self, OutImpl& out_impl) { in unary_op_impl_with_complex_to_float() function
547 return unary_op_impl_with_complex_to_float(self, at::abs_out); in abs()