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