LICENSE
MANIFEST.in
README.md
setup.py
licensing/third-party-programs.txt
nncf/__init__.py
nncf/definitions.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/exporter.py
nncf/common/insertion_point_graph.py
nncf/common/schedulers.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/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/patterns.py
nncf/common/graph/utils.py
nncf/common/graph/transformations/__init__.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/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/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/quantization/__init__.py
nncf/common/quantization/collectors.py
nncf/common/quantization/config_assignment.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/collectors.py
nncf/common/tensor_statistics/reduction.py
nncf/common/tensor_statistics/statistics.py
nncf/common/utils/__init__.py
nncf/common/utils/backend.py
nncf/common/utils/debug.py
nncf/common/utils/helpers.py
nncf/common/utils/logger.py
nncf/common/utils/ordered_enum.py
nncf/common/utils/os.py
nncf/common/utils/progress_bar.py
nncf/common/utils/registry.py
nncf/common/utils/tensorboard.py
nncf/config/__init__.py
nncf/config/config.py
nncf/config/extractors.py
nncf/config/schema.py
nncf/config/structures.py
nncf/config/utils.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/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_matching.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/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/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_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/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/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/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/trace_functions.py
nncf/torch/dynamic_graph/trace_tensor.py
nncf/torch/dynamic_graph/transform_graph.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/patterns.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/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/schedulers.py
nncf/torch/quantization/statistics.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/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