xlstm_jax.models.xlstm_clean.blocks.mlstm.layer#
Classes#
Module Contents#
- class xlstm_jax.models.xlstm_clean.blocks.mlstm.layer.mLSTMLayerConfig#
Bases:
xlstm_jax.models.xlstm_clean.utils.UpProjConfigMixin- property _dtype: jax.numpy.dtype#
Returns the real dtype instead of the str from configs.
- Returns:
The jnp dtype corresponding to the string value.
- Return type:
- class xlstm_jax.models.xlstm_clean.blocks.mlstm.layer.mLSTMLayer#
Bases:
flax.linen.Module- config: mLSTMLayerConfig#