mirror of
https://github.com/ROCm/jax.git
synced 2025-04-26 20:16:05 +00:00

Currently the serialized data and its length are being carried in two separate arrays, a fixed-with bytes array (with a hard-coded max size) and a unit32 array respectively. PiperOrigin-RevId: 734299259