LICENSE
README.md
pyproject.toml
pixelflow/__init__.py
pixelflow/_version.py
pixelflow/backends/__init__.py
pixelflow/backends/_moderngl_register.py
pixelflow/backends/cpu.py
pixelflow/backends/cuda_backend.py
pixelflow/backends/moderngl_backend.py
pixelflow/backends/moderngl_shaders.py
pixelflow/core/__init__.py
pixelflow/core/encoding.py
pixelflow/core/reservoir.py
pixelflow/core/rules.py
pixelflow/readouts/__init__.py
pixelflow/readouts/linear.py
pixelflow/tasks/__init__.py
pixelflow/tasks/cifar10.py
pixelflow/tasks/eikonal.py
pixelflow/tasks/mnist.py
pixelflow/tasks/synthetic.py
pixelflow_rc.egg-info/PKG-INFO
pixelflow_rc.egg-info/SOURCES.txt
pixelflow_rc.egg-info/dependency_links.txt
pixelflow_rc.egg-info/requires.txt
pixelflow_rc.egg-info/top_level.txt
tests/test_core_smoke.py
tests/test_cuda_backend.py
tests/test_integration.py
tests/test_moderngl_backend.py
tests/test_readouts.py
tests/test_tasks.py