Skip to main content
Ctrl+K

jax.lax.mul#

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

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

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

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

Return type:

Array

previous

jax.lax.min

next

jax.lax.ne