diff --git a/.github/scripts/pytest_md_summary.py b/.github/scripts/pytest_md_summary.py index 5ce7677145b..9bf4d6aa6a2 100644 --- a/.github/scripts/pytest_md_summary.py +++ b/.github/scripts/pytest_md_summary.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/custom_version.py b/custom_version.py index 04d673bdefb..070e2b60a20 100644 --- a/custom_version.py +++ b/custom_version.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/docs/api/source/conf.py b/docs/api/source/conf.py index 55a40d04220..0a3b03237a4 100644 --- a/docs/api/source/conf.py +++ b/docs/api/source/conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/__init__.py b/examples/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/common/__init__.py b/examples/common/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/common/__init__.py +++ b/examples/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/common/paths.py b/examples/common/paths.py index 8dad01e2f8e..27eed6a82af 100644 --- a/examples/common/paths.py +++ b/examples/common/paths.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/common/sample_config.py b/examples/common/sample_config.py index bec980c9699..a7e91d51127 100644 --- a/examples/common/sample_config.py +++ b/examples/common/sample_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/experimental/__init__.py b/examples/experimental/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/experimental/__init__.py +++ b/examples/experimental/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/experimental/torch/__init__.py b/examples/experimental/torch/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/experimental/torch/__init__.py +++ b/examples/experimental/torch/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/experimental/torch/classification/__init__.py b/examples/experimental/torch/classification/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/experimental/torch/classification/__init__.py +++ b/examples/experimental/torch/classification/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/experimental/torch/classification/bootstrap_nas.py b/examples/experimental/torch/classification/bootstrap_nas.py index f35a19fd16d..ec83f636a30 100644 --- a/examples/experimental/torch/classification/bootstrap_nas.py +++ b/examples/experimental/torch/classification/bootstrap_nas.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/experimental/torch/classification/bootstrap_nas_search.py b/examples/experimental/torch/classification/bootstrap_nas_search.py index 85eff995362..d53011bcc3f 100644 --- a/examples/experimental/torch/classification/bootstrap_nas_search.py +++ b/examples/experimental/torch/classification/bootstrap_nas_search.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/llm_compression/openvino/smollm2_360m_fp8/main.py b/examples/llm_compression/openvino/smollm2_360m_fp8/main.py index 899574852f9..1e05074cc67 100644 --- a/examples/llm_compression/openvino/smollm2_360m_fp8/main.py +++ b/examples/llm_compression/openvino/smollm2_360m_fp8/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/llm_compression/openvino/tiny_llama/main.py b/examples/llm_compression/openvino/tiny_llama/main.py index 189d1896455..f3e35192462 100644 --- a/examples/llm_compression/openvino/tiny_llama/main.py +++ b/examples/llm_compression/openvino/tiny_llama/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/llm_compression/openvino/tiny_llama_find_hyperparams/main.py b/examples/llm_compression/openvino/tiny_llama_find_hyperparams/main.py index d16b5f72d83..b7ff4ed6dd4 100644 --- a/examples/llm_compression/openvino/tiny_llama_find_hyperparams/main.py +++ b/examples/llm_compression/openvino/tiny_llama_find_hyperparams/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/llm_compression/openvino/tiny_llama_synthetic_data/main.py b/examples/llm_compression/openvino/tiny_llama_synthetic_data/main.py index 86eaa04fa54..df3231015e9 100644 --- a/examples/llm_compression/openvino/tiny_llama_synthetic_data/main.py +++ b/examples/llm_compression/openvino/tiny_llama_synthetic_data/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/onnx/mobilenet_v2/main.py b/examples/post_training_quantization/onnx/mobilenet_v2/main.py index f291169503e..9c30454f5d5 100755 --- a/examples/post_training_quantization/onnx/mobilenet_v2/main.py +++ b/examples/post_training_quantization/onnx/mobilenet_v2/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/deploy.py b/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/deploy.py index dbfea161b3a..0270430df9a 100644 --- a/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/deploy.py +++ b/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/deploy.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/main.py b/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/main.py index cc7307bfd4c..d80ad8dcb02 100644 --- a/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/main.py +++ b/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/main.py b/examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/main.py index 78a6b69f724..e1f1c90c64a 100644 --- a/examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/main.py +++ b/examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/openvino/mobilenet_v2/main.py b/examples/post_training_quantization/openvino/mobilenet_v2/main.py index efdfdc74ddf..5c392f66eac 100644 --- a/examples/post_training_quantization/openvino/mobilenet_v2/main.py +++ b/examples/post_training_quantization/openvino/mobilenet_v2/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/openvino/yolov8/main.py b/examples/post_training_quantization/openvino/yolov8/main.py index 5547df78c07..8a9f391b14d 100644 --- a/examples/post_training_quantization/openvino/yolov8/main.py +++ b/examples/post_training_quantization/openvino/yolov8/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/main.py b/examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/main.py index 65538335e95..59f5afffd58 100644 --- a/examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/main.py +++ b/examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/tensorflow/mobilenet_v2/main.py b/examples/post_training_quantization/tensorflow/mobilenet_v2/main.py index 441c7d32c7c..329042df782 100644 --- a/examples/post_training_quantization/tensorflow/mobilenet_v2/main.py +++ b/examples/post_training_quantization/tensorflow/mobilenet_v2/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/torch/mobilenet_v2/main.py b/examples/post_training_quantization/torch/mobilenet_v2/main.py index f5ed2fcb635..278b5d32048 100644 --- a/examples/post_training_quantization/torch/mobilenet_v2/main.py +++ b/examples/post_training_quantization/torch/mobilenet_v2/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/torch/ssd300_vgg16/main.py b/examples/post_training_quantization/torch/ssd300_vgg16/main.py index 9b094baa4c4..c99002786d5 100644 --- a/examples/post_training_quantization/torch/ssd300_vgg16/main.py +++ b/examples/post_training_quantization/torch/ssd300_vgg16/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/post_training_quantization/torch_fx/resnet18/main.py b/examples/post_training_quantization/torch_fx/resnet18/main.py index ed6a9f20e7d..662e7c7aea8 100644 --- a/examples/post_training_quantization/torch_fx/resnet18/main.py +++ b/examples/post_training_quantization/torch_fx/resnet18/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/quantization_aware_training/torch/anomalib/main.py b/examples/quantization_aware_training/torch/anomalib/main.py index c593cc55589..090b9ea8063 100644 --- a/examples/quantization_aware_training/torch/anomalib/main.py +++ b/examples/quantization_aware_training/torch/anomalib/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/quantization_aware_training/torch/resnet18/main.py b/examples/quantization_aware_training/torch/resnet18/main.py index 3b7080c3e2d..f52e0a54d12 100644 --- a/examples/quantization_aware_training/torch/resnet18/main.py +++ b/examples/quantization_aware_training/torch/resnet18/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/__init__.py b/examples/tensorflow/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/tensorflow/__init__.py +++ b/examples/tensorflow/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/classification/datasets/builder.py b/examples/tensorflow/classification/datasets/builder.py index 6173b1ab964..3f67ec9766b 100644 --- a/examples/tensorflow/classification/datasets/builder.py +++ b/examples/tensorflow/classification/datasets/builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/classification/datasets/preprocessing/cifar.py b/examples/tensorflow/classification/datasets/preprocessing/cifar.py index f7e58422b50..3a596b756e7 100644 --- a/examples/tensorflow/classification/datasets/preprocessing/cifar.py +++ b/examples/tensorflow/classification/datasets/preprocessing/cifar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/classification/datasets/preprocessing/imagenet.py b/examples/tensorflow/classification/datasets/preprocessing/imagenet.py index 93efc55a38d..a7f7f6affb2 100644 --- a/examples/tensorflow/classification/datasets/preprocessing/imagenet.py +++ b/examples/tensorflow/classification/datasets/preprocessing/imagenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/classification/datasets/preprocessing/utils.py b/examples/tensorflow/classification/datasets/preprocessing/utils.py index 195d74a1704..de36df28549 100644 --- a/examples/tensorflow/classification/datasets/preprocessing/utils.py +++ b/examples/tensorflow/classification/datasets/preprocessing/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/classification/datasets/preprocessing_selector.py b/examples/tensorflow/classification/datasets/preprocessing_selector.py index 662374ff4f0..daaad510a28 100644 --- a/examples/tensorflow/classification/datasets/preprocessing_selector.py +++ b/examples/tensorflow/classification/datasets/preprocessing_selector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/classification/datasets/tfrecords/__init__.py b/examples/tensorflow/classification/datasets/tfrecords/__init__.py index bbd9f0f8c70..778b3a88e29 100644 --- a/examples/tensorflow/classification/datasets/tfrecords/__init__.py +++ b/examples/tensorflow/classification/datasets/tfrecords/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/classification/datasets/tfrecords/cifar10.py b/examples/tensorflow/classification/datasets/tfrecords/cifar10.py index a26fdf6fa80..d2f9459c45f 100644 --- a/examples/tensorflow/classification/datasets/tfrecords/cifar10.py +++ b/examples/tensorflow/classification/datasets/tfrecords/cifar10.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/classification/datasets/tfrecords/cifar100.py b/examples/tensorflow/classification/datasets/tfrecords/cifar100.py index 8715338cfbf..33900a9e1ec 100644 --- a/examples/tensorflow/classification/datasets/tfrecords/cifar100.py +++ b/examples/tensorflow/classification/datasets/tfrecords/cifar100.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/classification/datasets/tfrecords/imagenet2012.py b/examples/tensorflow/classification/datasets/tfrecords/imagenet2012.py index 52f8d6457a3..0ec10b0c17c 100644 --- a/examples/tensorflow/classification/datasets/tfrecords/imagenet2012.py +++ b/examples/tensorflow/classification/datasets/tfrecords/imagenet2012.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/classification/main.py b/examples/tensorflow/classification/main.py index 06a850eba44..c00882e8728 100644 --- a/examples/tensorflow/classification/main.py +++ b/examples/tensorflow/classification/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/argparser.py b/examples/tensorflow/common/argparser.py index 8ec03edd5be..331aad78b8e 100644 --- a/examples/tensorflow/common/argparser.py +++ b/examples/tensorflow/common/argparser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/callbacks.py b/examples/tensorflow/common/callbacks.py index 265ce3ac05b..1f9da0f88b0 100644 --- a/examples/tensorflow/common/callbacks.py +++ b/examples/tensorflow/common/callbacks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/dataset_builder.py b/examples/tensorflow/common/dataset_builder.py index e81c4587bc8..187f823e4bf 100644 --- a/examples/tensorflow/common/dataset_builder.py +++ b/examples/tensorflow/common/dataset_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/distributed.py b/examples/tensorflow/common/distributed.py index b1270e189cd..27bf3610521 100644 --- a/examples/tensorflow/common/distributed.py +++ b/examples/tensorflow/common/distributed.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/experimental_patcher.py b/examples/tensorflow/common/experimental_patcher.py index 144e45ccdcb..a7eaaa89278 100644 --- a/examples/tensorflow/common/experimental_patcher.py +++ b/examples/tensorflow/common/experimental_patcher.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/export.py b/examples/tensorflow/common/export.py index 29238dd4f54..48139b7b93d 100644 --- a/examples/tensorflow/common/export.py +++ b/examples/tensorflow/common/export.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/logger.py b/examples/tensorflow/common/logger.py index d1ab86f5e98..1f5b1bd7d84 100644 --- a/examples/tensorflow/common/logger.py +++ b/examples/tensorflow/common/logger.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/model_loader.py b/examples/tensorflow/common/model_loader.py index 3e5b7e75751..fab20bd9230 100644 --- a/examples/tensorflow/common/model_loader.py +++ b/examples/tensorflow/common/model_loader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/models.py b/examples/tensorflow/common/models.py index 6cd3b8df941..6ce1c739c40 100644 --- a/examples/tensorflow/common/models.py +++ b/examples/tensorflow/common/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/architecture/darknet.py b/examples/tensorflow/common/object_detection/architecture/darknet.py index 2cd9672590b..b878551f781 100644 --- a/examples/tensorflow/common/object_detection/architecture/darknet.py +++ b/examples/tensorflow/common/object_detection/architecture/darknet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/architecture/factory.py b/examples/tensorflow/common/object_detection/architecture/factory.py index e9cdbd4e513..43274dbd5a0 100644 --- a/examples/tensorflow/common/object_detection/architecture/factory.py +++ b/examples/tensorflow/common/object_detection/architecture/factory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/architecture/fpn.py b/examples/tensorflow/common/object_detection/architecture/fpn.py index f1e4db2eaa6..96d17976ebe 100644 --- a/examples/tensorflow/common/object_detection/architecture/fpn.py +++ b/examples/tensorflow/common/object_detection/architecture/fpn.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/architecture/heads.py b/examples/tensorflow/common/object_detection/architecture/heads.py index 2f22994e963..f210f12150d 100644 --- a/examples/tensorflow/common/object_detection/architecture/heads.py +++ b/examples/tensorflow/common/object_detection/architecture/heads.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/architecture/nn_ops.py b/examples/tensorflow/common/object_detection/architecture/nn_ops.py index cc4d82163be..2855577034a 100644 --- a/examples/tensorflow/common/object_detection/architecture/nn_ops.py +++ b/examples/tensorflow/common/object_detection/architecture/nn_ops.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/architecture/resnet.py b/examples/tensorflow/common/object_detection/architecture/resnet.py index d3aae386cd0..4063a4767b7 100644 --- a/examples/tensorflow/common/object_detection/architecture/resnet.py +++ b/examples/tensorflow/common/object_detection/architecture/resnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/base_model.py b/examples/tensorflow/common/object_detection/base_model.py index 0d0826cf670..84b9a166e06 100644 --- a/examples/tensorflow/common/object_detection/base_model.py +++ b/examples/tensorflow/common/object_detection/base_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/checkpoint_utils.py b/examples/tensorflow/common/object_detection/checkpoint_utils.py index e4183b82455..a6d4b37e304 100644 --- a/examples/tensorflow/common/object_detection/checkpoint_utils.py +++ b/examples/tensorflow/common/object_detection/checkpoint_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/datasets/builder.py b/examples/tensorflow/common/object_detection/datasets/builder.py index d6b7fa8da85..a524abfd18b 100644 --- a/examples/tensorflow/common/object_detection/datasets/builder.py +++ b/examples/tensorflow/common/object_detection/datasets/builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/datasets/preprocessing_selector.py b/examples/tensorflow/common/object_detection/datasets/preprocessing_selector.py index 43eb290997f..7801cf942cb 100644 --- a/examples/tensorflow/common/object_detection/datasets/preprocessing_selector.py +++ b/examples/tensorflow/common/object_detection/datasets/preprocessing_selector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/datasets/tfrecords/__init__.py b/examples/tensorflow/common/object_detection/datasets/tfrecords/__init__.py index d86ba32d10c..9595f62c3bf 100644 --- a/examples/tensorflow/common/object_detection/datasets/tfrecords/__init__.py +++ b/examples/tensorflow/common/object_detection/datasets/tfrecords/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/datasets/tfrecords/coco2017.py b/examples/tensorflow/common/object_detection/datasets/tfrecords/coco2017.py index 2a11b2ff0c9..0d18d7b1039 100644 --- a/examples/tensorflow/common/object_detection/datasets/tfrecords/coco2017.py +++ b/examples/tensorflow/common/object_detection/datasets/tfrecords/coco2017.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/evaluation/coco_evaluator.py b/examples/tensorflow/common/object_detection/evaluation/coco_evaluator.py index 605f1f090c9..5a1ceeee30b 100644 --- a/examples/tensorflow/common/object_detection/evaluation/coco_evaluator.py +++ b/examples/tensorflow/common/object_detection/evaluation/coco_evaluator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/evaluation/coco_utils.py b/examples/tensorflow/common/object_detection/evaluation/coco_utils.py index f87561fb450..446ebc49d67 100644 --- a/examples/tensorflow/common/object_detection/evaluation/coco_utils.py +++ b/examples/tensorflow/common/object_detection/evaluation/coco_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/losses.py b/examples/tensorflow/common/object_detection/losses.py index 5b9aaed7aca..ae4c6cd6bbd 100644 --- a/examples/tensorflow/common/object_detection/losses.py +++ b/examples/tensorflow/common/object_detection/losses.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/ops/nms.py b/examples/tensorflow/common/object_detection/ops/nms.py index 08c59d80588..33c9f1865f6 100644 --- a/examples/tensorflow/common/object_detection/ops/nms.py +++ b/examples/tensorflow/common/object_detection/ops/nms.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/ops/postprocess_ops.py b/examples/tensorflow/common/object_detection/ops/postprocess_ops.py index d8790ab93a7..1277b334a16 100644 --- a/examples/tensorflow/common/object_detection/ops/postprocess_ops.py +++ b/examples/tensorflow/common/object_detection/ops/postprocess_ops.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/ops/roi_ops.py b/examples/tensorflow/common/object_detection/ops/roi_ops.py index b08f3986881..912e08ce612 100644 --- a/examples/tensorflow/common/object_detection/ops/roi_ops.py +++ b/examples/tensorflow/common/object_detection/ops/roi_ops.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/ops/spatial_transform_ops.py b/examples/tensorflow/common/object_detection/ops/spatial_transform_ops.py index 3a53bd541ce..397734e9ddd 100644 --- a/examples/tensorflow/common/object_detection/ops/spatial_transform_ops.py +++ b/examples/tensorflow/common/object_detection/ops/spatial_transform_ops.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/ops/target_ops.py b/examples/tensorflow/common/object_detection/ops/target_ops.py index 584b7a2cd21..3b0b2fb20de 100644 --- a/examples/tensorflow/common/object_detection/ops/target_ops.py +++ b/examples/tensorflow/common/object_detection/ops/target_ops.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/anchor.py b/examples/tensorflow/common/object_detection/utils/anchor.py index afe3e7e3164..47f854212c3 100644 --- a/examples/tensorflow/common/object_detection/utils/anchor.py +++ b/examples/tensorflow/common/object_detection/utils/anchor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/argmax_matcher.py b/examples/tensorflow/common/object_detection/utils/argmax_matcher.py index 9c7674dfd26..3071f064a09 100644 --- a/examples/tensorflow/common/object_detection/utils/argmax_matcher.py +++ b/examples/tensorflow/common/object_detection/utils/argmax_matcher.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/balanced_positive_negative_sampler.py b/examples/tensorflow/common/object_detection/utils/balanced_positive_negative_sampler.py index bf948aa20aa..f2b0df9ac53 100644 --- a/examples/tensorflow/common/object_detection/utils/balanced_positive_negative_sampler.py +++ b/examples/tensorflow/common/object_detection/utils/balanced_positive_negative_sampler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/box_coder.py b/examples/tensorflow/common/object_detection/utils/box_coder.py index 341ae3baa8d..c1216710206 100644 --- a/examples/tensorflow/common/object_detection/utils/box_coder.py +++ b/examples/tensorflow/common/object_detection/utils/box_coder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/box_list.py b/examples/tensorflow/common/object_detection/utils/box_list.py index c25366340e4..788305b4e86 100644 --- a/examples/tensorflow/common/object_detection/utils/box_list.py +++ b/examples/tensorflow/common/object_detection/utils/box_list.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/box_utils.py b/examples/tensorflow/common/object_detection/utils/box_utils.py index 0d6658a80c1..6753d3fd6eb 100644 --- a/examples/tensorflow/common/object_detection/utils/box_utils.py +++ b/examples/tensorflow/common/object_detection/utils/box_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/dataloader_utils.py b/examples/tensorflow/common/object_detection/utils/dataloader_utils.py index b1b308d89d6..359de8c4da7 100644 --- a/examples/tensorflow/common/object_detection/utils/dataloader_utils.py +++ b/examples/tensorflow/common/object_detection/utils/dataloader_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/faster_rcnn_box_coder.py b/examples/tensorflow/common/object_detection/utils/faster_rcnn_box_coder.py index 960c1949cc0..a1115d0fa5e 100644 --- a/examples/tensorflow/common/object_detection/utils/faster_rcnn_box_coder.py +++ b/examples/tensorflow/common/object_detection/utils/faster_rcnn_box_coder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/input_utils.py b/examples/tensorflow/common/object_detection/utils/input_utils.py index b337da69ac7..f995508d102 100644 --- a/examples/tensorflow/common/object_detection/utils/input_utils.py +++ b/examples/tensorflow/common/object_detection/utils/input_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/mask_utils.py b/examples/tensorflow/common/object_detection/utils/mask_utils.py index 6faaa539058..f17a067b40b 100644 --- a/examples/tensorflow/common/object_detection/utils/mask_utils.py +++ b/examples/tensorflow/common/object_detection/utils/mask_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/matcher.py b/examples/tensorflow/common/object_detection/utils/matcher.py index 849372349ba..adcf59587ee 100644 --- a/examples/tensorflow/common/object_detection/utils/matcher.py +++ b/examples/tensorflow/common/object_detection/utils/matcher.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/minibatch_sampler.py b/examples/tensorflow/common/object_detection/utils/minibatch_sampler.py index 8847763d599..d007aa4ac3a 100644 --- a/examples/tensorflow/common/object_detection/utils/minibatch_sampler.py +++ b/examples/tensorflow/common/object_detection/utils/minibatch_sampler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/ops.py b/examples/tensorflow/common/object_detection/utils/ops.py index 2e65d166e38..d3df55bfa70 100644 --- a/examples/tensorflow/common/object_detection/utils/ops.py +++ b/examples/tensorflow/common/object_detection/utils/ops.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/region_similarity_calculator.py b/examples/tensorflow/common/object_detection/utils/region_similarity_calculator.py index 60d2c3d5dad..405984fc3a1 100644 --- a/examples/tensorflow/common/object_detection/utils/region_similarity_calculator.py +++ b/examples/tensorflow/common/object_detection/utils/region_similarity_calculator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/shape_utils.py b/examples/tensorflow/common/object_detection/utils/shape_utils.py index 5f25c7f08f8..8af9c4cd531 100644 --- a/examples/tensorflow/common/object_detection/utils/shape_utils.py +++ b/examples/tensorflow/common/object_detection/utils/shape_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/target_assigner.py b/examples/tensorflow/common/object_detection/utils/target_assigner.py index aa014afbd7e..a02fc16d600 100644 --- a/examples/tensorflow/common/object_detection/utils/target_assigner.py +++ b/examples/tensorflow/common/object_detection/utils/target_assigner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/object_detection/utils/yolo_v4_utils.py b/examples/tensorflow/common/object_detection/utils/yolo_v4_utils.py index 0ce629f3ded..9dbc4d16329 100644 --- a/examples/tensorflow/common/object_detection/utils/yolo_v4_utils.py +++ b/examples/tensorflow/common/object_detection/utils/yolo_v4_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/optimizer.py b/examples/tensorflow/common/optimizer.py index a84afe13782..04c58fdff71 100644 --- a/examples/tensorflow/common/optimizer.py +++ b/examples/tensorflow/common/optimizer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/prepare_checkpoint.py b/examples/tensorflow/common/prepare_checkpoint.py index 03e1710369b..3022d9c7ea8 100644 --- a/examples/tensorflow/common/prepare_checkpoint.py +++ b/examples/tensorflow/common/prepare_checkpoint.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/scheduler.py b/examples/tensorflow/common/scheduler.py index 8521f5ae13c..54a9caec83e 100644 --- a/examples/tensorflow/common/scheduler.py +++ b/examples/tensorflow/common/scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/tfrecords_dataset.py b/examples/tensorflow/common/tfrecords_dataset.py index 35c9415b923..f8496c6e97b 100644 --- a/examples/tensorflow/common/tfrecords_dataset.py +++ b/examples/tensorflow/common/tfrecords_dataset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/common/utils.py b/examples/tensorflow/common/utils.py index 2108cfe4582..defebe5d45a 100644 --- a/examples/tensorflow/common/utils.py +++ b/examples/tensorflow/common/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/object_detection/main.py b/examples/tensorflow/object_detection/main.py index 829e8858a7f..46acbfa5916 100644 --- a/examples/tensorflow/object_detection/main.py +++ b/examples/tensorflow/object_detection/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/object_detection/models/model_selector.py b/examples/tensorflow/object_detection/models/model_selector.py index af38ba2e07c..529e4643ce8 100644 --- a/examples/tensorflow/object_detection/models/model_selector.py +++ b/examples/tensorflow/object_detection/models/model_selector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/object_detection/models/retinanet_config.py b/examples/tensorflow/object_detection/models/retinanet_config.py index aa837b865cf..099e7e8bb4a 100644 --- a/examples/tensorflow/object_detection/models/retinanet_config.py +++ b/examples/tensorflow/object_detection/models/retinanet_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/object_detection/models/retinanet_model.py b/examples/tensorflow/object_detection/models/retinanet_model.py index 9eefe935469..89f66254d74 100644 --- a/examples/tensorflow/object_detection/models/retinanet_model.py +++ b/examples/tensorflow/object_detection/models/retinanet_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/object_detection/models/yolo_v4_config.py b/examples/tensorflow/object_detection/models/yolo_v4_config.py index 5ad1a6d8426..a67ac6040af 100644 --- a/examples/tensorflow/object_detection/models/yolo_v4_config.py +++ b/examples/tensorflow/object_detection/models/yolo_v4_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/object_detection/models/yolo_v4_model.py b/examples/tensorflow/object_detection/models/yolo_v4_model.py index b0dfc370b3b..efe3f9bf737 100644 --- a/examples/tensorflow/object_detection/models/yolo_v4_model.py +++ b/examples/tensorflow/object_detection/models/yolo_v4_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/object_detection/postprocessing/yolo_v4_postprocessing.py b/examples/tensorflow/object_detection/postprocessing/yolo_v4_postprocessing.py index 12a9f616c91..d5d4534893a 100644 --- a/examples/tensorflow/object_detection/postprocessing/yolo_v4_postprocessing.py +++ b/examples/tensorflow/object_detection/postprocessing/yolo_v4_postprocessing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/object_detection/preprocessing/retinanet_preprocessing.py b/examples/tensorflow/object_detection/preprocessing/retinanet_preprocessing.py index c047176ea43..9e546f38cf4 100644 --- a/examples/tensorflow/object_detection/preprocessing/retinanet_preprocessing.py +++ b/examples/tensorflow/object_detection/preprocessing/retinanet_preprocessing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/object_detection/preprocessing/yolo_v4_preprocessing.py b/examples/tensorflow/object_detection/preprocessing/yolo_v4_preprocessing.py index a1948097910..b42fb62efc4 100644 --- a/examples/tensorflow/object_detection/preprocessing/yolo_v4_preprocessing.py +++ b/examples/tensorflow/object_detection/preprocessing/yolo_v4_preprocessing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/segmentation/evaluation.py b/examples/tensorflow/segmentation/evaluation.py index 40ce095a405..930bd9a1f35 100644 --- a/examples/tensorflow/segmentation/evaluation.py +++ b/examples/tensorflow/segmentation/evaluation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/segmentation/models/maskrcnn_config.py b/examples/tensorflow/segmentation/models/maskrcnn_config.py index 63980b8142d..dbd59f80729 100644 --- a/examples/tensorflow/segmentation/models/maskrcnn_config.py +++ b/examples/tensorflow/segmentation/models/maskrcnn_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/segmentation/models/maskrcnn_model.py b/examples/tensorflow/segmentation/models/maskrcnn_model.py index d8d2de223ce..aa22dd71b0e 100644 --- a/examples/tensorflow/segmentation/models/maskrcnn_model.py +++ b/examples/tensorflow/segmentation/models/maskrcnn_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/segmentation/models/model_selector.py b/examples/tensorflow/segmentation/models/model_selector.py index 8890204d9c4..3f5c5cd0fd8 100644 --- a/examples/tensorflow/segmentation/models/model_selector.py +++ b/examples/tensorflow/segmentation/models/model_selector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/segmentation/preprocessing/maskrcnn_preprocessing.py b/examples/tensorflow/segmentation/preprocessing/maskrcnn_preprocessing.py index 32e1f2fdc22..0240ecdb18a 100644 --- a/examples/tensorflow/segmentation/preprocessing/maskrcnn_preprocessing.py +++ b/examples/tensorflow/segmentation/preprocessing/maskrcnn_preprocessing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tensorflow/segmentation/train.py b/examples/tensorflow/segmentation/train.py index b87c0fcde87..75f0e63fc8a 100644 --- a/examples/tensorflow/segmentation/train.py +++ b/examples/tensorflow/segmentation/train.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/__init__.py b/examples/torch/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/torch/__init__.py +++ b/examples/torch/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/classification/__init__.py b/examples/torch/classification/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/torch/classification/__init__.py +++ b/examples/torch/classification/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/classification/main.py b/examples/torch/classification/main.py index 0b6d2a91492..6d852d1b917 100644 --- a/examples/torch/classification/main.py +++ b/examples/torch/classification/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/classification/models/__init__.py b/examples/torch/classification/models/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/torch/classification/models/__init__.py +++ b/examples/torch/classification/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/classification/models/mobilenet_v2_32x32.py b/examples/torch/classification/models/mobilenet_v2_32x32.py index 11a2798ca8a..0075aacda29 100644 --- a/examples/torch/classification/models/mobilenet_v2_32x32.py +++ b/examples/torch/classification/models/mobilenet_v2_32x32.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/classification/staged_quantization_worker.py b/examples/torch/classification/staged_quantization_worker.py index e6aaeeb2dd6..8c29236cfc5 100644 --- a/examples/torch/classification/staged_quantization_worker.py +++ b/examples/torch/classification/staged_quantization_worker.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/__init__.py b/examples/torch/common/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/torch/common/__init__.py +++ b/examples/torch/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/argparser.py b/examples/torch/common/argparser.py index 82e1d64dba1..b17b9888d0f 100644 --- a/examples/torch/common/argparser.py +++ b/examples/torch/common/argparser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/distributed.py b/examples/torch/common/distributed.py index e57896df607..50b2d90314e 100644 --- a/examples/torch/common/distributed.py +++ b/examples/torch/common/distributed.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/example_logger.py b/examples/torch/common/example_logger.py index 9a645173ca9..6519e38e783 100644 --- a/examples/torch/common/example_logger.py +++ b/examples/torch/common/example_logger.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/execution.py b/examples/torch/common/execution.py index fb20962c01b..aef39107755 100644 --- a/examples/torch/common/execution.py +++ b/examples/torch/common/execution.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/export.py b/examples/torch/common/export.py index 543574497f0..9bb97f92e96 100644 --- a/examples/torch/common/export.py +++ b/examples/torch/common/export.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/model_loader.py b/examples/torch/common/model_loader.py index 1fb598b35d2..ffaed6de3bc 100644 --- a/examples/torch/common/model_loader.py +++ b/examples/torch/common/model_loader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/__init__.py b/examples/torch/common/models/__init__.py index ccda0a49039..7f1c4756c03 100644 --- a/examples/torch/common/models/__init__.py +++ b/examples/torch/common/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/classification/__init__.py b/examples/torch/common/models/classification/__init__.py index b0a1cdd3993..e690c747b06 100644 --- a/examples/torch/common/models/classification/__init__.py +++ b/examples/torch/common/models/classification/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/classification/efficientnet.py b/examples/torch/common/models/classification/efficientnet.py index 99b55946ff8..c210c1c2647 100644 --- a/examples/torch/common/models/classification/efficientnet.py +++ b/examples/torch/common/models/classification/efficientnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/classification/inceptionv3_cifar100.py b/examples/torch/common/models/classification/inceptionv3_cifar100.py index e1492cdcc04..4cb7db94048 100644 --- a/examples/torch/common/models/classification/inceptionv3_cifar100.py +++ b/examples/torch/common/models/classification/inceptionv3_cifar100.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/classification/mobilenet_v2_cifar10.py b/examples/torch/common/models/classification/mobilenet_v2_cifar10.py index a96e1248193..bfb0317e6d0 100644 --- a/examples/torch/common/models/classification/mobilenet_v2_cifar10.py +++ b/examples/torch/common/models/classification/mobilenet_v2_cifar10.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/classification/mobilenet_v2_tv_092.py b/examples/torch/common/models/classification/mobilenet_v2_tv_092.py index d7059f87e53..912e6415d04 100644 --- a/examples/torch/common/models/classification/mobilenet_v2_tv_092.py +++ b/examples/torch/common/models/classification/mobilenet_v2_tv_092.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/classification/mobilenet_v3_tv_092.py b/examples/torch/common/models/classification/mobilenet_v3_tv_092.py index 3cec3ec0bfd..dfa4f65986f 100644 --- a/examples/torch/common/models/classification/mobilenet_v3_tv_092.py +++ b/examples/torch/common/models/classification/mobilenet_v3_tv_092.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/classification/resnet_cifar.py b/examples/torch/common/models/classification/resnet_cifar.py index 5406bf158c3..51912405d31 100644 --- a/examples/torch/common/models/classification/resnet_cifar.py +++ b/examples/torch/common/models/classification/resnet_cifar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/classification/resnet_cifar10.py b/examples/torch/common/models/classification/resnet_cifar10.py index c449184e06d..618b4170dba 100644 --- a/examples/torch/common/models/classification/resnet_cifar10.py +++ b/examples/torch/common/models/classification/resnet_cifar10.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/classification/rmnet_cifar.py b/examples/torch/common/models/classification/rmnet_cifar.py index 963546acb01..a941e295fd5 100644 --- a/examples/torch/common/models/classification/rmnet_cifar.py +++ b/examples/torch/common/models/classification/rmnet_cifar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/classification/vgg11_bn_cifar10.py b/examples/torch/common/models/classification/vgg11_bn_cifar10.py index a545834af17..372fd19a138 100644 --- a/examples/torch/common/models/classification/vgg11_bn_cifar10.py +++ b/examples/torch/common/models/classification/vgg11_bn_cifar10.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/segmentation/__init__.py b/examples/torch/common/models/segmentation/__init__.py index 32640609e20..35a3eaf74d0 100644 --- a/examples/torch/common/models/segmentation/__init__.py +++ b/examples/torch/common/models/segmentation/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/segmentation/enet.py b/examples/torch/common/models/segmentation/enet.py index e64f0f56496..69ee2d57243 100644 --- a/examples/torch/common/models/segmentation/enet.py +++ b/examples/torch/common/models/segmentation/enet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/segmentation/icnet.py b/examples/torch/common/models/segmentation/icnet.py index f50e9899698..de81a30f5f2 100644 --- a/examples/torch/common/models/segmentation/icnet.py +++ b/examples/torch/common/models/segmentation/icnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/models/segmentation/unet.py b/examples/torch/common/models/segmentation/unet.py index 11ea2ec50c8..9dc96ad93e4 100644 --- a/examples/torch/common/models/segmentation/unet.py +++ b/examples/torch/common/models/segmentation/unet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/optimizer.py b/examples/torch/common/optimizer.py index 18b31a07dad..c9505c31840 100644 --- a/examples/torch/common/optimizer.py +++ b/examples/torch/common/optimizer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/restricted_pickle_module.py b/examples/torch/common/restricted_pickle_module.py index 94add3f5344..893f32356c2 100644 --- a/examples/torch/common/restricted_pickle_module.py +++ b/examples/torch/common/restricted_pickle_module.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/common/utils.py b/examples/torch/common/utils.py index 46d11941e34..4ec77065e97 100644 --- a/examples/torch/common/utils.py +++ b/examples/torch/common/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/__init__.py b/examples/torch/object_detection/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/torch/object_detection/__init__.py +++ b/examples/torch/object_detection/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/dataset.py b/examples/torch/object_detection/dataset.py index ea63d2403af..3ba469333af 100644 --- a/examples/torch/object_detection/dataset.py +++ b/examples/torch/object_detection/dataset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/datasets/__init__.py b/examples/torch/object_detection/datasets/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/torch/object_detection/datasets/__init__.py +++ b/examples/torch/object_detection/datasets/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/datasets/coco.py b/examples/torch/object_detection/datasets/coco.py index deb1d80fa64..feed62ceb7e 100644 --- a/examples/torch/object_detection/datasets/coco.py +++ b/examples/torch/object_detection/datasets/coco.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/datasets/voc0712.py b/examples/torch/object_detection/datasets/voc0712.py index 8f87a5fc5c9..4cf31110ab0 100644 --- a/examples/torch/object_detection/datasets/voc0712.py +++ b/examples/torch/object_detection/datasets/voc0712.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/eval.py b/examples/torch/object_detection/eval.py index e06a19cc161..2e4b48aafd6 100644 --- a/examples/torch/object_detection/eval.py +++ b/examples/torch/object_detection/eval.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/layers/__init__.py b/examples/torch/object_detection/layers/__init__.py index 33aac5df4be..5a35bdffe38 100644 --- a/examples/torch/object_detection/layers/__init__.py +++ b/examples/torch/object_detection/layers/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/layers/box_utils.py b/examples/torch/object_detection/layers/box_utils.py index cdbcae6671c..64d9ecdfd1e 100644 --- a/examples/torch/object_detection/layers/box_utils.py +++ b/examples/torch/object_detection/layers/box_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/layers/extensions/__init__.py b/examples/torch/object_detection/layers/extensions/__init__.py index eea5a7256cf..547607b0f76 100644 --- a/examples/torch/object_detection/layers/extensions/__init__.py +++ b/examples/torch/object_detection/layers/extensions/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/layers/functions/__init__.py b/examples/torch/object_detection/layers/functions/__init__.py index 8b55c215db1..82b160f9266 100644 --- a/examples/torch/object_detection/layers/functions/__init__.py +++ b/examples/torch/object_detection/layers/functions/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/layers/functions/detection.py b/examples/torch/object_detection/layers/functions/detection.py index 85cdd75a473..728b7aaaadd 100644 --- a/examples/torch/object_detection/layers/functions/detection.py +++ b/examples/torch/object_detection/layers/functions/detection.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/layers/functions/prior_box.py b/examples/torch/object_detection/layers/functions/prior_box.py index a6c11966409..bbac779586d 100644 --- a/examples/torch/object_detection/layers/functions/prior_box.py +++ b/examples/torch/object_detection/layers/functions/prior_box.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/layers/modules/__init__.py b/examples/torch/object_detection/layers/modules/__init__.py index 4a9bdaf5fb4..9539ea902a1 100644 --- a/examples/torch/object_detection/layers/modules/__init__.py +++ b/examples/torch/object_detection/layers/modules/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/layers/modules/l2norm.py b/examples/torch/object_detection/layers/modules/l2norm.py index cf95b0b9b1e..a2845ef0303 100644 --- a/examples/torch/object_detection/layers/modules/l2norm.py +++ b/examples/torch/object_detection/layers/modules/l2norm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/layers/modules/multibox_loss.py b/examples/torch/object_detection/layers/modules/multibox_loss.py index 8215a1e3d80..fe599841afc 100644 --- a/examples/torch/object_detection/layers/modules/multibox_loss.py +++ b/examples/torch/object_detection/layers/modules/multibox_loss.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/layers/modules/ssd_head.py b/examples/torch/object_detection/layers/modules/ssd_head.py index 2c7b184e9ad..0f774e8f3d5 100644 --- a/examples/torch/object_detection/layers/modules/ssd_head.py +++ b/examples/torch/object_detection/layers/modules/ssd_head.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/main.py b/examples/torch/object_detection/main.py index bd78eebf0cf..2077934ff30 100644 --- a/examples/torch/object_detection/main.py +++ b/examples/torch/object_detection/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/model.py b/examples/torch/object_detection/model.py index 565720b5069..ad7057ff941 100644 --- a/examples/torch/object_detection/model.py +++ b/examples/torch/object_detection/model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/models/__init__.py b/examples/torch/object_detection/models/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/torch/object_detection/models/__init__.py +++ b/examples/torch/object_detection/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/models/ssd_mobilenet.py b/examples/torch/object_detection/models/ssd_mobilenet.py index 34a6392579a..420e2f1fa16 100644 --- a/examples/torch/object_detection/models/ssd_mobilenet.py +++ b/examples/torch/object_detection/models/ssd_mobilenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/models/ssd_vgg.py b/examples/torch/object_detection/models/ssd_vgg.py index 8dda2b67fd8..a8529d960d3 100644 --- a/examples/torch/object_detection/models/ssd_vgg.py +++ b/examples/torch/object_detection/models/ssd_vgg.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/utils/__init__.py b/examples/torch/object_detection/utils/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/examples/torch/object_detection/utils/__init__.py +++ b/examples/torch/object_detection/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/object_detection/utils/augmentations.py b/examples/torch/object_detection/utils/augmentations.py index 3b784475708..d472420c985 100644 --- a/examples/torch/object_detection/utils/augmentations.py +++ b/examples/torch/object_detection/utils/augmentations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/datasets/__init__.py b/examples/torch/semantic_segmentation/datasets/__init__.py index 654fd4439b1..082e9245812 100644 --- a/examples/torch/semantic_segmentation/datasets/__init__.py +++ b/examples/torch/semantic_segmentation/datasets/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/datasets/camvid.py b/examples/torch/semantic_segmentation/datasets/camvid.py index 268f6cf834a..51b757e23e4 100644 --- a/examples/torch/semantic_segmentation/datasets/camvid.py +++ b/examples/torch/semantic_segmentation/datasets/camvid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/datasets/cityscapes.py b/examples/torch/semantic_segmentation/datasets/cityscapes.py index d823576b45d..67360451435 100644 --- a/examples/torch/semantic_segmentation/datasets/cityscapes.py +++ b/examples/torch/semantic_segmentation/datasets/cityscapes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/datasets/mapillary.py b/examples/torch/semantic_segmentation/datasets/mapillary.py index c74658d2f62..7d0352e572b 100644 --- a/examples/torch/semantic_segmentation/datasets/mapillary.py +++ b/examples/torch/semantic_segmentation/datasets/mapillary.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/main.py b/examples/torch/semantic_segmentation/main.py index 3c628d2cbef..597f3abcdb8 100644 --- a/examples/torch/semantic_segmentation/main.py +++ b/examples/torch/semantic_segmentation/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/metric/__init__.py b/examples/torch/semantic_segmentation/metric/__init__.py index e703622fc9b..0ca86921362 100644 --- a/examples/torch/semantic_segmentation/metric/__init__.py +++ b/examples/torch/semantic_segmentation/metric/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/metric/confusionmatrix.py b/examples/torch/semantic_segmentation/metric/confusionmatrix.py index 0d6f86af040..3e5ce518167 100644 --- a/examples/torch/semantic_segmentation/metric/confusionmatrix.py +++ b/examples/torch/semantic_segmentation/metric/confusionmatrix.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/metric/iou.py b/examples/torch/semantic_segmentation/metric/iou.py index 35074b36462..d678f7d7e2e 100644 --- a/examples/torch/semantic_segmentation/metric/iou.py +++ b/examples/torch/semantic_segmentation/metric/iou.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/metric/metric.py b/examples/torch/semantic_segmentation/metric/metric.py index 0fd55abbf83..681d6537fb4 100644 --- a/examples/torch/semantic_segmentation/metric/metric.py +++ b/examples/torch/semantic_segmentation/metric/metric.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/test.py b/examples/torch/semantic_segmentation/test.py index 01332aee0bf..2e48caf4cda 100644 --- a/examples/torch/semantic_segmentation/test.py +++ b/examples/torch/semantic_segmentation/test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/train.py b/examples/torch/semantic_segmentation/train.py index 12e268e790f..6bc6059e07f 100644 --- a/examples/torch/semantic_segmentation/train.py +++ b/examples/torch/semantic_segmentation/train.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/utils/checkpoint.py b/examples/torch/semantic_segmentation/utils/checkpoint.py index 0172994e530..562efe4a75a 100644 --- a/examples/torch/semantic_segmentation/utils/checkpoint.py +++ b/examples/torch/semantic_segmentation/utils/checkpoint.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/utils/data.py b/examples/torch/semantic_segmentation/utils/data.py index 4873dcc60f5..24be1784f7b 100644 --- a/examples/torch/semantic_segmentation/utils/data.py +++ b/examples/torch/semantic_segmentation/utils/data.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/utils/loss_funcs.py b/examples/torch/semantic_segmentation/utils/loss_funcs.py index 9cd5b7e861c..c7ad54c4c2e 100644 --- a/examples/torch/semantic_segmentation/utils/loss_funcs.py +++ b/examples/torch/semantic_segmentation/utils/loss_funcs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/torch/semantic_segmentation/utils/transforms.py b/examples/torch/semantic_segmentation/utils/transforms.py index 5891f04e9de..0c41d2d7661 100644 --- a/examples/torch/semantic_segmentation/utils/transforms.py +++ b/examples/torch/semantic_segmentation/utils/transforms.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/__init__.py b/nncf/__init__.py index 94870380f4e..621a94ce9f5 100644 --- a/nncf/__init__.py +++ b/nncf/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/api/__init__.py b/nncf/api/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/api/__init__.py +++ b/nncf/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/api/compression.py b/nncf/api/compression.py index a2f49bf9b54..30cbd5e7e11 100644 --- a/nncf/api/compression.py +++ b/nncf/api/compression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/api/statistics.py b/nncf/api/statistics.py index 01b9b644ae8..c72a8bc3d30 100644 --- a/nncf/api/statistics.py +++ b/nncf/api/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/__init__.py b/nncf/common/__init__.py index 1d978d2710f..261596a877e 100644 --- a/nncf/common/__init__.py +++ b/nncf/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/accuracy_aware_training/__init__.py b/nncf/common/accuracy_aware_training/__init__.py index 35a9f765b7c..32ffd17ed2c 100644 --- a/nncf/common/accuracy_aware_training/__init__.py +++ b/nncf/common/accuracy_aware_training/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/accuracy_aware_training/runner.py b/nncf/common/accuracy_aware_training/runner.py index a383a527e0a..3cd3c25f75f 100644 --- a/nncf/common/accuracy_aware_training/runner.py +++ b/nncf/common/accuracy_aware_training/runner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/accuracy_aware_training/runner_factory.py b/nncf/common/accuracy_aware_training/runner_factory.py index 20d294a8e71..3b4e432446a 100644 --- a/nncf/common/accuracy_aware_training/runner_factory.py +++ b/nncf/common/accuracy_aware_training/runner_factory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/accuracy_aware_training/statistics.py b/nncf/common/accuracy_aware_training/statistics.py index 465bc13c0ba..83ae698c6a8 100644 --- a/nncf/common/accuracy_aware_training/statistics.py +++ b/nncf/common/accuracy_aware_training/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/accuracy_aware_training/training_loop.py b/nncf/common/accuracy_aware_training/training_loop.py index 2b376afc821..b15ab8f1bbc 100644 --- a/nncf/common/accuracy_aware_training/training_loop.py +++ b/nncf/common/accuracy_aware_training/training_loop.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/collector.py b/nncf/common/collector.py index 23807f1f018..cee164f1eeb 100644 --- a/nncf/common/collector.py +++ b/nncf/common/collector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/composite_compression.py b/nncf/common/composite_compression.py index 393a4a8f9a0..d94ab5620ac 100644 --- a/nncf/common/composite_compression.py +++ b/nncf/common/composite_compression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/compression.py b/nncf/common/compression.py index 21aa9dfb9f9..47f769ae5d6 100644 --- a/nncf/common/compression.py +++ b/nncf/common/compression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/deprecation.py b/nncf/common/deprecation.py index 240a22a2eda..c49d7ad9c11 100644 --- a/nncf/common/deprecation.py +++ b/nncf/common/deprecation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/engine.py b/nncf/common/engine.py index 1ada7e7be95..0fed110dc2d 100644 --- a/nncf/common/engine.py +++ b/nncf/common/engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/exporter.py b/nncf/common/exporter.py index 030a13aa0ac..d117565bc83 100644 --- a/nncf/common/exporter.py +++ b/nncf/common/exporter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/factory.py b/nncf/common/factory.py index c5a921c8068..ca0b9d745bb 100644 --- a/nncf/common/factory.py +++ b/nncf/common/factory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/__init__.py b/nncf/common/graph/__init__.py index 2358ac0f698..f01f6e438c2 100644 --- a/nncf/common/graph/__init__.py +++ b/nncf/common/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/definitions.py b/nncf/common/graph/definitions.py index 14925b0b36c..fce2bedb6fd 100644 --- a/nncf/common/graph/definitions.py +++ b/nncf/common/graph/definitions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/graph.py b/nncf/common/graph/graph.py index 8cc65caabaf..350bcb98265 100644 --- a/nncf/common/graph/graph.py +++ b/nncf/common/graph/graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/graph_matching.py b/nncf/common/graph/graph_matching.py index d2bc0886ffe..8abd854c868 100644 --- a/nncf/common/graph/graph_matching.py +++ b/nncf/common/graph/graph_matching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/layer_attributes.py b/nncf/common/graph/layer_attributes.py index bf45dae94f6..b3b8c0c5cbe 100644 --- a/nncf/common/graph/layer_attributes.py +++ b/nncf/common/graph/layer_attributes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/model_transformer.py b/nncf/common/graph/model_transformer.py index c63ba078cd3..37c66163a63 100644 --- a/nncf/common/graph/model_transformer.py +++ b/nncf/common/graph/model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/operator_metatypes.py b/nncf/common/graph/operator_metatypes.py index 100f510428a..ae7f8311872 100644 --- a/nncf/common/graph/operator_metatypes.py +++ b/nncf/common/graph/operator_metatypes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/patterns/__init__.py b/nncf/common/graph/patterns/__init__.py index 9b21cf6f8d7..80c1e6ce225 100644 --- a/nncf/common/graph/patterns/__init__.py +++ b/nncf/common/graph/patterns/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/patterns/manager.py b/nncf/common/graph/patterns/manager.py index 2c32e3abf56..709e2e630d8 100644 --- a/nncf/common/graph/patterns/manager.py +++ b/nncf/common/graph/patterns/manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/patterns/patterns.py b/nncf/common/graph/patterns/patterns.py index 6d5f00a8e9b..e86d44a519b 100644 --- a/nncf/common/graph/patterns/patterns.py +++ b/nncf/common/graph/patterns/patterns.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/transformations/__init__.py b/nncf/common/graph/transformations/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/common/graph/transformations/__init__.py +++ b/nncf/common/graph/transformations/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/transformations/command_creation.py b/nncf/common/graph/transformations/command_creation.py index 607549d94e5..32fff14a441 100644 --- a/nncf/common/graph/transformations/command_creation.py +++ b/nncf/common/graph/transformations/command_creation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/transformations/commands.py b/nncf/common/graph/transformations/commands.py index c350978edd7..18a9e3a4ff3 100644 --- a/nncf/common/graph/transformations/commands.py +++ b/nncf/common/graph/transformations/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/transformations/layout.py b/nncf/common/graph/transformations/layout.py index c6e9334af6a..2050f8f76cf 100644 --- a/nncf/common/graph/transformations/layout.py +++ b/nncf/common/graph/transformations/layout.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/graph/utils.py b/nncf/common/graph/utils.py index b21c3b013da..676befc005b 100644 --- a/nncf/common/graph/utils.py +++ b/nncf/common/graph/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/hardware/__init__.py b/nncf/common/hardware/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/common/hardware/__init__.py +++ b/nncf/common/hardware/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/hardware/config.py b/nncf/common/hardware/config.py index 4cc89ed3e7b..73cdae79ad2 100644 --- a/nncf/common/hardware/config.py +++ b/nncf/common/hardware/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/hardware/opset.py b/nncf/common/hardware/opset.py index 91fafe0b09c..76931965fbd 100644 --- a/nncf/common/hardware/opset.py +++ b/nncf/common/hardware/opset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/hook_handle.py b/nncf/common/hook_handle.py index 0dde089455a..dcd06683eee 100644 --- a/nncf/common/hook_handle.py +++ b/nncf/common/hook_handle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/initialization/__init__.py b/nncf/common/initialization/__init__.py index a0f17af37fa..2a600825223 100644 --- a/nncf/common/initialization/__init__.py +++ b/nncf/common/initialization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/initialization/batchnorm_adaptation.py b/nncf/common/initialization/batchnorm_adaptation.py index 8b8e2ce8d8b..194e20020b3 100644 --- a/nncf/common/initialization/batchnorm_adaptation.py +++ b/nncf/common/initialization/batchnorm_adaptation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/initialization/dataloader.py b/nncf/common/initialization/dataloader.py index 07fa4b98ab9..35a0bf9d06e 100644 --- a/nncf/common/initialization/dataloader.py +++ b/nncf/common/initialization/dataloader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/insertion_point_graph.py b/nncf/common/insertion_point_graph.py index 7bb1368dadf..de8d450f041 100644 --- a/nncf/common/insertion_point_graph.py +++ b/nncf/common/insertion_point_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/logging/__init__.py b/nncf/common/logging/__init__.py index d1f1cd1354e..3d17e4a0589 100644 --- a/nncf/common/logging/__init__.py +++ b/nncf/common/logging/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/logging/logger.py b/nncf/common/logging/logger.py index 5ba4b9a257c..0a949b95d1d 100644 --- a/nncf/common/logging/logger.py +++ b/nncf/common/logging/logger.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/logging/progress_bar.py b/nncf/common/logging/progress_bar.py index 322f04e070c..6bf6773fdd6 100644 --- a/nncf/common/logging/progress_bar.py +++ b/nncf/common/logging/progress_bar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/logging/track_progress.py b/nncf/common/logging/track_progress.py index 51fecafdd92..9fb67ad1802 100644 --- a/nncf/common/logging/track_progress.py +++ b/nncf/common/logging/track_progress.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/plotting.py b/nncf/common/plotting.py index b6fb2d76268..193456b841f 100644 --- a/nncf/common/plotting.py +++ b/nncf/common/plotting.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/__init__.py b/nncf/common/pruning/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/common/pruning/__init__.py +++ b/nncf/common/pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/clusterization.py b/nncf/common/pruning/clusterization.py index 47457d01ca7..521406b9bfd 100644 --- a/nncf/common/pruning/clusterization.py +++ b/nncf/common/pruning/clusterization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/mask_propagation.py b/nncf/common/pruning/mask_propagation.py index dfa0c79da48..2c6c23e017b 100644 --- a/nncf/common/pruning/mask_propagation.py +++ b/nncf/common/pruning/mask_propagation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/model_analysis.py b/nncf/common/pruning/model_analysis.py index 47d7e79d454..722487c350b 100644 --- a/nncf/common/pruning/model_analysis.py +++ b/nncf/common/pruning/model_analysis.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/node_selector.py b/nncf/common/pruning/node_selector.py index a58ed7e1f37..cab14ebf671 100644 --- a/nncf/common/pruning/node_selector.py +++ b/nncf/common/pruning/node_selector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/operations.py b/nncf/common/pruning/operations.py index 022f4bd375e..a5c3102df7a 100644 --- a/nncf/common/pruning/operations.py +++ b/nncf/common/pruning/operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/schedulers.py b/nncf/common/pruning/schedulers.py index facd3795588..4972ad7ba6c 100644 --- a/nncf/common/pruning/schedulers.py +++ b/nncf/common/pruning/schedulers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/shape_pruning_processor.py b/nncf/common/pruning/shape_pruning_processor.py index 6214551bf49..72f464eb191 100644 --- a/nncf/common/pruning/shape_pruning_processor.py +++ b/nncf/common/pruning/shape_pruning_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/statistics.py b/nncf/common/pruning/statistics.py index 5310ebde754..de663bb515a 100644 --- a/nncf/common/pruning/statistics.py +++ b/nncf/common/pruning/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/structs.py b/nncf/common/pruning/structs.py index 72182c71ba2..b76e3503877 100644 --- a/nncf/common/pruning/structs.py +++ b/nncf/common/pruning/structs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/symbolic_mask.py b/nncf/common/pruning/symbolic_mask.py index 6e67e31ceba..f8549fc7664 100644 --- a/nncf/common/pruning/symbolic_mask.py +++ b/nncf/common/pruning/symbolic_mask.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/tensor_processor.py b/nncf/common/pruning/tensor_processor.py index 457694874a6..2eb8509ce90 100644 --- a/nncf/common/pruning/tensor_processor.py +++ b/nncf/common/pruning/tensor_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/utils.py b/nncf/common/pruning/utils.py index b67deff12a8..d78494fcfe2 100644 --- a/nncf/common/pruning/utils.py +++ b/nncf/common/pruning/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/pruning/weights_flops_calculator.py b/nncf/common/pruning/weights_flops_calculator.py index 85554ab2649..61963ff6234 100644 --- a/nncf/common/pruning/weights_flops_calculator.py +++ b/nncf/common/pruning/weights_flops_calculator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/__init__.py b/nncf/common/quantization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/common/quantization/__init__.py +++ b/nncf/common/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/collectors.py b/nncf/common/quantization/collectors.py index a5da5da7f1b..69ba55c0cf8 100644 --- a/nncf/common/quantization/collectors.py +++ b/nncf/common/quantization/collectors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/config_assignment.py b/nncf/common/quantization/config_assignment.py index 2ec4e5108f1..61895aaf0bb 100644 --- a/nncf/common/quantization/config_assignment.py +++ b/nncf/common/quantization/config_assignment.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/initialization/__init__.py b/nncf/common/quantization/initialization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/common/quantization/initialization/__init__.py +++ b/nncf/common/quantization/initialization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/initialization/range.py b/nncf/common/quantization/initialization/range.py index a015e92b5cd..b4a98565ceb 100644 --- a/nncf/common/quantization/initialization/range.py +++ b/nncf/common/quantization/initialization/range.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/quantizer_propagation/__init__.py b/nncf/common/quantization/quantizer_propagation/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/common/quantization/quantizer_propagation/__init__.py +++ b/nncf/common/quantization/quantizer_propagation/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/quantizer_propagation/graph.py b/nncf/common/quantization/quantizer_propagation/graph.py index 7e1edcc5f39..e23e2a21bf5 100644 --- a/nncf/common/quantization/quantizer_propagation/graph.py +++ b/nncf/common/quantization/quantizer_propagation/graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/quantizer_propagation/grouping.py b/nncf/common/quantization/quantizer_propagation/grouping.py index 70c6933e3a0..d6d63533db8 100644 --- a/nncf/common/quantization/quantizer_propagation/grouping.py +++ b/nncf/common/quantization/quantizer_propagation/grouping.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/quantizer_propagation/solver.py b/nncf/common/quantization/quantizer_propagation/solver.py index 0008f94b780..c2861841e6a 100644 --- a/nncf/common/quantization/quantizer_propagation/solver.py +++ b/nncf/common/quantization/quantizer_propagation/solver.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/quantizer_propagation/structs.py b/nncf/common/quantization/quantizer_propagation/structs.py index 62dd6bc6a7d..a163ac6844f 100644 --- a/nncf/common/quantization/quantizer_propagation/structs.py +++ b/nncf/common/quantization/quantizer_propagation/structs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/quantizer_propagation/visualizer.py b/nncf/common/quantization/quantizer_propagation/visualizer.py index 027beca091e..817cf409119 100644 --- a/nncf/common/quantization/quantizer_propagation/visualizer.py +++ b/nncf/common/quantization/quantizer_propagation/visualizer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/quantizer_removal.py b/nncf/common/quantization/quantizer_removal.py index 5aa00b8404c..131cbf1a22a 100644 --- a/nncf/common/quantization/quantizer_removal.py +++ b/nncf/common/quantization/quantizer_removal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/quantizer_setup.py b/nncf/common/quantization/quantizer_setup.py index a2d1f3f3ad7..ff2f44af96f 100644 --- a/nncf/common/quantization/quantizer_setup.py +++ b/nncf/common/quantization/quantizer_setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/quantizers.py b/nncf/common/quantization/quantizers.py index 43c9a3f7dd8..7ebddb11e5d 100644 --- a/nncf/common/quantization/quantizers.py +++ b/nncf/common/quantization/quantizers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/statistics.py b/nncf/common/quantization/statistics.py index e7f9ed4f647..bac232d9374 100644 --- a/nncf/common/quantization/statistics.py +++ b/nncf/common/quantization/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/quantization/structs.py b/nncf/common/quantization/structs.py index f6e6c8f6dce..a8b0d47b6dd 100644 --- a/nncf/common/quantization/structs.py +++ b/nncf/common/quantization/structs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/schedulers.py b/nncf/common/schedulers.py index fe064d4a1fd..c84ec2e6350 100644 --- a/nncf/common/schedulers.py +++ b/nncf/common/schedulers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/scopes.py b/nncf/common/scopes.py index 218a058653b..bb6b79a67fe 100644 --- a/nncf/common/scopes.py +++ b/nncf/common/scopes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/sparsity/__init__.py b/nncf/common/sparsity/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/common/sparsity/__init__.py +++ b/nncf/common/sparsity/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/sparsity/collector.py b/nncf/common/sparsity/collector.py index 5001153e279..f1c193acccd 100644 --- a/nncf/common/sparsity/collector.py +++ b/nncf/common/sparsity/collector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/sparsity/controller.py b/nncf/common/sparsity/controller.py index 99ca2ca1136..4a1f9b45000 100644 --- a/nncf/common/sparsity/controller.py +++ b/nncf/common/sparsity/controller.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/sparsity/schedulers.py b/nncf/common/sparsity/schedulers.py index c23131f7c0a..b890a5de731 100644 --- a/nncf/common/sparsity/schedulers.py +++ b/nncf/common/sparsity/schedulers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/sparsity/statistics.py b/nncf/common/sparsity/statistics.py index 62ff60aa865..b9638df3e11 100644 --- a/nncf/common/sparsity/statistics.py +++ b/nncf/common/sparsity/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/stateful_classes_registry.py b/nncf/common/stateful_classes_registry.py index f608254d488..599aa19e85a 100644 --- a/nncf/common/stateful_classes_registry.py +++ b/nncf/common/stateful_classes_registry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/statistics.py b/nncf/common/statistics.py index 2b11ad7ce54..d0ac90b7af3 100644 --- a/nncf/common/statistics.py +++ b/nncf/common/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/strip.py b/nncf/common/strip.py index c2cd592ff46..cf190bdc5d5 100644 --- a/nncf/common/strip.py +++ b/nncf/common/strip.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/tensor.py b/nncf/common/tensor.py index af6fddd46c4..f57c32111e0 100644 --- a/nncf/common/tensor.py +++ b/nncf/common/tensor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/tensor_statistics/__init__.py b/nncf/common/tensor_statistics/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/common/tensor_statistics/__init__.py +++ b/nncf/common/tensor_statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/tensor_statistics/aggregator.py b/nncf/common/tensor_statistics/aggregator.py index 59c6ac1bd65..d60ec869edd 100644 --- a/nncf/common/tensor_statistics/aggregator.py +++ b/nncf/common/tensor_statistics/aggregator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/tensor_statistics/collectors.py b/nncf/common/tensor_statistics/collectors.py index 38a3d1c3f89..88dc4775d7e 100644 --- a/nncf/common/tensor_statistics/collectors.py +++ b/nncf/common/tensor_statistics/collectors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/tensor_statistics/reduction.py b/nncf/common/tensor_statistics/reduction.py index 0c2115d29a5..6c2fd20924a 100644 --- a/nncf/common/tensor_statistics/reduction.py +++ b/nncf/common/tensor_statistics/reduction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/tensor_statistics/statistic_point.py b/nncf/common/tensor_statistics/statistic_point.py index 2e41d96261d..26a42d84c68 100644 --- a/nncf/common/tensor_statistics/statistic_point.py +++ b/nncf/common/tensor_statistics/statistic_point.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/tensor_statistics/statistics.py b/nncf/common/tensor_statistics/statistics.py index 68204a2ad94..7f616599416 100644 --- a/nncf/common/tensor_statistics/statistics.py +++ b/nncf/common/tensor_statistics/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/tensor_statistics/statistics_serializer.py b/nncf/common/tensor_statistics/statistics_serializer.py index 8402be6497e..0e635bbdb05 100644 --- a/nncf/common/tensor_statistics/statistics_serializer.py +++ b/nncf/common/tensor_statistics/statistics_serializer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/tensor_statistics/statistics_validator.py b/nncf/common/tensor_statistics/statistics_validator.py index 80ec8dd458c..c521359af69 100644 --- a/nncf/common/tensor_statistics/statistics_validator.py +++ b/nncf/common/tensor_statistics/statistics_validator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/__init__.py b/nncf/common/utils/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/common/utils/__init__.py +++ b/nncf/common/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/api_marker.py b/nncf/common/utils/api_marker.py index a56707b6703..a532cec6e79 100644 --- a/nncf/common/utils/api_marker.py +++ b/nncf/common/utils/api_marker.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/backend.py b/nncf/common/utils/backend.py index b9b0deee91c..a4b35dcde4e 100644 --- a/nncf/common/utils/backend.py +++ b/nncf/common/utils/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/debug.py b/nncf/common/utils/debug.py index f682919da53..0c1e447c88a 100644 --- a/nncf/common/utils/debug.py +++ b/nncf/common/utils/debug.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/decorators.py b/nncf/common/utils/decorators.py index d47c78c473a..ef91b360c27 100644 --- a/nncf/common/utils/decorators.py +++ b/nncf/common/utils/decorators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/dot_file_rw.py b/nncf/common/utils/dot_file_rw.py index f3a1bdb3b98..f106dad0495 100644 --- a/nncf/common/utils/dot_file_rw.py +++ b/nncf/common/utils/dot_file_rw.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/helpers.py b/nncf/common/utils/helpers.py index 6f1a6fe3557..dd5df23fce3 100644 --- a/nncf/common/utils/helpers.py +++ b/nncf/common/utils/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/logger/__init__.py b/nncf/common/utils/logger/__init__.py index edd629e0c84..645b952a78b 100644 --- a/nncf/common/utils/logger/__init__.py +++ b/nncf/common/utils/logger/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/os.py b/nncf/common/utils/os.py index 150fbacb67b..613dfb9a547 100644 --- a/nncf/common/utils/os.py +++ b/nncf/common/utils/os.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/patcher.py b/nncf/common/utils/patcher.py index 659e76a2fe4..ed7b08bcf42 100644 --- a/nncf/common/utils/patcher.py +++ b/nncf/common/utils/patcher.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/registry.py b/nncf/common/utils/registry.py index 29e62169500..ffcb7ad53ac 100644 --- a/nncf/common/utils/registry.py +++ b/nncf/common/utils/registry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/tensorboard.py b/nncf/common/utils/tensorboard.py index 826721d1bad..24f54dab3f8 100644 --- a/nncf/common/utils/tensorboard.py +++ b/nncf/common/utils/tensorboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/common/utils/timer.py b/nncf/common/utils/timer.py index b60d9953d30..05708e031a7 100644 --- a/nncf/common/utils/timer.py +++ b/nncf/common/utils/timer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/__init__.py b/nncf/config/__init__.py index 8e873e580de..270dcf6c854 100644 --- a/nncf/config/__init__.py +++ b/nncf/config/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/config.py b/nncf/config/config.py index e6271ac66c1..2671f8ff249 100644 --- a/nncf/config/config.py +++ b/nncf/config/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/definitions.py b/nncf/config/definitions.py index e65a47c572e..c3b06cc813a 100644 --- a/nncf/config/definitions.py +++ b/nncf/config/definitions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/extractors.py b/nncf/config/extractors.py index 50b9b759e27..ea3ad6488b0 100644 --- a/nncf/config/extractors.py +++ b/nncf/config/extractors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schema.py b/nncf/config/schema.py index 9a87d57cd4c..60ac99df6c6 100644 --- a/nncf/config/schema.py +++ b/nncf/config/schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/__init__.py b/nncf/config/schemata/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/config/schemata/__init__.py +++ b/nncf/config/schemata/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/accuracy_aware.py b/nncf/config/schemata/accuracy_aware.py index decc9db0dd6..181b6179230 100644 --- a/nncf/config/schemata/accuracy_aware.py +++ b/nncf/config/schemata/accuracy_aware.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/algo/__init__.py b/nncf/config/schemata/algo/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/config/schemata/algo/__init__.py +++ b/nncf/config/schemata/algo/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/algo/const_sparsity.py b/nncf/config/schemata/algo/const_sparsity.py index 51e144d1d71..a1fe7465490 100644 --- a/nncf/config/schemata/algo/const_sparsity.py +++ b/nncf/config/schemata/algo/const_sparsity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/algo/filter_pruning.py b/nncf/config/schemata/algo/filter_pruning.py index 25efa70c930..c841ebc7b36 100644 --- a/nncf/config/schemata/algo/filter_pruning.py +++ b/nncf/config/schemata/algo/filter_pruning.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/algo/knowledge_distillation.py b/nncf/config/schemata/algo/knowledge_distillation.py index 8f144c76780..b2aaee608b4 100644 --- a/nncf/config/schemata/algo/knowledge_distillation.py +++ b/nncf/config/schemata/algo/knowledge_distillation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/algo/magnitude_sparsity.py b/nncf/config/schemata/algo/magnitude_sparsity.py index 216b89a2d66..3025cac2745 100644 --- a/nncf/config/schemata/algo/magnitude_sparsity.py +++ b/nncf/config/schemata/algo/magnitude_sparsity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/algo/quantization.py b/nncf/config/schemata/algo/quantization.py index b3fb3f6ada6..636b45ee800 100644 --- a/nncf/config/schemata/algo/quantization.py +++ b/nncf/config/schemata/algo/quantization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/algo/rb_sparsity.py b/nncf/config/schemata/algo/rb_sparsity.py index 6489bd3fdfe..d444bc53018 100644 --- a/nncf/config/schemata/algo/rb_sparsity.py +++ b/nncf/config/schemata/algo/rb_sparsity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/basic.py b/nncf/config/schemata/basic.py index 24635c1f634..01c7eb1cd51 100644 --- a/nncf/config/schemata/basic.py +++ b/nncf/config/schemata/basic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/common/__init__.py b/nncf/config/schemata/common/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/config/schemata/common/__init__.py +++ b/nncf/config/schemata/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/common/compression.py b/nncf/config/schemata/common/compression.py index 7c26a7d18be..516208a8c4a 100644 --- a/nncf/config/schemata/common/compression.py +++ b/nncf/config/schemata/common/compression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/common/initialization.py b/nncf/config/schemata/common/initialization.py index 9043e01c1be..80bdf4a5d90 100644 --- a/nncf/config/schemata/common/initialization.py +++ b/nncf/config/schemata/common/initialization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/common/sparsity.py b/nncf/config/schemata/common/sparsity.py index 45a6a7d337e..d06b9b0b407 100644 --- a/nncf/config/schemata/common/sparsity.py +++ b/nncf/config/schemata/common/sparsity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/common/targeting.py b/nncf/config/schemata/common/targeting.py index e0696b55dc8..823df1a1492 100644 --- a/nncf/config/schemata/common/targeting.py +++ b/nncf/config/schemata/common/targeting.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/defaults.py b/nncf/config/schemata/defaults.py index 3bf599fce95..f3d63a81eea 100644 --- a/nncf/config/schemata/defaults.py +++ b/nncf/config/schemata/defaults.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/schemata/experimental_schema.py b/nncf/config/schemata/experimental_schema.py index 7d8f80de887..d258e8c326f 100644 --- a/nncf/config/schemata/experimental_schema.py +++ b/nncf/config/schemata/experimental_schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/structures.py b/nncf/config/structures.py index 80e7b46c3e4..ab25f38ecd1 100644 --- a/nncf/config/structures.py +++ b/nncf/config/structures.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/telemetry_extractors.py b/nncf/config/telemetry_extractors.py index d410b4ce0d1..158154b9413 100644 --- a/nncf/config/telemetry_extractors.py +++ b/nncf/config/telemetry_extractors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/config/utils.py b/nncf/config/utils.py index bd5b153aa17..0214cfa327f 100644 --- a/nncf/config/utils.py +++ b/nncf/config/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/data/__init__.py b/nncf/data/__init__.py index b6acbcef923..673516bbb86 100644 --- a/nncf/data/__init__.py +++ b/nncf/data/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/data/dataset.py b/nncf/data/dataset.py index 775dba50a87..a5c3fdf0a19 100644 --- a/nncf/data/dataset.py +++ b/nncf/data/dataset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/data/generators.py b/nncf/data/generators.py index b8ca0edc947..2187a9364ef 100644 --- a/nncf/data/generators.py +++ b/nncf/data/generators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/definitions.py b/nncf/definitions.py index 225475fbb6b..833939621a3 100644 --- a/nncf/definitions.py +++ b/nncf/definitions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/errors.py b/nncf/errors.py index efb82ab60ab..b4aa2bbd43b 100644 --- a/nncf/errors.py +++ b/nncf/errors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/__init__.py b/nncf/experimental/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/__init__.py +++ b/nncf/experimental/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/__init__.py b/nncf/experimental/common/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/common/__init__.py +++ b/nncf/experimental/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/graph/__init__.py b/nncf/experimental/common/graph/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/common/graph/__init__.py +++ b/nncf/experimental/common/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/graph/netron.py b/nncf/experimental/common/graph/netron.py index 766382f5d51..6bba7fdfd8c 100644 --- a/nncf/experimental/common/graph/netron.py +++ b/nncf/experimental/common/graph/netron.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/pruning/__init__.py b/nncf/experimental/common/pruning/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/common/pruning/__init__.py +++ b/nncf/experimental/common/pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/pruning/block_hierarchy.py b/nncf/experimental/common/pruning/block_hierarchy.py index a65a411f69a..6ed5101f620 100644 --- a/nncf/experimental/common/pruning/block_hierarchy.py +++ b/nncf/experimental/common/pruning/block_hierarchy.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/pruning/nodes_grouping.py b/nncf/experimental/common/pruning/nodes_grouping.py index 848c6c0cc7e..28d355f2329 100644 --- a/nncf/experimental/common/pruning/nodes_grouping.py +++ b/nncf/experimental/common/pruning/nodes_grouping.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/pruning/operations.py b/nncf/experimental/common/pruning/operations.py index d9b7164f29f..d7474d6abab 100644 --- a/nncf/experimental/common/pruning/operations.py +++ b/nncf/experimental/common/pruning/operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/pruning/propagation_data.py b/nncf/experimental/common/pruning/propagation_data.py index 9864f936fac..640fc91d505 100644 --- a/nncf/experimental/common/pruning/propagation_data.py +++ b/nncf/experimental/common/pruning/propagation_data.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/tensor_statistics/__init__.py b/nncf/experimental/common/tensor_statistics/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/common/tensor_statistics/__init__.py +++ b/nncf/experimental/common/tensor_statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/tensor_statistics/collectors.py b/nncf/experimental/common/tensor_statistics/collectors.py index ce138709d71..820040d53cf 100644 --- a/nncf/experimental/common/tensor_statistics/collectors.py +++ b/nncf/experimental/common/tensor_statistics/collectors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/tensor_statistics/statistical_functions.py b/nncf/experimental/common/tensor_statistics/statistical_functions.py index 505875c3029..e13fc44fdc9 100644 --- a/nncf/experimental/common/tensor_statistics/statistical_functions.py +++ b/nncf/experimental/common/tensor_statistics/statistical_functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/common/tensor_statistics/statistics.py b/nncf/experimental/common/tensor_statistics/statistics.py index 6479643c1a1..ed608c17cd1 100644 --- a/nncf/experimental/common/tensor_statistics/statistics.py +++ b/nncf/experimental/common/tensor_statistics/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/__init__.py b/nncf/experimental/tensorflow/__init__.py index df61a96bdda..3abeadd9bc2 100644 --- a/nncf/experimental/tensorflow/__init__.py +++ b/nncf/experimental/tensorflow/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/context.py b/nncf/experimental/tensorflow/context.py index 3c216081873..0357e3ba6ef 100644 --- a/nncf/experimental/tensorflow/context.py +++ b/nncf/experimental/tensorflow/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/graph/__init__.py b/nncf/experimental/tensorflow/graph/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/tensorflow/graph/__init__.py +++ b/nncf/experimental/tensorflow/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/graph/argprovider.py b/nncf/experimental/tensorflow/graph/argprovider.py index 8676b000ac1..7ad8e4edbcb 100644 --- a/nncf/experimental/tensorflow/graph/argprovider.py +++ b/nncf/experimental/tensorflow/graph/argprovider.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/graph/converter.py b/nncf/experimental/tensorflow/graph/converter.py index 01d1a84b356..c8985bd03f7 100644 --- a/nncf/experimental/tensorflow/graph/converter.py +++ b/nncf/experimental/tensorflow/graph/converter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/graph/model_transformer.py b/nncf/experimental/tensorflow/graph/model_transformer.py index 155c41645e7..1e71367d37c 100644 --- a/nncf/experimental/tensorflow/graph/model_transformer.py +++ b/nncf/experimental/tensorflow/graph/model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/graph/node_attributes.py b/nncf/experimental/tensorflow/graph/node_attributes.py index 50f33c7b5ec..1dd1dceb269 100644 --- a/nncf/experimental/tensorflow/graph/node_attributes.py +++ b/nncf/experimental/tensorflow/graph/node_attributes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/graph/transformations/__init__.py b/nncf/experimental/tensorflow/graph/transformations/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/tensorflow/graph/transformations/__init__.py +++ b/nncf/experimental/tensorflow/graph/transformations/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/graph/transformations/commands.py b/nncf/experimental/tensorflow/graph/transformations/commands.py index bc36cc282df..4cb84ff6cd0 100644 --- a/nncf/experimental/tensorflow/graph/transformations/commands.py +++ b/nncf/experimental/tensorflow/graph/transformations/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/graph/transformations/layout.py b/nncf/experimental/tensorflow/graph/transformations/layout.py index 79ac5cfcdca..c0a9d374a41 100644 --- a/nncf/experimental/tensorflow/graph/transformations/layout.py +++ b/nncf/experimental/tensorflow/graph/transformations/layout.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/nncf_network.py b/nncf/experimental/tensorflow/nncf_network.py index 21131dabc86..b02529ef72e 100644 --- a/nncf/experimental/tensorflow/nncf_network.py +++ b/nncf/experimental/tensorflow/nncf_network.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/patch_tf.py b/nncf/experimental/tensorflow/patch_tf.py index 05a7433873e..379ea235deb 100644 --- a/nncf/experimental/tensorflow/patch_tf.py +++ b/nncf/experimental/tensorflow/patch_tf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/quantization/__init__.py b/nncf/experimental/tensorflow/quantization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/tensorflow/quantization/__init__.py +++ b/nncf/experimental/tensorflow/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/quantization/algorithm.py b/nncf/experimental/tensorflow/quantization/algorithm.py index 4afd6970fa6..876a6ccdc0d 100644 --- a/nncf/experimental/tensorflow/quantization/algorithm.py +++ b/nncf/experimental/tensorflow/quantization/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/quantization/init_range.py b/nncf/experimental/tensorflow/quantization/init_range.py index a305231073d..f6093b1ab5a 100644 --- a/nncf/experimental/tensorflow/quantization/init_range.py +++ b/nncf/experimental/tensorflow/quantization/init_range.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/quantization/quantizers.py b/nncf/experimental/tensorflow/quantization/quantizers.py index 62636db21e5..d469f0d4b68 100644 --- a/nncf/experimental/tensorflow/quantization/quantizers.py +++ b/nncf/experimental/tensorflow/quantization/quantizers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/tensorflow/scope.py b/nncf/experimental/tensorflow/scope.py index 5dbac1de6ad..271725e2eea 100644 --- a/nncf/experimental/tensorflow/scope.py +++ b/nncf/experimental/tensorflow/scope.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/__init__.py b/nncf/experimental/torch/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/__init__.py +++ b/nncf/experimental/torch/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/__init__.py b/nncf/experimental/torch/fx/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/fx/__init__.py +++ b/nncf/experimental/torch/fx/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/commands.py b/nncf/experimental/torch/fx/commands.py index 064e08a223a..0e08c8e61b0 100644 --- a/nncf/experimental/torch/fx/commands.py +++ b/nncf/experimental/torch/fx/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/constant_folding.py b/nncf/experimental/torch/fx/constant_folding.py index bacd4bb19c5..ba8d8e6bc53 100644 --- a/nncf/experimental/torch/fx/constant_folding.py +++ b/nncf/experimental/torch/fx/constant_folding.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/groups.py b/nncf/experimental/torch/fx/groups.py index eb4b32c63df..22814bc9bd3 100644 --- a/nncf/experimental/torch/fx/groups.py +++ b/nncf/experimental/torch/fx/groups.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/model_transformer.py b/nncf/experimental/torch/fx/model_transformer.py index 2be4fbde877..d6ab3f4c9b5 100644 --- a/nncf/experimental/torch/fx/model_transformer.py +++ b/nncf/experimental/torch/fx/model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/model_utils.py b/nncf/experimental/torch/fx/model_utils.py index b4c2cf5e570..e7eaecd1127 100644 --- a/nncf/experimental/torch/fx/model_utils.py +++ b/nncf/experimental/torch/fx/model_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/nncf_graph_builder.py b/nncf/experimental/torch/fx/nncf_graph_builder.py index c005073b941..3c2459e1df2 100644 --- a/nncf/experimental/torch/fx/nncf_graph_builder.py +++ b/nncf/experimental/torch/fx/nncf_graph_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/node_utils.py b/nncf/experimental/torch/fx/node_utils.py index a40166b1ac6..050dc84cfb1 100644 --- a/nncf/experimental/torch/fx/node_utils.py +++ b/nncf/experimental/torch/fx/node_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/quantization/__init__.py b/nncf/experimental/torch/fx/quantization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/fx/quantization/__init__.py +++ b/nncf/experimental/torch/fx/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/quantization/backend_parameters.py b/nncf/experimental/torch/fx/quantization/backend_parameters.py index 401c781b341..eca6c1d8bba 100644 --- a/nncf/experimental/torch/fx/quantization/backend_parameters.py +++ b/nncf/experimental/torch/fx/quantization/backend_parameters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/quantization/quantize_model.py b/nncf/experimental/torch/fx/quantization/quantize_model.py index 00b0be8bac1..3d5c64dfccd 100644 --- a/nncf/experimental/torch/fx/quantization/quantize_model.py +++ b/nncf/experimental/torch/fx/quantization/quantize_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/statistics/__init__.py b/nncf/experimental/torch/fx/statistics/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/fx/statistics/__init__.py +++ b/nncf/experimental/torch/fx/statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/statistics/aggregator.py b/nncf/experimental/torch/fx/statistics/aggregator.py index 05af7f19bf5..d59b3f5631a 100644 --- a/nncf/experimental/torch/fx/statistics/aggregator.py +++ b/nncf/experimental/torch/fx/statistics/aggregator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/fx/transformations.py b/nncf/experimental/torch/fx/transformations.py index 6d4ecaf72a8..27c6c9642c0 100644 --- a/nncf/experimental/torch/fx/transformations.py +++ b/nncf/experimental/torch/fx/transformations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/__init__.py b/nncf/experimental/torch/nas/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/nas/__init__.py +++ b/nncf/experimental/torch/nas/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/__init__.py b/nncf/experimental/torch/nas/bootstrapNAS/__init__.py index db1b94752bd..fec22e3b2a0 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/__init__.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/__init__.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/__init__.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/base_handler.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/base_handler.py index aca1999c6a1..d97d0f421bd 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/base_handler.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/base_handler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_depth.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_depth.py index 8ba82714546..e98b70ea982 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_depth.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_depth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_kernel.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_kernel.py index 2d143592c5a..5e357fbe4d4 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_kernel.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_kernel.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_width.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_width.py index 0d3114e0b26..baada030a02 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_width.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elastic_width.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_builder.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_builder.py index bc6464b24d5..63296eab396 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_builder.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_controller.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_controller.py index 0e4a3b5e400..a08e1df6855 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_controller.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_controller.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_dim.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_dim.py index 58ceecc4218..33af7460a2f 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_dim.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/elasticity_dim.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/filter_reorder.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/filter_reorder.py index fb9a883f6d3..9e8719e86c8 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/filter_reorder.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/filter_reorder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/multi_elasticity_handler.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/multi_elasticity_handler.py index 08f92360e2d..fe02df2ae55 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/multi_elasticity_handler.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/multi_elasticity_handler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/visualization.py b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/visualization.py index 4f59a785ac3..5439fc72eb0 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/elasticity/visualization.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/elasticity/visualization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/search/__init__.py b/nncf/experimental/torch/nas/bootstrapNAS/search/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/search/__init__.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/search/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/search/evaluator.py b/nncf/experimental/torch/nas/bootstrapNAS/search/evaluator.py index 50902074b50..d9e68a63c17 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/search/evaluator.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/search/evaluator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/search/evaluator_handler.py b/nncf/experimental/torch/nas/bootstrapNAS/search/evaluator_handler.py index d8ec951fba1..fda12505886 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/search/evaluator_handler.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/search/evaluator_handler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/search/search.py b/nncf/experimental/torch/nas/bootstrapNAS/search/search.py index 23800b019b5..0c78d9a0349 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/search/search.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/search/search.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/search/supernet.py b/nncf/experimental/torch/nas/bootstrapNAS/search/supernet.py index 8720bfa0d43..df3d31107b5 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/search/supernet.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/search/supernet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/training/__init__.py b/nncf/experimental/torch/nas/bootstrapNAS/training/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/training/__init__.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/training/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/training/base_training.py b/nncf/experimental/torch/nas/bootstrapNAS/training/base_training.py index 3977e1c9fde..f3d5564e419 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/training/base_training.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/training/base_training.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/training/lr_scheduler.py b/nncf/experimental/torch/nas/bootstrapNAS/training/lr_scheduler.py index fe57c0b860b..79923d73ac0 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/training/lr_scheduler.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/training/lr_scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/training/model_creator_helpers.py b/nncf/experimental/torch/nas/bootstrapNAS/training/model_creator_helpers.py index cbe79146013..c555548e32e 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/training/model_creator_helpers.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/training/model_creator_helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/training/progressive_shrinking_builder.py b/nncf/experimental/torch/nas/bootstrapNAS/training/progressive_shrinking_builder.py index 92609327fcb..115f5628779 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/training/progressive_shrinking_builder.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/training/progressive_shrinking_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/training/progressive_shrinking_controller.py b/nncf/experimental/torch/nas/bootstrapNAS/training/progressive_shrinking_controller.py index 4106216d300..878dd46a015 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/training/progressive_shrinking_controller.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/training/progressive_shrinking_controller.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/training/scheduler.py b/nncf/experimental/torch/nas/bootstrapNAS/training/scheduler.py index 9dafe0d0ee9..233f261cc1f 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/training/scheduler.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/training/scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/training/stage_descriptor.py b/nncf/experimental/torch/nas/bootstrapNAS/training/stage_descriptor.py index 6a4b8537734..da385cc2320 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/training/stage_descriptor.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/training/stage_descriptor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/nas/bootstrapNAS/training/training_algorithm.py b/nncf/experimental/torch/nas/bootstrapNAS/training/training_algorithm.py index 194db10e903..977f60c6cce 100644 --- a/nncf/experimental/torch/nas/bootstrapNAS/training/training_algorithm.py +++ b/nncf/experimental/torch/nas/bootstrapNAS/training/training_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/pruning/__init__.py b/nncf/experimental/torch/pruning/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/pruning/__init__.py +++ b/nncf/experimental/torch/pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/pruning/operations.py b/nncf/experimental/torch/pruning/operations.py index e4a84ccd42f..e384886837c 100644 --- a/nncf/experimental/torch/pruning/operations.py +++ b/nncf/experimental/torch/pruning/operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/search_building_blocks/__init__.py b/nncf/experimental/torch/search_building_blocks/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/search_building_blocks/__init__.py +++ b/nncf/experimental/torch/search_building_blocks/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/search_building_blocks/search_blocks.py b/nncf/experimental/torch/search_building_blocks/search_blocks.py index 54e43704f6b..edb91aaecbc 100644 --- a/nncf/experimental/torch/search_building_blocks/search_blocks.py +++ b/nncf/experimental/torch/search_building_blocks/search_blocks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/search_building_blocks/search_graph.py b/nncf/experimental/torch/search_building_blocks/search_graph.py index 602940738cf..7d123e9c9e2 100644 --- a/nncf/experimental/torch/search_building_blocks/search_graph.py +++ b/nncf/experimental/torch/search_building_blocks/search_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsify_activations/__init__.py b/nncf/experimental/torch/sparsify_activations/__init__.py index ecfaa78cc4f..55b9309158b 100644 --- a/nncf/experimental/torch/sparsify_activations/__init__.py +++ b/nncf/experimental/torch/sparsify_activations/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsify_activations/sparsify_activations_impl.py b/nncf/experimental/torch/sparsify_activations/sparsify_activations_impl.py index 83a7a418911..01050652a08 100644 --- a/nncf/experimental/torch/sparsify_activations/sparsify_activations_impl.py +++ b/nncf/experimental/torch/sparsify_activations/sparsify_activations_impl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsify_activations/target_scope.py b/nncf/experimental/torch/sparsify_activations/target_scope.py index eb09718224a..984efea8ee1 100644 --- a/nncf/experimental/torch/sparsify_activations/target_scope.py +++ b/nncf/experimental/torch/sparsify_activations/target_scope.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsify_activations/torch_backend.py b/nncf/experimental/torch/sparsify_activations/torch_backend.py index a10f12c6518..93f73fd3eb4 100644 --- a/nncf/experimental/torch/sparsify_activations/torch_backend.py +++ b/nncf/experimental/torch/sparsify_activations/torch_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsity/__init__.py b/nncf/experimental/torch/sparsity/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/sparsity/__init__.py +++ b/nncf/experimental/torch/sparsity/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsity/movement/__init__.py b/nncf/experimental/torch/sparsity/movement/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch/sparsity/movement/__init__.py +++ b/nncf/experimental/torch/sparsity/movement/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsity/movement/algo.py b/nncf/experimental/torch/sparsity/movement/algo.py index 863e040098e..8c59362021b 100644 --- a/nncf/experimental/torch/sparsity/movement/algo.py +++ b/nncf/experimental/torch/sparsity/movement/algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsity/movement/functions.py b/nncf/experimental/torch/sparsity/movement/functions.py index ef7d558b28e..3311efadc98 100644 --- a/nncf/experimental/torch/sparsity/movement/functions.py +++ b/nncf/experimental/torch/sparsity/movement/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsity/movement/layers.py b/nncf/experimental/torch/sparsity/movement/layers.py index f120a93d0f6..8d63e9d03a2 100644 --- a/nncf/experimental/torch/sparsity/movement/layers.py +++ b/nncf/experimental/torch/sparsity/movement/layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsity/movement/loss.py b/nncf/experimental/torch/sparsity/movement/loss.py index 3146d79e719..bbbbfcf224f 100644 --- a/nncf/experimental/torch/sparsity/movement/loss.py +++ b/nncf/experimental/torch/sparsity/movement/loss.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsity/movement/scheduler.py b/nncf/experimental/torch/sparsity/movement/scheduler.py index 33c8d9d51da..8c3c1133525 100644 --- a/nncf/experimental/torch/sparsity/movement/scheduler.py +++ b/nncf/experimental/torch/sparsity/movement/scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch/sparsity/movement/structured_mask_handler.py b/nncf/experimental/torch/sparsity/movement/structured_mask_handler.py index ac95f4f11bb..65705c53f3e 100644 --- a/nncf/experimental/torch/sparsity/movement/structured_mask_handler.py +++ b/nncf/experimental/torch/sparsity/movement/structured_mask_handler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/__init__.py b/nncf/experimental/torch2/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch2/__init__.py +++ b/nncf/experimental/torch2/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/__init__.py b/nncf/experimental/torch2/function_hook/__init__.py index 938d5faea2a..7c3c801d807 100644 --- a/nncf/experimental/torch2/function_hook/__init__.py +++ b/nncf/experimental/torch2/function_hook/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/graph/__init__.py b/nncf/experimental/torch2/function_hook/graph/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/experimental/torch2/function_hook/graph/__init__.py +++ b/nncf/experimental/torch2/function_hook/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/graph/build_graph_mode.py b/nncf/experimental/torch2/function_hook/graph/build_graph_mode.py index 08be7ad3cec..a5659c631b1 100644 --- a/nncf/experimental/torch2/function_hook/graph/build_graph_mode.py +++ b/nncf/experimental/torch2/function_hook/graph/build_graph_mode.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/graph/graph_utils.py b/nncf/experimental/torch2/function_hook/graph/graph_utils.py index f7954ee0327..1dcdb7deaa8 100644 --- a/nncf/experimental/torch2/function_hook/graph/graph_utils.py +++ b/nncf/experimental/torch2/function_hook/graph/graph_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/graph/graph_visualization.py b/nncf/experimental/torch2/function_hook/graph/graph_visualization.py index 3574a425e67..8d32f591162 100644 --- a/nncf/experimental/torch2/function_hook/graph/graph_visualization.py +++ b/nncf/experimental/torch2/function_hook/graph/graph_visualization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/handle_inner_functions.py b/nncf/experimental/torch2/function_hook/handle_inner_functions.py index 9cdd8ff2b6e..361372935b2 100644 --- a/nncf/experimental/torch2/function_hook/handle_inner_functions.py +++ b/nncf/experimental/torch2/function_hook/handle_inner_functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/hook_executor_mode.py b/nncf/experimental/torch2/function_hook/hook_executor_mode.py index 67d9d8658c2..3a4853b1492 100644 --- a/nncf/experimental/torch2/function_hook/hook_executor_mode.py +++ b/nncf/experimental/torch2/function_hook/hook_executor_mode.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/hook_storage.py b/nncf/experimental/torch2/function_hook/hook_storage.py index ab28d35bae5..500c4ce9a2d 100644 --- a/nncf/experimental/torch2/function_hook/hook_storage.py +++ b/nncf/experimental/torch2/function_hook/hook_storage.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/nncf_graph/nncf_graph_builder.py b/nncf/experimental/torch2/function_hook/nncf_graph/nncf_graph_builder.py index da363f05f97..190d4959d95 100644 --- a/nncf/experimental/torch2/function_hook/nncf_graph/nncf_graph_builder.py +++ b/nncf/experimental/torch2/function_hook/nncf_graph/nncf_graph_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/weak_map.py b/nncf/experimental/torch2/function_hook/weak_map.py index 1a3575f67a4..f89d52a2513 100644 --- a/nncf/experimental/torch2/function_hook/weak_map.py +++ b/nncf/experimental/torch2/function_hook/weak_map.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/experimental/torch2/function_hook/wrapper.py b/nncf/experimental/torch2/function_hook/wrapper.py index f56154f412b..971a33a9a4a 100644 --- a/nncf/experimental/torch2/function_hook/wrapper.py +++ b/nncf/experimental/torch2/function_hook/wrapper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/__init__.py b/nncf/onnx/__init__.py index 2da3ccba8e2..a974ee1b35b 100644 --- a/nncf/onnx/__init__.py +++ b/nncf/onnx/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/engine.py b/nncf/onnx/engine.py index d86d617d976..5b21a822616 100644 --- a/nncf/onnx/engine.py +++ b/nncf/onnx/engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/__init__.py b/nncf/onnx/graph/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/onnx/graph/__init__.py +++ b/nncf/onnx/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/metatypes/__init__.py b/nncf/onnx/graph/metatypes/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/onnx/graph/metatypes/__init__.py +++ b/nncf/onnx/graph/metatypes/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/metatypes/groups.py b/nncf/onnx/graph/metatypes/groups.py index 6fbbd5db13e..a721c6ae175 100644 --- a/nncf/onnx/graph/metatypes/groups.py +++ b/nncf/onnx/graph/metatypes/groups.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/metatypes/onnx_metatypes.py b/nncf/onnx/graph/metatypes/onnx_metatypes.py index 213d348533a..30ffc0a0cab 100644 --- a/nncf/onnx/graph/metatypes/onnx_metatypes.py +++ b/nncf/onnx/graph/metatypes/onnx_metatypes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/model_transformer.py b/nncf/onnx/graph/model_transformer.py index 7db5c0a7921..bcdd6c610b7 100644 --- a/nncf/onnx/graph/model_transformer.py +++ b/nncf/onnx/graph/model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/model_utils.py b/nncf/onnx/graph/model_utils.py index 888fd5b2932..13f9b9d5151 100644 --- a/nncf/onnx/graph/model_utils.py +++ b/nncf/onnx/graph/model_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/nncf_graph_builder.py b/nncf/onnx/graph/nncf_graph_builder.py index ccdc870d17b..8a8719949e1 100644 --- a/nncf/onnx/graph/nncf_graph_builder.py +++ b/nncf/onnx/graph/nncf_graph_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/node_utils.py b/nncf/onnx/graph/node_utils.py index d3778b3f7d3..53cd5e3f7d5 100644 --- a/nncf/onnx/graph/node_utils.py +++ b/nncf/onnx/graph/node_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/onnx_helper.py b/nncf/onnx/graph/onnx_helper.py index 518f6323321..be8499f13dd 100644 --- a/nncf/onnx/graph/onnx_helper.py +++ b/nncf/onnx/graph/onnx_helper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/transformations/__init__.py b/nncf/onnx/graph/transformations/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/onnx/graph/transformations/__init__.py +++ b/nncf/onnx/graph/transformations/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/transformations/command_creation.py b/nncf/onnx/graph/transformations/command_creation.py index 5ff9bc89332..933a6989c37 100644 --- a/nncf/onnx/graph/transformations/command_creation.py +++ b/nncf/onnx/graph/transformations/command_creation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/graph/transformations/commands.py b/nncf/onnx/graph/transformations/commands.py index d7778872dc9..c43fd55128f 100644 --- a/nncf/onnx/graph/transformations/commands.py +++ b/nncf/onnx/graph/transformations/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/hardware/__init__.py b/nncf/onnx/hardware/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/onnx/hardware/__init__.py +++ b/nncf/onnx/hardware/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/hardware/config.py b/nncf/onnx/hardware/config.py index 4800e8ce26b..1b2c98a4b1e 100644 --- a/nncf/onnx/hardware/config.py +++ b/nncf/onnx/hardware/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/hardware/fused_patterns.py b/nncf/onnx/hardware/fused_patterns.py index 6040422106e..74bd99f15b7 100644 --- a/nncf/onnx/hardware/fused_patterns.py +++ b/nncf/onnx/hardware/fused_patterns.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/quantization/__init__.py b/nncf/onnx/quantization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/onnx/quantization/__init__.py +++ b/nncf/onnx/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/quantization/default_quantization.py b/nncf/onnx/quantization/default_quantization.py index 42ec2ee60a4..27f55e86225 100644 --- a/nncf/onnx/quantization/default_quantization.py +++ b/nncf/onnx/quantization/default_quantization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/quantization/ignored_patterns.py b/nncf/onnx/quantization/ignored_patterns.py index 8e1255f3ca1..043abfbe55e 100644 --- a/nncf/onnx/quantization/ignored_patterns.py +++ b/nncf/onnx/quantization/ignored_patterns.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/quantization/quantize_model.py b/nncf/onnx/quantization/quantize_model.py index 7a4665d1a0c..a1748a45f8d 100644 --- a/nncf/onnx/quantization/quantize_model.py +++ b/nncf/onnx/quantization/quantize_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/quantization/quantizer_parameters.py b/nncf/onnx/quantization/quantizer_parameters.py index 56191629669..39aad11064c 100644 --- a/nncf/onnx/quantization/quantizer_parameters.py +++ b/nncf/onnx/quantization/quantizer_parameters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/statistics/__init__.py b/nncf/onnx/statistics/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/onnx/statistics/__init__.py +++ b/nncf/onnx/statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/statistics/aggregator.py b/nncf/onnx/statistics/aggregator.py index 1240f5ee1d0..14965119482 100644 --- a/nncf/onnx/statistics/aggregator.py +++ b/nncf/onnx/statistics/aggregator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/onnx/statistics/collectors.py b/nncf/onnx/statistics/collectors.py index f8da85e7ffa..3ed098d67f3 100644 --- a/nncf/onnx/statistics/collectors.py +++ b/nncf/onnx/statistics/collectors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/__init__.py b/nncf/openvino/__init__.py index ad1ce49d203..53f63162994 100644 --- a/nncf/openvino/__init__.py +++ b/nncf/openvino/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/engine.py b/nncf/openvino/engine.py index 1591cf7c362..56c86bcb696 100644 --- a/nncf/openvino/engine.py +++ b/nncf/openvino/engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/__init__.py b/nncf/openvino/graph/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/openvino/graph/__init__.py +++ b/nncf/openvino/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/layer_attributes.py b/nncf/openvino/graph/layer_attributes.py index b46650a7665..c291afeb92c 100644 --- a/nncf/openvino/graph/layer_attributes.py +++ b/nncf/openvino/graph/layer_attributes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/layout.py b/nncf/openvino/graph/layout.py index 0ad8c6e33ae..e936d66594c 100644 --- a/nncf/openvino/graph/layout.py +++ b/nncf/openvino/graph/layout.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/metatypes/__init__.py b/nncf/openvino/graph/metatypes/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/openvino/graph/metatypes/__init__.py +++ b/nncf/openvino/graph/metatypes/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/metatypes/groups.py b/nncf/openvino/graph/metatypes/groups.py index f382db6228a..c9d546eac5c 100644 --- a/nncf/openvino/graph/metatypes/groups.py +++ b/nncf/openvino/graph/metatypes/groups.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/metatypes/openvino_metatypes.py b/nncf/openvino/graph/metatypes/openvino_metatypes.py index d05a547c170..6c800db70a8 100644 --- a/nncf/openvino/graph/metatypes/openvino_metatypes.py +++ b/nncf/openvino/graph/metatypes/openvino_metatypes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/model_transformer.py b/nncf/openvino/graph/model_transformer.py index a331b82314e..8a7c30cace1 100644 --- a/nncf/openvino/graph/model_transformer.py +++ b/nncf/openvino/graph/model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/model_utils.py b/nncf/openvino/graph/model_utils.py index b89c3cba890..3e43626393a 100644 --- a/nncf/openvino/graph/model_utils.py +++ b/nncf/openvino/graph/model_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/nncf_graph_builder.py b/nncf/openvino/graph/nncf_graph_builder.py index 18ae96a149a..fd788cda115 100644 --- a/nncf/openvino/graph/nncf_graph_builder.py +++ b/nncf/openvino/graph/nncf_graph_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/node_utils.py b/nncf/openvino/graph/node_utils.py index 7496187adb1..470c0a23c3b 100644 --- a/nncf/openvino/graph/node_utils.py +++ b/nncf/openvino/graph/node_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/transformations/__init__.py b/nncf/openvino/graph/transformations/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/openvino/graph/transformations/__init__.py +++ b/nncf/openvino/graph/transformations/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/transformations/command_creation.py b/nncf/openvino/graph/transformations/command_creation.py index 48638b6411d..4c35a85319f 100644 --- a/nncf/openvino/graph/transformations/command_creation.py +++ b/nncf/openvino/graph/transformations/command_creation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/graph/transformations/commands.py b/nncf/openvino/graph/transformations/commands.py index 9e7a0d4ab1c..015aa5570cc 100644 --- a/nncf/openvino/graph/transformations/commands.py +++ b/nncf/openvino/graph/transformations/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/hardware/__init__.py b/nncf/openvino/hardware/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/openvino/hardware/__init__.py +++ b/nncf/openvino/hardware/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/hardware/config.py b/nncf/openvino/hardware/config.py index b1ae3e769c8..b5ea0442303 100644 --- a/nncf/openvino/hardware/config.py +++ b/nncf/openvino/hardware/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/hardware/fused_patterns.py b/nncf/openvino/hardware/fused_patterns.py index 901e0ee7f75..dd45b0fe852 100644 --- a/nncf/openvino/hardware/fused_patterns.py +++ b/nncf/openvino/hardware/fused_patterns.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/quantization/__init__.py b/nncf/openvino/quantization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/openvino/quantization/__init__.py +++ b/nncf/openvino/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/quantization/backend_parameters.py b/nncf/openvino/quantization/backend_parameters.py index 1099eb88399..cd9dba8669e 100644 --- a/nncf/openvino/quantization/backend_parameters.py +++ b/nncf/openvino/quantization/backend_parameters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/quantization/default_quantization.py b/nncf/openvino/quantization/default_quantization.py index f6c838e235f..6db0ae9a141 100644 --- a/nncf/openvino/quantization/default_quantization.py +++ b/nncf/openvino/quantization/default_quantization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/quantization/ignored_patterns.py b/nncf/openvino/quantization/ignored_patterns.py index 862a078f903..17e5d7a3148 100644 --- a/nncf/openvino/quantization/ignored_patterns.py +++ b/nncf/openvino/quantization/ignored_patterns.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/quantization/quantize_ifmodel.py b/nncf/openvino/quantization/quantize_ifmodel.py index 07d22171a17..e9dbfb57087 100644 --- a/nncf/openvino/quantization/quantize_ifmodel.py +++ b/nncf/openvino/quantization/quantize_ifmodel.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/quantization/quantize_model.py b/nncf/openvino/quantization/quantize_model.py index 423b9d6d42e..bb61e3c04b0 100644 --- a/nncf/openvino/quantization/quantize_model.py +++ b/nncf/openvino/quantization/quantize_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/rt_info.py b/nncf/openvino/rt_info.py index 2f0a4173f0d..90e202afe04 100644 --- a/nncf/openvino/rt_info.py +++ b/nncf/openvino/rt_info.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/statistics/__init__.py b/nncf/openvino/statistics/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/openvino/statistics/__init__.py +++ b/nncf/openvino/statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/statistics/aggregator.py b/nncf/openvino/statistics/aggregator.py index 0f0dbd37ecd..13d564c08e5 100644 --- a/nncf/openvino/statistics/aggregator.py +++ b/nncf/openvino/statistics/aggregator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/openvino/statistics/collectors.py b/nncf/openvino/statistics/collectors.py index 44a6ed606d0..e8fc1d576e9 100644 --- a/nncf/openvino/statistics/collectors.py +++ b/nncf/openvino/statistics/collectors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/parameters.py b/nncf/parameters.py index b7d27ef8018..5c72712904d 100644 --- a/nncf/parameters.py +++ b/nncf/parameters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/__init__.py b/nncf/quantization/__init__.py index a1b78c774e1..8996662a58f 100644 --- a/nncf/quantization/__init__.py +++ b/nncf/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/advanced_parameters.py b/nncf/quantization/advanced_parameters.py index 39abd518a66..2a6511aa0c6 100644 --- a/nncf/quantization/advanced_parameters.py +++ b/nncf/quantization/advanced_parameters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/__init__.py b/nncf/quantization/algorithms/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/__init__.py +++ b/nncf/quantization/algorithms/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/accuracy_control/__init__.py b/nncf/quantization/algorithms/accuracy_control/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/accuracy_control/__init__.py +++ b/nncf/quantization/algorithms/accuracy_control/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/accuracy_control/algorithm.py b/nncf/quantization/algorithms/accuracy_control/algorithm.py index dca587395ad..114eeaa3cd0 100644 --- a/nncf/quantization/algorithms/accuracy_control/algorithm.py +++ b/nncf/quantization/algorithms/accuracy_control/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/accuracy_control/backend.py b/nncf/quantization/algorithms/accuracy_control/backend.py index d757ef73141..020b674802b 100644 --- a/nncf/quantization/algorithms/accuracy_control/backend.py +++ b/nncf/quantization/algorithms/accuracy_control/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/accuracy_control/evaluator.py b/nncf/quantization/algorithms/accuracy_control/evaluator.py index 1c06ed28bb8..71be5710ad8 100644 --- a/nncf/quantization/algorithms/accuracy_control/evaluator.py +++ b/nncf/quantization/algorithms/accuracy_control/evaluator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/accuracy_control/openvino_backend.py b/nncf/quantization/algorithms/accuracy_control/openvino_backend.py index 37961be77e2..2b319fb2684 100644 --- a/nncf/quantization/algorithms/accuracy_control/openvino_backend.py +++ b/nncf/quantization/algorithms/accuracy_control/openvino_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/accuracy_control/rank_functions.py b/nncf/quantization/algorithms/accuracy_control/rank_functions.py index 3c2abebc5c6..0045d9317b8 100644 --- a/nncf/quantization/algorithms/accuracy_control/rank_functions.py +++ b/nncf/quantization/algorithms/accuracy_control/rank_functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/accuracy_control/ranker.py b/nncf/quantization/algorithms/accuracy_control/ranker.py index 8d90223c1b2..268476408da 100644 --- a/nncf/quantization/algorithms/accuracy_control/ranker.py +++ b/nncf/quantization/algorithms/accuracy_control/ranker.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/accuracy_control/subset_selection.py b/nncf/quantization/algorithms/accuracy_control/subset_selection.py index b4c73eaf469..73b5f68b6e8 100644 --- a/nncf/quantization/algorithms/accuracy_control/subset_selection.py +++ b/nncf/quantization/algorithms/accuracy_control/subset_selection.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/algorithm.py b/nncf/quantization/algorithms/algorithm.py index befe0a82f9d..5062ffa7ed1 100644 --- a/nncf/quantization/algorithms/algorithm.py +++ b/nncf/quantization/algorithms/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/bias_correction/__init__.py b/nncf/quantization/algorithms/bias_correction/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/bias_correction/__init__.py +++ b/nncf/quantization/algorithms/bias_correction/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/bias_correction/algorithm.py b/nncf/quantization/algorithms/bias_correction/algorithm.py index 63db2ee0adf..6bc34c08fe9 100644 --- a/nncf/quantization/algorithms/bias_correction/algorithm.py +++ b/nncf/quantization/algorithms/bias_correction/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/bias_correction/backend.py b/nncf/quantization/algorithms/bias_correction/backend.py index ab165eb8891..d1d664ff101 100644 --- a/nncf/quantization/algorithms/bias_correction/backend.py +++ b/nncf/quantization/algorithms/bias_correction/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/bias_correction/onnx_backend.py b/nncf/quantization/algorithms/bias_correction/onnx_backend.py index 42779c7c97d..eaa53261015 100644 --- a/nncf/quantization/algorithms/bias_correction/onnx_backend.py +++ b/nncf/quantization/algorithms/bias_correction/onnx_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/bias_correction/openvino_backend.py b/nncf/quantization/algorithms/bias_correction/openvino_backend.py index 0180d4a53c5..b8763df0f98 100644 --- a/nncf/quantization/algorithms/bias_correction/openvino_backend.py +++ b/nncf/quantization/algorithms/bias_correction/openvino_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/bias_correction/torch_fx_backend.py b/nncf/quantization/algorithms/bias_correction/torch_fx_backend.py index 7a73a73c873..74e1d61675d 100644 --- a/nncf/quantization/algorithms/bias_correction/torch_fx_backend.py +++ b/nncf/quantization/algorithms/bias_correction/torch_fx_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/channel_alignment/__init__.py b/nncf/quantization/algorithms/channel_alignment/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/channel_alignment/__init__.py +++ b/nncf/quantization/algorithms/channel_alignment/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/channel_alignment/algorithm.py b/nncf/quantization/algorithms/channel_alignment/algorithm.py index b30749b6d2c..e6a35c4daf8 100644 --- a/nncf/quantization/algorithms/channel_alignment/algorithm.py +++ b/nncf/quantization/algorithms/channel_alignment/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/channel_alignment/backend.py b/nncf/quantization/algorithms/channel_alignment/backend.py index b781ab923d3..a3032b8f4a2 100644 --- a/nncf/quantization/algorithms/channel_alignment/backend.py +++ b/nncf/quantization/algorithms/channel_alignment/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/channel_alignment/openvino_backend.py b/nncf/quantization/algorithms/channel_alignment/openvino_backend.py index 9a502e09c5d..88d46ed4254 100644 --- a/nncf/quantization/algorithms/channel_alignment/openvino_backend.py +++ b/nncf/quantization/algorithms/channel_alignment/openvino_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/fast_bias_correction/__init__.py b/nncf/quantization/algorithms/fast_bias_correction/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/fast_bias_correction/__init__.py +++ b/nncf/quantization/algorithms/fast_bias_correction/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/fast_bias_correction/algorithm.py b/nncf/quantization/algorithms/fast_bias_correction/algorithm.py index 3d104cad3c9..644afb5920f 100644 --- a/nncf/quantization/algorithms/fast_bias_correction/algorithm.py +++ b/nncf/quantization/algorithms/fast_bias_correction/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/fast_bias_correction/backend.py b/nncf/quantization/algorithms/fast_bias_correction/backend.py index 110e05161cd..70cbd6c0eea 100644 --- a/nncf/quantization/algorithms/fast_bias_correction/backend.py +++ b/nncf/quantization/algorithms/fast_bias_correction/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/fast_bias_correction/onnx_backend.py b/nncf/quantization/algorithms/fast_bias_correction/onnx_backend.py index cd77cc06678..34e6fe52065 100644 --- a/nncf/quantization/algorithms/fast_bias_correction/onnx_backend.py +++ b/nncf/quantization/algorithms/fast_bias_correction/onnx_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/fast_bias_correction/openvino_backend.py b/nncf/quantization/algorithms/fast_bias_correction/openvino_backend.py index 1f92559eeb8..c7f6e7299f6 100644 --- a/nncf/quantization/algorithms/fast_bias_correction/openvino_backend.py +++ b/nncf/quantization/algorithms/fast_bias_correction/openvino_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/fast_bias_correction/torch_backend.py b/nncf/quantization/algorithms/fast_bias_correction/torch_backend.py index 7eda61ce64a..ba14710f7b1 100644 --- a/nncf/quantization/algorithms/fast_bias_correction/torch_backend.py +++ b/nncf/quantization/algorithms/fast_bias_correction/torch_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/fast_bias_correction/torch_fx_backend.py b/nncf/quantization/algorithms/fast_bias_correction/torch_fx_backend.py index c6c538a52b4..c7818a25411 100644 --- a/nncf/quantization/algorithms/fast_bias_correction/torch_fx_backend.py +++ b/nncf/quantization/algorithms/fast_bias_correction/torch_fx_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/hyperparameter_tuner/__init__.py b/nncf/quantization/algorithms/hyperparameter_tuner/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/hyperparameter_tuner/__init__.py +++ b/nncf/quantization/algorithms/hyperparameter_tuner/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/hyperparameter_tuner/algorithm.py b/nncf/quantization/algorithms/hyperparameter_tuner/algorithm.py index 4f12fb76f51..6e6b4cd2a25 100644 --- a/nncf/quantization/algorithms/hyperparameter_tuner/algorithm.py +++ b/nncf/quantization/algorithms/hyperparameter_tuner/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/hyperparameter_tuner/param_grid.py b/nncf/quantization/algorithms/hyperparameter_tuner/param_grid.py index 95db6e3380d..e4be3bbb3cb 100644 --- a/nncf/quantization/algorithms/hyperparameter_tuner/param_grid.py +++ b/nncf/quantization/algorithms/hyperparameter_tuner/param_grid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/layerwise/__init__.py b/nncf/quantization/algorithms/layerwise/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/layerwise/__init__.py +++ b/nncf/quantization/algorithms/layerwise/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/layerwise/backend.py b/nncf/quantization/algorithms/layerwise/backend.py index 28503efc363..031c9ad59e9 100644 --- a/nncf/quantization/algorithms/layerwise/backend.py +++ b/nncf/quantization/algorithms/layerwise/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/layerwise/engine.py b/nncf/quantization/algorithms/layerwise/engine.py index 208b673c99d..6b754f2ba0e 100644 --- a/nncf/quantization/algorithms/layerwise/engine.py +++ b/nncf/quantization/algorithms/layerwise/engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/layerwise/iterator.py b/nncf/quantization/algorithms/layerwise/iterator.py index 30f2cd0d615..ae02b94ba5d 100644 --- a/nncf/quantization/algorithms/layerwise/iterator.py +++ b/nncf/quantization/algorithms/layerwise/iterator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/layerwise/openvino_backend.py b/nncf/quantization/algorithms/layerwise/openvino_backend.py index 3990a27228d..e82242807ba 100644 --- a/nncf/quantization/algorithms/layerwise/openvino_backend.py +++ b/nncf/quantization/algorithms/layerwise/openvino_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/layerwise/openvino_iterator.py b/nncf/quantization/algorithms/layerwise/openvino_iterator.py index 50d438e0c6b..ed86c784ac6 100644 --- a/nncf/quantization/algorithms/layerwise/openvino_iterator.py +++ b/nncf/quantization/algorithms/layerwise/openvino_iterator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/layerwise/scheduler.py b/nncf/quantization/algorithms/layerwise/scheduler.py index 8abc03400c0..468a9abfef3 100644 --- a/nncf/quantization/algorithms/layerwise/scheduler.py +++ b/nncf/quantization/algorithms/layerwise/scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/min_max/__init__.py b/nncf/quantization/algorithms/min_max/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/min_max/__init__.py +++ b/nncf/quantization/algorithms/min_max/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/min_max/algorithm.py b/nncf/quantization/algorithms/min_max/algorithm.py index 4d35107b7a5..8dbc6da0d64 100644 --- a/nncf/quantization/algorithms/min_max/algorithm.py +++ b/nncf/quantization/algorithms/min_max/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/min_max/backend.py b/nncf/quantization/algorithms/min_max/backend.py index c62bdd63f8e..a7d28b533e5 100644 --- a/nncf/quantization/algorithms/min_max/backend.py +++ b/nncf/quantization/algorithms/min_max/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/min_max/onnx_backend.py b/nncf/quantization/algorithms/min_max/onnx_backend.py index 10e7d5dbd71..1f04358cc9c 100644 --- a/nncf/quantization/algorithms/min_max/onnx_backend.py +++ b/nncf/quantization/algorithms/min_max/onnx_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/min_max/openvino_backend.py b/nncf/quantization/algorithms/min_max/openvino_backend.py index a24049a1c5f..fb0525a5e14 100644 --- a/nncf/quantization/algorithms/min_max/openvino_backend.py +++ b/nncf/quantization/algorithms/min_max/openvino_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/min_max/torch_backend.py b/nncf/quantization/algorithms/min_max/torch_backend.py index 9d67c4b3913..f0882ffa92c 100644 --- a/nncf/quantization/algorithms/min_max/torch_backend.py +++ b/nncf/quantization/algorithms/min_max/torch_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/min_max/torch_fx_backend.py b/nncf/quantization/algorithms/min_max/torch_fx_backend.py index 4489fd8b9ea..9a406f435dd 100644 --- a/nncf/quantization/algorithms/min_max/torch_fx_backend.py +++ b/nncf/quantization/algorithms/min_max/torch_fx_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/pipeline.py b/nncf/quantization/algorithms/pipeline.py index cd615258553..ffccfbe4e33 100644 --- a/nncf/quantization/algorithms/pipeline.py +++ b/nncf/quantization/algorithms/pipeline.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/post_training/__init__.py b/nncf/quantization/algorithms/post_training/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/post_training/__init__.py +++ b/nncf/quantization/algorithms/post_training/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/post_training/algorithm.py b/nncf/quantization/algorithms/post_training/algorithm.py index 862dc5d5037..a41ebf79841 100644 --- a/nncf/quantization/algorithms/post_training/algorithm.py +++ b/nncf/quantization/algorithms/post_training/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/post_training/pipeline.py b/nncf/quantization/algorithms/post_training/pipeline.py index 0c034342686..795414fa454 100644 --- a/nncf/quantization/algorithms/post_training/pipeline.py +++ b/nncf/quantization/algorithms/post_training/pipeline.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/smooth_quant/__init__.py b/nncf/quantization/algorithms/smooth_quant/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/smooth_quant/__init__.py +++ b/nncf/quantization/algorithms/smooth_quant/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/smooth_quant/algorithm.py b/nncf/quantization/algorithms/smooth_quant/algorithm.py index 83aefc6709a..04e22a2168c 100644 --- a/nncf/quantization/algorithms/smooth_quant/algorithm.py +++ b/nncf/quantization/algorithms/smooth_quant/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/smooth_quant/backend.py b/nncf/quantization/algorithms/smooth_quant/backend.py index 3db81d95300..ce369bf7a6a 100644 --- a/nncf/quantization/algorithms/smooth_quant/backend.py +++ b/nncf/quantization/algorithms/smooth_quant/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/smooth_quant/openvino_backend.py b/nncf/quantization/algorithms/smooth_quant/openvino_backend.py index 8a8a74490ee..2ab1aa59fa5 100644 --- a/nncf/quantization/algorithms/smooth_quant/openvino_backend.py +++ b/nncf/quantization/algorithms/smooth_quant/openvino_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/smooth_quant/torch_fx_backend.py b/nncf/quantization/algorithms/smooth_quant/torch_fx_backend.py index 6dee64469ed..61fe2b98496 100644 --- a/nncf/quantization/algorithms/smooth_quant/torch_fx_backend.py +++ b/nncf/quantization/algorithms/smooth_quant/torch_fx_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/__init__.py b/nncf/quantization/algorithms/weight_compression/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/quantization/algorithms/weight_compression/__init__.py +++ b/nncf/quantization/algorithms/weight_compression/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/activation_stats.py b/nncf/quantization/algorithms/weight_compression/activation_stats.py index 5d9d528e57b..e3724658542 100644 --- a/nncf/quantization/algorithms/weight_compression/activation_stats.py +++ b/nncf/quantization/algorithms/weight_compression/activation_stats.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/algorithm.py b/nncf/quantization/algorithms/weight_compression/algorithm.py index c5a4e2d221c..070b24cdca4 100644 --- a/nncf/quantization/algorithms/weight_compression/algorithm.py +++ b/nncf/quantization/algorithms/weight_compression/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/awq.py b/nncf/quantization/algorithms/weight_compression/awq.py index 6de2a3659cf..e3cb0bea28f 100644 --- a/nncf/quantization/algorithms/weight_compression/awq.py +++ b/nncf/quantization/algorithms/weight_compression/awq.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/backend.py b/nncf/quantization/algorithms/weight_compression/backend.py index 004bb08baef..202e9f664ec 100644 --- a/nncf/quantization/algorithms/weight_compression/backend.py +++ b/nncf/quantization/algorithms/weight_compression/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/config.py b/nncf/quantization/algorithms/weight_compression/config.py index 56dbc24f2e2..c395b17a3b9 100644 --- a/nncf/quantization/algorithms/weight_compression/config.py +++ b/nncf/quantization/algorithms/weight_compression/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/gptq.py b/nncf/quantization/algorithms/weight_compression/gptq.py index d2178b19e91..44637b17629 100644 --- a/nncf/quantization/algorithms/weight_compression/gptq.py +++ b/nncf/quantization/algorithms/weight_compression/gptq.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/lora_correction.py b/nncf/quantization/algorithms/weight_compression/lora_correction.py index 83c0acbd228..efb7896da44 100644 --- a/nncf/quantization/algorithms/weight_compression/lora_correction.py +++ b/nncf/quantization/algorithms/weight_compression/lora_correction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/mixed_precision.py b/nncf/quantization/algorithms/weight_compression/mixed_precision.py index f2fbae67a5c..a58c408217f 100644 --- a/nncf/quantization/algorithms/weight_compression/mixed_precision.py +++ b/nncf/quantization/algorithms/weight_compression/mixed_precision.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/openvino_backend.py b/nncf/quantization/algorithms/weight_compression/openvino_backend.py index ec4dfab4711..0dd54927b50 100644 --- a/nncf/quantization/algorithms/weight_compression/openvino_backend.py +++ b/nncf/quantization/algorithms/weight_compression/openvino_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/scale_estimation.py b/nncf/quantization/algorithms/weight_compression/scale_estimation.py index a5572530857..fb13ace6341 100644 --- a/nncf/quantization/algorithms/weight_compression/scale_estimation.py +++ b/nncf/quantization/algorithms/weight_compression/scale_estimation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/torch_backend.py b/nncf/quantization/algorithms/weight_compression/torch_backend.py index 136c38413ab..e57152358b6 100644 --- a/nncf/quantization/algorithms/weight_compression/torch_backend.py +++ b/nncf/quantization/algorithms/weight_compression/torch_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/torch_fx_backend.py b/nncf/quantization/algorithms/weight_compression/torch_fx_backend.py index c7c0a685244..694a9f03a75 100644 --- a/nncf/quantization/algorithms/weight_compression/torch_fx_backend.py +++ b/nncf/quantization/algorithms/weight_compression/torch_fx_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/algorithms/weight_compression/weight_lowering.py b/nncf/quantization/algorithms/weight_compression/weight_lowering.py index 13406c0b288..4e34e4816d6 100644 --- a/nncf/quantization/algorithms/weight_compression/weight_lowering.py +++ b/nncf/quantization/algorithms/weight_compression/weight_lowering.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/fake_quantize.py b/nncf/quantization/fake_quantize.py index 12649ae26f7..ead4463dc86 100644 --- a/nncf/quantization/fake_quantize.py +++ b/nncf/quantization/fake_quantize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/passes.py b/nncf/quantization/passes.py index 28027dc8aac..016f5eec2e6 100644 --- a/nncf/quantization/passes.py +++ b/nncf/quantization/passes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/quantize_model.py b/nncf/quantization/quantize_model.py index 4c85ed42aaf..8a281189c87 100644 --- a/nncf/quantization/quantize_model.py +++ b/nncf/quantization/quantize_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/range_estimator.py b/nncf/quantization/range_estimator.py index 49a48bedc51..84d67e91355 100644 --- a/nncf/quantization/range_estimator.py +++ b/nncf/quantization/range_estimator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/statistics_caching.py b/nncf/quantization/statistics_caching.py index 7d45ef866a5..5dff75284c5 100644 --- a/nncf/quantization/statistics_caching.py +++ b/nncf/quantization/statistics_caching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/quantization/telemetry_extractors.py b/nncf/quantization/telemetry_extractors.py index 6607ceb6991..ed4f306cbd7 100644 --- a/nncf/quantization/telemetry_extractors.py +++ b/nncf/quantization/telemetry_extractors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/scopes.py b/nncf/scopes.py index 6e3c32849da..e9bc1549b9f 100644 --- a/nncf/scopes.py +++ b/nncf/scopes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/telemetry/__init__.py b/nncf/telemetry/__init__.py index d10f07994f5..300773997d3 100644 --- a/nncf/telemetry/__init__.py +++ b/nncf/telemetry/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/telemetry/decorator.py b/nncf/telemetry/decorator.py index eba2be711fb..477d383244b 100644 --- a/nncf/telemetry/decorator.py +++ b/nncf/telemetry/decorator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/telemetry/events.py b/nncf/telemetry/events.py index b0966a5c77c..75f44d0bff4 100644 --- a/nncf/telemetry/events.py +++ b/nncf/telemetry/events.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/telemetry/extractors.py b/nncf/telemetry/extractors.py index 624b0b1f26a..1d25594a8f7 100644 --- a/nncf/telemetry/extractors.py +++ b/nncf/telemetry/extractors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/telemetry/wrapper.py b/nncf/telemetry/wrapper.py index eb150c3e1ee..34172194e3f 100644 --- a/nncf/telemetry/wrapper.py +++ b/nncf/telemetry/wrapper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/__init__.py b/nncf/tensor/__init__.py index f345e54bce0..1fbd606998f 100644 --- a/nncf/tensor/__init__.py +++ b/nncf/tensor/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/definitions.py b/nncf/tensor/definitions.py index cf9518f0ea4..520782adf88 100644 --- a/nncf/tensor/definitions.py +++ b/nncf/tensor/definitions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/__init__.py b/nncf/tensor/functions/__init__.py index 9b6b66df746..1defabc92d6 100644 --- a/nncf/tensor/functions/__init__.py +++ b/nncf/tensor/functions/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/dispatcher.py b/nncf/tensor/functions/dispatcher.py index 193d5a2b15a..8fcbedcd9a2 100644 --- a/nncf/tensor/functions/dispatcher.py +++ b/nncf/tensor/functions/dispatcher.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/io.py b/nncf/tensor/functions/io.py index 22e7a85ac8f..23ff04db0cf 100644 --- a/nncf/tensor/functions/io.py +++ b/nncf/tensor/functions/io.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/linalg.py b/nncf/tensor/functions/linalg.py index 43d32d65c9b..0d2ca86f9cd 100644 --- a/nncf/tensor/functions/linalg.py +++ b/nncf/tensor/functions/linalg.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/numeric.py b/nncf/tensor/functions/numeric.py index 391e4b21c7c..f27ee169914 100644 --- a/nncf/tensor/functions/numeric.py +++ b/nncf/tensor/functions/numeric.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/numpy_io.py b/nncf/tensor/functions/numpy_io.py index 9f1879a728b..766177d7aef 100644 --- a/nncf/tensor/functions/numpy_io.py +++ b/nncf/tensor/functions/numpy_io.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/numpy_linalg.py b/nncf/tensor/functions/numpy_linalg.py index 4dfea30267b..19332160635 100644 --- a/nncf/tensor/functions/numpy_linalg.py +++ b/nncf/tensor/functions/numpy_linalg.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/numpy_numeric.py b/nncf/tensor/functions/numpy_numeric.py index aac6cb801bd..a4f7657189c 100644 --- a/nncf/tensor/functions/numpy_numeric.py +++ b/nncf/tensor/functions/numpy_numeric.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/torch_io.py b/nncf/tensor/functions/torch_io.py index 48c6e897b8d..80697b994da 100644 --- a/nncf/tensor/functions/torch_io.py +++ b/nncf/tensor/functions/torch_io.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/torch_linalg.py b/nncf/tensor/functions/torch_linalg.py index d6a079d5a2d..590dfcf203a 100644 --- a/nncf/tensor/functions/torch_linalg.py +++ b/nncf/tensor/functions/torch_linalg.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/functions/torch_numeric.py b/nncf/tensor/functions/torch_numeric.py index 84f82971f07..8f62990cdae 100644 --- a/nncf/tensor/functions/torch_numeric.py +++ b/nncf/tensor/functions/torch_numeric.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensor/tensor.py b/nncf/tensor/tensor.py index 20cc73ea1f6..f80abb6a148 100644 --- a/nncf/tensor/tensor.py +++ b/nncf/tensor/tensor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/__init__.py b/nncf/tensorflow/__init__.py index d3801ae239e..1bd6cef967a 100644 --- a/nncf/tensorflow/__init__.py +++ b/nncf/tensorflow/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/accuracy_aware_training/__init__.py b/nncf/tensorflow/accuracy_aware_training/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/tensorflow/accuracy_aware_training/__init__.py +++ b/nncf/tensorflow/accuracy_aware_training/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/accuracy_aware_training/keras_model_utils.py b/nncf/tensorflow/accuracy_aware_training/keras_model_utils.py index 538a522fd27..821f6c262c3 100644 --- a/nncf/tensorflow/accuracy_aware_training/keras_model_utils.py +++ b/nncf/tensorflow/accuracy_aware_training/keras_model_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/accuracy_aware_training/runner.py b/nncf/tensorflow/accuracy_aware_training/runner.py index 42553286f1f..03ca47715d7 100644 --- a/nncf/tensorflow/accuracy_aware_training/runner.py +++ b/nncf/tensorflow/accuracy_aware_training/runner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/algorithm_selector.py b/nncf/tensorflow/algorithm_selector.py index 55666f6cd8b..69704b21932 100644 --- a/nncf/tensorflow/algorithm_selector.py +++ b/nncf/tensorflow/algorithm_selector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/api/__init__.py b/nncf/tensorflow/api/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/tensorflow/api/__init__.py +++ b/nncf/tensorflow/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/api/composite_compression.py b/nncf/tensorflow/api/composite_compression.py index 883f12da780..b009f6015a1 100644 --- a/nncf/tensorflow/api/composite_compression.py +++ b/nncf/tensorflow/api/composite_compression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/api/compression.py b/nncf/tensorflow/api/compression.py index c1f4752ecdf..5d9f84eb5fe 100644 --- a/nncf/tensorflow/api/compression.py +++ b/nncf/tensorflow/api/compression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/batchnorm_adaptation.py b/nncf/tensorflow/batchnorm_adaptation.py index 58dbdab0f1e..6c3de1c4caf 100644 --- a/nncf/tensorflow/batchnorm_adaptation.py +++ b/nncf/tensorflow/batchnorm_adaptation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/callbacks/__init__.py b/nncf/tensorflow/callbacks/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/tensorflow/callbacks/__init__.py +++ b/nncf/tensorflow/callbacks/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/callbacks/checkpoint_callback.py b/nncf/tensorflow/callbacks/checkpoint_callback.py index 854b378902b..4a4911163e1 100644 --- a/nncf/tensorflow/callbacks/checkpoint_callback.py +++ b/nncf/tensorflow/callbacks/checkpoint_callback.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/callbacks/statistics_callback.py b/nncf/tensorflow/callbacks/statistics_callback.py index 6d5f5e70edc..1e20e8aa1b7 100644 --- a/nncf/tensorflow/callbacks/statistics_callback.py +++ b/nncf/tensorflow/callbacks/statistics_callback.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/exporter.py b/nncf/tensorflow/exporter.py index 7af21543dfa..37de10c7dfa 100644 --- a/nncf/tensorflow/exporter.py +++ b/nncf/tensorflow/exporter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/functions.py b/nncf/tensorflow/functions.py index cb3901abbe5..10a6c85ac82 100644 --- a/nncf/tensorflow/functions.py +++ b/nncf/tensorflow/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/__init__.py b/nncf/tensorflow/graph/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/tensorflow/graph/__init__.py +++ b/nncf/tensorflow/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/converter.py b/nncf/tensorflow/graph/converter.py index d7eb09a2a21..013e0a09b5a 100644 --- a/nncf/tensorflow/graph/converter.py +++ b/nncf/tensorflow/graph/converter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/metatypes/__init__.py b/nncf/tensorflow/graph/metatypes/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/tensorflow/graph/metatypes/__init__.py +++ b/nncf/tensorflow/graph/metatypes/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/metatypes/common.py b/nncf/tensorflow/graph/metatypes/common.py index e8d140bb744..40fc531d511 100644 --- a/nncf/tensorflow/graph/metatypes/common.py +++ b/nncf/tensorflow/graph/metatypes/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/metatypes/keras_layers.py b/nncf/tensorflow/graph/metatypes/keras_layers.py index 8f6636783bb..9945b5f0178 100644 --- a/nncf/tensorflow/graph/metatypes/keras_layers.py +++ b/nncf/tensorflow/graph/metatypes/keras_layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/metatypes/matcher.py b/nncf/tensorflow/graph/metatypes/matcher.py index 55931f53f4f..b484200bf4f 100644 --- a/nncf/tensorflow/graph/metatypes/matcher.py +++ b/nncf/tensorflow/graph/metatypes/matcher.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/metatypes/tf_ops.py b/nncf/tensorflow/graph/metatypes/tf_ops.py index 9cd15f37590..cce454418df 100644 --- a/nncf/tensorflow/graph/metatypes/tf_ops.py +++ b/nncf/tensorflow/graph/metatypes/tf_ops.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/model_transformer.py b/nncf/tensorflow/graph/model_transformer.py index ef028d0bd47..ca35dd9eff2 100644 --- a/nncf/tensorflow/graph/model_transformer.py +++ b/nncf/tensorflow/graph/model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/pattern_operations.py b/nncf/tensorflow/graph/pattern_operations.py index 78dfa28f610..f204aca8192 100644 --- a/nncf/tensorflow/graph/pattern_operations.py +++ b/nncf/tensorflow/graph/pattern_operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/patterns.py b/nncf/tensorflow/graph/patterns.py index 58e5806dcc0..152d656d968 100644 --- a/nncf/tensorflow/graph/patterns.py +++ b/nncf/tensorflow/graph/patterns.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/transformations/__init__.py b/nncf/tensorflow/graph/transformations/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/tensorflow/graph/transformations/__init__.py +++ b/nncf/tensorflow/graph/transformations/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/transformations/commands.py b/nncf/tensorflow/graph/transformations/commands.py index 90002503a99..3fb321f9533 100644 --- a/nncf/tensorflow/graph/transformations/commands.py +++ b/nncf/tensorflow/graph/transformations/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/transformations/layout.py b/nncf/tensorflow/graph/transformations/layout.py index 6a15020a287..a1cf666f013 100644 --- a/nncf/tensorflow/graph/transformations/layout.py +++ b/nncf/tensorflow/graph/transformations/layout.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/graph/utils.py b/nncf/tensorflow/graph/utils.py index 0cd696db50f..1e1cdfd35c9 100644 --- a/nncf/tensorflow/graph/utils.py +++ b/nncf/tensorflow/graph/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/hardware/__init__.py b/nncf/tensorflow/hardware/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/tensorflow/hardware/__init__.py +++ b/nncf/tensorflow/hardware/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/hardware/config.py b/nncf/tensorflow/hardware/config.py index e3763b26e46..f2a54b1f9b6 100644 --- a/nncf/tensorflow/hardware/config.py +++ b/nncf/tensorflow/hardware/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/hardware/fused_patterns.py b/nncf/tensorflow/hardware/fused_patterns.py index 85264688d20..8c8e150d7d1 100644 --- a/nncf/tensorflow/hardware/fused_patterns.py +++ b/nncf/tensorflow/hardware/fused_patterns.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/helpers/__init__.py b/nncf/tensorflow/helpers/__init__.py index 9980cc21f75..a3542675626 100644 --- a/nncf/tensorflow/helpers/__init__.py +++ b/nncf/tensorflow/helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/helpers/callback_creation.py b/nncf/tensorflow/helpers/callback_creation.py index 3d2a2c345d5..7a971d6dfdd 100644 --- a/nncf/tensorflow/helpers/callback_creation.py +++ b/nncf/tensorflow/helpers/callback_creation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/helpers/model_creation.py b/nncf/tensorflow/helpers/model_creation.py index 49cb7228f29..3edbb41880e 100644 --- a/nncf/tensorflow/helpers/model_creation.py +++ b/nncf/tensorflow/helpers/model_creation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/helpers/model_manager.py b/nncf/tensorflow/helpers/model_manager.py index 3398f05939c..e724688b6fe 100644 --- a/nncf/tensorflow/helpers/model_manager.py +++ b/nncf/tensorflow/helpers/model_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/helpers/utils.py b/nncf/tensorflow/helpers/utils.py index bf68bebc471..50dccfc81a2 100644 --- a/nncf/tensorflow/helpers/utils.py +++ b/nncf/tensorflow/helpers/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/initialization.py b/nncf/tensorflow/initialization.py index 572c2e5e69b..81deed5ff88 100644 --- a/nncf/tensorflow/initialization.py +++ b/nncf/tensorflow/initialization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/layers/__init__.py b/nncf/tensorflow/layers/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/tensorflow/layers/__init__.py +++ b/nncf/tensorflow/layers/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/layers/custom_objects.py b/nncf/tensorflow/layers/custom_objects.py index 18835a254d1..6de5e7ee6f8 100644 --- a/nncf/tensorflow/layers/custom_objects.py +++ b/nncf/tensorflow/layers/custom_objects.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/layers/data_layout.py b/nncf/tensorflow/layers/data_layout.py index 6fa2c38f8f3..eb78b34d6e6 100644 --- a/nncf/tensorflow/layers/data_layout.py +++ b/nncf/tensorflow/layers/data_layout.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/layers/operation.py b/nncf/tensorflow/layers/operation.py index 4e75b89132c..f8ec5a2a698 100644 --- a/nncf/tensorflow/layers/operation.py +++ b/nncf/tensorflow/layers/operation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/layers/wrapper.py b/nncf/tensorflow/layers/wrapper.py index f3105471d46..16c87d66ef7 100644 --- a/nncf/tensorflow/layers/wrapper.py +++ b/nncf/tensorflow/layers/wrapper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/loss.py b/nncf/tensorflow/loss.py index abf55e9e768..250a0092e76 100644 --- a/nncf/tensorflow/loss.py +++ b/nncf/tensorflow/loss.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/pruning/__init__.py b/nncf/tensorflow/pruning/__init__.py index a83b9c34cd3..e09b95ff6ef 100644 --- a/nncf/tensorflow/pruning/__init__.py +++ b/nncf/tensorflow/pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/pruning/base_algorithm.py b/nncf/tensorflow/pruning/base_algorithm.py index 4e6e090d0e6..8d69c5fbe27 100644 --- a/nncf/tensorflow/pruning/base_algorithm.py +++ b/nncf/tensorflow/pruning/base_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/pruning/callbacks.py b/nncf/tensorflow/pruning/callbacks.py index a5abb8f1b6b..915252db997 100644 --- a/nncf/tensorflow/pruning/callbacks.py +++ b/nncf/tensorflow/pruning/callbacks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/pruning/filter_pruning/__init__.py b/nncf/tensorflow/pruning/filter_pruning/__init__.py index 3fc0fea0047..3fbbc8cfc00 100644 --- a/nncf/tensorflow/pruning/filter_pruning/__init__.py +++ b/nncf/tensorflow/pruning/filter_pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/pruning/filter_pruning/algorithm.py b/nncf/tensorflow/pruning/filter_pruning/algorithm.py index a31b5c065df..d5cc4ae2fae 100644 --- a/nncf/tensorflow/pruning/filter_pruning/algorithm.py +++ b/nncf/tensorflow/pruning/filter_pruning/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/pruning/filter_pruning/functions.py b/nncf/tensorflow/pruning/filter_pruning/functions.py index a43564224c8..60d0a3ccbb9 100644 --- a/nncf/tensorflow/pruning/filter_pruning/functions.py +++ b/nncf/tensorflow/pruning/filter_pruning/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/pruning/operations.py b/nncf/tensorflow/pruning/operations.py index abeecd70bc3..89c66c87cce 100644 --- a/nncf/tensorflow/pruning/operations.py +++ b/nncf/tensorflow/pruning/operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/pruning/tensor_processor.py b/nncf/tensorflow/pruning/tensor_processor.py index 198e2af33d5..2263bc39eb6 100644 --- a/nncf/tensorflow/pruning/tensor_processor.py +++ b/nncf/tensorflow/pruning/tensor_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/pruning/utils.py b/nncf/tensorflow/pruning/utils.py index c1693bfc7b2..801dc508a81 100644 --- a/nncf/tensorflow/pruning/utils.py +++ b/nncf/tensorflow/pruning/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/quantization/__init__.py b/nncf/tensorflow/quantization/__init__.py index 488ce820964..5089335dfac 100644 --- a/nncf/tensorflow/quantization/__init__.py +++ b/nncf/tensorflow/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/quantization/algorithm.py b/nncf/tensorflow/quantization/algorithm.py index dd41cb2bad5..7a8a23a0ed7 100644 --- a/nncf/tensorflow/quantization/algorithm.py +++ b/nncf/tensorflow/quantization/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/quantization/collectors.py b/nncf/tensorflow/quantization/collectors.py index 97f5051d76c..379264ea883 100644 --- a/nncf/tensorflow/quantization/collectors.py +++ b/nncf/tensorflow/quantization/collectors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/quantization/default_quantization.py b/nncf/tensorflow/quantization/default_quantization.py index 4bdf4d2e2be..8cc1af69e71 100644 --- a/nncf/tensorflow/quantization/default_quantization.py +++ b/nncf/tensorflow/quantization/default_quantization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/quantization/functions.py b/nncf/tensorflow/quantization/functions.py index 808a77bbbce..6bdcf33ec4b 100644 --- a/nncf/tensorflow/quantization/functions.py +++ b/nncf/tensorflow/quantization/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/quantization/init_range.py b/nncf/tensorflow/quantization/init_range.py index 3c423bb1837..f2befb3825c 100644 --- a/nncf/tensorflow/quantization/init_range.py +++ b/nncf/tensorflow/quantization/init_range.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/quantization/layers.py b/nncf/tensorflow/quantization/layers.py index b392ffbd0c6..d8677e293e4 100644 --- a/nncf/tensorflow/quantization/layers.py +++ b/nncf/tensorflow/quantization/layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/quantization/quantize_model.py b/nncf/tensorflow/quantization/quantize_model.py index 0b22c2f6b2e..85435c67380 100644 --- a/nncf/tensorflow/quantization/quantize_model.py +++ b/nncf/tensorflow/quantization/quantize_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/quantization/quantizers.py b/nncf/tensorflow/quantization/quantizers.py index e0969a88390..02a68ada283 100644 --- a/nncf/tensorflow/quantization/quantizers.py +++ b/nncf/tensorflow/quantization/quantizers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/quantization/utils.py b/nncf/tensorflow/quantization/utils.py index f9470c0c4bd..fdfbd43825c 100644 --- a/nncf/tensorflow/quantization/utils.py +++ b/nncf/tensorflow/quantization/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/__init__.py b/nncf/tensorflow/sparsity/__init__.py index c8e48c02b12..09cb96ccd07 100644 --- a/nncf/tensorflow/sparsity/__init__.py +++ b/nncf/tensorflow/sparsity/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/base_algorithm.py b/nncf/tensorflow/sparsity/base_algorithm.py index 4a7a350d29a..d18cd44c78c 100644 --- a/nncf/tensorflow/sparsity/base_algorithm.py +++ b/nncf/tensorflow/sparsity/base_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/callbacks.py b/nncf/tensorflow/sparsity/callbacks.py index aa4669cfcd7..9124b6defb1 100644 --- a/nncf/tensorflow/sparsity/callbacks.py +++ b/nncf/tensorflow/sparsity/callbacks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/collector.py b/nncf/tensorflow/sparsity/collector.py index 440c030ad94..51a76f0346b 100644 --- a/nncf/tensorflow/sparsity/collector.py +++ b/nncf/tensorflow/sparsity/collector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/magnitude/__init__.py b/nncf/tensorflow/sparsity/magnitude/__init__.py index 07c557252f0..2de37255025 100644 --- a/nncf/tensorflow/sparsity/magnitude/__init__.py +++ b/nncf/tensorflow/sparsity/magnitude/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/magnitude/algorithm.py b/nncf/tensorflow/sparsity/magnitude/algorithm.py index 8a335cc78e8..01d5cd585f0 100644 --- a/nncf/tensorflow/sparsity/magnitude/algorithm.py +++ b/nncf/tensorflow/sparsity/magnitude/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/magnitude/functions.py b/nncf/tensorflow/sparsity/magnitude/functions.py index 29a4d8ec1d3..074a14bf6b0 100644 --- a/nncf/tensorflow/sparsity/magnitude/functions.py +++ b/nncf/tensorflow/sparsity/magnitude/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/magnitude/operation.py b/nncf/tensorflow/sparsity/magnitude/operation.py index 4656c72408c..24aa3cc10e7 100644 --- a/nncf/tensorflow/sparsity/magnitude/operation.py +++ b/nncf/tensorflow/sparsity/magnitude/operation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/rb/__init__.py b/nncf/tensorflow/sparsity/rb/__init__.py index 2602ae660d5..3d9f75213e7 100644 --- a/nncf/tensorflow/sparsity/rb/__init__.py +++ b/nncf/tensorflow/sparsity/rb/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/rb/algorithm.py b/nncf/tensorflow/sparsity/rb/algorithm.py index db68a85fd64..ee6adf394e5 100644 --- a/nncf/tensorflow/sparsity/rb/algorithm.py +++ b/nncf/tensorflow/sparsity/rb/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/rb/functions.py b/nncf/tensorflow/sparsity/rb/functions.py index afa75b89f2a..46ce0715054 100644 --- a/nncf/tensorflow/sparsity/rb/functions.py +++ b/nncf/tensorflow/sparsity/rb/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/rb/loss.py b/nncf/tensorflow/sparsity/rb/loss.py index 1c0f6e9fe2f..99f6067a0e3 100644 --- a/nncf/tensorflow/sparsity/rb/loss.py +++ b/nncf/tensorflow/sparsity/rb/loss.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/rb/operation.py b/nncf/tensorflow/sparsity/rb/operation.py index 442c224f387..edc5686e510 100644 --- a/nncf/tensorflow/sparsity/rb/operation.py +++ b/nncf/tensorflow/sparsity/rb/operation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/sparsity/utils.py b/nncf/tensorflow/sparsity/utils.py index bbb1a72dc99..6658e405381 100644 --- a/nncf/tensorflow/sparsity/utils.py +++ b/nncf/tensorflow/sparsity/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/tensor.py b/nncf/tensorflow/tensor.py index 2ab88fcc1dd..baedf3d44d4 100644 --- a/nncf/tensorflow/tensor.py +++ b/nncf/tensorflow/tensor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/tensor_statistics/__init__.py b/nncf/tensorflow/tensor_statistics/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/tensorflow/tensor_statistics/__init__.py +++ b/nncf/tensorflow/tensor_statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/tensor_statistics/collectors.py b/nncf/tensorflow/tensor_statistics/collectors.py index 209c9536f67..056d9a41f70 100644 --- a/nncf/tensorflow/tensor_statistics/collectors.py +++ b/nncf/tensorflow/tensor_statistics/collectors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/tensor_statistics/reduction.py b/nncf/tensorflow/tensor_statistics/reduction.py index 499da0fd0d5..50c9a899d47 100644 --- a/nncf/tensorflow/tensor_statistics/reduction.py +++ b/nncf/tensorflow/tensor_statistics/reduction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/tensor_statistics/statistics.py b/nncf/tensorflow/tensor_statistics/statistics.py index cdeaa810d45..fc5c39ee9a4 100644 --- a/nncf/tensorflow/tensor_statistics/statistics.py +++ b/nncf/tensorflow/tensor_statistics/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/tf_internals.py b/nncf/tensorflow/tf_internals.py index 2892c0e99cf..1a3483c8338 100644 --- a/nncf/tensorflow/tf_internals.py +++ b/nncf/tensorflow/tf_internals.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/utils/__init__.py b/nncf/tensorflow/utils/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/tensorflow/utils/__init__.py +++ b/nncf/tensorflow/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/utils/node.py b/nncf/tensorflow/utils/node.py index 194463bab52..0040c646b78 100644 --- a/nncf/tensorflow/utils/node.py +++ b/nncf/tensorflow/utils/node.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/utils/scopes_handle.py b/nncf/tensorflow/utils/scopes_handle.py index bca408dbfd3..d5ce3bfa572 100644 --- a/nncf/tensorflow/utils/scopes_handle.py +++ b/nncf/tensorflow/utils/scopes_handle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/tensorflow/utils/state.py b/nncf/tensorflow/utils/state.py index 009d5c8519c..df223c62623 100644 --- a/nncf/tensorflow/utils/state.py +++ b/nncf/tensorflow/utils/state.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/__init__.py b/nncf/torch/__init__.py index bc3638a519f..45a8d52ff88 100644 --- a/nncf/torch/__init__.py +++ b/nncf/torch/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/accuracy_aware_training/__init__.py b/nncf/torch/accuracy_aware_training/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/accuracy_aware_training/__init__.py +++ b/nncf/torch/accuracy_aware_training/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/accuracy_aware_training/runner.py b/nncf/torch/accuracy_aware_training/runner.py index 8a34c2879ff..f15e388d3c6 100644 --- a/nncf/torch/accuracy_aware_training/runner.py +++ b/nncf/torch/accuracy_aware_training/runner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/accuracy_aware_training/utils.py b/nncf/torch/accuracy_aware_training/utils.py index 3023afa75ee..56430f31625 100644 --- a/nncf/torch/accuracy_aware_training/utils.py +++ b/nncf/torch/accuracy_aware_training/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/algo_selector.py b/nncf/torch/algo_selector.py index fd52ffd9d74..6b6d4214091 100644 --- a/nncf/torch/algo_selector.py +++ b/nncf/torch/algo_selector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/automl/__init__.py b/nncf/torch/automl/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/automl/__init__.py +++ b/nncf/torch/automl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/automl/agent/__init__.py b/nncf/torch/automl/agent/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/automl/agent/__init__.py +++ b/nncf/torch/automl/agent/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/automl/agent/ddpg/__init__.py b/nncf/torch/automl/agent/ddpg/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/automl/agent/ddpg/__init__.py +++ b/nncf/torch/automl/agent/ddpg/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/automl/agent/ddpg/ddpg.py b/nncf/torch/automl/agent/ddpg/ddpg.py index ab51f0d510e..cc531ff8b42 100644 --- a/nncf/torch/automl/agent/ddpg/ddpg.py +++ b/nncf/torch/automl/agent/ddpg/ddpg.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/automl/agent/ddpg/memory.py b/nncf/torch/automl/agent/ddpg/memory.py index 9710515688a..f4e4b964428 100644 --- a/nncf/torch/automl/agent/ddpg/memory.py +++ b/nncf/torch/automl/agent/ddpg/memory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/automl/environment/__init__.py b/nncf/torch/automl/environment/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/automl/environment/__init__.py +++ b/nncf/torch/automl/environment/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/automl/environment/quantization_env.py b/nncf/torch/automl/environment/quantization_env.py index 75f1c57adeb..e81dd22b91f 100644 --- a/nncf/torch/automl/environment/quantization_env.py +++ b/nncf/torch/automl/environment/quantization_env.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/batchnorm_adaptation.py b/nncf/torch/batchnorm_adaptation.py index 4184fb14841..370a4e3fc52 100644 --- a/nncf/torch/batchnorm_adaptation.py +++ b/nncf/torch/batchnorm_adaptation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/checkpoint_loading.py b/nncf/torch/checkpoint_loading.py index 2e28b68cb2c..35215f3a15e 100644 --- a/nncf/torch/checkpoint_loading.py +++ b/nncf/torch/checkpoint_loading.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/composite_compression.py b/nncf/torch/composite_compression.py index db1399f2741..206a1b06d47 100644 --- a/nncf/torch/composite_compression.py +++ b/nncf/torch/composite_compression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/compression_method_api.py b/nncf/torch/compression_method_api.py index 7e6a7940b21..40765ec76a5 100644 --- a/nncf/torch/compression_method_api.py +++ b/nncf/torch/compression_method_api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/debug.py b/nncf/torch/debug.py index db690d29732..3d4dd00aa00 100644 --- a/nncf/torch/debug.py +++ b/nncf/torch/debug.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/__init__.py b/nncf/torch/dynamic_graph/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/dynamic_graph/__init__.py +++ b/nncf/torch/dynamic_graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/context.py b/nncf/torch/dynamic_graph/context.py index 05b89843740..831cf27572c 100644 --- a/nncf/torch/dynamic_graph/context.py +++ b/nncf/torch/dynamic_graph/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/graph.py b/nncf/torch/dynamic_graph/graph.py index f8a80a5a0cb..1b51a7a1f2e 100644 --- a/nncf/torch/dynamic_graph/graph.py +++ b/nncf/torch/dynamic_graph/graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/graph_tracer.py b/nncf/torch/dynamic_graph/graph_tracer.py index 4a86cb68576..8165638d8f8 100644 --- a/nncf/torch/dynamic_graph/graph_tracer.py +++ b/nncf/torch/dynamic_graph/graph_tracer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/io_handling.py b/nncf/torch/dynamic_graph/io_handling.py index bd40fafc838..9b079b108a5 100644 --- a/nncf/torch/dynamic_graph/io_handling.py +++ b/nncf/torch/dynamic_graph/io_handling.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/layer_attributes_handlers.py b/nncf/torch/dynamic_graph/layer_attributes_handlers.py index 0cddc2e3424..61189782e97 100644 --- a/nncf/torch/dynamic_graph/layer_attributes_handlers.py +++ b/nncf/torch/dynamic_graph/layer_attributes_handlers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/op_input_processing.py b/nncf/torch/dynamic_graph/op_input_processing.py index 1eac456e661..3cfe09ca539 100644 --- a/nncf/torch/dynamic_graph/op_input_processing.py +++ b/nncf/torch/dynamic_graph/op_input_processing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/operation_address.py b/nncf/torch/dynamic_graph/operation_address.py index e681b18e626..8aace7dec7e 100644 --- a/nncf/torch/dynamic_graph/operation_address.py +++ b/nncf/torch/dynamic_graph/operation_address.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/patch_pytorch.py b/nncf/torch/dynamic_graph/patch_pytorch.py index d33ec9aa849..81d0747bfd5 100644 --- a/nncf/torch/dynamic_graph/patch_pytorch.py +++ b/nncf/torch/dynamic_graph/patch_pytorch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/patch_pytorch_state.py b/nncf/torch/dynamic_graph/patch_pytorch_state.py index 00f80f6e899..52a8067d4cc 100644 --- a/nncf/torch/dynamic_graph/patch_pytorch_state.py +++ b/nncf/torch/dynamic_graph/patch_pytorch_state.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/scope.py b/nncf/torch/dynamic_graph/scope.py index 14f78694e5f..87a59f4b639 100644 --- a/nncf/torch/dynamic_graph/scope.py +++ b/nncf/torch/dynamic_graph/scope.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/scope_access.py b/nncf/torch/dynamic_graph/scope_access.py index 6014c90f3f3..355198e6bb4 100644 --- a/nncf/torch/dynamic_graph/scope_access.py +++ b/nncf/torch/dynamic_graph/scope_access.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/structs.py b/nncf/torch/dynamic_graph/structs.py index d8cf563107f..803cde6ef1b 100644 --- a/nncf/torch/dynamic_graph/structs.py +++ b/nncf/torch/dynamic_graph/structs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/trace_functions.py b/nncf/torch/dynamic_graph/trace_functions.py index acf207d78c1..2c506328333 100644 --- a/nncf/torch/dynamic_graph/trace_functions.py +++ b/nncf/torch/dynamic_graph/trace_functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/trace_tensor.py b/nncf/torch/dynamic_graph/trace_tensor.py index fa92cb2ca13..e977ddb6d8e 100644 --- a/nncf/torch/dynamic_graph/trace_tensor.py +++ b/nncf/torch/dynamic_graph/trace_tensor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/dynamic_graph/wrappers.py b/nncf/torch/dynamic_graph/wrappers.py index bf42ef2e030..bab14137e83 100644 --- a/nncf/torch/dynamic_graph/wrappers.py +++ b/nncf/torch/dynamic_graph/wrappers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/engine.py b/nncf/torch/engine.py index 2bc17db0416..ed70e8fb3a3 100644 --- a/nncf/torch/engine.py +++ b/nncf/torch/engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/exporter.py b/nncf/torch/exporter.py index 6d4e548e91c..811a8e526db 100644 --- a/nncf/torch/exporter.py +++ b/nncf/torch/exporter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/extensions/__init__.py b/nncf/torch/extensions/__init__.py index 59edea1ca24..61f95b0bfa5 100644 --- a/nncf/torch/extensions/__init__.py +++ b/nncf/torch/extensions/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/external_hook.py b/nncf/torch/external_hook.py index 60902afbbe2..b88e9050e14 100644 --- a/nncf/torch/external_hook.py +++ b/nncf/torch/external_hook.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/extractor.py b/nncf/torch/extractor.py index a09b0e5280f..4b4c7f4394b 100644 --- a/nncf/torch/extractor.py +++ b/nncf/torch/extractor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/functions.py b/nncf/torch/functions.py index 425a3f5bc8d..d8661d04db2 100644 --- a/nncf/torch/functions.py +++ b/nncf/torch/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/graph/__init__.py b/nncf/torch/graph/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/graph/__init__.py +++ b/nncf/torch/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/graph/graph.py b/nncf/torch/graph/graph.py index 3a43d51d132..909a0d9fa09 100644 --- a/nncf/torch/graph/graph.py +++ b/nncf/torch/graph/graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/graph/graph_builder.py b/nncf/torch/graph/graph_builder.py index e4639d1da83..8837d517096 100644 --- a/nncf/torch/graph/graph_builder.py +++ b/nncf/torch/graph/graph_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/graph/operator_metatypes.py b/nncf/torch/graph/operator_metatypes.py index fd40399e22e..2f8806d27c3 100644 --- a/nncf/torch/graph/operator_metatypes.py +++ b/nncf/torch/graph/operator_metatypes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/graph/pattern_operations.py b/nncf/torch/graph/pattern_operations.py index 1190079a5a6..9fb1d732552 100644 --- a/nncf/torch/graph/pattern_operations.py +++ b/nncf/torch/graph/pattern_operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/graph/transformations/__init__.py b/nncf/torch/graph/transformations/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/graph/transformations/__init__.py +++ b/nncf/torch/graph/transformations/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/graph/transformations/command_creation.py b/nncf/torch/graph/transformations/command_creation.py index 61946124643..e952a82e669 100644 --- a/nncf/torch/graph/transformations/command_creation.py +++ b/nncf/torch/graph/transformations/command_creation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/graph/transformations/commands.py b/nncf/torch/graph/transformations/commands.py index 351125eca2c..74eb9c08e4b 100644 --- a/nncf/torch/graph/transformations/commands.py +++ b/nncf/torch/graph/transformations/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/graph/transformations/layout.py b/nncf/torch/graph/transformations/layout.py index e89960505df..eafcf0ce2e4 100644 --- a/nncf/torch/graph/transformations/layout.py +++ b/nncf/torch/graph/transformations/layout.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/graph/transformations/serialization.py b/nncf/torch/graph/transformations/serialization.py index abb92379bfb..195ee59f6f5 100644 --- a/nncf/torch/graph/transformations/serialization.py +++ b/nncf/torch/graph/transformations/serialization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/hardware/__init__.py b/nncf/torch/hardware/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/hardware/__init__.py +++ b/nncf/torch/hardware/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/hardware/config.py b/nncf/torch/hardware/config.py index 6b556aa135d..3d1c126b9c8 100644 --- a/nncf/torch/hardware/config.py +++ b/nncf/torch/hardware/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/hardware/fused_patterns.py b/nncf/torch/hardware/fused_patterns.py index 48c6a38ba40..a03c9ef49a1 100644 --- a/nncf/torch/hardware/fused_patterns.py +++ b/nncf/torch/hardware/fused_patterns.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/initialization.py b/nncf/torch/initialization.py index a3702473938..cb1fc8e4a31 100644 --- a/nncf/torch/initialization.py +++ b/nncf/torch/initialization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/knowledge_distillation/__init__.py b/nncf/torch/knowledge_distillation/__init__.py index 7c616e1fe48..6834bf479ea 100644 --- a/nncf/torch/knowledge_distillation/__init__.py +++ b/nncf/torch/knowledge_distillation/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/knowledge_distillation/algo.py b/nncf/torch/knowledge_distillation/algo.py index 3911b0a42d0..02c70aab482 100644 --- a/nncf/torch/knowledge_distillation/algo.py +++ b/nncf/torch/knowledge_distillation/algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/knowledge_distillation/knowledge_distillation_handler.py b/nncf/torch/knowledge_distillation/knowledge_distillation_handler.py index 08a3351b74d..d6e2dd88f8a 100644 --- a/nncf/torch/knowledge_distillation/knowledge_distillation_handler.py +++ b/nncf/torch/knowledge_distillation/knowledge_distillation_handler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/knowledge_distillation/knowledge_distillation_loss.py b/nncf/torch/knowledge_distillation/knowledge_distillation_loss.py index f67254be9df..5ab34d1886d 100644 --- a/nncf/torch/knowledge_distillation/knowledge_distillation_loss.py +++ b/nncf/torch/knowledge_distillation/knowledge_distillation_loss.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/layer_utils.py b/nncf/torch/layer_utils.py index fb7d7bed79f..a6edffa958d 100644 --- a/nncf/torch/layer_utils.py +++ b/nncf/torch/layer_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/layers.py b/nncf/torch/layers.py index ce27b8cbcd8..80a94e5df5f 100644 --- a/nncf/torch/layers.py +++ b/nncf/torch/layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/model_creation.py b/nncf/torch/model_creation.py index a74d9f33002..c8ae0198b7e 100644 --- a/nncf/torch/model_creation.py +++ b/nncf/torch/model_creation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/model_graph_manager.py b/nncf/torch/model_graph_manager.py index 69dbf32527b..f4973d442e6 100644 --- a/nncf/torch/model_graph_manager.py +++ b/nncf/torch/model_graph_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/model_transformer.py b/nncf/torch/model_transformer.py index 6bdb95fbe38..e8954e77354 100644 --- a/nncf/torch/model_transformer.py +++ b/nncf/torch/model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/module_operations.py b/nncf/torch/module_operations.py index 8aaae0d7d0e..9144389de31 100644 --- a/nncf/torch/module_operations.py +++ b/nncf/torch/module_operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/nested_objects_traversal.py b/nncf/torch/nested_objects_traversal.py index 1507b3ade12..adc2339c470 100644 --- a/nncf/torch/nested_objects_traversal.py +++ b/nncf/torch/nested_objects_traversal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/nncf_module_replacement.py b/nncf/torch/nncf_module_replacement.py index 0c0ce5fa2a6..d8820d2b4b0 100644 --- a/nncf/torch/nncf_module_replacement.py +++ b/nncf/torch/nncf_module_replacement.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/nncf_network.py b/nncf/torch/nncf_network.py index ba3573acf10..4568b6472c5 100644 --- a/nncf/torch/nncf_network.py +++ b/nncf/torch/nncf_network.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/__init__.py b/nncf/torch/pruning/__init__.py index a83b9c34cd3..e09b95ff6ef 100644 --- a/nncf/torch/pruning/__init__.py +++ b/nncf/torch/pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/base_algo.py b/nncf/torch/pruning/base_algo.py index a77efc572d2..f9dfc085be1 100644 --- a/nncf/torch/pruning/base_algo.py +++ b/nncf/torch/pruning/base_algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/export_utils.py b/nncf/torch/pruning/export_utils.py index 9a31fc8d9a4..d04061b7863 100644 --- a/nncf/torch/pruning/export_utils.py +++ b/nncf/torch/pruning/export_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/filter_pruning/__init__.py b/nncf/torch/pruning/filter_pruning/__init__.py index 3fc0fea0047..3fbbc8cfc00 100644 --- a/nncf/torch/pruning/filter_pruning/__init__.py +++ b/nncf/torch/pruning/filter_pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/filter_pruning/algo.py b/nncf/torch/pruning/filter_pruning/algo.py index 1f48e02d67e..159030a31be 100644 --- a/nncf/torch/pruning/filter_pruning/algo.py +++ b/nncf/torch/pruning/filter_pruning/algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/filter_pruning/functions.py b/nncf/torch/pruning/filter_pruning/functions.py index 778c029f6b2..0ab5471984f 100644 --- a/nncf/torch/pruning/filter_pruning/functions.py +++ b/nncf/torch/pruning/filter_pruning/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/filter_pruning/global_ranking/__init__.py b/nncf/torch/pruning/filter_pruning/global_ranking/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/pruning/filter_pruning/global_ranking/__init__.py +++ b/nncf/torch/pruning/filter_pruning/global_ranking/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/filter_pruning/global_ranking/evolutionary_optimization.py b/nncf/torch/pruning/filter_pruning/global_ranking/evolutionary_optimization.py index 9d9d69a8de4..2e02905aed8 100644 --- a/nncf/torch/pruning/filter_pruning/global_ranking/evolutionary_optimization.py +++ b/nncf/torch/pruning/filter_pruning/global_ranking/evolutionary_optimization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/filter_pruning/global_ranking/legr.py b/nncf/torch/pruning/filter_pruning/global_ranking/legr.py index d307151eec2..17f91286bdc 100644 --- a/nncf/torch/pruning/filter_pruning/global_ranking/legr.py +++ b/nncf/torch/pruning/filter_pruning/global_ranking/legr.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/filter_pruning/layers.py b/nncf/torch/pruning/filter_pruning/layers.py index 644a5eec7f5..cfa01704421 100644 --- a/nncf/torch/pruning/filter_pruning/layers.py +++ b/nncf/torch/pruning/filter_pruning/layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/operations.py b/nncf/torch/pruning/operations.py index c774333fb57..88d0b5d9cbf 100644 --- a/nncf/torch/pruning/operations.py +++ b/nncf/torch/pruning/operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/structs.py b/nncf/torch/pruning/structs.py index 580941047c6..520daef64e4 100644 --- a/nncf/torch/pruning/structs.py +++ b/nncf/torch/pruning/structs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/tensor_processor.py b/nncf/torch/pruning/tensor_processor.py index c316c036bdb..32c78c5638e 100644 --- a/nncf/torch/pruning/tensor_processor.py +++ b/nncf/torch/pruning/tensor_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/pruning/utils.py b/nncf/torch/pruning/utils.py index 947e3f9fa37..8176728d07a 100644 --- a/nncf/torch/pruning/utils.py +++ b/nncf/torch/pruning/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/__init__.py b/nncf/torch/quantization/__init__.py index 99098ff8d45..7fea35cffc0 100644 --- a/nncf/torch/quantization/__init__.py +++ b/nncf/torch/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/adjust_padding.py b/nncf/torch/quantization/adjust_padding.py index bff643021a2..795465289ea 100644 --- a/nncf/torch/quantization/adjust_padding.py +++ b/nncf/torch/quantization/adjust_padding.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/algo.py b/nncf/torch/quantization/algo.py index 331ccbdd545..9bbee753dde 100644 --- a/nncf/torch/quantization/algo.py +++ b/nncf/torch/quantization/algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/base_ctrl.py b/nncf/torch/quantization/base_ctrl.py index c76bf162e6a..b2d1dc17090 100644 --- a/nncf/torch/quantization/base_ctrl.py +++ b/nncf/torch/quantization/base_ctrl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/debug_interface.py b/nncf/torch/quantization/debug_interface.py index b46759ba466..5988b22730c 100644 --- a/nncf/torch/quantization/debug_interface.py +++ b/nncf/torch/quantization/debug_interface.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/default_quantization.py b/nncf/torch/quantization/default_quantization.py index 53057d8b79d..c8b823cf438 100644 --- a/nncf/torch/quantization/default_quantization.py +++ b/nncf/torch/quantization/default_quantization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/extensions.py b/nncf/torch/quantization/extensions.py index 8f7acf63b8e..106454a0813 100644 --- a/nncf/torch/quantization/extensions.py +++ b/nncf/torch/quantization/extensions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/external_quantizer.py b/nncf/torch/quantization/external_quantizer.py index 7df7d20f994..e6cb78080f5 100644 --- a/nncf/torch/quantization/external_quantizer.py +++ b/nncf/torch/quantization/external_quantizer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/hessian_trace.py b/nncf/torch/quantization/hessian_trace.py index c7050fd3bf6..5d972528ede 100644 --- a/nncf/torch/quantization/hessian_trace.py +++ b/nncf/torch/quantization/hessian_trace.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/ignored_patterns.py b/nncf/torch/quantization/ignored_patterns.py index e90d228ed17..8ae1d5f0576 100644 --- a/nncf/torch/quantization/ignored_patterns.py +++ b/nncf/torch/quantization/ignored_patterns.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/init_precision.py b/nncf/torch/quantization/init_precision.py index a90fd2245a3..37b84abd621 100644 --- a/nncf/torch/quantization/init_precision.py +++ b/nncf/torch/quantization/init_precision.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/init_range.py b/nncf/torch/quantization/init_range.py index 7782e4ed898..7206d859fae 100644 --- a/nncf/torch/quantization/init_range.py +++ b/nncf/torch/quantization/init_range.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/layers.py b/nncf/torch/quantization/layers.py index 85e41428846..13d9655cb81 100644 --- a/nncf/torch/quantization/layers.py +++ b/nncf/torch/quantization/layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/metrics.py b/nncf/torch/quantization/metrics.py index e23cf8c0efd..a7684185c9e 100644 --- a/nncf/torch/quantization/metrics.py +++ b/nncf/torch/quantization/metrics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_constraints.py b/nncf/torch/quantization/precision_constraints.py index 6b81e106619..d5d2c4596e8 100644 --- a/nncf/torch/quantization/precision_constraints.py +++ b/nncf/torch/quantization/precision_constraints.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/__init__.py b/nncf/torch/quantization/precision_init/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/quantization/precision_init/__init__.py +++ b/nncf/torch/quantization/precision_init/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/adjacent_quantizers.py b/nncf/torch/quantization/precision_init/adjacent_quantizers.py index 0d03163e6b0..4e7c33551af 100644 --- a/nncf/torch/quantization/precision_init/adjacent_quantizers.py +++ b/nncf/torch/quantization/precision_init/adjacent_quantizers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/autoq_init.py b/nncf/torch/quantization/precision_init/autoq_init.py index c0d3214d74d..e38c63b700a 100644 --- a/nncf/torch/quantization/precision_init/autoq_init.py +++ b/nncf/torch/quantization/precision_init/autoq_init.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/base_init.py b/nncf/torch/quantization/precision_init/base_init.py index 9a1581ebf93..2bc7b43e8e8 100644 --- a/nncf/torch/quantization/precision_init/base_init.py +++ b/nncf/torch/quantization/precision_init/base_init.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/bitwidth_graph.py b/nncf/torch/quantization/precision_init/bitwidth_graph.py index 5d5f51dc914..5365ea6c740 100644 --- a/nncf/torch/quantization/precision_init/bitwidth_graph.py +++ b/nncf/torch/quantization/precision_init/bitwidth_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/compression_ratio.py b/nncf/torch/quantization/precision_init/compression_ratio.py index bf719f3a8ed..a865c41badb 100644 --- a/nncf/torch/quantization/precision_init/compression_ratio.py +++ b/nncf/torch/quantization/precision_init/compression_ratio.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/definitions.py b/nncf/torch/quantization/precision_init/definitions.py index fd867f7634c..d604ca4d74a 100644 --- a/nncf/torch/quantization/precision_init/definitions.py +++ b/nncf/torch/quantization/precision_init/definitions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/hawq_debug.py b/nncf/torch/quantization/precision_init/hawq_debug.py index df8ddfefdbf..3fff3cf7e6f 100644 --- a/nncf/torch/quantization/precision_init/hawq_debug.py +++ b/nncf/torch/quantization/precision_init/hawq_debug.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/hawq_init.py b/nncf/torch/quantization/precision_init/hawq_init.py index a60b15ad563..5d027107ba7 100644 --- a/nncf/torch/quantization/precision_init/hawq_init.py +++ b/nncf/torch/quantization/precision_init/hawq_init.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/manual_init.py b/nncf/torch/quantization/precision_init/manual_init.py index 6b9f82ca45e..b095a661796 100644 --- a/nncf/torch/quantization/precision_init/manual_init.py +++ b/nncf/torch/quantization/precision_init/manual_init.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/perturbations.py b/nncf/torch/quantization/precision_init/perturbations.py index 9195dc08760..6fbda4021f6 100644 --- a/nncf/torch/quantization/precision_init/perturbations.py +++ b/nncf/torch/quantization/precision_init/perturbations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/precision_init/traces_order.py b/nncf/torch/quantization/precision_init/traces_order.py index 6dca836d225..57807e7e73f 100644 --- a/nncf/torch/quantization/precision_init/traces_order.py +++ b/nncf/torch/quantization/precision_init/traces_order.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/quantize_functions.py b/nncf/torch/quantization/quantize_functions.py index b967bb57683..967a02dc256 100644 --- a/nncf/torch/quantization/quantize_functions.py +++ b/nncf/torch/quantization/quantize_functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/quantize_model.py b/nncf/torch/quantization/quantize_model.py index 23cb451f5fe..3e5c9af0ce4 100644 --- a/nncf/torch/quantization/quantize_model.py +++ b/nncf/torch/quantization/quantize_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/reference.py b/nncf/torch/quantization/reference.py index 4b4cf876751..b65a6891fcb 100644 --- a/nncf/torch/quantization/reference.py +++ b/nncf/torch/quantization/reference.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/schedulers.py b/nncf/torch/quantization/schedulers.py index 6647e2a759e..2c8dfdf5506 100644 --- a/nncf/torch/quantization/schedulers.py +++ b/nncf/torch/quantization/schedulers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/statistics.py b/nncf/torch/quantization/statistics.py index ef01596d1c1..a5d085e0597 100644 --- a/nncf/torch/quantization/statistics.py +++ b/nncf/torch/quantization/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/strip.py b/nncf/torch/quantization/strip.py index beeb66395d7..b1bc99050d7 100644 --- a/nncf/torch/quantization/strip.py +++ b/nncf/torch/quantization/strip.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/structs.py b/nncf/torch/quantization/structs.py index 76a2f404d64..f28dd70b526 100644 --- a/nncf/torch/quantization/structs.py +++ b/nncf/torch/quantization/structs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/quantization/translator.py b/nncf/torch/quantization/translator.py index 44d509ef440..ecfa3704326 100644 --- a/nncf/torch/quantization/translator.py +++ b/nncf/torch/quantization/translator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/return_types.py b/nncf/torch/return_types.py index 36493b83b6e..fe996bc01af 100644 --- a/nncf/torch/return_types.py +++ b/nncf/torch/return_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/__init__.py b/nncf/torch/sparsity/__init__.py index c8e48c02b12..09cb96ccd07 100644 --- a/nncf/torch/sparsity/__init__.py +++ b/nncf/torch/sparsity/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/base_algo.py b/nncf/torch/sparsity/base_algo.py index b01ffe92377..50ef86ef905 100644 --- a/nncf/torch/sparsity/base_algo.py +++ b/nncf/torch/sparsity/base_algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/collector.py b/nncf/torch/sparsity/collector.py index 4a21f85fb39..6d4418abfae 100644 --- a/nncf/torch/sparsity/collector.py +++ b/nncf/torch/sparsity/collector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/const/__init__.py b/nncf/torch/sparsity/const/__init__.py index 0665283223b..2c1b0db824b 100644 --- a/nncf/torch/sparsity/const/__init__.py +++ b/nncf/torch/sparsity/const/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/const/algo.py b/nncf/torch/sparsity/const/algo.py index 677766d0962..4bb5b043039 100644 --- a/nncf/torch/sparsity/const/algo.py +++ b/nncf/torch/sparsity/const/algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/functions.py b/nncf/torch/sparsity/functions.py index 473a286cd49..227b982cb3d 100644 --- a/nncf/torch/sparsity/functions.py +++ b/nncf/torch/sparsity/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/layers.py b/nncf/torch/sparsity/layers.py index bf3794cd716..cbe0a89af96 100644 --- a/nncf/torch/sparsity/layers.py +++ b/nncf/torch/sparsity/layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/magnitude/__init__.py b/nncf/torch/sparsity/magnitude/__init__.py index 9ebcefeb533..339e750ea04 100644 --- a/nncf/torch/sparsity/magnitude/__init__.py +++ b/nncf/torch/sparsity/magnitude/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/magnitude/algo.py b/nncf/torch/sparsity/magnitude/algo.py index c4615f2ea68..59feee7dc7b 100644 --- a/nncf/torch/sparsity/magnitude/algo.py +++ b/nncf/torch/sparsity/magnitude/algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/magnitude/functions.py b/nncf/torch/sparsity/magnitude/functions.py index 7d37cf42ca3..2106aeaf32e 100644 --- a/nncf/torch/sparsity/magnitude/functions.py +++ b/nncf/torch/sparsity/magnitude/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/rb/__init__.py b/nncf/torch/sparsity/rb/__init__.py index 2602ae660d5..3d9f75213e7 100644 --- a/nncf/torch/sparsity/rb/__init__.py +++ b/nncf/torch/sparsity/rb/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/rb/algo.py b/nncf/torch/sparsity/rb/algo.py index e7bff81bec2..6c82277ea0a 100644 --- a/nncf/torch/sparsity/rb/algo.py +++ b/nncf/torch/sparsity/rb/algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/rb/functions.py b/nncf/torch/sparsity/rb/functions.py index 88d94813793..d5d504343e5 100644 --- a/nncf/torch/sparsity/rb/functions.py +++ b/nncf/torch/sparsity/rb/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/rb/layers.py b/nncf/torch/sparsity/rb/layers.py index bf2653d94c6..1bc7d1d9fb4 100644 --- a/nncf/torch/sparsity/rb/layers.py +++ b/nncf/torch/sparsity/rb/layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/sparsity/rb/loss.py b/nncf/torch/sparsity/rb/loss.py index ed0f30036ae..aac8c08bef1 100644 --- a/nncf/torch/sparsity/rb/loss.py +++ b/nncf/torch/sparsity/rb/loss.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/statistics/__init__.py b/nncf/torch/statistics/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/statistics/__init__.py +++ b/nncf/torch/statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/statistics/aggregator.py b/nncf/torch/statistics/aggregator.py index c52c2eb4c33..c19f7415a9a 100644 --- a/nncf/torch/statistics/aggregator.py +++ b/nncf/torch/statistics/aggregator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/strip.py b/nncf/torch/strip.py index 6c3d2b75df0..c27ac16fd91 100644 --- a/nncf/torch/strip.py +++ b/nncf/torch/strip.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/structures.py b/nncf/torch/structures.py index 806a839188b..2b81c797704 100644 --- a/nncf/torch/structures.py +++ b/nncf/torch/structures.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/tensor.py b/nncf/torch/tensor.py index 68d58ed0f54..33ac23fb077 100644 --- a/nncf/torch/tensor.py +++ b/nncf/torch/tensor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/tensor_statistics/__init__.py b/nncf/torch/tensor_statistics/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/nncf/torch/tensor_statistics/__init__.py +++ b/nncf/torch/tensor_statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/tensor_statistics/algo.py b/nncf/torch/tensor_statistics/algo.py index 13d15a398a1..a3c70d51097 100644 --- a/nncf/torch/tensor_statistics/algo.py +++ b/nncf/torch/tensor_statistics/algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/tensor_statistics/collectors.py b/nncf/torch/tensor_statistics/collectors.py index 382ae76acf6..737c3a63c26 100644 --- a/nncf/torch/tensor_statistics/collectors.py +++ b/nncf/torch/tensor_statistics/collectors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/tensor_statistics/statistics.py b/nncf/torch/tensor_statistics/statistics.py index 93fb8137e19..541b1a77995 100644 --- a/nncf/torch/tensor_statistics/statistics.py +++ b/nncf/torch/tensor_statistics/statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/torch/utils.py b/nncf/torch/utils.py index 25404ab84c6..1287a9a8cd9 100644 --- a/nncf/torch/utils.py +++ b/nncf/torch/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/nncf/version.py b/nncf/version.py index ba80de6e4a8..f2c6ed259e0 100644 --- a/nncf/version.py +++ b/nncf/version.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/__init__.py b/tests/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/__init__.py b/tests/common/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/common/__init__.py +++ b/tests/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/accuracy_control/__init__.py b/tests/common/accuracy_control/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/common/accuracy_control/__init__.py +++ b/tests/common/accuracy_control/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/accuracy_control/backend.py b/tests/common/accuracy_control/backend.py index 3c74ca58bcf..4f22839e2b1 100644 --- a/tests/common/accuracy_control/backend.py +++ b/tests/common/accuracy_control/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/accuracy_control/test_algorithm.py b/tests/common/accuracy_control/test_algorithm.py index 7f46ca09d9c..7ff5fb4d8b1 100644 --- a/tests/common/accuracy_control/test_algorithm.py +++ b/tests/common/accuracy_control/test_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/accuracy_control/test_calculate_drop.py b/tests/common/accuracy_control/test_calculate_drop.py index f31da6a2ef6..76e40166615 100644 --- a/tests/common/accuracy_control/test_calculate_drop.py +++ b/tests/common/accuracy_control/test_calculate_drop.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/accuracy_control/test_evaluator.py b/tests/common/accuracy_control/test_evaluator.py index 62eac7eec26..ff630d34cdc 100644 --- a/tests/common/accuracy_control/test_evaluator.py +++ b/tests/common/accuracy_control/test_evaluator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/accuracy_control/test_ranking.py b/tests/common/accuracy_control/test_ranking.py index 089144eabc8..8a2a35cb5ee 100644 --- a/tests/common/accuracy_control/test_ranking.py +++ b/tests/common/accuracy_control/test_ranking.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/conftest.py b/tests/common/conftest.py index 96982ce7c4f..e7faba95b91 100644 --- a/tests/common/conftest.py +++ b/tests/common/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/experimental/__init__.py b/tests/common/experimental/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/common/experimental/__init__.py +++ b/tests/common/experimental/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/experimental/test_netron.py b/tests/common/experimental/test_netron.py index f8061778fa3..0e67819cad3 100644 --- a/tests/common/experimental/test_netron.py +++ b/tests/common/experimental/test_netron.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/experimental/test_reducers_and_aggregators.py b/tests/common/experimental/test_reducers_and_aggregators.py index a693efed0ac..c0b48f81c49 100644 --- a/tests/common/experimental/test_reducers_and_aggregators.py +++ b/tests/common/experimental/test_reducers_and_aggregators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/experimental/test_statistic_collector.py b/tests/common/experimental/test_statistic_collector.py index 36186605032..59744657550 100644 --- a/tests/common/experimental/test_statistic_collector.py +++ b/tests/common/experimental/test_statistic_collector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/experimental/test_tensor_collector_batch_size.py b/tests/common/experimental/test_tensor_collector_batch_size.py index 8b467ab7aa4..5818d74d02e 100644 --- a/tests/common/experimental/test_tensor_collector_batch_size.py +++ b/tests/common/experimental/test_tensor_collector_batch_size.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/graph/__init__.py b/tests/common/graph/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/common/graph/__init__.py +++ b/tests/common/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/graph/test_dot_file_rw.py b/tests/common/graph/test_dot_file_rw.py index a97f65d7b11..db4199df332 100644 --- a/tests/common/graph/test_dot_file_rw.py +++ b/tests/common/graph/test_dot_file_rw.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/graph/test_graph_matching.py b/tests/common/graph/test_graph_matching.py index c55a15f5cde..25059e01955 100644 --- a/tests/common/graph/test_graph_matching.py +++ b/tests/common/graph/test_graph_matching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/graph/test_graph_pattern.py b/tests/common/graph/test_graph_pattern.py index 0fb9654ac12..f819a49e2e6 100644 --- a/tests/common/graph/test_graph_pattern.py +++ b/tests/common/graph/test_graph_pattern.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/graph/test_nncf_graph.py b/tests/common/graph/test_nncf_graph.py index b9380b66dcd..9e96cca4cc6 100644 --- a/tests/common/graph/test_nncf_graph.py +++ b/tests/common/graph/test_nncf_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/graph/test_utils.py b/tests/common/graph/test_utils.py index 477ba2e9d85..08b1df94f2b 100644 --- a/tests/common/graph/test_utils.py +++ b/tests/common/graph/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/hyperparameter_tuner/__init__.py b/tests/common/hyperparameter_tuner/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/common/hyperparameter_tuner/__init__.py +++ b/tests/common/hyperparameter_tuner/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/hyperparameter_tuner/test_hyperparameter_tuner.py b/tests/common/hyperparameter_tuner/test_hyperparameter_tuner.py index 75477dc2f26..28da3c330f0 100644 --- a/tests/common/hyperparameter_tuner/test_hyperparameter_tuner.py +++ b/tests/common/hyperparameter_tuner/test_hyperparameter_tuner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/pruning/__init__.py b/tests/common/pruning/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/common/pruning/__init__.py +++ b/tests/common/pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/pruning/dummy_types.py b/tests/common/pruning/dummy_types.py index 664349108b3..2e9d02f1dd6 100644 --- a/tests/common/pruning/dummy_types.py +++ b/tests/common/pruning/dummy_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/pruning/tensor.py b/tests/common/pruning/tensor.py index 7beb25d60ef..f29b56def48 100644 --- a/tests/common/pruning/tensor.py +++ b/tests/common/pruning/tensor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/pruning/test_pruning_operations.py b/tests/common/pruning/test_pruning_operations.py index f1428832349..692da013c73 100644 --- a/tests/common/pruning/test_pruning_operations.py +++ b/tests/common/pruning/test_pruning_operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/pruning/test_symbolic_mask_processor.py b/tests/common/pruning/test_symbolic_mask_processor.py index 4d24382e8cc..087905947cf 100644 --- a/tests/common/pruning/test_symbolic_mask_processor.py +++ b/tests/common/pruning/test_symbolic_mask_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/pruning/test_utils.py b/tests/common/pruning/test_utils.py index 28a95984436..78bb3ff496d 100644 --- a/tests/common/pruning/test_utils.py +++ b/tests/common/pruning/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/__init__.py b/tests/common/quantization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/common/quantization/__init__.py +++ b/tests/common/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/data_generators.py b/tests/common/quantization/data_generators.py index 2bbe4d89067..98a2c48fb69 100644 --- a/tests/common/quantization/data_generators.py +++ b/tests/common/quantization/data_generators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/metatypes.py b/tests/common/quantization/metatypes.py index a3820f86b38..d34dd8b3b49 100644 --- a/tests/common/quantization/metatypes.py +++ b/tests/common/quantization/metatypes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/mock_graphs.py b/tests/common/quantization/mock_graphs.py index dec54dcd475..04ce6b37a17 100644 --- a/tests/common/quantization/mock_graphs.py +++ b/tests/common/quantization/mock_graphs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/test_ignore_post_processing.py b/tests/common/quantization/test_ignore_post_processing.py index 1d5d3468949..5a5da1f54eb 100644 --- a/tests/common/quantization/test_ignore_post_processing.py +++ b/tests/common/quantization/test_ignore_post_processing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/test_layerwise_scheduler.py b/tests/common/quantization/test_layerwise_scheduler.py index 41d1df61590..a8b882d93a9 100644 --- a/tests/common/quantization/test_layerwise_scheduler.py +++ b/tests/common/quantization/test_layerwise_scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/test_minmax.py b/tests/common/quantization/test_minmax.py index 2a63d3c7ac8..4f37ccc6c20 100644 --- a/tests/common/quantization/test_minmax.py +++ b/tests/common/quantization/test_minmax.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/test_passes.py b/tests/common/quantization/test_passes.py index ea87dd54e5a..017b15c2979 100644 --- a/tests/common/quantization/test_passes.py +++ b/tests/common/quantization/test_passes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/test_quantizer_propagation_graph.py b/tests/common/quantization/test_quantizer_propagation_graph.py index 219f0e17578..60d26e2dbb8 100644 --- a/tests/common/quantization/test_quantizer_propagation_graph.py +++ b/tests/common/quantization/test_quantizer_propagation_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/test_quantizer_propagation_solver.py b/tests/common/quantization/test_quantizer_propagation_solver.py index 313b9181dcc..99ac4d91979 100644 --- a/tests/common/quantization/test_quantizer_propagation_solver.py +++ b/tests/common/quantization/test_quantizer_propagation_solver.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/test_quantizer_removal.py b/tests/common/quantization/test_quantizer_removal.py index 9280666382f..3a27136e88e 100644 --- a/tests/common/quantization/test_quantizer_removal.py +++ b/tests/common/quantization/test_quantizer_removal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/quantization/test_tune_range.py b/tests/common/quantization/test_tune_range.py index 6935f130992..0b024ad780c 100644 --- a/tests/common/quantization/test_tune_range.py +++ b/tests/common/quantization/test_tune_range.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/sdl/__init__.py b/tests/common/sdl/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/common/sdl/__init__.py +++ b/tests/common/sdl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/sdl/test_config_schema.py b/tests/common/sdl/test_config_schema.py index 5abb0b3c89c..704ab8f09e4 100644 --- a/tests/common/sdl/test_config_schema.py +++ b/tests/common/sdl/test_config_schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/sdl/test_schema.py b/tests/common/sdl/test_schema.py index 862da16ed1e..2e623e356de 100644 --- a/tests/common/sdl/test_schema.py +++ b/tests/common/sdl/test_schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/sdl/test_symlinks.py b/tests/common/sdl/test_symlinks.py index 5ab06a68efd..da7d4970d6a 100644 --- a/tests/common/sdl/test_symlinks.py +++ b/tests/common/sdl/test_symlinks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_builder_state.py b/tests/common/test_builder_state.py index 61945e395a6..594247aa880 100644 --- a/tests/common/test_builder_state.py +++ b/tests/common/test_builder_state.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_ctrl_state.py b/tests/common/test_ctrl_state.py index f3b71d61e34..5ad3d889914 100644 --- a/tests/common/test_ctrl_state.py +++ b/tests/common/test_ctrl_state.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_dataset.py b/tests/common/test_dataset.py index 5c89a71dec6..1c0c68ff2b3 100644 --- a/tests/common/test_dataset.py +++ b/tests/common/test_dataset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_deprecation_warnings.py b/tests/common/test_deprecation_warnings.py index e62344cd8df..ef9b1418f32 100644 --- a/tests/common/test_deprecation_warnings.py +++ b/tests/common/test_deprecation_warnings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_hardware_config.py b/tests/common/test_hardware_config.py index 668c99eda3b..e5f0226e9ee 100644 --- a/tests/common/test_hardware_config.py +++ b/tests/common/test_hardware_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_hook_handle.py b/tests/common/test_hook_handle.py index 08ac72c6a5e..39c7178b94f 100644 --- a/tests/common/test_hook_handle.py +++ b/tests/common/test_hook_handle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_ignored_scope.py b/tests/common/test_ignored_scope.py index e6ba87ddff4..63b1a04d2d2 100644 --- a/tests/common/test_ignored_scope.py +++ b/tests/common/test_ignored_scope.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_logging.py b/tests/common/test_logging.py index 298f196508e..b3f8b46b213 100644 --- a/tests/common/test_logging.py +++ b/tests/common/test_logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_monkey_patching.py b/tests/common/test_monkey_patching.py index bcc7d268067..7ed0b63994b 100644 --- a/tests/common/test_monkey_patching.py +++ b/tests/common/test_monkey_patching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_parameters.py b/tests/common/test_parameters.py index c46c0b709be..36ef5eb53ac 100644 --- a/tests/common/test_parameters.py +++ b/tests/common/test_parameters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_pattern_manager.py b/tests/common/test_pattern_manager.py index 8d87f0aac79..49788ea4e02 100644 --- a/tests/common/test_pattern_manager.py +++ b/tests/common/test_pattern_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_progress_bar.py b/tests/common/test_progress_bar.py index 95f2ddcf2ab..49821cc7416 100644 --- a/tests/common/test_progress_bar.py +++ b/tests/common/test_progress_bar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_scopes.py b/tests/common/test_scopes.py index abb12a0e68c..208e485dc65 100644 --- a/tests/common/test_scopes.py +++ b/tests/common/test_scopes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_statistics_aggregator.py b/tests/common/test_statistics_aggregator.py index 7e346796942..8a6d0a95e28 100644 --- a/tests/common/test_statistics_aggregator.py +++ b/tests/common/test_statistics_aggregator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_statistics_serializer.py b/tests/common/test_statistics_serializer.py index ea2536fff1c..3444b58ad45 100644 --- a/tests/common/test_statistics_serializer.py +++ b/tests/common/test_statistics_serializer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_statistics_validator.py b/tests/common/test_statistics_validator.py index 8c4c1caecf5..6cd7d7f457f 100644 --- a/tests/common/test_statistics_validator.py +++ b/tests/common/test_statistics_validator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_telemetry.py b/tests/common/test_telemetry.py index b2962080509..b6fe3f856ac 100644 --- a/tests/common/test_telemetry.py +++ b/tests/common/test_telemetry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/test_tensor.py b/tests/common/test_tensor.py index ed653173c11..136b0294460 100644 --- a/tests/common/test_tensor.py +++ b/tests/common/test_tensor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/utils/__init__.py b/tests/common/utils/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/common/utils/__init__.py +++ b/tests/common/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/utils/test_decorators.py b/tests/common/utils/test_decorators.py index 460dd09923a..0bb9d56fc61 100644 --- a/tests/common/utils/test_decorators.py +++ b/tests/common/utils/test_decorators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/utils/test_os.py b/tests/common/utils/test_os.py index 6d90fcccebb..217c003e485 100644 --- a/tests/common/utils/test_os.py +++ b/tests/common/utils/test_os.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/utils/test_progress_tracking.py b/tests/common/utils/test_progress_tracking.py index c5fe5394fa8..9a53fa6a27e 100644 --- a/tests/common/utils/test_progress_tracking.py +++ b/tests/common/utils/test_progress_tracking.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/common/utils/test_timer.py b/tests/common/utils/test_timer.py index bdb2e154d6a..ab96ab43e3f 100644 --- a/tests/common/utils/test_timer.py +++ b/tests/common/utils/test_timer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/__init__.py b/tests/cross_fw/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/cross_fw/__init__.py +++ b/tests/cross_fw/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/examples/conftest.py b/tests/cross_fw/examples/conftest.py index e6ab4ea3d4c..b351b01b7d4 100644 --- a/tests/cross_fw/examples/conftest.py +++ b/tests/cross_fw/examples/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/examples/run_example.py b/tests/cross_fw/examples/run_example.py index 42ceeeee9e3..95b59aa3128 100644 --- a/tests/cross_fw/examples/run_example.py +++ b/tests/cross_fw/examples/run_example.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/examples/test_examples.py b/tests/cross_fw/examples/test_examples.py index bab36b83ad3..e43f8310fd4 100644 --- a/tests/cross_fw/examples/test_examples.py +++ b/tests/cross_fw/examples/test_examples.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/install/__init__.py b/tests/cross_fw/install/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/cross_fw/install/__init__.py +++ b/tests/cross_fw/install/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/install/common.py b/tests/cross_fw/install/common.py index 2d3ca760420..3096c64a4e6 100644 --- a/tests/cross_fw/install/common.py +++ b/tests/cross_fw/install/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/install/conftest.py b/tests/cross_fw/install/conftest.py index 083fdb8f0f2..080fc76aedd 100644 --- a/tests/cross_fw/install/conftest.py +++ b/tests/cross_fw/install/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/install/install_checks_onnx.py b/tests/cross_fw/install/install_checks_onnx.py index 2f246325a40..51916eaacd1 100644 --- a/tests/cross_fw/install/install_checks_onnx.py +++ b/tests/cross_fw/install/install_checks_onnx.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/install/install_checks_openvino.py b/tests/cross_fw/install/install_checks_openvino.py index cd6b0bb9f5a..24495e72a46 100644 --- a/tests/cross_fw/install/install_checks_openvino.py +++ b/tests/cross_fw/install/install_checks_openvino.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/install/install_checks_tf.py b/tests/cross_fw/install/install_checks_tf.py index a8a293915db..57d2c4f6354 100644 --- a/tests/cross_fw/install/install_checks_tf.py +++ b/tests/cross_fw/install/install_checks_tf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/install/install_checks_torch.py b/tests/cross_fw/install/install_checks_torch.py index da36e334a5e..7e37c392a80 100644 --- a/tests/cross_fw/install/install_checks_torch.py +++ b/tests/cross_fw/install/install_checks_torch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/install/test_install.py b/tests/cross_fw/install/test_install.py index e335c357c67..34a07ef2cb2 100644 --- a/tests/cross_fw/install/test_install.py +++ b/tests/cross_fw/install/test_install.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/sdl/__init__.py b/tests/cross_fw/sdl/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/cross_fw/sdl/__init__.py +++ b/tests/cross_fw/sdl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/sdl/fuzz/quantize_api.py b/tests/cross_fw/sdl/fuzz/quantize_api.py index caf12103ca0..70ae34fa7f0 100644 --- a/tests/cross_fw/sdl/fuzz/quantize_api.py +++ b/tests/cross_fw/sdl/fuzz/quantize_api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/sdl/symlinks.py b/tests/cross_fw/sdl/symlinks.py index 97d3e603647..17e6683db43 100644 --- a/tests/cross_fw/sdl/symlinks.py +++ b/tests/cross_fw/sdl/symlinks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/__init__.py b/tests/cross_fw/shared/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/cross_fw/shared/__init__.py +++ b/tests/cross_fw/shared/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/case_collection.py b/tests/cross_fw/shared/case_collection.py index 36b06c8a7b1..95288895d2c 100644 --- a/tests/cross_fw/shared/case_collection.py +++ b/tests/cross_fw/shared/case_collection.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/command.py b/tests/cross_fw/shared/command.py index 8f36017a6f3..eb7e57584c3 100644 --- a/tests/cross_fw/shared/command.py +++ b/tests/cross_fw/shared/command.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/comparator.py b/tests/cross_fw/shared/comparator.py index a3378a6ecd2..53ffc92719e 100644 --- a/tests/cross_fw/shared/comparator.py +++ b/tests/cross_fw/shared/comparator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/config_factory.py b/tests/cross_fw/shared/config_factory.py index cb740f85730..c15953099f1 100644 --- a/tests/cross_fw/shared/config_factory.py +++ b/tests/cross_fw/shared/config_factory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/datasets.py b/tests/cross_fw/shared/datasets.py index d0ca80329aa..a03e618adbb 100644 --- a/tests/cross_fw/shared/datasets.py +++ b/tests/cross_fw/shared/datasets.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/helpers.py b/tests/cross_fw/shared/helpers.py index 7dcf95b82da..da827dd5867 100644 --- a/tests/cross_fw/shared/helpers.py +++ b/tests/cross_fw/shared/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/install_fixtures.py b/tests/cross_fw/shared/install_fixtures.py index 6eeb4e2c228..a365d4382cf 100644 --- a/tests/cross_fw/shared/install_fixtures.py +++ b/tests/cross_fw/shared/install_fixtures.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/isolation_runner.py b/tests/cross_fw/shared/isolation_runner.py index 511ed6d2b72..3a9bf8ab385 100644 --- a/tests/cross_fw/shared/isolation_runner.py +++ b/tests/cross_fw/shared/isolation_runner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/json.py b/tests/cross_fw/shared/json.py index 263a00870f9..ab7172a8c52 100644 --- a/tests/cross_fw/shared/json.py +++ b/tests/cross_fw/shared/json.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/logging.py b/tests/cross_fw/shared/logging.py index ab77159bbcb..fae24460da7 100644 --- a/tests/cross_fw/shared/logging.py +++ b/tests/cross_fw/shared/logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/metric_thresholds.py b/tests/cross_fw/shared/metric_thresholds.py index b5c4b1c8d74..83a59d9288d 100644 --- a/tests/cross_fw/shared/metric_thresholds.py +++ b/tests/cross_fw/shared/metric_thresholds.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/nx_graph.py b/tests/cross_fw/shared/nx_graph.py index 249b89ec00c..eb0116c4113 100644 --- a/tests/cross_fw/shared/nx_graph.py +++ b/tests/cross_fw/shared/nx_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/openvino_version.py b/tests/cross_fw/shared/openvino_version.py index b68c9b8a035..1b3d825941e 100644 --- a/tests/cross_fw/shared/openvino_version.py +++ b/tests/cross_fw/shared/openvino_version.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/paths.py b/tests/cross_fw/shared/paths.py index 03860b0163a..c3ff6a4eb4d 100644 --- a/tests/cross_fw/shared/paths.py +++ b/tests/cross_fw/shared/paths.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/patterns.py b/tests/cross_fw/shared/patterns.py index e3b47735bd7..6d32a8f6524 100644 --- a/tests/cross_fw/shared/patterns.py +++ b/tests/cross_fw/shared/patterns.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/shared/serialization.py b/tests/cross_fw/shared/serialization.py index d3a08b70cf6..fe25a1ea6de 100644 --- a/tests/cross_fw/shared/serialization.py +++ b/tests/cross_fw/shared/serialization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/helpers.py b/tests/cross_fw/test_templates/helpers.py index 2bb21dac6d9..e4462f8cb0d 100644 --- a/tests/cross_fw/test_templates/helpers.py +++ b/tests/cross_fw/test_templates/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/models.py b/tests/cross_fw/test_templates/models.py index c012e93443a..1974f797d55 100644 --- a/tests/cross_fw/test_templates/models.py +++ b/tests/cross_fw/test_templates/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/template_test_nncf_tensor.py b/tests/cross_fw/test_templates/template_test_nncf_tensor.py index 7cff6938fac..d92313ebaa6 100644 --- a/tests/cross_fw/test_templates/template_test_nncf_tensor.py +++ b/tests/cross_fw/test_templates/template_test_nncf_tensor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_bias_correction.py b/tests/cross_fw/test_templates/test_bias_correction.py index 81b638eb900..563cd5fd068 100644 --- a/tests/cross_fw/test_templates/test_bias_correction.py +++ b/tests/cross_fw/test_templates/test_bias_correction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_calculate_quantizer_parameters.py b/tests/cross_fw/test_templates/test_calculate_quantizer_parameters.py index 6c0169d8911..797f107a1a7 100644 --- a/tests/cross_fw/test_templates/test_calculate_quantizer_parameters.py +++ b/tests/cross_fw/test_templates/test_calculate_quantizer_parameters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_channel_alignment.py b/tests/cross_fw/test_templates/test_channel_alignment.py index 7995f91961c..5ac1f8bba73 100644 --- a/tests/cross_fw/test_templates/test_channel_alignment.py +++ b/tests/cross_fw/test_templates/test_channel_alignment.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_fast_bias_correction.py b/tests/cross_fw/test_templates/test_fast_bias_correction.py index 899be7d9a1a..60217dba4a8 100644 --- a/tests/cross_fw/test_templates/test_fast_bias_correction.py +++ b/tests/cross_fw/test_templates/test_fast_bias_correction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_layerwise.py b/tests/cross_fw/test_templates/test_layerwise.py index 9bda65851a0..36cd88db0c6 100644 --- a/tests/cross_fw/test_templates/test_layerwise.py +++ b/tests/cross_fw/test_templates/test_layerwise.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_min_max.py b/tests/cross_fw/test_templates/test_min_max.py index 1e83029c0d6..51b834a3326 100644 --- a/tests/cross_fw/test_templates/test_min_max.py +++ b/tests/cross_fw/test_templates/test_min_max.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_ptq_params.py b/tests/cross_fw/test_templates/test_ptq_params.py index eacf57652e7..4c87a5d02cd 100644 --- a/tests/cross_fw/test_templates/test_ptq_params.py +++ b/tests/cross_fw/test_templates/test_ptq_params.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_quantizer_config.py b/tests/cross_fw/test_templates/test_quantizer_config.py index 98064d454b4..ec3f856845c 100644 --- a/tests/cross_fw/test_templates/test_quantizer_config.py +++ b/tests/cross_fw/test_templates/test_quantizer_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_smooth_quant.py b/tests/cross_fw/test_templates/test_smooth_quant.py index f4ea260c14e..7dc46e48a1a 100644 --- a/tests/cross_fw/test_templates/test_smooth_quant.py +++ b/tests/cross_fw/test_templates/test_smooth_quant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_statistics_caching.py b/tests/cross_fw/test_templates/test_statistics_caching.py index f5e902178be..7539cc1b1a3 100644 --- a/tests/cross_fw/test_templates/test_statistics_caching.py +++ b/tests/cross_fw/test_templates/test_statistics_caching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_statistics_serializer.py b/tests/cross_fw/test_templates/test_statistics_serializer.py index bf750c04dd7..d8425060873 100644 --- a/tests/cross_fw/test_templates/test_statistics_serializer.py +++ b/tests/cross_fw/test_templates/test_statistics_serializer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/cross_fw/test_templates/test_weights_compression_backends.py b/tests/cross_fw/test_templates/test_weights_compression_backends.py index 4d72e62239a..afda0a7a543 100644 --- a/tests/cross_fw/test_templates/test_weights_compression_backends.py +++ b/tests/cross_fw/test_templates/test_weights_compression_backends.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/__init__.py b/tests/onnx/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/onnx/__init__.py +++ b/tests/onnx/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/benchmarking/__init__.py b/tests/onnx/benchmarking/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/onnx/benchmarking/__init__.py +++ b/tests/onnx/benchmarking/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/benchmarking/ac_wrapper.py b/tests/onnx/benchmarking/ac_wrapper.py index 9ae3d639859..d67feaf5ea7 100644 --- a/tests/onnx/benchmarking/ac_wrapper.py +++ b/tests/onnx/benchmarking/ac_wrapper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/benchmarking/run_ptq.py b/tests/onnx/benchmarking/run_ptq.py index af9ad887da4..000a921bbda 100644 --- a/tests/onnx/benchmarking/run_ptq.py +++ b/tests/onnx/benchmarking/run_ptq.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/common.py b/tests/onnx/common.py index e2a478a92c3..9af811830c2 100644 --- a/tests/onnx/common.py +++ b/tests/onnx/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/conftest.py b/tests/onnx/conftest.py index 1a057b6d7a4..cf4eea89fca 100644 --- a/tests/onnx/conftest.py +++ b/tests/onnx/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/models.py b/tests/onnx/models.py index 6ff99dced56..6920895d976 100644 --- a/tests/onnx/models.py +++ b/tests/onnx/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/opset_converter.py b/tests/onnx/opset_converter.py index 16557e1a369..996e518a095 100644 --- a/tests/onnx/opset_converter.py +++ b/tests/onnx/opset_converter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/__init__.py b/tests/onnx/quantization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/onnx/quantization/__init__.py +++ b/tests/onnx/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/common.py b/tests/onnx/quantization/common.py index 18f36b29ee4..abc48dca2a0 100644 --- a/tests/onnx/quantization/common.py +++ b/tests/onnx/quantization/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_bias_correction.py b/tests/onnx/quantization/test_bias_correction.py index 8ffe20c6102..8f7f5b50293 100644 --- a/tests/onnx/quantization/test_bias_correction.py +++ b/tests/onnx/quantization/test_bias_correction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_calculation_quantizer_params.py b/tests/onnx/quantization/test_calculation_quantizer_params.py index eb0a8864c1e..a472ef93268 100644 --- a/tests/onnx/quantization/test_calculation_quantizer_params.py +++ b/tests/onnx/quantization/test_calculation_quantizer_params.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_classification_models_graph.py b/tests/onnx/quantization/test_classification_models_graph.py index bb5c8232fb5..d4b965d527f 100644 --- a/tests/onnx/quantization/test_classification_models_graph.py +++ b/tests/onnx/quantization/test_classification_models_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_detection_models_graph.py b/tests/onnx/quantization/test_detection_models_graph.py index e45336b13fc..ee64cf84134 100644 --- a/tests/onnx/quantization/test_detection_models_graph.py +++ b/tests/onnx/quantization/test_detection_models_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_fast_bias_correction.py b/tests/onnx/quantization/test_fast_bias_correction.py index 0ed364ecb80..f7b3492a88f 100644 --- a/tests/onnx/quantization/test_fast_bias_correction.py +++ b/tests/onnx/quantization/test_fast_bias_correction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_graphs.py b/tests/onnx/quantization/test_graphs.py index ecdcf1dd747..40aa6c4535f 100644 --- a/tests/onnx/quantization/test_graphs.py +++ b/tests/onnx/quantization/test_graphs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_min_max.py b/tests/onnx/quantization/test_min_max.py index 5854ccf0761..c83b9a297b7 100644 --- a/tests/onnx/quantization/test_min_max.py +++ b/tests/onnx/quantization/test_min_max.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_opset_versions.py b/tests/onnx/quantization/test_opset_versions.py index c31a04f74cb..f62f47ba8a6 100644 --- a/tests/onnx/quantization/test_opset_versions.py +++ b/tests/onnx/quantization/test_opset_versions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_ptq_params.py b/tests/onnx/quantization/test_ptq_params.py index be5ca8669d6..4bbbeb2fdc3 100644 --- a/tests/onnx/quantization/test_ptq_params.py +++ b/tests/onnx/quantization/test_ptq_params.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_ptq_regression.py b/tests/onnx/quantization/test_ptq_regression.py index 7db01d4fd0b..61a2798e1a9 100644 --- a/tests/onnx/quantization/test_ptq_regression.py +++ b/tests/onnx/quantization/test_ptq_regression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_qdq_params_calculation.py b/tests/onnx/quantization/test_qdq_params_calculation.py index c62f2d6afcc..7d084a92a8c 100644 --- a/tests/onnx/quantization/test_qdq_params_calculation.py +++ b/tests/onnx/quantization/test_qdq_params_calculation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_quantizer_config.py b/tests/onnx/quantization/test_quantizer_config.py index 1ff5563f30f..c0705a6e0a5 100644 --- a/tests/onnx/quantization/test_quantizer_config.py +++ b/tests/onnx/quantization/test_quantizer_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_reducers_and_aggregators.py b/tests/onnx/quantization/test_reducers_and_aggregators.py index 6a7b7273391..f3e1fca98ec 100644 --- a/tests/onnx/quantization/test_reducers_and_aggregators.py +++ b/tests/onnx/quantization/test_reducers_and_aggregators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_segmentation_models_graph.py b/tests/onnx/quantization/test_segmentation_models_graph.py index d606671b128..4eb7eb72738 100644 --- a/tests/onnx/quantization/test_segmentation_models_graph.py +++ b/tests/onnx/quantization/test_segmentation_models_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_tensor_collector_batch_size.py b/tests/onnx/quantization/test_tensor_collector_batch_size.py index 6a8accfe583..8af0d320c6e 100644 --- a/tests/onnx/quantization/test_tensor_collector_batch_size.py +++ b/tests/onnx/quantization/test_tensor_collector_batch_size.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_transform_fn.py b/tests/onnx/quantization/test_transform_fn.py index f25598bbb13..76ce4418b9f 100644 --- a/tests/onnx/quantization/test_transform_fn.py +++ b/tests/onnx/quantization/test_transform_fn.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/quantization/test_transformer_models_graph.py b/tests/onnx/quantization/test_transformer_models_graph.py index 73ad08a04a7..10c3499cf5a 100644 --- a/tests/onnx/quantization/test_transformer_models_graph.py +++ b/tests/onnx/quantization/test_transformer_models_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_e2e_ptq.py b/tests/onnx/test_e2e_ptq.py index 0ca8eeedfc6..82c4a2cb59d 100644 --- a/tests/onnx/test_e2e_ptq.py +++ b/tests/onnx/test_e2e_ptq.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_engine.py b/tests/onnx/test_engine.py index 2697f474c10..a5b86759e01 100644 --- a/tests/onnx/test_engine.py +++ b/tests/onnx/test_engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_layer_attributes.py b/tests/onnx/test_layer_attributes.py index b21034fe45d..c9b4545b272 100644 --- a/tests/onnx/test_layer_attributes.py +++ b/tests/onnx/test_layer_attributes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_metatypes.py b/tests/onnx/test_metatypes.py index f5ccaca73c9..d7743505327 100644 --- a/tests/onnx/test_metatypes.py +++ b/tests/onnx/test_metatypes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_model_transformer.py b/tests/onnx/test_model_transformer.py index 0e2a3d562f3..53df1b61f7b 100644 --- a/tests/onnx/test_model_transformer.py +++ b/tests/onnx/test_model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_nncf_graph_builder.py b/tests/onnx/test_nncf_graph_builder.py index 88b8a6c896f..7ccf52cb59d 100644 --- a/tests/onnx/test_nncf_graph_builder.py +++ b/tests/onnx/test_nncf_graph_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_node_utils.py b/tests/onnx/test_node_utils.py index 4553a9aa093..66cbb482f31 100644 --- a/tests/onnx/test_node_utils.py +++ b/tests/onnx/test_node_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_pattern_manager.py b/tests/onnx/test_pattern_manager.py index 46f5a6366a8..107267dde71 100644 --- a/tests/onnx/test_pattern_manager.py +++ b/tests/onnx/test_pattern_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_statistics_aggregator.py b/tests/onnx/test_statistics_aggregator.py index af4c8ea7f89..38126b28029 100644 --- a/tests/onnx/test_statistics_aggregator.py +++ b/tests/onnx/test_statistics_aggregator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_statistics_caching.py b/tests/onnx/test_statistics_caching.py index c02548aa8ca..2094fa1d086 100644 --- a/tests/onnx/test_statistics_caching.py +++ b/tests/onnx/test_statistics_caching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_telemetry.py b/tests/onnx/test_telemetry.py index 851b3b0cdb2..4419bddaf3f 100644 --- a/tests/onnx/test_telemetry.py +++ b/tests/onnx/test_telemetry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/test_weightless_model.py b/tests/onnx/test_weightless_model.py index 4116da98ac2..b1c7eadca4a 100644 --- a/tests/onnx/test_weightless_model.py +++ b/tests/onnx/test_weightless_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/tools/save_model_without_tensors.py b/tests/onnx/tools/save_model_without_tensors.py index 82e682ea932..70758d1772e 100644 --- a/tests/onnx/tools/save_model_without_tensors.py +++ b/tests/onnx/tools/save_model_without_tensors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/onnx/weightless_model.py b/tests/onnx/weightless_model.py index f051aff3f03..4475ed8e420 100644 --- a/tests/onnx/weightless_model.py +++ b/tests/onnx/weightless_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/__init__.py b/tests/openvino/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/openvino/__init__.py +++ b/tests/openvino/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/conftest.py b/tests/openvino/conftest.py index 5bd2f6eb825..e7bb4c772b9 100644 --- a/tests/openvino/conftest.py +++ b/tests/openvino/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/__init__.py b/tests/openvino/native/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/openvino/native/__init__.py +++ b/tests/openvino/native/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/common.py b/tests/openvino/native/common.py index 8ad23c8e9e9..09a30873eb0 100644 --- a/tests/openvino/native/common.py +++ b/tests/openvino/native/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/models.py b/tests/openvino/native/models.py index 95f079a8800..df83d366a9e 100644 --- a/tests/openvino/native/models.py +++ b/tests/openvino/native/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/__init__.py b/tests/openvino/native/quantization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/openvino/native/quantization/__init__.py +++ b/tests/openvino/native/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_calculation_quantizer_params.py b/tests/openvino/native/quantization/test_calculation_quantizer_params.py index aa070771671..41147e93c98 100644 --- a/tests/openvino/native/quantization/test_calculation_quantizer_params.py +++ b/tests/openvino/native/quantization/test_calculation_quantizer_params.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_channel_alignment.py b/tests/openvino/native/quantization/test_channel_alignment.py index a376dbd2fba..eba0377a598 100644 --- a/tests/openvino/native/quantization/test_channel_alignment.py +++ b/tests/openvino/native/quantization/test_channel_alignment.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_fq_params_calculation.py b/tests/openvino/native/quantization/test_fq_params_calculation.py index 5751a34f39b..e2fc6d550db 100644 --- a/tests/openvino/native/quantization/test_fq_params_calculation.py +++ b/tests/openvino/native/quantization/test_fq_params_calculation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_gptq.py b/tests/openvino/native/quantization/test_gptq.py index d8274580389..ea6c75546e2 100644 --- a/tests/openvino/native/quantization/test_gptq.py +++ b/tests/openvino/native/quantization/test_gptq.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_graphs.py b/tests/openvino/native/quantization/test_graphs.py index 7dc3c94c081..d351196053d 100644 --- a/tests/openvino/native/quantization/test_graphs.py +++ b/tests/openvino/native/quantization/test_graphs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_min_max.py b/tests/openvino/native/quantization/test_min_max.py index 9f849be4adf..c3ee0851352 100644 --- a/tests/openvino/native/quantization/test_min_max.py +++ b/tests/openvino/native/quantization/test_min_max.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_ptq_params.py b/tests/openvino/native/quantization/test_ptq_params.py index 92097c68b41..e2327eac3fe 100644 --- a/tests/openvino/native/quantization/test_ptq_params.py +++ b/tests/openvino/native/quantization/test_ptq_params.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_quantization_pipeline.py b/tests/openvino/native/quantization/test_quantization_pipeline.py index 657b14ea864..5713a8ca927 100644 --- a/tests/openvino/native/quantization/test_quantization_pipeline.py +++ b/tests/openvino/native/quantization/test_quantization_pipeline.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_quantize_api.py b/tests/openvino/native/quantization/test_quantize_api.py index b272553c985..589200394ea 100644 --- a/tests/openvino/native/quantization/test_quantize_api.py +++ b/tests/openvino/native/quantization/test_quantize_api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_quantizer_config.py b/tests/openvino/native/quantization/test_quantizer_config.py index 1be390fbce9..08e4bf48c45 100644 --- a/tests/openvino/native/quantization/test_quantizer_config.py +++ b/tests/openvino/native/quantization/test_quantizer_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_quantizer_removal.py b/tests/openvino/native/quantization/test_quantizer_removal.py index 1061a3206c6..0e386d6b80b 100644 --- a/tests/openvino/native/quantization/test_quantizer_removal.py +++ b/tests/openvino/native/quantization/test_quantizer_removal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_reducers_and_aggregators.py b/tests/openvino/native/quantization/test_reducers_and_aggregators.py index eb2a23eaff2..f541f606a4e 100644 --- a/tests/openvino/native/quantization/test_reducers_and_aggregators.py +++ b/tests/openvino/native/quantization/test_reducers_and_aggregators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_sanity.py b/tests/openvino/native/quantization/test_sanity.py index 748cf44cb6b..db1b73eb25f 100644 --- a/tests/openvino/native/quantization/test_sanity.py +++ b/tests/openvino/native/quantization/test_sanity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_weights_compression.py b/tests/openvino/native/quantization/test_weights_compression.py index 7f8ccea21ec..e39a621a4a8 100644 --- a/tests/openvino/native/quantization/test_weights_compression.py +++ b/tests/openvino/native/quantization/test_weights_compression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_weights_compression_backends.py b/tests/openvino/native/quantization/test_weights_compression_backends.py index ab0271a6a4f..2bc8467903d 100644 --- a/tests/openvino/native/quantization/test_weights_compression_backends.py +++ b/tests/openvino/native/quantization/test_weights_compression_backends.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/quantization/test_weights_compression_statistics_caching.py b/tests/openvino/native/quantization/test_weights_compression_statistics_caching.py index 538643075ee..48da8d80cee 100644 --- a/tests/openvino/native/quantization/test_weights_compression_statistics_caching.py +++ b/tests/openvino/native/quantization/test_weights_compression_statistics_caching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_bias_correction.py b/tests/openvino/native/test_bias_correction.py index 711c831facd..a44de02faf4 100644 --- a/tests/openvino/native/test_bias_correction.py +++ b/tests/openvino/native/test_bias_correction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_engine.py b/tests/openvino/native/test_engine.py index 0794fb72b71..b58608c5b63 100644 --- a/tests/openvino/native/test_engine.py +++ b/tests/openvino/native/test_engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_fast_bias_correction.py b/tests/openvino/native/test_fast_bias_correction.py index 6de9523bead..82ce89e2835 100644 --- a/tests/openvino/native/test_fast_bias_correction.py +++ b/tests/openvino/native/test_fast_bias_correction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_layer_attributes.py b/tests/openvino/native/test_layer_attributes.py index 23127ee7074..c5056d236be 100644 --- a/tests/openvino/native/test_layer_attributes.py +++ b/tests/openvino/native/test_layer_attributes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_layerwise.py b/tests/openvino/native/test_layerwise.py index 444647701c7..f450968bc84 100644 --- a/tests/openvino/native/test_layerwise.py +++ b/tests/openvino/native/test_layerwise.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_metatypes.py b/tests/openvino/native/test_metatypes.py index 47f94f1f5dc..c51e5cd359c 100644 --- a/tests/openvino/native/test_metatypes.py +++ b/tests/openvino/native/test_metatypes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_model_transformer.py b/tests/openvino/native/test_model_transformer.py index 1d21f495b5a..75abe8f2465 100644 --- a/tests/openvino/native/test_model_transformer.py +++ b/tests/openvino/native/test_model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_model_utils.py b/tests/openvino/native/test_model_utils.py index 5fb5ecc968c..f49a49f792c 100644 --- a/tests/openvino/native/test_model_utils.py +++ b/tests/openvino/native/test_model_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_nncf_graph_builder.py b/tests/openvino/native/test_nncf_graph_builder.py index b6babfb3f2a..4287c356b61 100644 --- a/tests/openvino/native/test_nncf_graph_builder.py +++ b/tests/openvino/native/test_nncf_graph_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_node_utils.py b/tests/openvino/native/test_node_utils.py index fd962d6938b..c6654218d42 100644 --- a/tests/openvino/native/test_node_utils.py +++ b/tests/openvino/native/test_node_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_pattern_manager.py b/tests/openvino/native/test_pattern_manager.py index 49be5efa99f..0cce4c05a77 100644 --- a/tests/openvino/native/test_pattern_manager.py +++ b/tests/openvino/native/test_pattern_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_smooth_quant.py b/tests/openvino/native/test_smooth_quant.py index c4cd64d1a18..804141b4ad2 100644 --- a/tests/openvino/native/test_smooth_quant.py +++ b/tests/openvino/native/test_smooth_quant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_statistic_collector.py b/tests/openvino/native/test_statistic_collector.py index e9e43c16d9a..f248048d9cb 100644 --- a/tests/openvino/native/test_statistic_collector.py +++ b/tests/openvino/native/test_statistic_collector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_statistics_aggregator.py b/tests/openvino/native/test_statistics_aggregator.py index 6b0c42af056..753204f6bee 100644 --- a/tests/openvino/native/test_statistics_aggregator.py +++ b/tests/openvino/native/test_statistics_aggregator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_statistics_caching.py b/tests/openvino/native/test_statistics_caching.py index 874e9daf4a4..cc2d27442e7 100644 --- a/tests/openvino/native/test_statistics_caching.py +++ b/tests/openvino/native/test_statistics_caching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/native/test_tensor_collector_batch_size.py b/tests/openvino/native/test_tensor_collector_batch_size.py index 677470dc3fa..b03384ae0c2 100644 --- a/tests/openvino/native/test_tensor_collector_batch_size.py +++ b/tests/openvino/native/test_tensor_collector_batch_size.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/test_telemetry.py b/tests/openvino/test_telemetry.py index 991e07f283e..3f199e5e3a3 100644 --- a/tests/openvino/test_telemetry.py +++ b/tests/openvino/test_telemetry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/test_transform_fn.py b/tests/openvino/test_transform_fn.py index d5cd2378627..d9010cf46e0 100644 --- a/tests/openvino/test_transform_fn.py +++ b/tests/openvino/test_transform_fn.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/tools/__init__.py b/tests/openvino/tools/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/openvino/tools/__init__.py +++ b/tests/openvino/tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/tools/calibrate.py b/tests/openvino/tools/calibrate.py index c0542180223..a2240453674 100644 --- a/tests/openvino/tools/calibrate.py +++ b/tests/openvino/tools/calibrate.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/openvino/tools/config.py b/tests/openvino/tools/config.py index 723dbb5f72a..2a538014368 100644 --- a/tests/openvino/tools/config.py +++ b/tests/openvino/tools/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/__init__.py b/tests/post_training/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/post_training/__init__.py +++ b/tests/post_training/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/conftest.py b/tests/post_training/conftest.py index a05d20d0d5c..8e1448c1b7f 100644 --- a/tests/post_training/conftest.py +++ b/tests/post_training/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/experimental/sparsify_activations/model_scope.py b/tests/post_training/experimental/sparsify_activations/model_scope.py index 5a89847829d..431fa3563a5 100644 --- a/tests/post_training/experimental/sparsify_activations/model_scope.py +++ b/tests/post_training/experimental/sparsify_activations/model_scope.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/experimental/sparsify_activations/pipelines.py b/tests/post_training/experimental/sparsify_activations/pipelines.py index cb12f3b08f2..b6a1a245aec 100644 --- a/tests/post_training/experimental/sparsify_activations/pipelines.py +++ b/tests/post_training/experimental/sparsify_activations/pipelines.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/experimental/sparsify_activations/test_sparsify_activations_conformance.py b/tests/post_training/experimental/sparsify_activations/test_sparsify_activations_conformance.py index ebcb1921981..a642ee13c92 100644 --- a/tests/post_training/experimental/sparsify_activations/test_sparsify_activations_conformance.py +++ b/tests/post_training/experimental/sparsify_activations/test_sparsify_activations_conformance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/model_scope.py b/tests/post_training/model_scope.py index 54b49d63a21..beea18e48fc 100644 --- a/tests/post_training/model_scope.py +++ b/tests/post_training/model_scope.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/pipelines/base.py b/tests/post_training/pipelines/base.py index 41e9bcf17e4..dcfd00ecf0d 100644 --- a/tests/post_training/pipelines/base.py +++ b/tests/post_training/pipelines/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/pipelines/causal_language_model.py b/tests/post_training/pipelines/causal_language_model.py index 17761196c46..df093b5ea01 100644 --- a/tests/post_training/pipelines/causal_language_model.py +++ b/tests/post_training/pipelines/causal_language_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/pipelines/gpt.py b/tests/post_training/pipelines/gpt.py index 1d850605eb4..cc29e48a22f 100644 --- a/tests/post_training/pipelines/gpt.py +++ b/tests/post_training/pipelines/gpt.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/pipelines/image_classification_base.py b/tests/post_training/pipelines/image_classification_base.py index 22e60a5ae3b..6a751c49f45 100644 --- a/tests/post_training/pipelines/image_classification_base.py +++ b/tests/post_training/pipelines/image_classification_base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/pipelines/image_classification_timm.py b/tests/post_training/pipelines/image_classification_timm.py index 3f4e159331c..4327f3a91f1 100644 --- a/tests/post_training/pipelines/image_classification_timm.py +++ b/tests/post_training/pipelines/image_classification_timm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/pipelines/image_classification_torchvision.py b/tests/post_training/pipelines/image_classification_torchvision.py index eb2ffeb96a0..4240ebb0af8 100644 --- a/tests/post_training/pipelines/image_classification_torchvision.py +++ b/tests/post_training/pipelines/image_classification_torchvision.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/pipelines/masked_language_modeling.py b/tests/post_training/pipelines/masked_language_modeling.py index 9f750808506..432fdb4d7a9 100644 --- a/tests/post_training/pipelines/masked_language_modeling.py +++ b/tests/post_training/pipelines/masked_language_modeling.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/post_training/test_quantize_conformance.py b/tests/post_training/test_quantize_conformance.py index 20504a8b086..f6b1a44fd71 100644 --- a/tests/post_training/test_quantize_conformance.py +++ b/tests/post_training/test_quantize_conformance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/__init__.py b/tests/tensorflow/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/tensorflow/__init__.py +++ b/tests/tensorflow/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/accuracy_aware_training/test_keras_api.py b/tests/tensorflow/accuracy_aware_training/test_keras_api.py index 9c56f1882d6..83c1988f784 100644 --- a/tests/tensorflow/accuracy_aware_training/test_keras_api.py +++ b/tests/tensorflow/accuracy_aware_training/test_keras_api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/conftest.py b/tests/tensorflow/conftest.py index 46792578c61..2732d957317 100644 --- a/tests/tensorflow/conftest.py +++ b/tests/tensorflow/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/experimental/__init__.py b/tests/tensorflow/experimental/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/tensorflow/experimental/__init__.py +++ b/tests/tensorflow/experimental/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/experimental/test_compressed_graph.py b/tests/tensorflow/experimental/test_compressed_graph.py index 2eaa7157671..0c41947d714 100644 --- a/tests/tensorflow/experimental/test_compressed_graph.py +++ b/tests/tensorflow/experimental/test_compressed_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/experimental/test_context_independence.py b/tests/tensorflow/experimental/test_context_independence.py index 27a3c764fc7..21c747a10c6 100644 --- a/tests/tensorflow/experimental/test_context_independence.py +++ b/tests/tensorflow/experimental/test_context_independence.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/experimental/test_keras_layer_model.py b/tests/tensorflow/experimental/test_keras_layer_model.py index 884f4f9f431..139384455a3 100644 --- a/tests/tensorflow/experimental/test_keras_layer_model.py +++ b/tests/tensorflow/experimental/test_keras_layer_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/experimental/test_models/__init__.py b/tests/tensorflow/experimental/test_models/__init__.py index 6fac2986357..b4799dda611 100644 --- a/tests/tensorflow/experimental/test_models/__init__.py +++ b/tests/tensorflow/experimental/test_models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/experimental/test_models/resnet.py b/tests/tensorflow/experimental/test_models/resnet.py index ea7fc252a06..ec5bb897895 100644 --- a/tests/tensorflow/experimental/test_models/resnet.py +++ b/tests/tensorflow/experimental/test_models/resnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/helpers.py b/tests/tensorflow/helpers.py index 83f783e6b84..f1d78074cb9 100644 --- a/tests/tensorflow/helpers.py +++ b/tests/tensorflow/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/pruning/__init__.py b/tests/tensorflow/pruning/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/tensorflow/pruning/__init__.py +++ b/tests/tensorflow/pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/pruning/helpers.py b/tests/tensorflow/pruning/helpers.py index 58b49d596b9..9ef788d48e1 100644 --- a/tests/tensorflow/pruning/helpers.py +++ b/tests/tensorflow/pruning/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/pruning/test_algorithm.py b/tests/tensorflow/pruning/test_algorithm.py index fd0040ac20a..7de29a649d6 100644 --- a/tests/tensorflow/pruning/test_algorithm.py +++ b/tests/tensorflow/pruning/test_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/pruning/test_flops_pruning.py b/tests/tensorflow/pruning/test_flops_pruning.py index 26f34b85362..08a596f379d 100644 --- a/tests/tensorflow/pruning/test_flops_pruning.py +++ b/tests/tensorflow/pruning/test_flops_pruning.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/pruning/test_strip.py b/tests/tensorflow/pruning/test_strip.py index cb9b157dbf4..37dc596dfde 100644 --- a/tests/tensorflow/pruning/test_strip.py +++ b/tests/tensorflow/pruning/test_strip.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/pruning/test_tensor_processor.py b/tests/tensorflow/pruning/test_tensor_processor.py index bd8a91a81bd..a3ccd4dcfe3 100644 --- a/tests/tensorflow/pruning/test_tensor_processor.py +++ b/tests/tensorflow/pruning/test_tensor_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/__init__.py b/tests/tensorflow/quantization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/tensorflow/quantization/__init__.py +++ b/tests/tensorflow/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/test_algorithm_quantization.py b/tests/tensorflow/quantization/test_algorithm_quantization.py index d2090c07353..b1e3716937d 100644 --- a/tests/tensorflow/quantization/test_algorithm_quantization.py +++ b/tests/tensorflow/quantization/test_algorithm_quantization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/test_builder_state.py b/tests/tensorflow/quantization/test_builder_state.py index 754bbf41409..10c0eaf0c30 100644 --- a/tests/tensorflow/quantization/test_builder_state.py +++ b/tests/tensorflow/quantization/test_builder_state.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/test_overflow_issue.py b/tests/tensorflow/quantization/test_overflow_issue.py index 08202ae2d5b..e1c1e859803 100644 --- a/tests/tensorflow/quantization/test_overflow_issue.py +++ b/tests/tensorflow/quantization/test_overflow_issue.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/test_ptq_params.py b/tests/tensorflow/quantization/test_ptq_params.py index 6dc2f90e708..e9da51f7b0c 100644 --- a/tests/tensorflow/quantization/test_ptq_params.py +++ b/tests/tensorflow/quantization/test_ptq_params.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/test_range_init.py b/tests/tensorflow/quantization/test_range_init.py index 6231bdbc7d3..4828124c729 100644 --- a/tests/tensorflow/quantization/test_range_init.py +++ b/tests/tensorflow/quantization/test_range_init.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/test_statistics.py b/tests/tensorflow/quantization/test_statistics.py index a410180c342..b54fe3f76e3 100644 --- a/tests/tensorflow/quantization/test_statistics.py +++ b/tests/tensorflow/quantization/test_statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/test_strip.py b/tests/tensorflow/quantization/test_strip.py index 22d0188a6c1..915aeba9f4a 100644 --- a/tests/tensorflow/quantization/test_strip.py +++ b/tests/tensorflow/quantization/test_strip.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/test_transform_fn.py b/tests/tensorflow/quantization/test_transform_fn.py index 45580c71b3e..8ee6c8f8713 100644 --- a/tests/tensorflow/quantization/test_transform_fn.py +++ b/tests/tensorflow/quantization/test_transform_fn.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/test_unified_scales.py b/tests/tensorflow/quantization/test_unified_scales.py index 591a67975d4..006afaacc4d 100644 --- a/tests/tensorflow/quantization/test_unified_scales.py +++ b/tests/tensorflow/quantization/test_unified_scales.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/quantization/utils.py b/tests/tensorflow/quantization/utils.py index 935e2b05380..bb59e8a0e98 100644 --- a/tests/tensorflow/quantization/utils.py +++ b/tests/tensorflow/quantization/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sdl/__init__.py b/tests/tensorflow/sdl/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/tensorflow/sdl/__init__.py +++ b/tests/tensorflow/sdl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sdl/test_symlinks.py b/tests/tensorflow/sdl/test_symlinks.py index ccfc907dc7f..3628a27a051 100644 --- a/tests/tensorflow/sdl/test_symlinks.py +++ b/tests/tensorflow/sdl/test_symlinks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/__init__.py b/tests/tensorflow/sparsity/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/tensorflow/sparsity/__init__.py +++ b/tests/tensorflow/sparsity/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/magnitude/__init__.py b/tests/tensorflow/sparsity/magnitude/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/tensorflow/sparsity/magnitude/__init__.py +++ b/tests/tensorflow/sparsity/magnitude/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/magnitude/test_algorithm.py b/tests/tensorflow/sparsity/magnitude/test_algorithm.py index b4e72b88846..aeea3f94dd6 100644 --- a/tests/tensorflow/sparsity/magnitude/test_algorithm.py +++ b/tests/tensorflow/sparsity/magnitude/test_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/magnitude/test_helpers.py b/tests/tensorflow/sparsity/magnitude/test_helpers.py index 4d039e4ffbc..c296805851e 100644 --- a/tests/tensorflow/sparsity/magnitude/test_helpers.py +++ b/tests/tensorflow/sparsity/magnitude/test_helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/magnitude/test_scheduler.py b/tests/tensorflow/sparsity/magnitude/test_scheduler.py index a973a7fe959..2cd910f55d3 100644 --- a/tests/tensorflow/sparsity/magnitude/test_scheduler.py +++ b/tests/tensorflow/sparsity/magnitude/test_scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/rb/__init__.py b/tests/tensorflow/sparsity/rb/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/tensorflow/sparsity/rb/__init__.py +++ b/tests/tensorflow/sparsity/rb/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/rb/test_algorithm.py b/tests/tensorflow/sparsity/rb/test_algorithm.py index 6113b99d3c8..0cf33a957b9 100644 --- a/tests/tensorflow/sparsity/rb/test_algorithm.py +++ b/tests/tensorflow/sparsity/rb/test_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/rb/test_components.py b/tests/tensorflow/sparsity/rb/test_components.py index acb9b2db612..7f57a2a388e 100644 --- a/tests/tensorflow/sparsity/rb/test_components.py +++ b/tests/tensorflow/sparsity/rb/test_components.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/rb/test_integration.py b/tests/tensorflow/sparsity/rb/test_integration.py index 728634bbf76..0a5ad35203a 100644 --- a/tests/tensorflow/sparsity/rb/test_integration.py +++ b/tests/tensorflow/sparsity/rb/test_integration.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/rb/test_weights.py b/tests/tensorflow/sparsity/rb/test_weights.py index 527a68dd883..c8a6a41fda9 100644 --- a/tests/tensorflow/sparsity/rb/test_weights.py +++ b/tests/tensorflow/sparsity/rb/test_weights.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/rb/utils.py b/tests/tensorflow/sparsity/rb/utils.py index 6e6ed4f349c..ee64f1b701d 100644 --- a/tests/tensorflow/sparsity/rb/utils.py +++ b/tests/tensorflow/sparsity/rb/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/test_common.py b/tests/tensorflow/sparsity/test_common.py index 4e36ce9a2e5..0119b0cb5f1 100644 --- a/tests/tensorflow/sparsity/test_common.py +++ b/tests/tensorflow/sparsity/test_common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/sparsity/test_strip.py b/tests/tensorflow/sparsity/test_strip.py index 2c53a9d31bc..acdbfca9801 100644 --- a/tests/tensorflow/sparsity/test_strip.py +++ b/tests/tensorflow/sparsity/test_strip.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/tensor_statistics/__init__.py b/tests/tensorflow/tensor_statistics/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/tensorflow/tensor_statistics/__init__.py +++ b/tests/tensorflow/tensor_statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/tensor_statistics/test_tensor_statistics.py b/tests/tensorflow/tensor_statistics/test_tensor_statistics.py index daffe75f022..337e6519d20 100644 --- a/tests/tensorflow/tensor_statistics/test_tensor_statistics.py +++ b/tests/tensorflow/tensor_statistics/test_tensor_statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_api_behavior.py b/tests/tensorflow/test_api_behavior.py index ef7b672d982..fea7baacd1b 100644 --- a/tests/tensorflow/test_api_behavior.py +++ b/tests/tensorflow/test_api_behavior.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_bn_adaptation.py b/tests/tensorflow/test_bn_adaptation.py index c40f1fd714e..1cd7500b64c 100644 --- a/tests/tensorflow/test_bn_adaptation.py +++ b/tests/tensorflow/test_bn_adaptation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_callbacks.py b/tests/tensorflow/test_callbacks.py index 773128c200d..5d24f192f96 100644 --- a/tests/tensorflow/test_callbacks.py +++ b/tests/tensorflow/test_callbacks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_compressed_graph.py b/tests/tensorflow/test_compressed_graph.py index e3fd28bdb66..dbeb8400078 100644 --- a/tests/tensorflow/test_compressed_graph.py +++ b/tests/tensorflow/test_compressed_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_helpers.py b/tests/tensorflow/test_helpers.py index f554ae35e5d..05505af4a33 100644 --- a/tests/tensorflow/test_helpers.py +++ b/tests/tensorflow/test_helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_ignored_scopes.py b/tests/tensorflow/test_ignored_scopes.py index 79152113005..6fe70794371 100644 --- a/tests/tensorflow/test_ignored_scopes.py +++ b/tests/tensorflow/test_ignored_scopes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_model_converter.py b/tests/tensorflow/test_model_converter.py index 4c525639f9c..2e1b812c49c 100644 --- a/tests/tensorflow/test_model_converter.py +++ b/tests/tensorflow/test_model_converter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/__init__.py b/tests/tensorflow/test_models/__init__.py index 581ba1b167b..f18ff9b71fe 100644 --- a/tests/tensorflow/test_models/__init__.py +++ b/tests/tensorflow/test_models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/densenet.py b/tests/tensorflow/test_models/densenet.py index af806896f1c..9030b9d355e 100644 --- a/tests/tensorflow/test_models/densenet.py +++ b/tests/tensorflow/test_models/densenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/inception_resnet_v2.py b/tests/tensorflow/test_models/inception_resnet_v2.py index a6a205eae76..458084c000a 100644 --- a/tests/tensorflow/test_models/inception_resnet_v2.py +++ b/tests/tensorflow/test_models/inception_resnet_v2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/inception_v3.py b/tests/tensorflow/test_models/inception_v3.py index b1c5c9ff9ba..0446ec5244a 100644 --- a/tests/tensorflow/test_models/inception_v3.py +++ b/tests/tensorflow/test_models/inception_v3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/maskrcnn.py b/tests/tensorflow/test_models/maskrcnn.py index b442651abfd..f5610777eb8 100644 --- a/tests/tensorflow/test_models/maskrcnn.py +++ b/tests/tensorflow/test_models/maskrcnn.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/mobilenet.py b/tests/tensorflow/test_models/mobilenet.py index dc1e47c0897..e7ea1df4610 100644 --- a/tests/tensorflow/test_models/mobilenet.py +++ b/tests/tensorflow/test_models/mobilenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/mobilenet_v2.py b/tests/tensorflow/test_models/mobilenet_v2.py index 75e141ddbcf..26f5c02e478 100644 --- a/tests/tensorflow/test_models/mobilenet_v2.py +++ b/tests/tensorflow/test_models/mobilenet_v2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/mobilenet_v2_slim.py b/tests/tensorflow/test_models/mobilenet_v2_slim.py index 72305cfa2bb..58da61f0926 100644 --- a/tests/tensorflow/test_models/mobilenet_v2_slim.py +++ b/tests/tensorflow/test_models/mobilenet_v2_slim.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/mobilenet_v3.py b/tests/tensorflow/test_models/mobilenet_v3.py index 678c108d0c7..32e1fa370db 100644 --- a/tests/tensorflow/test_models/mobilenet_v3.py +++ b/tests/tensorflow/test_models/mobilenet_v3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/nasnet.py b/tests/tensorflow/test_models/nasnet.py index 79ad361725a..7aeb1e27c9a 100644 --- a/tests/tensorflow/test_models/nasnet.py +++ b/tests/tensorflow/test_models/nasnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/resnet.py b/tests/tensorflow/test_models/resnet.py index 13c26d13439..13e547a551b 100644 --- a/tests/tensorflow/test_models/resnet.py +++ b/tests/tensorflow/test_models/resnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/resnet_v2.py b/tests/tensorflow/test_models/resnet_v2.py index 7ebb06e154c..0ccc92a8f7f 100644 --- a/tests/tensorflow/test_models/resnet_v2.py +++ b/tests/tensorflow/test_models/resnet_v2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/retinanet.py b/tests/tensorflow/test_models/retinanet.py index fee2154fa07..bd662c4528d 100644 --- a/tests/tensorflow/test_models/retinanet.py +++ b/tests/tensorflow/test_models/retinanet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/sequential_model.py b/tests/tensorflow/test_models/sequential_model.py index 0aca425978b..24bd85e2341 100644 --- a/tests/tensorflow/test_models/sequential_model.py +++ b/tests/tensorflow/test_models/sequential_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/shared_layers_model.py b/tests/tensorflow/test_models/shared_layers_model.py index dceaf8930df..ab35674a483 100644 --- a/tests/tensorflow/test_models/shared_layers_model.py +++ b/tests/tensorflow/test_models/shared_layers_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/vgg16.py b/tests/tensorflow/test_models/vgg16.py index 8a5ffe9f940..d0a93abf8cb 100644 --- a/tests/tensorflow/test_models/vgg16.py +++ b/tests/tensorflow/test_models/vgg16.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/xception.py b/tests/tensorflow/test_models/xception.py index bda8fb8725c..180ac4fd5b4 100644 --- a/tests/tensorflow/test_models/xception.py +++ b/tests/tensorflow/test_models/xception.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_models/yolo_v4.py b/tests/tensorflow/test_models/yolo_v4.py index 72d503101c0..6f29eb86e63 100644 --- a/tests/tensorflow/test_models/yolo_v4.py +++ b/tests/tensorflow/test_models/yolo_v4.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_nncf_keras_graph_equality.py b/tests/tensorflow/test_nncf_keras_graph_equality.py index d1acc0119d3..4fb86a0a718 100644 --- a/tests/tensorflow/test_nncf_keras_graph_equality.py +++ b/tests/tensorflow/test_nncf_keras_graph_equality.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_no_compression_algorithm.py b/tests/tensorflow/test_no_compression_algorithm.py index 8c025e4a409..ea29b8ff4ea 100644 --- a/tests/tensorflow/test_no_compression_algorithm.py +++ b/tests/tensorflow/test_no_compression_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_sanity_sample.py b/tests/tensorflow/test_sanity_sample.py index f9285a5f5be..61a6f94568a 100644 --- a/tests/tensorflow/test_sanity_sample.py +++ b/tests/tensorflow/test_sanity_sample.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_sota_checkpoints.py b/tests/tensorflow/test_sota_checkpoints.py index c180466046a..0531bfb65ca 100644 --- a/tests/tensorflow/test_sota_checkpoints.py +++ b/tests/tensorflow/test_sota_checkpoints.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_telemetry.py b/tests/tensorflow/test_telemetry.py index 10327cc0c60..61158bffbbd 100644 --- a/tests/tensorflow/test_telemetry.py +++ b/tests/tensorflow/test_telemetry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_transformations.py b/tests/tensorflow/test_transformations.py index a5c6c208f88..69258751f2d 100644 --- a/tests/tensorflow/test_transformations.py +++ b/tests/tensorflow/test_transformations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_weekly.py b/tests/tensorflow/test_weekly.py index a02af22b153..27aa7d31049 100644 --- a/tests/tensorflow/test_weekly.py +++ b/tests/tensorflow/test_weekly.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tensorflow/test_wrapper_freeze.py b/tests/tensorflow/test_wrapper_freeze.py index bf291f35cbe..4987ba1b3f4 100644 --- a/tests/tensorflow/test_wrapper_freeze.py +++ b/tests/tensorflow/test_wrapper_freeze.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tools/test_compression_visualization.py b/tests/tools/test_compression_visualization.py index 8e8be05f4f3..67ed90b99f7 100644 --- a/tests/tools/test_compression_visualization.py +++ b/tests/tools/test_compression_visualization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/tools/test_memory_monitor.py b/tests/tools/test_memory_monitor.py index 4d702f7b28d..0b0d2f211e5 100644 --- a/tests/tools/test_memory_monitor.py +++ b/tests/tools/test_memory_monitor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/__init__.py b/tests/torch/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/__init__.py +++ b/tests/torch/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/accuracy_aware_training/test_accuracy_aware_config.py b/tests/torch/accuracy_aware_training/test_accuracy_aware_config.py index e3d578075b9..df996e31697 100644 --- a/tests/torch/accuracy_aware_training/test_accuracy_aware_config.py +++ b/tests/torch/accuracy_aware_training/test_accuracy_aware_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/accuracy_aware_training/test_runner.py b/tests/torch/accuracy_aware_training/test_runner.py index 5e289725f7f..cb18399b490 100644 --- a/tests/torch/accuracy_aware_training/test_runner.py +++ b/tests/torch/accuracy_aware_training/test_runner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/accuracy_aware_training/test_training_loop.py b/tests/torch/accuracy_aware_training/test_training_loop.py index 22601999d47..8c76a3a30a2 100644 --- a/tests/torch/accuracy_aware_training/test_training_loop.py +++ b/tests/torch/accuracy_aware_training/test_training_loop.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/autograd_functions/test_autograd_functions.py b/tests/torch/autograd_functions/test_autograd_functions.py index 528dbcab185..fc1c50af2b6 100644 --- a/tests/torch/autograd_functions/test_autograd_functions.py +++ b/tests/torch/autograd_functions/test_autograd_functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/automl/test_ddpg.py b/tests/torch/automl/test_ddpg.py index 15fa6f3ea04..e77de6e54ae 100644 --- a/tests/torch/automl/test_ddpg.py +++ b/tests/torch/automl/test_ddpg.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/automl/test_memory.py b/tests/torch/automl/test_memory.py index 25a5afdbb56..93fd191330f 100644 --- a/tests/torch/automl/test_memory.py +++ b/tests/torch/automl/test_memory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/automl/test_quantization_env.py b/tests/torch/automl/test_quantization_env.py index 8062f4bffd1..990ad12e7ee 100644 --- a/tests/torch/automl/test_quantization_env.py +++ b/tests/torch/automl/test_quantization_env.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/automl/test_ring_buffer.py b/tests/torch/automl/test_ring_buffer.py index 313fdd8e542..39703f4f1e2 100644 --- a/tests/torch/automl/test_ring_buffer.py +++ b/tests/torch/automl/test_ring_buffer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/composite/test_composite_scheduler.py b/tests/torch/composite/test_composite_scheduler.py index f9822d47d56..77831320f71 100644 --- a/tests/torch/composite/test_composite_scheduler.py +++ b/tests/torch/composite/test_composite_scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/composite/test_sparsity_quantization.py b/tests/torch/composite/test_sparsity_quantization.py index 077cb5b39cb..749702978bb 100644 --- a/tests/torch/composite/test_sparsity_quantization.py +++ b/tests/torch/composite/test_sparsity_quantization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/conftest.py b/tests/torch/conftest.py index fd3bc9937b5..13995cc3e15 100644 --- a/tests/torch/conftest.py +++ b/tests/torch/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/experimental/search_building_blocks/test_transformer_blocks.py b/tests/torch/experimental/search_building_blocks/test_transformer_blocks.py index c5ddcbc4dc4..895f661f07f 100644 --- a/tests/torch/experimental/search_building_blocks/test_transformer_blocks.py +++ b/tests/torch/experimental/search_building_blocks/test_transformer_blocks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/experimental/sparsify_activations/__init__.py b/tests/torch/experimental/sparsify_activations/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/experimental/sparsify_activations/__init__.py +++ b/tests/torch/experimental/sparsify_activations/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/experimental/sparsify_activations/helpers.py b/tests/torch/experimental/sparsify_activations/helpers.py index 437103ec166..7e8d50cf3cb 100644 --- a/tests/torch/experimental/sparsify_activations/helpers.py +++ b/tests/torch/experimental/sparsify_activations/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/experimental/sparsify_activations/test_algo.py b/tests/torch/experimental/sparsify_activations/test_algo.py index 2059d7ef947..c5616aa8372 100644 --- a/tests/torch/experimental/sparsify_activations/test_algo.py +++ b/tests/torch/experimental/sparsify_activations/test_algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/experimental/sparsify_activations/test_components.py b/tests/torch/experimental/sparsify_activations/test_components.py index 9c5fde1c9e5..f74ceab3c1b 100644 --- a/tests/torch/experimental/sparsify_activations/test_components.py +++ b/tests/torch/experimental/sparsify_activations/test_components.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/extensions_build_checks.py b/tests/torch/extensions_build_checks.py index fc8be788fb5..eecee4dfe52 100644 --- a/tests/torch/extensions_build_checks.py +++ b/tests/torch/extensions_build_checks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/__init__.py b/tests/torch/fx/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/fx/__init__.py +++ b/tests/torch/fx/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/helpers.py b/tests/torch/fx/helpers.py index 771615cc8ca..b51f6da16f4 100644 --- a/tests/torch/fx/helpers.py +++ b/tests/torch/fx/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_bias_correction.py b/tests/torch/fx/test_bias_correction.py index 06db212fe79..18e584e35ff 100644 --- a/tests/torch/fx/test_bias_correction.py +++ b/tests/torch/fx/test_bias_correction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_compress_weights.py b/tests/torch/fx/test_compress_weights.py index 0de35aef29e..36b3e575db2 100644 --- a/tests/torch/fx/test_compress_weights.py +++ b/tests/torch/fx/test_compress_weights.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_fast_bias_correction.py b/tests/torch/fx/test_fast_bias_correction.py index 8c94a32cafd..cf932638b64 100644 --- a/tests/torch/fx/test_fast_bias_correction.py +++ b/tests/torch/fx/test_fast_bias_correction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_min_max.py b/tests/torch/fx/test_min_max.py index 5efce2ec019..ca32c4aa659 100644 --- a/tests/torch/fx/test_min_max.py +++ b/tests/torch/fx/test_min_max.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_model_transformer.py b/tests/torch/fx/test_model_transformer.py index c5809480bab..05a864ffd9e 100644 --- a/tests/torch/fx/test_model_transformer.py +++ b/tests/torch/fx/test_model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_models.py b/tests/torch/fx/test_models.py index ad42a949d8c..39538f8b7d9 100644 --- a/tests/torch/fx/test_models.py +++ b/tests/torch/fx/test_models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_ptq_params.py b/tests/torch/fx/test_ptq_params.py index 04a852a8a71..1e5499861f5 100644 --- a/tests/torch/fx/test_ptq_params.py +++ b/tests/torch/fx/test_ptq_params.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_quantizer_config.py b/tests/torch/fx/test_quantizer_config.py index b5927bc2caa..875fd1f73a7 100644 --- a/tests/torch/fx/test_quantizer_config.py +++ b/tests/torch/fx/test_quantizer_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_sanity.py b/tests/torch/fx/test_sanity.py index eaa5b6c0530..669df4bc050 100644 --- a/tests/torch/fx/test_sanity.py +++ b/tests/torch/fx/test_sanity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_smooth_quant.py b/tests/torch/fx/test_smooth_quant.py index 9caf968d1fd..a2132e15881 100644 --- a/tests/torch/fx/test_smooth_quant.py +++ b/tests/torch/fx/test_smooth_quant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_statistics_aggregator.py b/tests/torch/fx/test_statistics_aggregator.py index 26e19d05608..ee6511d0411 100644 --- a/tests/torch/fx/test_statistics_aggregator.py +++ b/tests/torch/fx/test_statistics_aggregator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/fx/test_statistics_caching.py b/tests/torch/fx/test_statistics_caching.py index 7635e82cd3d..46712cf2869 100644 --- a/tests/torch/fx/test_statistics_caching.py +++ b/tests/torch/fx/test_statistics_caching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/helpers.py b/tests/torch/helpers.py index f13492c8b7c..94f655df649 100644 --- a/tests/torch/helpers.py +++ b/tests/torch/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/models_hub_test/__init__.py b/tests/torch/models_hub_test/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/models_hub_test/__init__.py +++ b/tests/torch/models_hub_test/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/models_hub_test/common.py b/tests/torch/models_hub_test/common.py index 78ec2273bbb..eb9a08f2224 100644 --- a/tests/torch/models_hub_test/common.py +++ b/tests/torch/models_hub_test/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/models_hub_test/test_hf_transformers.py b/tests/torch/models_hub_test/test_hf_transformers.py index ea463a32a21..a863f562bea 100644 --- a/tests/torch/models_hub_test/test_hf_transformers.py +++ b/tests/torch/models_hub_test/test_hf_transformers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/models_hub_test/test_timm.py b/tests/torch/models_hub_test/test_timm.py index be17f954af5..246e9a299b2 100644 --- a/tests/torch/models_hub_test/test_timm.py +++ b/tests/torch/models_hub_test/test_timm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/models_hub_test/test_torchvision_models.py b/tests/torch/models_hub_test/test_torchvision_models.py index a0ab1ff8871..d459e45a303 100644 --- a/tests/torch/models_hub_test/test_torchvision_models.py +++ b/tests/torch/models_hub_test/test_torchvision_models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/modules/seq2seq/__init__.py b/tests/torch/modules/seq2seq/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/modules/seq2seq/__init__.py +++ b/tests/torch/modules/seq2seq/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/modules/seq2seq/attention.py b/tests/torch/modules/seq2seq/attention.py index 6eae90f9c12..3645362973e 100644 --- a/tests/torch/modules/seq2seq/attention.py +++ b/tests/torch/modules/seq2seq/attention.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/modules/seq2seq/decoder.py b/tests/torch/modules/seq2seq/decoder.py index cc6a55408d2..f91b651a430 100644 --- a/tests/torch/modules/seq2seq/decoder.py +++ b/tests/torch/modules/seq2seq/decoder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/modules/seq2seq/encoder.py b/tests/torch/modules/seq2seq/encoder.py index 6da9cd4b270..203cf1e9c18 100644 --- a/tests/torch/modules/seq2seq/encoder.py +++ b/tests/torch/modules/seq2seq/encoder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/modules/seq2seq/gnmt.py b/tests/torch/modules/seq2seq/gnmt.py index 99a27c08566..0b8c17c12c0 100644 --- a/tests/torch/modules/seq2seq/gnmt.py +++ b/tests/torch/modules/seq2seq/gnmt.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/modules/seq2seq/seq2seq_base.py b/tests/torch/modules/seq2seq/seq2seq_base.py index d84ebc261d0..36dcaf6c7e5 100644 --- a/tests/torch/modules/seq2seq/seq2seq_base.py +++ b/tests/torch/modules/seq2seq/seq2seq_base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/modules/test_rnn.py b/tests/torch/modules/test_rnn.py index 2dd817d7f12..315a44de116 100644 --- a/tests/torch/modules/test_rnn.py +++ b/tests/torch/modules/test_rnn.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/__init__.py b/tests/torch/nas/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/nas/__init__.py +++ b/tests/torch/nas/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/creators.py b/tests/torch/nas/creators.py index 4f44bcf3530..79bdca4d747 100644 --- a/tests/torch/nas/creators.py +++ b/tests/torch/nas/creators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/descriptors.py b/tests/torch/nas/descriptors.py index 6773bdef322..f0eb23a24af 100644 --- a/tests/torch/nas/descriptors.py +++ b/tests/torch/nas/descriptors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/helpers.py b/tests/torch/nas/helpers.py index 28e858089e9..434edcb89f0 100644 --- a/tests/torch/nas/helpers.py +++ b/tests/torch/nas/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/models/__init__.py b/tests/torch/nas/models/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/nas/models/__init__.py +++ b/tests/torch/nas/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/models/synthetic.py b/tests/torch/nas/models/synthetic.py index 73f9987e46a..f359f4cf484 100644 --- a/tests/torch/nas/models/synthetic.py +++ b/tests/torch/nas/models/synthetic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/models/tcn.py b/tests/torch/nas/models/tcn.py index f03f9b337b7..c15fba9b5e1 100644 --- a/tests/torch/nas/models/tcn.py +++ b/tests/torch/nas/models/tcn.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/models/vgg_k7.py b/tests/torch/nas/models/vgg_k7.py index 39d4276835d..41399c1b194 100644 --- a/tests/torch/nas/models/vgg_k7.py +++ b/tests/torch/nas/models/vgg_k7.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_all_elasticity.py b/tests/torch/nas/test_all_elasticity.py index 0abccad39e5..3965d6b1ad0 100644 --- a/tests/torch/nas/test_all_elasticity.py +++ b/tests/torch/nas/test_all_elasticity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_elastic_depth.py b/tests/torch/nas/test_elastic_depth.py index ef3fdfd69e5..1d9a26ac023 100644 --- a/tests/torch/nas/test_elastic_depth.py +++ b/tests/torch/nas/test_elastic_depth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_elastic_kernel.py b/tests/torch/nas/test_elastic_kernel.py index b8f7e7b21ef..7cf10067d33 100644 --- a/tests/torch/nas/test_elastic_kernel.py +++ b/tests/torch/nas/test_elastic_kernel.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_elastic_width.py b/tests/torch/nas/test_elastic_width.py index 84aa66eb668..b314aa04bbb 100644 --- a/tests/torch/nas/test_elastic_width.py +++ b/tests/torch/nas/test_elastic_width.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_flops.py b/tests/torch/nas/test_flops.py index ec3cc169466..4c99bd2dfd7 100644 --- a/tests/torch/nas/test_flops.py +++ b/tests/torch/nas/test_flops.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_lr_scheduler.py b/tests/torch/nas/test_lr_scheduler.py index 63b223aeccc..8c95d3cb5c1 100644 --- a/tests/torch/nas/test_lr_scheduler.py +++ b/tests/torch/nas/test_lr_scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_onnx_export.py b/tests/torch/nas/test_onnx_export.py index 20124581652..1b49b7785c7 100644 --- a/tests/torch/nas/test_onnx_export.py +++ b/tests/torch/nas/test_onnx_export.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_ps_controller.py b/tests/torch/nas/test_ps_controller.py index e0e8a20bc57..634bc0db268 100644 --- a/tests/torch/nas/test_ps_controller.py +++ b/tests/torch/nas/test_ps_controller.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_sanity_sample.py b/tests/torch/nas/test_sanity_sample.py index 7fd0b0cc27e..da05b15f024 100644 --- a/tests/torch/nas/test_sanity_sample.py +++ b/tests/torch/nas/test_sanity_sample.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_scheduler.py b/tests/torch/nas/test_scheduler.py index 7d94b7c80e0..c3a85c3d1b8 100644 --- a/tests/torch/nas/test_scheduler.py +++ b/tests/torch/nas/test_scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_search.py b/tests/torch/nas/test_search.py index 931dbe1ff79..cdac4e9d559 100644 --- a/tests/torch/nas/test_search.py +++ b/tests/torch/nas/test_search.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_search_space.py b/tests/torch/nas/test_search_space.py index 65c103e35a3..9b57cd69f39 100644 --- a/tests/torch/nas/test_search_space.py +++ b/tests/torch/nas/test_search_space.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nas/test_state.py b/tests/torch/nas/test_state.py index d78f11f72df..ea7de34b80f 100644 --- a/tests/torch/nas/test_state.py +++ b/tests/torch/nas/test_state.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nncf_network/helpers.py b/tests/torch/nncf_network/helpers.py index 719166ffa9f..1caf46a7522 100644 --- a/tests/torch/nncf_network/helpers.py +++ b/tests/torch/nncf_network/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nncf_network/test_hook_handlers.py b/tests/torch/nncf_network/test_hook_handlers.py index 9f38c637c25..8ecb9d7c9e0 100644 --- a/tests/torch/nncf_network/test_hook_handlers.py +++ b/tests/torch/nncf_network/test_hook_handlers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nncf_network/test_nncf_network.py b/tests/torch/nncf_network/test_nncf_network.py index cbe125cbd3b..618f8037c1b 100644 --- a/tests/torch/nncf_network/test_nncf_network.py +++ b/tests/torch/nncf_network/test_nncf_network.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/nncf_network/test_transformation_layout.py b/tests/torch/nncf_network/test_transformation_layout.py index 075625148eb..d2881063368 100644 --- a/tests/torch/nncf_network/test_transformation_layout.py +++ b/tests/torch/nncf_network/test_transformation_layout.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/__init__.py b/tests/torch/pruning/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/pruning/__init__.py +++ b/tests/torch/pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/experimental/test_nodes_grouping.py b/tests/torch/pruning/experimental/test_nodes_grouping.py index d8ce8037360..a0c659b3acc 100644 --- a/tests/torch/pruning/experimental/test_nodes_grouping.py +++ b/tests/torch/pruning/experimental/test_nodes_grouping.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/experimental/test_propagation.py b/tests/torch/pruning/experimental/test_propagation.py index 68698fb2821..6f0fa610cb3 100644 --- a/tests/torch/pruning/experimental/test_propagation.py +++ b/tests/torch/pruning/experimental/test_propagation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/filter_pruning/__init__.py b/tests/torch/pruning/filter_pruning/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/pruning/filter_pruning/__init__.py +++ b/tests/torch/pruning/filter_pruning/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/filter_pruning/test_algo.py b/tests/torch/pruning/filter_pruning/test_algo.py index 6812cbe6e0b..210aae6ae94 100644 --- a/tests/torch/pruning/filter_pruning/test_algo.py +++ b/tests/torch/pruning/filter_pruning/test_algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/filter_pruning/test_evolutionary_optimization.py b/tests/torch/pruning/filter_pruning/test_evolutionary_optimization.py index d760cc47bb0..92537533814 100644 --- a/tests/torch/pruning/filter_pruning/test_evolutionary_optimization.py +++ b/tests/torch/pruning/filter_pruning/test_evolutionary_optimization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/filter_pruning/test_flops_pruning.py b/tests/torch/pruning/filter_pruning/test_flops_pruning.py index f6fc72a7a6d..d73fdbff441 100644 --- a/tests/torch/pruning/filter_pruning/test_flops_pruning.py +++ b/tests/torch/pruning/filter_pruning/test_flops_pruning.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/filter_pruning/test_functions.py b/tests/torch/pruning/filter_pruning/test_functions.py index d2924f4d1a3..2649255a7c0 100644 --- a/tests/torch/pruning/filter_pruning/test_functions.py +++ b/tests/torch/pruning/filter_pruning/test_functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/filter_pruning/test_layers.py b/tests/torch/pruning/filter_pruning/test_layers.py index c6a9c75411b..3b07edd819d 100644 --- a/tests/torch/pruning/filter_pruning/test_layers.py +++ b/tests/torch/pruning/filter_pruning/test_layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/filter_pruning/test_legr.py b/tests/torch/pruning/filter_pruning/test_legr.py index c9d40d9bed8..d861d6e0a51 100644 --- a/tests/torch/pruning/filter_pruning/test_legr.py +++ b/tests/torch/pruning/filter_pruning/test_legr.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/filter_pruning/test_set_pruning_rate.py b/tests/torch/pruning/filter_pruning/test_set_pruning_rate.py index f9f239e8892..5b4a73737a3 100644 --- a/tests/torch/pruning/filter_pruning/test_set_pruning_rate.py +++ b/tests/torch/pruning/filter_pruning/test_set_pruning_rate.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/filter_pruning/test_strip.py b/tests/torch/pruning/filter_pruning/test_strip.py index b1543e94613..061569522a4 100644 --- a/tests/torch/pruning/filter_pruning/test_strip.py +++ b/tests/torch/pruning/filter_pruning/test_strip.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/helpers.py b/tests/torch/pruning/helpers.py index 3f5ea3a6908..629743106df 100644 --- a/tests/torch/pruning/helpers.py +++ b/tests/torch/pruning/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/test_common.py b/tests/torch/pruning/test_common.py index c5f30626b8c..0253decba69 100644 --- a/tests/torch/pruning/test_common.py +++ b/tests/torch/pruning/test_common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/test_distributed.py b/tests/torch/pruning/test_distributed.py index 2a63ce8675d..d237cd84b42 100644 --- a/tests/torch/pruning/test_distributed.py +++ b/tests/torch/pruning/test_distributed.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/test_model_pruning_analysis.py b/tests/torch/pruning/test_model_pruning_analysis.py index 5f02abb3fc5..86858ef1ff5 100644 --- a/tests/torch/pruning/test_model_pruning_analysis.py +++ b/tests/torch/pruning/test_model_pruning_analysis.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/test_onnx_export.py b/tests/torch/pruning/test_onnx_export.py index 5a683ededdc..12b311a462b 100644 --- a/tests/torch/pruning/test_onnx_export.py +++ b/tests/torch/pruning/test_onnx_export.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/test_schedulers.py b/tests/torch/pruning/test_schedulers.py index aae9a5ba02d..9efb1d16f63 100644 --- a/tests/torch/pruning/test_schedulers.py +++ b/tests/torch/pruning/test_schedulers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/test_tensor_processor.py b/tests/torch/pruning/test_tensor_processor.py index b4267df1b12..e4664eab428 100644 --- a/tests/torch/pruning/test_tensor_processor.py +++ b/tests/torch/pruning/test_tensor_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pruning/test_utils.py b/tests/torch/pruning/test_utils.py index 5ea861c8d39..f480ee65da0 100644 --- a/tests/torch/pruning/test_utils.py +++ b/tests/torch/pruning/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/helpers.py b/tests/torch/ptq/helpers.py index 0eb186857ae..3999d0126b1 100644 --- a/tests/torch/ptq/helpers.py +++ b/tests/torch/ptq/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_calculation_quantizer_params.py b/tests/torch/ptq/test_calculation_quantizer_params.py index 556b5f9e387..83cc3f36e29 100644 --- a/tests/torch/ptq/test_calculation_quantizer_params.py +++ b/tests/torch/ptq/test_calculation_quantizer_params.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_fast_bias_correction.py b/tests/torch/ptq/test_fast_bias_correction.py index 5b3c6c0ce3c..0f7a8e14aaa 100644 --- a/tests/torch/ptq/test_fast_bias_correction.py +++ b/tests/torch/ptq/test_fast_bias_correction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_fq_params_calculation.py b/tests/torch/ptq/test_fq_params_calculation.py index 6d71760cd33..9bd883c8393 100644 --- a/tests/torch/ptq/test_fq_params_calculation.py +++ b/tests/torch/ptq/test_fq_params_calculation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_graphs.py b/tests/torch/ptq/test_graphs.py index eba35163c7c..1f63b14dbf0 100644 --- a/tests/torch/ptq/test_graphs.py +++ b/tests/torch/ptq/test_graphs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_min_max.py b/tests/torch/ptq/test_min_max.py index d099fd587c1..49797184fb7 100644 --- a/tests/torch/ptq/test_min_max.py +++ b/tests/torch/ptq/test_min_max.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_ptq_params.py b/tests/torch/ptq/test_ptq_params.py index 4d4eff8276d..989309ed01c 100644 --- a/tests/torch/ptq/test_ptq_params.py +++ b/tests/torch/ptq/test_ptq_params.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_quantizer_config.py b/tests/torch/ptq/test_quantizer_config.py index 1b64b6cbd87..e4ed0f686e2 100644 --- a/tests/torch/ptq/test_quantizer_config.py +++ b/tests/torch/ptq/test_quantizer_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_reducers_and_aggregators.py b/tests/torch/ptq/test_reducers_and_aggregators.py index 6427804c4e0..62126a8b9aa 100644 --- a/tests/torch/ptq/test_reducers_and_aggregators.py +++ b/tests/torch/ptq/test_reducers_and_aggregators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_statistic_collector.py b/tests/torch/ptq/test_statistic_collector.py index 50930a289ec..2f6f5f6a5b3 100644 --- a/tests/torch/ptq/test_statistic_collector.py +++ b/tests/torch/ptq/test_statistic_collector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_statistics_caching.py b/tests/torch/ptq/test_statistics_caching.py index 39e707a6521..b534e6644b9 100644 --- a/tests/torch/ptq/test_statistics_caching.py +++ b/tests/torch/ptq/test_statistics_caching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_strip.py b/tests/torch/ptq/test_strip.py index a767ad7a05b..ad46d3edc2d 100644 --- a/tests/torch/ptq/test_strip.py +++ b/tests/torch/ptq/test_strip.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_tensor_collector_batch_size.py b/tests/torch/ptq/test_tensor_collector_batch_size.py index 9e3c53a7f9a..3015d5bc343 100644 --- a/tests/torch/ptq/test_tensor_collector_batch_size.py +++ b/tests/torch/ptq/test_tensor_collector_batch_size.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_weights_compression.py b/tests/torch/ptq/test_weights_compression.py index 95c03013333..12f113863f7 100644 --- a/tests/torch/ptq/test_weights_compression.py +++ b/tests/torch/ptq/test_weights_compression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/ptq/test_wrap_model.py b/tests/torch/ptq/test_wrap_model.py index 82b2ae0724f..a67ac31cb6e 100644 --- a/tests/torch/ptq/test_wrap_model.py +++ b/tests/torch/ptq/test_wrap_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/pytorch_patch_isolated.py b/tests/torch/pytorch_patch_isolated.py index 3447061bbd4..3929edd9dd5 100644 --- a/tests/torch/pytorch_patch_isolated.py +++ b/tests/torch/pytorch_patch_isolated.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/qat/helpers.py b/tests/torch/qat/helpers.py index dcd3c7bcfb3..a8c5149bdab 100644 --- a/tests/torch/qat/helpers.py +++ b/tests/torch/qat/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/qat/test_qat_classification.py b/tests/torch/qat/test_qat_classification.py index 1ecda84fb24..f0992ca4fac 100644 --- a/tests/torch/qat/test_qat_classification.py +++ b/tests/torch/qat/test_qat_classification.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/qat/test_qat_object_detection.py b/tests/torch/qat/test_qat_object_detection.py index e8a4c3df885..b84c814eb67 100644 --- a/tests/torch/qat/test_qat_object_detection.py +++ b/tests/torch/qat/test_qat_object_detection.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/qat/test_qat_segmentation.py b/tests/torch/qat/test_qat_segmentation.py index 005795736bb..3a21cc06499 100644 --- a/tests/torch/qat/test_qat_segmentation.py +++ b/tests/torch/qat/test_qat_segmentation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/__init__.py b/tests/torch/quantization/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/quantization/__init__.py +++ b/tests/torch/quantization/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/extensions/__init__.py b/tests/torch/quantization/extensions/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/quantization/extensions/__init__.py +++ b/tests/torch/quantization/extensions/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/extensions/isolated_cases.py b/tests/torch/quantization/extensions/isolated_cases.py index 801538e8f3c..6fb153e7d19 100644 --- a/tests/torch/quantization/extensions/isolated_cases.py +++ b/tests/torch/quantization/extensions/isolated_cases.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/extensions/test_extension_unavailable.py b/tests/torch/quantization/extensions/test_extension_unavailable.py index 4ae9c654cca..79c114d3d2b 100644 --- a/tests/torch/quantization/extensions/test_extension_unavailable.py +++ b/tests/torch/quantization/extensions/test_extension_unavailable.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/extensions/test_timeout_extension_loader.py b/tests/torch/quantization/extensions/test_timeout_extension_loader.py index 37f6cf63a97..ab71b2c60da 100644 --- a/tests/torch/quantization/extensions/test_timeout_extension_loader.py +++ b/tests/torch/quantization/extensions/test_timeout_extension_loader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/quantization_helpers.py b/tests/torch/quantization/quantization_helpers.py index 45e0779e420..aff4fce1d5a 100644 --- a/tests/torch/quantization/quantization_helpers.py +++ b/tests/torch/quantization/quantization_helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_adjust_padding.py b/tests/torch/quantization/test_adjust_padding.py index d848caedbe2..f43099dc631 100644 --- a/tests/torch/quantization/test_adjust_padding.py +++ b/tests/torch/quantization/test_adjust_padding.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_algo_quantization.py b/tests/torch/quantization/test_algo_quantization.py index 734f938e9d3..0cd1933fbe6 100644 --- a/tests/torch/quantization/test_algo_quantization.py +++ b/tests/torch/quantization/test_algo_quantization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_autoq_precision_init.py b/tests/torch/quantization/test_autoq_precision_init.py index a373d0718bf..3af30c37d82 100644 --- a/tests/torch/quantization/test_autoq_precision_init.py +++ b/tests/torch/quantization/test_autoq_precision_init.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_functions.py b/tests/torch/quantization/test_functions.py index 18ebd23afa6..4cafc5fc1d5 100644 --- a/tests/torch/quantization/test_functions.py +++ b/tests/torch/quantization/test_functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_hawq_precision_init.py b/tests/torch/quantization/test_hawq_precision_init.py index ee7a52c77fd..1c2cab50ff7 100644 --- a/tests/torch/quantization/test_hawq_precision_init.py +++ b/tests/torch/quantization/test_hawq_precision_init.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_hw_config.py b/tests/torch/quantization/test_hw_config.py index 67907bf3cac..1fa0d38f782 100644 --- a/tests/torch/quantization/test_hw_config.py +++ b/tests/torch/quantization/test_hw_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_layers.py b/tests/torch/quantization/test_layers.py index 168f9150ded..3b6e34e7f99 100644 --- a/tests/torch/quantization/test_layers.py +++ b/tests/torch/quantization/test_layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_logarithm_scale.py b/tests/torch/quantization/test_logarithm_scale.py index 496032764a4..9770ce1ae7d 100644 --- a/tests/torch/quantization/test_logarithm_scale.py +++ b/tests/torch/quantization/test_logarithm_scale.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_manual_precision_init.py b/tests/torch/quantization/test_manual_precision_init.py index fc9c102d3f7..01871d7a990 100644 --- a/tests/torch/quantization/test_manual_precision_init.py +++ b/tests/torch/quantization/test_manual_precision_init.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_onnx_export.py b/tests/torch/quantization/test_onnx_export.py index 27aab3ebc4a..2c0cd2252b9 100644 --- a/tests/torch/quantization/test_onnx_export.py +++ b/tests/torch/quantization/test_onnx_export.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_overflow_issue_export.py b/tests/torch/quantization/test_overflow_issue_export.py index 1c53d420861..889156214c6 100644 --- a/tests/torch/quantization/test_overflow_issue_export.py +++ b/tests/torch/quantization/test_overflow_issue_export.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_quantization_metric.py b/tests/torch/quantization/test_quantization_metric.py index 9e58cbb63e1..cec42cf0f80 100644 --- a/tests/torch/quantization/test_quantization_metric.py +++ b/tests/torch/quantization/test_quantization_metric.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_range_init.py b/tests/torch/quantization/test_range_init.py index 924230cebd9..8c27c47abed 100644 --- a/tests/torch/quantization/test_range_init.py +++ b/tests/torch/quantization/test_range_init.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_sanity_sample.py b/tests/torch/quantization/test_sanity_sample.py index ab0f27a944d..0ff33ddac6a 100644 --- a/tests/torch/quantization/test_sanity_sample.py +++ b/tests/torch/quantization/test_sanity_sample.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_scheduler.py b/tests/torch/quantization/test_scheduler.py index 1abe7f6c0a6..ddf81e5eb92 100644 --- a/tests/torch/quantization/test_scheduler.py +++ b/tests/torch/quantization/test_scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_serialize_to_json.py b/tests/torch/quantization/test_serialize_to_json.py index b539712951f..47eb2720516 100644 --- a/tests/torch/quantization/test_serialize_to_json.py +++ b/tests/torch/quantization/test_serialize_to_json.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_solver_quantization_traits.py b/tests/torch/quantization/test_solver_quantization_traits.py index 221bf296d7b..103b2621d2f 100644 --- a/tests/torch/quantization/test_solver_quantization_traits.py +++ b/tests/torch/quantization/test_solver_quantization_traits.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_strip.py b/tests/torch/quantization/test_strip.py index 1c7105f2b91..c27409d38b2 100644 --- a/tests/torch/quantization/test_strip.py +++ b/tests/torch/quantization/test_strip.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_tracing.py b/tests/torch/quantization/test_tracing.py index 74521338fea..b4bae8ba95e 100644 --- a/tests/torch/quantization/test_tracing.py +++ b/tests/torch/quantization/test_tracing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/quantization/test_unified_scales.py b/tests/torch/quantization/test_unified_scales.py index 0ce774dd90f..b9105b5c4ea 100644 --- a/tests/torch/quantization/test_unified_scales.py +++ b/tests/torch/quantization/test_unified_scales.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/run_examples_for_test_sota.py b/tests/torch/run_examples_for_test_sota.py index bd7fe9054ea..59a4d1d03af 100644 --- a/tests/torch/run_examples_for_test_sota.py +++ b/tests/torch/run_examples_for_test_sota.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sample_test_validator.py b/tests/torch/sample_test_validator.py index 5fb2bc3c602..8bf0ab3a861 100644 --- a/tests/torch/sample_test_validator.py +++ b/tests/torch/sample_test_validator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sdl/__init__.py b/tests/torch/sdl/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/sdl/__init__.py +++ b/tests/torch/sdl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sdl/test_symlinks.py b/tests/torch/sdl/test_symlinks.py index afdfc40fee4..8bc478ec6fc 100644 --- a/tests/torch/sdl/test_symlinks.py +++ b/tests/torch/sdl/test_symlinks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/__init__.py b/tests/torch/sparsity/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/sparsity/__init__.py +++ b/tests/torch/sparsity/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/const/__init__.py b/tests/torch/sparsity/const/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/sparsity/const/__init__.py +++ b/tests/torch/sparsity/const/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/const/test_algo.py b/tests/torch/sparsity/const/test_algo.py index ebc91d511ff..8a08a9d6a1c 100644 --- a/tests/torch/sparsity/const/test_algo.py +++ b/tests/torch/sparsity/const/test_algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/magnitude/test_algo.py b/tests/torch/sparsity/magnitude/test_algo.py index f6f16d979c3..c0c54ff2008 100644 --- a/tests/torch/sparsity/magnitude/test_algo.py +++ b/tests/torch/sparsity/magnitude/test_algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/magnitude/test_helpers.py b/tests/torch/sparsity/magnitude/test_helpers.py index c28e5411c32..fad604d5315 100644 --- a/tests/torch/sparsity/magnitude/test_helpers.py +++ b/tests/torch/sparsity/magnitude/test_helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/magnitude/test_modules.py b/tests/torch/sparsity/magnitude/test_modules.py index 2277c4e2d83..5c1b518abe2 100644 --- a/tests/torch/sparsity/magnitude/test_modules.py +++ b/tests/torch/sparsity/magnitude/test_modules.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/magnitude/test_scheduler.py b/tests/torch/sparsity/magnitude/test_scheduler.py index cc627d86c2e..21c11e9ddf9 100644 --- a/tests/torch/sparsity/magnitude/test_scheduler.py +++ b/tests/torch/sparsity/magnitude/test_scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/__init__.py b/tests/torch/sparsity/movement/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/sparsity/movement/__init__.py +++ b/tests/torch/sparsity/movement/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/helpers/__init__.py b/tests/torch/sparsity/movement/helpers/__init__.py index 6e2d7e4760c..03f082777dd 100644 --- a/tests/torch/sparsity/movement/helpers/__init__.py +++ b/tests/torch/sparsity/movement/helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/helpers/config.py b/tests/torch/sparsity/movement/helpers/config.py index 509988a6cf8..1a1b42110b1 100644 --- a/tests/torch/sparsity/movement/helpers/config.py +++ b/tests/torch/sparsity/movement/helpers/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/helpers/run_recipe.py b/tests/torch/sparsity/movement/helpers/run_recipe.py index 77b3140a967..f3a6a2ad4b2 100644 --- a/tests/torch/sparsity/movement/helpers/run_recipe.py +++ b/tests/torch/sparsity/movement/helpers/run_recipe.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/helpers/trainer.py b/tests/torch/sparsity/movement/helpers/trainer.py index 89ffeb6c865..d204fb0d705 100644 --- a/tests/torch/sparsity/movement/helpers/trainer.py +++ b/tests/torch/sparsity/movement/helpers/trainer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/helpers/utils.py b/tests/torch/sparsity/movement/helpers/utils.py index e63022e08ff..47cbc3468a4 100644 --- a/tests/torch/sparsity/movement/helpers/utils.py +++ b/tests/torch/sparsity/movement/helpers/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/test_algo.py b/tests/torch/sparsity/movement/test_algo.py index 1fa20764101..6d4d9600199 100644 --- a/tests/torch/sparsity/movement/test_algo.py +++ b/tests/torch/sparsity/movement/test_algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/test_components.py b/tests/torch/sparsity/movement/test_components.py index da6a98302f2..a1c0634bcf5 100644 --- a/tests/torch/sparsity/movement/test_components.py +++ b/tests/torch/sparsity/movement/test_components.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/test_model_saving.py b/tests/torch/sparsity/movement/test_model_saving.py index 979b86a7b18..d6384ae7e00 100644 --- a/tests/torch/sparsity/movement/test_model_saving.py +++ b/tests/torch/sparsity/movement/test_model_saving.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/test_scheduler.py b/tests/torch/sparsity/movement/test_scheduler.py index 34d11241dc5..4ed0826fdeb 100644 --- a/tests/torch/sparsity/movement/test_scheduler.py +++ b/tests/torch/sparsity/movement/test_scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/test_structured_mask.py b/tests/torch/sparsity/movement/test_structured_mask.py index 5e5bcce7a11..874d7738cb3 100644 --- a/tests/torch/sparsity/movement/test_structured_mask.py +++ b/tests/torch/sparsity/movement/test_structured_mask.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/test_training.py b/tests/torch/sparsity/movement/test_training.py index 407fbb62177..9e25ce40496 100644 --- a/tests/torch/sparsity/movement/test_training.py +++ b/tests/torch/sparsity/movement/test_training.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/movement/training_scripts/run_glue.py b/tests/torch/sparsity/movement/training_scripts/run_glue.py index 360832a5bb7..79c6cce221c 100644 --- a/tests/torch/sparsity/movement/training_scripts/run_glue.py +++ b/tests/torch/sparsity/movement/training_scripts/run_glue.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/rb/__init__.py b/tests/torch/sparsity/rb/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/sparsity/rb/__init__.py +++ b/tests/torch/sparsity/rb/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/rb/test_algo.py b/tests/torch/sparsity/rb/test_algo.py index 0a1381bbb65..4838120b0d4 100644 --- a/tests/torch/sparsity/rb/test_algo.py +++ b/tests/torch/sparsity/rb/test_algo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/rb/test_components.py b/tests/torch/sparsity/rb/test_components.py index 77df01bfa62..aaccd9ffc28 100644 --- a/tests/torch/sparsity/rb/test_components.py +++ b/tests/torch/sparsity/rb/test_components.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/rb/test_weights.py b/tests/torch/sparsity/rb/test_weights.py index 2bafc49e7b1..0072fae4a88 100644 --- a/tests/torch/sparsity/rb/test_weights.py +++ b/tests/torch/sparsity/rb/test_weights.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/test_common.py b/tests/torch/sparsity/test_common.py index 7d71e348f3a..770b99e461b 100644 --- a/tests/torch/sparsity/test_common.py +++ b/tests/torch/sparsity/test_common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/sparsity/test_strip.py b/tests/torch/sparsity/test_strip.py index 36c9eddd438..87371ee2164 100644 --- a/tests/torch/sparsity/test_strip.py +++ b/tests/torch/sparsity/test_strip.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/tensor_statistics/__init__.py b/tests/torch/tensor_statistics/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch/tensor_statistics/__init__.py +++ b/tests/torch/tensor_statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/tensor_statistics/test_tensor_statistics.py b/tests/torch/tensor_statistics/test_tensor_statistics.py index 5084056d251..69f152c171e 100644 --- a/tests/torch/tensor_statistics/test_tensor_statistics.py +++ b/tests/torch/tensor_statistics/test_tensor_statistics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_algo_common.py b/tests/torch/test_algo_common.py index b41446052ad..842140417de 100644 --- a/tests/torch/test_algo_common.py +++ b/tests/torch/test_algo_common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_api_behavior.py b/tests/torch/test_api_behavior.py index eb09cbd76ad..fa16ca85ca9 100644 --- a/tests/torch/test_api_behavior.py +++ b/tests/torch/test_api_behavior.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_backward_compat.py b/tests/torch/test_backward_compat.py index 22eef38008e..2adc2b964cb 100644 --- a/tests/torch/test_backward_compat.py +++ b/tests/torch/test_backward_compat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_compressed_graph.py b/tests/torch/test_compressed_graph.py index 64450224b36..36c14e7e70f 100644 --- a/tests/torch/test_compressed_graph.py +++ b/tests/torch/test_compressed_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_compression_lr_multiplier.py b/tests/torch/test_compression_lr_multiplier.py index 6e77aca71fa..65ddff0d33f 100644 --- a/tests/torch/test_compression_lr_multiplier.py +++ b/tests/torch/test_compression_lr_multiplier.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_compression_training.py b/tests/torch/test_compression_training.py index f3af94cac48..9d931660977 100644 --- a/tests/torch/test_compression_training.py +++ b/tests/torch/test_compression_training.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_context_independence.py b/tests/torch/test_context_independence.py index aca187e1181..68c1f90782c 100644 --- a/tests/torch/test_context_independence.py +++ b/tests/torch/test_context_independence.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_custom_modules.py b/tests/torch/test_custom_modules.py index 4d08d251840..3748d28618c 100644 --- a/tests/torch/test_custom_modules.py +++ b/tests/torch/test_custom_modules.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_dataset_generators.py b/tests/torch/test_dataset_generators.py index 64447e55b87..40e156aeb5a 100644 --- a/tests/torch/test_dataset_generators.py +++ b/tests/torch/test_dataset_generators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_distributed_data_parallel_mode.py b/tests/torch/test_distributed_data_parallel_mode.py index c9e12cc5297..ade5eed2507 100644 --- a/tests/torch/test_distributed_data_parallel_mode.py +++ b/tests/torch/test_distributed_data_parallel_mode.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_extensions_build.py b/tests/torch/test_extensions_build.py index 8b7a57f9aa0..b2697e70d62 100644 --- a/tests/torch/test_extensions_build.py +++ b/tests/torch/test_extensions_build.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_extractor.py b/tests/torch/test_extractor.py index 7d7219ce3fc..64eef988d33 100644 --- a/tests/torch/test_extractor.py +++ b/tests/torch/test_extractor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_frozen_layers.py b/tests/torch/test_frozen_layers.py index 3f7cffd3529..36dc2869a87 100644 --- a/tests/torch/test_frozen_layers.py +++ b/tests/torch/test_frozen_layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_get_modules_by_type.py b/tests/torch/test_get_modules_by_type.py index 48cdf5f0bdb..4d113f8cfb9 100644 --- a/tests/torch/test_get_modules_by_type.py +++ b/tests/torch/test_get_modules_by_type.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_graph_analysis.py b/tests/torch/test_graph_analysis.py index 7ec1d4d7edd..64354ba2132 100644 --- a/tests/torch/test_graph_analysis.py +++ b/tests/torch/test_graph_analysis.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_graph_building.py b/tests/torch/test_graph_building.py index 11ff4d984c1..5040770e58b 100644 --- a/tests/torch/test_graph_building.py +++ b/tests/torch/test_graph_building.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_init_data_loader.py b/tests/torch/test_init_data_loader.py index ba8739505f7..96d45fd6a7d 100644 --- a/tests/torch/test_init_data_loader.py +++ b/tests/torch/test_init_data_loader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_input_management.py b/tests/torch/test_input_management.py index b5345ee9eaf..4f9a505cce2 100644 --- a/tests/torch/test_input_management.py +++ b/tests/torch/test_input_management.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_knowledge_distillation.py b/tests/torch/test_knowledge_distillation.py index b129c816e6e..1aae902fda7 100644 --- a/tests/torch/test_knowledge_distillation.py +++ b/tests/torch/test_knowledge_distillation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_layer_attributes.py b/tests/torch/test_layer_attributes.py index 4bfd6d503ab..e666f33df89 100644 --- a/tests/torch/test_layer_attributes.py +++ b/tests/torch/test_layer_attributes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_load_model_state.py b/tests/torch/test_load_model_state.py index 74788c988ae..b0a2f88f154 100644 --- a/tests/torch/test_load_model_state.py +++ b/tests/torch/test_load_model_state.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_model_graph_manager.py b/tests/torch/test_model_graph_manager.py index ef1501a9fc5..27ecf241597 100644 --- a/tests/torch/test_model_graph_manager.py +++ b/tests/torch/test_model_graph_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_model_transformer.py b/tests/torch/test_model_transformer.py index 816671544c9..6bb32e6bf6b 100644 --- a/tests/torch/test_model_transformer.py +++ b/tests/torch/test_model_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/__init__.py b/tests/torch/test_models/__init__.py index 7ba2fbd18ee..a0dd888373a 100644 --- a/tests/torch/test_models/__init__.py +++ b/tests/torch/test_models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/alexnet.py b/tests/torch/test_models/alexnet.py index 3f1e93d9b8b..7f04ca5314c 100644 --- a/tests/torch/test_models/alexnet.py +++ b/tests/torch/test_models/alexnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/densenet.py b/tests/torch/test_models/densenet.py index 410d1a72578..6bd1aff1af2 100644 --- a/tests/torch/test_models/densenet.py +++ b/tests/torch/test_models/densenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/dpn.py b/tests/torch/test_models/dpn.py index 0ed15bcdf83..c25a72d017e 100644 --- a/tests/torch/test_models/dpn.py +++ b/tests/torch/test_models/dpn.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/googlenet.py b/tests/torch/test_models/googlenet.py index fd609ba609f..94d4ff63c3c 100644 --- a/tests/torch/test_models/googlenet.py +++ b/tests/torch/test_models/googlenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/inceptionv3.py b/tests/torch/test_models/inceptionv3.py index 163892df245..720acca5efd 100644 --- a/tests/torch/test_models/inceptionv3.py +++ b/tests/torch/test_models/inceptionv3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/lenet.py b/tests/torch/test_models/lenet.py index aacf8122d3a..c6633a5727d 100644 --- a/tests/torch/test_models/lenet.py +++ b/tests/torch/test_models/lenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/mobilenet.py b/tests/torch/test_models/mobilenet.py index e63dc045ca8..5518190e55f 100644 --- a/tests/torch/test_models/mobilenet.py +++ b/tests/torch/test_models/mobilenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/mobilenet_v3.py b/tests/torch/test_models/mobilenet_v3.py index be0378142be..eccfd172fcc 100644 --- a/tests/torch/test_models/mobilenet_v3.py +++ b/tests/torch/test_models/mobilenet_v3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/pnasnet.py b/tests/torch/test_models/pnasnet.py index 46abe3325ad..4015c7f1eb9 100644 --- a/tests/torch/test_models/pnasnet.py +++ b/tests/torch/test_models/pnasnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/preact_resnet.py b/tests/torch/test_models/preact_resnet.py index 11cd80485e9..e03b7cdaa6f 100644 --- a/tests/torch/test_models/preact_resnet.py +++ b/tests/torch/test_models/preact_resnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/resnet.py b/tests/torch/test_models/resnet.py index 88a210bfcd0..a2283a043a6 100644 --- a/tests/torch/test_models/resnet.py +++ b/tests/torch/test_models/resnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/resnext.py b/tests/torch/test_models/resnext.py index c411c5e37c3..94bea081e76 100644 --- a/tests/torch/test_models/resnext.py +++ b/tests/torch/test_models/resnext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/senet.py b/tests/torch/test_models/senet.py index d94496bfd3f..911ba5c3d13 100644 --- a/tests/torch/test_models/senet.py +++ b/tests/torch/test_models/senet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/shufflenet.py b/tests/torch/test_models/shufflenet.py index cf793cc66f2..d82680c56f0 100644 --- a/tests/torch/test_models/shufflenet.py +++ b/tests/torch/test_models/shufflenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/shufflenetv2.py b/tests/torch/test_models/shufflenetv2.py index 117cdd08c63..cfb92c2a16c 100644 --- a/tests/torch/test_models/shufflenetv2.py +++ b/tests/torch/test_models/shufflenetv2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/squeezenet.py b/tests/torch/test_models/squeezenet.py index 1eb44bcf37d..92a90ff0a2a 100644 --- a/tests/torch/test_models/squeezenet.py +++ b/tests/torch/test_models/squeezenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/sr_small_model.py b/tests/torch/test_models/sr_small_model.py index 155a48aafe8..8a7ab7d9ece 100644 --- a/tests/torch/test_models/sr_small_model.py +++ b/tests/torch/test_models/sr_small_model.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/ssd_mobilenet.py b/tests/torch/test_models/ssd_mobilenet.py index 07e188f0cc2..baea3b77e65 100644 --- a/tests/torch/test_models/ssd_mobilenet.py +++ b/tests/torch/test_models/ssd_mobilenet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/ssd_vgg.py b/tests/torch/test_models/ssd_vgg.py index cbf36fec64e..259d8299675 100644 --- a/tests/torch/test_models/ssd_vgg.py +++ b/tests/torch/test_models/ssd_vgg.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/swin.py b/tests/torch/test_models/swin.py index 3dcfab28a19..20623e9bd4d 100644 --- a/tests/torch/test_models/swin.py +++ b/tests/torch/test_models/swin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/synthetic.py b/tests/torch/test_models/synthetic.py index e337e1c5008..ba9c385f41d 100644 --- a/tests/torch/test_models/synthetic.py +++ b/tests/torch/test_models/synthetic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/unet.py b/tests/torch/test_models/unet.py index 714aa5d1f03..a9cf10ca01b 100644 --- a/tests/torch/test_models/unet.py +++ b/tests/torch/test_models/unet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_models/vgg.py b/tests/torch/test_models/vgg.py index 25c37432f89..54854947ca7 100644 --- a/tests/torch/test_models/vgg.py +++ b/tests/torch/test_models/vgg.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_nncf_graph.py b/tests/torch/test_nncf_graph.py index 72f92e68bc0..da9366f1b4a 100644 --- a/tests/torch/test_nncf_graph.py +++ b/tests/torch/test_nncf_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_nncf_utils.py b/tests/torch/test_nncf_utils.py index d50c3cce31d..9ae88371869 100644 --- a/tests/torch/test_nncf_utils.py +++ b/tests/torch/test_nncf_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_no_compression_algorithm.py b/tests/torch/test_no_compression_algorithm.py index 3dcd53d2e9a..08b07c9d2c0 100644 --- a/tests/torch/test_no_compression_algorithm.py +++ b/tests/torch/test_no_compression_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_no_nncf_trace_patching.py b/tests/torch/test_no_nncf_trace_patching.py index 3c1b3c88053..c76370d936b 100644 --- a/tests/torch/test_no_nncf_trace_patching.py +++ b/tests/torch/test_no_nncf_trace_patching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_onnx_export.py b/tests/torch/test_onnx_export.py index 8ab4f3186f2..d53175db138 100644 --- a/tests/torch/test_onnx_export.py +++ b/tests/torch/test_onnx_export.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_pattern_manager.py b/tests/torch/test_pattern_manager.py index bbf070f32f3..b677558c15b 100644 --- a/tests/torch/test_pattern_manager.py +++ b/tests/torch/test_pattern_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_pytorch_patch.py b/tests/torch/test_pytorch_patch.py index 1164d304ea4..2181ffeaafc 100644 --- a/tests/torch/test_pytorch_patch.py +++ b/tests/torch/test_pytorch_patch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_resume_from_checkpoint.py b/tests/torch/test_resume_from_checkpoint.py index f35e199b076..7a0ce4b8387 100644 --- a/tests/torch/test_resume_from_checkpoint.py +++ b/tests/torch/test_resume_from_checkpoint.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_return_types.py b/tests/torch/test_return_types.py index 48eb38f8c22..2ac28d75dd1 100644 --- a/tests/torch/test_return_types.py +++ b/tests/torch/test_return_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_sanity_sample.py b/tests/torch/test_sanity_sample.py index 71aa67260bd..33e501617b2 100644 --- a/tests/torch/test_sanity_sample.py +++ b/tests/torch/test_sanity_sample.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_serialization.py b/tests/torch/test_serialization.py index 69f00b63600..590c8149f99 100644 --- a/tests/torch/test_serialization.py +++ b/tests/torch/test_serialization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_sota_checkpoints.py b/tests/torch/test_sota_checkpoints.py index eff03d3e2e8..299e89ce50b 100644 --- a/tests/torch/test_sota_checkpoints.py +++ b/tests/torch/test_sota_checkpoints.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_statistics_aggregator.py b/tests/torch/test_statistics_aggregator.py index 787cb75bdab..15258e4da42 100644 --- a/tests/torch/test_statistics_aggregator.py +++ b/tests/torch/test_statistics_aggregator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_statistics_serializer.py b/tests/torch/test_statistics_serializer.py index a09c3561d86..856c058b158 100644 --- a/tests/torch/test_statistics_serializer.py +++ b/tests/torch/test_statistics_serializer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_telemetry.py b/tests/torch/test_telemetry.py index e41be269919..aad30a34c62 100644 --- a/tests/torch/test_telemetry.py +++ b/tests/torch/test_telemetry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_tensor.py b/tests/torch/test_tensor.py index 781f89c4ad0..59a10ec8a35 100644 --- a/tests/torch/test_tensor.py +++ b/tests/torch/test_tensor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_tracing_context.py b/tests/torch/test_tracing_context.py index 7c4a23a588a..ccfee9c6e58 100644 --- a/tests/torch/test_tracing_context.py +++ b/tests/torch/test_tracing_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_transform_fn.py b/tests/torch/test_transform_fn.py index dd3732da827..516b4a3ed72 100644 --- a/tests/torch/test_transform_fn.py +++ b/tests/torch/test_transform_fn.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch/test_utils.py b/tests/torch/test_utils.py index 1f21de5bac5..1ebeb3a7b70 100644 --- a/tests/torch/test_utils.py +++ b/tests/torch/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/__init__.py b/tests/torch2/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tests/torch2/__init__.py +++ b/tests/torch2/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/conftest.py b/tests/torch2/conftest.py index 350391b1af8..c145ce6409c 100644 --- a/tests/torch2/conftest.py +++ b/tests/torch2/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/function_hook/graph/test_build_graph_mode.py b/tests/torch2/function_hook/graph/test_build_graph_mode.py index e2ef6047ca7..0aa6dde1c2f 100644 --- a/tests/torch2/function_hook/graph/test_build_graph_mode.py +++ b/tests/torch2/function_hook/graph/test_build_graph_mode.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/function_hook/graph/test_graph_visualisation.py b/tests/torch2/function_hook/graph/test_graph_visualisation.py index b398b138330..ce819298778 100644 --- a/tests/torch2/function_hook/graph/test_graph_visualisation.py +++ b/tests/torch2/function_hook/graph/test_graph_visualisation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/function_hook/helpers.py b/tests/torch2/function_hook/helpers.py index 89ae33cc8e6..0b261253905 100644 --- a/tests/torch2/function_hook/helpers.py +++ b/tests/torch2/function_hook/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/function_hook/nncf_graph/test_nncf_graph.py b/tests/torch2/function_hook/nncf_graph/test_nncf_graph.py index 06d977d9789..bce5e0c1695 100644 --- a/tests/torch2/function_hook/nncf_graph/test_nncf_graph.py +++ b/tests/torch2/function_hook/nncf_graph/test_nncf_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/function_hook/test_function_hook_mode.py b/tests/torch2/function_hook/test_function_hook_mode.py index b0975a26b10..bf944a81454 100644 --- a/tests/torch2/function_hook/test_function_hook_mode.py +++ b/tests/torch2/function_hook/test_function_hook_mode.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/function_hook/test_handle_inner_functions.py b/tests/torch2/function_hook/test_handle_inner_functions.py index d24cb73d63f..61a350b9f98 100644 --- a/tests/torch2/function_hook/test_handle_inner_functions.py +++ b/tests/torch2/function_hook/test_handle_inner_functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/function_hook/test_hook_storage.py b/tests/torch2/function_hook/test_hook_storage.py index 322512e436b..db82b83765d 100644 --- a/tests/torch2/function_hook/test_hook_storage.py +++ b/tests/torch2/function_hook/test_hook_storage.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/function_hook/test_train.py b/tests/torch2/function_hook/test_train.py index 35c015d16fa..c74e65595a9 100644 --- a/tests/torch2/function_hook/test_train.py +++ b/tests/torch2/function_hook/test_train.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/function_hook/test_weak_map.py b/tests/torch2/function_hook/test_weak_map.py index 4d9d8734729..0f8000c867d 100644 --- a/tests/torch2/function_hook/test_weak_map.py +++ b/tests/torch2/function_hook/test_weak_map.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/function_hook/test_wrapper.py b/tests/torch2/function_hook/test_wrapper.py index 7244c72812c..aaca63f2507 100644 --- a/tests/torch2/function_hook/test_wrapper.py +++ b/tests/torch2/function_hook/test_wrapper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/test_patching.py b/tests/torch2/test_patching.py index e31dfe65837..85e9c6485f8 100644 --- a/tests/torch2/test_patching.py +++ b/tests/torch2/test_patching.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/torch2/utils.py b/tests/torch2/utils.py index 9c4fdb47fa1..66bc5eddb56 100644 --- a/tests/torch2/utils.py +++ b/tests/torch2/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/__init__.py b/tools/__init__.py index 2e49d63977d..e5a42efc0ef 100644 --- a/tools/__init__.py +++ b/tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/add_new_quantization_parameters.py b/tools/add_new_quantization_parameters.py index 2853db1e045..7a21c8a3c3e 100644 --- a/tools/add_new_quantization_parameters.py +++ b/tools/add_new_quantization_parameters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/add_qualifiers_to_activation_quantizers.py b/tools/add_qualifiers_to_activation_quantizers.py index 85b72c7e79a..d407d8d8e8e 100644 --- a/tools/add_qualifiers_to_activation_quantizers.py +++ b/tools/add_qualifiers_to_activation_quantizers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/benchmark.py b/tools/benchmark.py index d76a186a00d..27949cee498 100644 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/benchmark_quantize_layers.py b/tools/benchmark_quantize_layers.py index d60458b13fe..b84ab1dab1f 100644 --- a/tools/benchmark_quantize_layers.py +++ b/tools/benchmark_quantize_layers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/clip_dot.py b/tools/clip_dot.py index 09255e86cb7..68466f10f27 100644 --- a/tools/clip_dot.py +++ b/tools/clip_dot.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/convert_mobilenet_v2_to_torchvision.py b/tools/convert_mobilenet_v2_to_torchvision.py index 56169b53bd4..e8fb65b94f3 100644 --- a/tools/convert_mobilenet_v2_to_torchvision.py +++ b/tools/convert_mobilenet_v2_to_torchvision.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/correct_checkpoint.py b/tools/correct_checkpoint.py index 9f28e8b045d..eb96d402e02 100644 --- a/tools/correct_checkpoint.py +++ b/tools/correct_checkpoint.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/extract_ov_subgraph.py b/tools/extract_ov_subgraph.py index 0739bfbf1eb..21d2959950d 100644 --- a/tools/extract_ov_subgraph.py +++ b/tools/extract_ov_subgraph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/get_ir_ignored_scope_by_model_id.py b/tools/get_ir_ignored_scope_by_model_id.py index 4416b5262c1..780bfaa83e2 100644 --- a/tools/get_ir_ignored_scope_by_model_id.py +++ b/tools/get_ir_ignored_scope_by_model_id.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/ir_utils.py b/tools/ir_utils.py index 8d966d11c36..eaaed3622cb 100644 --- a/tools/ir_utils.py +++ b/tools/ir_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/memory_monitor.py b/tools/memory_monitor.py index 68e8a6aea0e..e8d8d3a141e 100644 --- a/tools/memory_monitor.py +++ b/tools/memory_monitor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/onnx_tranformer.py b/tools/onnx_tranformer.py index 517ac9048f3..4f0d62a5bd4 100644 --- a/tools/onnx_tranformer.py +++ b/tools/onnx_tranformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/optimize_tf_graph.py b/tools/optimize_tf_graph.py index 5788dde7fcd..6c4895f6660 100644 --- a/tools/optimize_tf_graph.py +++ b/tools/optimize_tf_graph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/pb_to_tb.py b/tools/pb_to_tb.py index 9163c753dd6..15fbf2563ad 100644 --- a/tools/pb_to_tb.py +++ b/tools/pb_to_tb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/render_dot_to_svg.py b/tools/render_dot_to_svg.py index 788432a47b7..234700d5c9a 100644 --- a/tools/render_dot_to_svg.py +++ b/tools/render_dot_to_svg.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/visualize_compression_results.py b/tools/visualize_compression_results.py index dea1af4a50a..fe7329c31c4 100644 --- a/tools/visualize_compression_results.py +++ b/tools/visualize_compression_results.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Intel Corporation +# Copyright (c) 2025 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at