Warning

This page was created from a pull request.

jax.lax.eq¶

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

Elementwise equals: \(x = y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any