mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 21:06:06 +00:00

Without this decorator, we get a warning from typeguard: ``` .../typeguard/_checkers.py:474: UserWarning: Typeguard cannot check the Initializer protocol because it is a non-runtime protocol. If you would like to type check this protocol, please use @typing.runtime_checkable ``` PiperOrigin-RevId: 598588778