README.md
setup.py
compression/__init__.py
openvino/__init__.py
openvino/tools/__init__.py
openvino/tools/pot/__init__.py
openvino/tools/pot/__main__.py
openvino/tools/pot/version.py
openvino/tools/pot/algorithms/__init__.py
openvino/tools/pot/algorithms/algorithm.py
openvino/tools/pot/algorithms/algorithm_selector.py
openvino/tools/pot/algorithms/utils.py
openvino/tools/pot/algorithms/finetuning/__init__.py
openvino/tools/pot/algorithms/finetuning/algorithm.py
openvino/tools/pot/algorithms/finetuning/layers.py
openvino/tools/pot/algorithms/finetuning/utils.py
openvino/tools/pot/algorithms/quantization/__init__.py
openvino/tools/pot/algorithms/quantization/fake_quantize.py
openvino/tools/pot/algorithms/quantization/fake_quantize_configuration.py
openvino/tools/pot/algorithms/quantization/range_estimator.py
openvino/tools/pot/algorithms/quantization/utils.py
openvino/tools/pot/algorithms/quantization/accuracy_aware/__init__.py
openvino/tools/pot/algorithms/quantization/accuracy_aware/algorithm.py
openvino/tools/pot/algorithms/quantization/accuracy_aware_common/__init__.py
openvino/tools/pot/algorithms/quantization/accuracy_aware_common/algorithm.py
openvino/tools/pot/algorithms/quantization/accuracy_aware_common/mixed_precision.py
openvino/tools/pot/algorithms/quantization/accuracy_aware_common/utils.py
openvino/tools/pot/algorithms/quantization/accuracy_aware_gna/__init__.py
openvino/tools/pot/algorithms/quantization/accuracy_aware_gna/algorithm.py
openvino/tools/pot/algorithms/quantization/bias_correction/__init__.py
openvino/tools/pot/algorithms/quantization/bias_correction/algorithm.py
openvino/tools/pot/algorithms/quantization/channel_alignment/__init__.py
openvino/tools/pot/algorithms/quantization/channel_alignment/algorithm.py
openvino/tools/pot/algorithms/quantization/datafree/__init__.py
openvino/tools/pot/algorithms/quantization/datafree/algorithm.py
openvino/tools/pot/algorithms/quantization/datafree/utils.py
openvino/tools/pot/algorithms/quantization/default/__init__.py
openvino/tools/pot/algorithms/quantization/default/algorithm.py
openvino/tools/pot/algorithms/quantization/fast_bias_correction/__init__.py
openvino/tools/pot/algorithms/quantization/fast_bias_correction/algorithm.py
openvino/tools/pot/algorithms/quantization/layerwise_finetuning/__init__.py
openvino/tools/pot/algorithms/quantization/layerwise_finetuning/algorithm.py
openvino/tools/pot/algorithms/quantization/minmax/__init__.py
openvino/tools/pot/algorithms/quantization/minmax/algorithm.py
openvino/tools/pot/algorithms/quantization/optimization/__init__.py
openvino/tools/pot/algorithms/quantization/optimization/algorithm.py
openvino/tools/pot/algorithms/quantization/optimization/params_tuning.py
openvino/tools/pot/algorithms/quantization/optimization/rangeopt.py
openvino/tools/pot/algorithms/quantization/outlier_channel_splitting/__init__.py
openvino/tools/pot/algorithms/quantization/outlier_channel_splitting/algorithm.py
openvino/tools/pot/algorithms/quantization/overflow_correction/__init__.py
openvino/tools/pot/algorithms/quantization/overflow_correction/algorithm.py
openvino/tools/pot/algorithms/quantization/overflow_correction/utils.py
openvino/tools/pot/algorithms/quantization/qnoise_estimator/__init__.py
openvino/tools/pot/algorithms/quantization/qnoise_estimator/algorithm.py
openvino/tools/pot/algorithms/quantization/qnoise_estimator/utils.py
openvino/tools/pot/algorithms/quantization/range_supervision/__init__.py
openvino/tools/pot/algorithms/quantization/range_supervision/algorithm.py
openvino/tools/pot/algorithms/quantization/tunable_quantization/__init__.py
openvino/tools/pot/algorithms/quantization/tunable_quantization/algorithm.py
openvino/tools/pot/algorithms/quantization/weight_bias_correction/__init__.py
openvino/tools/pot/algorithms/quantization/weight_bias_correction/algorithm.py
openvino/tools/pot/algorithms/sparsity/__init__.py
openvino/tools/pot/algorithms/sparsity/default/__init__.py
openvino/tools/pot/algorithms/sparsity/default/algorithm.py
openvino/tools/pot/algorithms/sparsity/default/base_algorithm.py
openvino/tools/pot/algorithms/sparsity/default/utils.py
openvino/tools/pot/algorithms/sparsity/layerwise_finetuning/__init__.py
openvino/tools/pot/algorithms/sparsity/layerwise_finetuning/algorithm.py
openvino/tools/pot/algorithms/sparsity/magnitude_sparsity/__init__.py
openvino/tools/pot/algorithms/sparsity/magnitude_sparsity/algorithm.py
openvino/tools/pot/api/__init__.py
openvino/tools/pot/api/data_loader.py
openvino/tools/pot/api/engine.py
openvino/tools/pot/api/metric.py
openvino/tools/pot/api/samples/README.md
openvino/tools/pot/api/samples/__init__.py
openvino/tools/pot/api/samples/3d_segmentation/3d_segmentation_sample.py
openvino/tools/pot/api/samples/3d_segmentation/README.md
openvino/tools/pot/api/samples/3d_segmentation/__init__.py
openvino/tools/pot/api/samples/classification/README.md
openvino/tools/pot/api/samples/classification/__init__.py
openvino/tools/pot/api/samples/classification/classification_sample.py
openvino/tools/pot/api/samples/face_detection/README.md
openvino/tools/pot/api/samples/face_detection/__init__.py
openvino/tools/pot/api/samples/face_detection/face_detection_sample.py
openvino/tools/pot/api/samples/face_detection/utils.py
openvino/tools/pot/api/samples/object_detection/README.md
openvino/tools/pot/api/samples/object_detection/__init__.py
openvino/tools/pot/api/samples/object_detection/data_loader.py
openvino/tools/pot/api/samples/object_detection/metric.py
openvino/tools/pot/api/samples/object_detection/obejct_detection_sample.py
openvino/tools/pot/api/samples/segmentation/README.md
openvino/tools/pot/api/samples/segmentation/__init__.py
openvino/tools/pot/api/samples/segmentation/segmentation_sample.py
openvino/tools/pot/api/samples/speech/README.md
openvino/tools/pot/api/samples/speech/__init__.py
openvino/tools/pot/api/samples/speech/data_loader.py
openvino/tools/pot/api/samples/speech/gna_sample.py
openvino/tools/pot/api/samples/utils/__init__.py
openvino/tools/pot/api/samples/utils/argument_parser.py
openvino/tools/pot/app/__init__.py
openvino/tools/pot/app/argparser.py
openvino/tools/pot/app/run.py
openvino/tools/pot/configs/__init__.py
openvino/tools/pot/configs/config.py
openvino/tools/pot/configs/hardware_config.py
openvino/tools/pot/configs/utils.py
openvino/tools/pot/configs/hardware/__init__.py
openvino/tools/pot/configs/hardware/cpu.json
openvino/tools/pot/configs/hardware/gna.json
openvino/tools/pot/configs/hardware/gna3.json
openvino/tools/pot/configs/hardware/gpu.json
openvino/tools/pot/configs/hardware/template.json
openvino/tools/pot/configs/hardware/vpu.json
openvino/tools/pot/configs/templates/__init__.py
openvino/tools/pot/configs/templates/accuracy_aware_quantization_template.json
openvino/tools/pot/configs/templates/default_quantization_template.json
openvino/tools/pot/data_loaders/__init__.py
openvino/tools/pot/data_loaders/ac_data_loader.py
openvino/tools/pot/data_loaders/creator.py
openvino/tools/pot/data_loaders/image_loader.py
openvino/tools/pot/data_loaders/utils.py
openvino/tools/pot/engines/__init__.py
openvino/tools/pot/engines/ac_engine.py
openvino/tools/pot/engines/creator.py
openvino/tools/pot/engines/ie_engine.py
openvino/tools/pot/engines/simplified_engine.py
openvino/tools/pot/engines/utils.py
openvino/tools/pot/graph/__init__.py
openvino/tools/pot/graph/builder.py
openvino/tools/pot/graph/cpu_patterns.py
openvino/tools/pot/graph/editor.py
openvino/tools/pot/graph/gna_patterns.py
openvino/tools/pot/graph/gpu_patterns.py
openvino/tools/pot/graph/graph_utils.py
openvino/tools/pot/graph/model_utils.py
openvino/tools/pot/graph/node_utils.py
openvino/tools/pot/graph/nx_model.py
openvino/tools/pot/graph/ops.py
openvino/tools/pot/graph/passes.py
openvino/tools/pot/graph/pattern_builder.py
openvino/tools/pot/graph/pattern_utils.py
openvino/tools/pot/graph/special_operations.py
openvino/tools/pot/graph/special_patterns.py
openvino/tools/pot/graph/transformer.py
openvino/tools/pot/graph/utils.py
openvino/tools/pot/graph/vpu_patterns.py
openvino/tools/pot/pipeline/__init__.py
openvino/tools/pot/pipeline/initializer.py
openvino/tools/pot/pipeline/pipeline.py
openvino/tools/pot/samplers/__init__.py
openvino/tools/pot/samplers/batch_sampler.py
openvino/tools/pot/samplers/creator.py
openvino/tools/pot/samplers/index_sampler.py
openvino/tools/pot/samplers/sampler.py
openvino/tools/pot/statistics/__init__.py
openvino/tools/pot/statistics/collector.py
openvino/tools/pot/statistics/function_selector.py
openvino/tools/pot/statistics/statistic_graph_builder.py
openvino/tools/pot/statistics/statistics.py
openvino/tools/pot/statistics/utils.py
openvino/tools/pot/statistics/functions/__init__.py
openvino/tools/pot/statistics/functions/activations.py
openvino/tools/pot/statistics/functions/aggregation.py
openvino/tools/pot/statistics/functions/weights.py
openvino/tools/pot/utils/__init__.py
openvino/tools/pot/utils/ac_imports.py
openvino/tools/pot/utils/config_reader.py
openvino/tools/pot/utils/launcher.py
openvino/tools/pot/utils/logger.py
openvino/tools/pot/utils/registry.py
openvino/tools/pot/utils/telemetry.py
openvino/tools/pot/utils/telemetry_stub.py
openvino/tools/pot/utils/timestamp.py
openvino/tools/pot/utils/utils.py
pot.egg-info/PKG-INFO
pot.egg-info/SOURCES.txt
pot.egg-info/dependency_links.txt
pot.egg-info/entry_points.txt
pot.egg-info/requires.txt
pot.egg-info/top_level.txt