mlx.core.logical_not# logical_not(a: array, /, *, stream: None | Stream | Device = None) → array# Element-wise logical not. 參數: a (array) -- Input array or scalar. 回傳: The boolean array containing the logical not of a. 回傳型別: array