jax.lax.pow

Warning

This page was created from a pull request (#9655).

jax.lax.pow¶

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

Elementwise power: \(x^y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any