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