Searched refs:unary_op_impl (Results 1 – 2 of 2) sorted by relevance
462 static inline Tensor unary_op_impl(const Tensor& self, OutImpl& out_impl) { in unary_op_impl() function623 return unary_op_impl(self, at::conj_physical_out); in _conj_physical()
581 Tensor sign(const Tensor& self) { return unary_op_impl(self, at::sign_out); }