jax.lax.max# jax.lax.max(x, y)[源代码][源代码]# 逐元素最大值:\(\mathrm{max}(x, y)\) 对于复数,使用 (实部, 虚部) 对的字典序比较。 参数: x (ArrayLike) y (ArrayLike) 返回类型: Array