LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
linger/__init__.py
linger/__version.py
linger/config.py
linger/conv_bn_fuser.py
linger/dumper.py
linger/initialize.py
linger/layer_normalizer.py
linger/layer_tracer.py
linger/quant.py
linger/utils.py
linger/lib/lingerext.cpython-36m-x86_64-linux-gnu.so
linger/lib/lingerext.cpython-37m-x86_64-linux-gnu.so
linger/lib/lingerext.cpython-38-x86_64-linux-gnu.so
linger/modules/__init__.py
linger/modules/modules_configs.py
linger/modules/normalize_batchnorm2d.py
linger/modules/normalize_conv1d.py
linger/modules/normalize_conv2d.py
linger/modules/normalize_convTranspose2d.py
linger/modules/normalize_convbn1d.py
linger/modules/normalize_convbn2d.py
linger/modules/normalize_embedding.py
linger/modules/normalize_fastGRU.py
linger/modules/normalize_fastLSTM.py
linger/modules/normalize_layernorm.py
linger/modules/normalize_linear.py
linger/onnx/__init__.py
linger/onnx/export.py
linger/onnx/infer_type.py
linger/onnx/scope.py
linger/onnx/update_dequant.py
linger/ops/__init__.py
linger/ops/avgpool2d_int.py
linger/ops/batchnorm_int.py
linger/ops/bmm_int.py
linger/ops/conv1d_int.py
linger/ops/conv_int.py
linger/ops/convtranspose_int.py
linger/ops/embedding_int.py
linger/ops/gru_int.py
linger/ops/iqtensor.py
linger/ops/layernorm_int.py
linger/ops/linear_int.py
linger/ops/linger_functional.py
linger/ops/lstm_int.py
linger/ops/module_self.py
linger/ops/ops.py
linger/ops/ops_configs.py
linger/ops/ops_names.py
linger/ops/relu6_int.py
linger/ops/requant.py
linger/ops/scaledround_int.py
linger/ops/shuffle_channel.py
linger/tools/__init__.py
linger/tools/fix_dequant.py
linger/tools/weight_bias_analyse.py
linger/tools/onnx_quant/__init__.py
linger/tools/onnx_quant/fix_quant_onnx_replace.py
linger/tools/onnx_quant/transform/__init__.py
linger/tools/onnx_quant/transform/onnx_utils.py
linger/tools/onnx_quant/transform/replace_add.py
linger/tools/onnx_quant/transform/replace_avgpoolint.py
linger/tools/onnx_quant/transform/replace_clip.py
linger/tools/onnx_quant/transform/replace_conv.py
linger/tools/onnx_quant/transform/replace_iqsigmoid.py
linger/tools/onnx_quant/transform/replace_linearint.py
pylinger.egg-info/PKG-INFO
pylinger.egg-info/SOURCES.txt
pylinger.egg-info/dependency_links.txt
pylinger.egg-info/top_level.txt
test/test_Layernorm_int.py
test/test_ahead_relu.py
test/test_avg_pool_int.py
test/test_batchnorm_int.py
test/test_bmm_quant.py
test/test_clamp_batchnorm2d.py
test/test_clamp_conv1d.py
test/test_clamp_conv2d.py
test/test_clamp_convtranspose2d.py
test/test_clamp_gru.py
test/test_clamp_gru_in_onnxinfer.py
test/test_clamp_layernorm.py
test/test_clamp_linear.py
test/test_clamp_lstm.py
test/test_clamp_lstm_onnx_export.py
test/test_conv_dropout.py
test/test_conv_linear.py
test/test_conv_permute.py
test/test_conv_scale.py
test/test_conv_with_eval_normalize.py
test/test_conv_with_normalize.py
test/test_convbn1d_normalize.py
test/test_convbn_normalize.py
test/test_embedding_int.py
test/test_export_dict_onnx.py
test/test_full_training_process_with_fusebn.py
test/test_full_training_process_with_fusebn_with_castor_quant.py
test/test_group_conv1d_fused_bn_demo.py
test/test_group_conv_fused_bn_demo.py
test/test_gru_int.py
test/test_iq_auto_grad.py
test/test_iq_onnx_export.py
test/test_iqadd_load_state_dict.py
test/test_iqdiv.py
test/test_iqmul.py
test/test_iqsigmoid_net.py
test/test_iqsihft_quant.py
test/test_iqsum.py
test/test_iqtensor.py
test/test_iqtensor_functional.py
test/test_iqvar_net.py
test/test_lstm_int.py
test/test_ops.py
test/test_quant_histogram.py
test/test_quant_tensor_load_state_dict.py
test/test_relu6_int.py
test/test_replace_float_module.py
test/test_replace_param.py
test/test_s_conv_linear_iqcat.py
test/test_s_conv_linear_normalize.py
test/test_s_normalize_init.py
test/test_scope.py
test/test_shuffle_channel.py
test/test_simple_test.py
test/test_softmax_int.py
test/test_state_dict.py
test/test_tool.py