You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate from jax.core to jax.extend.core for several deprecated symbols
A number of symbols from jax.core are deprecated as of recent JAX releases; some of them are newly available in jax.extend.core.
PiperOrigin-RevId: 706738825
Allow variable k type and output index type in topk.
This is to help support smaller model sizes for some
tflite models. Requires expanding the TF API to allow
specification of the type, `index_type`.
The change is backward-compatible.
Some changes in XLA were required to support the new
API.
PiperOrigin-RevId: 523499712