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