mct-nightly 2.4.2.20251001.625__py3-none-any.whl → 2.4.2.20251002.523__py3-none-any.whl

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.
Files changed (528) hide show
  1. {mct_nightly-2.4.2.20251001.625.dist-info → mct_nightly-2.4.2.20251002.523.dist-info}/METADATA +3 -5
  2. mct_nightly-2.4.2.20251002.523.dist-info/RECORD +542 -0
  3. model_compression_toolkit/__init__.py +2 -2
  4. model_compression_toolkit/constants.py +1 -1
  5. model_compression_toolkit/core/__init__.py +1 -1
  6. model_compression_toolkit/core/analyzer.py +1 -1
  7. model_compression_toolkit/core/common/__init__.py +1 -1
  8. model_compression_toolkit/core/common/back2framework/__init__.py +1 -1
  9. model_compression_toolkit/core/common/back2framework/base_model_builder.py +1 -1
  10. model_compression_toolkit/core/common/base_substitutions.py +1 -1
  11. model_compression_toolkit/core/common/collectors/__init__.py +1 -1
  12. model_compression_toolkit/core/common/collectors/base_collector.py +1 -1
  13. model_compression_toolkit/core/common/collectors/histogram_collector.py +1 -1
  14. model_compression_toolkit/core/common/collectors/mean_collector.py +1 -1
  15. model_compression_toolkit/core/common/collectors/min_max_per_channel_collector.py +1 -1
  16. model_compression_toolkit/core/common/collectors/statistics_collector.py +1 -1
  17. model_compression_toolkit/core/common/collectors/weighted_histogram_collector.py +1 -1
  18. model_compression_toolkit/core/common/framework_implementation.py +1 -1
  19. model_compression_toolkit/core/common/framework_info.py +1 -1
  20. model_compression_toolkit/core/common/fusion/__init__.py +1 -1
  21. model_compression_toolkit/core/common/fusion/fusing_info.py +1 -1
  22. model_compression_toolkit/core/common/fusion/graph_fuser.py +1 -1
  23. model_compression_toolkit/core/common/graph/__init__.py +1 -1
  24. model_compression_toolkit/core/common/graph/base_graph.py +1 -1
  25. model_compression_toolkit/core/common/graph/base_node.py +1 -1
  26. model_compression_toolkit/core/common/graph/edge.py +1 -1
  27. model_compression_toolkit/core/common/graph/graph_matchers.py +1 -1
  28. model_compression_toolkit/core/common/graph/graph_searches.py +1 -1
  29. model_compression_toolkit/core/common/graph/memory_graph/__init__.py +1 -1
  30. model_compression_toolkit/core/common/graph/memory_graph/bipartite_graph.py +1 -1
  31. model_compression_toolkit/core/common/graph/memory_graph/compute_graph_max_cut.py +1 -1
  32. model_compression_toolkit/core/common/graph/memory_graph/cut.py +1 -1
  33. model_compression_toolkit/core/common/graph/memory_graph/max_cut_astar.py +1 -1
  34. model_compression_toolkit/core/common/graph/memory_graph/memory_element.py +1 -1
  35. model_compression_toolkit/core/common/graph/memory_graph/memory_graph.py +1 -1
  36. model_compression_toolkit/core/common/graph/virtual_activation_weights_node.py +1 -1
  37. model_compression_toolkit/core/common/hessian/__init__.py +1 -1
  38. model_compression_toolkit/core/common/hessian/hessian_info_service.py +1 -1
  39. model_compression_toolkit/core/common/hessian/hessian_info_utils.py +1 -1
  40. model_compression_toolkit/core/common/hessian/hessian_scores_calculator.py +1 -1
  41. model_compression_toolkit/core/common/hessian/hessian_scores_request.py +1 -1
  42. model_compression_toolkit/core/common/matchers/__init__.py +1 -1
  43. model_compression_toolkit/core/common/matchers/base_graph_filter.py +1 -1
  44. model_compression_toolkit/core/common/matchers/base_matcher.py +1 -1
  45. model_compression_toolkit/core/common/matchers/edge_matcher.py +1 -1
  46. model_compression_toolkit/core/common/matchers/function.py +1 -1
  47. model_compression_toolkit/core/common/matchers/node_matcher.py +1 -1
  48. model_compression_toolkit/core/common/matchers/walk_matcher.py +1 -1
  49. model_compression_toolkit/core/common/memory_computation.py +1 -1
  50. model_compression_toolkit/core/common/mixed_precision/__init__.py +1 -1
  51. model_compression_toolkit/core/common/mixed_precision/bit_width_setter.py +1 -1
  52. model_compression_toolkit/core/common/mixed_precision/configurable_quant_id.py +1 -1
  53. model_compression_toolkit/core/common/mixed_precision/configurable_quantizer_utils.py +1 -1
  54. model_compression_toolkit/core/common/mixed_precision/mixed_precision_candidates_filter.py +1 -1
  55. model_compression_toolkit/core/common/mixed_precision/mixed_precision_quantization_config.py +1 -1
  56. model_compression_toolkit/core/common/mixed_precision/mixed_precision_ru_helper.py +1 -1
  57. model_compression_toolkit/core/common/mixed_precision/mixed_precision_search_facade.py +1 -1
  58. model_compression_toolkit/core/common/mixed_precision/mixed_precision_search_manager.py +1 -1
  59. model_compression_toolkit/core/common/mixed_precision/resource_utilization_tools/__init__.py +1 -1
  60. model_compression_toolkit/core/common/mixed_precision/resource_utilization_tools/resource_utilization.py +1 -1
  61. model_compression_toolkit/core/common/mixed_precision/resource_utilization_tools/resource_utilization_calculator.py +1 -1
  62. model_compression_toolkit/core/common/mixed_precision/resource_utilization_tools/resource_utilization_data.py +1 -1
  63. model_compression_toolkit/core/common/mixed_precision/search_methods/__init__.py +1 -1
  64. model_compression_toolkit/core/common/mixed_precision/search_methods/linear_programming.py +1 -1
  65. model_compression_toolkit/core/common/mixed_precision/sensitivity_eval/__init__.py +1 -1
  66. model_compression_toolkit/core/common/mixed_precision/sensitivity_eval/metric_calculators.py +1 -1
  67. model_compression_toolkit/core/common/mixed_precision/sensitivity_eval/sensitivity_evaluation.py +1 -1
  68. model_compression_toolkit/core/common/mixed_precision/sensitivity_eval/set_layer_to_bitwidth.py +1 -1
  69. model_compression_toolkit/core/common/mixed_precision/solution_refinement_procedure.py +1 -1
  70. model_compression_toolkit/core/common/model_builder_mode.py +1 -1
  71. model_compression_toolkit/core/common/model_collector.py +1 -1
  72. model_compression_toolkit/core/common/network_editors/__init__.py +1 -1
  73. model_compression_toolkit/core/common/network_editors/actions.py +1 -1
  74. model_compression_toolkit/core/common/network_editors/edit_network.py +1 -1
  75. model_compression_toolkit/core/common/network_editors/node_filters.py +1 -1
  76. model_compression_toolkit/core/common/node_prior_info.py +1 -1
  77. model_compression_toolkit/core/common/pruning/__init__.py +1 -1
  78. model_compression_toolkit/core/common/pruning/channels_grouping.py +1 -1
  79. model_compression_toolkit/core/common/pruning/greedy_mask_calculator.py +1 -1
  80. model_compression_toolkit/core/common/pruning/importance_metrics/__init__.py +1 -1
  81. model_compression_toolkit/core/common/pruning/importance_metrics/base_importance_metric.py +1 -1
  82. model_compression_toolkit/core/common/pruning/importance_metrics/importance_metric_factory.py +1 -1
  83. model_compression_toolkit/core/common/pruning/importance_metrics/lfh_importance_metric.py +1 -1
  84. model_compression_toolkit/core/common/pruning/mask/__init__.py +1 -1
  85. model_compression_toolkit/core/common/pruning/mask/per_channel_mask.py +1 -1
  86. model_compression_toolkit/core/common/pruning/mask/per_simd_group_mask.py +1 -1
  87. model_compression_toolkit/core/common/pruning/memory_calculator.py +1 -1
  88. model_compression_toolkit/core/common/pruning/prune_graph.py +1 -1
  89. model_compression_toolkit/core/common/pruning/pruner.py +1 -1
  90. model_compression_toolkit/core/common/pruning/pruning_config.py +1 -1
  91. model_compression_toolkit/core/common/pruning/pruning_framework_implementation.py +1 -1
  92. model_compression_toolkit/core/common/pruning/pruning_info.py +1 -1
  93. model_compression_toolkit/core/common/pruning/pruning_section.py +1 -1
  94. model_compression_toolkit/core/common/quantization/__init__.py +1 -1
  95. model_compression_toolkit/core/common/quantization/bit_width_config.py +1 -1
  96. model_compression_toolkit/core/common/quantization/candidate_node_quantization_config.py +1 -1
  97. model_compression_toolkit/core/common/quantization/core_config.py +1 -1
  98. model_compression_toolkit/core/common/quantization/debug_config.py +1 -1
  99. model_compression_toolkit/core/common/quantization/filter_nodes_candidates.py +1 -1
  100. model_compression_toolkit/core/common/quantization/node_quantization_config.py +1 -1
  101. model_compression_toolkit/core/common/quantization/quantization_config.py +1 -1
  102. model_compression_toolkit/core/common/quantization/quantization_fn_selection.py +1 -1
  103. model_compression_toolkit/core/common/quantization/quantization_params_fn_selection.py +1 -1
  104. model_compression_toolkit/core/common/quantization/quantization_params_generation/__init__.py +1 -1
  105. model_compression_toolkit/core/common/quantization/quantization_params_generation/error_functions.py +1 -1
  106. model_compression_toolkit/core/common/quantization/quantization_params_generation/lut_kmeans_params.py +1 -1
  107. model_compression_toolkit/core/common/quantization/quantization_params_generation/outlier_filter.py +1 -1
  108. model_compression_toolkit/core/common/quantization/quantization_params_generation/power_of_two_selection.py +1 -1
  109. model_compression_toolkit/core/common/quantization/quantization_params_generation/qparams_activations_computation.py +1 -1
  110. model_compression_toolkit/core/common/quantization/quantization_params_generation/qparams_computation.py +1 -1
  111. model_compression_toolkit/core/common/quantization/quantization_params_generation/qparams_search.py +1 -1
  112. model_compression_toolkit/core/common/quantization/quantization_params_generation/qparams_weights_computation.py +1 -1
  113. model_compression_toolkit/core/common/quantization/quantization_params_generation/symmetric_selection.py +1 -1
  114. model_compression_toolkit/core/common/quantization/quantization_params_generation/uniform_selection.py +1 -1
  115. model_compression_toolkit/core/common/quantization/quantize_graph_weights.py +1 -1
  116. model_compression_toolkit/core/common/quantization/quantize_node.py +1 -1
  117. model_compression_toolkit/core/common/quantization/quantizers/__init__.py +1 -1
  118. model_compression_toolkit/core/common/quantization/quantizers/lut_kmeans_quantizer.py +1 -1
  119. model_compression_toolkit/core/common/quantization/quantizers/quantizers_helpers.py +1 -1
  120. model_compression_toolkit/core/common/quantization/quantizers/uniform_quantizers.py +1 -1
  121. model_compression_toolkit/core/common/quantization/set_node_quantization_config.py +1 -1
  122. model_compression_toolkit/core/common/similarity_analyzer.py +1 -1
  123. model_compression_toolkit/core/common/statistics_correction/__init__.py +1 -1
  124. model_compression_toolkit/core/common/statistics_correction/apply_activation_bias_correction_to_graph.py +1 -1
  125. model_compression_toolkit/core/common/statistics_correction/apply_bias_correction_to_graph.py +1 -1
  126. model_compression_toolkit/core/common/statistics_correction/apply_second_moment_correction_to_graph.py +1 -1
  127. model_compression_toolkit/core/common/statistics_correction/compute_activation_bias_correction_of_graph.py +1 -1
  128. model_compression_toolkit/core/common/statistics_correction/compute_bias_correction_of_graph.py +1 -1
  129. model_compression_toolkit/core/common/statistics_correction/statistics_correction.py +1 -1
  130. model_compression_toolkit/core/common/substitutions/__init__.py +1 -1
  131. model_compression_toolkit/core/common/substitutions/apply_substitutions.py +1 -1
  132. model_compression_toolkit/core/common/substitutions/batchnorm_folding.py +1 -1
  133. model_compression_toolkit/core/common/substitutions/batchnorm_reconstruction.py +1 -1
  134. model_compression_toolkit/core/common/substitutions/batchnorm_refusing.py +1 -1
  135. model_compression_toolkit/core/common/substitutions/linear_collapsing.py +1 -1
  136. model_compression_toolkit/core/common/substitutions/linear_collapsing_substitution.py +1 -1
  137. model_compression_toolkit/core/common/substitutions/remove_identity.py +1 -1
  138. model_compression_toolkit/core/common/substitutions/residual_collapsing.py +1 -1
  139. model_compression_toolkit/core/common/substitutions/scale_equalization.py +1 -1
  140. model_compression_toolkit/core/common/substitutions/shift_negative_activation.py +1 -1
  141. model_compression_toolkit/core/common/substitutions/softmax_shift.py +1 -1
  142. model_compression_toolkit/core/common/substitutions/virtual_activation_weights_composition.py +1 -1
  143. model_compression_toolkit/core/common/substitutions/weights_activation_split.py +1 -1
  144. model_compression_toolkit/core/common/user_info.py +1 -1
  145. model_compression_toolkit/core/common/visualization/__init__.py +1 -1
  146. model_compression_toolkit/core/common/visualization/final_config_visualizer.py +1 -1
  147. model_compression_toolkit/core/common/visualization/nn_visualizer.py +1 -1
  148. model_compression_toolkit/core/common/visualization/tensorboard_writer.py +1 -1
  149. model_compression_toolkit/core/graph_prep_runner.py +1 -1
  150. model_compression_toolkit/core/keras/__init__.py +1 -1
  151. model_compression_toolkit/core/keras/back2framework/__init__.py +1 -1
  152. model_compression_toolkit/core/keras/back2framework/factory_model_builder.py +1 -1
  153. model_compression_toolkit/core/keras/back2framework/float_model_builder.py +1 -1
  154. model_compression_toolkit/core/keras/back2framework/instance_builder.py +1 -1
  155. model_compression_toolkit/core/keras/back2framework/keras_model_builder.py +1 -1
  156. model_compression_toolkit/core/keras/back2framework/mixed_precision_model_builder.py +1 -1
  157. model_compression_toolkit/core/keras/back2framework/quantized_model_builder.py +1 -1
  158. model_compression_toolkit/core/keras/constants.py +1 -1
  159. model_compression_toolkit/core/keras/custom_layer_validation.py +1 -1
  160. model_compression_toolkit/core/keras/data_util.py +1 -1
  161. model_compression_toolkit/core/keras/default_framework_info.py +1 -1
  162. model_compression_toolkit/core/keras/graph_substitutions/__init__.py +1 -1
  163. model_compression_toolkit/core/keras/graph_substitutions/substitutions/__init__.py +1 -1
  164. model_compression_toolkit/core/keras/graph_substitutions/substitutions/activation_decomposition.py +1 -1
  165. model_compression_toolkit/core/keras/graph_substitutions/substitutions/batchnorm_folding.py +1 -1
  166. model_compression_toolkit/core/keras/graph_substitutions/substitutions/batchnorm_reconstruction.py +1 -1
  167. model_compression_toolkit/core/keras/graph_substitutions/substitutions/batchnorm_refusing.py +1 -1
  168. model_compression_toolkit/core/keras/graph_substitutions/substitutions/concat_threshold_update.py +1 -1
  169. model_compression_toolkit/core/keras/graph_substitutions/substitutions/conv_funcs_to_layer.py +1 -1
  170. model_compression_toolkit/core/keras/graph_substitutions/substitutions/dwconv_to_conv.py +1 -1
  171. model_compression_toolkit/core/keras/graph_substitutions/substitutions/input_scaling.py +1 -1
  172. model_compression_toolkit/core/keras/graph_substitutions/substitutions/linear_collapsing.py +1 -1
  173. model_compression_toolkit/core/keras/graph_substitutions/substitutions/matmul_substitution.py +1 -1
  174. model_compression_toolkit/core/keras/graph_substitutions/substitutions/multi_head_attention_decomposition.py +1 -1
  175. model_compression_toolkit/core/keras/graph_substitutions/substitutions/relu_bound_to_power_of_2.py +1 -1
  176. model_compression_toolkit/core/keras/graph_substitutions/substitutions/remove_identity.py +1 -1
  177. model_compression_toolkit/core/keras/graph_substitutions/substitutions/residual_collapsing.py +1 -1
  178. model_compression_toolkit/core/keras/graph_substitutions/substitutions/scale_equalization.py +1 -1
  179. model_compression_toolkit/core/keras/graph_substitutions/substitutions/separableconv_decomposition.py +1 -1
  180. model_compression_toolkit/core/keras/graph_substitutions/substitutions/shift_negative_activation.py +1 -1
  181. model_compression_toolkit/core/keras/graph_substitutions/substitutions/sigmoid_mul_to_swish.py +1 -1
  182. model_compression_toolkit/core/keras/graph_substitutions/substitutions/softmax_shift.py +1 -1
  183. model_compression_toolkit/core/keras/graph_substitutions/substitutions/virtual_activation_weights_composition.py +1 -1
  184. model_compression_toolkit/core/keras/graph_substitutions/substitutions/weights_activation_split.py +1 -1
  185. model_compression_toolkit/core/keras/hessian/__init__.py +1 -1
  186. model_compression_toolkit/core/keras/hessian/activation_hessian_scores_calculator_keras.py +1 -1
  187. model_compression_toolkit/core/keras/hessian/hessian_scores_calculator_keras.py +1 -1
  188. model_compression_toolkit/core/keras/hessian/weights_hessian_scores_calculator_keras.py +1 -1
  189. model_compression_toolkit/core/keras/keras_implementation.py +1 -1
  190. model_compression_toolkit/core/keras/mixed_precision/__init__.py +1 -1
  191. model_compression_toolkit/core/keras/mixed_precision/configurable_activation_quantizer.py +1 -1
  192. model_compression_toolkit/core/keras/mixed_precision/configurable_weights_quantizer.py +1 -1
  193. model_compression_toolkit/core/keras/pruning/__init__.py +1 -1
  194. model_compression_toolkit/core/keras/pruning/pruning_keras_implementation.py +1 -1
  195. model_compression_toolkit/core/keras/quantizer/__init__.py +1 -1
  196. model_compression_toolkit/core/keras/quantizer/fake_quant_builder.py +1 -1
  197. model_compression_toolkit/core/keras/reader/__init__.py +1 -1
  198. model_compression_toolkit/core/keras/reader/common.py +1 -1
  199. model_compression_toolkit/core/keras/reader/connectivity_handler.py +1 -1
  200. model_compression_toolkit/core/keras/reader/nested_model/__init__.py +1 -1
  201. model_compression_toolkit/core/keras/reader/nested_model/edges_merger.py +1 -1
  202. model_compression_toolkit/core/keras/reader/nested_model/nested_model_handler.py +1 -1
  203. model_compression_toolkit/core/keras/reader/nested_model/nodes_merger.py +1 -1
  204. model_compression_toolkit/core/keras/reader/nested_model/outputs_merger.py +1 -1
  205. model_compression_toolkit/core/keras/reader/node_builder.py +1 -1
  206. model_compression_toolkit/core/keras/reader/reader.py +1 -1
  207. model_compression_toolkit/core/keras/resource_utilization_data_facade.py +1 -1
  208. model_compression_toolkit/core/keras/statistics_correction/__init__.py +1 -1
  209. model_compression_toolkit/core/keras/statistics_correction/apply_second_moment_correction.py +1 -1
  210. model_compression_toolkit/core/keras/statistics_correction/keras_compute_activation_bias_correction_of_graph.py +1 -1
  211. model_compression_toolkit/core/keras/tf_tensor_numpy.py +1 -1
  212. model_compression_toolkit/core/keras/visualization/__init__.py +1 -1
  213. model_compression_toolkit/core/pytorch/__init__.py +1 -1
  214. model_compression_toolkit/core/pytorch/back2framework/__init__.py +1 -1
  215. model_compression_toolkit/core/pytorch/back2framework/factory_model_builder.py +1 -1
  216. model_compression_toolkit/core/pytorch/back2framework/float_model_builder.py +1 -1
  217. model_compression_toolkit/core/pytorch/back2framework/instance_builder.py +1 -1
  218. model_compression_toolkit/core/pytorch/back2framework/mixed_precision_model_builder.py +1 -1
  219. model_compression_toolkit/core/pytorch/back2framework/pytorch_model_builder.py +1 -1
  220. model_compression_toolkit/core/pytorch/back2framework/quantization_wrapper/__init__.py +1 -1
  221. model_compression_toolkit/core/pytorch/back2framework/quantization_wrapper/quantized_layer_wrapper.py +1 -1
  222. model_compression_toolkit/core/pytorch/back2framework/quantization_wrapper/wrapper_quantize_config.py +1 -1
  223. model_compression_toolkit/core/pytorch/back2framework/quantized_model_builder.py +1 -1
  224. model_compression_toolkit/core/pytorch/constants.py +1 -1
  225. model_compression_toolkit/core/pytorch/data_util.py +1 -1
  226. model_compression_toolkit/core/pytorch/default_framework_info.py +1 -1
  227. model_compression_toolkit/core/pytorch/graph_substitutions/__init__.py +1 -1
  228. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/__init__.py +1 -1
  229. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/batchnorm_folding.py +1 -1
  230. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/batchnorm_reconstruction.py +1 -1
  231. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/batchnorm_refusing.py +1 -1
  232. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/concat_threshold_update.py +1 -1
  233. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/const_holder_conv.py +1 -1
  234. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/convtranspose_dynamic_padding.py +1 -1
  235. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/functional_batch_norm.py +1 -1
  236. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/functional_layer_norm.py +1 -1
  237. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/functional_linear.py +1 -1
  238. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/linear_collapsing.py +1 -1
  239. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/matmul_decomposition.py +1 -1
  240. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/multi_head_attention_decomposition.py +1 -1
  241. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/relu_bound_to_power_of_2.py +1 -1
  242. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/remove_identity.py +1 -1
  243. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/reshape_with_static_shapes.py +1 -1
  244. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/residual_collapsing.py +1 -1
  245. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/scale_equalization.py +1 -1
  246. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/scaled_dot_product_attention.py +1 -1
  247. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/shift_negative_activation.py +1 -1
  248. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/softmax_shift.py +1 -1
  249. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/transform_function_call_method.py +1 -1
  250. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/virtual_activation_weights_composition.py +1 -1
  251. model_compression_toolkit/core/pytorch/graph_substitutions/substitutions/weights_activation_split.py +1 -1
  252. model_compression_toolkit/core/pytorch/hessian/__init__.py +1 -1
  253. model_compression_toolkit/core/pytorch/hessian/activation_hessian_scores_calculator_pytorch.py +1 -1
  254. model_compression_toolkit/core/pytorch/hessian/hessian_scores_calculator_pytorch.py +1 -1
  255. model_compression_toolkit/core/pytorch/hessian/weights_hessian_scores_calculator_pytorch.py +1 -1
  256. model_compression_toolkit/core/pytorch/mixed_precision/__init__.py +1 -1
  257. model_compression_toolkit/core/pytorch/mixed_precision/configurable_activation_quantizer.py +1 -1
  258. model_compression_toolkit/core/pytorch/mixed_precision/configurable_weights_quantizer.py +1 -1
  259. model_compression_toolkit/core/pytorch/pruning/__init__.py +1 -1
  260. model_compression_toolkit/core/pytorch/pruning/pruning_pytorch_implementation.py +1 -1
  261. model_compression_toolkit/core/pytorch/pytorch_device_config.py +1 -1
  262. model_compression_toolkit/core/pytorch/pytorch_implementation.py +1 -1
  263. model_compression_toolkit/core/pytorch/pytorch_node_prior_info.py +1 -1
  264. model_compression_toolkit/core/pytorch/quantizer/__init__.py +1 -1
  265. model_compression_toolkit/core/pytorch/quantizer/fake_quant_builder.py +1 -1
  266. model_compression_toolkit/core/pytorch/reader/__init__.py +1 -1
  267. model_compression_toolkit/core/pytorch/reader/graph_builders.py +1 -1
  268. model_compression_toolkit/core/pytorch/reader/node_holders.py +1 -1
  269. model_compression_toolkit/core/pytorch/reader/reader.py +1 -1
  270. model_compression_toolkit/core/pytorch/resource_utilization_data_facade.py +1 -1
  271. model_compression_toolkit/core/pytorch/statistics_correction/__init__.py +1 -1
  272. model_compression_toolkit/core/pytorch/statistics_correction/apply_second_moment_correction.py +1 -1
  273. model_compression_toolkit/core/pytorch/statistics_correction/pytorch_compute_activation_bias_correction_of_graph.py +1 -1
  274. model_compression_toolkit/core/pytorch/utils.py +1 -1
  275. model_compression_toolkit/core/quantization_prep_runner.py +1 -1
  276. model_compression_toolkit/core/runner.py +1 -1
  277. model_compression_toolkit/data_generation/__init__.py +1 -1
  278. model_compression_toolkit/data_generation/common/__init__.py +1 -1
  279. model_compression_toolkit/data_generation/common/constants.py +1 -1
  280. model_compression_toolkit/data_generation/common/data_generation.py +1 -1
  281. model_compression_toolkit/data_generation/common/data_generation_config.py +1 -1
  282. model_compression_toolkit/data_generation/common/enums.py +1 -1
  283. model_compression_toolkit/data_generation/common/image_pipeline.py +1 -1
  284. model_compression_toolkit/data_generation/common/model_info_exctractors.py +1 -1
  285. model_compression_toolkit/data_generation/common/optimization_utils.py +1 -1
  286. model_compression_toolkit/data_generation/keras/__init__.py +1 -1
  287. model_compression_toolkit/data_generation/keras/constants.py +1 -1
  288. model_compression_toolkit/data_generation/keras/image_operations.py +1 -1
  289. model_compression_toolkit/data_generation/keras/image_pipeline.py +1 -1
  290. model_compression_toolkit/data_generation/keras/keras_data_generation.py +1 -1
  291. model_compression_toolkit/data_generation/keras/model_info_exctractors.py +1 -1
  292. model_compression_toolkit/data_generation/keras/optimization_functions/__init__.py +1 -1
  293. model_compression_toolkit/data_generation/keras/optimization_functions/batchnorm_alignment_functions.py +1 -1
  294. model_compression_toolkit/data_generation/keras/optimization_functions/bn_layer_weighting_functions.py +1 -1
  295. model_compression_toolkit/data_generation/keras/optimization_functions/image_initilization.py +1 -1
  296. model_compression_toolkit/data_generation/keras/optimization_functions/lr_scheduler.py +1 -1
  297. model_compression_toolkit/data_generation/keras/optimization_functions/output_loss_functions.py +1 -1
  298. model_compression_toolkit/data_generation/keras/optimization_functions/scheduler_step_functions.py +1 -1
  299. model_compression_toolkit/data_generation/keras/optimization_utils.py +1 -1
  300. model_compression_toolkit/data_generation/pytorch/__init__.py +1 -1
  301. model_compression_toolkit/data_generation/pytorch/constants.py +1 -1
  302. model_compression_toolkit/data_generation/pytorch/image_operations.py +1 -1
  303. model_compression_toolkit/data_generation/pytorch/image_pipeline.py +1 -1
  304. model_compression_toolkit/data_generation/pytorch/model_info_exctractors.py +1 -1
  305. model_compression_toolkit/data_generation/pytorch/optimization_functions/__init__.py +1 -1
  306. model_compression_toolkit/data_generation/pytorch/optimization_functions/batchnorm_alignment_functions.py +1 -1
  307. model_compression_toolkit/data_generation/pytorch/optimization_functions/bn_layer_weighting_functions.py +1 -1
  308. model_compression_toolkit/data_generation/pytorch/optimization_functions/image_initilization.py +1 -1
  309. model_compression_toolkit/data_generation/pytorch/optimization_functions/lr_scheduler.py +1 -1
  310. model_compression_toolkit/data_generation/pytorch/optimization_functions/output_loss_functions.py +1 -1
  311. model_compression_toolkit/data_generation/pytorch/optimization_functions/scheduler_step_functions.py +1 -1
  312. model_compression_toolkit/data_generation/pytorch/optimization_utils.py +1 -1
  313. model_compression_toolkit/data_generation/pytorch/pytorch_data_generation.py +1 -1
  314. model_compression_toolkit/defaultdict.py +1 -1
  315. model_compression_toolkit/exporter/__init__.py +1 -1
  316. model_compression_toolkit/exporter/model_exporter/__init__.py +1 -1
  317. model_compression_toolkit/exporter/model_exporter/fw_agonstic/__init__.py +1 -1
  318. model_compression_toolkit/exporter/model_exporter/fw_agonstic/exporter.py +1 -1
  319. model_compression_toolkit/exporter/model_exporter/fw_agonstic/quantization_format.py +1 -1
  320. model_compression_toolkit/exporter/model_exporter/keras/__init__.py +1 -1
  321. model_compression_toolkit/exporter/model_exporter/keras/base_keras_exporter.py +1 -1
  322. model_compression_toolkit/exporter/model_exporter/keras/export_serialization_format.py +1 -1
  323. model_compression_toolkit/exporter/model_exporter/keras/fakely_quant_keras_exporter.py +1 -1
  324. model_compression_toolkit/exporter/model_exporter/keras/fakely_quant_tflite_exporter.py +1 -1
  325. model_compression_toolkit/exporter/model_exporter/keras/int8_tflite_exporter.py +1 -1
  326. model_compression_toolkit/exporter/model_exporter/keras/keras_export_facade.py +1 -1
  327. model_compression_toolkit/exporter/model_exporter/keras/mctq_keras_exporter.py +1 -1
  328. model_compression_toolkit/exporter/model_exporter/pytorch/__init__.py +1 -1
  329. model_compression_toolkit/exporter/model_exporter/pytorch/base_pytorch_exporter.py +1 -1
  330. model_compression_toolkit/exporter/model_exporter/pytorch/export_serialization_format.py +1 -1
  331. model_compression_toolkit/exporter/model_exporter/pytorch/fakely_quant_onnx_pytorch_exporter.py +1 -1
  332. model_compression_toolkit/exporter/model_exporter/pytorch/fakely_quant_torchscript_pytorch_exporter.py +1 -1
  333. model_compression_toolkit/exporter/model_exporter/pytorch/pytorch_export_facade.py +1 -1
  334. model_compression_toolkit/exporter/model_wrapper/__init__.py +1 -1
  335. model_compression_toolkit/exporter/model_wrapper/fw_agnostic/__init__.py +1 -1
  336. model_compression_toolkit/exporter/model_wrapper/fw_agnostic/get_inferable_quantizers.py +1 -1
  337. model_compression_toolkit/exporter/model_wrapper/keras/__init__.py +1 -1
  338. model_compression_toolkit/exporter/model_wrapper/keras/builder/__init__.py +1 -1
  339. model_compression_toolkit/exporter/model_wrapper/keras/builder/fully_quantized_model_builder.py +1 -1
  340. model_compression_toolkit/exporter/model_wrapper/keras/builder/node_to_quantizer.py +1 -1
  341. model_compression_toolkit/exporter/model_wrapper/keras/validate_layer.py +1 -1
  342. model_compression_toolkit/exporter/model_wrapper/pytorch/__init__.py +1 -1
  343. model_compression_toolkit/exporter/model_wrapper/pytorch/builder/__init__.py +1 -1
  344. model_compression_toolkit/exporter/model_wrapper/pytorch/builder/fully_quantized_model_builder.py +1 -1
  345. model_compression_toolkit/exporter/model_wrapper/pytorch/builder/node_to_quantizer.py +1 -1
  346. model_compression_toolkit/exporter/model_wrapper/pytorch/validate_layer.py +1 -1
  347. model_compression_toolkit/gptq/__init__.py +1 -1
  348. model_compression_toolkit/gptq/common/__init__.py +1 -1
  349. model_compression_toolkit/gptq/common/gptq_config.py +1 -1
  350. model_compression_toolkit/gptq/common/gptq_framework_implementation.py +1 -1
  351. model_compression_toolkit/gptq/common/gptq_graph.py +1 -1
  352. model_compression_toolkit/gptq/common/gptq_training.py +1 -1
  353. model_compression_toolkit/gptq/common/gradual_activation_quantization.py +1 -1
  354. model_compression_toolkit/gptq/common/regularization_factory.py +1 -1
  355. model_compression_toolkit/gptq/keras/__init__.py +1 -1
  356. model_compression_toolkit/gptq/keras/gptq_keras_implementation.py +1 -1
  357. model_compression_toolkit/gptq/keras/gptq_loss.py +1 -1
  358. model_compression_toolkit/gptq/keras/gptq_training.py +1 -1
  359. model_compression_toolkit/gptq/keras/graph_info.py +1 -1
  360. model_compression_toolkit/gptq/keras/quantization_facade.py +1 -1
  361. model_compression_toolkit/gptq/keras/quantizer/__init__.py +1 -1
  362. model_compression_toolkit/gptq/keras/quantizer/base_keras_gptq_quantizer.py +1 -1
  363. model_compression_toolkit/gptq/keras/quantizer/quant_utils.py +1 -1
  364. model_compression_toolkit/gptq/keras/quantizer/quantization_builder.py +1 -1
  365. model_compression_toolkit/gptq/keras/quantizer/soft_rounding/__init__.py +1 -1
  366. model_compression_toolkit/gptq/keras/quantizer/soft_rounding/soft_quantizer_reg.py +1 -1
  367. model_compression_toolkit/gptq/keras/quantizer/soft_rounding/symmetric_soft_quantizer.py +1 -1
  368. model_compression_toolkit/gptq/keras/quantizer/soft_rounding/uniform_soft_quantizer.py +1 -1
  369. model_compression_toolkit/gptq/keras/quantizer/ste_rounding/__init__.py +1 -1
  370. model_compression_toolkit/gptq/keras/quantizer/ste_rounding/symmetric_ste.py +1 -1
  371. model_compression_toolkit/gptq/pytorch/__init__.py +1 -1
  372. model_compression_toolkit/gptq/pytorch/gptq_loss.py +1 -1
  373. model_compression_toolkit/gptq/pytorch/gptq_pytorch_implementation.py +1 -1
  374. model_compression_toolkit/gptq/pytorch/gptq_training.py +1 -1
  375. model_compression_toolkit/gptq/pytorch/graph_info.py +1 -1
  376. model_compression_toolkit/gptq/pytorch/quantization_facade.py +1 -1
  377. model_compression_toolkit/gptq/pytorch/quantizer/__init__.py +1 -1
  378. model_compression_toolkit/gptq/pytorch/quantizer/base_pytorch_gptq_quantizer.py +1 -1
  379. model_compression_toolkit/gptq/pytorch/quantizer/quant_utils.py +1 -1
  380. model_compression_toolkit/gptq/pytorch/quantizer/quantization_builder.py +1 -1
  381. model_compression_toolkit/gptq/pytorch/quantizer/soft_rounding/__init__.py +1 -1
  382. model_compression_toolkit/gptq/pytorch/quantizer/soft_rounding/soft_quantizer_reg.py +1 -1
  383. model_compression_toolkit/gptq/pytorch/quantizer/soft_rounding/symmetric_soft_quantizer.py +1 -1
  384. model_compression_toolkit/gptq/pytorch/quantizer/soft_rounding/uniform_soft_quantizer.py +1 -1
  385. model_compression_toolkit/gptq/pytorch/quantizer/ste_rounding/__init__.py +1 -1
  386. model_compression_toolkit/gptq/pytorch/quantizer/ste_rounding/symmetric_ste.py +1 -1
  387. model_compression_toolkit/gptq/runner.py +1 -1
  388. model_compression_toolkit/logger.py +1 -1
  389. model_compression_toolkit/metadata.py +1 -1
  390. model_compression_toolkit/pruning/__init__.py +1 -1
  391. model_compression_toolkit/pruning/keras/__init__.py +1 -1
  392. model_compression_toolkit/pruning/keras/pruning_facade.py +1 -1
  393. model_compression_toolkit/pruning/pytorch/__init__.py +1 -1
  394. model_compression_toolkit/pruning/pytorch/pruning_facade.py +1 -1
  395. model_compression_toolkit/ptq/__init__.py +1 -1
  396. model_compression_toolkit/ptq/keras/__init__.py +1 -1
  397. model_compression_toolkit/ptq/keras/quantization_facade.py +1 -1
  398. model_compression_toolkit/ptq/pytorch/__init__.py +1 -1
  399. model_compression_toolkit/ptq/pytorch/quantization_facade.py +1 -1
  400. model_compression_toolkit/ptq/runner.py +1 -1
  401. model_compression_toolkit/qat/__init__.py +1 -1
  402. model_compression_toolkit/qat/common/__init__.py +1 -1
  403. model_compression_toolkit/qat/common/qat_config.py +1 -1
  404. model_compression_toolkit/qat/keras/__init__.py +1 -1
  405. model_compression_toolkit/qat/keras/quantization_facade.py +1 -1
  406. model_compression_toolkit/qat/keras/quantizer/__init__.py +1 -1
  407. model_compression_toolkit/qat/keras/quantizer/base_keras_qat_weight_quantizer.py +1 -1
  408. model_compression_toolkit/qat/keras/quantizer/lsq/__init__.py +1 -1
  409. model_compression_toolkit/qat/keras/quantizer/lsq/symmetric_lsq.py +1 -1
  410. model_compression_toolkit/qat/keras/quantizer/lsq/uniform_lsq.py +1 -1
  411. model_compression_toolkit/qat/keras/quantizer/quant_utils.py +1 -1
  412. model_compression_toolkit/qat/keras/quantizer/quantization_builder.py +1 -1
  413. model_compression_toolkit/qat/keras/quantizer/ste_rounding/__init__.py +1 -1
  414. model_compression_toolkit/qat/keras/quantizer/ste_rounding/symmetric_ste.py +1 -1
  415. model_compression_toolkit/qat/keras/quantizer/ste_rounding/uniform_ste.py +1 -1
  416. model_compression_toolkit/qat/pytorch/__init__.py +1 -1
  417. model_compression_toolkit/qat/pytorch/quantization_facade.py +1 -1
  418. model_compression_toolkit/qat/pytorch/quantizer/__init__.py +1 -1
  419. model_compression_toolkit/qat/pytorch/quantizer/base_pytorch_qat_weight_quantizer.py +1 -1
  420. model_compression_toolkit/qat/pytorch/quantizer/lsq/__init__.py +1 -1
  421. model_compression_toolkit/qat/pytorch/quantizer/lsq/symmetric_lsq.py +1 -1
  422. model_compression_toolkit/qat/pytorch/quantizer/lsq/uniform_lsq.py +1 -1
  423. model_compression_toolkit/qat/pytorch/quantizer/quantization_builder.py +1 -1
  424. model_compression_toolkit/qat/pytorch/quantizer/ste_rounding/__init__.py +1 -1
  425. model_compression_toolkit/qat/pytorch/quantizer/ste_rounding/symmetric_ste.py +1 -1
  426. model_compression_toolkit/qat/pytorch/quantizer/ste_rounding/uniform_ste.py +1 -1
  427. model_compression_toolkit/target_platform_capabilities/__init__.py +1 -1
  428. model_compression_toolkit/target_platform_capabilities/constants.py +1 -1
  429. model_compression_toolkit/target_platform_capabilities/immutable.py +1 -1
  430. model_compression_toolkit/target_platform_capabilities/schema/__init__.py +1 -1
  431. model_compression_toolkit/target_platform_capabilities/schema/schema_compatability.py +1 -1
  432. model_compression_toolkit/target_platform_capabilities/schema/schema_functions.py +1 -1
  433. model_compression_toolkit/target_platform_capabilities/schema/v1.py +1 -1
  434. model_compression_toolkit/target_platform_capabilities/schema/v2.py +1 -1
  435. model_compression_toolkit/target_platform_capabilities/targetplatform2framework/__init__.py +1 -1
  436. model_compression_toolkit/target_platform_capabilities/targetplatform2framework/attach2keras.py +1 -1
  437. model_compression_toolkit/target_platform_capabilities/targetplatform2framework/attribute_filter.py +1 -1
  438. model_compression_toolkit/target_platform_capabilities/targetplatform2framework/current_tpc.py +1 -1
  439. model_compression_toolkit/target_platform_capabilities/targetplatform2framework/framework_quantization_capabilities.py +1 -1
  440. model_compression_toolkit/target_platform_capabilities/targetplatform2framework/framework_quantization_capabilities_component.py +1 -1
  441. model_compression_toolkit/target_platform_capabilities/targetplatform2framework/layer_filter_params.py +1 -1
  442. model_compression_toolkit/target_platform_capabilities/targetplatform2framework/operations_to_layers.py +1 -1
  443. model_compression_toolkit/target_platform_capabilities/tpc_io_handler.py +1 -1
  444. model_compression_toolkit/target_platform_capabilities/tpc_models/get_target_platform_capabilities.py +1 -1
  445. model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/__init__.py +1 -1
  446. model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/latest/__init__.py +1 -1
  447. model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1/__init__.py +1 -1
  448. model_compression_toolkit/target_platform_capabilities/tpc_models/imx500_tpc/v1/tpc.py +1 -1
  449. model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/__init__.py +1 -1
  450. model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/latest/__init__.py +1 -1
  451. model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/v1/__init__.py +1 -1
  452. model_compression_toolkit/target_platform_capabilities/tpc_models/qnnpack_tpc/v1/tpc.py +1 -1
  453. model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/__init__.py +1 -1
  454. model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/latest/__init__.py +1 -1
  455. model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/v1/__init__.py +1 -1
  456. model_compression_toolkit/target_platform_capabilities/tpc_models/tflite_tpc/v1/tpc.py +1 -1
  457. model_compression_toolkit/trainable_infrastructure/__init__.py +1 -1
  458. model_compression_toolkit/trainable_infrastructure/common/__init__.py +1 -1
  459. model_compression_toolkit/trainable_infrastructure/common/annealing_schedulers.py +1 -1
  460. model_compression_toolkit/trainable_infrastructure/common/base_trainable_quantizer.py +1 -1
  461. model_compression_toolkit/trainable_infrastructure/common/constants.py +1 -1
  462. model_compression_toolkit/trainable_infrastructure/common/get_quantizer_config.py +1 -1
  463. model_compression_toolkit/trainable_infrastructure/common/get_quantizers.py +1 -1
  464. model_compression_toolkit/trainable_infrastructure/common/quant_utils.py +1 -1
  465. model_compression_toolkit/trainable_infrastructure/common/trainable_quantizer_config.py +1 -1
  466. model_compression_toolkit/trainable_infrastructure/common/training_method.py +1 -1
  467. model_compression_toolkit/trainable_infrastructure/common/util.py +1 -1
  468. model_compression_toolkit/trainable_infrastructure/keras/__init__.py +1 -1
  469. model_compression_toolkit/trainable_infrastructure/keras/activation_quantizers/__init__.py +1 -1
  470. model_compression_toolkit/trainable_infrastructure/keras/activation_quantizers/base_activation_quantizer.py +1 -1
  471. model_compression_toolkit/trainable_infrastructure/keras/activation_quantizers/lsq/__init__.py +1 -1
  472. model_compression_toolkit/trainable_infrastructure/keras/activation_quantizers/lsq/symmetric_lsq.py +1 -1
  473. model_compression_toolkit/trainable_infrastructure/keras/activation_quantizers/lsq/uniform_lsq.py +1 -1
  474. model_compression_toolkit/trainable_infrastructure/keras/activation_quantizers/ste/__init__.py +1 -1
  475. model_compression_toolkit/trainable_infrastructure/keras/activation_quantizers/ste/symmetric_ste.py +1 -1
  476. model_compression_toolkit/trainable_infrastructure/keras/activation_quantizers/ste/uniform_ste.py +1 -1
  477. model_compression_toolkit/trainable_infrastructure/keras/annealing_schedulers.py +1 -1
  478. model_compression_toolkit/trainable_infrastructure/keras/base_keras_quantizer.py +1 -1
  479. model_compression_toolkit/trainable_infrastructure/keras/config_serialization.py +1 -1
  480. model_compression_toolkit/trainable_infrastructure/keras/load_model.py +1 -1
  481. model_compression_toolkit/trainable_infrastructure/keras/quantize_wrapper.py +1 -1
  482. model_compression_toolkit/trainable_infrastructure/keras/quantizer_utils.py +1 -1
  483. model_compression_toolkit/trainable_infrastructure/pytorch/__init__.py +1 -1
  484. model_compression_toolkit/trainable_infrastructure/pytorch/activation_quantizers/__init__.py +1 -1
  485. model_compression_toolkit/trainable_infrastructure/pytorch/activation_quantizers/base_activation_quantizer.py +1 -1
  486. model_compression_toolkit/trainable_infrastructure/pytorch/activation_quantizers/lsq/__init__.py +1 -1
  487. model_compression_toolkit/trainable_infrastructure/pytorch/activation_quantizers/lsq/symmetric_lsq.py +1 -1
  488. model_compression_toolkit/trainable_infrastructure/pytorch/activation_quantizers/lsq/uniform_lsq.py +1 -1
  489. model_compression_toolkit/trainable_infrastructure/pytorch/activation_quantizers/ste/__init__.py +1 -1
  490. model_compression_toolkit/trainable_infrastructure/pytorch/activation_quantizers/ste/symmetric_ste.py +1 -1
  491. model_compression_toolkit/trainable_infrastructure/pytorch/activation_quantizers/ste/uniform_ste.py +1 -1
  492. model_compression_toolkit/trainable_infrastructure/pytorch/annealing_schedulers.py +1 -1
  493. model_compression_toolkit/trainable_infrastructure/pytorch/base_pytorch_quantizer.py +1 -1
  494. model_compression_toolkit/trainable_infrastructure/pytorch/quantizer_utils.py +1 -1
  495. model_compression_toolkit/verify_packages.py +1 -1
  496. model_compression_toolkit/xquant/__init__.py +1 -1
  497. model_compression_toolkit/xquant/common/__init__.py +1 -1
  498. model_compression_toolkit/xquant/common/constants.py +1 -1
  499. model_compression_toolkit/xquant/common/dataset_utils.py +1 -1
  500. model_compression_toolkit/xquant/common/model_analyzer.py +1 -1
  501. model_compression_toolkit/xquant/common/model_folding_utils.py +1 -1
  502. model_compression_toolkit/xquant/common/similarity_functions.py +1 -1
  503. model_compression_toolkit/xquant/common/tensorboard_utils.py +1 -1
  504. model_compression_toolkit/xquant/common/xquant_config.py +1 -1
  505. model_compression_toolkit/xquant/keras/__init__.py +1 -1
  506. model_compression_toolkit/xquant/keras/core_report_generator.py +1 -1
  507. model_compression_toolkit/xquant/keras/dataset_utils.py +1 -1
  508. model_compression_toolkit/xquant/keras/facade_xquant_report.py +1 -1
  509. model_compression_toolkit/xquant/keras/framework_report_utils.py +1 -1
  510. model_compression_toolkit/xquant/keras/keras_report_utils.py +1 -1
  511. model_compression_toolkit/xquant/keras/model_analyzer.py +1 -1
  512. model_compression_toolkit/xquant/keras/similarity_calculator.py +1 -1
  513. model_compression_toolkit/xquant/keras/similarity_functions.py +1 -1
  514. model_compression_toolkit/xquant/keras/tensorboard_utils.py +1 -1
  515. model_compression_toolkit/xquant/pytorch/__init__.py +1 -1
  516. model_compression_toolkit/xquant/pytorch/core_report_generator.py +1 -1
  517. model_compression_toolkit/xquant/pytorch/dataset_utils.py +1 -1
  518. model_compression_toolkit/xquant/pytorch/facade_xquant_report.py +1 -1
  519. model_compression_toolkit/xquant/pytorch/framework_report_utils.py +1 -1
  520. model_compression_toolkit/xquant/pytorch/model_analyzer.py +1 -1
  521. model_compression_toolkit/xquant/pytorch/pytorch_report_utils.py +1 -1
  522. model_compression_toolkit/xquant/pytorch/similarity_calculator.py +1 -1
  523. model_compression_toolkit/xquant/pytorch/similarity_functions.py +1 -1
  524. model_compression_toolkit/xquant/pytorch/tensorboard_utils.py +1 -1
  525. mct_nightly-2.4.2.20251001.625.dist-info/RECORD +0 -542
  526. {mct_nightly-2.4.2.20251001.625.dist-info → mct_nightly-2.4.2.20251002.523.dist-info}/WHEEL +0 -0
  527. {mct_nightly-2.4.2.20251001.625.dist-info → mct_nightly-2.4.2.20251002.523.dist-info}/licenses/LICENSE.md +0 -0
  528. {mct_nightly-2.4.2.20251001.625.dist-info → mct_nightly-2.4.2.20251002.523.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -27,4 +27,4 @@ from model_compression_toolkit import data_generation
27
27
  from model_compression_toolkit import pruning
28
28
  from model_compression_toolkit.trainable_infrastructure.keras.load_model import keras_load_quantized_model
29
29
 
30
- __version__ = "2.4.2.20251001.000625"
30
+ __version__ = "2.4.2.20251002.000523"
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2025 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2025 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2025 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2025 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2025 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2025 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2024 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2025 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2025 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2025 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2025 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2025 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2025 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2021 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2021 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2022 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2023 Sony Semiconductor Israel, Inc. All rights reserved.
1
+ # Copyright 2023 Sony Semiconductor Solutions, Inc. All rights reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.