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