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) -- 輸入陣列 回傳值: 輸出陣列。 回傳值型別: array