xlstm_jax.models.xlstm_clean.blocks.mlstm.cell#
Classes#
Module Contents#
- class xlstm_jax.models.xlstm_clean.blocks.mlstm.cell.mLSTMCellConfig#
-
- 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.cell.mLSTMCell#
Bases:
flax.linen.Module- config: mLSTMCellConfig#