LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
requirements.txt
docs/requirements.txt
docs/source/conf.py
examples/example_act.py
examples/example_b2t.py
examples/example_cifar10_po2.py
examples/example_keras_to_qkeras.py
examples/example_mnist.py
examples/example_mnist_ae.py
examples/example_mnist_b2t.py
examples/example_mnist_bn.py
examples/example_mnist_po2.py
examples/example_qdense.py
examples/example_qoctave.py
examples/example_ternary.py
experimental/lo/__init__.py
experimental/lo/compress.py
experimental/lo/conv2d.py
experimental/lo/dense.py
experimental/lo/generate_rf_code.py
experimental/lo/optimizer.py
experimental/lo/receptive.py
experimental/lo/utils.py
experimental/lo/random_forest/__init__.py
experimental/lo/random_forest/gen_random_tree.py
experimental/lo/random_forest/parser.py
experimental/lo/random_forest/random_forest.py
experimental/lo/random_forest/random_tree.py
experimental/lo/random_forest/utils.py
experimental/lo/table/__init__.py
experimental/lo/table/parser.py
experimental/lo/table/utils.py
qkeras/__init__.py
qkeras/b2t.py
qkeras/base_quantizer.py
qkeras/bn_folding_utils.py
qkeras/callbacks.py
qkeras/codebook.py
qkeras/estimate.py
qkeras/ops_portable.py
qkeras/qconv2d_batchnorm.py
qkeras/qconvolutional.py
qkeras/qdense_batchnorm.py
qkeras/qdepthwise_conv2d_transpose.py
qkeras/qdepthwiseconv2d_batchnorm.py
qkeras/qlayers.py
qkeras/qmac.py
qkeras/qnormalization.py
qkeras/qoctave.py
qkeras/qpooling.py
qkeras/qrecurrent.py
qkeras/qseparable_conv2d_transpose.py
qkeras/quantizer_imports.py
qkeras/quantizer_registry.py
qkeras/quantizers.py
qkeras/registry.py
qkeras/safe_eval.py
qkeras/utils.py
qkeras/qtools/__init__.py
qkeras/qtools/config_public.py
qkeras/qtools/generate_layer_data_type_map.py
qkeras/qtools/interface.py
qkeras/qtools/qgraph.py
qkeras/qtools/qtools_util.py
qkeras/qtools/run_qtools.py
qkeras/qtools/settings.py
qkeras/qtools/DnC/divide_and_conquer.py
qkeras/qtools/DnC/dnc_layer_cost_ace.py
qkeras/qtools/examples/example_generate_json.py
qkeras/qtools/examples/example_get_energy.py
qkeras/qtools/qenergy/__init__.py
qkeras/qtools/qenergy/qenergy.py
qkeras/qtools/quantized_operators/__init__.py
qkeras/qtools/quantized_operators/accumulator_factory.py
qkeras/qtools/quantized_operators/accumulator_impl.py
qkeras/qtools/quantized_operators/adder_factory.py
qkeras/qtools/quantized_operators/adder_impl.py
qkeras/qtools/quantized_operators/divider_factory.py
qkeras/qtools/quantized_operators/divider_impl.py
qkeras/qtools/quantized_operators/fused_bn_factory.py
qkeras/qtools/quantized_operators/merge_factory.py
qkeras/qtools/quantized_operators/multiplier_factory.py
qkeras/qtools/quantized_operators/multiplier_impl.py
qkeras/qtools/quantized_operators/qbn_factory.py
qkeras/qtools/quantized_operators/quantizer_factory.py
qkeras/qtools/quantized_operators/quantizer_impl.py
qkeras/qtools/quantized_operators/subtractor_factory.py
tests/api_test.py
tests/automatic_conversion_test.py
tests/bn_folding_test.py
tests/callbacks_test.py
tests/codebook_test.py
tests/leakyrelu_test.py
tests/min_max_test.py
tests/print_qstats_test.py
tests/qactivation_test.py
tests/qadaptiveactivation_test.py
tests/qalpha_test.py
tests/qconvolutional_test.py
tests/qdepthwise_conv2d_transpose_test.py
tests/qlayers_test.py
tests/qmac_test.py
tests/qnoise_test.py
tests/qpooling_test.py
tests/qrecurrent_test.py
tests/qseparable_conv2d_transpose_test.py
tests/qtools_model_test.py
tests/qtools_util_test.py
tests/quantizer_impl_test.py
tests/quantizer_registry_test.py
tests/range_test.py
tests/registry_test.py
tests/safe_eval_test.py
tests/test_hls4ml_compile_qconv1d.py
tests/test_hls4ml_compile_qdense.py
tests/utils_test.py