# kd.typing.Initializer

[[[Source]]](https://github.com/google-research/kauldron/tree/main/kauldron/typing/__init__.py#L59)



```python
Initializer = Callable[[PRNGKey, Shape, DType], Array]
```