jax.lax.ge

目录

jax.lax.ge#

jax.lax.ge(x, y)[源代码][源代码]#

逐元素大于等于:\(x \geq y\)

参数:
  • x (ArrayLike)

  • y (ArrayLike)

返回类型:

Array