Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DUnaryOps.cpp432 static inline Tensor& unary_op_impl_with_complex_to_float_out(Tensor& result, const Tensor& self, S… in unary_op_impl_with_complex_to_float_out() function
544 …return unary_op_impl_with_complex_to_float_out(result, self, abs_stub, /*promotes_integer_to_float… in abs_out()
566 …return unary_op_impl_with_complex_to_float_out(result, self, angle_stub, /*promotes_integer_to_flo… in angle_out()