jax.lax.gt#

jax.lax.gt(x, y)[原始碼]#

元素級大於:\(x > y\)

參數:
  • x (ArrayLike)

  • y (ArrayLike)

回傳型別:

Array