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