jax.lax.integer_pow#

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

逐元素冪次:\(x^y\),其中 \(y\) 是固定整數。

參數:
  • x (ArrayLike)

  • y (int)

回傳型別:

Array