.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CITATION.cff
LICENSE
MANIFEST.in
README.md
dev_requirements.txt
flake.lock
flake.nix
postBuild
pyproject.toml
.github/workflows/build.yml
.github/workflows/pypi.yml
nir/__init__.py
nir/serialization.py
nir.egg-info/PKG-INFO
nir.egg-info/SOURCES.txt
nir.egg-info/dependency_links.txt
nir.egg-info/requires.txt
nir.egg-info/top_level.txt
nir/ir/__init__.py
nir/ir/conv.py
nir/ir/delay.py
nir/ir/flatten.py
nir/ir/graph.py
nir/ir/linear.py
nir/ir/neuron.py
nir/ir/node.py
nir/ir/pooling.py
nir/ir/surrogate_gradient.py
nir/ir/typing.py
nir/ir/utils.py
tests/__init__.py
tests/test_architectures.py
tests/test_ir.py
tests/test_readwrite.py