README.md
README.rst
pyproject.toml
eazygrad/__init__.py
eazygrad/_tensor.py
eazygrad/optimizer.py
eazygrad/tensor_factories.py
eazygrad.egg-info/PKG-INFO
eazygrad.egg-info/SOURCES.txt
eazygrad.egg-info/dependency_links.txt
eazygrad.egg-info/requires.txt
eazygrad.egg-info/top_level.txt
eazygrad/data/__init__.py
eazygrad/data/dataloader.py
eazygrad/data/datasets.py
eazygrad/data/utils.py
eazygrad/functions/__init__.py
eazygrad/functions/activations.py
eazygrad/functions/loss.py
eazygrad/functions/math.py
eazygrad/functions/specials.py
eazygrad/grad/__init__.py
eazygrad/grad/computation_graph.py
eazygrad/grad/operations.py
eazygrad/nn/__init__.py
eazygrad/nn/linear.py
eazygrad/nn/module.py
eazygrad/utils/__init__.py
eazygrad/utils/check.py
test/test_arithmetic_backward.py
test/test_arithmetic_forward.py
test/test_function_backward.py
test/test_function_forward.py
test/test_grad_engine.py
test/test_index_ops_backward.py
test/test_index_ops_forward.py
test/test_init.py
test/test_linear.py
test/test_mnist_mlp.py
test/test_numpy.py
test/test_optimizer.py
test/test_plot_dag.py
test/test_shape_ops_backward.py
test/test_shape_ops_forward.py
test/test_utils.py