MANIFEST.in
README.md
setup.py
qtorch/__init__.py
qtorch/number.py
qtorch/posit_activation.py
qtorch/auto_low/__init__.py
qtorch/auto_low/auto_low.py
qtorch/optim/__init__.py
qtorch/optim/optim_low.py
qtorch/quant/__init__.py
qtorch/quant/quant_function.py
qtorch/quant/quant_module.py
qtorch/quant/quant_cpu/bit_helper.cpp
qtorch/quant/quant_cpu/quant_cpu.cpp
qtorch/quant/quant_cpu/quant_cpu.h
qtorch/quant/quant_cpu/sim_helper.cpp
qtorch/quant/quant_cuda/._float_kernel.cu
qtorch/quant/quant_cuda/._posit_kernel.cu
qtorch/quant/quant_cuda/._quant.cu
qtorch/quant/quant_cuda/._quant_cuda.h
qtorch/quant/quant_cuda/._quant_kernel.h
qtorch/quant/quant_cuda/bit_helper.cu
qtorch/quant/quant_cuda/block_kernel.cu
qtorch/quant/quant_cuda/fixed_point_kernel.cu
qtorch/quant/quant_cuda/float_kernel.cu
qtorch/quant/quant_cuda/posit_kernel.cu
qtorch/quant/quant_cuda/quant.cu
qtorch/quant/quant_cuda/quant_cuda.cpp
qtorch/quant/quant_cuda/quant_cuda.h
qtorch/quant/quant_cuda/quant_kernel.h
qtorch/quant/quant_cuda/sim_helper.cu
qtorch_plus.egg-info/PKG-INFO
qtorch_plus.egg-info/SOURCES.txt
qtorch_plus.egg-info/dependency_links.txt
qtorch_plus.egg-info/requires.txt
qtorch_plus.egg-info/top_level.txt
test/test_backward.py
test/test_clamp.py
test/test_device.py
test/test_random.py
test/test_relation.py
test/test_stochastic.py