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