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