Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DUnaryOps.cpp462 static inline Tensor unary_op_impl(const Tensor& self, OutImpl& out_impl) { in unary_op_impl() function
623 return unary_op_impl(self, at::conj_physical_out); in _conj_physical()
DREADME.md581 Tensor sign(const Tensor& self) { return unary_op_impl(self, at::sign_out); }