jax.lax.tie_in

Warning

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

jax.lax.tie_in¶

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

Deprecated. Ignores x and returns y.

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any