LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
cudagrad/__init__.py
cudagrad/linear.py
cudagrad/mlp.py
cudagrad/nn.py
cudagrad.egg-info/PKG-INFO
cudagrad.egg-info/SOURCES.txt
cudagrad.egg-info/dependency_links.txt
cudagrad.egg-info/not-zip-safe
cudagrad.egg-info/top_level.txt
src/bindings.cpp
src/operations.cu
src/tensor.hpp
tests/test_backward.py
tests/test_gradient_checking.py
tests/test_mlp_backward.py
tests/test_mlp_forward.py
tests/test_mlp_grad_check.py