diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b209249edf4..8c3b9394f24 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2020 Intel Corporation +# Copyright (c) 2019-2022 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # 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/styleguide/PyGuide.md b/docs/styleguide/PyGuide.md index ac6505951a9..1b08803fed0 100644 --- a/docs/styleguide/PyGuide.md +++ b/docs/styleguide/PyGuide.md @@ -526,7 +526,7 @@ Every file should contain a license boilerplate. ```python """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 753f0c23b46..8c0c9ee7053 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 0048339d271..8c0c9ee7053 100644 --- a/examples/tensorflow/__init__.py +++ b/examples/tensorflow/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 376c795ba57..753c1b70175 100644 --- a/examples/tensorflow/classification/datasets/builder.py +++ b/examples/tensorflow/classification/datasets/builder.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 0c6f53d7fde..9c3557626dc 100644 --- a/examples/tensorflow/classification/datasets/preprocessing/cifar.py +++ b/examples/tensorflow/classification/datasets/preprocessing/cifar.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 9f251c7ead6..c20085e08b7 100644 --- a/examples/tensorflow/classification/datasets/preprocessing/imagenet.py +++ b/examples/tensorflow/classification/datasets/preprocessing/imagenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 2568145b9d0..2db160b9872 100644 --- a/examples/tensorflow/classification/datasets/preprocessing/utils.py +++ b/examples/tensorflow/classification/datasets/preprocessing/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 838ca737798..e2ae5c5322c 100644 --- a/examples/tensorflow/classification/datasets/preprocessing_selector.py +++ b/examples/tensorflow/classification/datasets/preprocessing_selector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 3ac7a2651a5..cc185a9476c 100644 --- a/examples/tensorflow/classification/datasets/tfrecords/__init__.py +++ b/examples/tensorflow/classification/datasets/tfrecords/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 88f02ea4744..2238127e11a 100644 --- a/examples/tensorflow/classification/datasets/tfrecords/cifar10.py +++ b/examples/tensorflow/classification/datasets/tfrecords/cifar10.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 0670528a42f..cb303a9257a 100644 --- a/examples/tensorflow/classification/datasets/tfrecords/cifar100.py +++ b/examples/tensorflow/classification/datasets/tfrecords/cifar100.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 ca0b1e58c08..ecc0598a418 100644 --- a/examples/tensorflow/classification/datasets/tfrecords/imagenet2012.py +++ b/examples/tensorflow/classification/datasets/tfrecords/imagenet2012.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 89a23e32dd9..566613e26c3 100644 --- a/examples/tensorflow/classification/main.py +++ b/examples/tensorflow/classification/main.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 c23aecbf0f1..d2784bf03f1 100644 --- a/examples/tensorflow/common/argparser.py +++ b/examples/tensorflow/common/argparser.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 e13fc4e66f8..9a30c5ddc29 100644 --- a/examples/tensorflow/common/callbacks.py +++ b/examples/tensorflow/common/callbacks.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 ce24fcc67f8..ce9a2ab16bb 100644 --- a/examples/tensorflow/common/dataset_builder.py +++ b/examples/tensorflow/common/dataset_builder.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 b75abe24708..d91ee11c10c 100644 --- a/examples/tensorflow/common/distributed.py +++ b/examples/tensorflow/common/distributed.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 988f394170b..7dbafc402fa 100644 --- a/examples/tensorflow/common/logger.py +++ b/examples/tensorflow/common/logger.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 f4b5b4f7053..64fbfa0318c 100644 --- a/examples/tensorflow/common/model_loader.py +++ b/examples/tensorflow/common/model_loader.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 ac2d1b95db3..92c6d668935 100644 --- a/examples/tensorflow/common/models.py +++ b/examples/tensorflow/common/models.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 24768d21bda..f7808505a24 100644 --- a/examples/tensorflow/common/object_detection/architecture/darknet.py +++ b/examples/tensorflow/common/object_detection/architecture/darknet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 c007deaaeb8..01392322889 100644 --- a/examples/tensorflow/common/object_detection/architecture/factory.py +++ b/examples/tensorflow/common/object_detection/architecture/factory.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 b1686c3fcd8..98c6b831985 100644 --- a/examples/tensorflow/common/object_detection/architecture/fpn.py +++ b/examples/tensorflow/common/object_detection/architecture/fpn.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 90b642bbd05..29ad22eb422 100644 --- a/examples/tensorflow/common/object_detection/architecture/heads.py +++ b/examples/tensorflow/common/object_detection/architecture/heads.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/keras_utils.py b/examples/tensorflow/common/object_detection/architecture/keras_utils.py index fd21631c2b2..1e0015e7d75 100644 --- a/examples/tensorflow/common/object_detection/architecture/keras_utils.py +++ b/examples/tensorflow/common/object_detection/architecture/keras_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 cbac4a81dd6..c12e932da11 100644 --- a/examples/tensorflow/common/object_detection/architecture/nn_ops.py +++ b/examples/tensorflow/common/object_detection/architecture/nn_ops.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 d565ae52fb4..7348c62b392 100644 --- a/examples/tensorflow/common/object_detection/architecture/resnet.py +++ b/examples/tensorflow/common/object_detection/architecture/resnet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 0ec1bc39655..42d90055fc1 100644 --- a/examples/tensorflow/common/object_detection/base_model.py +++ b/examples/tensorflow/common/object_detection/base_model.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 0f9e13a5927..6f1a912877f 100644 --- a/examples/tensorflow/common/object_detection/checkpoint_utils.py +++ b/examples/tensorflow/common/object_detection/checkpoint_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 f921ce97030..0f9e41f6f42 100644 --- a/examples/tensorflow/common/object_detection/datasets/builder.py +++ b/examples/tensorflow/common/object_detection/datasets/builder.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 98e80d52393..43cb2d32d21 100644 --- a/examples/tensorflow/common/object_detection/datasets/preprocessing_selector.py +++ b/examples/tensorflow/common/object_detection/datasets/preprocessing_selector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 2df55b12f2f..690a6f810cb 100644 --- a/examples/tensorflow/common/object_detection/datasets/tfrecords/__init__.py +++ b/examples/tensorflow/common/object_detection/datasets/tfrecords/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 62170f8e2f7..00586bf5370 100644 --- a/examples/tensorflow/common/object_detection/datasets/tfrecords/coco2017.py +++ b/examples/tensorflow/common/object_detection/datasets/tfrecords/coco2017.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 683791162e3..c7452cfbbcb 100644 --- a/examples/tensorflow/common/object_detection/evaluation/coco_evaluator.py +++ b/examples/tensorflow/common/object_detection/evaluation/coco_evaluator.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 c33c0f98fc4..d3a3beea90b 100644 --- a/examples/tensorflow/common/object_detection/evaluation/coco_utils.py +++ b/examples/tensorflow/common/object_detection/evaluation/coco_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 e6686e6b9c5..f3c9a4e3e75 100644 --- a/examples/tensorflow/common/object_detection/losses.py +++ b/examples/tensorflow/common/object_detection/losses.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 06e56f2cc48..6b4e748bb08 100644 --- a/examples/tensorflow/common/object_detection/ops/nms.py +++ b/examples/tensorflow/common/object_detection/ops/nms.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 9b1cd95565b..f92a99551e3 100644 --- a/examples/tensorflow/common/object_detection/ops/postprocess_ops.py +++ b/examples/tensorflow/common/object_detection/ops/postprocess_ops.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 97ecdb0c4f9..08912ed738f 100644 --- a/examples/tensorflow/common/object_detection/ops/roi_ops.py +++ b/examples/tensorflow/common/object_detection/ops/roi_ops.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 19a5a31fbb6..883b0f198e6 100644 --- a/examples/tensorflow/common/object_detection/ops/spatial_transform_ops.py +++ b/examples/tensorflow/common/object_detection/ops/spatial_transform_ops.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 58782c99a9e..bdb72bc4740 100644 --- a/examples/tensorflow/common/object_detection/ops/target_ops.py +++ b/examples/tensorflow/common/object_detection/ops/target_ops.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 e166f03d6f4..a0ef4359479 100644 --- a/examples/tensorflow/common/object_detection/utils/anchor.py +++ b/examples/tensorflow/common/object_detection/utils/anchor.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 324cb590e54..d7758ae1f6e 100644 --- a/examples/tensorflow/common/object_detection/utils/argmax_matcher.py +++ b/examples/tensorflow/common/object_detection/utils/argmax_matcher.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 97de132ec8c..2162da177ce 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,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 7d452805548..8a10a0b90d0 100644 --- a/examples/tensorflow/common/object_detection/utils/box_coder.py +++ b/examples/tensorflow/common/object_detection/utils/box_coder.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 2ab9b1f05da..fada602ec05 100644 --- a/examples/tensorflow/common/object_detection/utils/box_list.py +++ b/examples/tensorflow/common/object_detection/utils/box_list.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 3b19dd8f59f..77c99c32746 100644 --- a/examples/tensorflow/common/object_detection/utils/box_utils.py +++ b/examples/tensorflow/common/object_detection/utils/box_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 ecd123657c0..a3e78355470 100644 --- a/examples/tensorflow/common/object_detection/utils/dataloader_utils.py +++ b/examples/tensorflow/common/object_detection/utils/dataloader_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 d9909cea149..270d2aaba09 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,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 2e2b0ce0de6..665c96d7da3 100644 --- a/examples/tensorflow/common/object_detection/utils/input_utils.py +++ b/examples/tensorflow/common/object_detection/utils/input_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 4dde46ca5e8..d3d75baaf0c 100644 --- a/examples/tensorflow/common/object_detection/utils/mask_utils.py +++ b/examples/tensorflow/common/object_detection/utils/mask_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 14c6305b483..6cb6a6873bf 100644 --- a/examples/tensorflow/common/object_detection/utils/matcher.py +++ b/examples/tensorflow/common/object_detection/utils/matcher.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 134fcc67789..d532c119c39 100644 --- a/examples/tensorflow/common/object_detection/utils/minibatch_sampler.py +++ b/examples/tensorflow/common/object_detection/utils/minibatch_sampler.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 79b40d381b7..ff24c7837b9 100644 --- a/examples/tensorflow/common/object_detection/utils/ops.py +++ b/examples/tensorflow/common/object_detection/utils/ops.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 6c79c836075..1a131029d28 100644 --- a/examples/tensorflow/common/object_detection/utils/region_similarity_calculator.py +++ b/examples/tensorflow/common/object_detection/utils/region_similarity_calculator.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 5586b51e045..64bc8da3f61 100644 --- a/examples/tensorflow/common/object_detection/utils/shape_utils.py +++ b/examples/tensorflow/common/object_detection/utils/shape_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 cd26c71c961..d4aac52294e 100644 --- a/examples/tensorflow/common/object_detection/utils/target_assigner.py +++ b/examples/tensorflow/common/object_detection/utils/target_assigner.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 f9dae3ef6b3..33e0143bb5f 100644 --- a/examples/tensorflow/common/object_detection/utils/yolo_v4_utils.py +++ b/examples/tensorflow/common/object_detection/utils/yolo_v4_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 60c05f56d49..4574af9a115 100644 --- a/examples/tensorflow/common/optimizer.py +++ b/examples/tensorflow/common/optimizer.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 8d7e805006f..42c2b0b3a82 100644 --- a/examples/tensorflow/common/prepare_checkpoint.py +++ b/examples/tensorflow/common/prepare_checkpoint.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/sample_config.py b/examples/tensorflow/common/sample_config.py index 2b0bef97b7e..26a1afe1196 100644 --- a/examples/tensorflow/common/sample_config.py +++ b/examples/tensorflow/common/sample_config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 d07f23c847d..dcf56a666d4 100644 --- a/examples/tensorflow/common/scheduler.py +++ b/examples/tensorflow/common/scheduler.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 1987318f07d..072c39317e9 100644 --- a/examples/tensorflow/common/tfrecords_dataset.py +++ b/examples/tensorflow/common/tfrecords_dataset.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 eba1e695c54..beb2fca0627 100644 --- a/examples/tensorflow/common/utils.py +++ b/examples/tensorflow/common/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 263fecb2932..d3402105874 100644 --- a/examples/tensorflow/object_detection/main.py +++ b/examples/tensorflow/object_detection/main.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 1cafbae0ee8..11c9ac2df3b 100644 --- a/examples/tensorflow/object_detection/models/model_selector.py +++ b/examples/tensorflow/object_detection/models/model_selector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 8bdf45efd4b..4dfe13b11a7 100644 --- a/examples/tensorflow/object_detection/models/retinanet_config.py +++ b/examples/tensorflow/object_detection/models/retinanet_config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 02e7756c159..7ac967323ec 100644 --- a/examples/tensorflow/object_detection/models/retinanet_model.py +++ b/examples/tensorflow/object_detection/models/retinanet_model.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 670ee11d79d..10cb31ebe6a 100644 --- a/examples/tensorflow/object_detection/models/yolo_v4_config.py +++ b/examples/tensorflow/object_detection/models/yolo_v4_config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 0edf028c5e7..cfdd0977c3e 100644 --- a/examples/tensorflow/object_detection/models/yolo_v4_model.py +++ b/examples/tensorflow/object_detection/models/yolo_v4_model.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 f37fd248c06..1033c21ff92 100644 --- a/examples/tensorflow/object_detection/postprocessing/yolo_v4_postprocessing.py +++ b/examples/tensorflow/object_detection/postprocessing/yolo_v4_postprocessing.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 2fb1c6a8a76..ba999ef465d 100644 --- a/examples/tensorflow/object_detection/preprocessing/retinanet_preprocessing.py +++ b/examples/tensorflow/object_detection/preprocessing/retinanet_preprocessing.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 6e2d6681a5d..1cfecc530d9 100644 --- a/examples/tensorflow/object_detection/preprocessing/yolo_v4_preprocessing.py +++ b/examples/tensorflow/object_detection/preprocessing/yolo_v4_preprocessing.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 796564e88c7..4af2bef98af 100644 --- a/examples/tensorflow/segmentation/evaluation.py +++ b/examples/tensorflow/segmentation/evaluation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 c955b58533b..9402abc2d95 100644 --- a/examples/tensorflow/segmentation/models/maskrcnn_config.py +++ b/examples/tensorflow/segmentation/models/maskrcnn_config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 8d6d1015095..217e84c4c91 100644 --- a/examples/tensorflow/segmentation/models/maskrcnn_model.py +++ b/examples/tensorflow/segmentation/models/maskrcnn_model.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 05b127fcf15..9e004192316 100644 --- a/examples/tensorflow/segmentation/models/model_selector.py +++ b/examples/tensorflow/segmentation/models/model_selector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 cb28ab15575..4725fbfde92 100644 --- a/examples/tensorflow/segmentation/preprocessing/maskrcnn_preprocessing.py +++ b/examples/tensorflow/segmentation/preprocessing/maskrcnn_preprocessing.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 799fff82fd7..b890d9e51d5 100644 --- a/examples/tensorflow/segmentation/train.py +++ b/examples/tensorflow/segmentation/train.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 ad1509e7038..995d1c226af 100644 --- a/examples/torch/classification/main.py +++ b/examples/torch/classification/main.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 be7b64cef2b..d31b806c8f5 100644 --- a/examples/torch/classification/models/mobilenet_v2_32x32.py +++ b/examples/torch/classification/models/mobilenet_v2_32x32.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 adc04af2361..3ab44e43728 100644 --- a/examples/torch/classification/staged_quantization_worker.py +++ b/examples/torch/classification/staged_quantization_worker.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 2b80f621600..1aaa4236a1e 100644 --- a/examples/torch/common/argparser.py +++ b/examples/torch/common/argparser.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 5b7f8977cb4..ec858d8829a 100644 --- a/examples/torch/common/distributed.py +++ b/examples/torch/common/distributed.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 dc1187c7549..c0e870dce6f 100644 --- a/examples/torch/common/execution.py +++ b/examples/torch/common/execution.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 bfe89808e97..067f28eaa2c 100644 --- a/examples/torch/common/model_loader.py +++ b/examples/torch/common/model_loader.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 90f5d333b11..c2d46445137 100644 --- a/examples/torch/common/models/classification/inceptionv3_cifar100.py +++ b/examples/torch/common/models/classification/inceptionv3_cifar100.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 ed38ae93dca..42c93126892 100644 --- a/examples/torch/common/models/classification/resnet_cifar.py +++ b/examples/torch/common/models/classification/resnet_cifar.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 f5675054a5f..9924d96ddaf 100644 --- a/examples/torch/common/models/segmentation/enet.py +++ b/examples/torch/common/models/segmentation/enet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 b2f305d7072..d07416a0931 100644 --- a/examples/torch/common/models/segmentation/icnet.py +++ b/examples/torch/common/models/segmentation/icnet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 44ce8ba20c2..8ee1e4b2bc8 100644 --- a/examples/torch/common/models/segmentation/unet.py +++ b/examples/torch/common/models/segmentation/unet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 c4bd6e99736..1b669749e54 100644 --- a/examples/torch/common/optimizer.py +++ b/examples/torch/common/optimizer.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 00d6582de5e..f48e8d8fe73 100644 --- a/examples/torch/common/restricted_pickle_module.py +++ b/examples/torch/common/restricted_pickle_module.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/sample_config.py b/examples/torch/common/sample_config.py index 35c649ecb09..bd7f8401682 100644 --- a/examples/torch/common/sample_config.py +++ b/examples/torch/common/sample_config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 37cb9c58657..269700fdaf7 100644 --- a/examples/torch/common/utils.py +++ b/examples/torch/common/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 ba1723b1298..dac6672ef60 100644 --- a/examples/torch/object_detection/dataset.py +++ b/examples/torch/object_detection/dataset.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 c980d540f6b..8a526647183 100644 --- a/examples/torch/object_detection/datasets/coco.py +++ b/examples/torch/object_detection/datasets/coco.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 d607c235e9a..b7429bf9833 100644 --- a/examples/torch/object_detection/datasets/voc0712.py +++ b/examples/torch/object_detection/datasets/voc0712.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 f8c59c60038..567a840a2ac 100644 --- a/examples/torch/object_detection/eval.py +++ b/examples/torch/object_detection/eval.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 baf262b083c..8300984fe53 100644 --- a/examples/torch/object_detection/layers/box_utils.py +++ b/examples/torch/object_detection/layers/box_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/extensions.cpp b/examples/torch/object_detection/layers/extensions/extensions.cpp index 27faafb10c6..f023ae7e6c3 100644 --- a/examples/torch/object_detection/layers/extensions/extensions.cpp +++ b/examples/torch/object_detection/layers/extensions/extensions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019 Intel Corporation +// Copyright (c) 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/torch/object_detection/layers/functions/detection.py b/examples/torch/object_detection/layers/functions/detection.py index 9f058e5744e..778693b657d 100644 --- a/examples/torch/object_detection/layers/functions/detection.py +++ b/examples/torch/object_detection/layers/functions/detection.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 5bc9b195f44..cc1612424f2 100644 --- a/examples/torch/object_detection/layers/functions/prior_box.py +++ b/examples/torch/object_detection/layers/functions/prior_box.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 f612442c308..b08aa774fef 100644 --- a/examples/torch/object_detection/layers/modules/l2norm.py +++ b/examples/torch/object_detection/layers/modules/l2norm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 14a7fde87dc..c1babf26f02 100644 --- a/examples/torch/object_detection/layers/modules/multibox_loss.py +++ b/examples/torch/object_detection/layers/modules/multibox_loss.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 fadf8c1a932..504741fac94 100644 --- a/examples/torch/object_detection/layers/modules/ssd_head.py +++ b/examples/torch/object_detection/layers/modules/ssd_head.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 f0ea14c7ba7..1b0289b23c0 100644 --- a/examples/torch/object_detection/main.py +++ b/examples/torch/object_detection/main.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 05dbbbe072e..8af8e6a62ff 100644 --- a/examples/torch/object_detection/model.py +++ b/examples/torch/object_detection/model.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 257d6e332e2..2acf57e013d 100644 --- a/examples/torch/object_detection/models/ssd_mobilenet.py +++ b/examples/torch/object_detection/models/ssd_mobilenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 c43433796ea..c5acbad5454 100644 --- a/examples/torch/object_detection/models/ssd_vgg.py +++ b/examples/torch/object_detection/models/ssd_vgg.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 d945ac4084a..8ec67d8c9bf 100644 --- a/examples/torch/object_detection/utils/augmentations.py +++ b/examples/torch/object_detection/utils/augmentations.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 c31b64e696e..d7eb3e031f5 100644 --- a/examples/torch/semantic_segmentation/datasets/camvid.py +++ b/examples/torch/semantic_segmentation/datasets/camvid.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 5fc231ed191..fe0e39e6744 100644 --- a/examples/torch/semantic_segmentation/datasets/cityscapes.py +++ b/examples/torch/semantic_segmentation/datasets/cityscapes.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 311ff9e706b..60ed44f8e67 100644 --- a/examples/torch/semantic_segmentation/datasets/mapillary.py +++ b/examples/torch/semantic_segmentation/datasets/mapillary.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 5539ee6da42..38b3f201e47 100644 --- a/examples/torch/semantic_segmentation/main.py +++ b/examples/torch/semantic_segmentation/main.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 32b6898a8eb..9c9da80b2bf 100644 --- a/examples/torch/semantic_segmentation/metric/confusionmatrix.py +++ b/examples/torch/semantic_segmentation/metric/confusionmatrix.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 a1ff3878c4b..6be9ccc594e 100644 --- a/examples/torch/semantic_segmentation/metric/iou.py +++ b/examples/torch/semantic_segmentation/metric/iou.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 d89a9ea097d..8015d08eef1 100644 --- a/examples/torch/semantic_segmentation/metric/metric.py +++ b/examples/torch/semantic_segmentation/metric/metric.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 aa50fe98041..30776c538f1 100644 --- a/examples/torch/semantic_segmentation/test.py +++ b/examples/torch/semantic_segmentation/test.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 aadbc53206d..ec7547df772 100644 --- a/examples/torch/semantic_segmentation/train.py +++ b/examples/torch/semantic_segmentation/train.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 8256a649c26..ade1255aa0d 100644 --- a/examples/torch/semantic_segmentation/utils/checkpoint.py +++ b/examples/torch/semantic_segmentation/utils/checkpoint.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 6557b2b6893..4d6cfd7fc76 100644 --- a/examples/torch/semantic_segmentation/utils/data.py +++ b/examples/torch/semantic_segmentation/utils/data.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 e0e61b4fa70..dd2113b7c40 100644 --- a/examples/torch/semantic_segmentation/utils/loss_funcs.py +++ b/examples/torch/semantic_segmentation/utils/loss_funcs.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 05cd70abd4b..07598f77cb8 100644 --- a/examples/torch/semantic_segmentation/utils/transforms.py +++ b/examples/torch/semantic_segmentation/utils/transforms.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b142e39a657..6d355ed1f14 100644 --- a/nncf/__init__.py +++ b/nncf/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/api/__init__.py +++ b/nncf/api/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a3d6640826a..a4752f04890 100644 --- a/nncf/api/compression.py +++ b/nncf/api/compression.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 6b19b1f3b20..df0ebfab62c 100644 --- a/nncf/api/statistics.py +++ b/nncf/api/statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/__init__.py +++ b/nncf/common/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8140c6564f7..aa7d8268dbd 100644 --- a/nncf/common/accuracy_aware_training/__init__.py +++ b/nncf/common/accuracy_aware_training/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7400b74750f..9b31e8423d2 100644 --- a/nncf/common/accuracy_aware_training/runner.py +++ b/nncf/common/accuracy_aware_training/runner.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 533c6d7b28f..df174818d0e 100644 --- a/nncf/common/accuracy_aware_training/training_loop.py +++ b/nncf/common/accuracy_aware_training/training_loop.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7b11f45570b..0ff52bb04aa 100644 --- a/nncf/common/collector.py +++ b/nncf/common/collector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 087ca8f5f93..5c1028de722 100644 --- a/nncf/common/composite_compression.py +++ b/nncf/common/composite_compression.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 faf17ec8cf2..c2d4aeeda3a 100644 --- a/nncf/common/compression.py +++ b/nncf/common/compression.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ab36f285441..3e07abae325 100644 --- a/nncf/common/exporter.py +++ b/nncf/common/exporter.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 cf5d86ed497..ee73ca6858a 100644 --- a/nncf/common/graph/__init__.py +++ b/nncf/common/graph/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 78821fa7131..b9e365fe08b 100644 --- a/nncf/common/graph/definitions.py +++ b/nncf/common/graph/definitions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 14f6eee7520..45d9dcea2f7 100644 --- a/nncf/common/graph/graph.py +++ b/nncf/common/graph/graph.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 08f1c656e45..d922c9b1237 100644 --- a/nncf/common/graph/graph_matching.py +++ b/nncf/common/graph/graph_matching.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 44297814437..b06a3d38c40 100644 --- a/nncf/common/graph/layer_attributes.py +++ b/nncf/common/graph/layer_attributes.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 56006f0f116..76f937ad9b4 100644 --- a/nncf/common/graph/model_transformer.py +++ b/nncf/common/graph/model_transformer.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a403c484264..a6fc35b22aa 100644 --- a/nncf/common/graph/operator_metatypes.py +++ b/nncf/common/graph/operator_metatypes.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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.py b/nncf/common/graph/patterns.py index 4d11f2d94c5..127cf8de682 100644 --- a/nncf/common/graph/patterns.py +++ b/nncf/common/graph/patterns.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2021 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/graph/transformations/__init__.py +++ b/nncf/common/graph/transformations/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 4bf0652e675..ffb4a040a53 100644 --- a/nncf/common/graph/transformations/commands.py +++ b/nncf/common/graph/transformations/commands.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c544d4fcdb1..49fcb459975 100644 --- a/nncf/common/graph/transformations/layout.py +++ b/nncf/common/graph/transformations/layout.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e09bc73539b..2c0b6e2affa 100644 --- a/nncf/common/graph/utils.py +++ b/nncf/common/graph/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/hardware/__init__.py +++ b/nncf/common/hardware/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 4acb363e467..4df9edd48db 100644 --- a/nncf/common/hardware/config.py +++ b/nncf/common/hardware/config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5a632a88f21..729324274f1 100644 --- a/nncf/common/hardware/opset.py +++ b/nncf/common/hardware/opset.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/initialization/__init__.py +++ b/nncf/common/initialization/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7044d56857e..d73b97aa081 100644 --- a/nncf/common/initialization/batchnorm_adaptation.py +++ b/nncf/common/initialization/batchnorm_adaptation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ee5ee115343..4923be4eae7 100644 --- a/nncf/common/initialization/dataloader.py +++ b/nncf/common/initialization/dataloader.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e97c8ab5c5e..5293b86eaf1 100644 --- a/nncf/common/insertion_point_graph.py +++ b/nncf/common/insertion_point_graph.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/pruning/__init__.py +++ b/nncf/common/pruning/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 aaf83e532f5..b2b2aa0939a 100644 --- a/nncf/common/pruning/clusterization.py +++ b/nncf/common/pruning/clusterization.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 952d8d3a382..31b0905bac6 100644 --- a/nncf/common/pruning/mask_propagation.py +++ b/nncf/common/pruning/mask_propagation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 721c360016f..09ed3c4c251 100644 --- a/nncf/common/pruning/model_analysis.py +++ b/nncf/common/pruning/model_analysis.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b394b0722bf..af4f08c9e62 100644 --- a/nncf/common/pruning/node_selector.py +++ b/nncf/common/pruning/node_selector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f4013e8284c..95b176db1fa 100644 --- a/nncf/common/pruning/operations.py +++ b/nncf/common/pruning/operations.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 fe32a6c64fa..a93c050ecdb 100644 --- a/nncf/common/pruning/schedulers.py +++ b/nncf/common/pruning/schedulers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a6340308f62..294a9735ed6 100644 --- a/nncf/common/pruning/statistics.py +++ b/nncf/common/pruning/statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 219cc09eca5..0b32ede8df5 100644 --- a/nncf/common/pruning/structs.py +++ b/nncf/common/pruning/structs.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 51b7228c69b..2e77a5f95d2 100644 --- a/nncf/common/pruning/symbolic_mask.py +++ b/nncf/common/pruning/symbolic_mask.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 51c8c064f4e..2991dac52f8 100644 --- a/nncf/common/pruning/tensor_processor.py +++ b/nncf/common/pruning/tensor_processor.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7a9a5b865b6..a3ee2a350aa 100644 --- a/nncf/common/pruning/utils.py +++ b/nncf/common/pruning/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/quantization/__init__.py +++ b/nncf/common/quantization/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 74a309c6a96..aa18e7038ee 100644 --- a/nncf/common/quantization/collectors.py +++ b/nncf/common/quantization/collectors.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 44472020627..5762d50fdc8 100644 --- a/nncf/common/quantization/config_assignment.py +++ b/nncf/common/quantization/config_assignment.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/quantization/initialization/__init__.py +++ b/nncf/common/quantization/initialization/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e3c104fe9e2..5d0234db965 100644 --- a/nncf/common/quantization/initialization/range.py +++ b/nncf/common/quantization/initialization/range.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/quantization/quantizer_propagation/__init__.py +++ b/nncf/common/quantization/quantizer_propagation/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b8b690a501f..2f864463320 100644 --- a/nncf/common/quantization/quantizer_propagation/graph.py +++ b/nncf/common/quantization/quantizer_propagation/graph.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b0d0dbe24d1..709162864da 100644 --- a/nncf/common/quantization/quantizer_propagation/grouping.py +++ b/nncf/common/quantization/quantizer_propagation/grouping.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 954d25e9f57..a51cb989740 100644 --- a/nncf/common/quantization/quantizer_propagation/solver.py +++ b/nncf/common/quantization/quantizer_propagation/solver.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 24aecd2c0d6..f3182401482 100644 --- a/nncf/common/quantization/quantizer_propagation/structs.py +++ b/nncf/common/quantization/quantizer_propagation/structs.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 70bbf72e077..cf341b90295 100644 --- a/nncf/common/quantization/quantizer_propagation/visualizer.py +++ b/nncf/common/quantization/quantizer_propagation/visualizer.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 877239f1437..fc636cfb0c1 100644 --- a/nncf/common/quantization/quantizer_setup.py +++ b/nncf/common/quantization/quantizer_setup.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1a8ae9c6232..f528f0308d4 100644 --- a/nncf/common/quantization/quantizers.py +++ b/nncf/common/quantization/quantizers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0e9f492568b..835f09b2405 100644 --- a/nncf/common/quantization/statistics.py +++ b/nncf/common/quantization/statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 50b2343df77..00be05f70ca 100644 --- a/nncf/common/quantization/structs.py +++ b/nncf/common/quantization/structs.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e063fd597ac..a1656a02e65 100644 --- a/nncf/common/schedulers.py +++ b/nncf/common/schedulers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/sparsity/__init__.py +++ b/nncf/common/sparsity/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ce3f34c4bc6..919ef6c83fd 100644 --- a/nncf/common/sparsity/collector.py +++ b/nncf/common/sparsity/collector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 64c3aacd55d..4c392522b28 100644 --- a/nncf/common/sparsity/controller.py +++ b/nncf/common/sparsity/controller.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3bcb6ef79ca..61eabdf5f00 100644 --- a/nncf/common/sparsity/schedulers.py +++ b/nncf/common/sparsity/schedulers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2736e9286ba..734094f4292 100644 --- a/nncf/common/sparsity/statistics.py +++ b/nncf/common/sparsity/statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 37ec1c778ef..910752a3226 100644 --- a/nncf/common/stateful_classes_registry.py +++ b/nncf/common/stateful_classes_registry.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 bfefde97d82..4f5cff0e008 100644 --- a/nncf/common/statistics.py +++ b/nncf/common/statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a4b16551203..2906a3ccf3e 100644 --- a/nncf/common/tensor.py +++ b/nncf/common/tensor.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/tensor_statistics/__init__.py +++ b/nncf/common/tensor_statistics/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 658d865de7a..9aa2d6f8902 100644 --- a/nncf/common/tensor_statistics/collectors.py +++ b/nncf/common/tensor_statistics/collectors.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 fef8dd11099..da6769bf40f 100644 --- a/nncf/common/tensor_statistics/reduction.py +++ b/nncf/common/tensor_statistics/reduction.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c61fa44fad2..dd1404b50bf 100644 --- a/nncf/common/tensor_statistics/statistics.py +++ b/nncf/common/tensor_statistics/statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/common/utils/__init__.py +++ b/nncf/common/utils/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d193b5e3545..a4a5faa6dc9 100644 --- a/nncf/common/utils/backend.py +++ b/nncf/common/utils/backend.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 73fd5650736..a2648431a29 100644 --- a/nncf/common/utils/debug.py +++ b/nncf/common/utils/debug.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 20262d45401..356aa387b5d 100644 --- a/nncf/common/utils/helpers.py +++ b/nncf/common/utils/helpers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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.py b/nncf/common/utils/logger.py index 912eb97d26d..b23f49c2a30 100644 --- a/nncf/common/utils/logger.py +++ b/nncf/common/utils/logger.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/ordered_enum.py b/nncf/common/utils/ordered_enum.py index 1283ac51dcc..4dbb1b2447c 100644 --- a/nncf/common/utils/ordered_enum.py +++ b/nncf/common/utils/ordered_enum.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c13a1202c4c..473c825bbfe 100644 --- a/nncf/common/utils/os.py +++ b/nncf/common/utils/os.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/progress_bar.py b/nncf/common/utils/progress_bar.py index 4dd63554860..53062b31d49 100644 --- a/nncf/common/utils/progress_bar.py +++ b/nncf/common/utils/progress_bar.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2b415064422..327bc20dc06 100644 --- a/nncf/common/utils/registry.py +++ b/nncf/common/utils/registry.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c9a478ae390..7aa1198eb67 100644 --- a/nncf/common/utils/tensorboard.py +++ b/nncf/common/utils/tensorboard.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 080e6a82df0..234a976e70f 100644 --- a/nncf/config/__init__.py +++ b/nncf/config/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ce1b58c89f8..3d439c12c65 100644 --- a/nncf/config/config.py +++ b/nncf/config/config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7227fa53090..6274546b3c5 100644 --- a/nncf/config/extractors.py +++ b/nncf/config/extractors.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 339810c8190..91e9e4729a2 100644 --- a/nncf/config/schema.py +++ b/nncf/config/schema.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f1f5c340376..2b9ad7cf1d4 100644 --- a/nncf/config/structures.py +++ b/nncf/config/structures.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 02f8c9742d7..738c70d186f 100644 --- a/nncf/config/utils.py +++ b/nncf/config/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3627b70af0c..7fa7abdc7aa 100644 --- a/nncf/definitions.py +++ b/nncf/definitions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/experimental/torch/search_building_blocks/__init__.py +++ b/nncf/experimental/torch/search_building_blocks/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 01ea8df04c0..58a2ffe742e 100644 --- a/nncf/experimental/torch/search_building_blocks/search_blocks.py +++ b/nncf/experimental/torch/search_building_blocks/search_blocks.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d0eb63fb7c1..cfb7e0355b5 100644 --- a/nncf/tensorflow/__init__.py +++ b/nncf/tensorflow/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/nncf/tensorflow/accuracy_aware_training/__init__.py +++ b/nncf/tensorflow/accuracy_aware_training/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8422870918a..00dd0e5314a 100644 --- a/nncf/tensorflow/accuracy_aware_training/keras_model_utils.py +++ b/nncf/tensorflow/accuracy_aware_training/keras_model_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 9793a13974e..c0297104f7f 100644 --- a/nncf/tensorflow/accuracy_aware_training/runner.py +++ b/nncf/tensorflow/accuracy_aware_training/runner.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e84758e5f49..63d969d4386 100644 --- a/nncf/tensorflow/algorithm_selector.py +++ b/nncf/tensorflow/algorithm_selector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/nncf/tensorflow/api/__init__.py +++ b/nncf/tensorflow/api/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ee1adc0469a..7d8cf5db97c 100644 --- a/nncf/tensorflow/api/composite_compression.py +++ b/nncf/tensorflow/api/composite_compression.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7015cf56dae..49c092cea29 100644 --- a/nncf/tensorflow/api/compression.py +++ b/nncf/tensorflow/api/compression.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8e182191ca7..b6578465703 100644 --- a/nncf/tensorflow/batchnorm_adaptation.py +++ b/nncf/tensorflow/batchnorm_adaptation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/tensorflow/callbacks/__init__.py +++ b/nncf/tensorflow/callbacks/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 28c7e7029b7..63e2160bd30 100644 --- a/nncf/tensorflow/callbacks/checkpoint_callback.py +++ b/nncf/tensorflow/callbacks/checkpoint_callback.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c5149d87162..0474835d735 100644 --- a/nncf/tensorflow/callbacks/statistics_callback.py +++ b/nncf/tensorflow/callbacks/statistics_callback.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 9736bebdb5d..3ae59e2fc80 100644 --- a/nncf/tensorflow/exporter.py +++ b/nncf/tensorflow/exporter.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2da9c106929..7ba60be242f 100644 --- a/nncf/tensorflow/functions.py +++ b/nncf/tensorflow/functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/nncf/tensorflow/graph/__init__.py +++ b/nncf/tensorflow/graph/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 dc7ece3461a..f8ac36759cd 100644 --- a/nncf/tensorflow/graph/converter.py +++ b/nncf/tensorflow/graph/converter.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/tensorflow/graph/metatypes/__init__.py +++ b/nncf/tensorflow/graph/metatypes/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a64a0536845..c0282222a45 100644 --- a/nncf/tensorflow/graph/metatypes/common.py +++ b/nncf/tensorflow/graph/metatypes/common.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b1379da5525..4b190392844 100644 --- a/nncf/tensorflow/graph/metatypes/keras_layers.py +++ b/nncf/tensorflow/graph/metatypes/keras_layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 df125881bf1..165a6722f29 100644 --- a/nncf/tensorflow/graph/metatypes/matcher.py +++ b/nncf/tensorflow/graph/metatypes/matcher.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ea85d37ff2b..e1754dce9db 100644 --- a/nncf/tensorflow/graph/metatypes/tf_ops.py +++ b/nncf/tensorflow/graph/metatypes/tf_ops.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 cb6690981d3..a201f24a3e6 100644 --- a/nncf/tensorflow/graph/model_transformer.py +++ b/nncf/tensorflow/graph/model_transformer.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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_matching.py b/nncf/tensorflow/graph/pattern_matching.py index 2e6bde28258..0331a3fb375 100644 --- a/nncf/tensorflow/graph/pattern_matching.py +++ b/nncf/tensorflow/graph/pattern_matching.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 dbabf8278f0..b2cf30b1357 100644 --- a/nncf/tensorflow/graph/pattern_operations.py +++ b/nncf/tensorflow/graph/pattern_operations.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 36bd0765028..99a4f58fa68 100644 --- a/nncf/tensorflow/graph/patterns.py +++ b/nncf/tensorflow/graph/patterns.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/tensorflow/graph/transformations/__init__.py +++ b/nncf/tensorflow/graph/transformations/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ce44c1cf041..a5a6f5032f2 100644 --- a/nncf/tensorflow/graph/transformations/commands.py +++ b/nncf/tensorflow/graph/transformations/commands.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3d14a0171e0..75576d7ecf7 100644 --- a/nncf/tensorflow/graph/transformations/layout.py +++ b/nncf/tensorflow/graph/transformations/layout.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b8cb9754ee5..bc2abc7e1e0 100644 --- a/nncf/tensorflow/graph/utils.py +++ b/nncf/tensorflow/graph/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/tensorflow/hardware/__init__.py +++ b/nncf/tensorflow/hardware/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 15bf1a80899..680ea09b061 100644 --- a/nncf/tensorflow/hardware/config.py +++ b/nncf/tensorflow/hardware/config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 6bc61946f74..e05b9291190 100644 --- a/nncf/tensorflow/helpers/__init__.py +++ b/nncf/tensorflow/helpers/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e41352c6de2..44dd19f8cd0 100644 --- a/nncf/tensorflow/helpers/callback_creation.py +++ b/nncf/tensorflow/helpers/callback_creation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f2d7f686ffa..ebfe5194154 100644 --- a/nncf/tensorflow/helpers/model_creation.py +++ b/nncf/tensorflow/helpers/model_creation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 42eb4c9dc61..b07a088e8ae 100644 --- a/nncf/tensorflow/helpers/model_manager.py +++ b/nncf/tensorflow/helpers/model_manager.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 dd415728cc9..20cb75747b7 100644 --- a/nncf/tensorflow/helpers/utils.py +++ b/nncf/tensorflow/helpers/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0543b294ed1..37e85e8a7b3 100644 --- a/nncf/tensorflow/initialization.py +++ b/nncf/tensorflow/initialization.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/nncf/tensorflow/layers/__init__.py +++ b/nncf/tensorflow/layers/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c24b86d3d01..212df742afe 100644 --- a/nncf/tensorflow/layers/custom_objects.py +++ b/nncf/tensorflow/layers/custom_objects.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 395abdbe2b9..7a1ed70d21a 100644 --- a/nncf/tensorflow/layers/data_layout.py +++ b/nncf/tensorflow/layers/data_layout.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 6a72c4c3733..8dddf6d8345 100644 --- a/nncf/tensorflow/layers/operation.py +++ b/nncf/tensorflow/layers/operation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0e6f53ab4e4..c33e9e62c87 100644 --- a/nncf/tensorflow/layers/wrapper.py +++ b/nncf/tensorflow/layers/wrapper.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d1414dbeb7f..d2df0662a88 100644 --- a/nncf/tensorflow/loss.py +++ b/nncf/tensorflow/loss.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/tensorflow/pruning/__init__.py +++ b/nncf/tensorflow/pruning/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e1c45815160..a02ded98420 100644 --- a/nncf/tensorflow/pruning/base_algorithm.py +++ b/nncf/tensorflow/pruning/base_algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5af29fabd12..1d44fccb973 100644 --- a/nncf/tensorflow/pruning/callbacks.py +++ b/nncf/tensorflow/pruning/callbacks.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/tensorflow/pruning/filter_pruning/__init__.py +++ b/nncf/tensorflow/pruning/filter_pruning/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 66bb92638fe..f783656a9f7 100644 --- a/nncf/tensorflow/pruning/filter_pruning/algorithm.py +++ b/nncf/tensorflow/pruning/filter_pruning/algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 72ca70c3b94..263a9751bd0 100644 --- a/nncf/tensorflow/pruning/filter_pruning/functions.py +++ b/nncf/tensorflow/pruning/filter_pruning/functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c3e7d691f26..a17ba337f37 100644 --- a/nncf/tensorflow/pruning/operations.py +++ b/nncf/tensorflow/pruning/operations.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7cd4200b82b..4a959032405 100644 --- a/nncf/tensorflow/pruning/tensor_processor.py +++ b/nncf/tensorflow/pruning/tensor_processor.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 33b70e4059b..3632b5c5d7e 100644 --- a/nncf/tensorflow/pruning/utils.py +++ b/nncf/tensorflow/pruning/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0c1fc683dc0..694249bb126 100644 --- a/nncf/tensorflow/quantization/__init__.py +++ b/nncf/tensorflow/quantization/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3a3355715a0..33c2ad63405 100644 --- a/nncf/tensorflow/quantization/algorithm.py +++ b/nncf/tensorflow/quantization/algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 43ab26de86c..3a1996be9b5 100644 --- a/nncf/tensorflow/quantization/collectors.py +++ b/nncf/tensorflow/quantization/collectors.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7580e08670e..cc3c5e997c6 100644 --- a/nncf/tensorflow/quantization/default_quantization.py +++ b/nncf/tensorflow/quantization/default_quantization.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5e5cdfc54ed..6ed43ff1a7d 100644 --- a/nncf/tensorflow/quantization/functions.py +++ b/nncf/tensorflow/quantization/functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 777f979f87d..41494d9f72c 100644 --- a/nncf/tensorflow/quantization/init_range.py +++ b/nncf/tensorflow/quantization/init_range.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1473931ef1f..2efff73ef5c 100644 --- a/nncf/tensorflow/quantization/layers.py +++ b/nncf/tensorflow/quantization/layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 cc0841d6ee2..b16c602d5c8 100644 --- a/nncf/tensorflow/quantization/quantizers.py +++ b/nncf/tensorflow/quantization/quantizers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c6d9a9c8958..0bb5f8848ca 100644 --- a/nncf/tensorflow/quantization/utils.py +++ b/nncf/tensorflow/quantization/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/nncf/tensorflow/sparsity/__init__.py +++ b/nncf/tensorflow/sparsity/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0ed6f3025dd..5eacf80d86c 100644 --- a/nncf/tensorflow/sparsity/base_algorithm.py +++ b/nncf/tensorflow/sparsity/base_algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3708852680a..ce0321421c2 100644 --- a/nncf/tensorflow/sparsity/callbacks.py +++ b/nncf/tensorflow/sparsity/callbacks.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 4b4bfeae81c..169f46e8c16 100644 --- a/nncf/tensorflow/sparsity/collector.py +++ b/nncf/tensorflow/sparsity/collector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/nncf/tensorflow/sparsity/magnitude/__init__.py +++ b/nncf/tensorflow/sparsity/magnitude/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ea482f90ee0..056a4a933ef 100644 --- a/nncf/tensorflow/sparsity/magnitude/algorithm.py +++ b/nncf/tensorflow/sparsity/magnitude/algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 459bca24507..b4e70520bd2 100644 --- a/nncf/tensorflow/sparsity/magnitude/functions.py +++ b/nncf/tensorflow/sparsity/magnitude/functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c860cc55078..c3189b22819 100644 --- a/nncf/tensorflow/sparsity/magnitude/operation.py +++ b/nncf/tensorflow/sparsity/magnitude/operation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/tensorflow/sparsity/rb/__init__.py +++ b/nncf/tensorflow/sparsity/rb/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 deb0f27b497..7a03061d41e 100644 --- a/nncf/tensorflow/sparsity/rb/algorithm.py +++ b/nncf/tensorflow/sparsity/rb/algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1059b896b32..00b9f189064 100644 --- a/nncf/tensorflow/sparsity/rb/functions.py +++ b/nncf/tensorflow/sparsity/rb/functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1582ee65ceb..a48430ec94f 100644 --- a/nncf/tensorflow/sparsity/rb/loss.py +++ b/nncf/tensorflow/sparsity/rb/loss.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c071adfbe35..1d90f50188c 100644 --- a/nncf/tensorflow/sparsity/rb/operation.py +++ b/nncf/tensorflow/sparsity/rb/operation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b25c787323d..094b3bbaf68 100644 --- a/nncf/tensorflow/sparsity/utils.py +++ b/nncf/tensorflow/sparsity/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c4fbd36bebb..c17b294cfed 100644 --- a/nncf/tensorflow/tensor.py +++ b/nncf/tensorflow/tensor.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/nncf/tensorflow/tensor_statistics/__init__.py +++ b/nncf/tensorflow/tensor_statistics/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d34c4902d6f..630d7ddbb32 100644 --- a/nncf/tensorflow/tensor_statistics/collectors.py +++ b/nncf/tensorflow/tensor_statistics/collectors.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 db45b25ccb7..70d831dcc5c 100644 --- a/nncf/tensorflow/tensor_statistics/reduction.py +++ b/nncf/tensorflow/tensor_statistics/reduction.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e6e587a26e5..c191f90bc49 100644 --- a/nncf/tensorflow/tensor_statistics/statistics.py +++ b/nncf/tensorflow/tensor_statistics/statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/nncf/tensorflow/utils/__init__.py +++ b/nncf/tensorflow/utils/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/hook_handle.py b/nncf/tensorflow/utils/hook_handle.py index 5b885880b4d..31fd13e99d1 100644 --- a/nncf/tensorflow/utils/hook_handle.py +++ b/nncf/tensorflow/utils/hook_handle.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 155840ebaf1..b402f436e30 100644 --- a/nncf/tensorflow/utils/node.py +++ b/nncf/tensorflow/utils/node.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c60f61d9220..faecb78dd78 100644 --- a/nncf/tensorflow/utils/scopes_handle.py +++ b/nncf/tensorflow/utils/scopes_handle.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ce749ae690a..4880eb98819 100644 --- a/nncf/tensorflow/utils/state.py +++ b/nncf/tensorflow/utils/state.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 6c4327aceb1..35727b49975 100644 --- a/nncf/torch/__init__.py +++ b/nncf/torch/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/torch/accuracy_aware_training/__init__.py +++ b/nncf/torch/accuracy_aware_training/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 eb79f07ef1c..4d08088a56f 100644 --- a/nncf/torch/accuracy_aware_training/runner.py +++ b/nncf/torch/accuracy_aware_training/runner.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7c62026a8cb..a12e959f72b 100644 --- a/nncf/torch/accuracy_aware_training/utils.py +++ b/nncf/torch/accuracy_aware_training/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8093a855822..407a79608d1 100644 --- a/nncf/torch/algo_selector.py +++ b/nncf/torch/algo_selector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5e07df2d5a4..28e5b8e9aad 100644 --- a/nncf/torch/automl/agent/ddpg/ddpg.py +++ b/nncf/torch/automl/agent/ddpg/ddpg.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2c56fc68aeb..56a4a377637 100644 --- a/nncf/torch/automl/agent/ddpg/memory.py +++ b/nncf/torch/automl/agent/ddpg/memory.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ae2ec2e5f17..c57a7b91d52 100644 --- a/nncf/torch/automl/environment/quantization_env.py +++ b/nncf/torch/automl/environment/quantization_env.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e4cb7da1744..8b985f0bd35 100644 --- a/nncf/torch/batchnorm_adaptation.py +++ b/nncf/torch/batchnorm_adaptation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/binarization/__init__.py b/nncf/torch/binarization/__init__.py index 10450b961fe..f965d69f04c 100644 --- a/nncf/torch/binarization/__init__.py +++ b/nncf/torch/binarization/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/binarization/algo.py b/nncf/torch/binarization/algo.py index df58be1898a..6b634c82597 100644 --- a/nncf/torch/binarization/algo.py +++ b/nncf/torch/binarization/algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/binarization/binarize_functions.py b/nncf/torch/binarization/binarize_functions.py index e17b4b4b742..f2f192b9cc8 100644 --- a/nncf/torch/binarization/binarize_functions.py +++ b/nncf/torch/binarization/binarize_functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/binarization/extensions.py b/nncf/torch/binarization/extensions.py index 5c3aa6ac1e4..4a9d36bc22f 100644 --- a/nncf/torch/binarization/extensions.py +++ b/nncf/torch/binarization/extensions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/binarization/layers.py b/nncf/torch/binarization/layers.py index cb0b039f14a..726b618d907 100644 --- a/nncf/torch/binarization/layers.py +++ b/nncf/torch/binarization/layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f1fef62dae4..13537cefe74 100644 --- a/nncf/torch/checkpoint_loading.py +++ b/nncf/torch/checkpoint_loading.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2021 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 99e16bbe4c5..a86da244a1d 100644 --- a/nncf/torch/composite_compression.py +++ b/nncf/torch/composite_compression.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5058974ac83..28777503951 100644 --- a/nncf/torch/compression_method_api.py +++ b/nncf/torch/compression_method_api.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2020 Intel Corporation +# Copyright (c) 2019-2022 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 02371dc3562..85f6d30d619 100644 --- a/nncf/torch/debug.py +++ b/nncf/torch/debug.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 10450b961fe..f965d69f04c 100644 --- a/nncf/torch/dynamic_graph/__init__.py +++ b/nncf/torch/dynamic_graph/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f0501e6849c..8035355b637 100644 --- a/nncf/torch/dynamic_graph/context.py +++ b/nncf/torch/dynamic_graph/context.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 56613e6e55c..222d705c3af 100644 --- a/nncf/torch/dynamic_graph/graph.py +++ b/nncf/torch/dynamic_graph/graph.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 677b8ae2c85..4da177ba70a 100644 --- a/nncf/torch/dynamic_graph/graph_tracer.py +++ b/nncf/torch/dynamic_graph/graph_tracer.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f913b3c3731..96bf5c97ff9 100644 --- a/nncf/torch/dynamic_graph/op_input_processing.py +++ b/nncf/torch/dynamic_graph/op_input_processing.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f9fe1e55d97..276961ef749 100644 --- a/nncf/torch/dynamic_graph/operation_address.py +++ b/nncf/torch/dynamic_graph/operation_address.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 cc81f627f73..d9da01dae50 100644 --- a/nncf/torch/dynamic_graph/patch_pytorch.py +++ b/nncf/torch/dynamic_graph/patch_pytorch.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a25b9096229..1ceaea87c81 100644 --- a/nncf/torch/dynamic_graph/scope.py +++ b/nncf/torch/dynamic_graph/scope.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 bf06943d7c3..a7a28b09ff5 100644 --- a/nncf/torch/dynamic_graph/trace_functions.py +++ b/nncf/torch/dynamic_graph/trace_functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8a1ffaeb024..d7463c49255 100644 --- a/nncf/torch/dynamic_graph/trace_tensor.py +++ b/nncf/torch/dynamic_graph/trace_tensor.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/transform_graph.py b/nncf/torch/dynamic_graph/transform_graph.py index eaa2b719a63..fb4fc5ed6d6 100644 --- a/nncf/torch/dynamic_graph/transform_graph.py +++ b/nncf/torch/dynamic_graph/transform_graph.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 35959f8627c..fe62409a260 100644 --- a/nncf/torch/dynamic_graph/wrappers.py +++ b/nncf/torch/dynamic_graph/wrappers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c9eb1a25202..428f9235dea 100644 --- a/nncf/torch/exporter.py +++ b/nncf/torch/exporter.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b26a973d180..fc95607c63a 100644 --- a/nncf/torch/functions.py +++ b/nncf/torch/functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/torch/graph/__init__.py +++ b/nncf/torch/graph/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 6f4f9c5481e..0ac1274b5a0 100644 --- a/nncf/torch/graph/graph.py +++ b/nncf/torch/graph/graph.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1e10514ce79..64da155cf9c 100644 --- a/nncf/torch/graph/graph_builder.py +++ b/nncf/torch/graph/graph_builder.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c3ccb0aeaf2..b64b2d50333 100644 --- a/nncf/torch/graph/operator_metatypes.py +++ b/nncf/torch/graph/operator_metatypes.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 92340603548..1e6a5967d1b 100644 --- a/nncf/torch/graph/pattern_operations.py +++ b/nncf/torch/graph/pattern_operations.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/patterns.py b/nncf/torch/graph/patterns.py index 8243d2ec83a..12fcbfc3112 100644 --- a/nncf/torch/graph/patterns.py +++ b/nncf/torch/graph/patterns.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/torch/graph/transformations/__init__.py +++ b/nncf/torch/graph/transformations/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/torch/hardware/__init__.py +++ b/nncf/torch/hardware/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0ee79114dbd..5ee429552bf 100644 --- a/nncf/torch/hardware/config.py +++ b/nncf/torch/hardware/config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/nncf/torch/knowledge_distillation/__init__.py +++ b/nncf/torch/knowledge_distillation/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 453b9f40a55..414e480d204 100644 --- a/nncf/torch/knowledge_distillation/algo.py +++ b/nncf/torch/knowledge_distillation/algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 31f6cad2cfd..14518ac1276 100644 --- a/nncf/torch/knowledge_distillation/knowledge_distillation_handler.py +++ b/nncf/torch/knowledge_distillation/knowledge_distillation_handler.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 52fe4be35e1..9dfdcabfc44 100644 --- a/nncf/torch/knowledge_distillation/knowledge_distillation_loss.py +++ b/nncf/torch/knowledge_distillation/knowledge_distillation_loss.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 6a700faec7b..7053b311ae0 100644 --- a/nncf/torch/layers.py +++ b/nncf/torch/layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a62f1e0427d..5b562181a33 100644 --- a/nncf/torch/model_creation.py +++ b/nncf/torch/model_creation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020-2021 Intel Corporation + Copyright (c) 2020-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2316799000c..235315a8da1 100644 --- a/nncf/torch/module_operations.py +++ b/nncf/torch/module_operations.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0c89a824259..181cd37b936 100644 --- a/nncf/torch/nested_objects_traversal.py +++ b/nncf/torch/nested_objects_traversal.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 25d2711ef58..1061cc29a39 100644 --- a/nncf/torch/nncf_network.py +++ b/nncf/torch/nncf_network.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 10450b961fe..f965d69f04c 100644 --- a/nncf/torch/pruning/__init__.py +++ b/nncf/torch/pruning/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 19ffbd38dc9..adbf33e612a 100644 --- a/nncf/torch/pruning/base_algo.py +++ b/nncf/torch/pruning/base_algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 4c1fcbe8e3f..30ec5fad0d3 100644 --- a/nncf/torch/pruning/export_utils.py +++ b/nncf/torch/pruning/export_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/nncf/torch/pruning/filter_pruning/__init__.py +++ b/nncf/torch/pruning/filter_pruning/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a27774a6870..bccecfa72f3 100644 --- a/nncf/torch/pruning/filter_pruning/algo.py +++ b/nncf/torch/pruning/filter_pruning/algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 fb0f042878b..408166811c5 100644 --- a/nncf/torch/pruning/filter_pruning/functions.py +++ b/nncf/torch/pruning/filter_pruning/functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7fe5de662c2..0317c5b8f35 100644 --- a/nncf/torch/pruning/filter_pruning/global_ranking/evolutionary_optimization.py +++ b/nncf/torch/pruning/filter_pruning/global_ranking/evolutionary_optimization.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f0d76bf7a5d..b81b58c7abb 100644 --- a/nncf/torch/pruning/filter_pruning/global_ranking/legr.py +++ b/nncf/torch/pruning/filter_pruning/global_ranking/legr.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 268cc774ba0..98cd4ba290f 100644 --- a/nncf/torch/pruning/filter_pruning/layers.py +++ b/nncf/torch/pruning/filter_pruning/layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3031ddf182f..5b4a4d9a42a 100644 --- a/nncf/torch/pruning/operations.py +++ b/nncf/torch/pruning/operations.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 9f1c8be8afd..8570d5b0584 100644 --- a/nncf/torch/pruning/structs.py +++ b/nncf/torch/pruning/structs.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3cc4e4d5ed3..1ff389128cf 100644 --- a/nncf/torch/pruning/tensor_processor.py +++ b/nncf/torch/pruning/tensor_processor.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 fd80b8a23e1..fa9f6086eca 100644 --- a/nncf/torch/pruning/utils.py +++ b/nncf/torch/pruning/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 9c752aeff55..0113c8d60b1 100644 --- a/nncf/torch/quantization/__init__.py +++ b/nncf/torch/quantization/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 87f5f569175..7f2a688e6a8 100644 --- a/nncf/torch/quantization/adjust_padding.py +++ b/nncf/torch/quantization/adjust_padding.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f5656641371..390706b8d61 100644 --- a/nncf/torch/quantization/algo.py +++ b/nncf/torch/quantization/algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2021 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 974fc6affff..cd88ae6063a 100644 --- a/nncf/torch/quantization/default_quantization.py +++ b/nncf/torch/quantization/default_quantization.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d7eff18b01b..6fe4bebe13e 100644 --- a/nncf/torch/quantization/extensions.py +++ b/nncf/torch/quantization/extensions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 11b15f1464f..9b89750c6c4 100644 --- a/nncf/torch/quantization/hessian_trace.py +++ b/nncf/torch/quantization/hessian_trace.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 62dba51a59f..89a2fbf5f5b 100644 --- a/nncf/torch/quantization/init_range.py +++ b/nncf/torch/quantization/init_range.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d65207be8f0..73a26d46e9d 100644 --- a/nncf/torch/quantization/layers.py +++ b/nncf/torch/quantization/layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e06f09bb38d..dc31243ce90 100644 --- a/nncf/torch/quantization/metrics.py +++ b/nncf/torch/quantization/metrics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 addedc5a835..0d7852cc711 100644 --- a/nncf/torch/quantization/precision_constraints.py +++ b/nncf/torch/quantization/precision_constraints.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 10450b961fe..f965d69f04c 100644 --- a/nncf/torch/quantization/precision_init/__init__.py +++ b/nncf/torch/quantization/precision_init/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8c3f919d454..37cbe25d83e 100644 --- a/nncf/torch/quantization/precision_init/adjacent_quantizers.py +++ b/nncf/torch/quantization/precision_init/adjacent_quantizers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 bc20b634f2c..a8bd7cf8df6 100644 --- a/nncf/torch/quantization/precision_init/autoq_init.py +++ b/nncf/torch/quantization/precision_init/autoq_init.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 4e8c379f8f4..62032a4c317 100644 --- a/nncf/torch/quantization/precision_init/base_init.py +++ b/nncf/torch/quantization/precision_init/base_init.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020-2021 Intel Corporation + Copyright (c) 2020-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 05d1ef95e59..b4d84b343b7 100644 --- a/nncf/torch/quantization/precision_init/bitwidth_graph.py +++ b/nncf/torch/quantization/precision_init/bitwidth_graph.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020-2021 Intel Corporation + Copyright (c) 2020-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 fa0f0e25d66..c3063125a78 100644 --- a/nncf/torch/quantization/precision_init/compression_ratio.py +++ b/nncf/torch/quantization/precision_init/compression_ratio.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8f144dea54b..2a2689c6ffa 100644 --- a/nncf/torch/quantization/precision_init/hawq_debug.py +++ b/nncf/torch/quantization/precision_init/hawq_debug.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020-2021 Intel Corporation + Copyright (c) 2020-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a83ac643ef7..2e629c7f1ab 100644 --- a/nncf/torch/quantization/precision_init/hawq_init.py +++ b/nncf/torch/quantization/precision_init/hawq_init.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 733326c5ef9..00899bd8eb1 100644 --- a/nncf/torch/quantization/precision_init/manual_init.py +++ b/nncf/torch/quantization/precision_init/manual_init.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 68bcdb4544c..84805d77dfe 100644 --- a/nncf/torch/quantization/precision_init/perturbations.py +++ b/nncf/torch/quantization/precision_init/perturbations.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 93ecec0aa28..4fe0fe43a2e 100644 --- a/nncf/torch/quantization/precision_init/traces_order.py +++ b/nncf/torch/quantization/precision_init/traces_order.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7fa5093a849..c5300f1bdea 100644 --- a/nncf/torch/quantization/quantize_functions.py +++ b/nncf/torch/quantization/quantize_functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 61df8d2ef3a..36d0dc8b426 100644 --- a/nncf/torch/quantization/schedulers.py +++ b/nncf/torch/quantization/schedulers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 4495ac287f5..13fea91f17c 100644 --- a/nncf/torch/quantization/statistics.py +++ b/nncf/torch/quantization/statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1efb899a53c..74d04f0005f 100644 --- a/nncf/torch/quantization/structs.py +++ b/nncf/torch/quantization/structs.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5bab0d2697c..e441b1cfbfa 100644 --- a/nncf/torch/quantization/translator.py +++ b/nncf/torch/quantization/translator.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 10450b961fe..f965d69f04c 100644 --- a/nncf/torch/sparsity/__init__.py +++ b/nncf/torch/sparsity/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f2aec1bc15a..9cdc1bba5d7 100644 --- a/nncf/torch/sparsity/base_algo.py +++ b/nncf/torch/sparsity/base_algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b6353067bc3..fa40bb0f1f6 100644 --- a/nncf/torch/sparsity/collector.py +++ b/nncf/torch/sparsity/collector.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 10450b961fe..f965d69f04c 100644 --- a/nncf/torch/sparsity/const/__init__.py +++ b/nncf/torch/sparsity/const/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 cdcb676a316..58e05c00c58 100644 --- a/nncf/torch/sparsity/const/algo.py +++ b/nncf/torch/sparsity/const/algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 29e35a08fe4..9c0ffbda13a 100644 --- a/nncf/torch/sparsity/functions.py +++ b/nncf/torch/sparsity/functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 05e26d7aff6..d3a99590c65 100644 --- a/nncf/torch/sparsity/layers.py +++ b/nncf/torch/sparsity/layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 10450b961fe..f965d69f04c 100644 --- a/nncf/torch/sparsity/magnitude/__init__.py +++ b/nncf/torch/sparsity/magnitude/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0f072056570..aa2ca5e5baa 100644 --- a/nncf/torch/sparsity/magnitude/algo.py +++ b/nncf/torch/sparsity/magnitude/algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 75a214ea21b..139ad74cb47 100644 --- a/nncf/torch/sparsity/magnitude/functions.py +++ b/nncf/torch/sparsity/magnitude/functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 10450b961fe..f965d69f04c 100644 --- a/nncf/torch/sparsity/rb/__init__.py +++ b/nncf/torch/sparsity/rb/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 11b383b24a5..e43ba1e7353 100644 --- a/nncf/torch/sparsity/rb/algo.py +++ b/nncf/torch/sparsity/rb/algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3f941f55f37..88cb2a11ddb 100644 --- a/nncf/torch/sparsity/rb/functions.py +++ b/nncf/torch/sparsity/rb/functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 9f1129101b0..f17e0a920e9 100644 --- a/nncf/torch/sparsity/rb/layers.py +++ b/nncf/torch/sparsity/rb/layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8da1471abad..af3269cef80 100644 --- a/nncf/torch/sparsity/rb/loss.py +++ b/nncf/torch/sparsity/rb/loss.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e12229c0f3c..9c9c1a35a89 100644 --- a/nncf/torch/structures.py +++ b/nncf/torch/structures.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1d2a4079e5d..02d4c2b03fa 100644 --- a/nncf/torch/tensor.py +++ b/nncf/torch/tensor.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2e53a494752..f965d69f04c 100644 --- a/nncf/torch/tensor_statistics/__init__.py +++ b/nncf/torch/tensor_statistics/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2021 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a7ea5405766..8ea2cc446ab 100644 --- a/nncf/torch/tensor_statistics/algo.py +++ b/nncf/torch/tensor_statistics/algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 204da455484..72bd20e802b 100644 --- a/nncf/torch/tensor_statistics/collectors.py +++ b/nncf/torch/tensor_statistics/collectors.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/reduction.py b/nncf/torch/tensor_statistics/reduction.py index cdc8770cef8..345b428fe97 100644 --- a/nncf/torch/tensor_statistics/reduction.py +++ b/nncf/torch/tensor_statistics/reduction.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b4321547e90..b33a321cae5 100644 --- a/nncf/torch/tensor_statistics/statistics.py +++ b/nncf/torch/tensor_statistics/statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7e1c82f9643..6e6743ad793 100644 --- a/nncf/torch/utils.py +++ b/nncf/torch/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/setup.py b/setup.py index 601a2bfadc3..02a0179951a 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/command.py b/tests/common/command.py index e8aefe9d38b..9a0aa28d414 100644 --- a/tests/common/command.py +++ b/tests/common/command.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/helpers.py b/tests/common/helpers.py index d8c6010553f..55a8ec71c03 100644 --- a/tests/common/helpers.py +++ b/tests/common/helpers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2ee57c7628d..45c5130e8f4 100644 --- a/tests/common/pruning/tensor.py +++ b/tests/common/pruning/tensor.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/serialization.py b/tests/common/serialization.py index aa01cd1dd3f..61ac767166b 100644 --- a/tests/common/serialization.py +++ b/tests/common/serialization.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 4d06c4f12c8..a7c3685ec8a 100644 --- a/tests/common/test_builder_state.py +++ b/tests/common/test_builder_state.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 fcf880fb6a3..88571017d31 100644 --- a/tests/common/test_ctrl_state.py +++ b/tests/common/test_ctrl_state.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 36d810bb80c..f031b92bae2 100644 --- a/tests/common/test_progress_bar.py +++ b/tests/common/test_progress_bar.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/tests/tensorflow/__init__.py +++ b/tests/tensorflow/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 07d131b2884..8dd4ae9209d 100644 --- a/tests/tensorflow/accuracy_aware_training/test_keras_api.py +++ b/tests/tensorflow/accuracy_aware_training/test_keras_api.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 29a8df1fb87..d27fc02c84e 100644 --- a/tests/tensorflow/conftest.py +++ b/tests/tensorflow/conftest.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5cf7c184114..05f261c73d4 100644 --- a/tests/tensorflow/helpers.py +++ b/tests/tensorflow/helpers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/install_checks.py b/tests/tensorflow/install_checks.py index 35754e2fe01..015b3c7cb30 100644 --- a/tests/tensorflow/install_checks.py +++ b/tests/tensorflow/install_checks.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/tests/tensorflow/pruning/__init__.py +++ b/tests/tensorflow/pruning/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 155113763d7..2f35a9c77ac 100644 --- a/tests/tensorflow/pruning/helpers.py +++ b/tests/tensorflow/pruning/helpers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0e6bfe8d486..0d7c7aa292f 100644 --- a/tests/tensorflow/pruning/test_algorithm.py +++ b/tests/tensorflow/pruning/test_algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7a094e3bc2a..701e0c5c94e 100644 --- a/tests/tensorflow/pruning/test_flops_pruning.py +++ b/tests/tensorflow/pruning/test_flops_pruning.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/tests/tensorflow/quantization/__init__.py +++ b/tests/tensorflow/quantization/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 245ebb1cd28..59b5b27e329 100644 --- a/tests/tensorflow/quantization/test_algorithm_quantization.py +++ b/tests/tensorflow/quantization/test_algorithm_quantization.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d5b48468292..f7815f4943f 100644 --- a/tests/tensorflow/quantization/test_builder_state.py +++ b/tests/tensorflow/quantization/test_builder_state.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 62cf23c5e3c..5aea57f017b 100644 --- a/tests/tensorflow/quantization/test_overflow_issue.py +++ b/tests/tensorflow/quantization/test_overflow_issue.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 9a57008b41e..f29afff6703 100644 --- a/tests/tensorflow/quantization/test_range_init.py +++ b/tests/tensorflow/quantization/test_range_init.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8d1c9ce72d0..6a709de9c28 100644 --- a/tests/tensorflow/quantization/test_statistics.py +++ b/tests/tensorflow/quantization/test_statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7f74ec1e3eb..2404496a7a3 100644 --- a/tests/tensorflow/quantization/test_unified_scales.py +++ b/tests/tensorflow/quantization/test_unified_scales.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5c356c3ed0a..1f563d939d6 100644 --- a/tests/tensorflow/quantization/utils.py +++ b/tests/tensorflow/quantization/utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/tests/tensorflow/sparsity/__init__.py +++ b/tests/tensorflow/sparsity/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0048339d271..8c0c9ee7053 100644 --- a/tests/tensorflow/sparsity/magnitude/__init__.py +++ b/tests/tensorflow/sparsity/magnitude/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3b8619d526f..b0e52724318 100644 --- a/tests/tensorflow/sparsity/magnitude/test_algorithm.py +++ b/tests/tensorflow/sparsity/magnitude/test_algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3d50cb37462..b23b4ce0ecf 100644 --- a/tests/tensorflow/sparsity/magnitude/test_helpers.py +++ b/tests/tensorflow/sparsity/magnitude/test_helpers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 390bb7e95ba..d1a25040b07 100644 --- a/tests/tensorflow/sparsity/magnitude/test_scheduler.py +++ b/tests/tensorflow/sparsity/magnitude/test_scheduler.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/tests/tensorflow/sparsity/rb/__init__.py +++ b/tests/tensorflow/sparsity/rb/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d147a67963e..f81cbd96bde 100644 --- a/tests/tensorflow/sparsity/rb/test_algorithm.py +++ b/tests/tensorflow/sparsity/rb/test_algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 341dc40918c..35e9a8dde91 100644 --- a/tests/tensorflow/sparsity/rb/test_components.py +++ b/tests/tensorflow/sparsity/rb/test_components.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d25d43e9f0f..cd236d6839a 100644 --- a/tests/tensorflow/sparsity/rb/test_integration.py +++ b/tests/tensorflow/sparsity/rb/test_integration.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 aeeedec5464..af9ab898ea6 100644 --- a/tests/tensorflow/sparsity/rb/test_weights.py +++ b/tests/tensorflow/sparsity/rb/test_weights.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5064269ed09..539003e89b6 100644 --- a/tests/tensorflow/sparsity/test_common.py +++ b/tests/tensorflow/sparsity/test_common.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 15a85ef2833..a8271e2d78d 100644 --- a/tests/tensorflow/tensor_statistics/test_tensor_statistics.py +++ b/tests/tensorflow/tensor_statistics/test_tensor_statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f6777344322..f26aeaadb59 100644 --- a/tests/tensorflow/test_api_behavior.py +++ b/tests/tensorflow/test_api_behavior.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 24010633377..7b96c00b640 100644 --- a/tests/tensorflow/test_bn_adaptation.py +++ b/tests/tensorflow/test_bn_adaptation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1b34f163c9d..6376f335058 100644 --- a/tests/tensorflow/test_callbacks.py +++ b/tests/tensorflow/test_callbacks.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e254fa188a3..6fa8b809b1f 100644 --- a/tests/tensorflow/test_compressed_graph.py +++ b/tests/tensorflow/test_compressed_graph.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 148c6e800e3..4a167e3834f 100644 --- a/tests/tensorflow/test_helpers.py +++ b/tests/tensorflow/test_helpers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7faff28b7ed..c49ee278a26 100644 --- a/tests/tensorflow/test_ignored_scopes.py +++ b/tests/tensorflow/test_ignored_scopes.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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_install.py b/tests/tensorflow/test_install.py index d4819cd3cf1..50951f0b400 100644 --- a/tests/tensorflow/test_install.py +++ b/tests/tensorflow/test_install.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 99524f8465c..1665f40c66b 100644 --- a/tests/tensorflow/test_model_converter.py +++ b/tests/tensorflow/test_model_converter.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c4b4f36afae..36716bccc7e 100644 --- a/tests/tensorflow/test_models/__init__.py +++ b/tests/tensorflow/test_models/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 39f7b6efd99..3cc94a70fb6 100644 --- a/tests/tensorflow/test_models/densenet.py +++ b/tests/tensorflow/test_models/densenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f0be77d2350..d2a41ab723e 100644 --- a/tests/tensorflow/test_models/inception_resnet_v2.py +++ b/tests/tensorflow/test_models/inception_resnet_v2.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 97f6a980d41..7cb1fde6bde 100644 --- a/tests/tensorflow/test_models/inception_v3.py +++ b/tests/tensorflow/test_models/inception_v3.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 98cc8ffbf3e..e5b19aef22b 100644 --- a/tests/tensorflow/test_models/maskrcnn.py +++ b/tests/tensorflow/test_models/maskrcnn.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 966c315f5f8..d97a1ff5e1a 100644 --- a/tests/tensorflow/test_models/mobilenet.py +++ b/tests/tensorflow/test_models/mobilenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7d2449fe4b3..8f5ae96f164 100644 --- a/tests/tensorflow/test_models/mobilenet_v2.py +++ b/tests/tensorflow/test_models/mobilenet_v2.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b893983bb24..9acaac670a1 100644 --- a/tests/tensorflow/test_models/mobilenet_v2_slim.py +++ b/tests/tensorflow/test_models/mobilenet_v2_slim.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e503d98cc9e..04d28246a82 100644 --- a/tests/tensorflow/test_models/mobilenet_v3.py +++ b/tests/tensorflow/test_models/mobilenet_v3.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5e788623997..38cc48f92af 100644 --- a/tests/tensorflow/test_models/nasnet.py +++ b/tests/tensorflow/test_models/nasnet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d1db0c3db11..9988931d0a1 100644 --- a/tests/tensorflow/test_models/resnet.py +++ b/tests/tensorflow/test_models/resnet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c1b8f1290f2..4ed8a2f0dce 100644 --- a/tests/tensorflow/test_models/resnet_v2.py +++ b/tests/tensorflow/test_models/resnet_v2.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ce762e0b972..0763e772df3 100644 --- a/tests/tensorflow/test_models/retinanet.py +++ b/tests/tensorflow/test_models/retinanet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 52c2f19b30f..ebebe88b206 100644 --- a/tests/tensorflow/test_models/sequential_model.py +++ b/tests/tensorflow/test_models/sequential_model.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 bbeac4b2aab..4225fd0a546 100644 --- a/tests/tensorflow/test_models/shared_layers_model.py +++ b/tests/tensorflow/test_models/shared_layers_model.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f8cdc1bd146..72d05ea9b4d 100644 --- a/tests/tensorflow/test_models/vgg16.py +++ b/tests/tensorflow/test_models/vgg16.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 9db393e2bd7..482a14c5169 100644 --- a/tests/tensorflow/test_models/xception.py +++ b/tests/tensorflow/test_models/xception.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ae8a81da9a9..76becfd87bf 100644 --- a/tests/tensorflow/test_models/yolo_v4.py +++ b/tests/tensorflow/test_models/yolo_v4.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0173ad80929..8c458b361c1 100644 --- a/tests/tensorflow/test_nncf_keras_graph_equality.py +++ b/tests/tensorflow/test_nncf_keras_graph_equality.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0907b5745f8..a64768596e1 100644 --- a/tests/tensorflow/test_no_compression_algorithm.py +++ b/tests/tensorflow/test_no_compression_algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 bc106daae99..7eee97759ea 100644 --- a/tests/tensorflow/test_sanity_sample.py +++ b/tests/tensorflow/test_sanity_sample.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d9ce6e8c444..057a6ee8a8c 100644 --- a/tests/tensorflow/test_sota_checkpoints.py +++ b/tests/tensorflow/test_sota_checkpoints.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 4708447e9c1..22c66aba822 100644 --- a/tests/tensorflow/test_transformations.py +++ b/tests/tensorflow/test_transformations.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3991ff65a5d..9cd7773f471 100644 --- a/tests/tensorflow/test_weekly.py +++ b/tests/tensorflow/test_weekly.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8138430cbfa..6ffacdf555c 100644 --- a/tests/tensorflow/test_wrapper_freeze.py +++ b/tests/tensorflow/test_wrapper_freeze.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 753f0c23b46..8c0c9ee7053 100644 --- a/tests/torch/__init__.py +++ b/tests/torch/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5606f2c57ec..1355708d706 100644 --- a/tests/torch/accuracy_aware_training/test_accuracy_aware_config.py +++ b/tests/torch/accuracy_aware_training/test_accuracy_aware_config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 457ce9ebfbf..6deaf42f382 100644 --- a/tests/torch/accuracy_aware_training/test_runner.py +++ b/tests/torch/accuracy_aware_training/test_runner.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7463bf1735f..86448b5f941 100644 --- a/tests/torch/accuracy_aware_training/test_training_loop.py +++ b/tests/torch/accuracy_aware_training/test_training_loop.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f058296a648..c6f6c7f2afc 100644 --- a/tests/torch/automl/test_ddpg.py +++ b/tests/torch/automl/test_ddpg.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 5d643a8a3d4..9e7a38e7217 100644 --- a/tests/torch/automl/test_memory.py +++ b/tests/torch/automl/test_memory.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a06015893af..c53d67d47ed 100644 --- a/tests/torch/automl/test_quantization_env.py +++ b/tests/torch/automl/test_quantization_env.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2bb222dba23..099a9b81c75 100644 --- a/tests/torch/automl/test_ring_buffer.py +++ b/tests/torch/automl/test_ring_buffer.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/binarization/test_functions.py b/tests/torch/binarization/test_functions.py index 8fd715d41ff..c2d80ad6b44 100644 --- a/tests/torch/binarization/test_functions.py +++ b/tests/torch/binarization/test_functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f87e9594d6a..8c76f601442 100644 --- a/tests/torch/composite/test_composite_scheduler.py +++ b/tests/torch/composite/test_composite_scheduler.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8908898cb0f..8adf4d3adf4 100644 --- a/tests/torch/conftest.py +++ b/tests/torch/conftest.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 986d6aec8f9..c6318d92c87 100644 --- a/tests/torch/helpers.py +++ b/tests/torch/helpers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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/install_checks.py b/tests/torch/install_checks.py index d2e6aac486b..89de61afc76 100644 --- a/tests/torch/install_checks.py +++ b/tests/torch/install_checks.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b8a5fb70b08..534694153e3 100644 --- a/tests/torch/modules/test_rnn.py +++ b/tests/torch/modules/test_rnn.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7ef6408661d..1e3f36e0cef 100644 --- a/tests/torch/pruning/filter_pruning/test_algo.py +++ b/tests/torch/pruning/filter_pruning/test_algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 417c4ec7ac3..0dbb1541163 100644 --- a/tests/torch/pruning/filter_pruning/test_evolutionary_optimization.py +++ b/tests/torch/pruning/filter_pruning/test_evolutionary_optimization.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 9ffda4033a1..ba461b74659 100644 --- a/tests/torch/pruning/filter_pruning/test_flops_pruning.py +++ b/tests/torch/pruning/filter_pruning/test_flops_pruning.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 243cdc07c86..99606b166be 100644 --- a/tests/torch/pruning/filter_pruning/test_functions.py +++ b/tests/torch/pruning/filter_pruning/test_functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 02f01b4fa29..cb2ed1f6e3f 100644 --- a/tests/torch/pruning/filter_pruning/test_layers.py +++ b/tests/torch/pruning/filter_pruning/test_layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e1e9aa5dd67..efc0629b4b9 100644 --- a/tests/torch/pruning/filter_pruning/test_legr.py +++ b/tests/torch/pruning/filter_pruning/test_legr.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a8f3236f28b..6d3cda15ab5 100644 --- a/tests/torch/pruning/filter_pruning/test_set_pruning_rate.py +++ b/tests/torch/pruning/filter_pruning/test_set_pruning_rate.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c23745ec3f9..5e7d3f358b7 100644 --- a/tests/torch/pruning/helpers.py +++ b/tests/torch/pruning/helpers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 13407496ecf..c3f8f73350e 100644 --- a/tests/torch/pruning/test_common.py +++ b/tests/torch/pruning/test_common.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8e488af4a33..c3128da8a07 100644 --- a/tests/torch/pruning/test_distributed.py +++ b/tests/torch/pruning/test_distributed.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ffbb285422d..cb1fcf45524 100644 --- a/tests/torch/pruning/test_model_pruning_analysis.py +++ b/tests/torch/pruning/test_model_pruning_analysis.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 be6939e6d8c..f1536777e10 100644 --- a/tests/torch/pruning/test_onnx_export.py +++ b/tests/torch/pruning/test_onnx_export.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e00cc01dbb2..7b064bcbd90 100644 --- a/tests/torch/pruning/test_schedulers.py +++ b/tests/torch/pruning/test_schedulers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 c49a17bed14..ba6fa183465 100644 --- a/tests/torch/pruning/test_utils.py +++ b/tests/torch/pruning/test_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1801aac6d97..b70bd45bf2f 100644 --- a/tests/torch/quantization/test_adjust_padding.py +++ b/tests/torch/quantization/test_adjust_padding.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the 'License'); you 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 2c05fd35d28..1518bf6819d 100644 --- a/tests/torch/quantization/test_algo_quantization.py +++ b/tests/torch/quantization/test_algo_quantization.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 301a82d0536..ce467faf7d0 100644 --- a/tests/torch/quantization/test_autoq_precision_init.py +++ b/tests/torch/quantization/test_autoq_precision_init.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 fac7766afcc..858ff4e39a5 100644 --- a/tests/torch/quantization/test_functions.py +++ b/tests/torch/quantization/test_functions.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1bde8879f72..2b9d46d8cc3 100644 --- a/tests/torch/quantization/test_hawq_precision_init.py +++ b/tests/torch/quantization/test_hawq_precision_init.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b6d08c98f6d..d434d5896de 100644 --- a/tests/torch/quantization/test_hw_config.py +++ b/tests/torch/quantization/test_hw_config.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1bae03f2c24..71146046a4a 100644 --- a/tests/torch/quantization/test_logarithm_scale.py +++ b/tests/torch/quantization/test_logarithm_scale.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ce72e8ac9c3..5c885ef4a2e 100644 --- a/tests/torch/quantization/test_manual_precision_init.py +++ b/tests/torch/quantization/test_manual_precision_init.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 641d8d208d3..57663f42639 100644 --- a/tests/torch/quantization/test_onnx_export.py +++ b/tests/torch/quantization/test_onnx_export.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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_helpers.py b/tests/torch/quantization/test_quantization_helpers.py index 6d55845d3d3..e13ace5acf8 100644 --- a/tests/torch/quantization/test_quantization_helpers.py +++ b/tests/torch/quantization/test_quantization_helpers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3fe20224b18..1ae1854c8b6 100644 --- a/tests/torch/quantization/test_quantization_metric.py +++ b/tests/torch/quantization/test_quantization_metric.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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_quantizer_propagation_graph.py b/tests/torch/quantization/test_quantizer_propagation_graph.py index abc7473b454..3b961e413f1 100644 --- a/tests/torch/quantization/test_quantizer_propagation_graph.py +++ b/tests/torch/quantization/test_quantizer_propagation_graph.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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_quantizer_propagation_solver.py b/tests/torch/quantization/test_quantizer_propagation_solver.py index 01dc04cba3f..541ecb72423 100644 --- a/tests/torch/quantization/test_quantizer_propagation_solver.py +++ b/tests/torch/quantization/test_quantizer_propagation_solver.py @@ -1,6 +1,6 @@ # pylint:disable=too-many-lines """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 cb75d287bed..af8b4a1d466 100644 --- a/tests/torch/quantization/test_range_init.py +++ b/tests/torch/quantization/test_range_init.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 9ebbc885bb0..f2f3bccce39 100644 --- a/tests/torch/quantization/test_scheduler.py +++ b/tests/torch/quantization/test_scheduler.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 b0c8e7e0b5f..ffcc99faef0 100644 --- a/tests/torch/sparsity/const/test_algo.py +++ b/tests/torch/sparsity/const/test_algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d3fd88bdd2d..cc70308d65d 100644 --- a/tests/torch/sparsity/magnitude/test_algo.py +++ b/tests/torch/sparsity/magnitude/test_algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 86ac5b9db1e..527f7d36dbe 100644 --- a/tests/torch/sparsity/magnitude/test_helpers.py +++ b/tests/torch/sparsity/magnitude/test_helpers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 31ad646f005..d1a076779fa 100644 --- a/tests/torch/sparsity/magnitude/test_modules.py +++ b/tests/torch/sparsity/magnitude/test_modules.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 521a3c85f51..4c0e58d39fd 100644 --- a/tests/torch/sparsity/magnitude/test_scheduler.py +++ b/tests/torch/sparsity/magnitude/test_scheduler.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 50c25f6308c..7940ba49d23 100644 --- a/tests/torch/sparsity/rb/test_algo.py +++ b/tests/torch/sparsity/rb/test_algo.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 1ad1f3a7f41..c3e4bed874c 100644 --- a/tests/torch/sparsity/rb/test_components.py +++ b/tests/torch/sparsity/rb/test_components.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 9bad70f8c5d..c29adb845f9 100644 --- a/tests/torch/sparsity/rb/test_weights.py +++ b/tests/torch/sparsity/rb/test_weights.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7aa8470e221..b128a183544 100644 --- a/tests/torch/sparsity/test_common.py +++ b/tests/torch/sparsity/test_common.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 567d58cffbf..f03c4071763 100644 --- a/tests/torch/tensor_statistics/test_tensor_statistics.py +++ b/tests/torch/tensor_statistics/test_tensor_statistics.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 ae8e3263011..81123f38502 100644 --- a/tests/torch/test_algo_common.py +++ b/tests/torch/test_algo_common.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7a09c44149c..8a6aa2ab338 100644 --- a/tests/torch/test_api_behavior.py +++ b/tests/torch/test_api_behavior.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 7911c3e5a76..84231f89345 100644 --- a/tests/torch/test_backward_compat.py +++ b/tests/torch/test_backward_compat.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 8f4e84ee4f7..93e73751dc6 100644 --- a/tests/torch/test_compressed_graph.py +++ b/tests/torch/test_compressed_graph.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 02e937a3d1d..9756f9b1ebc 100644 --- a/tests/torch/test_compression_lr_multiplier.py +++ b/tests/torch/test_compression_lr_multiplier.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 a67713f1219..57ccaefafe1 100644 --- a/tests/torch/test_compression_training.py +++ b/tests/torch/test_compression_training.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the 'License'); you 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 91293115fed..104e6f9dc03 100644 --- a/tests/torch/test_get_modules_by_type.py +++ b/tests/torch/test_get_modules_by_type.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 52bf2943847..9d110090175 100644 --- a/tests/torch/test_graph_analysis.py +++ b/tests/torch/test_graph_analysis.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2e3f59703d3..43591ded355 100644 --- a/tests/torch/test_graph_building.py +++ b/tests/torch/test_graph_building.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2ca788016d6..bd8e3c883e8 100644 --- a/tests/torch/test_init_data_loader.py +++ b/tests/torch/test_init_data_loader.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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_install.py b/tests/torch/test_install.py index ddf588d6eaa..3f320892488 100644 --- a/tests/torch/test_install.py +++ b/tests/torch/test_install.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 34d59e50ff0..2f0dce85e4e 100644 --- a/tests/torch/test_knowledge_distillation.py +++ b/tests/torch/test_knowledge_distillation.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 bced8e40a27..108291c06fa 100644 --- a/tests/torch/test_load_model_state.py +++ b/tests/torch/test_load_model_state.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 2231191a141..8c781129082 100644 --- a/tests/torch/test_models/alexnet.py +++ b/tests/torch/test_models/alexnet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 e8e7c73f765..fe6049b780f 100644 --- a/tests/torch/test_models/densenet.py +++ b/tests/torch/test_models/densenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 657cc9e9327..dc3cb9ad276 100644 --- a/tests/torch/test_models/dpn.py +++ b/tests/torch/test_models/dpn.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 0759a6c27b7..0cfee3c33b3 100644 --- a/tests/torch/test_models/googlenet.py +++ b/tests/torch/test_models/googlenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 d84b3152614..79d91ac6f7e 100644 --- a/tests/torch/test_models/inceptionv3.py +++ b/tests/torch/test_models/inceptionv3.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 52b76065dfd..41500667df7 100644 --- a/tests/torch/test_models/lenet.py +++ b/tests/torch/test_models/lenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 36176d53104..69e4441dabd 100644 --- a/tests/torch/test_models/mobilenet.py +++ b/tests/torch/test_models/mobilenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3a409f9707f..62bc47b9daf 100644 --- a/tests/torch/test_models/mobilenet_v3.py +++ b/tests/torch/test_models/mobilenet_v3.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 6608c159991..ba457911991 100644 --- a/tests/torch/test_models/pnasnet.py +++ b/tests/torch/test_models/pnasnet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 14ee22607e5..8dd32729c76 100644 --- a/tests/torch/test_models/preact_resnet.py +++ b/tests/torch/test_models/preact_resnet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f12e45b88b8..b402513d2b9 100644 --- a/tests/torch/test_models/resnet.py +++ b/tests/torch/test_models/resnet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f05930770ce..dbca149659a 100644 --- a/tests/torch/test_models/resnext.py +++ b/tests/torch/test_models/resnext.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 6ff9d18900d..eef8218a52c 100644 --- a/tests/torch/test_models/senet.py +++ b/tests/torch/test_models/senet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 f5cecc700c4..94285a9510d 100644 --- a/tests/torch/test_models/shufflenet.py +++ b/tests/torch/test_models/shufflenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 406e9af0747..3c22b3643ef 100644 --- a/tests/torch/test_models/shufflenetv2.py +++ b/tests/torch/test_models/shufflenetv2.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 539f1fd0337..fcc862311b0 100644 --- a/tests/torch/test_models/squeezenet.py +++ b/tests/torch/test_models/squeezenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 6d21237226a..059fcd23665 100644 --- a/tests/torch/test_models/sr_small_model.py +++ b/tests/torch/test_models/sr_small_model.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 79f15d366e9..43c073de4fa 100644 --- a/tests/torch/test_models/ssd_mobilenet.py +++ b/tests/torch/test_models/ssd_mobilenet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 6c7e9ededdb..6360c5e1a1e 100644 --- a/tests/torch/test_models/ssd_vgg.py +++ b/tests/torch/test_models/ssd_vgg.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 94fd96a142c..4bc641dcd07 100644 --- a/tests/torch/test_models/synthetic.py +++ b/tests/torch/test_models/synthetic.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 46f1748fe94..7c7ac51cc2c 100644 --- a/tests/torch/test_models/unet.py +++ b/tests/torch/test_models/unet.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 3b82827f19c..98ca2785089 100644 --- a/tests/torch/test_models/vgg.py +++ b/tests/torch/test_models/vgg.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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_network.py b/tests/torch/test_nncf_network.py index 3bfc57ea037..b3e506fd66f 100644 --- a/tests/torch/test_nncf_network.py +++ b/tests/torch/test_nncf_network.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 68507541fb5..14121ffb3fe 100644 --- a/tests/torch/test_nncf_utils.py +++ b/tests/torch/test_nncf_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 efebd1ac4bc..c8d0a4cf1d0 100644 --- a/tests/torch/test_no_compression_algorithm.py +++ b/tests/torch/test_no_compression_algorithm.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2021 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 abdc3a933ae..d2f4568752f 100644 --- a/tests/torch/test_resume_from_checkpoint.py +++ b/tests/torch/test_resume_from_checkpoint.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2021 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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 46f618a6ba8..9ef630152dd 100644 --- a/tests/torch/test_sanity_sample.py +++ b/tests/torch/test_sanity_sample.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you 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_third_party.py b/tests/torch/test_sanity_third_party.py index b2fcf604674..9524146bcae 100644 --- a/tests/torch/test_sanity_third_party.py +++ b/tests/torch/test_sanity_third_party.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019-2020 Intel Corporation + Copyright (c) 2019-2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 3fc20da9e83..1fc7b3585e0 100644 --- a/tools/add_new_quantization_parameters.py +++ b/tools/add_new_quantization_parameters.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 1bf7dbd3f8e..e0e17a15b53 100644 --- a/tools/add_qualifiers_to_activation_quantizers.py +++ b/tools/add_qualifiers_to_activation_quantizers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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_binarize_layers.py b/tools/benchmark_binarize_layers.py index 67d28319740..2f0204be110 100644 --- a/tools/benchmark_binarize_layers.py +++ b/tools/benchmark_binarize_layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 2feb3139e79..97bf15d9b23 100644 --- a/tools/benchmark_quantize_layers.py +++ b/tools/benchmark_quantize_layers.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 d60a6f3363f..c9dc45ab492 100644 --- a/tools/convert_mobilenet_v2_to_torchvision.py +++ b/tools/convert_mobilenet_v2_to_torchvision.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2020 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 7e2e8d54269..d114de78ae7 100644 --- a/tools/correct_checkpoint.py +++ b/tools/correct_checkpoint.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/debug/common.py b/tools/debug/common.py index 40435d3931f..b70e9d23ae0 100644 --- a/tools/debug/common.py +++ b/tools/debug/common.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/debug/compare_accuracy.py b/tools/debug/compare_accuracy.py index af76ca3a154..54df6a703b1 100644 --- a/tools/debug/compare_accuracy.py +++ b/tools/debug/compare_accuracy.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/debug/compare_activations.py b/tools/debug/compare_activations.py index e0ec9f6e3b9..688e92399a0 100644 --- a/tools/debug/compare_activations.py +++ b/tools/debug/compare_activations.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/debug/compare_dump.py b/tools/debug/compare_dump.py index 775c2b5eac7..d0bec1bde91 100644 --- a/tools/debug/compare_dump.py +++ b/tools/debug/compare_dump.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/debug/compare_weights.py b/tools/debug/compare_weights.py index 4a6d8153a37..8aecfa0a50f 100644 --- a/tools/debug/compare_weights.py +++ b/tools/debug/compare_weights.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/debug/debug_sample.py b/tools/debug/debug_sample.py index 54abbe5e6bc..2510203798b 100644 --- a/tools/debug/debug_sample.py +++ b/tools/debug/debug_sample.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 01dfd78aa90..2fb166b5774 100644 --- a/tools/ir_utils.py +++ b/tools/ir_utils.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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 03e74a762e1..45a259b78fd 100644 --- a/tools/onnx_tranformer.py +++ b/tools/onnx_tranformer.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2019 Intel Corporation + Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); 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/update_eval_results.py b/tools/update_eval_results.py index e1804a50f13..78a81c28965 100644 --- a/tools/update_eval_results.py +++ b/tools/update_eval_results.py @@ -1,5 +1,5 @@ """ -Copyright (c) 2020 Intel Corporation +Copyright (c) 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at