jax.lax.eq

Warning

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

jax.lax.eq¶

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

Elementwise equals: \(x = y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any