| 386 | |
| 387 | @config_class |
| 388 | class Config(Embedding.Config): |
| 389 | norm: InstantiableConfig = LayerNorm.default_config() |
| 390 | |
| 391 | def __init__(self, cfg: Config, *, parent: Optional[Module]): |
| 392 | super().__init__(cfg, parent=parent) |
nothing calls this directly
no test coverage detected