jax.lax.min# jax.lax.min(x, y)[source]# 逐元素最小值:\(\mathrm{min}(x, y)\) 對於複數,使用字典順序比較 (實部, 虛部) 組。 參數: x (ArrayLike) y (ArrayLike) 返回類型: Array