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