jax authors 78b46043b0 Decorate jax.nn.initializers.Initializer as @typing.runtime_checkable
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
2024-01-15 05:44:18 -08:00
..