mlx.core.conjugate# conjugate(a: array, *, stream: None | Stream | Device = None) → array# Return the elementwise complex conjugate of the input. Alias for mx.conj. 參數: a (array) -- Input array 回傳: The output array. 回傳型別: array