AUTHORS
CHANGELOG.md
LICENSE
README.md
mypy.ini
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
version.txt
bitorch/__init__.py
bitorch/config.py
bitorch/runtime_mode.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/layers/register.py
bitorch/layers/extensions/__init__.py
bitorch/layers/extensions/layer_container.py
bitorch/layers/extensions/layer_implementation.py
bitorch/layers/extensions/layer_recipe.py
bitorch/layers/extensions/layer_registration.py
bitorch/layers/extensions/layer_registry.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/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
examples/mnist/README.md
examples/mnist/__init__.py
examples/mnist/requirements.txt
examples/mnist/train_mnist.py
examples/pytorch_lightning/README.md
examples/pytorch_lightning/__init__.py
examples/pytorch_lightning/image_classification.py
examples/pytorch_lightning/requirements.txt
examples/pytorch_lightning/utils/__init__.py
examples/pytorch_lightning/utils/arg_parser.py
examples/pytorch_lightning/utils/lightning_model.py
examples/pytorch_lightning/utils/log.py
examples/pytorch_lightning/utils/unused_args.py
examples/pytorch_lightning/utils/utils.py
tests/__init__.py
tests/test_argparse.py
tests/test_configs.py
tests/test_runtime_mode.py
tests/layers/__init__.py
tests/layers/test_layer_impl.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/layers/test_switchable_layer.py
tests/models/__init__.py
tests/models/test_model_conversion.py
tests/models/test_models.py
tests/quantizations/__init__.py
tests/quantizations/test_quantizations.py