R/tensor.R
tch_cosh.Rd
Returns a new tensor with the hyperbolic cosine of the elements of input.
tch_cosh(x)
tensor object
tch_cosh(tensor(pi))#> tensor #> 11.5920 #> [ Variable[CPUFloatType]{1} ]