jax.lax.integer_pow# jax.lax.integer_pow(x, y)[source]# 逐元素幂运算:\(x^y\),其中 \(y\) 是一个固定的整数。 参数: x (ArrayLike) y (int) 返回类型: Array