Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnaryOps.cpp412 static inline Tensor& unary_op_impl_float_out(Tensor& result, const Tensor& self, Stub& stub, Args.… in unary_op_impl_float_out() function
452 return unary_op_impl_float_out(result, self, stub); in unary_op_impl_with_complex_to_float_out()
777 return unary_op_impl_float_out( in logit_out()