LICENSE
README.md
pyproject.toml
docker/drawTensors.py
docker/tests/test_app.py
docker/tests/test_docker.py
examples/main.py
examples/mnist.py
tensorgrad/__init__.py
tensorgrad/functions.py
tensorgrad/imgtools.py
tensorgrad/tensor.py
tensorgrad/testutils.py
tensorgrad/utils.py
tensorgrad.egg-info/PKG-INFO
tensorgrad.egg-info/SOURCES.txt
tensorgrad.egg-info/dependency_links.txt
tensorgrad.egg-info/requires.txt
tensorgrad.egg-info/top_level.txt
tensorgrad/extras/__init__.py
tensorgrad/extras/_convolution.py
tensorgrad/extras/evaluate.py
tensorgrad/extras/expectation.py
tensorgrad/extras/to_formula_old.py
tensorgrad/extras/to_latex.py
tensorgrad/extras/to_numpy.py
tensorgrad/extras/to_pytorch.py
tensorgrad/extras/to_tikz.py
tests/test_evaluate.py
tests/test_expectation.py
tests/test_functions.py
tests/test_grads.py
tests/test_graph.py
tests/test_isomorphism.py
tests/test_jacobians.py
tests/test_matrix_calc.py
tests/test_ml.py
tests/test_powers.py
tests/test_product.py
tests/test_rename.py
tests/test_simplify.py
tests/test_tensor.py
tests/test_tikz.py
tests/test_to_code.py
tests/test_to_latex.py
tests/test_variable.py