LICENSE
README.md
pyproject.toml
heroch/__init__.py
heroch/tensor.py
heroch.egg-info/PKG-INFO
heroch.egg-info/SOURCES.txt
heroch.egg-info/dependency_links.txt
heroch.egg-info/requires.txt
heroch.egg-info/top_level.txt
heroch/nn/__init__.py
heroch/nn/activations.py
heroch/nn/linear.py
heroch/nn/loss.py
heroch/nn/module.py
heroch/optim/__init__.py
heroch/optim/optimizer.py
heroch/optim/sgd.py
tests/test_heroch.py