LICENSE
MANIFEST.in
README.md
pyproject.toml
tests/test_cells.py
tests/test_layers.py
torchrecurrent/__init__.py
torchrecurrent/base.py
torchrecurrent.egg-info/PKG-INFO
torchrecurrent.egg-info/SOURCES.txt
torchrecurrent.egg-info/dependency_links.txt
torchrecurrent.egg-info/requires.txt
torchrecurrent.egg-info/top_level.txt
torchrecurrent/benchmarks/__init__.py
torchrecurrent/benchmarks/adding.py
torchrecurrent/benchmarks/copymemory.py
torchrecurrent/cells/__init__.py
torchrecurrent/cells/antisymmetricrnn_cell.py
torchrecurrent/cells/atr_cell.py
torchrecurrent/cells/br_cell.py
torchrecurrent/cells/cfn_cell.py
torchrecurrent/cells/cornn_cell.py
torchrecurrent/cells/fastrnn_cell.py
torchrecurrent/cells/indrnn_cell.py
torchrecurrent/cells/janet_cell.py
torchrecurrent/cells/lem_cell.py
torchrecurrent/cells/lightru_cell.py
torchrecurrent/cells/ligru_cell.py
torchrecurrent/cells/mgu_cell.py
torchrecurrent/cells/miru_cell.py
torchrecurrent/cells/multiplicativelstm_cell.py
torchrecurrent/cells/mut_cell.py
torchrecurrent/cells/nas_cell.py
torchrecurrent/cells/originallstm_cell.py
torchrecurrent/cells/peepholelstm_cell.py
torchrecurrent/cells/ran_cell.py
torchrecurrent/cells/rhn_cell.py
torchrecurrent/cells/scrn_cell.py
torchrecurrent/cells/sgrn_cell.py
torchrecurrent/cells/star_cell.py
torchrecurrent/cells/ugrnn_cell.py
torchrecurrent/cells/unicornn_cell.py
torchrecurrent/cells/wmclstm_cell.py