mct-nightly 1.10.0.20231002.post426__tar.gz → 1.10.0.20231004.post404__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/PKG-INFO +10 -1
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/README.md +10 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/mct_nightly.egg-info/PKG-INFO +10 -1
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/bit_width_setter.py +15 -14
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/setup.cfg +1 -1
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/LICENSE.md +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/mct_nightly.egg-info/SOURCES.txt +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/mct_nightly.egg-info/dependency_links.txt +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/mct_nightly.egg-info/requires.txt +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/mct_nightly.egg-info/top_level.txt +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/constants.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/analyzer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/back2framework/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/back2framework/base_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/base_substitutions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/collectors/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/collectors/base_collector.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/collectors/histogram_collector.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/collectors/mean_collector.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/collectors/min_max_per_channel_collector.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/collectors/statistics_collector.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/collectors/statistics_collector_generator.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/data_loader.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/defaultdict.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/framework_implementation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/framework_info.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/fusion/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/fusion/layer_fusing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/base_graph.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/base_node.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/edge.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/functional_node.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/graph_matchers.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/graph_searches.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/memory_graph/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/memory_graph/bipartite_graph.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/memory_graph/compute_graph_max_cut.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/memory_graph/cut.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/memory_graph/max_cut_astar.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/memory_graph/memory_element.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/memory_graph/memory_graph.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/graph/virtual_activation_weights_node.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/matchers/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/matchers/base_graph_filter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/matchers/base_matcher.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/matchers/edge_matcher.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/matchers/function.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/matchers/node_matcher.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/matchers/walk_matcher.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/memory_computation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/configurable_quant_id.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/configurable_quantizer_utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/distance_weighting.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/kpi_tools/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/kpi_tools/kpi.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/kpi_tools/kpi_aggregation_methods.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/kpi_tools/kpi_data.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/kpi_tools/kpi_functions_mapping.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/kpi_tools/kpi_methods.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/mixed_precision_quantization_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/mixed_precision_search_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/mixed_precision_search_manager.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/search_methods/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/search_methods/linear_programming.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/sensitivity_evaluation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/set_layer_to_bitwidth.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/mixed_precision/solution_refinement_procedure.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/model_builder_mode.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/model_collector.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/model_validation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/network_editors/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/network_editors/actions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/network_editors/edit_network.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/network_editors/node_filters.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/node_prior_info.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/candidate_node_quantization_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/core_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/debug_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/filter_nodes_candidates.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/node_quantization_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_analyzer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_fn_selection.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_fn_selection.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/error_functions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/kmeans_params.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/lut_kmeans_params.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/outlier_filter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/power_of_two_selection.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/qparams_activations_computation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/qparams_computation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/qparams_search.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/qparams_weights_computation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/symmetric_selection.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantization_params_generation/uniform_selection.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantize_graph_weights.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantize_node.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantizers/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantizers/kmeans_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantizers/lut_kmeans_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantizers/quantizers_helpers.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/quantizers/uniform_quantizers.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/quantization/set_node_quantization_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/similarity_analyzer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/statistics_correction/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/statistics_correction/apply_bias_correction_to_graph.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/statistics_correction/apply_second_moment_correction_to_graph.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/statistics_correction/compute_bias_correction_of_graph.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/statistics_correction/statistics_correction.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/apply_substitutions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/batchnorm_folding.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/batchnorm_reconstruction.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/batchnorm_refusing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/linear_collapsing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/linear_collapsing_substitution.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/residual_collapsing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/scale_equalization.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/shift_negative_activation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/softmax_shift.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/virtual_activation_weights_composition.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/substitutions/weights_activation_split.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/user_info.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/visualization/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/visualization/final_config_visualizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/visualization/nn_visualizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/common/visualization/tensorboard_writer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/exporter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/graph_prep_runner.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/back2framework/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/back2framework/factory_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/back2framework/float_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/back2framework/instance_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/back2framework/keras_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/back2framework/mixed_precision_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/back2framework/model_gradients.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/back2framework/quantized_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/constants.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/custom_layer_validation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/default_framework_info.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/activation_decomposition.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/batchnorm_folding.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/batchnorm_reconstruction.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/batchnorm_refusing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/input_scaling.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/linear_collapsing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/multi_head_attention_decomposition.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/relu_bound_to_power_of_2.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/remove_relu_upper_bound.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/residual_collapsing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/scale_equalization.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/separableconv_decomposition.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/shift_negative_activation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/softmax_shift.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/virtual_activation_weights_composition.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/graph_substitutions/substitutions/weights_activation_split.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/keras_implementation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/keras_model_validation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/keras_node_prior_info.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/kpi_data_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/mixed_precision/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/mixed_precision/configurable_activation_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/mixed_precision/configurable_weights_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/quantizer/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/quantizer/base_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/quantizer/fake_quant_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/quantizer/lut_fake_quant.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/reader/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/reader/common.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/reader/connectivity_handler.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/reader/nested_model/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/reader/nested_model/edges_merger.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/reader/nested_model/nested_model_handler.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/reader/nested_model/nodes_merger.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/reader/nested_model/outputs_merger.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/reader/node_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/reader/reader.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/statistics_correction/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/statistics_correction/apply_second_moment_correction.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/tf_tensor_numpy.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/keras/visualization/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/factory_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/float_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/instance_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/mixed_precision_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/model_gradients.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/pytorch_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/quantization_wrapper/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/quantization_wrapper/quantized_layer_wrapper.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/quantization_wrapper/wrapper_quantize_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/back2framework/quantized_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/constants.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/default_framework_info.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/batchnorm_folding.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/batchnorm_reconstruction.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/batchnorm_refusing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/const_holder_conv.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/linear_collapsing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/multi_head_attention_decomposition.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/permute_call_method.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/relu_bound_to_power_of_2.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/reshape_with_static_shapes.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/residual_collapsing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/scale_equalization.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/shift_negative_activation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/softmax_shift.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/virtual_activation_weights_composition.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/weights_activation_split.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/kpi_data_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/mixed_precision/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/mixed_precision/configurable_activation_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/mixed_precision/configurable_weights_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/pytorch_implementation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/pytorch_node_prior_info.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/quantizer/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/quantizer/fake_quant_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/quantizer/lut_fake_quant.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/reader/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/reader/graph_builders.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/reader/node_holders.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/reader/reader.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/statistics_correction/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/statistics_correction/apply_second_moment_correction.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/pytorch/utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/core/runner.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/common/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/common/constants.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/common/data_generation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/common/data_generation_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/common/enums.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/common/image_pipeline.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/common/model_info_exctractors.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/common/optimization_utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/constants.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/image_pipeline.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/keras_data_generation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/model_info_exctractors.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/optimization_functions/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/optimization_functions/batchnorm_alignment_functions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/optimization_functions/bn_layer_weighting_functions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/optimization_functions/image_initilization.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/optimization_functions/output_loss_functions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/optimization_functions/scheduler_step_functions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/keras/optimization_utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/constants.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/image_pipeline.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/model_info_exctractors.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/optimization_functions/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/optimization_functions/batchnorm_alignment_functions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/optimization_functions/bn_layer_weighting_functions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/optimization_functions/image_initilization.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/optimization_functions/output_loss_functions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/optimization_functions/scheduler_step_functions.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/optimization_utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/data_generation/pytorch/pytorch_data_generation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/fw_agonstic/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/fw_agonstic/exporter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/keras/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/keras/base_keras_exporter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/keras/export_serialization_format.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/keras/fakely_quant_keras_exporter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/keras/fakely_quant_tflite_exporter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/keras/int8_tflite_exporter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/keras/keras_export_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/pytorch/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/pytorch/base_pytorch_exporter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/pytorch/export_serialization_format.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/pytorch/fakely_quant_onnx_pytorch_exporter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/pytorch/fakely_quant_torchscript_pytorch_exporter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_exporter/pytorch/pytorch_export_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/keras/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/keras/builder/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/keras/builder/fully_quantized_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/keras/builder/node_to_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/keras/builder/node_to_quantizers.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/keras/validate_layer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/pytorch/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/pytorch/builder/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/pytorch/builder/fully_quantized_model_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/pytorch/builder/node_to_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/pytorch/builder/node_to_quantizers.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/exporter/model_wrapper/pytorch/validate_layer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/common/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/common/gptq_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/common/gptq_constants.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/common/gptq_framework_implementation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/common/gptq_graph.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/common/gptq_training.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/gptq_keras_implementation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/gptq_loss.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/gptq_training.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/graph_info.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantization_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/base_keras_gptq_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/quant_utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/quantization_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/regularization_factory.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/soft_rounding/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/soft_rounding/soft_quantizer_reg.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/soft_rounding/symmetric_soft_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/soft_rounding/uniform_soft_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/ste_rounding/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/keras/quantizer/ste_rounding/symmetric_ste.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/gptq_loss.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/gptq_pytorch_implementation.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/gptq_training.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/graph_info.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantization_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/base_pytorch_gptq_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/quant_utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/quantization_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/regularization_factory.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/soft_rounding/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/soft_rounding/soft_quantizer_reg.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/soft_rounding/symmetric_soft_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/soft_rounding/uniform_soft_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/ste_rounding/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/pytorch/quantizer/ste_rounding/symmetric_ste.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/gptq/runner.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/legacy/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/legacy/keras_quantization_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/legacy/pytorch_quantization_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/logger.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/ptq/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/ptq/keras/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/ptq/keras/quantization_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/ptq/pytorch/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/ptq/pytorch/quantization_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/ptq/runner.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/common/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/common/qat_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/keras/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/keras/quantization_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/keras/quantizer/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/keras/quantizer/base_keras_qat_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/keras/quantizer/quant_utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/keras/quantizer/quantization_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/keras/quantizer/ste_rounding/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/keras/quantizer/ste_rounding/symmetric_ste.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/keras/quantizer/ste_rounding/uniform_ste.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/pytorch/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/pytorch/quantization_facade.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/pytorch/quantizer/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/pytorch/quantizer/base_pytorch_qat_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/pytorch/quantizer/quantization_builder.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/pytorch/quantizer/quantizer_utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/pytorch/quantizer/ste_rounding/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/pytorch/quantizer/ste_rounding/symmetric_ste.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/qat/pytorch/quantizer/ste_rounding/uniform_ste.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/constants.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/immutable.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/current_tp_model.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/fusing.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/op_quantization_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/operators.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/quantization_format.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/target_platform_model.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/target_platform_model_component.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/targetplatform2framework/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/targetplatform2framework/attribute_filter.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/targetplatform2framework/current_tpc.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/targetplatform2framework/layer_filter_params.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/targetplatform2framework/operations_to_layers.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/targetplatform2framework/target_platform_capabilities.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/target_platform/targetplatform2framework/target_platform_capabilities_component.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/get_target_platform_capabilities.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/latest/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/target_platform_capabilities.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1/tp_model.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1/tpc_keras.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1/tpc_pytorch.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1_lut/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1_lut/tp_model.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1_lut/tpc_keras.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1_lut/tpc_pytorch.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1_pot/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1_pot/tp_model.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1_pot/tpc_keras.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1_pot/tpc_pytorch.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/latest/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/target_platform_capabilities.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/v1/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/v1/tp_model.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/v1/tpc_keras.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/v1/tpc_pytorch.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/latest/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/target_platform_capabilities.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/v1/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/v1/tp_model.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/v1/tpc_keras.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/v1/tpc_pytorch.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/common/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/common/base_trainable_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/common/constants.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/common/get_quantizer_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/common/get_quantizers.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/common/quant_utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/common/trainable_quantizer_config.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/keras/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/keras/base_keras_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/keras/config_serialization.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/keras/load_model.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/keras/quantize_wrapper.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/keras/quantizer_utils.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/pytorch/__init__.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/model_compression_toolkit/trainable_infrastructure/pytorch/base_pytorch_quantizer.py +0 -0
- {mct-nightly-1.10.0.20231002.post426 → mct-nightly-1.10.0.20231004.post404}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mct-nightly
|
|
3
|
-
Version: 1.10.0.
|
|
3
|
+
Version: 1.10.0.20231004.post404
|
|
4
4
|
Summary: A Model Compression Toolkit for neural networks
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
License: UNKNOWN
|
|
@@ -109,6 +109,14 @@ Description: # Model Compression Toolkit (MCT)
|
|
|
109
109
|
* <ins>Visualization:</ins> You can use TensorBoard to observe useful information for troubleshooting the quantized model's performance (for example, the model in different phases of the quantization, collected statistics, similarity between layers of the float and quantized model and bit-width configuration for mixed-precision quantization). For more details, please read the [visualization documentation](https://sony.github.io/model_optimization/docs/guidelines/visualization.html).
|
|
110
110
|
* <ins>Target Platform Capabilities:</ins> The Target Platform Capabilities (TPC) describes the target platform (an edge device with dedicated hardware). For more details, please read the [TPC README](model_compression_toolkit/target_platform_capabilities/README.md).
|
|
111
111
|
|
|
112
|
+
### Enhanced Post-Training Quantization (EPTQ)
|
|
113
|
+
As part of the GPTQ we provide an advanced optimization algorithm called EPTQ.
|
|
114
|
+
|
|
115
|
+
The specifications of the algorithm are detailed in the paper: _"**EPTQ: Enhanced Post-Training Quantization via Label-Free Hessian**"_ [4].
|
|
116
|
+
|
|
117
|
+
More details on the how to use EPTQ via MCT can be found in the [EPTQ guidelines](model_compression_toolkit/gptq/README.md).
|
|
118
|
+
|
|
119
|
+
|
|
112
120
|
|
|
113
121
|
#### Experimental features
|
|
114
122
|
|
|
@@ -155,6 +163,7 @@ Description: # Model Compression Toolkit (MCT)
|
|
|
155
163
|
|
|
156
164
|
[3] [TORCHVISION.MODELS](https://pytorch.org/vision/stable/models.html)
|
|
157
165
|
|
|
166
|
+
[4] Gordon, O., Habi, H. V., & Netzer, A., 2023. [EPTQ: Enhanced Post-Training Quantization via Label-Free Hessian. arXiv preprint](https://arxiv.org/abs/2309.11531)
|
|
158
167
|
Platform: UNKNOWN
|
|
159
168
|
Classifier: Programming Language :: Python :: 3
|
|
160
169
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
@@ -103,6 +103,14 @@ Main features:
|
|
|
103
103
|
* <ins>Visualization:</ins> You can use TensorBoard to observe useful information for troubleshooting the quantized model's performance (for example, the model in different phases of the quantization, collected statistics, similarity between layers of the float and quantized model and bit-width configuration for mixed-precision quantization). For more details, please read the [visualization documentation](https://sony.github.io/model_optimization/docs/guidelines/visualization.html).
|
|
104
104
|
* <ins>Target Platform Capabilities:</ins> The Target Platform Capabilities (TPC) describes the target platform (an edge device with dedicated hardware). For more details, please read the [TPC README](model_compression_toolkit/target_platform_capabilities/README.md).
|
|
105
105
|
|
|
106
|
+
### Enhanced Post-Training Quantization (EPTQ)
|
|
107
|
+
As part of the GPTQ we provide an advanced optimization algorithm called EPTQ.
|
|
108
|
+
|
|
109
|
+
The specifications of the algorithm are detailed in the paper: _"**EPTQ: Enhanced Post-Training Quantization via Label-Free Hessian**"_ [4].
|
|
110
|
+
|
|
111
|
+
More details on the how to use EPTQ via MCT can be found in the [EPTQ guidelines](model_compression_toolkit/gptq/README.md).
|
|
112
|
+
|
|
113
|
+
|
|
106
114
|
|
|
107
115
|
#### Experimental features
|
|
108
116
|
|
|
@@ -148,3 +156,5 @@ MCT aims at keeping a more up-to-date fork and welcomes contributions from anyon
|
|
|
148
156
|
[2] [MobilNet](https://keras.io/api/applications/mobilenet/#mobilenet-function) from Keras applications.
|
|
149
157
|
|
|
150
158
|
[3] [TORCHVISION.MODELS](https://pytorch.org/vision/stable/models.html)
|
|
159
|
+
|
|
160
|
+
[4] Gordon, O., Habi, H. V., & Netzer, A., 2023. [EPTQ: Enhanced Post-Training Quantization via Label-Free Hessian. arXiv preprint](https://arxiv.org/abs/2309.11531)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mct-nightly
|
|
3
|
-
Version: 1.10.0.
|
|
3
|
+
Version: 1.10.0.20231004.post404
|
|
4
4
|
Summary: A Model Compression Toolkit for neural networks
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
License: UNKNOWN
|
|
@@ -109,6 +109,14 @@ Description: # Model Compression Toolkit (MCT)
|
|
|
109
109
|
* <ins>Visualization:</ins> You can use TensorBoard to observe useful information for troubleshooting the quantized model's performance (for example, the model in different phases of the quantization, collected statistics, similarity between layers of the float and quantized model and bit-width configuration for mixed-precision quantization). For more details, please read the [visualization documentation](https://sony.github.io/model_optimization/docs/guidelines/visualization.html).
|
|
110
110
|
* <ins>Target Platform Capabilities:</ins> The Target Platform Capabilities (TPC) describes the target platform (an edge device with dedicated hardware). For more details, please read the [TPC README](model_compression_toolkit/target_platform_capabilities/README.md).
|
|
111
111
|
|
|
112
|
+
### Enhanced Post-Training Quantization (EPTQ)
|
|
113
|
+
As part of the GPTQ we provide an advanced optimization algorithm called EPTQ.
|
|
114
|
+
|
|
115
|
+
The specifications of the algorithm are detailed in the paper: _"**EPTQ: Enhanced Post-Training Quantization via Label-Free Hessian**"_ [4].
|
|
116
|
+
|
|
117
|
+
More details on the how to use EPTQ via MCT can be found in the [EPTQ guidelines](model_compression_toolkit/gptq/README.md).
|
|
118
|
+
|
|
119
|
+
|
|
112
120
|
|
|
113
121
|
#### Experimental features
|
|
114
122
|
|
|
@@ -155,6 +163,7 @@ Description: # Model Compression Toolkit (MCT)
|
|
|
155
163
|
|
|
156
164
|
[3] [TORCHVISION.MODELS](https://pytorch.org/vision/stable/models.html)
|
|
157
165
|
|
|
166
|
+
[4] Gordon, O., Habi, H. V., & Netzer, A., 2023. [EPTQ: Enhanced Post-Training Quantization via Label-Free Hessian. arXiv preprint](https://arxiv.org/abs/2309.11531)
|
|
158
167
|
Platform: UNKNOWN
|
|
159
168
|
Classifier: Programming Language :: Python :: 3
|
|
160
169
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
@@ -50,20 +50,21 @@ def set_bit_widths(mixed_precision_enable: bool,
|
|
|
50
50
|
_set_node_final_qc(bit_widths_config,
|
|
51
51
|
node,
|
|
52
52
|
node_index_in_graph)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
53
|
+
else:
|
|
54
|
+
if node.is_activation_quantization_enabled():
|
|
55
|
+
# If we are here, this means that we are in weights-only mixed-precision
|
|
56
|
+
# (i.e., activations are quantized with fixed bitwidth or not quantized)
|
|
57
|
+
# and that this node doesn't have weights to quantize
|
|
58
|
+
assert len(node.candidates_quantization_cfg) > 0, \
|
|
59
|
+
"Node need to have at least one quantization configuration in order to quantize its activation"
|
|
60
|
+
node.final_activation_quantization_cfg = copy.deepcopy(node.candidates_quantization_cfg[0].activation_quantization_cfg)
|
|
61
|
+
if node.is_weights_quantization_enabled():
|
|
62
|
+
# If we are here, this means that we are in activation-only mixed-precision
|
|
63
|
+
# (i.e., weights are quantized with fixed bitwidth or not quantized)
|
|
64
|
+
# and that this node doesn't have activations to quantize
|
|
65
|
+
assert len(node.candidates_quantization_cfg) > 0, \
|
|
66
|
+
"Node need to have at least one quantization configuration in order to quantize its activation"
|
|
67
|
+
node.final_weights_quantization_cfg = copy.deepcopy(node.candidates_quantization_cfg[0].weights_quantization_cfg)
|
|
67
68
|
|
|
68
69
|
# When working in non-mixed-precision mode, there's only one bitwidth, and we simply set the
|
|
69
70
|
# only candidate of the node as its final weight and activation quantization configuration.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|