jax.lax.mul

Warning

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

jax.lax.mul¶

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

Elementwise multiplication: \(x \times y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any