Skip to content

Commit

Permalink
Fix jax.core deprecation warnings for jax.extend.core.primitives symb…
Browse files Browse the repository at this point in the history
…ols.

PiperOrigin-RevId: 705546724
  • Loading branch information
fionalang authored and Google-ML-Automation committed Dec 12, 2024
1 parent 3ff5706 commit 3f58337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jax/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
"OutDBIdx": ("jax.core.OutDBIdx is deprecated.", _src_core.OutDBIdx),
"TRACER_LEAK_DEBUGGER_WARNING": ("jax.core.TRACER_LEAK_DEBUGGER_WARNING is deprecated.",
_src_core.TRACER_LEAK_DEBUGGER_WARNING),
"call_p": ("jax.core.call_p is deprecated. Use jax.extend.primitives.call_p",
"call_p": ("jax.core.call_p is deprecated. Use jax.extend.core.primitives.call_p",
_src_core.call_p),
"closed_call_p": ("jax.core.closed_call_p is deprecated. Use jax.extend.primitives.closed_call_p",
"closed_call_p": ("jax.core.closed_call_p is deprecated. Use jax.extend.core.primitives.closed_call_p",
_src_core.closed_call_p),
"concrete_aval": ("jax.core.concrete_aval is deprecated.", _src_core.concrete_aval),
"dedup_referents": ("jax.core.dedup_referents is deprecated.", _src_core.dedup_referents),
Expand Down

0 comments on commit 3f58337

Please sign in to comment.