README.md
pyproject.toml
src/homa/__init__.py
src/homa/cli.py
src/homa/device.py
src/homa/settings.py
src/homa.egg-info/PKG-INFO
src/homa.egg-info/SOURCES.txt
src/homa.egg-info/dependency_links.txt
src/homa.egg-info/entry_points.txt
src/homa.egg-info/requires.txt
src/homa.egg-info/top_level.txt
src/homa/activation/__init__.py
src/homa/activation/utils.py
src/homa/activation/classes/APLU.py
src/homa/activation/classes/GALU.py
src/homa/activation/classes/MELU.py
src/homa/activation/classes/PDELU.py
src/homa/activation/classes/SReLU.py
src/homa/activation/classes/SmallGALU.py
src/homa/activation/classes/StochasticActivation.py
src/homa/activation/classes/WideMELU.py
src/homa/activation/classes/__init__.py
src/homa/models/StochasticResnet.py
src/homa/models/utils.py
src/homa/torch/Module.py
src/homa/torch/__init__.py
src/homa/torch/helpers.py