LICENSE
MANIFEST.in
README.md
setup.py
licensing/third-party-programs.txt
nncf/__init__.py
nncf/definitions.py
nncf/parameters.py
nncf/scopes.py
nncf/version.py
nncf.egg-info/PKG-INFO
nncf.egg-info/SOURCES.txt
nncf.egg-info/dependency_links.txt
nncf.egg-info/requires.txt
nncf.egg-info/top_level.txt
nncf/api/__init__.py
nncf/api/compression.py
nncf/api/statistics.py
nncf/common/__init__.py
nncf/common/collector.py
nncf/common/composite_compression.py
nncf/common/compression.py
nncf/common/deprecation.py
nncf/common/engine.py
nncf/common/exporter.py
nncf/common/factory.py
nncf/common/insertion_point_graph.py
nncf/common/schedulers.py
nncf/common/scopes.py
nncf/common/stateful_classes_registry.py
nncf/common/statistics.py
nncf/common/tensor.py
nncf/common/accuracy_aware_training/__init__.py
nncf/common/accuracy_aware_training/runner.py
nncf/common/accuracy_aware_training/runner_factory.py
nncf/common/accuracy_aware_training/statistics.py
nncf/common/accuracy_aware_training/training_loop.py
nncf/common/graph/__init__.py
nncf/common/graph/definitions.py
nncf/common/graph/graph.py
nncf/common/graph/graph_matching.py
nncf/common/graph/layer_attributes.py
nncf/common/graph/model_transformer.py
nncf/common/graph/operator_metatypes.py
nncf/common/graph/utils.py
nncf/common/graph/patterns/__init__.py
nncf/common/graph/patterns/manager.py
nncf/common/graph/patterns/patterns.py
nncf/common/graph/transformations/__init__.py
nncf/common/graph/transformations/command_creation.py
nncf/common/graph/transformations/commands.py
nncf/common/graph/transformations/layout.py
nncf/common/hardware/__init__.py
nncf/common/hardware/config.py
nncf/common/hardware/opset.py
nncf/common/hardware/configs/cpu.json
nncf/common/hardware/configs/gpu.json
nncf/common/hardware/configs/template.json
nncf/common/hardware/configs/vpu.json
nncf/common/initialization/__init__.py
nncf/common/initialization/batchnorm_adaptation.py
nncf/common/initialization/dataloader.py
nncf/common/logging/__init__.py
nncf/common/logging/logger.py
nncf/common/logging/progress_bar.py
nncf/common/pruning/__init__.py
nncf/common/pruning/clusterization.py
nncf/common/pruning/mask_propagation.py
nncf/common/pruning/model_analysis.py
nncf/common/pruning/node_selector.py
nncf/common/pruning/operations.py
nncf/common/pruning/schedulers.py
nncf/common/pruning/shape_pruning_processor.py
nncf/common/pruning/statistics.py
nncf/common/pruning/structs.py
nncf/common/pruning/symbolic_mask.py
nncf/common/pruning/tensor_processor.py
nncf/common/pruning/utils.py
nncf/common/pruning/weights_flops_calculator.py
nncf/common/quantization/__init__.py
nncf/common/quantization/collectors.py
nncf/common/quantization/config_assignment.py
nncf/common/quantization/quantizer_removal.py
nncf/common/quantization/quantizer_setup.py
nncf/common/quantization/quantizers.py
nncf/common/quantization/statistics.py
nncf/common/quantization/structs.py
nncf/common/quantization/initialization/__init__.py
nncf/common/quantization/initialization/range.py
nncf/common/quantization/quantizer_propagation/__init__.py
nncf/common/quantization/quantizer_propagation/graph.py
nncf/common/quantization/quantizer_propagation/grouping.py
nncf/common/quantization/quantizer_propagation/solver.py
nncf/common/quantization/quantizer_propagation/structs.py
nncf/common/quantization/quantizer_propagation/visualizer.py
nncf/common/sparsity/__init__.py
nncf/common/sparsity/collector.py
nncf/common/sparsity/controller.py
nncf/common/sparsity/schedulers.py
nncf/common/sparsity/statistics.py
nncf/common/tensor_statistics/__init__.py
nncf/common/tensor_statistics/aggregator.py
nncf/common/tensor_statistics/collectors.py
nncf/common/tensor_statistics/reduction.py
nncf/common/tensor_statistics/statistic_point.py
nncf/common/tensor_statistics/statistics.py
nncf/common/utils/__init__.py
nncf/common/utils/api_marker.py
nncf/common/utils/backend.py
nncf/common/utils/debug.py
nncf/common/utils/decorators.py
nncf/common/utils/dot_file_rw.py
nncf/common/utils/helpers.py
nncf/common/utils/os.py
nncf/common/utils/patcher.py
nncf/common/utils/registry.py
nncf/common/utils/tensorboard.py
nncf/common/utils/timer.py
nncf/common/utils/logger/__init__.py
nncf/config/__init__.py
nncf/config/config.py
nncf/config/definitions.py
nncf/config/extractors.py
nncf/config/schema.py
nncf/config/structures.py
nncf/config/telemetry_extractors.py
nncf/config/utils.py
nncf/config/schemata/__init__.py
nncf/config/schemata/accuracy_aware.py
nncf/config/schemata/basic.py
nncf/config/schemata/defaults.py
nncf/config/schemata/experimental_schema.py
nncf/config/schemata/algo/__init__.py
nncf/config/schemata/algo/binarization.py
nncf/config/schemata/algo/const_sparsity.py
nncf/config/schemata/algo/filter_pruning.py
nncf/config/schemata/algo/knowledge_distillation.py
nncf/config/schemata/algo/magnitude_sparsity.py
nncf/config/schemata/algo/quantization.py
nncf/config/schemata/algo/rb_sparsity.py
nncf/config/schemata/common/__init__.py
nncf/config/schemata/common/compression.py
nncf/config/schemata/common/initialization.py
nncf/config/schemata/common/sparsity.py
nncf/config/schemata/common/targeting.py
nncf/data/__init__.py
nncf/data/dataset.py
nncf/experimental/__init__.py
nncf/experimental/common/__init__.py
nncf/experimental/common/graph/__init__.py
nncf/experimental/common/graph/netron.py
nncf/experimental/common/pruning/__init__.py
nncf/experimental/common/pruning/block_hierarchy.py
nncf/experimental/common/pruning/nodes_grouping.py
nncf/experimental/common/pruning/operations.py
nncf/experimental/common/pruning/propagation_data.py
nncf/experimental/common/tensor_statistics/__init__.py
nncf/experimental/common/tensor_statistics/collectors.py
nncf/experimental/openvino/__init__.py
nncf/experimental/openvino/quantization/__init__.py
nncf/experimental/openvino/quantization/quantize_model.py
nncf/experimental/tensorflow/__init__.py
nncf/experimental/tensorflow/context.py
nncf/experimental/tensorflow/nncf_network.py
nncf/experimental/tensorflow/patch_tf.py
nncf/experimental/tensorflow/scope.py
nncf/experimental/tensorflow/graph/__init__.py
nncf/experimental/tensorflow/graph/argprovider.py
nncf/experimental/tensorflow/graph/converter.py
nncf/experimental/tensorflow/graph/model_transformer.py
nncf/experimental/tensorflow/graph/node_attributes.py
nncf/experimental/tensorflow/graph/transformations/__init__.py
nncf/experimental/tensorflow/graph/transformations/commands.py
nncf/experimental/tensorflow/graph/transformations/layout.py
nncf/experimental/tensorflow/quantization/__init__.py
nncf/experimental/tensorflow/quantization/algorithm.py
nncf/experimental/tensorflow/quantization/init_range.py
nncf/experimental/tensorflow/quantization/quantizers.py
nncf/experimental/torch/__init__.py
nncf/experimental/torch/nas/__init__.py
nncf/experimental/torch/nas/bootstrapNAS/__init__.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/__init__.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/base_handler.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_depth.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_kernel.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_width.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_builder.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_controller.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_dim.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/filter_reorder.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/multi_elasticity_handler.py
nncf/experimental/torch/nas/bootstrapNAS/elasticity/visualization.py
nncf/experimental/torch/nas/bootstrapNAS/search/__init__.py
nncf/experimental/torch/nas/bootstrapNAS/search/evaluator.py
nncf/experimental/torch/nas/bootstrapNAS/search/evaluator_handler.py
nncf/experimental/torch/nas/bootstrapNAS/search/search.py
nncf/experimental/torch/nas/bootstrapNAS/training/__init__.py
nncf/experimental/torch/nas/bootstrapNAS/training/base_training.py
nncf/experimental/torch/nas/bootstrapNAS/training/lr_scheduler.py
nncf/experimental/torch/nas/bootstrapNAS/training/model_creator_helpers.py
nncf/experimental/torch/nas/bootstrapNAS/training/progressive_shrinking_builder.py
nncf/experimental/torch/nas/bootstrapNAS/training/progressive_shrinking_controller.py
nncf/experimental/torch/nas/bootstrapNAS/training/scheduler.py
nncf/experimental/torch/nas/bootstrapNAS/training/stage_descriptor.py
nncf/experimental/torch/nas/bootstrapNAS/training/training_algorithm.py
nncf/experimental/torch/pruning/__init__.py
nncf/experimental/torch/pruning/operations.py
nncf/experimental/torch/quantization/__init__.py
nncf/experimental/torch/quantization/quantize_model.py
nncf/experimental/torch/search_building_blocks/__init__.py
nncf/experimental/torch/search_building_blocks/search_blocks.py
nncf/experimental/torch/search_building_blocks/search_graph.py
nncf/experimental/torch/sparsity/__init__.py
nncf/experimental/torch/sparsity/movement/__init__.py
nncf/experimental/torch/sparsity/movement/algo.py
nncf/experimental/torch/sparsity/movement/functions.py
nncf/experimental/torch/sparsity/movement/layers.py
nncf/experimental/torch/sparsity/movement/loss.py
nncf/experimental/torch/sparsity/movement/scheduler.py
nncf/experimental/torch/sparsity/movement/structured_mask_handler.py
nncf/onnx/__init__.py
nncf/onnx/engine.py
nncf/onnx/tensor.py
nncf/onnx/graph/__init__.py
nncf/onnx/graph/model_transformer.py
nncf/onnx/graph/nncf_graph_builder.py
nncf/onnx/graph/node_utils.py
nncf/onnx/graph/onnx_graph.py
nncf/onnx/graph/metatypes/__init__.py
nncf/onnx/graph/metatypes/onnx_metatypes.py
nncf/onnx/graph/transformations/__init__.py
nncf/onnx/graph/transformations/command_creation.py
nncf/onnx/graph/transformations/commands.py
nncf/onnx/hardware/__init__.py
nncf/onnx/hardware/config.py
nncf/onnx/hardware/fused_patterns.py
nncf/onnx/hardware/pattern_operations.py
nncf/onnx/quantization/__init__.py
nncf/onnx/quantization/default_quantization.py
nncf/onnx/quantization/ignored_patterns.py
nncf/onnx/quantization/quantize_model.py
nncf/onnx/quantization/quantizer_parameters.py
nncf/onnx/statistics/__init__.py
nncf/onnx/statistics/aggregator.py
nncf/onnx/statistics/collectors.py
nncf/onnx/statistics/statistics.py
nncf/openvino/__init__.py
nncf/openvino/engine.py
nncf/openvino/tensor.py
nncf/openvino/graph/__init__.py
nncf/openvino/graph/model_transformer.py
nncf/openvino/graph/nncf_graph_builder.py
nncf/openvino/graph/node_utils.py
nncf/openvino/graph/metatypes/__init__.py
nncf/openvino/graph/metatypes/common.py
nncf/openvino/graph/metatypes/openvino_metatypes.py
nncf/openvino/graph/transformations/__init__.py
nncf/openvino/graph/transformations/command_creation.py
nncf/openvino/graph/transformations/commands.py
nncf/openvino/hardware/__init__.py
nncf/openvino/hardware/config.py
nncf/openvino/hardware/fused_patterns.py
nncf/openvino/hardware/pattern_operations.py
nncf/openvino/pot/__init__.py
nncf/openvino/pot/engine.py
nncf/openvino/pot/telemetry_extractors.py
nncf/openvino/pot/quantization/__init__.py
nncf/openvino/pot/quantization/accuracy_aware.py
nncf/openvino/pot/quantization/quantize_model.py
nncf/openvino/quantization/__init__.py
nncf/openvino/quantization/backend_parameters.py
nncf/openvino/quantization/default_quantization.py
nncf/openvino/quantization/ignored_patterns.py
nncf/openvino/quantization/quantize_model.py
nncf/openvino/statistics/__init__.py
nncf/openvino/statistics/aggregator.py
nncf/openvino/statistics/collectors.py
nncf/openvino/statistics/statistics.py
nncf/quantization/__init__.py
nncf/quantization/advanced_parameters.py
nncf/quantization/fake_quantize.py
nncf/quantization/passes.py
nncf/quantization/quantize_model.py
nncf/quantization/range_estimator.py
nncf/quantization/telemetry_extractors.py
nncf/quantization/algorithms/__init__.py
nncf/quantization/algorithms/algorithm.py
nncf/quantization/algorithms/accuracy_control/__init__.py
nncf/quantization/algorithms/accuracy_control/algorithm.py
nncf/quantization/algorithms/accuracy_control/backend.py
nncf/quantization/algorithms/accuracy_control/openvino_backend.py
nncf/quantization/algorithms/accuracy_control/rank_functions.py
nncf/quantization/algorithms/accuracy_control/ranker.py
nncf/quantization/algorithms/bias_correction/__init__.py
nncf/quantization/algorithms/bias_correction/algorithm.py
nncf/quantization/algorithms/bias_correction/backend.py
nncf/quantization/algorithms/bias_correction/onnx_backend.py
nncf/quantization/algorithms/bias_correction/openvino_backend.py
nncf/quantization/algorithms/fast_bias_correction/__init__.py
nncf/quantization/algorithms/fast_bias_correction/algorithm.py
nncf/quantization/algorithms/fast_bias_correction/backend.py
nncf/quantization/algorithms/fast_bias_correction/onnx_backend.py
nncf/quantization/algorithms/fast_bias_correction/openvino_backend.py
nncf/quantization/algorithms/min_max/__init__.py
nncf/quantization/algorithms/min_max/algorithm.py
nncf/quantization/algorithms/min_max/backend.py
nncf/quantization/algorithms/min_max/onnx_backend.py
nncf/quantization/algorithms/min_max/openvino_backend.py
nncf/quantization/algorithms/min_max/torch_backend.py
nncf/quantization/algorithms/post_training/__init__.py
nncf/quantization/algorithms/post_training/algorithm.py
nncf/telemetry/__init__.py
nncf/telemetry/decorator.py
nncf/telemetry/events.py
nncf/telemetry/extractors.py
nncf/telemetry/wrapper.py
nncf/tensorflow/__init__.py
nncf/tensorflow/algorithm_selector.py
nncf/tensorflow/batchnorm_adaptation.py
nncf/tensorflow/exporter.py
nncf/tensorflow/functions.py
nncf/tensorflow/initialization.py
nncf/tensorflow/loss.py
nncf/tensorflow/tensor.py
nncf/tensorflow/tf_internals.py
nncf/tensorflow/accuracy_aware_training/__init__.py
nncf/tensorflow/accuracy_aware_training/keras_model_utils.py
nncf/tensorflow/accuracy_aware_training/runner.py
nncf/tensorflow/api/__init__.py
nncf/tensorflow/api/composite_compression.py
nncf/tensorflow/api/compression.py
nncf/tensorflow/callbacks/__init__.py
nncf/tensorflow/callbacks/checkpoint_callback.py
nncf/tensorflow/callbacks/statistics_callback.py
nncf/tensorflow/graph/__init__.py
nncf/tensorflow/graph/converter.py
nncf/tensorflow/graph/model_transformer.py
nncf/tensorflow/graph/pattern_operations.py
nncf/tensorflow/graph/patterns.py
nncf/tensorflow/graph/utils.py
nncf/tensorflow/graph/metatypes/__init__.py
nncf/tensorflow/graph/metatypes/common.py
nncf/tensorflow/graph/metatypes/keras_layers.py
nncf/tensorflow/graph/metatypes/matcher.py
nncf/tensorflow/graph/metatypes/tf_ops.py
nncf/tensorflow/graph/transformations/__init__.py
nncf/tensorflow/graph/transformations/commands.py
nncf/tensorflow/graph/transformations/layout.py
nncf/tensorflow/hardware/__init__.py
nncf/tensorflow/hardware/config.py
nncf/tensorflow/hardware/fused_patterns.py
nncf/tensorflow/helpers/__init__.py
nncf/tensorflow/helpers/callback_creation.py
nncf/tensorflow/helpers/model_creation.py
nncf/tensorflow/helpers/model_manager.py
nncf/tensorflow/helpers/utils.py
nncf/tensorflow/layers/__init__.py
nncf/tensorflow/layers/custom_objects.py
nncf/tensorflow/layers/data_layout.py
nncf/tensorflow/layers/operation.py
nncf/tensorflow/layers/wrapper.py
nncf/tensorflow/pruning/__init__.py
nncf/tensorflow/pruning/base_algorithm.py
nncf/tensorflow/pruning/callbacks.py
nncf/tensorflow/pruning/operations.py
nncf/tensorflow/pruning/tensor_processor.py
nncf/tensorflow/pruning/utils.py
nncf/tensorflow/pruning/filter_pruning/__init__.py
nncf/tensorflow/pruning/filter_pruning/algorithm.py
nncf/tensorflow/pruning/filter_pruning/functions.py
nncf/tensorflow/quantization/__init__.py
nncf/tensorflow/quantization/algorithm.py
nncf/tensorflow/quantization/collectors.py
nncf/tensorflow/quantization/default_quantization.py
nncf/tensorflow/quantization/functions.py
nncf/tensorflow/quantization/init_range.py
nncf/tensorflow/quantization/layers.py
nncf/tensorflow/quantization/quantize_model.py
nncf/tensorflow/quantization/quantizers.py
nncf/tensorflow/quantization/utils.py
nncf/tensorflow/sparsity/__init__.py
nncf/tensorflow/sparsity/base_algorithm.py
nncf/tensorflow/sparsity/callbacks.py
nncf/tensorflow/sparsity/collector.py
nncf/tensorflow/sparsity/utils.py
nncf/tensorflow/sparsity/magnitude/__init__.py
nncf/tensorflow/sparsity/magnitude/algorithm.py
nncf/tensorflow/sparsity/magnitude/functions.py
nncf/tensorflow/sparsity/magnitude/operation.py
nncf/tensorflow/sparsity/rb/__init__.py
nncf/tensorflow/sparsity/rb/algorithm.py
nncf/tensorflow/sparsity/rb/functions.py
nncf/tensorflow/sparsity/rb/loss.py
nncf/tensorflow/sparsity/rb/operation.py
nncf/tensorflow/tensor_statistics/__init__.py
nncf/tensorflow/tensor_statistics/collectors.py
nncf/tensorflow/tensor_statistics/reduction.py
nncf/tensorflow/tensor_statistics/statistics.py
nncf/tensorflow/utils/__init__.py
nncf/tensorflow/utils/hook_handle.py
nncf/tensorflow/utils/node.py
nncf/tensorflow/utils/scopes_handle.py
nncf/tensorflow/utils/state.py
nncf/torch/__init__.py
nncf/torch/algo_selector.py
nncf/torch/batchnorm_adaptation.py
nncf/torch/checkpoint_loading.py
nncf/torch/composite_compression.py
nncf/torch/compression_method_api.py
nncf/torch/debug.py
nncf/torch/engine.py
nncf/torch/exporter.py
nncf/torch/functions.py
nncf/torch/initialization.py
nncf/torch/layer_utils.py
nncf/torch/layers.py
nncf/torch/model_creation.py
nncf/torch/module_operations.py
nncf/torch/nested_objects_traversal.py
nncf/torch/nncf_module_replacement.py
nncf/torch/nncf_network.py
nncf/torch/structures.py
nncf/torch/tensor.py
nncf/torch/utils.py
nncf/torch/accuracy_aware_training/__init__.py
nncf/torch/accuracy_aware_training/runner.py
nncf/torch/accuracy_aware_training/utils.py
nncf/torch/automl/__init__.py
nncf/torch/automl/agent/__init__.py
nncf/torch/automl/agent/ddpg/__init__.py
nncf/torch/automl/agent/ddpg/ddpg.py
nncf/torch/automl/agent/ddpg/memory.py
nncf/torch/automl/environment/__init__.py
nncf/torch/automl/environment/quantization_env.py
nncf/torch/binarization/__init__.py
nncf/torch/binarization/algo.py
nncf/torch/binarization/binarize_functions.py
nncf/torch/binarization/extensions.py
nncf/torch/binarization/layers.py
nncf/torch/binarization/reference.py
nncf/torch/dynamic_graph/__init__.py
nncf/torch/dynamic_graph/context.py
nncf/torch/dynamic_graph/graph.py
nncf/torch/dynamic_graph/graph_tracer.py
nncf/torch/dynamic_graph/io_handling.py
nncf/torch/dynamic_graph/layer_attributes_handlers.py
nncf/torch/dynamic_graph/op_input_processing.py
nncf/torch/dynamic_graph/operation_address.py
nncf/torch/dynamic_graph/patch_pytorch.py
nncf/torch/dynamic_graph/scope.py
nncf/torch/dynamic_graph/scope_access.py
nncf/torch/dynamic_graph/structs.py
nncf/torch/dynamic_graph/trace_functions.py
nncf/torch/dynamic_graph/trace_tensor.py
nncf/torch/dynamic_graph/wrappers.py
nncf/torch/extensions/__init__.py
nncf/torch/extensions/include/common_cpu_funcs.h
nncf/torch/extensions/include/common_cuda_defs.cuh
nncf/torch/extensions/include/common_cuda_funcs.cuh
nncf/torch/extensions/include/common_defs.h
nncf/torch/extensions/include/binarization/functions_cuda_impl.h
nncf/torch/extensions/include/quantization/functions_cuda_impl.h
nncf/torch/extensions/src/binarization/cpu/functions_cpu.cpp
nncf/torch/extensions/src/binarization/cuda/functions_cuda.cpp
nncf/torch/extensions/src/binarization/cuda/functions_cuda_impl.cu
nncf/torch/extensions/src/common/cpu/tensor_funcs.cpp
nncf/torch/extensions/src/quantization/cpu/functions_cpu.cpp
nncf/torch/extensions/src/quantization/cuda/functions_cuda.cpp
nncf/torch/extensions/src/quantization/cuda/functions_cuda_impl.cu
nncf/torch/graph/__init__.py
nncf/torch/graph/graph.py
nncf/torch/graph/graph_builder.py
nncf/torch/graph/operator_metatypes.py
nncf/torch/graph/pattern_operations.py
nncf/torch/graph/transformations/__init__.py
nncf/torch/graph/transformations/commands.py
nncf/torch/graph/transformations/layout.py
nncf/torch/hardware/__init__.py
nncf/torch/hardware/config.py
nncf/torch/hardware/fused_patterns.py
nncf/torch/knowledge_distillation/__init__.py
nncf/torch/knowledge_distillation/algo.py
nncf/torch/knowledge_distillation/knowledge_distillation_handler.py
nncf/torch/knowledge_distillation/knowledge_distillation_loss.py
nncf/torch/pruning/__init__.py
nncf/torch/pruning/base_algo.py
nncf/torch/pruning/export_utils.py
nncf/torch/pruning/operations.py
nncf/torch/pruning/structs.py
nncf/torch/pruning/tensor_processor.py
nncf/torch/pruning/utils.py
nncf/torch/pruning/filter_pruning/__init__.py
nncf/torch/pruning/filter_pruning/algo.py
nncf/torch/pruning/filter_pruning/functions.py
nncf/torch/pruning/filter_pruning/layers.py
nncf/torch/pruning/filter_pruning/global_ranking/__init__.py
nncf/torch/pruning/filter_pruning/global_ranking/evolutionary_optimization.py
nncf/torch/pruning/filter_pruning/global_ranking/legr.py
nncf/torch/quantization/__init__.py
nncf/torch/quantization/adjust_padding.py
nncf/torch/quantization/algo.py
nncf/torch/quantization/default_quantization.py
nncf/torch/quantization/extensions.py
nncf/torch/quantization/hessian_trace.py
nncf/torch/quantization/ignored_patterns.py
nncf/torch/quantization/init_precision.py
nncf/torch/quantization/init_range.py
nncf/torch/quantization/layers.py
nncf/torch/quantization/metrics.py
nncf/torch/quantization/precision_constraints.py
nncf/torch/quantization/quantize_functions.py
nncf/torch/quantization/quantize_model.py
nncf/torch/quantization/reference.py
nncf/torch/quantization/schedulers.py
nncf/torch/quantization/statistics.py
nncf/torch/quantization/strip.py
nncf/torch/quantization/structs.py
nncf/torch/quantization/translator.py
nncf/torch/quantization/precision_init/__init__.py
nncf/torch/quantization/precision_init/adjacent_quantizers.py
nncf/torch/quantization/precision_init/autoq_init.py
nncf/torch/quantization/precision_init/base_init.py
nncf/torch/quantization/precision_init/bitwidth_graph.py
nncf/torch/quantization/precision_init/compression_ratio.py
nncf/torch/quantization/precision_init/hawq_debug.py
nncf/torch/quantization/precision_init/hawq_init.py
nncf/torch/quantization/precision_init/manual_init.py
nncf/torch/quantization/precision_init/perturbations.py
nncf/torch/quantization/precision_init/traces_order.py
nncf/torch/sparsity/__init__.py
nncf/torch/sparsity/base_algo.py
nncf/torch/sparsity/collector.py
nncf/torch/sparsity/functions.py
nncf/torch/sparsity/layers.py
nncf/torch/sparsity/const/__init__.py
nncf/torch/sparsity/const/algo.py
nncf/torch/sparsity/magnitude/__init__.py
nncf/torch/sparsity/magnitude/algo.py
nncf/torch/sparsity/magnitude/functions.py
nncf/torch/sparsity/rb/__init__.py
nncf/torch/sparsity/rb/algo.py
nncf/torch/sparsity/rb/functions.py
nncf/torch/sparsity/rb/layers.py
nncf/torch/sparsity/rb/loss.py
nncf/torch/statistics/__init__.py
nncf/torch/statistics/aggregator.py
nncf/torch/tensor_statistics/__init__.py
nncf/torch/tensor_statistics/algo.py
nncf/torch/tensor_statistics/collectors.py
nncf/torch/tensor_statistics/reduction.py
nncf/torch/tensor_statistics/statistics.py