Searched defs:arccosh (Results 1 – 2 of 2) sorted by relevance
757 Tensor arccosh(const Tensor& self) { return at::acosh(self); } in arccosh() function
716 def arccosh(x): function