jax.lax.lt

内容

jax.lax.lt#

jax.lax.lt(x, y)[source]#

逐元素小于:\(x < y\).

参数:
  • x (ArrayLike)

  • y (ArrayLike)

返回类型:

数组