Warning

This page was created from a pull request.

jax.lax.mul¶

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

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

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any