mlx.core.sinh

目录

mlx.core.sinh#

sinh(a: array, /, *, stream: None | Stream | Device = None) array#

Element-wise hyperbolic sine.

参数:

a (array) -- Input array.

返回:

The hyperbolic sine of a.

返回类型:

array