torch_cosh function

Cosh

Cosh

torch_cosh(self)

Arguments

  • self: (Tensor) the input tensor.

cosh(input, out=NULL) -> Tensor

Returns a new tensor with the hyperbolic cosine of the elements of input.

\mboxouti=cosh(\mboxinputi) \mbox{out}_{i} = \cosh(\mbox{input}_{i})

Examples

if (torch_is_installed()) { a = torch_randn(c(4)) a torch_cosh(a) }
  • Maintainer: Daniel Falbel
  • License: MIT + file LICENSE
  • Last published: 2025-02-14