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