LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements-opt.txt
requirements.txt
setup.cfg
setup.py
version.txt
bitorch/__init__.py
bitorch/config.py
bitorch/util.py
bitorch.egg-info/PKG-INFO
bitorch.egg-info/SOURCES.txt
bitorch.egg-info/dependency_links.txt
bitorch.egg-info/requires.txt
bitorch.egg-info/top_level.txt
bitorch/datasets/__init__.py
bitorch/datasets/base.py
bitorch/datasets/cifar.py
bitorch/datasets/dummy_dataset.py
bitorch/datasets/imagenet.py
bitorch/datasets/mnist.py
bitorch/layers/__init__.py
bitorch/layers/config.py
bitorch/layers/debug_layers.py
bitorch/layers/pact.py
bitorch/layers/qactivation.py
bitorch/layers/qconv1d.py
bitorch/layers/qconv2d.py
bitorch/layers/qconv3d.py
bitorch/layers/qembedding.py
bitorch/layers/qlinear.py
bitorch/models/__init__.py
bitorch/models/base.py
bitorch/models/common_layers.py
bitorch/models/lenet.py
bitorch/models/resnet.py
bitorch/models/resnet_e.py
bitorch/optimization/__init__.py
bitorch/optimization/radam.py
bitorch/quantizations/__init__.py
bitorch/quantizations/approx_sign.py
bitorch/quantizations/base.py
bitorch/quantizations/config.py
bitorch/quantizations/dorefa.py
bitorch/quantizations/identity.py
bitorch/quantizations/sign.py
bitorch/quantizations/ste_heaviside.py
bitorch/quantizations/swish_sign.py
examples/__init__.py
tests/__init__.py
tests/test_argparse.py
tests/test_configs.py
tests/layers/__init__.py
tests/layers/test_pact.py
tests/layers/test_qactivation.py
tests/layers/test_qconv.py
tests/layers/test_qconv_noact.py
tests/layers/test_qembeddings.py
tests/layers/test_qlinear.py
tests/quantizations/__init__.py
tests/quantizations/test_quantizations.py