mlx.core.sqrt

目录

mlx.core.sqrt#

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

Element-wise square root.

参数:

a (array) -- Input array.

返回:

The square root of a.

返回类型:

array