Skip to main content
Ctrl+K

jax.lax.integer_pow#

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

Elementwise power: \(x^y\), where \(y\) is a fixed integer.

Parameters:
  • x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

  • y (int) –

Return type:

Array

previous

jax.lax.index_take

next

jax.lax.iota