jax.lax.max# jax.lax.max(x, y)[原始碼]# 元素級最大值:\(\mathrm{max}(x, y)\) 對於複數,使用詞典順序比較 (實部, 虛部) 對。 參數: x (ArrayLike) y (ArrayLike) 返回類型: Array