xlstm_jax.models.xlstm_clean.components.ln#
Functions#
|
|
|
Module Contents#
- xlstm_jax.models.xlstm_clean.components.ln.LayerNorm(weight=True, bias=False, eps=1e-05, dtype=jnp.float32, **kwargs)#
- Parameters:
weight (bool)
bias (bool)
eps (float)
dtype (jax.numpy.dtype)