.clang-format
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
src/quantizers/__init__.py
src/quantizers/_version.py
src/quantizers/stateful_quantizers.py
src/quantizers.egg-info/PKG-INFO
src/quantizers.egg-info/SOURCES.txt
src/quantizers.egg-info/dependency_links.txt
src/quantizers.egg-info/requires.txt
src/quantizers.egg-info/top_level.txt
src/quantizers/binary/__init__.py
src/quantizers/binary/_binary_ops.py
src/quantizers/binary/binary_ops.py
src/quantizers/binary/binary_ops_np.py
src/quantizers/fixed_point/__init__.py
src/quantizers/fixed_point/_fixed_point_ops.py
src/quantizers/fixed_point/fixed_point_ops.py
src/quantizers/fixed_point/fixed_point_ops_np.py
src/quantizers/minifloat/__init__.py
src/quantizers/minifloat/_float_point_ops.py
src/quantizers/minifloat/float_point_ops.py
src/quantizers/minifloat/float_point_ops_np.py
test/test_quantizer_match.py
test/test_stateless_quantizer.py
test/cpp_source/quantizers.h
test/cpp_source/ap_types/ap_binary.h
test/cpp_source/ap_types/ap_common.h
test/cpp_source/ap_types/ap_decl.h
test/cpp_source/ap_types/ap_fixed.h
test/cpp_source/ap_types/ap_fixed_base.h
test/cpp_source/ap_types/ap_fixed_ref.h
test/cpp_source/ap_types/ap_fixed_special.h
test/cpp_source/ap_types/ap_float.h
test/cpp_source/ap_types/ap_int.h
test/cpp_source/ap_types/ap_int_base.h
test/cpp_source/ap_types/ap_int_ref.h
test/cpp_source/ap_types/ap_int_special.h
test/cpp_source/ap_types/ap_shift_reg.h
test/cpp_source/ap_types/hls_math.h
test/cpp_source/ap_types/hls_stream.h
test/cpp_source/ap_types/test.cpp
test/cpp_source/ap_types/etc/ap_private.h
test/cpp_source/ap_types/utils/x_hls_utils.h