jax.lax.pow

内容

jax.lax.pow#

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

逐元素幂: \(x^y\).

参数:
  • x (ArrayLike)

  • y (ArrayLike)

返回类型:

Array