Peter Hawkins 94abaf430e Add lax.FftType.
We had never provided a public name for the enum of FFT types; instead it was only known by a semi-private name (jax.lib.xla_client.FftType). Add a public name (jax.lax.FftType) and deprecate the private one.

We define a new FftType IntEnum rather than trying to expose the one in xla_client. The xla_client definition was useful when building classic HLO, but we no longer do that so there's no reason we need to couple our type to XLA's type.

PiperOrigin-RevId: 684447186
2024-10-10 08:07:35 -07:00
..
2024-08-28 11:04:14 -07:00
2024-08-01 15:36:32 -04:00
2021-03-08 10:44:52 -08:00
2024-08-13 21:33:45 -07:00
2023-12-06 09:16:43 -08:00
2023-12-06 09:16:43 -08:00
2024-10-10 08:07:35 -07:00
2024-07-15 17:30:54 +00:00
2024-10-03 10:40:39 -07:00
2024-10-09 13:55:43 -04:00
2023-10-10 08:46:36 -07:00
2024-09-25 21:26:05 +05:30
2023-01-30 11:57:06 -08:00
2024-08-13 11:53:57 -07:00
2024-09-25 21:26:05 +05:30
2024-09-05 20:47:40 +02:00

To rebuild the documentation, see Update Documentation.