mlx.core.conjugate

目錄

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) -- 輸入陣列

回傳值:

輸出陣列。

回傳值型別:

array