tensor.acosh
Computes the inverse hyperbolic cosine of all elements of the input tensor.
Args
self
(@Tensor<T>
) - The input tensor.
Returns
Returns a new tensor in T
with the hyperblic cosine of the elements of the input tensor.
Type Constraints
Constrain input and output types to fixed point tensors.
Examples
Last updated
Was this helpful?