mlx.core.reciprocal

目錄

mlx.core.reciprocal#

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

Element-wise reciprocal.

參數:

a (array) -- Input array.

回傳:

The reciprocal of a.

回傳型別:

array