mlx.core.rsqrt

目录

mlx.core.rsqrt#

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

Element-wise reciprocal and square root.

参数:

a (array) -- Input array.

返回:

One over the square root of a.

返回类型:

array