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