mlx.core.reciprocal# reciprocal(a: array, /, *, stream: None | Stream | Device = None) → array# Element-wise reciprocal. 参数: a (array) -- Input array. 返回: The reciprocal of a. 返回类型: array