mlx.core.bitwise_invert# bitwise_invert(a: scalar | array, stream: None | Stream | Device = None) → array# Element-wise bitwise inverse. Take the bitwise complement of the input. 參數: a (array) -- Input array or scalar. 回傳: The bitwise inverse ~a. 回傳型別: array