LICENSE
README.md
pyproject.toml
src/rainbow_tensor/__init__.py
src/rainbow_tensor/backends.py
src/rainbow_tensor/config.py
src/rainbow_tensor/explanations.py
src/rainbow_tensor/indexing.py
src/rainbow_tensor/layout.py
src/rainbow_tensor/render_svg.py
src/rainbow_tensor/renderers.py
src/rainbow_tensor/shape.py
src/rainbow_tensor/theme.py
src/rainbow_tensor/visual.py
src/rainbow_tensor.egg-info/PKG-INFO
src/rainbow_tensor.egg-info/SOURCES.txt
src/rainbow_tensor.egg-info/dependency_links.txt
src/rainbow_tensor.egg-info/requires.txt
src/rainbow_tensor.egg-info/top_level.txt
src/rainbow_tensor/ops/__init__.py
src/rainbow_tensor/ops/combining.py
src/rainbow_tensor/ops/einsum.py
src/rainbow_tensor/ops/reductions.py
src/rainbow_tensor/ops/reshaping.py
src/rainbow_tensor/views/__init__.py
src/rainbow_tensor/views/combining.py
src/rainbow_tensor/views/einsum.py
src/rainbow_tensor/views/reductions.py
src/rainbow_tensor/views/reshaping.py
src/rainbow_tensor/views/shapes.py
tests/test_advanced.py
tests/test_backends.py
tests/test_combining.py
tests/test_einsum.py
tests/test_explanations.py
tests/test_golden.py
tests/test_indexing.py
tests/test_layout.py
tests/test_polish.py
tests/test_reductions.py
tests/test_render_svg.py
tests/test_renderers.py
tests/test_reshaping.py
tests/test_result_shape.py
tests/test_shape.py
tests/test_shapes.py
tests/test_theme.py