From 239466ca5d5333af11ee750260215941737383b3 Mon Sep 17 00:00:00 2001 From: Jacek Pawlak Date: Thu, 14 Mar 2024 10:37:02 +0100 Subject: [PATCH] copyright year update (#23370) New PR due to merge conflicts(https://github.com/openvinotoolkit/openvino/pull/22917) Updated the copyright year from 2018-2023 to 2018-2024 in all openvino files Ref. to script: CVS-101144 Command used: ```bash git grep -lz '2018-2023 Intel Corporation' | xargs -0 sed -i '' -e 's/2018-2023 Intel Corporation/2018-2024 Intel Corporation/g' ``` --- CMakeLists.txt | 2 +- cmake/arm.toolchain.cmake | 2 +- cmake/arm64.toolchain.cmake | 2 +- cmake/coverage.cmake | 2 +- cmake/dependencies.cmake | 2 +- cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake | 2 +- cmake/developer_package/add_target_helpers.cmake | 4 ++-- cmake/developer_package/api_validator/api_validator.cmake | 2 +- cmake/developer_package/api_validator/api_validator_run.cmake | 2 +- cmake/developer_package/clang_format/clang_format.cmake | 2 +- cmake/developer_package/clang_format/clang_format_check.cmake | 2 +- cmake/developer_package/clang_format/clang_format_fix.cmake | 2 +- cmake/developer_package/compile_flags/fuzzing.cmake | 2 +- cmake/developer_package/compile_flags/os_flags.cmake | 2 +- cmake/developer_package/compile_flags/sanitizer.cmake | 2 +- cmake/developer_package/compile_flags/sdl.cmake | 2 +- cmake/developer_package/coverage/coverage.cmake | 2 +- cmake/developer_package/coverage/coverage_clean.cmake | 2 +- cmake/developer_package/coverage/coverage_merge.cmake | 2 +- cmake/developer_package/cpplint/cpplint.cmake | 2 +- cmake/developer_package/cpplint/cpplint_html.cmake | 2 +- cmake/developer_package/cpplint/cpplint_merge.cmake | 2 +- cmake/developer_package/cpplint/cpplint_run.cmake | 2 +- cmake/developer_package/cpplint/cpplint_to_cppcheck_xml.cmake | 2 +- .../cross_compile/cross_compiled_disp_gen.cmake | 2 +- .../cross_compile/cross_compiled_disp_gen_options.in | 2 +- .../developer_package/cross_compile/cross_compiled_func.cmake | 2 +- cmake/developer_package/cross_compile/find_commands.cmake | 2 +- cmake/developer_package/debug.cmake | 2 +- cmake/developer_package/download/dependency_solver.cmake | 2 +- cmake/developer_package/download/download.cmake | 2 +- cmake/developer_package/download/download_and_apply.cmake | 2 +- cmake/developer_package/download/download_and_check.cmake | 2 +- cmake/developer_package/download/download_and_extract.cmake | 2 +- cmake/developer_package/download/extract.cmake | 2 +- cmake/developer_package/faster_build.cmake | 2 +- cmake/developer_package/features.cmake | 2 +- cmake/developer_package/frontends/create_frontends_hpp.cmake | 2 +- cmake/developer_package/frontends/frontends.cmake | 2 +- cmake/developer_package/frontends/ov_frontends.hpp.in | 2 +- cmake/developer_package/linux_name.cmake | 2 +- cmake/developer_package/models.cmake | 2 +- .../developer_package/ncc_naming_style/ncc_naming_style.cmake | 2 +- cmake/developer_package/ncc_naming_style/ncc_run.cmake | 2 +- .../ncc_naming_style/self_check/class_name.hpp | 2 +- .../ncc_naming_style/self_check/function_name.hpp | 2 +- .../ncc_naming_style/self_check/method_name.hpp | 2 +- cmake/developer_package/ncc_naming_style/try_find_clang.cmake | 2 +- cmake/developer_package/options.cmake | 2 +- cmake/developer_package/packaging/archive.cmake | 2 +- cmake/developer_package/packaging/common-libraries.cmake | 2 +- cmake/developer_package/packaging/debian/debian.cmake | 2 +- cmake/developer_package/packaging/debian/post_build.cmake | 2 +- cmake/developer_package/packaging/npm.cmake | 2 +- cmake/developer_package/packaging/nsis.cmake | 2 +- cmake/developer_package/packaging/packaging.cmake | 2 +- cmake/developer_package/packaging/rpm/post_build.cmake | 2 +- cmake/developer_package/packaging/rpm/rpm.cmake | 2 +- cmake/developer_package/plugins/create_plugin_file.cmake | 2 +- cmake/developer_package/plugins/create_plugins_hpp.cmake | 2 +- cmake/developer_package/plugins/plugins.cmake | 2 +- cmake/developer_package/plugins/plugins.hpp.in | 2 +- cmake/developer_package/plugins/register_plugin_cmake.cmake | 2 +- cmake/developer_package/plugins/unregister_plugin_cmake.cmake | 2 +- cmake/developer_package/python_requirements.cmake | 2 +- cmake/developer_package/shellcheck/shellcheck.cmake | 2 +- cmake/developer_package/shellcheck/shellcheck_process.cmake | 2 +- cmake/developer_package/target_flags.cmake | 2 +- cmake/developer_package/tbb/TBBConfig.cmake | 2 +- cmake/developer_package/tbb/lnx/TBBConfig-version.cmake | 2 +- cmake/developer_package/tbb/lnx/TBBConfig.cmake | 2 +- cmake/developer_package/tbb/mac/TBBConfig-version.cmake | 2 +- cmake/developer_package/tbb/mac/TBBConfig.cmake | 2 +- cmake/developer_package/tbb/win/TBBConfig-version.cmake | 2 +- cmake/developer_package/tbb/win/TBBConfig.cmake | 2 +- cmake/developer_package/version.cmake | 2 +- cmake/developer_package/vs_version/vs_version.cmake | 2 +- cmake/developer_package/whole_archive.cmake | 2 +- cmake/extra_modules.cmake | 2 +- cmake/features.cmake | 2 +- cmake/packaging/archive.cmake | 2 +- cmake/packaging/common-libraries.cmake | 2 +- cmake/packaging/debian.cmake | 2 +- cmake/packaging/npm.cmake | 2 +- cmake/packaging/nsis.cmake | 2 +- cmake/packaging/packaging.cmake | 2 +- cmake/packaging/rpm.cmake | 2 +- cmake/templates/OpenVINOConfig-version.cmake.in | 2 +- cmake/templates/OpenVINOConfig.cmake.in | 2 +- cmake/templates/OpenVINODeveloperPackageConfig.cmake.in | 2 +- .../OpenVINODeveloperPackageConfigRelocatable.cmake.in | 2 +- cmake/templates/openvino.pc.in | 2 +- cmake/test_model_zoo.cmake | 2 +- cmake/toolchains/ia32.linux.toolchain.cmake | 2 +- cmake/toolchains/mingw-w64.toolchain.cmake | 2 +- cmake/toolchains/mt.runtime.win32.toolchain.cmake | 2 +- cmake/toolchains/onecoreuap.toolchain.cmake | 2 +- cmake/toolchains/riscv64-gnu.toolchain.cmake | 2 +- cmake/toolchains/uwp.toolchain.cmake | 2 +- cmake/toolchains/x86_64.linux.toolchain.cmake | 2 +- docs/CMakeLists.txt | 2 +- docs/dev/pypi_publish/pypi-openvino-dev.md | 2 +- docs/dev/pypi_publish/pypi-openvino-rt.md | 2 +- docs/openvino_sphinx_theme/setup.py | 2 +- docs/optimization_guide/nncf/code/pruning_tf.py | 2 +- docs/optimization_guide/nncf/code/pruning_torch.py | 2 +- docs/optimization_guide/nncf/code/qat_tf.py | 2 +- docs/optimization_guide/nncf/code/qat_torch.py | 2 +- docs/optimization_guide/nncf/ptq/code/ptq_aa_openvino.py | 2 +- docs/optimization_guide/nncf/ptq/code/ptq_onnx.py | 2 +- docs/optimization_guide/nncf/ptq/code/ptq_openvino.py | 2 +- docs/optimization_guide/nncf/ptq/code/ptq_tensorflow.py | 2 +- docs/optimization_guide/nncf/ptq/code/ptq_torch.py | 2 +- docs/scripts/copy_images.py | 2 +- docs/scripts/create_mapping.py | 2 +- docs/scripts/filehelper.py | 2 +- docs/scripts/remove_xml.py | 2 +- docs/scripts/tests/conftest.py | 2 +- docs/scripts/tests/test_docs.py | 2 +- docs/scripts/tests/utils/__init__.py | 2 +- docs/scripts/tests/utils/log.py | 2 +- docs/snippets/ShapeInference.py | 2 +- docs/snippets/__init__.py | 2 +- docs/snippets/cpu/Bfloat16Inference.py | 2 +- docs/snippets/cpu/__init__.py | 2 +- docs/snippets/cpu/compile_model.py | 2 +- docs/snippets/cpu/dynamic_shape.py | 2 +- docs/snippets/cpu/ov_execution_mode.py | 2 +- docs/snippets/export_compiled_model.py | 2 +- docs/snippets/gpu/context_sharing_va_c.cpp | 2 +- docs/snippets/gpu/preprocessing_nv12_two_planes_c.cpp | 2 +- docs/snippets/gpu/remote_objects_creation_c.cpp | 2 +- docs/snippets/main.py | 2 +- docs/snippets/ov_auto.py | 2 +- docs/snippets/ov_auto_batching.py | 2 +- docs/snippets/ov_caching.py | 2 +- docs/snippets/ov_dynamic_shapes.py | 2 +- docs/snippets/ov_extensions.cpp | 2 +- docs/snippets/ov_extensions.py | 2 +- docs/snippets/ov_infer_request.py | 2 +- docs/snippets/ov_layout.cpp | 2 +- docs/snippets/ov_layout.py | 2 +- docs/snippets/ov_model_snippets.py | 2 +- docs/snippets/ov_model_with_state_infer.py | 2 +- docs/snippets/ov_multi.py | 2 +- docs/snippets/ov_preprocessing.py | 2 +- docs/snippets/ov_properties_api.py | 2 +- docs/snippets/ov_python_exclusives.py | 2 +- docs/snippets/ov_python_inference.py | 2 +- docs/snippets/src/main.c | 2 +- docs/snippets/src/main.cpp | 2 +- docs/snippets/src/main.py | 2 +- docs/snippets/template_model_transformation.cpp | 2 +- docs/snippets/template_model_transformation.hpp | 2 +- docs/snippets/template_pattern_transformation.hpp | 2 +- docs/snippets/utils.py | 2 +- install_build_dependencies.sh | 2 +- licensing/CMakeLists.txt | 2 +- samples/CMakeLists.txt | 2 +- samples/c/CMakeLists.txt | 2 +- samples/c/common/CMakeLists.txt | 2 +- samples/c/common/opencv_c_wrapper/CMakeLists.txt | 2 +- samples/c/common/opencv_c_wrapper/include/opencv_c_wrapper.h | 2 +- samples/c/common/opencv_c_wrapper/src/bmp_reader.c | 2 +- samples/c/common/opencv_c_wrapper/src/bmp_reader.h | 2 +- samples/c/common/opencv_c_wrapper/src/opencv_c_wrapper.cpp | 2 +- samples/c/hello_classification/CMakeLists.txt | 2 +- samples/c/hello_classification/main.c | 2 +- samples/c/hello_nv12_input_classification/CMakeLists.txt | 2 +- samples/c/hello_nv12_input_classification/main.c | 2 +- samples/cpp/CMakeLists.txt | 2 +- samples/cpp/benchmark_app/CMakeLists.txt | 2 +- samples/cpp/benchmark_app/benchmark_app.hpp | 2 +- samples/cpp/benchmark_app/infer_request_wrap.hpp | 2 +- samples/cpp/benchmark_app/inputs_filling.cpp | 2 +- samples/cpp/benchmark_app/inputs_filling.hpp | 2 +- samples/cpp/benchmark_app/main.cpp | 2 +- samples/cpp/benchmark_app/remote_tensors_filling.cpp | 2 +- samples/cpp/benchmark_app/remote_tensors_filling.hpp | 2 +- samples/cpp/benchmark_app/statistics_report.cpp | 2 +- samples/cpp/benchmark_app/statistics_report.hpp | 2 +- samples/cpp/benchmark_app/utils.cpp | 2 +- samples/cpp/benchmark_app/utils.hpp | 2 +- samples/cpp/build_samples.sh | 2 +- samples/cpp/build_samples_msvc.bat | 2 +- samples/cpp/classification_sample_async/CMakeLists.txt | 2 +- .../classification_sample_async/classification_sample_async.h | 2 +- samples/cpp/classification_sample_async/main.cpp | 2 +- samples/cpp/common/CMakeLists.txt | 2 +- samples/cpp/common/format_reader/CMakeLists.txt | 2 +- samples/cpp/common/format_reader/include/format_reader.h | 2 +- samples/cpp/common/format_reader/include/format_reader_ptr.h | 2 +- samples/cpp/common/format_reader/src/MnistUbyte.cpp | 2 +- samples/cpp/common/format_reader/src/MnistUbyte.h | 2 +- samples/cpp/common/format_reader/src/bmp.cpp | 2 +- samples/cpp/common/format_reader/src/bmp.h | 2 +- samples/cpp/common/format_reader/src/format_reader.cpp | 2 +- samples/cpp/common/format_reader/src/npy.cpp | 2 +- samples/cpp/common/format_reader/src/npy.h | 2 +- samples/cpp/common/format_reader/src/opencv_wrapper.cpp | 2 +- samples/cpp/common/format_reader/src/opencv_wrapper.h | 2 +- samples/cpp/common/format_reader/src/register.h | 2 +- samples/cpp/common/format_reader/src/yuv_nv12.cpp | 2 +- samples/cpp/common/format_reader/src/yuv_nv12.h | 2 +- samples/cpp/common/utils/CMakeLists.txt | 2 +- samples/cpp/common/utils/include/samples/args_helper.hpp | 2 +- .../cpp/common/utils/include/samples/classification_results.h | 2 +- samples/cpp/common/utils/include/samples/common.hpp | 2 +- samples/cpp/common/utils/include/samples/console_progress.hpp | 2 +- samples/cpp/common/utils/include/samples/csv_dumper.hpp | 2 +- .../cpp/common/utils/include/samples/os/windows/w_dirent.h | 2 +- samples/cpp/common/utils/include/samples/slog.hpp | 2 +- samples/cpp/common/utils/src/args_helper.cpp | 2 +- samples/cpp/common/utils/src/latency_metrics.cpp | 2 +- samples/cpp/common/utils/src/slog.cpp | 2 +- samples/cpp/hello_classification/CMakeLists.txt | 2 +- samples/cpp/hello_classification/main.cpp | 2 +- samples/cpp/hello_nv12_input_classification/CMakeLists.txt | 2 +- samples/cpp/hello_nv12_input_classification/main.cpp | 2 +- samples/cpp/hello_query_device/CMakeLists.txt | 2 +- samples/cpp/hello_query_device/main.cpp | 2 +- samples/cpp/hello_reshape_ssd/CMakeLists.txt | 2 +- samples/cpp/hello_reshape_ssd/main.cpp | 2 +- samples/cpp/model_creation_sample/CMakeLists.txt | 2 +- samples/cpp/model_creation_sample/main.cpp | 2 +- samples/cpp/model_creation_sample/model_creation_sample.hpp | 2 +- .../classification_sample_async.py | 2 +- samples/python/hello_classification/hello_classification.py | 2 +- samples/python/hello_query_device/hello_query_device.py | 2 +- samples/python/hello_reshape_ssd/hello_reshape_ssd.py | 2 +- samples/python/model_creation_sample/data.py | 2 +- samples/python/model_creation_sample/model_creation_sample.py | 2 +- scripts/CMakeLists.txt | 2 +- scripts/install_dependencies/install_openvino_dependencies.sh | 2 +- scripts/setupvars/setupvars.bat | 2 +- scripts/setupvars/setupvars.sh | 2 +- scripts/submodule_update_with_gitee.sh | 2 +- scripts/utils/create_package.py | 2 +- scripts/utils/utils.py | 2 +- src/CMakeLists.txt | 2 +- src/bindings/CMakeLists.txt | 2 +- src/bindings/c/CMakeLists.txt | 2 +- src/bindings/c/include/openvino/c/auto/properties.h | 2 +- src/bindings/c/include/openvino/c/deprecated.h | 2 +- src/bindings/c/include/openvino/c/gpu/gpu_plugin_properties.h | 2 +- src/bindings/c/include/openvino/c/openvino.h | 2 +- src/bindings/c/include/openvino/c/ov_common.h | 2 +- src/bindings/c/include/openvino/c/ov_compiled_model.h | 2 +- src/bindings/c/include/openvino/c/ov_core.h | 2 +- src/bindings/c/include/openvino/c/ov_dimension.h | 2 +- src/bindings/c/include/openvino/c/ov_infer_request.h | 2 +- src/bindings/c/include/openvino/c/ov_layout.h | 2 +- src/bindings/c/include/openvino/c/ov_model.h | 2 +- src/bindings/c/include/openvino/c/ov_node.h | 2 +- src/bindings/c/include/openvino/c/ov_partial_shape.h | 2 +- src/bindings/c/include/openvino/c/ov_prepostprocess.h | 2 +- src/bindings/c/include/openvino/c/ov_property.h | 2 +- src/bindings/c/include/openvino/c/ov_rank.h | 2 +- src/bindings/c/include/openvino/c/ov_shape.h | 2 +- src/bindings/c/include/openvino/c/ov_tensor.h | 2 +- src/bindings/c/src/CMakeLists.txt | 2 +- src/bindings/c/src/common.h | 2 +- src/bindings/c/src/ov_auto_property.cpp | 2 +- src/bindings/c/src/ov_common.cpp | 2 +- src/bindings/c/src/ov_compiled_model.cpp | 2 +- src/bindings/c/src/ov_core.cpp | 2 +- src/bindings/c/src/ov_dimension.cpp | 2 +- src/bindings/c/src/ov_infer_request.cpp | 2 +- src/bindings/c/src/ov_layout.cpp | 2 +- src/bindings/c/src/ov_model.cpp | 2 +- src/bindings/c/src/ov_node.cpp | 2 +- src/bindings/c/src/ov_partial_shape.cpp | 2 +- src/bindings/c/src/ov_prepostprocess.cpp | 2 +- src/bindings/c/src/ov_property.cpp | 2 +- src/bindings/c/src/ov_rank.cpp | 2 +- src/bindings/c/src/ov_shape.cpp | 2 +- src/bindings/c/src/ov_tensor.cpp | 2 +- src/bindings/c/tests/CMakeLists.txt | 2 +- src/bindings/c/tests/ov_auto_property_test.cpp | 2 +- src/bindings/c/tests/ov_compiled_model_test.cpp | 2 +- src/bindings/c/tests/ov_core_test.cpp | 2 +- src/bindings/c/tests/ov_infer_request_test.cpp | 2 +- src/bindings/c/tests/ov_layout_test.cpp | 2 +- src/bindings/c/tests/ov_model_test.cpp | 2 +- src/bindings/c/tests/ov_partial_shape_test.cpp | 2 +- src/bindings/c/tests/ov_preprocess_test.cpp | 2 +- src/bindings/c/tests/ov_tensor_test.cpp | 2 +- src/bindings/c/tests/ov_test.cpp | 2 +- src/bindings/c/tests/ov_test.hpp | 2 +- src/bindings/c/tests/ov_windows_conflict_test.cpp | 2 +- src/bindings/c/tests/test_model_repo.cpp | 2 +- src/bindings/c/tests/test_model_repo.hpp | 2 +- src/bindings/js/CMakeLists.txt | 2 +- src/bindings/js/node/CMakeLists.txt | 2 +- src/bindings/js/node/include/addon.hpp | 2 +- src/bindings/js/node/include/async_reader.hpp | 2 +- src/bindings/js/node/include/compiled_model.hpp | 2 +- src/bindings/js/node/include/core_wrap.hpp | 2 +- src/bindings/js/node/include/element_type.hpp | 2 +- src/bindings/js/node/include/errors.hpp | 2 +- src/bindings/js/node/include/helper.hpp | 2 +- src/bindings/js/node/include/infer_request.hpp | 2 +- src/bindings/js/node/include/model_wrap.hpp | 2 +- src/bindings/js/node/include/node_output.hpp | 2 +- src/bindings/js/node/include/partial_shape_wrap.hpp | 2 +- src/bindings/js/node/include/preprocess/input_info.hpp | 2 +- src/bindings/js/node/include/preprocess/input_model_info.hpp | 2 +- src/bindings/js/node/include/preprocess/input_tensor_info.hpp | 2 +- src/bindings/js/node/include/preprocess/output_info.hpp | 2 +- .../js/node/include/preprocess/output_tensor_info.hpp | 2 +- .../js/node/include/preprocess/pre_post_process_wrap.hpp | 2 +- src/bindings/js/node/include/preprocess/preprocess.hpp | 2 +- src/bindings/js/node/include/preprocess/preprocess_steps.hpp | 2 +- src/bindings/js/node/include/preprocess/resize_algorithm.hpp | 2 +- src/bindings/js/node/include/tensor.hpp | 2 +- src/bindings/js/node/src/addon.cpp | 2 +- src/bindings/js/node/src/async_reader.cpp | 2 +- src/bindings/js/node/src/compiled_model.cpp | 2 +- src/bindings/js/node/src/core_wrap.cpp | 2 +- src/bindings/js/node/src/element_type.cpp | 2 +- src/bindings/js/node/src/errors.cpp | 2 +- src/bindings/js/node/src/helper.cpp | 2 +- src/bindings/js/node/src/infer_request.cpp | 2 +- src/bindings/js/node/src/model_wrap.cpp | 2 +- src/bindings/js/node/src/node_output.cpp | 2 +- src/bindings/js/node/src/partial_shape_wrap.cpp | 2 +- src/bindings/js/node/src/preprocess/input_info.cpp | 2 +- src/bindings/js/node/src/preprocess/input_model_info.cpp | 2 +- src/bindings/js/node/src/preprocess/input_tensor_info.cpp | 2 +- src/bindings/js/node/src/preprocess/output_info.cpp | 2 +- src/bindings/js/node/src/preprocess/output_tensor_info.cpp | 2 +- src/bindings/js/node/src/preprocess/pre_post_process_wrap.cpp | 2 +- src/bindings/js/node/src/preprocess/preprocess.cpp | 2 +- src/bindings/js/node/src/preprocess/preprocess_steps.cpp | 2 +- src/bindings/js/node/src/preprocess/resize_algorithm.cpp | 2 +- src/bindings/js/node/src/tensor.cpp | 2 +- src/bindings/js/node/tests/basic.test.js | 2 +- src/bindings/js/node/tests/infer_request.test.js | 2 +- src/bindings/js/node/tests/partial_shape.test.js | 2 +- src/bindings/js/node/tests/pre_post_processor.test.js | 2 +- src/bindings/js/node/tests/read_model.test.js | 2 +- src/bindings/js/node/tests/tensor.test.js | 2 +- src/bindings/js/node/tests/utils.js | 2 +- src/cmake/install_tbb.cmake | 2 +- src/cmake/openvino.cmake | 2 +- src/cmake/ov_parallel.cmake | 2 +- src/cmake/pkg_config_gen.cmake | 2 +- src/common/CMakeLists.txt | 2 +- src/common/conditional_compilation/CMakeLists.txt | 2 +- .../conditional_compilation/include/openvino/cc/factory.h | 2 +- .../include/openvino/cc/ngraph/itt.hpp | 2 +- .../conditional_compilation/include/openvino/cc/pass/itt.hpp | 2 +- .../include/openvino/cc/selective_build.h | 2 +- src/common/conditional_compilation/scripts/ccheader.py | 2 +- src/common/conditional_compilation/tests/CMakeLists.txt | 2 +- src/common/conditional_compilation/tests/selective_build.cpp | 2 +- .../tests/selective_build_analyzer.cpp | 2 +- src/common/itt/CMakeLists.txt | 2 +- src/common/itt/cmake/ITTConfig.cmake | 2 +- src/common/itt/include/openvino/function_name.hpp | 2 +- src/common/itt/include/openvino/itt.hpp | 2 +- src/common/itt/src/itt.cpp | 2 +- src/common/low_precision_transformations/CMakeLists.txt | 2 +- src/common/low_precision_transformations/include/itt.hpp | 2 +- .../include/low_precision/add.hpp | 2 +- .../include/low_precision/align_quantization_intervals.hpp | 2 +- .../include/low_precision/align_quantization_parameters.hpp | 2 +- .../include/low_precision/assign_and_read_value.hpp | 2 +- .../include/low_precision/avg_pool.hpp | 2 +- .../include/low_precision/base_matcher_pass.hpp | 2 +- .../include/low_precision/clamp.hpp | 2 +- .../low_precision/common/fake_quantize_dequantization.hpp | 2 +- .../include/low_precision/common/ie_lpt_exception.hpp | 2 +- .../include/low_precision/common/precisions_restriction.hpp | 2 +- .../include/low_precision/concat.hpp | 2 +- .../include/low_precision/convert.hpp | 2 +- .../include/low_precision/convert_subtract_constant.hpp | 2 +- .../include/low_precision/convolution.hpp | 2 +- .../include/low_precision/convolution_backprop_data.hpp | 2 +- .../include/low_precision/create_attribute.hpp | 2 +- .../low_precision/create_precisions_dependent_attribute.hpp | 2 +- .../include/low_precision/depth_to_space.hpp | 2 +- .../include/low_precision/eltwise_base_transformation.hpp | 2 +- .../include/low_precision/fake_quantize.hpp | 2 +- .../include/low_precision/fake_quantize_decomposition.hpp | 2 +- .../include/low_precision/fold_convert.hpp | 2 +- .../include/low_precision/fold_fake_quantize.hpp | 2 +- .../include/low_precision/fuse_convert.hpp | 2 +- .../low_precision/fuse_elementwise_to_fake_quantize.hpp | 2 +- .../include/low_precision/fuse_multiply_to_fake_quantize.hpp | 2 +- .../include/low_precision/fuse_subtract_to_fake_quantize.hpp | 2 +- .../include/low_precision/group_convolution.hpp | 2 +- .../include/low_precision/interpolate.hpp | 2 +- .../include/low_precision/layer_transformation.hpp | 2 +- .../include/low_precision/low_precision.hpp | 2 +- .../include/low_precision/lpt_itt.hpp | 2 +- .../include/low_precision/lpt_visibility.hpp | 2 +- .../low_precision/markup_avg_pool_precision_preserved.hpp | 2 +- .../include/low_precision/markup_bias.hpp | 2 +- .../include/low_precision/markup_can_be_quantized.hpp | 2 +- .../include/low_precision/markup_precisions.hpp | 2 +- .../include/low_precision/markup_quantization_granularity.hpp | 2 +- .../include/low_precision/mat_mul.hpp | 2 +- .../include/low_precision/max_pool.hpp | 2 +- .../include/low_precision/move_fake_quantize.hpp | 2 +- .../include/low_precision/multiply.hpp | 2 +- .../include/low_precision/multiply_partial.hpp | 2 +- .../include/low_precision/multiply_to_group_convolution.hpp | 2 +- .../include/low_precision/mvn.hpp | 2 +- .../include/low_precision/network_helper.hpp | 2 +- .../include/low_precision/normalize_l2.hpp | 2 +- .../include/low_precision/pad.hpp | 2 +- .../include/low_precision/prelu.hpp | 2 +- .../include/low_precision/propagate_precisions.hpp | 2 +- .../include/low_precision/propagate_shared_value.hpp | 2 +- .../low_precision/propagate_through_precision_preserved.hpp | 2 +- .../include/low_precision/propagate_to_input.hpp | 2 +- .../low_precision/pull_reshape_through_dequantization.hpp | 2 +- .../low_precision/pull_transpose_through_dequantization.hpp | 2 +- .../include/low_precision/quantization_details.hpp | 2 +- .../include/low_precision/reduce_base_transformation.hpp | 2 +- .../include/low_precision/reduce_max.hpp | 2 +- .../include/low_precision/reduce_mean.hpp | 2 +- .../include/low_precision/reduce_min.hpp | 2 +- .../include/low_precision/reduce_sum.hpp | 2 +- .../include/low_precision/relu.hpp | 2 +- .../include/low_precision/reshape.hpp | 2 +- .../include/low_precision/rt_info/attribute_parameters.hpp | 2 +- .../rt_info/avg_pool_precision_preserved_attribute.hpp | 2 +- .../include/low_precision/rt_info/bias_attribute.hpp | 2 +- .../low_precision/rt_info/intervals_alignment_attribute.hpp | 2 +- .../low_precision/rt_info/precision_preserved_attribute.hpp | 2 +- .../include/low_precision/rt_info/precisions_attribute.hpp | 2 +- .../rt_info/quantization_alignment_attribute.hpp | 2 +- .../rt_info/quantization_granularity_attribute.hpp | 2 +- .../include/low_precision/rt_info/shared_value_attribute.hpp | 2 +- .../include/low_precision/shuffle_channels.hpp | 2 +- .../include/low_precision/split.hpp | 2 +- .../include/low_precision/squeeze.hpp | 2 +- .../include/low_precision/strided_slice.hpp | 2 +- .../include/low_precision/subtract.hpp | 2 +- .../include/low_precision/transformation_context.hpp | 2 +- .../include/low_precision/transparent_base_transformation.hpp | 2 +- .../include/low_precision/transpose.hpp | 2 +- .../include/low_precision/unsqueeze.hpp | 2 +- .../low_precision/update_shared_precision_preserved.hpp | 2 +- .../include/low_precision/variadic_split.hpp | 2 +- .../include/low_precision/weightable_layer_transformation.hpp | 2 +- src/common/low_precision_transformations/src/add.cpp | 2 +- .../src/align_quantization_intervals.cpp | 2 +- .../src/align_quantization_parameters.cpp | 2 +- .../src/assign_and_read_value.cpp | 2 +- src/common/low_precision_transformations/src/avg_pool.cpp | 2 +- .../low_precision_transformations/src/base_matcher_pass.cpp | 2 +- src/common/low_precision_transformations/src/clamp.cpp | 2 +- src/common/low_precision_transformations/src/concat.cpp | 2 +- src/common/low_precision_transformations/src/convert.cpp | 2 +- .../src/convert_subtract_constant.cpp | 2 +- src/common/low_precision_transformations/src/convolution.cpp | 2 +- .../src/convolution_backprop_data.cpp | 2 +- .../low_precision_transformations/src/depth_to_space.cpp | 2 +- .../src/eltwise_base_transformation.cpp | 2 +- .../low_precision_transformations/src/fake_quantize.cpp | 2 +- .../src/fake_quantize_decomposition.cpp | 2 +- .../src/fake_quantize_dequantization.cpp | 2 +- src/common/low_precision_transformations/src/fold_convert.cpp | 2 +- .../low_precision_transformations/src/fold_fake_quantize.cpp | 2 +- src/common/low_precision_transformations/src/fuse_convert.cpp | 2 +- .../src/fuse_elementwise_to_fake_quantize.cpp | 2 +- .../src/fuse_multiply_to_fake_quantize.cpp | 2 +- .../src/fuse_subtract_to_fake_quantize.cpp | 2 +- .../low_precision_transformations/src/group_convolution.cpp | 2 +- src/common/low_precision_transformations/src/interpolate.cpp | 2 +- .../src/layer_transformation.cpp | 2 +- .../low_precision_transformations/src/low_precision.cpp | 2 +- .../src/markup_avg_pool_precision_preserved.cpp | 2 +- src/common/low_precision_transformations/src/markup_bias.cpp | 2 +- .../src/markup_can_be_quantized.cpp | 2 +- .../low_precision_transformations/src/markup_precisions.cpp | 2 +- .../src/markup_quantization_granularity.cpp | 2 +- src/common/low_precision_transformations/src/mat_mul.cpp | 2 +- src/common/low_precision_transformations/src/max_pool.cpp | 2 +- .../low_precision_transformations/src/move_fake_quantize.cpp | 2 +- .../low_precision_transformations/src/multiply_partial.cpp | 2 +- .../src/multiply_to_group_convolution.cpp | 2 +- src/common/low_precision_transformations/src/mvn.cpp | 2 +- .../low_precision_transformations/src/network_helper.cpp | 2 +- src/common/low_precision_transformations/src/normalize_l2.cpp | 2 +- src/common/low_precision_transformations/src/pad.cpp | 2 +- src/common/low_precision_transformations/src/prelu.cpp | 2 +- .../src/propagate_precisions.cpp | 2 +- .../src/pull_reshape_through_dequantization.cpp | 2 +- .../src/pull_transpose_through_dequantization.cpp | 2 +- .../src/quantization_details.cpp | 2 +- .../src/reduce_base_transformation.cpp | 2 +- src/common/low_precision_transformations/src/reduce_max.cpp | 2 +- src/common/low_precision_transformations/src/reduce_mean.cpp | 2 +- src/common/low_precision_transformations/src/reduce_min.cpp | 2 +- src/common/low_precision_transformations/src/reduce_sum.cpp | 2 +- src/common/low_precision_transformations/src/relu.cpp | 2 +- src/common/low_precision_transformations/src/reshape.cpp | 2 +- .../src/rt_info/avg_pool_precision_preserved_attribute.cpp | 2 +- .../src/rt_info/bias_attribute.cpp | 2 +- .../src/rt_info/intervals_alignment_attribute.cpp | 2 +- .../src/rt_info/precision_preserved_attribute.cpp | 2 +- .../src/rt_info/precisions_attribute.cpp | 2 +- .../src/rt_info/quantization_alignment_attribute.cpp | 2 +- .../low_precision_transformations/src/shuffle_channels.cpp | 2 +- src/common/low_precision_transformations/src/split.cpp | 2 +- src/common/low_precision_transformations/src/squeeze.cpp | 2 +- .../low_precision_transformations/src/strided_slice.cpp | 2 +- src/common/low_precision_transformations/src/subtract.cpp | 2 +- .../src/transformation_context.cpp | 2 +- .../src/transparent_base_transformation.cpp | 2 +- src/common/low_precision_transformations/src/transpose.cpp | 2 +- src/common/low_precision_transformations/src/unsqueeze.cpp | 2 +- .../low_precision_transformations/src/variadic_split.cpp | 2 +- .../src/weightable_layer_transformation.cpp | 2 +- src/common/low_precision_transformations/tests/CMakeLists.txt | 2 +- .../tests/add_transformation.cpp | 2 +- .../align_concat_quantization_parameters_transformation.cpp | 2 +- .../tests/assign_and_read_value_transformation.cpp | 2 +- .../tests/avg_pool_transformation.cpp | 2 +- .../tests/avg_pool_with_child_transformation.cpp | 2 +- .../tests/clamp_transformation.cpp | 2 +- .../tests/compose_fake_quantize_transformation.cpp | 2 +- .../concat_selection_with_intermediate_transformation.cpp | 2 +- .../tests/concat_transformation.cpp | 2 +- .../tests/concat_with_different_precision_on_children.cpp | 2 +- .../tests/concat_with_fq_tranformation.cpp | 2 +- ...t_with_intermediate_precision_selection_transformation.cpp | 2 +- .../tests/concat_with_intermediate_reshape_transformation.cpp | 2 +- .../tests/concat_with_intermediate_transformation.cpp | 2 +- .../concat_with_intermediate_with_constant_transformation.cpp | 2 +- .../tests/concat_with_neighbors_transformation.cpp | 2 +- .../concat_with_neighbors_transformation_with_convolution.cpp | 2 +- .../tests/concat_with_not_quantized_parent_transformation.cpp | 2 +- .../tests/concat_with_reshape_at_the_end_transformation.cpp | 2 +- .../tests/concat_with_split_transformation.cpp | 2 +- .../tests/concat_with_strided_slice_transformation.cpp | 2 +- .../tests/convert_subtract_constant_transformation.cpp | 2 +- .../tests/convolution_backprop_data_transformation.cpp | 2 +- .../tests/convolution_qdq_transformation.cpp | 2 +- .../tests/convolution_transformation.cpp | 2 +- .../tests/convolution_with_incorrect_weights.cpp | 2 +- .../tests/depth_to_space_transformation.cpp | 2 +- ...ntwise_with_multi_parent_dequantization_transformation.cpp | 2 +- .../tests/eltwise_transformation_is_broadcasted_test.cpp | 2 +- ...fake_quantize_and_two_output_branches_with_convolution.cpp | 2 +- .../tests/fake_quantize_on_weights_with_unsupported_child.cpp | 2 +- .../fake_quantize_precision_selection_transformation.cpp | 2 +- .../tests/fake_quantize_transformation.cpp | 2 +- .../fake_quantize_with_dq_not_optimal_transformation.cpp | 2 +- .../fake_quantize_with_dynamic_intervals_transformation.cpp | 2 +- .../tests/fold_convert_transformation.cpp | 2 +- .../tests/fold_fake_quantize_in_transformations.cpp | 2 +- .../tests/fuse_convert_transformation.cpp | 2 +- .../fuse_fake_quantize_with_multi_inputs_transformation.cpp | 2 +- .../tests/fuse_multiply_to_fake_quantize_transformation.cpp | 2 +- .../tests/fuse_subtract_to_fake_quantize_transformation.cpp | 2 +- .../tests/get_dequantization_below_transformation.cpp | 2 +- .../tests/get_dequantization_test.cpp | 2 +- .../tests/get_dequantization_transformation.cpp | 2 +- .../tests/group_convolution_transformation.cpp | 2 +- .../tests/interpolate_transformation.cpp | 2 +- .../tests/is_asymmetric_on_weights_dequantization.cpp | 2 +- .../tests/is_asymmetric_on_weights_fq.cpp | 2 +- .../tests/is_constant_path_transformation.cpp | 2 +- .../tests/is_function_quantized_transformation.cpp | 2 +- .../tests/layer_transformation.cpp | 2 +- .../tests/layer_transformation.hpp | 2 +- .../tests/lpt_avoid_shapeof_propagation_test.cpp | 2 +- .../tests/mark_dequantization_subgraph_transformation.cpp | 2 +- .../tests/markup_avg_pool_precisions_transformation.cpp | 2 +- .../tests/markup_bias_transformation.cpp | 2 +- .../tests/mat_mul_transformation.cpp | 2 +- .../tests/mat_mul_with_constant_transformation.cpp | 2 +- .../tests/max_pool_transformation.cpp | 2 +- .../tests/move_dequantization_after_transformation.cpp | 2 +- .../tests/move_fake_quantize_transformation.cpp | 2 +- .../tests/multiply_partial_transformation.cpp | 2 +- .../tests/multiply_to_group_convolution_transformation.cpp | 2 +- .../tests/multiply_transformation.cpp | 2 +- .../tests/mvn_transformation.cpp | 2 +- .../tests/normalize_dequantization_transformation.cpp | 2 +- .../tests/normalize_l2_transformation.cpp | 2 +- .../tests/pad_transformation.cpp | 2 +- .../tests/precision_details_test.cpp | 2 +- .../tests/prelu_transformation.cpp | 2 +- .../pull_reshape_through_dequantization_transformation.cpp | 2 +- .../pull_transpose_through_dequantization_transformation.cpp | 2 +- .../tests/reduce_max_transformation.cpp | 2 +- .../tests/reduce_mean_transformation.cpp | 2 +- .../tests/reduce_min_transformation.cpp | 2 +- .../tests/reduce_sum_transformation.cpp | 2 +- .../tests/reduce_transformation.hpp | 2 +- .../tests/relu_transformation.cpp | 2 +- .../tests/reshape_transformation.cpp | 2 +- .../tests/round_transformation.cpp | 2 +- .../tests/separate_in_standalone_branch_transformation.cpp | 2 +- .../tests/shuffle_channels_transformation.cpp | 2 +- .../tests/simple_low_precision_transformer.cpp | 2 +- .../tests/simple_low_precision_transformer.hpp | 2 +- .../tests/split_transformation.cpp | 2 +- .../tests/squeeze_transformation.cpp | 2 +- .../tests/strided_slice_transformation.cpp | 2 +- .../subgraph/src/fq_decomposition_with_shared_constants.cpp | 2 +- .../tests/transformations_after_split_transformation.cpp | 2 +- .../tests/transformer_is_function_quantized.cpp | 2 +- .../tests/transpose_transformation.cpp | 2 +- .../tests/unit/calclulate_levels_test.cpp | 2 +- .../low_precision_transformations/tests/unit/reshape_test.cpp | 2 +- .../tests/unit/shared_attribute_add.cpp | 2 +- .../tests/unit/update_reshape_values.cpp | 2 +- .../tests/unsqueeze_transformation.cpp | 2 +- .../tests/variadic_split_transformation.cpp | 2 +- src/common/offline_transformations/CMakeLists.txt | 2 +- src/common/offline_transformations/include/mask_attribute.hpp | 2 +- src/common/offline_transformations/include/pruning.hpp | 2 +- .../offline_transformations/src/pruning/init_const_mask.cpp | 2 +- src/common/offline_transformations/src/pruning/init_masks.cpp | 2 +- .../offline_transformations/src/pruning/mask_attribute.cpp | 2 +- .../offline_transformations/src/pruning/propagate_masks.cpp | 2 +- src/common/offline_transformations/src/pruning/pruning.cpp | 2 +- .../offline_transformations/src/pruning/shrink_weights.cpp | 2 +- src/common/snippets/CMakeLists.txt | 2 +- src/common/snippets/include/snippets/emitter.hpp | 2 +- src/common/snippets/include/snippets/generator.hpp | 2 +- src/common/snippets/include/snippets/itt.hpp | 2 +- .../include/snippets/lowered/pass/insert_perf_count.hpp | 2 +- .../lowered/pass/load_movebroadcast_to_broadcastload.hpp | 2 +- src/common/snippets/include/snippets/op/brgemm.hpp | 2 +- src/common/snippets/include/snippets/op/broadcastload.hpp | 2 +- src/common/snippets/include/snippets/op/broadcastmove.hpp | 2 +- src/common/snippets/include/snippets/op/buffer.hpp | 2 +- .../snippets/include/snippets/op/convert_saturation.hpp | 2 +- .../snippets/include/snippets/op/convert_truncation.hpp | 2 +- src/common/snippets/include/snippets/op/fill.hpp | 2 +- src/common/snippets/include/snippets/op/horizon_max.hpp | 2 +- src/common/snippets/include/snippets/op/horizon_sum.hpp | 2 +- src/common/snippets/include/snippets/op/kernel.hpp | 2 +- src/common/snippets/include/snippets/op/load.hpp | 2 +- src/common/snippets/include/snippets/op/loop.hpp | 2 +- src/common/snippets/include/snippets/op/memory_access.hpp | 2 +- src/common/snippets/include/snippets/op/nop.hpp | 2 +- src/common/snippets/include/snippets/op/perf_count.hpp | 2 +- src/common/snippets/include/snippets/op/powerstatic.hpp | 2 +- .../snippets/include/snippets/op/rank_normalization.hpp | 2 +- src/common/snippets/include/snippets/op/reduce.hpp | 2 +- src/common/snippets/include/snippets/op/scalar.hpp | 2 +- .../snippets/include/snippets/op/serialization_node.hpp | 2 +- src/common/snippets/include/snippets/op/store.hpp | 2 +- src/common/snippets/include/snippets/op/subgraph.hpp | 2 +- src/common/snippets/include/snippets/op/vector_buffer.hpp | 2 +- .../snippets/include/snippets/pass/align_element_types.hpp | 2 +- .../include/snippets/pass/broadcast_to_movebroadcast.hpp | 2 +- .../snippets/include/snippets/pass/canonicalization.hpp | 2 +- .../snippets/include/snippets/pass/collapse_subgraph.hpp | 2 +- .../snippets/pass/explicit_transpose_matmul_inputs.hpp | 2 +- .../snippets/include/snippets/pass/extract_constants.hpp | 2 +- .../include/snippets/pass/extract_reshapes_from_mha.hpp | 2 +- .../include/snippets/pass/extract_unsupported_transposes.hpp | 2 +- .../snippets/include/snippets/pass/fq_decomposition.hpp | 2 +- .../snippets/include/snippets/pass/fuse_transpose_brgemm.hpp | 2 +- src/common/snippets/include/snippets/pass/hash.hpp | 2 +- .../snippets/include/snippets/pass/insert_movebroadcast.hpp | 2 +- src/common/snippets/include/snippets/pass/manager.hpp | 2 +- .../snippets/include/snippets/pass/matmul_to_brgemm.hpp | 2 +- .../snippets/include/snippets/pass/mha_tokenization.hpp | 2 +- src/common/snippets/include/snippets/pass/positioned_pass.hpp | 2 +- .../include/snippets/pass/reduce_to_snippets_reduce.hpp | 2 +- .../include/snippets/pass/softmax_reshape_elimination.hpp | 2 +- .../snippets/include/snippets/pass/split_dimension_m.hpp | 2 +- .../snippets/include/snippets/pass/subgraph_manager.hpp | 2 +- src/common/snippets/include/snippets/pass/subgraph_pass.hpp | 2 +- src/common/snippets/include/snippets/pass/tokenization.hpp | 2 +- .../snippets/include/snippets/pass/transform_convert.hpp | 2 +- src/common/snippets/include/snippets/pass/validate.hpp | 2 +- src/common/snippets/include/snippets/remarks.hpp | 2 +- src/common/snippets/include/snippets/snippets_isa.hpp | 2 +- src/common/snippets/include/snippets/snippets_isa_tbl.hpp | 2 +- src/common/snippets/include/snippets/utils.hpp | 2 +- src/common/snippets/src/emitter.cpp | 2 +- src/common/snippets/src/generator.cpp | 2 +- src/common/snippets/src/lowered/pass/insert_perf_count.cpp | 2 +- src/common/snippets/src/op/brgemm.cpp | 2 +- src/common/snippets/src/op/broadcastload.cpp | 2 +- src/common/snippets/src/op/broadcastmove.cpp | 2 +- src/common/snippets/src/op/buffer.cpp | 2 +- src/common/snippets/src/op/convert_saturation.cpp | 2 +- src/common/snippets/src/op/convert_truncation.cpp | 2 +- src/common/snippets/src/op/fill.cpp | 2 +- src/common/snippets/src/op/horizon_max.cpp | 2 +- src/common/snippets/src/op/horizon_sum.cpp | 2 +- src/common/snippets/src/op/kernel.cpp | 2 +- src/common/snippets/src/op/load.cpp | 2 +- src/common/snippets/src/op/loop.cpp | 2 +- src/common/snippets/src/op/memory_access.cpp | 2 +- src/common/snippets/src/op/nop.cpp | 2 +- src/common/snippets/src/op/perf_count.cpp | 2 +- src/common/snippets/src/op/rank_normalization.cpp | 2 +- src/common/snippets/src/op/reduce.cpp | 2 +- src/common/snippets/src/op/scalar.cpp | 2 +- src/common/snippets/src/op/serialization_node.cpp | 2 +- src/common/snippets/src/op/store.cpp | 2 +- src/common/snippets/src/op/subgraph.cpp | 2 +- src/common/snippets/src/op/vector_buffer.cpp | 2 +- src/common/snippets/src/pass/align_element_types.cpp | 2 +- src/common/snippets/src/pass/broadcast_to_movebroadcast.cpp | 2 +- src/common/snippets/src/pass/canonicalization.cpp | 2 +- src/common/snippets/src/pass/collapse_subgraph.cpp | 2 +- .../snippets/src/pass/explicit_transpose_matmul_inputs.cpp | 2 +- src/common/snippets/src/pass/extract_constants.cpp | 2 +- src/common/snippets/src/pass/extract_reshapes_from_mha.cpp | 2 +- .../snippets/src/pass/extract_unsupported_transposes.cpp | 2 +- src/common/snippets/src/pass/fq_decomposition.cpp | 2 +- src/common/snippets/src/pass/fuse_transpose_brgemm.cpp | 2 +- src/common/snippets/src/pass/hash.cpp | 2 +- src/common/snippets/src/pass/insert_movebroadcast.cpp | 2 +- src/common/snippets/src/pass/manager.cpp | 2 +- src/common/snippets/src/pass/matmul_to_brgemm.cpp | 2 +- src/common/snippets/src/pass/mha_tokenization.cpp | 2 +- src/common/snippets/src/pass/positioned_pass.cpp | 2 +- src/common/snippets/src/pass/reduce_to_snippets_reduce.cpp | 2 +- src/common/snippets/src/pass/softmax_decomposition.cpp | 2 +- src/common/snippets/src/pass/softmax_reshape_elimination.cpp | 2 +- src/common/snippets/src/pass/split_dimension_m.cpp | 2 +- src/common/snippets/src/pass/tokenization.cpp | 2 +- src/common/snippets/src/pass/transform_convert.cpp | 2 +- src/common/snippets/src/pass/transpose_decomposition.cpp | 2 +- src/common/snippets/src/utils.cpp | 2 +- src/common/snippets/tests/CMakeLists.txt | 2 +- .../snippets/tests/src/lowered/pass/buffer_allocation.cpp | 2 +- src/common/snippets/tests/src/lowered/pass/loop.cpp | 2 +- src/common/snippets/tests/src/pass/movebroadcast.cpp | 2 +- .../snippets/tests/src/pass/softmax_reshape_elimination.cpp | 2 +- src/common/transformations/CMakeLists.txt | 2 +- src/common/transformations/include/ov_ops/augru_cell.hpp | 2 +- src/common/transformations/include/ov_ops/augru_sequence.hpp | 2 +- .../include/ov_ops/multiclass_nms_ie_internal.hpp | 2 +- src/common/transformations/include/ov_ops/nms_ie_internal.hpp | 2 +- .../transformations/include/ov_ops/nms_static_shape_ie.hpp | 2 +- .../transformations/include/ov_ops/opset_private_tbl.hpp | 2 +- .../include/ov_ops/rotary_positional_embeddings.hpp | 2 +- src/common/transformations/include/ov_ops/type_relaxed.hpp | 2 +- .../common_optimizations/adaptive_pool_to_reduce.hpp | 2 +- .../common_optimizations/add_fake_quantize_fusion.hpp | 2 +- .../common_optimizations/augru_cell_fusion.hpp | 2 +- .../common_optimizations/batch_to_space_fusion.hpp | 2 +- .../transformations/common_optimizations/binarize_weights.hpp | 2 +- .../common_optimizations/broadcast_elementwise_fusion.hpp | 2 +- .../common_optimizations/broadcast_transition.hpp | 2 +- .../common_optimizations/change_placeholder_types.hpp | 2 +- .../transformations/common_optimizations/clamp_fusion.hpp | 2 +- .../common_optimizations/common_optimizations.hpp | 2 +- .../common_optimizations/compress_float_constants.hpp | 2 +- .../transformations/common_optimizations/concat_fusion.hpp | 2 +- .../common_optimizations/concat_reduce_fusion.hpp | 2 +- .../transformations/common_optimizations/conv_mul_fusion.hpp | 2 +- .../common_optimizations/conv_to_binary_conv.hpp | 2 +- .../convert_nms_gather_path_to_unsigned.hpp | 2 +- .../common_optimizations/convert_quantize_dequantize.hpp | 2 +- .../convert_u4_weights_zero_point_to_scalar.hpp | 2 +- .../common_optimizations/depth_to_space_fusion.hpp | 2 +- .../common_optimizations/dilated_convolution_converter.hpp | 2 +- .../disable_random_uniform_constant_folding.hpp | 2 +- .../common_optimizations/disable_shapeof_constant_folding.hpp | 2 +- .../transformations/common_optimizations/divide_fusion.hpp | 2 +- .../dropout_with_random_uniform_replacer.hpp | 2 +- .../common_optimizations/eliminate_duplicate_ti_inputs.hpp | 2 +- .../common_optimizations/eliminate_unsqueeze_gather.hpp | 2 +- .../common_optimizations/fold_subgraph_empty_inputs.hpp | 2 +- .../transformations/common_optimizations/fq_mul_fusion.hpp | 2 +- .../common_optimizations/fq_reshape_fusion.hpp | 2 +- .../fuse_rotary_positional_embeddings.hpp | 2 +- .../transformations/common_optimizations/gelu_fusion.hpp | 2 +- .../transformations/common_optimizations/gru_cell_fusion.hpp | 2 +- .../transformations/common_optimizations/hsigmoid_fusion.hpp | 2 +- .../transformations/common_optimizations/hswish_fusion.hpp | 2 +- .../common_optimizations/interpolate_sequence_fusion.hpp | 2 +- .../common_optimizations/leaky_relu_fusion.hpp | 2 +- .../common_optimizations/lin_op_sequence_fusion.hpp | 2 +- .../mark_precision_sensitive_shapeof_subgraphs.hpp | 2 +- .../common_optimizations/matmul_multiply_fusion.hpp | 2 +- .../transformations/common_optimizations/mish_fusion.hpp | 2 +- .../common_optimizations/moc_legacy_transformations.hpp | 2 +- .../common_optimizations/moc_transformations.hpp | 2 +- .../transformations/common_optimizations/mul_conv_fusion.hpp | 2 +- .../common_optimizations/mul_fake_quantize_fusion.hpp | 2 +- .../transformations/common_optimizations/mvn_fusion.hpp | 2 +- .../nearest_neighbor_upsampling_fusion.hpp | 2 +- .../common_optimizations/nonzero_horizontal_fusion.hpp | 2 +- .../transformations/common_optimizations/nop_elimination.hpp | 2 +- .../common_optimizations/normalize_l2_fusion.hpp | 2 +- .../common_optimizations/optimize_strided_slice.hpp | 2 +- .../transformations/common_optimizations/pad_fusion.hpp | 2 +- .../common_optimizations/pull_transpose_through_fq.hpp | 2 +- .../common_optimizations/random_uniform_fusion.hpp | 2 +- .../transformations/common_optimizations/reduce_merge.hpp | 2 +- .../common_optimizations/relu_fake_quantize_fusion.hpp | 2 +- .../common_optimizations/remove_concat_zero_dim_input.hpp | 2 +- .../common_optimizations/remove_filtering_boxes_by_size.hpp | 2 +- .../remove_multi_subgraph_op_dangling_params.hpp | 2 +- .../transformations/common_optimizations/reshape_prelu.hpp | 2 +- .../common_optimizations/reshape_sequence_fusion.hpp | 2 +- .../common_optimizations/reverse_shape_and_type_infer.hpp | 2 +- .../transformations/common_optimizations/ric_fusion.hpp | 2 +- .../common_optimizations/select_with_one_value_condition.hpp | 2 +- .../transformations/common_optimizations/sequence_fusion.hpp | 2 +- .../common_optimizations/shared_ops_optimization.hpp | 2 +- .../common_optimizations/shuffle_channels_fusion.hpp | 2 +- .../common_optimizations/simplify_shape_of_sub_graph.hpp | 2 +- .../transformations/common_optimizations/softmax_fusion.hpp | 2 +- .../transformations/common_optimizations/softplus_fusion.hpp | 2 +- .../common_optimizations/softplus_to_mish_fusion.hpp | 2 +- .../common_optimizations/space_to_batch_fusion.hpp | 2 +- .../split_concat_pair_to_interpolate_fusion.hpp | 2 +- .../common_optimizations/split_squeeze_concat_fusion.hpp | 2 +- .../common_optimizations/strides_optimization.hpp | 2 +- .../transformations/common_optimizations/subtract_fusion.hpp | 2 +- .../transformations/common_optimizations/swish_fusion.hpp | 2 +- .../transpose_reshape_elimination_for_matmul.hpp | 2 +- .../common_optimizations/transpose_sinking.hpp | 2 +- .../common_optimizations/transpose_to_reshape.hpp | 2 +- .../weights_dequantize_to_fake_quantize.hpp | 2 +- .../common_optimizations/wrap_interpolate_into_transposes.hpp | 2 +- .../include/transformations/control_flow/unroll_if.hpp | 2 +- .../transformations/control_flow/unroll_tensor_iterator.hpp | 2 +- .../include/transformations/convert_precision.hpp | 2 +- .../include/transformations/flush_fp32_subnormals_to_zero.hpp | 2 +- .../fp16_compression/align_mixed_fp32_fp16_types.hpp | 2 +- .../fp16_compression/convert_compression_only_to_legacy.hpp | 2 +- .../mark_decompression_convert_constant_folding.hpp | 2 +- .../mark_subgraphs_to_keep_in_mixed_precision.hpp | 2 +- src/common/transformations/include/transformations/hash.hpp | 2 +- .../include/transformations/init_node_info.hpp | 2 +- .../low_precision/mark_dequantization_subgraph.hpp | 2 +- .../op_conversions/batch_norm_decomposition.hpp | 2 +- .../op_conversions/bidirectional_sequences_decomposition.hpp | 2 +- .../transformations/op_conversions/convert_batch_to_space.hpp | 2 +- .../op_conversions/convert_bitwise_to_logical_bool.hpp | 2 +- .../transformations/op_conversions/convert_broadcast3.hpp | 2 +- .../op_conversions/convert_broadcast_to_tiles.hpp | 2 +- .../op_conversions/convert_deformable_conv_v8_to_v1.hpp | 2 +- .../transformations/op_conversions/convert_depth_to_space.hpp | 2 +- .../include/transformations/op_conversions/convert_divide.hpp | 2 +- .../transformations/op_conversions/convert_gather_0d.hpp | 2 +- .../op_conversions/convert_gather_downgrade.hpp | 2 +- .../transformations/op_conversions/convert_gather_upgrade.hpp | 2 +- .../include/transformations/op_conversions/convert_gelu.hpp | 2 +- .../op_conversions/convert_interpolate11_downgrade.hpp | 2 +- .../op_conversions/convert_interpolate1_to_interpolate4.hpp | 2 +- .../op_conversions/convert_matrix_nms_to_matrix_nms_ie.hpp | 2 +- .../op_conversions/convert_maxpool_downgrade.hpp | 2 +- .../op_conversions/convert_maxpool_upgrade.hpp | 2 +- .../op_conversions/convert_minimum_to_power_and_max.hpp | 2 +- .../include/transformations/op_conversions/convert_mod.hpp | 2 +- .../convert_multiclass_nms_to_multiclass_nms_ie.hpp | 2 +- .../op_conversions/convert_multiclass_nms_upgrade.hpp | 2 +- .../transformations/op_conversions/convert_mvn1_to_mvn6.hpp | 2 +- .../transformations/op_conversions/convert_negative.hpp | 2 +- .../op_conversions/convert_nms9_to_nms_ie_internal.hpp | 2 +- .../op_conversions/convert_nms_rotated_to_nms_ie_internal.hpp | 2 +- .../op_conversions/convert_nms_to_nms_ie_internal.hpp | 2 +- .../op_conversions/convert_pad12_downgrade.hpp | 2 +- .../op_conversions/convert_pad_to_group_conv.hpp | 2 +- .../op_conversions/convert_previous_nms_to_nms_5.hpp | 2 +- .../op_conversions/convert_previous_nms_to_nms_9.hpp | 2 +- .../op_conversions/convert_prior_box_v8_to_v0.hpp | 2 +- .../op_conversions/convert_reduce_to_pooling.hpp | 2 +- .../op_conversions/convert_reduce_to_reshape.hpp | 2 +- .../op_conversions/convert_roi_align_v3_to_v9.hpp | 2 +- .../op_conversions/convert_roi_align_v9_to_v3.hpp | 2 +- .../op_conversions/convert_scatter_elements_to_scatter.hpp | 2 +- .../convert_scatter_elements_update12_downgrade.hpp | 2 +- .../op_conversions/convert_sequences_to_tensor_iterator.hpp | 2 +- .../transformations/op_conversions/convert_shapeof3.hpp | 2 +- .../op_conversions/convert_shuffle_channels3.hpp | 2 +- .../op_conversions/convert_slice_to_strided_slice.hpp | 2 +- .../op_conversions/convert_softmax_downgrade.hpp | 2 +- .../op_conversions/convert_softmax_upgrade.hpp | 2 +- .../transformations/op_conversions/convert_space_to_batch.hpp | 2 +- .../transformations/op_conversions/convert_space_to_depth.hpp | 2 +- .../transformations/op_conversions/convert_subtract.hpp | 2 +- .../op_conversions/convert_ti_to_sequences.hpp | 2 +- .../op_conversions/convert_topk11_downgrade.hpp | 2 +- .../include/transformations/op_conversions/convert_topk3.hpp | 2 +- .../op_conversions/convert_xor_to_logical_xor.hpp | 2 +- .../op_conversions/detection_output_downgrade.hpp | 2 +- .../op_conversions/detection_output_upgrade.hpp | 2 +- .../transformations/op_conversions/einsum_decomposition.hpp | 2 +- .../transformations/op_conversions/eye_decomposition.hpp | 2 +- .../transformations/op_conversions/fq_decomposition.hpp | 2 +- .../transformations/op_conversions/gelu7_downgrade.hpp | 2 +- .../op_conversions/group_normalization_decomposition.hpp | 2 +- .../transformations/op_conversions/gru_cell_decomposition.hpp | 2 +- .../transformations/op_conversions/hsigmoid_decomposition.hpp | 2 +- .../transformations/op_conversions/hswish_decomposition.hpp | 2 +- .../op_conversions/log_softmax_decomposition.hpp | 2 +- .../op_conversions/lstm_cell_decomposition.hpp | 2 +- .../transformations/op_conversions/mvn6_decomposition.hpp | 2 +- .../op_conversions/normalize_l2_decomposition.hpp | 2 +- .../op_conversions/reduce_l1_decomposition.hpp | 2 +- .../op_conversions/reduce_l2_decomposition.hpp | 2 +- .../transformations/op_conversions/rnn_cell_decomposition.hpp | 2 +- .../scaled_dot_product_attention_decomposition.hpp | 2 +- .../op_conversions/simplify_ctc_greedy_decoder_seq_len.hpp | 2 +- .../transformations/op_conversions/softmax_decomposition.hpp | 2 +- .../transformations/op_conversions/softplus_decomposition.hpp | 2 +- .../transformations/op_conversions/softsign_decomposition.hpp | 2 +- .../transformations/op_conversions/unique_decomposition.hpp | 2 +- .../opset_conversions/convert_opset2_to_opset1.hpp | 2 +- .../opset_conversions/convert_opset3_to_opset2.hpp | 2 +- .../include/transformations/resolve_names_collisions.hpp | 2 +- .../include/transformations/rt_info/attributes.hpp | 2 +- .../include/transformations/rt_info/decompression.hpp | 2 +- .../transformations/rt_info/disable_constant_folding.hpp | 2 +- .../transformations/rt_info/disable_fp16_compression.hpp | 2 +- .../include/transformations/rt_info/fused_names_attribute.hpp | 2 +- .../include/transformations/rt_info/is_shape_subgraph.hpp | 2 +- .../include/transformations/rt_info/keep_const_precision.hpp | 2 +- .../include/transformations/rt_info/nms_selected_indices.hpp | 2 +- .../rt_info/old_api_map_element_type_attribute.hpp | 2 +- .../transformations/rt_info/old_api_map_order_attribute.hpp | 2 +- .../transformations/rt_info/preprocessing_attribute.hpp | 2 +- .../transformations/rt_info/primitives_priority_attribute.hpp | 2 +- .../include/transformations/rt_info/strides_property.hpp | 2 +- .../smart_reshape/broadcast_const_range_replacement.hpp | 2 +- .../transformations/smart_reshape/lstm_states_broadcast.hpp | 2 +- .../include/transformations/smart_reshape/matmul_sr.hpp | 2 +- .../smart_reshape/proposal_scales_stridedslice.hpp | 2 +- .../include/transformations/smart_reshape/reshape_sinking.hpp | 2 +- .../include/transformations/smart_reshape/reshape_to_1D.hpp | 2 +- .../transformations/smart_reshape/shape_of_const_folding.hpp | 2 +- .../include/transformations/smart_reshape/smart_reshape.hpp | 2 +- .../transformations/smart_reshape/strided_slice_squeeze.hpp | 2 +- .../symbolic_transformations/chained_maximum.hpp | 2 +- .../symbolic_transformations/dereshape_matmul.hpp | 2 +- .../symbolic_transformations/label_optimization.hpp | 2 +- .../symbolic_transformations/nop_broadcast.hpp | 2 +- .../symbolic_transformations/reshape_optimizations.hpp | 2 +- .../symbolic_transformations/symbolic_optimizations.hpp | 2 +- .../transformations/symbolic_transformations/utils.hpp | 2 +- .../include/transformations/transpose_sinking/ts_base.hpp | 2 +- .../transpose_sinking/ts_reset_no_sinking_attribute.hpp | 2 +- .../transformations/include/transformations/utils/utils.hpp | 2 +- .../transformations/include/transformations_visibility.hpp | 2 +- src/common/transformations/src/itt.hpp | 2 +- src/common/transformations/src/ov_ops/augru_cell.cpp | 2 +- src/common/transformations/src/ov_ops/augru_sequence.cpp | 2 +- .../transformations/src/ov_ops/multiclass_nms_ie_internal.cpp | 2 +- src/common/transformations/src/ov_ops/nms_ie_internal.cpp | 2 +- src/common/transformations/src/ov_ops/nms_static_shape_ie.cpp | 2 +- .../src/ov_ops/rotary_positional_embeddings.cpp | 2 +- src/common/transformations/src/precomp.hpp | 2 +- .../common_optimizations/adaptive_pool_to_reduce.cpp | 2 +- .../common_optimizations/add_fake_quantize_fusion.cpp | 2 +- .../common_optimizations/augru_cell_fusion.cpp | 2 +- .../common_optimizations/batch_to_space_fusion.cpp | 2 +- .../transformations/common_optimizations/binarize_weights.cpp | 2 +- .../common_optimizations/broadcast_elementwise_fusion.cpp | 2 +- .../common_optimizations/broadcast_transition.cpp | 2 +- .../common_optimizations/change_placeholder_types.cpp | 2 +- .../src/transformations/common_optimizations/clamp_fusion.cpp | 2 +- .../common_optimizations/common_optimizations.cpp | 2 +- .../common_optimizations/compress_float_constants.cpp | 2 +- .../transformations/common_optimizations/concat_fusion.cpp | 2 +- .../common_optimizations/concat_reduce_fusion.cpp | 2 +- .../transformations/common_optimizations/conv_mul_fusion.cpp | 2 +- .../common_optimizations/conv_to_binary_conv.cpp | 2 +- .../convert_nms_gather_path_to_unsigned.cpp | 2 +- .../common_optimizations/convert_quantize_dequantize.cpp | 2 +- .../convert_u4_weights_zero_point_to_scalar.cpp | 2 +- .../common_optimizations/depth_to_space_fusion.cpp | 2 +- .../common_optimizations/dilated_convolution_converter.cpp | 2 +- .../disable_random_uniform_constant_folding.cpp | 2 +- .../common_optimizations/disable_shapeof_constant_folding.cpp | 2 +- .../transformations/common_optimizations/divide_fusion.cpp | 2 +- .../dropout_with_random_uniform_replacer.cpp | 2 +- .../common_optimizations/eliminate_duplicate_ti_inputs.cpp | 2 +- .../common_optimizations/eliminate_unsqueeze_gather.cpp | 2 +- .../common_optimizations/fold_subgraph_empty_inputs.cpp | 2 +- .../transformations/common_optimizations/fq_mul_fusion.cpp | 2 +- .../common_optimizations/fq_reshape_fusion.cpp | 2 +- .../fuse_rotary_positional_embeddings.cpp | 2 +- .../src/transformations/common_optimizations/gelu_fusion.cpp | 2 +- .../transformations/common_optimizations/gru_cell_fusion.cpp | 2 +- .../transformations/common_optimizations/hsigmoid_fusion.cpp | 2 +- .../transformations/common_optimizations/hswish_fusion.cpp | 2 +- .../common_optimizations/interpolate_sequence_fusion.cpp | 2 +- .../common_optimizations/leaky_relu_fusion.cpp | 2 +- .../common_optimizations/lin_op_sequence_fusion.cpp | 2 +- .../mark_precision_sensitive_shapeof_subgraphs.cpp | 2 +- .../common_optimizations/matmul_multiply_fusion.cpp | 2 +- .../src/transformations/common_optimizations/mish_fusion.cpp | 2 +- .../common_optimizations/moc_legacy_transformations.cpp | 2 +- .../common_optimizations/moc_transformations.cpp | 2 +- .../transformations/common_optimizations/mul_conv_fusion.cpp | 2 +- .../common_optimizations/mul_fake_quantize_fusion.cpp | 2 +- .../src/transformations/common_optimizations/mvn_fusion.cpp | 2 +- .../nearest_neighbor_upsampling_fusion.cpp | 2 +- .../common_optimizations/nonzero_horizontal_fusion.cpp | 2 +- .../transformations/common_optimizations/nop_elimination.cpp | 2 +- .../common_optimizations/normalize_l2_fusion.cpp | 2 +- .../common_optimizations/optimize_strided_slice.cpp | 2 +- .../src/transformations/common_optimizations/pad_fusion.cpp | 2 +- .../common_optimizations/pull_transpose_through_fq.cpp | 2 +- .../common_optimizations/random_uniform_fusion.cpp | 2 +- .../src/transformations/common_optimizations/reduce_merge.cpp | 2 +- .../common_optimizations/relu_fake_quantize_fusion.cpp | 2 +- .../common_optimizations/remove_concat_zero_dim_input.cpp | 2 +- .../common_optimizations/remove_filtering_boxes_by_size.cpp | 2 +- .../remove_multi_subgraph_op_dangling_params.cpp | 2 +- .../transformations/common_optimizations/reshape_prelu.cpp | 2 +- .../common_optimizations/reshape_sequence_fusion.cpp | 2 +- .../common_optimizations/reverse_shape_and_type_infer.cpp | 2 +- .../src/transformations/common_optimizations/ric_fusion.cpp | 2 +- .../common_optimizations/select_with_one_value_condition.cpp | 2 +- .../transformations/common_optimizations/sequence_fusion.cpp | 2 +- .../common_optimizations/shared_ops_optimization.cpp | 2 +- .../common_optimizations/shuffle_channels_fusion.cpp | 2 +- .../common_optimizations/simplify_shape_of_sub_graph.cpp | 2 +- .../transformations/common_optimizations/softmax_fusion.cpp | 2 +- .../transformations/common_optimizations/softplus_fusion.cpp | 2 +- .../common_optimizations/softplus_to_mish_fusion.cpp | 2 +- .../common_optimizations/space_to_batch_fusion.cpp | 2 +- .../split_concat_pair_to_interpolate_fusion.cpp | 2 +- .../common_optimizations/split_squeeze_concat_fusion.cpp | 2 +- .../common_optimizations/strides_optimization.cpp | 2 +- .../transformations/common_optimizations/subtract_fusion.cpp | 2 +- .../src/transformations/common_optimizations/swish_fusion.cpp | 2 +- .../transpose_reshape_elimination_for_matmul.cpp | 2 +- .../common_optimizations/transpose_sinking.cpp | 2 +- .../common_optimizations/transpose_to_reshape.cpp | 2 +- .../weights_dequantize_to_fake_quantize.cpp | 2 +- .../common_optimizations/wrap_interpolate_into_transposes.cpp | 2 +- .../src/transformations/control_flow/unroll_if.cpp | 2 +- .../transformations/control_flow/unroll_tensor_iterator.cpp | 2 +- .../transformations/src/transformations/convert_precision.cpp | 2 +- .../src/transformations/flush_fp32_subnormals_to_zero.cpp | 2 +- .../fp16_compression/align_mixed_fp32_fp16_types.cpp | 2 +- .../fp16_compression/convert_compression_only_to_legacy.cpp | 2 +- .../mark_subgraphs_to_keep_in_mixed_precision.cpp | 2 +- .../transformations/src/transformations/init_node_info.cpp | 2 +- .../low_precision/mark_dequantization_subgraph.cpp | 2 +- .../op_conversions/batch_norm_decomposition.cpp | 2 +- .../op_conversions/bidirectional_sequences_decomposition.cpp | 2 +- .../transformations/op_conversions/convert_batch_to_space.cpp | 2 +- .../op_conversions/convert_bitwise_to_logical_bool.cpp | 2 +- .../src/transformations/op_conversions/convert_broadcast3.cpp | 2 +- .../op_conversions/convert_broadcast_to_tiles.cpp | 2 +- .../op_conversions/convert_deformable_conv_v8_to_v1.cpp | 2 +- .../transformations/op_conversions/convert_depth_to_space.cpp | 2 +- .../src/transformations/op_conversions/convert_divide.cpp | 2 +- .../src/transformations/op_conversions/convert_gather_0d.cpp | 2 +- .../op_conversions/convert_gather_downgrade.cpp | 2 +- .../transformations/op_conversions/convert_gather_upgrade.cpp | 2 +- .../src/transformations/op_conversions/convert_gelu.cpp | 2 +- .../op_conversions/convert_interpolate11_downgrade.cpp | 2 +- .../op_conversions/convert_matrix_nms_to_matrix_nms_ie.cpp | 2 +- .../op_conversions/convert_maxpool_downgrade.cpp | 2 +- .../op_conversions/convert_maxpool_upgrade.cpp | 2 +- .../op_conversions/convert_minimum_to_power_and_max.cpp | 2 +- .../src/transformations/op_conversions/convert_mod.cpp | 2 +- .../convert_multiclass_nms_to_multiclass_nms_ie.cpp | 2 +- .../op_conversions/convert_multiclass_nms_upgrade.cpp | 2 +- .../transformations/op_conversions/convert_mvn1_to_mvn6.cpp | 2 +- .../src/transformations/op_conversions/convert_negative.cpp | 2 +- .../op_conversions/convert_nms9_to_nms_ie_internal.cpp | 2 +- .../op_conversions/convert_nms_to_nms_ie_internal.cpp | 2 +- .../op_conversions/convert_pad12_downgrade.cpp | 2 +- .../op_conversions/convert_pad_to_group_conv.cpp | 2 +- .../op_conversions/convert_previous_nms_to_nms_5.cpp | 2 +- .../op_conversions/convert_previous_nms_to_nms_9.cpp | 2 +- .../op_conversions/convert_prior_box_v8_to_v0.cpp | 2 +- .../op_conversions/convert_reduce_to_pooling.cpp | 2 +- .../op_conversions/convert_reduce_to_reshape.cpp | 2 +- .../op_conversions/convert_roi_align_v3_to_v9.cpp | 2 +- .../op_conversions/convert_roi_align_v9_to_v3.cpp | 2 +- .../op_conversions/convert_scatter_elements_to_scatter.cpp | 2 +- .../convert_scatter_elements_update12_downgrade.cpp | 2 +- .../op_conversions/convert_sequences_to_tensor_iterator.cpp | 2 +- .../src/transformations/op_conversions/convert_shapeof3.cpp | 2 +- .../op_conversions/convert_shuffle_channels3.cpp | 2 +- .../op_conversions/convert_slice_to_strided_slice.cpp | 2 +- .../op_conversions/convert_softmax_downgrade.cpp | 2 +- .../op_conversions/convert_softmax_upgrade.cpp | 2 +- .../transformations/op_conversions/convert_space_to_batch.cpp | 2 +- .../transformations/op_conversions/convert_space_to_depth.cpp | 2 +- .../src/transformations/op_conversions/convert_subtract.cpp | 2 +- .../op_conversions/convert_ti_to_sequences.cpp | 2 +- .../op_conversions/convert_topk11_downgrade.cpp | 2 +- .../src/transformations/op_conversions/convert_topk3.cpp | 2 +- .../op_conversions/convert_xor_to_logical_xor.cpp | 2 +- .../op_conversions/detection_output_downgrade.cpp | 2 +- .../op_conversions/detection_output_upgrade.cpp | 2 +- .../transformations/op_conversions/einsum_decomposition.cpp | 2 +- .../src/transformations/op_conversions/eye_decomposition.cpp | 2 +- .../src/transformations/op_conversions/fq_decomposition.cpp | 2 +- .../src/transformations/op_conversions/gelu7_downgrade.cpp | 2 +- .../op_conversions/group_normalization_decomposition.cpp | 2 +- .../transformations/op_conversions/gru_cell_decomposition.cpp | 2 +- .../transformations/op_conversions/hsigmoid_decomposition.cpp | 2 +- .../transformations/op_conversions/hswish_decomposition.cpp | 2 +- .../op_conversions/log_softmax_decomposition.cpp | 2 +- .../op_conversions/lstm_cell_decomposition.cpp | 2 +- .../src/transformations/op_conversions/mvn6_decomposition.cpp | 2 +- .../op_conversions/normalize_l2_decomposition.cpp | 2 +- .../op_conversions/reduce_l1_decomposition.cpp | 2 +- .../op_conversions/reduce_l2_decomposition.cpp | 2 +- .../transformations/op_conversions/rnn_cell_decomposition.cpp | 2 +- .../scaled_dot_product_attention_decomposition.cpp | 2 +- .../op_conversions/simplify_ctc_greedy_decoder_seq_len.cpp | 2 +- .../transformations/op_conversions/softmax_decomposition.cpp | 2 +- .../transformations/op_conversions/softplus_decomposition.cpp | 2 +- .../transformations/op_conversions/softsign_decomposition.cpp | 2 +- .../transformations/op_conversions/unique_decomposition.cpp | 2 +- .../opset_conversions/convert_opset2_to_opset1.cpp | 2 +- .../opset_conversions/convert_opset3_to_opset2.cpp | 2 +- .../src/transformations/resolve_names_collisions.cpp | 2 +- .../src/transformations/rt_info/attributes.cpp | 2 +- .../src/transformations/rt_info/decompression.cpp | 2 +- .../src/transformations/rt_info/disable_fp16_compression.cpp | 2 +- .../src/transformations/rt_info/fused_names_attribute.cpp | 2 +- .../src/transformations/rt_info/is_shape_sugraph.cpp | 2 +- .../src/transformations/rt_info/keep_const_precision.cpp | 2 +- .../src/transformations/rt_info/nms_selected_indices.cpp | 2 +- .../rt_info/old_api_map_element_type_attribute.cpp | 2 +- .../transformations/rt_info/old_api_map_order_attribute.cpp | 2 +- .../src/transformations/rt_info/preprocessing_attribute.cpp | 2 +- .../transformations/rt_info/primitives_priority_attribute.cpp | 2 +- .../src/transformations/rt_info/strides_property.cpp | 2 +- .../smart_reshape/broadcast_const_range_replacement.cpp | 2 +- .../transformations/smart_reshape/lstm_states_broadcast.cpp | 2 +- .../src/transformations/smart_reshape/matmul_sr.cpp | 2 +- .../smart_reshape/proposal_scales_stridedslice.cpp | 2 +- .../src/transformations/smart_reshape/reshape_sinking.cpp | 2 +- .../src/transformations/smart_reshape/reshape_to_1D.cpp | 2 +- .../transformations/smart_reshape/shape_of_const_folding.cpp | 2 +- .../src/transformations/smart_reshape/smart_reshape.cpp | 2 +- .../transformations/smart_reshape/strided_slice_squeeze.cpp | 2 +- .../symbolic_transformations/chained_maximum.cpp | 2 +- .../symbolic_transformations/dereshape_matmul.cpp | 2 +- .../symbolic_transformations/label_optimization.cpp | 2 +- .../symbolic_transformations/nop_broadcast.cpp | 2 +- .../symbolic_transformations/reshape_optimizations.cpp | 2 +- .../symbolic_transformations/symbolic_optimizations.cpp | 2 +- .../src/transformations/symbolic_transformations/utils.cpp | 2 +- .../src/transformations/transpose_sinking/ts_base.cpp | 2 +- .../src/transformations/transpose_sinking/ts_binary.cpp | 2 +- .../src/transformations/transpose_sinking/ts_concat.cpp | 2 +- .../transformations/transpose_sinking/ts_data_movement.cpp | 2 +- .../src/transformations/transpose_sinking/ts_fuse.cpp | 2 +- .../src/transformations/transpose_sinking/ts_gather.cpp | 2 +- .../src/transformations/transpose_sinking/ts_interpolate.cpp | 2 +- .../src/transformations/transpose_sinking/ts_reduction.cpp | 2 +- .../transpose_sinking/ts_reset_no_sinking_attribute.cpp | 2 +- .../src/transformations/transpose_sinking/ts_slice.cpp | 2 +- .../src/transformations/transpose_sinking/ts_split.cpp | 2 +- .../src/transformations/transpose_sinking/ts_squeeze.cpp | 2 +- .../src/transformations/transpose_sinking/ts_unary.cpp | 2 +- .../src/transformations/transpose_sinking/ts_unsqueeze.cpp | 2 +- .../src/transformations/transpose_sinking/ts_utils.cpp | 2 +- .../transformations/src/transformations/utils/utils.cpp | 2 +- src/common/transformations/tests/CMakeLists.txt | 2 +- .../tests/common_optimizations/adaptive_pool_to_reduce.cpp | 2 +- .../tests/common_optimizations/add_fake_quantize_fusion.cpp | 2 +- .../common_optimizations/align_mixed_fp32_fp16_types_test.cpp | 2 +- .../tests/common_optimizations/augru_cell_fusion.cpp | 2 +- .../tests/common_optimizations/batch_to_space_fusion.cpp | 2 +- .../tests/common_optimizations/binarize_weights.cpp | 2 +- .../broadcast_elementwise_fusion_test.cpp | 2 +- .../tests/common_optimizations/broadcast_transition_test.cpp | 2 +- .../common_optimizations/change_placeholder_types_test.cpp | 2 +- .../tests/common_optimizations/clamp_fusion.cpp | 2 +- .../common_optimizations/compress_float_constants_test.cpp | 2 +- .../tests/common_optimizations/concat_fusion.cpp | 2 +- .../tests/common_optimizations/concat_reduce_fusion.cpp | 2 +- .../tests/common_optimizations/conv_to_binary_conv.cpp | 2 +- .../convert_compression_only_to_legacy_test.cpp | 2 +- .../tests/common_optimizations/convert_divide.cpp | 2 +- .../convert_nms_gather_path_to_unsigned_test.cpp | 2 +- .../common_optimizations/convert_quantize_dequantize.cpp | 2 +- .../convert_u4_weights_zero_point_to_scalar.cpp | 2 +- .../tests/common_optimizations/depth_to_space_fusion_test.cpp | 2 +- .../common_optimizations/dilated_convolution_converter.cpp | 2 +- .../disable_shapeof_constant_folding_tests.cpp | 2 +- .../tests/common_optimizations/divide_fusion.cpp | 2 +- .../dropout_with_random_uniform_replacer_test.cpp | 2 +- .../common_optimizations/eliminate_duplicate_ti_inputs.cpp | 2 +- .../tests/common_optimizations/eliminate_split_test.cpp | 2 +- .../tests/common_optimizations/eliminate_unsqueeze_gather.cpp | 2 +- .../flush_fp32_subnormals_to_zero_test.cpp | 2 +- .../common_optimizations/fold_subgraph_empty_inputs_test.cpp | 2 +- .../tests/common_optimizations/fq_mul_fusion_test.cpp | 2 +- .../tests/common_optimizations/fq_reshape_fusion.cpp | 2 +- .../fuse_rotary_positional_embeddings.cpp | 2 +- .../tests/common_optimizations/fused_names_cleanup.cpp | 2 +- .../tests/common_optimizations/gelu_fusion.cpp | 2 +- .../tests/common_optimizations/gru_cell_fusion.cpp | 2 +- .../tests/common_optimizations/hsigmoid_fusion_test.cpp | 2 +- .../tests/common_optimizations/hswish_fusion_test.cpp | 2 +- .../common_optimizations/interpolate_sequence_fusion_test.cpp | 2 +- .../tests/common_optimizations/leaky_relu_fusion.cpp | 2 +- .../common_optimizations/lin_op_sequence_fusion_test.cpp | 2 +- .../tests/common_optimizations/low_latency_v2_test.cpp | 2 +- .../mark_precision_sensitive_shapeof_subgraphs_test.cpp | 2 +- .../mark_subgraph_to_keep_in_mixed_precision_test.cpp | 2 +- .../tests/common_optimizations/matmul_multiply_fusion.cpp | 2 +- .../tests/common_optimizations/mish_fusion_test.cpp | 2 +- .../tests/common_optimizations/moc_transformations.cpp | 2 +- .../tests/common_optimizations/mul_fake_quantize_fusion.cpp | 2 +- .../tests/common_optimizations/mvn_fusion_test.cpp | 2 +- .../nearest_neighbor_upsampling_fusion_test.cpp | 2 +- .../tests/common_optimizations/ngraph_fq_transpose_test.cpp | 2 +- .../common_optimizations/nonzero_horizontal_fusion_test.cpp | 2 +- .../tests/common_optimizations/nop_elimination.cpp | 2 +- .../tests/common_optimizations/normalize_l2_fusion_test.cpp | 2 +- .../common_optimizations/optimize_strided_slice_test.cpp | 2 +- .../transformations/tests/common_optimizations/pad_fusion.cpp | 2 +- .../tests/common_optimizations/preprocessing_fusion_tests.cpp | 2 +- .../tests/common_optimizations/random_uniform_fusion_test.cpp | 2 +- .../tests/common_optimizations/reduce_merge.cpp | 2 +- .../tests/common_optimizations/relu_fake_quantize_fusion.cpp | 2 +- .../remove_concat_zero_dim_input_test.cpp | 2 +- .../remove_multi_subgraph_op_dangling_params_tests.cpp | 2 +- .../tests/common_optimizations/reshape_prelu_test.cpp | 2 +- .../tests/common_optimizations/reshape_sequence_fusion.cpp | 2 +- .../common_optimizations/reverse_shape_and_type_infer.cpp | 2 +- .../select_with_one_value_condition_test.cpp | 2 +- .../tests/common_optimizations/sequence_fusion.cpp | 2 +- .../tests/common_optimizations/shared_ops_optimization.cpp | 2 +- .../common_optimizations/shuffle_channels_fusion_test.cpp | 2 +- .../simplify_second_input_of_reshape_test.cpp | 2 +- .../common_optimizations/simplify_shape_of_sub_graph.cpp | 2 +- .../tests/common_optimizations/softmax_fusion.cpp | 2 +- .../tests/common_optimizations/softplus_fusion_test.cpp | 2 +- .../tests/common_optimizations/space_to_batch_fusion.cpp | 2 +- .../split_concat_pair_to_interpolate_fusion_test.cpp | 2 +- .../common_optimizations/split_squeeze_concat_fusion_test.cpp | 2 +- .../tests/common_optimizations/strides_optimization.cpp | 2 +- .../tests/common_optimizations/subtract_fusion.cpp | 2 +- .../tests/common_optimizations/swish_fusion_test.cpp | 2 +- .../transpose_reshape_elimination_for_matmul.cpp | 2 +- .../tests/common_optimizations/transpose_sinking_test.cpp | 2 +- .../tests/common_optimizations/transpose_to_reshape_test.cpp | 2 +- .../weights_dequantize_to_fake_quantize.cpp | 2 +- .../wrap_interpolate_into_transposes_test.cpp | 2 +- src/common/transformations/tests/const_folding_for_if.cpp | 2 +- src/common/transformations/tests/const_folding_for_mvn.cpp | 2 +- src/common/transformations/tests/const_folding_prior_box.cpp | 2 +- .../transformations/tests/control_flow/unroll_if_test.cpp | 2 +- .../transformations/tests/control_flow/unroll_loop_test.cpp | 2 +- .../tests/control_flow/unroll_tensor_iterator_test.cpp | 2 +- src/common/transformations/tests/make_stateful_test.cpp | 2 +- .../tests/offline_transformations/pruning_test.cpp | 2 +- .../tests/op_conversions/batch_norm_decomposition_test.cpp | 2 +- .../op_conversions/batch_to_space_decomposition_test.cpp | 2 +- .../op_conversions/bidirectional_sequences_decomposition.cpp | 2 +- .../op_conversions/convert_bitwise_to_logical_bool_test.cpp | 2 +- .../tests/op_conversions/convert_broadcast3_test.cpp | 2 +- .../tests/op_conversions/convert_broadcast_to_tiles_test.cpp | 2 +- .../op_conversions/convert_deformable_conv_v8_to_v1_test.cpp | 2 +- .../tests/op_conversions/convert_gather_0d_test.cpp | 2 +- .../tests/op_conversions/convert_gather_downgrade_test.cpp | 2 +- .../tests/op_conversions/convert_gather_upgrade_test.cpp | 2 +- .../op_conversions/convert_interpolate11_downgrade_test.cpp | 2 +- .../convert_interpolate1_to_interpolate4_test.cpp | 2 +- .../convert_matrix_nms_to_matrix_nms_ie_internal.cpp | 2 +- .../tests/op_conversions/convert_maxpool_downgrade_test.cpp | 2 +- .../tests/op_conversions/convert_maxpool_upgrade_test.cpp | 2 +- .../convert_multiclass_nms_to_multiclass_nms_ie_internal.cpp | 2 +- .../op_conversions/convert_multiclass_nms_upgrade_test.cpp | 2 +- .../tests/op_conversions/convert_mvn1_to_mvn6_test.cpp | 2 +- .../op_conversions/convert_nms9_to_nms_ie_internal_test.cpp | 2 +- .../op_conversions/convert_nms_to_nms_ie_internal_test.cpp | 2 +- .../tests/op_conversions/convert_pad12_downgrade_test.cpp | 2 +- .../tests/op_conversions/convert_pad_to_group_conv.cpp | 2 +- .../tests/op_conversions/convert_previous_nms_to_nms_5.cpp | 2 +- .../tests/op_conversions/convert_previous_nms_to_nms_9.cpp | 2 +- .../tests/op_conversions/convert_prior_box_v8_to_v0_test.cpp | 2 +- .../tests/op_conversions/convert_reduce_to_pooling_test.cpp | 2 +- .../tests/op_conversions/convert_roi_align_v3_to_v9_test.cpp | 2 +- .../tests/op_conversions/convert_roi_align_v9_to_v3_test.cpp | 2 +- .../convert_scatter_elements_to_scatter_test.cpp | 2 +- .../convert_scatter_elements_update12_downgrade_test.cpp | 2 +- .../tests/op_conversions/convert_sequences_to_ti_test.cpp | 2 +- .../transformations/tests/op_conversions/convert_shapeof3.cpp | 2 +- .../tests/op_conversions/convert_shuffle_channels3_test.cpp | 2 +- .../tests/op_conversions/convert_softmax_downgrade_test.cpp | 2 +- .../tests/op_conversions/convert_softmax_upgrade_test.cpp | 2 +- .../tests/op_conversions/convert_ti_to_sequences_test.cpp | 2 +- .../tests/op_conversions/convert_topk11_downgrade_test.cpp | 2 +- .../tests/op_conversions/convert_topk3_test.cpp | 2 +- .../tests/op_conversions/convert_xor_to_logical_xor.cpp | 2 +- .../tests/op_conversions/detection_output_downgrade_test.cpp | 2 +- .../tests/op_conversions/detection_output_upgrade_test.cpp | 2 +- .../tests/op_conversions/eye_decomposition_test.cpp | 2 +- .../tests/op_conversions/fq_decomposition_test.cpp | 2 +- .../transformations/tests/op_conversions/gelu7_downgrade.cpp | 2 +- .../op_conversions/group_normalization_decomposition_test.cpp | 2 +- .../tests/op_conversions/hsigmoid_decomposition_test.cpp | 2 +- .../tests/op_conversions/hswish_decomposition_test.cpp | 2 +- .../tests/op_conversions/log_softmax_decomposition_test.cpp | 2 +- .../tests/op_conversions/mvn6_decomposition_test.cpp | 2 +- .../op_conversions/ngraph_depth_to_space_transform_test.cpp | 2 +- .../tests/op_conversions/ngraph_mode_decomposition_test.cpp | 2 +- .../tests/op_conversions/normalize_l2_decomposition_test.cpp | 2 +- .../tests/op_conversions/reduce_l1_decomposition_test.cpp | 2 +- .../tests/op_conversions/reduce_l2_decomposition_test.cpp | 2 +- .../op_conversions/scaled_dot_product_decomposition_test.cpp | 2 +- .../simplify_ctc_greedy_decoder_seq_len_test.cpp | 2 +- .../tests/op_conversions/softplus_decomposition_test.cpp | 2 +- .../tests/op_conversions/softsign_decomposition_test.cpp | 2 +- .../tests/op_conversions/unique_decomposition_test.cpp | 2 +- src/common/transformations/tests/resolve_names_collisions.cpp | 2 +- src/common/transformations/tests/skip_tests_config.cpp | 2 +- .../tests/smart_reshape/broadcast_const_range_replacement.cpp | 2 +- .../tests/smart_reshape/lstm_states_broadcast.cpp | 2 +- .../transformations/tests/smart_reshape/reshape_sinking.cpp | 2 +- .../tests/smart_reshape/shape_of_const_folding.cpp | 2 +- .../transformations/tests/smart_reshape/sr_mimicking_sbs.cpp | 2 +- .../tests/smart_reshape/sr_proposal_scales.cpp | 2 +- .../transformations/tests/smart_reshape/sr_reshape_1d.cpp | 2 +- .../tests/smart_reshape/sr_strided_slice_squeeze.cpp | 2 +- .../transformations/tests/smart_reshape/sr_sub_graph_ops.cpp | 2 +- .../tests/symbolic_transformations/chained_maximum.cpp | 2 +- .../symbolic_transformations/dereshape_fullyconnected.cpp | 2 +- .../tests/symbolic_transformations/dereshape_matmul.cpp | 2 +- .../tests/symbolic_transformations/label_optimization.cpp | 2 +- .../tests/symbolic_transformations/nop_broadcast.cpp | 2 +- .../tests/symbolic_transformations/reshape_optimizations.cpp | 2 +- .../tests/transpose_sinking/ts_reset_no_sinking_attribute.cpp | 2 +- src/common/transformations/tests/type_relaxed_tests.cpp | 2 +- .../transformations/tests/utils/compare_functions_test.cpp | 2 +- src/common/transformations/tests/utils/convert_precision.cpp | 2 +- .../transformations/tests/utils/primitives_priority_test.cpp | 2 +- src/common/transformations/tests/utils/utils_test.cpp | 2 +- src/common/util/CMakeLists.txt | 2 +- src/common/util/include/openvino/util/common_util.hpp | 2 +- src/common/util/include/openvino/util/const_string.hpp | 2 +- src/common/util/include/openvino/util/env_util.hpp | 2 +- src/common/util/include/openvino/util/file_util.hpp | 2 +- src/common/util/include/openvino/util/log.hpp | 2 +- src/common/util/include/openvino/util/mmap_object.hpp | 2 +- src/common/util/include/openvino/util/pp.hpp | 2 +- src/common/util/include/openvino/util/shared_object.hpp | 2 +- src/common/util/include/openvino/util/util.hpp | 2 +- src/common/util/src/common_util.cpp | 2 +- src/common/util/src/env_util.cpp | 2 +- src/common/util/src/file_util.cpp | 2 +- src/common/util/src/log.cpp | 2 +- src/common/util/src/os/lin/lin_mmap_object.cpp | 2 +- src/common/util/src/os/lin/lin_shared_object_loader.cpp | 2 +- src/common/util/src/os/win/win_mmap_object.cpp | 2 +- src/common/util/src/os/win/win_shared_object_loader.cpp | 2 +- src/core/CMakeLists.txt | 2 +- src/core/dev_api/openvino/core/bound_evaluation_util.hpp | 2 +- src/core/dev_api/openvino/core/descriptor_tensor.hpp | 2 +- src/core/dev_api/openvino/core/meta_data.hpp | 2 +- src/core/dev_api/openvino/core/shape_util.hpp | 2 +- src/core/dev_api/openvino/core/so_extension.hpp | 2 +- src/core/dev_api/openvino/core/type/nf4.hpp | 2 +- src/core/dev_api/openvino/core/validation_util.hpp | 2 +- src/core/dev_api/openvino/op/util/slice_plan.hpp | 2 +- src/core/dev_api/openvino/runtime/aligned_buffer.hpp | 2 +- src/core/dev_api/openvino/runtime/itensor.hpp | 2 +- src/core/dev_api/openvino/runtime/shared_buffer.hpp | 2 +- src/core/dev_api/openvino/runtime/string_aligned_buffer.hpp | 2 +- src/core/include/openvino/core/any.hpp | 2 +- src/core/include/openvino/core/attribute_adapter.hpp | 2 +- src/core/include/openvino/core/attribute_visitor.hpp | 2 +- src/core/include/openvino/core/axis_set.hpp | 2 +- src/core/include/openvino/core/axis_vector.hpp | 2 +- src/core/include/openvino/core/coordinate.hpp | 2 +- src/core/include/openvino/core/coordinate_diff.hpp | 2 +- src/core/include/openvino/core/core.hpp | 2 +- src/core/include/openvino/core/core_visibility.hpp | 2 +- src/core/include/openvino/core/deprecated.hpp | 2 +- src/core/include/openvino/core/descriptor/input.hpp | 2 +- src/core/include/openvino/core/descriptor/output.hpp | 2 +- src/core/include/openvino/core/descriptor/tensor.hpp | 2 +- src/core/include/openvino/core/dimension.hpp | 2 +- src/core/include/openvino/core/enum_mask.hpp | 2 +- src/core/include/openvino/core/enum_names.hpp | 2 +- src/core/include/openvino/core/except.hpp | 2 +- src/core/include/openvino/core/extension.hpp | 2 +- src/core/include/openvino/core/graph_util.hpp | 2 +- src/core/include/openvino/core/interval.hpp | 2 +- src/core/include/openvino/core/layout.hpp | 2 +- src/core/include/openvino/core/model.hpp | 2 +- src/core/include/openvino/core/node.hpp | 2 +- src/core/include/openvino/core/node_input.hpp | 2 +- src/core/include/openvino/core/node_output.hpp | 2 +- src/core/include/openvino/core/node_vector.hpp | 2 +- src/core/include/openvino/core/op_extension.hpp | 2 +- src/core/include/openvino/core/parallel.hpp | 2 +- src/core/include/openvino/core/partial_shape.hpp | 2 +- src/core/include/openvino/core/preprocess/color_format.hpp | 2 +- src/core/include/openvino/core/preprocess/input_info.hpp | 2 +- .../include/openvino/core/preprocess/input_model_info.hpp | 2 +- .../include/openvino/core/preprocess/input_tensor_info.hpp | 2 +- src/core/include/openvino/core/preprocess/output_info.hpp | 2 +- .../include/openvino/core/preprocess/output_model_info.hpp | 2 +- .../include/openvino/core/preprocess/output_tensor_info.hpp | 2 +- .../include/openvino/core/preprocess/postprocess_steps.hpp | 2 +- .../include/openvino/core/preprocess/pre_post_process.hpp | 2 +- .../include/openvino/core/preprocess/preprocess_steps.hpp | 2 +- .../include/openvino/core/preprocess/resize_algorithm.hpp | 2 +- src/core/include/openvino/core/rank.hpp | 2 +- src/core/include/openvino/core/rt_info.hpp | 2 +- src/core/include/openvino/core/rtti.hpp | 2 +- src/core/include/openvino/core/runtime_attribute.hpp | 2 +- src/core/include/openvino/core/shape.hpp | 2 +- src/core/include/openvino/core/strides.hpp | 2 +- src/core/include/openvino/core/type.hpp | 2 +- src/core/include/openvino/core/type/bfloat16.hpp | 2 +- src/core/include/openvino/core/type/element_type.hpp | 2 +- src/core/include/openvino/core/type/element_type_traits.hpp | 2 +- src/core/include/openvino/core/type/float16.hpp | 2 +- src/core/include/openvino/core/type/float8_e4m3.hpp | 2 +- src/core/include/openvino/core/type/float8_e5m2.hpp | 2 +- src/core/include/openvino/core/visibility.hpp | 2 +- src/core/include/openvino/op/abs.hpp | 2 +- src/core/include/openvino/op/acos.hpp | 2 +- src/core/include/openvino/op/acosh.hpp | 2 +- src/core/include/openvino/op/adaptive_avg_pool.hpp | 2 +- src/core/include/openvino/op/adaptive_max_pool.hpp | 2 +- src/core/include/openvino/op/add.hpp | 2 +- src/core/include/openvino/op/asin.hpp | 2 +- src/core/include/openvino/op/asinh.hpp | 2 +- src/core/include/openvino/op/assign.hpp | 2 +- src/core/include/openvino/op/atan.hpp | 2 +- src/core/include/openvino/op/atanh.hpp | 2 +- src/core/include/openvino/op/avg_pool.hpp | 2 +- src/core/include/openvino/op/batch_norm.hpp | 2 +- src/core/include/openvino/op/batch_to_space.hpp | 2 +- src/core/include/openvino/op/binary_convolution.hpp | 2 +- src/core/include/openvino/op/bitwise_and.hpp | 2 +- src/core/include/openvino/op/bitwise_not.hpp | 2 +- src/core/include/openvino/op/bitwise_or.hpp | 2 +- src/core/include/openvino/op/bitwise_xor.hpp | 2 +- src/core/include/openvino/op/broadcast.hpp | 2 +- src/core/include/openvino/op/bucketize.hpp | 2 +- src/core/include/openvino/op/ceiling.hpp | 2 +- src/core/include/openvino/op/clamp.hpp | 2 +- src/core/include/openvino/op/concat.hpp | 2 +- src/core/include/openvino/op/convert.hpp | 2 +- src/core/include/openvino/op/convert_like.hpp | 2 +- src/core/include/openvino/op/convolution.hpp | 2 +- src/core/include/openvino/op/cos.hpp | 2 +- src/core/include/openvino/op/cosh.hpp | 2 +- src/core/include/openvino/op/ctc_greedy_decoder.hpp | 2 +- src/core/include/openvino/op/ctc_greedy_decoder_seq_len.hpp | 2 +- src/core/include/openvino/op/ctc_loss.hpp | 2 +- src/core/include/openvino/op/cum_sum.hpp | 2 +- src/core/include/openvino/op/deformable_convolution.hpp | 2 +- src/core/include/openvino/op/deformable_psroi_pooling.hpp | 2 +- src/core/include/openvino/op/depth_to_space.hpp | 2 +- src/core/include/openvino/op/detection_output.hpp | 2 +- src/core/include/openvino/op/divide.hpp | 2 +- src/core/include/openvino/op/einsum.hpp | 2 +- src/core/include/openvino/op/elu.hpp | 2 +- src/core/include/openvino/op/embedding_segments_sum.hpp | 2 +- src/core/include/openvino/op/embeddingbag_offsets_sum.hpp | 2 +- src/core/include/openvino/op/embeddingbag_packedsum.hpp | 2 +- src/core/include/openvino/op/equal.hpp | 2 +- src/core/include/openvino/op/erf.hpp | 2 +- src/core/include/openvino/op/exp.hpp | 2 +- .../openvino/op/experimental_detectron_detection_output.hpp | 2 +- .../openvino/op/experimental_detectron_generate_proposals.hpp | 2 +- .../op/experimental_detectron_prior_grid_generator.hpp | 2 +- .../openvino/op/experimental_detectron_roi_feature.hpp | 2 +- .../include/openvino/op/experimental_detectron_topkrois.hpp | 2 +- src/core/include/openvino/op/extractimagepatches.hpp | 2 +- src/core/include/openvino/op/eye.hpp | 2 +- src/core/include/openvino/op/fake_convert.hpp | 2 +- src/core/include/openvino/op/fake_quantize.hpp | 2 +- src/core/include/openvino/op/floor.hpp | 2 +- src/core/include/openvino/op/floor_mod.hpp | 2 +- src/core/include/openvino/op/gather.hpp | 2 +- src/core/include/openvino/op/gather_elements.hpp | 2 +- src/core/include/openvino/op/gather_nd.hpp | 2 +- src/core/include/openvino/op/gather_tree.hpp | 2 +- src/core/include/openvino/op/gelu.hpp | 2 +- src/core/include/openvino/op/generate_proposals.hpp | 2 +- src/core/include/openvino/op/greater.hpp | 2 +- src/core/include/openvino/op/greater_eq.hpp | 2 +- src/core/include/openvino/op/grid_sample.hpp | 2 +- src/core/include/openvino/op/grn.hpp | 2 +- src/core/include/openvino/op/group_conv.hpp | 2 +- src/core/include/openvino/op/group_normalization.hpp | 2 +- src/core/include/openvino/op/gru_cell.hpp | 2 +- src/core/include/openvino/op/gru_sequence.hpp | 2 +- src/core/include/openvino/op/hard_sigmoid.hpp | 2 +- src/core/include/openvino/op/hsigmoid.hpp | 2 +- src/core/include/openvino/op/hswish.hpp | 2 +- src/core/include/openvino/op/i420_to_bgr.hpp | 2 +- src/core/include/openvino/op/i420_to_rgb.hpp | 2 +- src/core/include/openvino/op/idft.hpp | 2 +- src/core/include/openvino/op/if.hpp | 2 +- src/core/include/openvino/op/interpolate.hpp | 2 +- src/core/include/openvino/op/irdft.hpp | 2 +- src/core/include/openvino/op/is_finite.hpp | 2 +- src/core/include/openvino/op/is_inf.hpp | 2 +- src/core/include/openvino/op/is_nan.hpp | 2 +- src/core/include/openvino/op/less.hpp | 2 +- src/core/include/openvino/op/less_eq.hpp | 2 +- src/core/include/openvino/op/log.hpp | 2 +- src/core/include/openvino/op/log_softmax.hpp | 2 +- src/core/include/openvino/op/logical_and.hpp | 2 +- src/core/include/openvino/op/logical_not.hpp | 2 +- src/core/include/openvino/op/logical_or.hpp | 2 +- src/core/include/openvino/op/logical_xor.hpp | 2 +- src/core/include/openvino/op/loop.hpp | 2 +- src/core/include/openvino/op/lrn.hpp | 2 +- src/core/include/openvino/op/lstm_cell.hpp | 2 +- src/core/include/openvino/op/lstm_sequence.hpp | 2 +- src/core/include/openvino/op/matmul.hpp | 2 +- src/core/include/openvino/op/matrix_nms.hpp | 2 +- src/core/include/openvino/op/max_pool.hpp | 2 +- src/core/include/openvino/op/maximum.hpp | 2 +- src/core/include/openvino/op/minimum.hpp | 2 +- src/core/include/openvino/op/mish.hpp | 2 +- src/core/include/openvino/op/mod.hpp | 2 +- src/core/include/openvino/op/multiclass_nms.hpp | 2 +- src/core/include/openvino/op/multinomial.hpp | 2 +- src/core/include/openvino/op/multiply.hpp | 2 +- src/core/include/openvino/op/mvn.hpp | 2 +- src/core/include/openvino/op/negative.hpp | 2 +- src/core/include/openvino/op/nms_rotated.hpp | 2 +- src/core/include/openvino/op/non_max_suppression.hpp | 2 +- src/core/include/openvino/op/non_zero.hpp | 2 +- src/core/include/openvino/op/normalize_l2.hpp | 2 +- src/core/include/openvino/op/not_equal.hpp | 2 +- src/core/include/openvino/op/nv12_to_bgr.hpp | 2 +- src/core/include/openvino/op/nv12_to_rgb.hpp | 2 +- src/core/include/openvino/op/one_hot.hpp | 2 +- src/core/include/openvino/op/op.hpp | 2 +- src/core/include/openvino/op/pad.hpp | 2 +- src/core/include/openvino/op/parameter.hpp | 2 +- src/core/include/openvino/op/power.hpp | 2 +- src/core/include/openvino/op/prelu.hpp | 2 +- src/core/include/openvino/op/prior_box.hpp | 2 +- src/core/include/openvino/op/prior_box_clustered.hpp | 2 +- src/core/include/openvino/op/proposal.hpp | 2 +- src/core/include/openvino/op/psroi_pooling.hpp | 2 +- src/core/include/openvino/op/random_uniform.hpp | 2 +- src/core/include/openvino/op/range.hpp | 2 +- src/core/include/openvino/op/rdft.hpp | 2 +- src/core/include/openvino/op/read_value.hpp | 2 +- src/core/include/openvino/op/reduce_l1.hpp | 2 +- src/core/include/openvino/op/reduce_l2.hpp | 2 +- src/core/include/openvino/op/reduce_logical_and.hpp | 2 +- src/core/include/openvino/op/reduce_logical_or.hpp | 2 +- src/core/include/openvino/op/reduce_max.hpp | 2 +- src/core/include/openvino/op/reduce_mean.hpp | 2 +- src/core/include/openvino/op/reduce_min.hpp | 2 +- src/core/include/openvino/op/reduce_prod.hpp | 2 +- src/core/include/openvino/op/reduce_sum.hpp | 2 +- src/core/include/openvino/op/region_yolo.hpp | 2 +- src/core/include/openvino/op/relu.hpp | 2 +- src/core/include/openvino/op/reorg_yolo.hpp | 2 +- src/core/include/openvino/op/reshape.hpp | 2 +- src/core/include/openvino/op/result.hpp | 2 +- src/core/include/openvino/op/reverse.hpp | 2 +- src/core/include/openvino/op/reverse_sequence.hpp | 2 +- src/core/include/openvino/op/rnn_cell.hpp | 2 +- src/core/include/openvino/op/rnn_sequence.hpp | 2 +- src/core/include/openvino/op/roi_align.hpp | 2 +- src/core/include/openvino/op/roi_pooling.hpp | 2 +- src/core/include/openvino/op/roll.hpp | 2 +- src/core/include/openvino/op/round.hpp | 2 +- src/core/include/openvino/op/scaled_dot_product_attention.hpp | 2 +- src/core/include/openvino/op/scatter_elements_update.hpp | 2 +- src/core/include/openvino/op/scatter_nd_update.hpp | 2 +- src/core/include/openvino/op/scatter_update.hpp | 2 +- src/core/include/openvino/op/select.hpp | 2 +- src/core/include/openvino/op/selu.hpp | 2 +- src/core/include/openvino/op/shape_of.hpp | 2 +- src/core/include/openvino/op/shuffle_channels.hpp | 2 +- src/core/include/openvino/op/sigmoid.hpp | 2 +- src/core/include/openvino/op/sign.hpp | 2 +- src/core/include/openvino/op/sin.hpp | 2 +- src/core/include/openvino/op/sinh.hpp | 2 +- src/core/include/openvino/op/sink.hpp | 2 +- src/core/include/openvino/op/slice.hpp | 2 +- src/core/include/openvino/op/softmax.hpp | 2 +- src/core/include/openvino/op/softplus.hpp | 2 +- src/core/include/openvino/op/softsign.hpp | 2 +- src/core/include/openvino/op/space_to_batch.hpp | 2 +- src/core/include/openvino/op/space_to_depth.hpp | 2 +- src/core/include/openvino/op/split.hpp | 2 +- src/core/include/openvino/op/sqrt.hpp | 2 +- src/core/include/openvino/op/squared_difference.hpp | 2 +- src/core/include/openvino/op/squeeze.hpp | 2 +- src/core/include/openvino/op/strided_slice.hpp | 2 +- src/core/include/openvino/op/subtract.hpp | 2 +- src/core/include/openvino/op/swish.hpp | 2 +- src/core/include/openvino/op/tan.hpp | 2 +- src/core/include/openvino/op/tanh.hpp | 2 +- src/core/include/openvino/op/tensor_iterator.hpp | 2 +- src/core/include/openvino/op/tile.hpp | 2 +- src/core/include/openvino/op/topk.hpp | 2 +- src/core/include/openvino/op/transpose.hpp | 2 +- src/core/include/openvino/op/unique.hpp | 2 +- src/core/include/openvino/op/unsqueeze.hpp | 2 +- src/core/include/openvino/op/util/activation_functions.hpp | 2 +- src/core/include/openvino/op/util/arithmetic_reduction.hpp | 2 +- .../openvino/op/util/arithmetic_reductions_keep_dims.hpp | 2 +- src/core/include/openvino/op/util/assign_base.hpp | 2 +- src/core/include/openvino/op/util/attr_types.hpp | 2 +- src/core/include/openvino/op/util/axes_util.hpp | 2 +- .../openvino/op/util/binary_elementwise_arithmetic.hpp | 2 +- .../include/openvino/op/util/binary_elementwise_bitwise.hpp | 2 +- .../openvino/op/util/binary_elementwise_comparison.hpp | 2 +- .../include/openvino/op/util/binary_elementwise_logical.hpp | 2 +- src/core/include/openvino/op/util/broadcast_base.hpp | 2 +- src/core/include/openvino/op/util/convert_color_i420_base.hpp | 2 +- src/core/include/openvino/op/util/convert_color_nv12_base.hpp | 2 +- .../include/openvino/op/util/convolution_backprop_base.hpp | 2 +- src/core/include/openvino/op/util/convolution_base.hpp | 2 +- .../include/openvino/op/util/deformable_convolution_base.hpp | 2 +- src/core/include/openvino/op/util/detection_output_base.hpp | 2 +- src/core/include/openvino/op/util/elementwise_args.hpp | 2 +- .../include/openvino/op/util/embeddingbag_offsets_base.hpp | 2 +- .../include/openvino/op/util/embeddingbag_packed_base.hpp | 2 +- src/core/include/openvino/op/util/fft_base.hpp | 2 +- src/core/include/openvino/op/util/framework_node.hpp | 2 +- src/core/include/openvino/op/util/gather_base.hpp | 2 +- src/core/include/openvino/op/util/gather_nd_base.hpp | 2 +- src/core/include/openvino/op/util/index_reduction.hpp | 2 +- src/core/include/openvino/op/util/interpolate_base.hpp | 2 +- src/core/include/openvino/op/util/logical_reduction.hpp | 2 +- .../include/openvino/op/util/logical_reduction_keep_dims.hpp | 2 +- src/core/include/openvino/op/util/max_pool_base.hpp | 2 +- src/core/include/openvino/op/util/multi_subgraph_base.hpp | 2 +- src/core/include/openvino/op/util/multiclass_nms_base.hpp | 2 +- src/core/include/openvino/op/util/op_types.hpp | 2 +- src/core/include/openvino/op/util/pad_base.hpp | 2 +- .../openvino/op/util/precision_sensitive_attribute.hpp | 2 +- src/core/include/openvino/op/util/read_value_base.hpp | 2 +- src/core/include/openvino/op/util/recurrent_sequence.hpp | 2 +- src/core/include/openvino/op/util/reduction_base.hpp | 2 +- src/core/include/openvino/op/util/rnn_cell_base.hpp | 2 +- src/core/include/openvino/op/util/scatter_base.hpp | 2 +- .../include/openvino/op/util/scatter_elements_update_base.hpp | 2 +- src/core/include/openvino/op/util/scatter_nd_base.hpp | 2 +- src/core/include/openvino/op/util/sub_graph_base.hpp | 2 +- src/core/include/openvino/op/util/symbolic_info.hpp | 2 +- src/core/include/openvino/op/util/topk_base.hpp | 2 +- .../include/openvino/op/util/unary_elementwise_arithmetic.hpp | 2 +- src/core/include/openvino/op/util/variable.hpp | 2 +- src/core/include/openvino/op/util/variable_context.hpp | 2 +- src/core/include/openvino/op/util/variable_extension.hpp | 2 +- src/core/include/openvino/op/util/variable_value.hpp | 2 +- src/core/include/openvino/op/variadic_split.hpp | 2 +- src/core/include/openvino/op/xor.hpp | 2 +- src/core/include/openvino/opsets/opset.hpp | 2 +- src/core/include/openvino/opsets/opset1.hpp | 2 +- src/core/include/openvino/opsets/opset10.hpp | 2 +- src/core/include/openvino/opsets/opset10_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset11.hpp | 2 +- src/core/include/openvino/opsets/opset11_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset12.hpp | 2 +- src/core/include/openvino/opsets/opset12_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset13.hpp | 2 +- src/core/include/openvino/opsets/opset13_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset14.hpp | 2 +- src/core/include/openvino/opsets/opset1_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset2.hpp | 2 +- src/core/include/openvino/opsets/opset2_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset3.hpp | 2 +- src/core/include/openvino/opsets/opset3_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset4.hpp | 2 +- src/core/include/openvino/opsets/opset4_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset5.hpp | 2 +- src/core/include/openvino/opsets/opset5_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset6.hpp | 2 +- src/core/include/openvino/opsets/opset6_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset7.hpp | 2 +- src/core/include/openvino/opsets/opset7_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset8.hpp | 2 +- src/core/include/openvino/opsets/opset8_tbl.hpp | 2 +- src/core/include/openvino/opsets/opset9.hpp | 2 +- src/core/include/openvino/opsets/opset9_tbl.hpp | 2 +- src/core/include/openvino/pass/constant_folding.hpp | 2 +- src/core/include/openvino/pass/convert_fp32_to_fp16.hpp | 2 +- src/core/include/openvino/pass/graph_rewrite.hpp | 2 +- src/core/include/openvino/pass/low_latency.hpp | 2 +- src/core/include/openvino/pass/make_stateful.hpp | 2 +- src/core/include/openvino/pass/manager.hpp | 2 +- src/core/include/openvino/pass/pass.hpp | 2 +- src/core/include/openvino/pass/pass_config.hpp | 2 +- src/core/include/openvino/pass/pattern/matcher.hpp | 2 +- src/core/include/openvino/pass/pattern/op/any.hpp | 2 +- src/core/include/openvino/pass/pattern/op/any_of.hpp | 2 +- src/core/include/openvino/pass/pattern/op/any_output.hpp | 2 +- src/core/include/openvino/pass/pattern/op/branch.hpp | 2 +- src/core/include/openvino/pass/pattern/op/capture.hpp | 2 +- src/core/include/openvino/pass/pattern/op/label.hpp | 2 +- src/core/include/openvino/pass/pattern/op/or.hpp | 2 +- src/core/include/openvino/pass/pattern/op/pattern.hpp | 2 +- src/core/include/openvino/pass/pattern/op/skip.hpp | 2 +- src/core/include/openvino/pass/pattern/op/true.hpp | 2 +- src/core/include/openvino/pass/pattern/op/wrap_type.hpp | 2 +- src/core/include/openvino/pass/serialize.hpp | 2 +- src/core/include/openvino/pass/validate.hpp | 2 +- src/core/include/openvino/pass/visualize_tree.hpp | 2 +- src/core/include/openvino/runtime/allocator.hpp | 2 +- src/core/include/openvino/runtime/tensor.hpp | 2 +- src/core/reference/CMakeLists.txt | 2 +- src/core/reference/include/openvino/reference/abs.hpp | 2 +- src/core/reference/include/openvino/reference/acos.hpp | 2 +- src/core/reference/include/openvino/reference/acosh.hpp | 2 +- .../include/openvino/reference/adaptive_avg_pool.hpp | 2 +- .../include/openvino/reference/adaptive_max_pool.hpp | 2 +- src/core/reference/include/openvino/reference/add.hpp | 2 +- src/core/reference/include/openvino/reference/and.hpp | 2 +- src/core/reference/include/openvino/reference/asin.hpp | 2 +- src/core/reference/include/openvino/reference/asinh.hpp | 2 +- src/core/reference/include/openvino/reference/atan.hpp | 2 +- src/core/reference/include/openvino/reference/atan2.hpp | 2 +- src/core/reference/include/openvino/reference/atanh.hpp | 2 +- .../include/openvino/reference/autobroadcast_binop.hpp | 2 +- src/core/reference/include/openvino/reference/avg_pool.hpp | 2 +- src/core/reference/include/openvino/reference/batch_norm.hpp | 2 +- .../include/openvino/reference/binary_convolution.hpp | 2 +- src/core/reference/include/openvino/reference/bitwise_and.hpp | 2 +- src/core/reference/include/openvino/reference/bitwise_not.hpp | 2 +- src/core/reference/include/openvino/reference/bitwise_or.hpp | 2 +- src/core/reference/include/openvino/reference/bitwise_xor.hpp | 2 +- src/core/reference/include/openvino/reference/broadcast.hpp | 2 +- src/core/reference/include/openvino/reference/bucketize.hpp | 2 +- src/core/reference/include/openvino/reference/ceiling.hpp | 2 +- src/core/reference/include/openvino/reference/clamp.hpp | 2 +- src/core/reference/include/openvino/reference/concat.hpp | 2 +- src/core/reference/include/openvino/reference/constant.hpp | 2 +- src/core/reference/include/openvino/reference/convert.hpp | 2 +- .../include/openvino/reference/convert_color_nv12.hpp | 2 +- src/core/reference/include/openvino/reference/convolution.hpp | 2 +- .../include/openvino/reference/convolution_backprop_data.hpp | 2 +- src/core/reference/include/openvino/reference/copy.hpp | 2 +- src/core/reference/include/openvino/reference/cos.hpp | 2 +- src/core/reference/include/openvino/reference/cosh.hpp | 2 +- .../include/openvino/reference/ctc_greedy_decoder.hpp | 2 +- .../include/openvino/reference/ctc_greedy_decoder_seq_len.hpp | 2 +- src/core/reference/include/openvino/reference/ctc_loss.hpp | 2 +- src/core/reference/include/openvino/reference/cum_sum.hpp | 2 +- .../include/openvino/reference/deformable_convolution.hpp | 2 +- .../include/openvino/reference/deformable_psroi_pooling.hpp | 2 +- .../reference/include/openvino/reference/depth_to_space.hpp | 2 +- .../reference/include/openvino/reference/detection_output.hpp | 2 +- src/core/reference/include/openvino/reference/divide.hpp | 2 +- src/core/reference/include/openvino/reference/einsum.hpp | 2 +- src/core/reference/include/openvino/reference/elu.hpp | 2 +- .../include/openvino/reference/embedding_bag_offsets_sum.hpp | 2 +- .../include/openvino/reference/embedding_bag_packed_sum.hpp | 2 +- .../include/openvino/reference/embedding_segments_sum.hpp | 2 +- src/core/reference/include/openvino/reference/equal.hpp | 2 +- src/core/reference/include/openvino/reference/erf.hpp | 2 +- src/core/reference/include/openvino/reference/exp.hpp | 2 +- .../experimental_detectron_proposal_single_image.hpp | 2 +- .../experimental_detectron_roi_feature_extractor.hpp | 2 +- .../openvino/reference/experimental_detectron_topk_rois.hpp | 2 +- .../include/openvino/reference/extract_image_patches.hpp | 2 +- src/core/reference/include/openvino/reference/eye.hpp | 2 +- .../reference/include/openvino/reference/fake_convert.hpp | 2 +- .../reference/include/openvino/reference/fake_quantize.hpp | 2 +- src/core/reference/include/openvino/reference/floor.hpp | 2 +- src/core/reference/include/openvino/reference/floor_mod.hpp | 2 +- src/core/reference/include/openvino/reference/function.hpp | 2 +- src/core/reference/include/openvino/reference/gather.hpp | 2 +- .../reference/include/openvino/reference/gather_elements.hpp | 2 +- src/core/reference/include/openvino/reference/gather_nd.hpp | 2 +- src/core/reference/include/openvino/reference/gather_tree.hpp | 2 +- src/core/reference/include/openvino/reference/gelu.hpp | 2 +- .../include/openvino/reference/generate_proposal.hpp | 2 +- src/core/reference/include/openvino/reference/greater.hpp | 2 +- src/core/reference/include/openvino/reference/greater_eq.hpp | 2 +- src/core/reference/include/openvino/reference/grn.hpp | 2 +- .../include/openvino/reference/group_convolution.hpp | 2 +- .../openvino/reference/group_convolution_backprop_data.hpp | 2 +- .../include/openvino/reference/group_normalization.hpp | 2 +- src/core/reference/include/openvino/reference/gru_cell.hpp | 2 +- .../reference/include/openvino/reference/hard_sigmoid.hpp | 2 +- src/core/reference/include/openvino/reference/helpers.hpp | 2 +- src/core/reference/include/openvino/reference/hsigmoid.hpp | 2 +- src/core/reference/include/openvino/reference/hswish.hpp | 2 +- src/core/reference/include/openvino/reference/if.hpp | 2 +- src/core/reference/include/openvino/reference/interpolate.hpp | 2 +- .../reference/include/openvino/reference/interpolate_pil.hpp | 2 +- src/core/reference/include/openvino/reference/is_finite.hpp | 2 +- src/core/reference/include/openvino/reference/is_inf.hpp | 2 +- src/core/reference/include/openvino/reference/is_nan.hpp | 2 +- src/core/reference/include/openvino/reference/less.hpp | 2 +- src/core/reference/include/openvino/reference/less_eq.hpp | 2 +- src/core/reference/include/openvino/reference/log.hpp | 2 +- src/core/reference/include/openvino/reference/log_softmax.hpp | 2 +- src/core/reference/include/openvino/reference/logical_not.hpp | 2 +- .../include/openvino/reference/logical_reduction.hpp | 2 +- src/core/reference/include/openvino/reference/loop.hpp | 2 +- src/core/reference/include/openvino/reference/lrn.hpp | 2 +- src/core/reference/include/openvino/reference/lstm_cell.hpp | 2 +- src/core/reference/include/openvino/reference/matmul.hpp | 2 +- src/core/reference/include/openvino/reference/matrix_nms.hpp | 2 +- src/core/reference/include/openvino/reference/max_pool.hpp | 2 +- src/core/reference/include/openvino/reference/maximum.hpp | 2 +- src/core/reference/include/openvino/reference/minimum.hpp | 2 +- src/core/reference/include/openvino/reference/mish.hpp | 2 +- src/core/reference/include/openvino/reference/mod.hpp | 2 +- .../reference/include/openvino/reference/multiclass_nms.hpp | 2 +- src/core/reference/include/openvino/reference/multinomial.hpp | 2 +- src/core/reference/include/openvino/reference/multiply.hpp | 2 +- src/core/reference/include/openvino/reference/mvn.hpp | 2 +- src/core/reference/include/openvino/reference/negate.hpp | 2 +- src/core/reference/include/openvino/reference/nms_rotated.hpp | 2 +- .../reference/include/openvino/reference/nms_rotated_util.hpp | 2 +- .../include/openvino/reference/non_max_suppression.hpp | 2 +- src/core/reference/include/openvino/reference/non_zero.hpp | 2 +- .../reference/include/openvino/reference/normalize_l2.hpp | 2 +- src/core/reference/include/openvino/reference/not_equal.hpp | 2 +- src/core/reference/include/openvino/reference/one_hot.hpp | 2 +- src/core/reference/include/openvino/reference/or.hpp | 2 +- src/core/reference/include/openvino/reference/pad.hpp | 2 +- src/core/reference/include/openvino/reference/power.hpp | 2 +- src/core/reference/include/openvino/reference/prelu.hpp | 2 +- src/core/reference/include/openvino/reference/prior_box.hpp | 2 +- .../include/openvino/reference/prior_box_clustered.hpp | 2 +- src/core/reference/include/openvino/reference/proposal.hpp | 2 +- .../reference/include/openvino/reference/psroi_pooling.hpp | 2 +- .../reference/include/openvino/reference/random_uniform.hpp | 2 +- src/core/reference/include/openvino/reference/range.hpp | 2 +- src/core/reference/include/openvino/reference/reduce_l1.hpp | 2 +- src/core/reference/include/openvino/reference/reduce_l2.hpp | 2 +- src/core/reference/include/openvino/reference/reduce_max.hpp | 2 +- src/core/reference/include/openvino/reference/reduce_mean.hpp | 2 +- src/core/reference/include/openvino/reference/reduce_min.hpp | 2 +- src/core/reference/include/openvino/reference/reduce_prod.hpp | 2 +- src/core/reference/include/openvino/reference/reduce_sum.hpp | 2 +- src/core/reference/include/openvino/reference/region_yolo.hpp | 2 +- src/core/reference/include/openvino/reference/relu.hpp | 2 +- src/core/reference/include/openvino/reference/reorg_yolo.hpp | 2 +- src/core/reference/include/openvino/reference/reshape.hpp | 2 +- src/core/reference/include/openvino/reference/result.hpp | 2 +- src/core/reference/include/openvino/reference/reverse.hpp | 2 +- .../reference/include/openvino/reference/reverse_sequence.hpp | 2 +- src/core/reference/include/openvino/reference/rnn_cell.hpp | 2 +- src/core/reference/include/openvino/reference/roi_align.hpp | 2 +- src/core/reference/include/openvino/reference/roi_pooling.hpp | 2 +- src/core/reference/include/openvino/reference/round.hpp | 2 +- .../reference/include/openvino/reference/rounding_guard.hpp | 2 +- .../include/openvino/reference/scatter_elements_update.hpp | 2 +- .../include/openvino/reference/scatter_nd_update.hpp | 2 +- .../reference/include/openvino/reference/scatter_update.hpp | 2 +- src/core/reference/include/openvino/reference/select.hpp | 2 +- src/core/reference/include/openvino/reference/selu.hpp | 2 +- src/core/reference/include/openvino/reference/sequences.hpp | 2 +- src/core/reference/include/openvino/reference/shape_of.hpp | 2 +- .../reference/include/openvino/reference/shuffle_channels.hpp | 2 +- src/core/reference/include/openvino/reference/sigmoid.hpp | 2 +- src/core/reference/include/openvino/reference/sign.hpp | 2 +- src/core/reference/include/openvino/reference/sin.hpp | 2 +- src/core/reference/include/openvino/reference/sinh.hpp | 2 +- src/core/reference/include/openvino/reference/slice.hpp | 2 +- src/core/reference/include/openvino/reference/softmax.hpp | 2 +- src/core/reference/include/openvino/reference/softplus.hpp | 2 +- src/core/reference/include/openvino/reference/softsign.hpp | 2 +- .../reference/include/openvino/reference/space_to_depth.hpp | 2 +- src/core/reference/include/openvino/reference/split.hpp | 2 +- src/core/reference/include/openvino/reference/sqrt.hpp | 2 +- .../include/openvino/reference/squared_difference.hpp | 2 +- .../reference/include/openvino/reference/strided_slice.hpp | 2 +- src/core/reference/include/openvino/reference/subtract.hpp | 2 +- src/core/reference/include/openvino/reference/swish.hpp | 2 +- src/core/reference/include/openvino/reference/tan.hpp | 2 +- src/core/reference/include/openvino/reference/tanh.hpp | 2 +- .../reference/include/openvino/reference/tensor_iterator.hpp | 2 +- src/core/reference/include/openvino/reference/tile.hpp | 2 +- src/core/reference/include/openvino/reference/topk.hpp | 2 +- src/core/reference/include/openvino/reference/transpose.hpp | 2 +- .../include/openvino/reference/utils/coordinate_index.hpp | 2 +- .../include/openvino/reference/utils/coordinate_range.hpp | 2 +- .../include/openvino/reference/utils/coordinate_transform.hpp | 2 +- .../reference/include/openvino/reference/utils/fft_common.hpp | 2 +- .../reference/include/openvino/reference/utils/nms_common.hpp | 2 +- src/core/reference/include/openvino/reference/utils/span.hpp | 2 +- .../reference/include/openvino/reference/utils/type_util.hpp | 2 +- src/core/reference/include/openvino/reference/xor.hpp | 2 +- src/core/reference/src/op/broadcast.cpp | 2 +- src/core/reference/src/op/concat.cpp | 2 +- src/core/reference/src/op/convert.cpp | 2 +- src/core/reference/src/op/depth_to_space.cpp | 2 +- src/core/reference/src/op/einsum.cpp | 2 +- .../src/op/experimental_detectron_proposal_single_image.cpp | 2 +- .../src/op/experimental_detectron_roi_feature_extractor.cpp | 2 +- src/core/reference/src/op/fake_convert.cpp | 2 +- src/core/reference/src/op/function.cpp | 2 +- src/core/reference/src/op/gather_tree.cpp | 2 +- src/core/reference/src/op/generate_proposal.cpp | 2 +- src/core/reference/src/op/group_convolution.cpp | 2 +- src/core/reference/src/op/group_convolution_backprop_data.cpp | 2 +- src/core/reference/src/op/if.cpp | 2 +- src/core/reference/src/op/interpolate.cpp | 2 +- src/core/reference/src/op/jit_generator.cpp | 2 +- src/core/reference/src/op/jit_generator.hpp | 2 +- src/core/reference/src/op/loop.cpp | 2 +- src/core/reference/src/op/matmul.cpp | 2 +- src/core/reference/src/op/matrix_nms.cpp | 2 +- src/core/reference/src/op/multiclass_nms.cpp | 2 +- src/core/reference/src/op/nms_rotated.cpp | 2 +- src/core/reference/src/op/non_max_suppression.cpp | 2 +- src/core/reference/src/op/pad.cpp | 2 +- src/core/reference/src/op/random_uniform.cpp | 2 +- src/core/reference/src/op/reorg_yolo.cpp | 2 +- src/core/reference/src/op/reshape.cpp | 2 +- src/core/reference/src/op/reverse.cpp | 2 +- src/core/reference/src/op/shuffle_channels.cpp | 2 +- src/core/reference/src/op/slice.cpp | 2 +- src/core/reference/src/op/space_to_depth.cpp | 2 +- src/core/reference/src/op/split.cpp | 2 +- src/core/reference/src/op/strided_slice.cpp | 2 +- src/core/reference/src/op/tensor_iterator.cpp | 2 +- src/core/reference/src/op/tile.cpp | 2 +- src/core/reference/src/op/transpose.cpp | 2 +- src/core/reference/src/op/utils/fft_common.cpp | 2 +- src/core/reference/src/op/utils/nms_common.cpp | 2 +- src/core/reference/src/precomp.hpp | 2 +- src/core/reference/src/utils/coordinate_index.cpp | 2 +- src/core/reference/src/utils/coordinate_range.cpp | 2 +- src/core/reference/src/utils/coordinate_transform.cpp | 2 +- src/core/shape_inference/CMakeLists.txt | 2 +- .../include/adaptive_avg_pool_shape_inference.hpp | 2 +- .../include/adaptive_max_pool_shape_inference.hpp | 2 +- src/core/shape_inference/include/assign_shape_inference.hpp | 2 +- .../shape_inference/include/augru_cell_shape_inference.hpp | 2 +- .../include/augru_sequence_shape_inference.hpp | 2 +- src/core/shape_inference/include/avg_pool_shape_inference.hpp | 2 +- .../include/batch_to_space_shape_inference.hpp | 2 +- .../include/binary_convolution_shape_inference.hpp | 2 +- .../shape_inference/include/broadcast_shape_inference.hpp | 2 +- .../shape_inference/include/bucketize_shape_inference.hpp | 2 +- .../include/convolution_backprop_shape_inference.hpp | 2 +- .../include/convolution_backprop_shape_inference_util.hpp | 2 +- .../shape_inference/include/convolution_shape_inference.hpp | 2 +- .../include/convolution_shape_inference_util.hpp | 2 +- .../include/ctc_greedy_decoder_seq_len_shape_inference.hpp | 2 +- .../include/ctc_greedy_decoder_shape_inference.hpp | 2 +- src/core/shape_inference/include/ctc_loss_shape_inference.hpp | 2 +- .../include/deformable_convolution_shape_inference.hpp | 2 +- .../include/deformable_psroi_pooling_shape_inference.hpp | 2 +- .../include/depth_to_space_shape_inference.hpp | 2 +- .../include/detection_output_shape_inference.hpp | 2 +- src/core/shape_inference/include/dimension_util.hpp | 2 +- src/core/shape_inference/include/einsum_shape_inference.hpp | 2 +- src/core/shape_inference/include/element_visitor.hpp | 2 +- src/core/shape_inference/include/eltwise_shape_inference.hpp | 2 +- .../include/embedding_segments_sum_shape_inference.hpp | 2 +- .../shape_inference/include/embedding_shape_infer_utils.hpp | 2 +- .../include/embeddingbag_offsets_shape_inference.hpp | 2 +- .../include/embeddingbag_packed_shape_inference.hpp | 2 +- ...xperimental_detectron_detection_output_shape_inference.hpp | 2 +- ...erimental_detectron_generate_proposals_shape_inference.hpp | 2 +- ...imental_detectron_prior_grid_generator_shape_inference.hpp | 2 +- .../experimental_detectron_roi_feature_shape_inference.hpp | 2 +- .../experimental_detectron_topkrois_shape_inference.hpp | 2 +- .../include/extract_image_patches_shape_inference.hpp | 2 +- src/core/shape_inference/include/eye_shape_inference.hpp | 2 +- .../shape_inference/include/fake_convert_shape_inference.hpp | 2 +- src/core/shape_inference/include/fake_quantize.hpp | 2 +- src/core/shape_inference/include/fft_base_shape_inference.hpp | 2 +- src/core/shape_inference/include/fft_common_validation.hpp | 2 +- .../include/gather_elements_shape_inference.hpp | 2 +- .../shape_inference/include/gather_nd_shape_inference.hpp | 2 +- src/core/shape_inference/include/gather_shape_inference.hpp | 2 +- .../shape_inference/include/gather_tree_shape_inference.hpp | 2 +- .../include/generate_proposals_shape_inference.hpp | 2 +- .../shape_inference/include/grid_sample_shape_inference.hpp | 2 +- .../include/group_convolution_backprop_shape_inference.hpp | 2 +- .../include/group_convolution_shape_inference.hpp | 2 +- .../include/group_normalization_shape_inference.hpp | 2 +- src/core/shape_inference/include/gru_cell_shape_inference.hpp | 2 +- .../shape_inference/include/gru_sequence_shape_inference.hpp | 2 +- src/core/shape_inference/include/i420_shape_inference.hpp | 2 +- .../shape_inference/include/interpolate_shape_inference.hpp | 2 +- src/core/shape_inference/include/irdft_shape_inference.hpp | 2 +- .../shape_inference/include/lstm_cell_shape_inference.hpp | 2 +- .../shape_inference/include/lstm_sequence_shape_inference.hpp | 2 +- src/core/shape_inference/include/matmul_shape_inference.hpp | 2 +- .../shape_inference/include/matrix_nms_shape_inference.hpp | 2 +- src/core/shape_inference/include/max_pool_shape_inference.hpp | 2 +- .../include/multiclass_nms_shape_inference.hpp | 2 +- .../shape_inference/include/multinomial_shape_inference.hpp | 2 +- src/core/shape_inference/include/nms_shape_inference.hpp | 2 +- src/core/shape_inference/include/nv12_shape_inference.hpp | 2 +- src/core/shape_inference/include/one_hot_shape_inference.hpp | 2 +- src/core/shape_inference/include/pad_shape_inference.hpp | 2 +- .../shape_inference/include/pooling_shape_inference_util.hpp | 2 +- src/core/shape_inference/include/proposal_shape_inference.hpp | 2 +- .../shape_inference/include/psroi_pooling_shape_inference.hpp | 2 +- .../include/random_uniform_shape_inference.hpp | 2 +- src/core/shape_inference/include/range_shape_inference.hpp | 2 +- src/core/shape_inference/include/rdft_shape_inference.hpp | 2 +- src/core/shape_inference/include/reduce_shape_inference.hpp | 2 +- .../shape_inference/include/region_yolo_shape_inference.hpp | 2 +- .../shape_inference/include/reorg_yolo_shape_inference.hpp | 2 +- src/core/shape_inference/include/reshape_shape_inference.hpp | 2 +- .../include/reverse_sequence_shape_inference.hpp | 2 +- src/core/shape_inference/include/reverse_shape_inference.hpp | 2 +- src/core/shape_inference/include/rnn_base_shape_inference.hpp | 2 +- src/core/shape_inference/include/rnn_cell_shape_inference.hpp | 2 +- .../shape_inference/include/rnn_sequence_shape_inference.hpp | 2 +- .../shape_inference/include/roi_align_shape_inference.hpp | 2 +- .../shape_inference/include/roi_pooling_shape_inference.hpp | 2 +- src/core/shape_inference/include/roll_shape_inference.hpp | 2 +- .../include/scaled_dot_product_attention_shape_inference.hpp | 2 +- .../include/scatter_elements_update_shape_inference.hpp | 2 +- .../include/scatter_nd_base_shape_inference.hpp | 2 +- src/core/shape_inference/include/select_shape_inference.hpp | 2 +- src/core/shape_inference/include/sequnce_generator.hpp | 2 +- src/core/shape_inference/include/shape_nodes.hpp | 2 +- src/core/shape_inference/include/shape_validation.hpp | 2 +- .../include/shuffle_channels_shape_inference.hpp | 2 +- .../include/space_to_batch_shape_inference.hpp | 2 +- .../include/space_to_depth_shape_inference.hpp | 2 +- src/core/shape_inference/include/split_shape_inference.hpp | 2 +- .../shape_inference/include/strided_slice_shape_inference.hpp | 2 +- src/core/shape_inference/include/tensor_data_accessor.hpp | 2 +- src/core/shape_inference/include/tile_shape_inference.hpp | 2 +- src/core/shape_inference/include/topk_shape_inference.hpp | 2 +- .../shape_inference/include/transpose_shape_inference.hpp | 2 +- src/core/shape_inference/include/utils.hpp | 2 +- .../include/variadic_split_shape_inference.hpp | 2 +- src/core/shape_inference/src/tensor_data_accessor.cpp | 2 +- src/core/shape_inference/src/utils.cpp | 2 +- src/core/src/any.cpp | 2 +- src/core/src/atomic_guard.hpp | 2 +- src/core/src/attribute_visitor.cpp | 2 +- src/core/src/axis_set.cpp | 2 +- src/core/src/axis_vector.cpp | 2 +- src/core/src/bound_evaluate.cpp | 2 +- src/core/src/bound_evaluate.hpp | 2 +- src/core/src/coordinate.cpp | 2 +- src/core/src/coordinate_diff.cpp | 2 +- src/core/src/descriptor/input.cpp | 2 +- src/core/src/descriptor/output.cpp | 2 +- src/core/src/descriptor/tensor.cpp | 2 +- src/core/src/dimension.cpp | 2 +- src/core/src/evaluator.hpp | 2 +- src/core/src/except.cpp | 2 +- src/core/src/extension.cpp | 2 +- src/core/src/interval.cpp | 2 +- src/core/src/itt.hpp | 2 +- src/core/src/layout.cpp | 2 +- src/core/src/layout_utils.hpp | 2 +- src/core/src/node_input.cpp | 2 +- src/core/src/node_output.cpp | 2 +- src/core/src/node_vector.cpp | 2 +- src/core/src/op/abs.cpp | 2 +- src/core/src/op/acos.cpp | 2 +- src/core/src/op/acosh.cpp | 2 +- src/core/src/op/adaptive_avg_pool.cpp | 2 +- src/core/src/op/adaptive_max_pool.cpp | 2 +- src/core/src/op/add.cpp | 2 +- src/core/src/op/asin.cpp | 2 +- src/core/src/op/asinh.cpp | 2 +- src/core/src/op/assign.cpp | 2 +- src/core/src/op/atan.cpp | 2 +- src/core/src/op/atanh.cpp | 2 +- src/core/src/op/avg_pool.cpp | 2 +- src/core/src/op/batch_to_space.cpp | 2 +- src/core/src/op/binary_convolution.cpp | 2 +- src/core/src/op/bitwise_and.cpp | 2 +- src/core/src/op/bitwise_not.cpp | 2 +- src/core/src/op/bitwise_or.cpp | 2 +- src/core/src/op/bitwise_xor.cpp | 2 +- src/core/src/op/broadcast.cpp | 2 +- src/core/src/op/bucketize.cpp | 2 +- src/core/src/op/ceiling.cpp | 2 +- src/core/src/op/clamp.cpp | 2 +- src/core/src/op/concat.cpp | 2 +- src/core/src/op/constant.cpp | 2 +- src/core/src/op/convert.cpp | 2 +- src/core/src/op/convert_like.cpp | 2 +- src/core/src/op/convolution.cpp | 2 +- src/core/src/op/cos.cpp | 2 +- src/core/src/op/cosh.cpp | 2 +- src/core/src/op/ctc_greedy_decoder.cpp | 2 +- src/core/src/op/ctc_greedy_decoder_seq_len.cpp | 2 +- src/core/src/op/ctc_loss.cpp | 2 +- src/core/src/op/cum_sum.cpp | 2 +- src/core/src/op/deformable_convolution.cpp | 2 +- src/core/src/op/deformable_psroi_pooling.cpp | 2 +- src/core/src/op/depth_to_space.cpp | 2 +- src/core/src/op/detection_output.cpp | 2 +- src/core/src/op/divide.cpp | 2 +- src/core/src/op/einsum.cpp | 2 +- src/core/src/op/elu.cpp | 2 +- src/core/src/op/embedding_segments_sum.cpp | 2 +- src/core/src/op/embeddingbag_offsets_sum.cpp | 2 +- src/core/src/op/embeddingbag_packedsum.cpp | 2 +- src/core/src/op/equal.cpp | 2 +- src/core/src/op/erf.cpp | 2 +- src/core/src/op/exp.cpp | 2 +- src/core/src/op/experimental_detectron_detection_output.cpp | 2 +- src/core/src/op/experimental_detectron_generate_proposals.cpp | 2 +- .../src/op/experimental_detectron_prior_grid_generator.cpp | 2 +- src/core/src/op/experimental_detectron_roi_feature.cpp | 2 +- src/core/src/op/experimental_detectron_topkrois.cpp | 2 +- src/core/src/op/extractimagepatches.cpp | 2 +- src/core/src/op/eye.cpp | 2 +- src/core/src/op/fake_quantize.cpp | 2 +- src/core/src/op/floor.cpp | 2 +- src/core/src/op/floor_mod.cpp | 2 +- src/core/src/op/gather.cpp | 2 +- src/core/src/op/gather_elements.cpp | 2 +- src/core/src/op/gather_nd.cpp | 2 +- src/core/src/op/gather_tree.cpp | 2 +- src/core/src/op/gelu.cpp | 2 +- src/core/src/op/generate_proposals.cpp | 2 +- src/core/src/op/greater.cpp | 2 +- src/core/src/op/greater_eq.cpp | 2 +- src/core/src/op/grid_sample.cpp | 2 +- src/core/src/op/grn.cpp | 2 +- src/core/src/op/group_conv.cpp | 2 +- src/core/src/op/group_normalization.cpp | 2 +- src/core/src/op/gru_cell.cpp | 2 +- src/core/src/op/gru_sequence.cpp | 2 +- src/core/src/op/hard_sigmoid.cpp | 2 +- src/core/src/op/hsigmoid.cpp | 2 +- src/core/src/op/hswish.cpp | 2 +- src/core/src/op/i420_to_bgr.cpp | 2 +- src/core/src/op/i420_to_rgb.cpp | 2 +- src/core/src/op/idft.cpp | 2 +- src/core/src/op/if.cpp | 2 +- src/core/src/op/interpolate.cpp | 2 +- src/core/src/op/irdft.cpp | 2 +- src/core/src/op/is_finite.cpp | 2 +- src/core/src/op/is_inf.cpp | 2 +- src/core/src/op/is_nan.cpp | 2 +- src/core/src/op/less.cpp | 2 +- src/core/src/op/less_eq.cpp | 2 +- src/core/src/op/log.cpp | 2 +- src/core/src/op/log_softmax.cpp | 2 +- src/core/src/op/logical_and.cpp | 2 +- src/core/src/op/logical_not.cpp | 2 +- src/core/src/op/logical_or.cpp | 2 +- src/core/src/op/loop.cpp | 2 +- src/core/src/op/lrn.cpp | 2 +- src/core/src/op/lstm_cell.cpp | 2 +- src/core/src/op/lstm_sequence.cpp | 2 +- src/core/src/op/matmul.cpp | 2 +- src/core/src/op/matrix_nms.cpp | 2 +- src/core/src/op/max_pool.cpp | 2 +- src/core/src/op/maximum.cpp | 2 +- src/core/src/op/minimum.cpp | 2 +- src/core/src/op/mish.cpp | 2 +- src/core/src/op/mod.cpp | 2 +- src/core/src/op/multiclass_nms.cpp | 2 +- src/core/src/op/multinomial.cpp | 2 +- src/core/src/op/multiply.cpp | 2 +- src/core/src/op/mvn.cpp | 2 +- src/core/src/op/negative.cpp | 2 +- src/core/src/op/nms_rotated.cpp | 2 +- src/core/src/op/non_max_suppression.cpp | 2 +- src/core/src/op/non_zero.cpp | 2 +- src/core/src/op/normalize_l2.cpp | 2 +- src/core/src/op/not_equal.cpp | 2 +- src/core/src/op/nv12_to_bgr.cpp | 2 +- src/core/src/op/nv12_to_rgb.cpp | 2 +- src/core/src/op/one_hot.cpp | 2 +- src/core/src/op/op.cpp | 2 +- src/core/src/op/pad.cpp | 2 +- src/core/src/op/parameter.cpp | 2 +- src/core/src/op/power.cpp | 2 +- src/core/src/op/prelu.cpp | 2 +- src/core/src/op/prior_box.cpp | 2 +- src/core/src/op/prior_box_clustered.cpp | 2 +- src/core/src/op/proposal.cpp | 2 +- src/core/src/op/psroi_pooling.cpp | 2 +- src/core/src/op/random_uniform.cpp | 2 +- src/core/src/op/range.cpp | 2 +- src/core/src/op/rdft.cpp | 2 +- src/core/src/op/read_value.cpp | 2 +- src/core/src/op/reduce_l1.cpp | 2 +- src/core/src/op/reduce_l2.cpp | 2 +- src/core/src/op/reduce_logical_and.cpp | 2 +- src/core/src/op/reduce_logical_or.cpp | 2 +- src/core/src/op/reduce_max.cpp | 2 +- src/core/src/op/reduce_mean.cpp | 2 +- src/core/src/op/reduce_min.cpp | 2 +- src/core/src/op/reduce_prod.cpp | 2 +- src/core/src/op/reduce_sum.cpp | 2 +- src/core/src/op/region_yolo.cpp | 2 +- src/core/src/op/relu.cpp | 2 +- src/core/src/op/reorg_yolo.cpp | 2 +- src/core/src/op/reshape.cpp | 2 +- src/core/src/op/result.cpp | 2 +- src/core/src/op/reverse.cpp | 2 +- src/core/src/op/reverse_sequence.cpp | 2 +- src/core/src/op/rnn_cell.cpp | 2 +- src/core/src/op/rnn_sequence.cpp | 2 +- src/core/src/op/roi_align.cpp | 2 +- src/core/src/op/roi_pooling.cpp | 2 +- src/core/src/op/roll.cpp | 2 +- src/core/src/op/round.cpp | 2 +- src/core/src/op/scaled_dot_product_attention.cpp | 2 +- src/core/src/op/scatter_elements_update.cpp | 2 +- src/core/src/op/scatter_nd_update.cpp | 2 +- src/core/src/op/scatter_update.cpp | 2 +- src/core/src/op/select.cpp | 2 +- src/core/src/op/selu.cpp | 2 +- src/core/src/op/shape_of.cpp | 2 +- src/core/src/op/shuffle_channels.cpp | 2 +- src/core/src/op/sigmoid.cpp | 2 +- src/core/src/op/sign.cpp | 2 +- src/core/src/op/sin.cpp | 2 +- src/core/src/op/sinh.cpp | 2 +- src/core/src/op/sink.cpp | 2 +- src/core/src/op/slice.cpp | 2 +- src/core/src/op/softmax.cpp | 2 +- src/core/src/op/softplus.cpp | 2 +- src/core/src/op/softsign.cpp | 2 +- src/core/src/op/space_to_batch.cpp | 2 +- src/core/src/op/space_to_depth.cpp | 2 +- src/core/src/op/split.cpp | 2 +- src/core/src/op/sqrt.cpp | 2 +- src/core/src/op/squared_difference.cpp | 2 +- src/core/src/op/squeeze.cpp | 2 +- src/core/src/op/strided_slice.cpp | 2 +- src/core/src/op/subtract.cpp | 2 +- src/core/src/op/swish.cpp | 2 +- src/core/src/op/tan.cpp | 2 +- src/core/src/op/tanh.cpp | 2 +- src/core/src/op/tensor_iterator.cpp | 2 +- src/core/src/op/tile.cpp | 2 +- src/core/src/op/topk.cpp | 2 +- src/core/src/op/transpose.cpp | 2 +- src/core/src/op/type_relaxed.cpp | 2 +- src/core/src/op/unique.cpp | 2 +- src/core/src/op/unsqueeze.cpp | 2 +- src/core/src/op/util/activation_functions.cpp | 2 +- src/core/src/op/util/arithmetic_reduction.cpp | 2 +- src/core/src/op/util/arithmetic_reductions_keep_dims.cpp | 2 +- src/core/src/op/util/assign_base.cpp | 2 +- src/core/src/op/util/attr_types.cpp | 2 +- src/core/src/op/util/axes_util.cpp | 2 +- src/core/src/op/util/binary_elementwise_arithmetic.cpp | 2 +- src/core/src/op/util/binary_elementwise_bitwise.cpp | 2 +- src/core/src/op/util/binary_elementwise_comparison.cpp | 2 +- src/core/src/op/util/binary_elementwise_logical.cpp | 2 +- src/core/src/op/util/broadcast_base.cpp | 2 +- src/core/src/op/util/convert_color_i420_base.cpp | 2 +- src/core/src/op/util/convert_color_nv12_base.cpp | 2 +- src/core/src/op/util/deformable_convolution_base.cpp | 2 +- src/core/src/op/util/detection_output_base.cpp | 2 +- src/core/src/op/util/elementwise_args.cpp | 2 +- src/core/src/op/util/embeddingbag_offsets_base.cpp | 2 +- src/core/src/op/util/embeddingbag_packed_base.cpp | 2 +- src/core/src/op/util/fft_base.cpp | 2 +- src/core/src/op/util/framework_node.cpp | 2 +- src/core/src/op/util/gather_base.cpp | 2 +- src/core/src/op/util/gather_nd_base.cpp | 2 +- src/core/src/op/util/index_reduction.cpp | 2 +- src/core/src/op/util/interpolate_base.cpp | 2 +- src/core/src/op/util/logical_reduction.cpp | 2 +- src/core/src/op/util/logical_reduction_keep_dims.cpp | 2 +- src/core/src/op/util/max_pool_base.cpp | 2 +- src/core/src/op/util/multi_subgraph_base.cpp | 2 +- src/core/src/op/util/multiclass_nms_base.cpp | 2 +- src/core/src/op/util/op_types.cpp | 2 +- src/core/src/op/util/pad_base.cpp | 2 +- src/core/src/op/util/precision_sensitive_attribute.cpp | 2 +- src/core/src/op/util/read_value_base.cpp | 2 +- src/core/src/op/util/recurrent_sequence.cpp | 2 +- src/core/src/op/util/reduction_base.cpp | 2 +- src/core/src/op/util/rnn_cell_base.cpp | 2 +- src/core/src/op/util/scatter_base.cpp | 2 +- src/core/src/op/util/scatter_elements_update_base.cpp | 2 +- src/core/src/op/util/scatter_nd_base.cpp | 2 +- src/core/src/op/util/slice_plan.cpp | 2 +- src/core/src/op/util/sub_graph_base.cpp | 2 +- src/core/src/op/util/symbolic_info.cpp | 2 +- src/core/src/op/util/topk_base.cpp | 2 +- src/core/src/op/util/unary_elementwise_arithmetic.cpp | 2 +- src/core/src/op/util/variable_value.cpp | 2 +- src/core/src/op/variadic_split.cpp | 2 +- src/core/src/op/xor.cpp | 2 +- src/core/src/opsets/opset.cpp | 2 +- src/core/src/partial_shape.cpp | 2 +- src/core/src/pass/constant_folding.cpp | 2 +- src/core/src/pass/convert_fp32_to_fp16.cpp | 2 +- src/core/src/pass/graph_rewrite.cpp | 2 +- src/core/src/pass/low_latency.cpp | 2 +- src/core/src/pass/make_stateful.cpp | 2 +- src/core/src/pass/pass.cpp | 2 +- src/core/src/pass/pass_config.cpp | 2 +- src/core/src/pass/perf_counters.cpp | 2 +- src/core/src/pass/perf_counters.hpp | 2 +- src/core/src/pass/serialize.cpp | 2 +- src/core/src/pass/validate.cpp | 2 +- src/core/src/pass/visualize_tree.cpp | 2 +- src/core/src/pattern/op/any.cpp | 2 +- src/core/src/pattern/op/any_of.cpp | 2 +- src/core/src/pattern/op/any_output.cpp | 2 +- src/core/src/pattern/op/branch.cpp | 2 +- src/core/src/pattern/op/capture.cpp | 2 +- src/core/src/pattern/op/label.cpp | 2 +- src/core/src/pattern/op/optional.cpp | 2 +- src/core/src/pattern/op/or.cpp | 2 +- src/core/src/pattern/op/pattern.cpp | 2 +- src/core/src/pattern/op/skip.cpp | 2 +- src/core/src/pattern/op/true.cpp | 2 +- src/core/src/pattern/op/wrap_type.cpp | 2 +- src/core/src/precomp.hpp | 2 +- src/core/src/preprocess/color_utils.cpp | 2 +- src/core/src/preprocess/color_utils.hpp | 2 +- src/core/src/preprocess/function_guard.hpp | 2 +- src/core/src/preprocess/pre_post_process.cpp | 2 +- src/core/src/preprocess/preprocess_impls.cpp | 2 +- src/core/src/preprocess/preprocess_impls.hpp | 2 +- src/core/src/preprocess/preprocess_steps_impl.cpp | 2 +- src/core/src/preprocess/preprocess_steps_impl.hpp | 2 +- src/core/src/rt_info.cpp | 2 +- src/core/src/runtime/aligned_buffer.cpp | 2 +- src/core/src/runtime/allocator.cpp | 2 +- src/core/src/runtime/itensor.cpp | 2 +- src/core/src/runtime/string_aligned_buffer.cpp | 2 +- src/core/src/runtime/tensor.cpp | 2 +- src/core/src/runtime_attribute.cpp | 2 +- src/core/src/shape.cpp | 2 +- src/core/src/shape_util.cpp | 2 +- src/core/src/shared_node_info.hpp | 2 +- src/core/src/so_extension.cpp | 2 +- src/core/src/strides.cpp | 2 +- src/core/src/tensor_name_util.hpp | 2 +- src/core/src/type.cpp | 2 +- src/core/src/type/bfloat16.cpp | 2 +- src/core/src/type/element_type.cpp | 2 +- src/core/src/type/float16.cpp | 2 +- src/core/src/type/float8_e4m3.cpp | 2 +- src/core/src/type/float8_e5m2.cpp | 2 +- src/core/src/type/nf4.cpp | 2 +- src/core/src/version.cpp | 2 +- src/core/template_extension/CMakeLists.txt | 2 +- src/core/template_extension/identity.cpp | 2 +- src/core/template_extension/identity.hpp | 2 +- src/core/template_extension/ov_extension.cpp | 2 +- src/core/tests/CMakeLists.txt | 2 +- src/core/tests/aligned_buffer.cpp | 2 +- src/core/tests/all_close_f.cpp | 2 +- src/core/tests/any.cpp | 2 +- src/core/tests/bfloat16.cpp | 2 +- src/core/tests/bound_evaluate.cpp | 2 +- src/core/tests/check.cpp | 2 +- src/core/tests/conditional_compilation/ov_cc_collect.cpp | 2 +- src/core/tests/conditional_compilation/ov_cc_off.cpp | 2 +- src/core/tests/conditional_compilation/ov_cc_on.cpp | 2 +- src/core/tests/constant.cpp | 2 +- src/core/tests/control_dependencies.cpp | 2 +- src/core/tests/convert_u1_to_string.cpp | 2 +- src/core/tests/coordinate_range.cpp | 2 +- src/core/tests/copy.cpp | 2 +- src/core/tests/copy_runtime_info.cpp | 2 +- src/core/tests/dimension.cpp | 2 +- src/core/tests/dnnl.cpp | 2 +- src/core/tests/element_type.cpp | 2 +- src/core/tests/eval.cpp | 2 +- src/core/tests/evaluate_bound/transpose.cpp | 2 +- src/core/tests/extension.cpp | 2 +- src/core/tests/file_util.cpp | 2 +- src/core/tests/float16.cpp | 2 +- src/core/tests/float8_e4m3.cpp | 2 +- src/core/tests/float8_e5m2.cpp | 2 +- src/core/tests/framework_node.cpp | 2 +- src/core/tests/frontend/CMakeLists.txt | 2 +- src/core/tests/frontend/decoder_transformation_extension.cpp | 2 +- src/core/tests/frontend/frontend_manager.cpp | 2 +- src/core/tests/frontend/mock_frontend.cpp | 2 +- src/core/tests/frontend/progress_reporter.cpp | 2 +- src/core/tests/graph_rewrite.cpp | 2 +- src/core/tests/input_output_assign.cpp | 2 +- src/core/tests/int4.cpp | 2 +- src/core/tests/intervals.cpp | 2 +- src/core/tests/layout.cpp | 2 +- src/core/tests/main.cpp | 2 +- src/core/tests/matcher_pass.cpp | 2 +- src/core/tests/model.cpp | 2 +- src/core/tests/nf4.cpp | 2 +- src/core/tests/node_input_output.cpp | 2 +- src/core/tests/node_test.cpp | 2 +- src/core/tests/op.cpp | 2 +- src/core/tests/op_version_tbl.hpp | 2 +- src/core/tests/opset1.cpp | 2 +- src/core/tests/ov_default_allocator_test.cpp | 2 +- src/core/tests/ov_tensor_test.cpp | 2 +- src/core/tests/partial_shape.cpp | 2 +- src/core/tests/pass/constant_folding.cpp | 2 +- src/core/tests/pass/serialization/cleanup.cpp | 2 +- src/core/tests/pass/serialization/const_compression.cpp | 2 +- src/core/tests/pass/serialization/custom_ops.cpp | 2 +- src/core/tests/pass/serialization/deterministicity.cpp | 2 +- src/core/tests/pass/serialization/read_ir.hpp | 2 +- src/core/tests/pass/serialization/rt_info_serialization.cpp | 2 +- src/core/tests/pass/serialization/serialize.cpp | 2 +- src/core/tests/pass/serialization/tensor_iterator.cpp | 2 +- src/core/tests/pass/serialization/tensor_names.cpp | 2 +- src/core/tests/pass_config.cpp | 2 +- src/core/tests/pass_manager.cpp | 2 +- src/core/tests/preprocess.cpp | 2 +- src/core/tests/replace_node.cpp | 2 +- src/core/tests/reshape_opt_kernel.cpp | 2 +- src/core/tests/rtti.cpp | 2 +- src/core/tests/shape.cpp | 2 +- src/core/tests/span.cpp | 2 +- src/core/tests/tensor.cpp | 2 +- src/core/tests/threading.cpp | 2 +- src/core/tests/type_info.cpp | 2 +- src/core/tests/type_prop/abs.cpp | 2 +- src/core/tests/type_prop/acos.cpp | 2 +- src/core/tests/type_prop/acosh.cpp | 2 +- src/core/tests/type_prop/adaptive_avg_pool.cpp | 2 +- src/core/tests/type_prop/adaptive_max_pool.cpp | 2 +- src/core/tests/type_prop/add.cpp | 2 +- src/core/tests/type_prop/arithmetic_ops.hpp | 2 +- src/core/tests/type_prop/asin.cpp | 2 +- src/core/tests/type_prop/asinh.cpp | 2 +- src/core/tests/type_prop/assign.cpp | 2 +- src/core/tests/type_prop/atan.cpp | 2 +- src/core/tests/type_prop/atanh.cpp | 2 +- src/core/tests/type_prop/augru_cell.cpp | 2 +- src/core/tests/type_prop/augru_sequence.cpp | 2 +- src/core/tests/type_prop/avg_pool.cpp | 2 +- src/core/tests/type_prop/binary_convolution.cpp | 2 +- src/core/tests/type_prop/binary_elementwise.cpp | 2 +- src/core/tests/type_prop/bitwise_and.cpp | 2 +- src/core/tests/type_prop/bitwise_not.cpp | 2 +- src/core/tests/type_prop/bitwise_ops.hpp | 2 +- src/core/tests/type_prop/bitwise_or.cpp | 2 +- src/core/tests/type_prop/bitwise_xor.cpp | 2 +- src/core/tests/type_prop/broadcast.cpp | 2 +- src/core/tests/type_prop/bucketize.cpp | 2 +- src/core/tests/type_prop/ceiling.cpp | 2 +- src/core/tests/type_prop/clamp.cpp | 2 +- src/core/tests/type_prop/concat.cpp | 2 +- src/core/tests/type_prop/constant.cpp | 2 +- src/core/tests/type_prop/convert.cpp | 2 +- src/core/tests/type_prop/convert_color_i420.cpp | 2 +- src/core/tests/type_prop/convert_color_i420_base.hpp | 2 +- src/core/tests/type_prop/convert_color_nv12.cpp | 2 +- src/core/tests/type_prop/convert_color_nv12_base.hpp | 2 +- src/core/tests/type_prop/convolution.cpp | 2 +- src/core/tests/type_prop/convolution_backprop_data.cpp | 2 +- src/core/tests/type_prop/cos.cpp | 2 +- src/core/tests/type_prop/cosh.cpp | 2 +- src/core/tests/type_prop/ctc_greedy_decoder.cpp | 2 +- src/core/tests/type_prop/ctc_greedy_decoder_seq_len.cpp | 2 +- src/core/tests/type_prop/ctc_loss.cpp | 2 +- src/core/tests/type_prop/cum_sum.cpp | 2 +- src/core/tests/type_prop/deformable_convolution.cpp | 2 +- src/core/tests/type_prop/deformable_convolution_opset8.cpp | 2 +- src/core/tests/type_prop/deformable_psroi_pooling.cpp | 2 +- src/core/tests/type_prop/detection_output.cpp | 2 +- src/core/tests/type_prop/divide.cpp | 2 +- src/core/tests/type_prop/dyn_reshape.cpp | 2 +- src/core/tests/type_prop/einsum.cpp | 2 +- src/core/tests/type_prop/elu.cpp | 2 +- src/core/tests/type_prop/embedding_segments_sum.cpp | 2 +- src/core/tests/type_prop/embeddingbag_offsetssum.cpp | 2 +- src/core/tests/type_prop/embeddingbag_packedsum.cpp | 2 +- src/core/tests/type_prop/equal.cpp | 2 +- src/core/tests/type_prop/erf.cpp | 2 +- src/core/tests/type_prop/exp.cpp | 2 +- .../type_prop/experimental_detectron_detection_output.cpp | 2 +- .../type_prop/experimental_detectron_generate_proposals.cpp | 2 +- .../type_prop/experimental_detectron_prior_grid_generator.cpp | 2 +- .../experimental_detectron_roi_feature_extractor.cpp | 2 +- src/core/tests/type_prop/experimental_detectron_topkrois.cpp | 2 +- src/core/tests/type_prop/extractimagepatches.cpp | 2 +- src/core/tests/type_prop/eye.cpp | 2 +- src/core/tests/type_prop/fake_convert.cpp | 2 +- src/core/tests/type_prop/fake_quantize.cpp | 2 +- src/core/tests/type_prop/fft_base_complex.cpp | 2 +- src/core/tests/type_prop/floor.cpp | 2 +- src/core/tests/type_prop/floor_mod.cpp | 2 +- src/core/tests/type_prop/framework_node.cpp | 2 +- src/core/tests/type_prop/gather.cpp | 2 +- src/core/tests/type_prop/gather_elements.cpp | 2 +- src/core/tests/type_prop/gather_nd.cpp | 2 +- src/core/tests/type_prop/gather_tree.cpp | 2 +- src/core/tests/type_prop/gelu.cpp | 2 +- src/core/tests/type_prop/generate_proposals.cpp | 2 +- src/core/tests/type_prop/grid_sample.cpp | 2 +- src/core/tests/type_prop/grn.cpp | 2 +- src/core/tests/type_prop/group_convolution.cpp | 2 +- src/core/tests/type_prop/group_convolution_backprop_data.cpp | 2 +- src/core/tests/type_prop/group_normalization.cpp | 2 +- src/core/tests/type_prop/gru_cell.cpp | 2 +- src/core/tests/type_prop/gru_sequence.cpp | 2 +- src/core/tests/type_prop/hard_sigmoid.cpp | 2 +- src/core/tests/type_prop/hsigmoid.cpp | 2 +- src/core/tests/type_prop/hswish.cpp | 2 +- src/core/tests/type_prop/if.cpp | 2 +- src/core/tests/type_prop/interpolate.cpp | 2 +- src/core/tests/type_prop/irdft.cpp | 2 +- src/core/tests/type_prop/is_finite.cpp | 2 +- src/core/tests/type_prop/is_inf.cpp | 2 +- src/core/tests/type_prop/is_nan.cpp | 2 +- src/core/tests/type_prop/log_softmax.cpp | 2 +- src/core/tests/type_prop/logical_and.cpp | 2 +- src/core/tests/type_prop/logical_not.cpp | 2 +- src/core/tests/type_prop/logical_ops.hpp | 2 +- src/core/tests/type_prop/logical_or.cpp | 2 +- src/core/tests/type_prop/logical_xor.cpp | 2 +- src/core/tests/type_prop/loop.cpp | 2 +- src/core/tests/type_prop/lrn.cpp | 2 +- src/core/tests/type_prop/lstm_cell.cpp | 2 +- src/core/tests/type_prop/lstm_sequence.cpp | 2 +- src/core/tests/type_prop/matmul.cpp | 2 +- src/core/tests/type_prop/matrix_nms.cpp | 2 +- src/core/tests/type_prop/max_pool.cpp | 2 +- src/core/tests/type_prop/maximum.cpp | 2 +- src/core/tests/type_prop/minimum.cpp | 2 +- src/core/tests/type_prop/mish.cpp | 2 +- src/core/tests/type_prop/mod.cpp | 2 +- src/core/tests/type_prop/multiclass_nms.cpp | 2 +- src/core/tests/type_prop/multinomial.cpp | 2 +- src/core/tests/type_prop/multiply.cpp | 2 +- src/core/tests/type_prop/mvn.cpp | 2 +- src/core/tests/type_prop/negative.cpp | 2 +- src/core/tests/type_prop/nms_rotated.cpp | 2 +- src/core/tests/type_prop/non_max_suppression.cpp | 2 +- src/core/tests/type_prop/non_zero.cpp | 2 +- src/core/tests/type_prop/normalize_l2.cpp | 2 +- src/core/tests/type_prop/one_hot.cpp | 2 +- src/core/tests/type_prop/pad.cpp | 2 +- src/core/tests/type_prop/parameter.cpp | 2 +- src/core/tests/type_prop/power.cpp | 2 +- src/core/tests/type_prop/prelu.cpp | 2 +- src/core/tests/type_prop/prior_box.cpp | 2 +- src/core/tests/type_prop/prior_box_clustered.cpp | 2 +- src/core/tests/type_prop/proposal.cpp | 2 +- src/core/tests/type_prop/psroi_pooling.cpp | 2 +- src/core/tests/type_prop/random_uniform.cpp | 2 +- src/core/tests/type_prop/range.cpp | 2 +- src/core/tests/type_prop/rdft.cpp | 2 +- src/core/tests/type_prop/read_value.cpp | 2 +- src/core/tests/type_prop/reduce_l1.cpp | 2 +- src/core/tests/type_prop/reduce_l2.cpp | 2 +- src/core/tests/type_prop/reduce_logical_and.cpp | 2 +- src/core/tests/type_prop/reduce_logical_or.cpp | 2 +- src/core/tests/type_prop/reduce_max.cpp | 2 +- src/core/tests/type_prop/reduce_mean.cpp | 2 +- src/core/tests/type_prop/reduce_min.cpp | 2 +- src/core/tests/type_prop/reduce_ops.hpp | 2 +- src/core/tests/type_prop/reduce_prod.cpp | 2 +- src/core/tests/type_prop/reduce_sum.cpp | 2 +- src/core/tests/type_prop/relu.cpp | 2 +- src/core/tests/type_prop/reorg_yolo.cpp | 2 +- src/core/tests/type_prop/reshape.cpp | 2 +- src/core/tests/type_prop/result.cpp | 2 +- src/core/tests/type_prop/reverse.cpp | 2 +- src/core/tests/type_prop/reverse_sequence.cpp | 2 +- src/core/tests/type_prop/rnn_cell.cpp | 2 +- src/core/tests/type_prop/rnn_cell_base.cpp | 2 +- src/core/tests/type_prop/rnn_seq_base.cpp | 2 +- src/core/tests/type_prop/rnn_sequence.cpp | 2 +- src/core/tests/type_prop/roi_align.cpp | 2 +- src/core/tests/type_prop/roi_pooling.cpp | 2 +- src/core/tests/type_prop/roll.cpp | 2 +- src/core/tests/type_prop/round.cpp | 2 +- src/core/tests/type_prop/scaled_dot_product_attention.cpp | 2 +- src/core/tests/type_prop/scatter_elements_update.cpp | 2 +- src/core/tests/type_prop/scatter_nd_update.cpp | 2 +- src/core/tests/type_prop/scatter_update.cpp | 2 +- src/core/tests/type_prop/select.cpp | 2 +- src/core/tests/type_prop/selu.cpp | 2 +- src/core/tests/type_prop/shape_of.cpp | 2 +- src/core/tests/type_prop/shuffle_channels.cpp | 2 +- src/core/tests/type_prop/sigmoid.cpp | 2 +- src/core/tests/type_prop/sign.cpp | 2 +- src/core/tests/type_prop/sin.cpp | 2 +- src/core/tests/type_prop/sinh.cpp | 2 +- src/core/tests/type_prop/slice.cpp | 2 +- src/core/tests/type_prop/softmax.cpp | 2 +- src/core/tests/type_prop/softplus.cpp | 2 +- src/core/tests/type_prop/softsign.cpp | 2 +- src/core/tests/type_prop/space_to_batch.cpp | 2 +- src/core/tests/type_prop/space_to_depth.cpp | 2 +- src/core/tests/type_prop/split.cpp | 2 +- src/core/tests/type_prop/sqrt.cpp | 2 +- src/core/tests/type_prop/squared_difference.cpp | 2 +- src/core/tests/type_prop/squeeze.cpp | 2 +- src/core/tests/type_prop/strided_slice.cpp | 2 +- src/core/tests/type_prop/subtract.cpp | 2 +- src/core/tests/type_prop/swish.cpp | 2 +- src/core/tests/type_prop/tan.cpp | 2 +- src/core/tests/type_prop/tanh.cpp | 2 +- src/core/tests/type_prop/tensor_iterator.cpp | 2 +- src/core/tests/type_prop/tile.cpp | 2 +- src/core/tests/type_prop/top_k.cpp | 2 +- src/core/tests/type_prop/transpose.cpp | 2 +- src/core/tests/type_prop/unary_elementwise.cpp | 2 +- src/core/tests/type_prop/unary_ops.hpp | 2 +- src/core/tests/type_prop/unique.cpp | 2 +- src/core/tests/type_prop/unsqueeze.cpp | 2 +- src/core/tests/type_prop/variadic_split.cpp | 2 +- src/core/tests/uint4.cpp | 2 +- src/core/tests/utils/eval_utils.hpp | 2 +- src/core/tests/validation_utils.cpp | 2 +- src/core/tests/visitors/dimension.cpp | 2 +- src/core/tests/visitors/op/abs.cpp | 2 +- src/core/tests/visitors/op/acos.cpp | 2 +- src/core/tests/visitors/op/acosh.cpp | 2 +- src/core/tests/visitors/op/adaptive_avg_pool.cpp | 2 +- src/core/tests/visitors/op/adaptive_max_pool.cpp | 2 +- src/core/tests/visitors/op/add.cpp | 2 +- src/core/tests/visitors/op/asin.cpp | 2 +- src/core/tests/visitors/op/asinh.cpp | 2 +- src/core/tests/visitors/op/assign.cpp | 2 +- src/core/tests/visitors/op/atan.cpp | 2 +- src/core/tests/visitors/op/atanh.cpp | 2 +- src/core/tests/visitors/op/avg_pool.cpp | 2 +- src/core/tests/visitors/op/batch_norm.cpp | 2 +- src/core/tests/visitors/op/batch_to_space.cpp | 2 +- src/core/tests/visitors/op/binary_convolution.cpp | 2 +- src/core/tests/visitors/op/binary_ops.hpp | 2 +- src/core/tests/visitors/op/bitwise_and.cpp | 2 +- src/core/tests/visitors/op/bitwise_not.cpp | 2 +- src/core/tests/visitors/op/bitwise_or.cpp | 2 +- src/core/tests/visitors/op/bitwise_xor.cpp | 2 +- src/core/tests/visitors/op/broadcast.cpp | 2 +- src/core/tests/visitors/op/bucketize.cpp | 2 +- src/core/tests/visitors/op/ceiling.cpp | 2 +- src/core/tests/visitors/op/clamp.cpp | 2 +- src/core/tests/visitors/op/concat.cpp | 2 +- src/core/tests/visitors/op/constant.cpp | 2 +- src/core/tests/visitors/op/convert.cpp | 2 +- src/core/tests/visitors/op/convert_color_i420.cpp | 2 +- src/core/tests/visitors/op/convert_color_nv12.cpp | 2 +- src/core/tests/visitors/op/convert_like.cpp | 2 +- src/core/tests/visitors/op/convolution.cpp | 2 +- src/core/tests/visitors/op/convolution_backprop.cpp | 2 +- src/core/tests/visitors/op/cos.cpp | 2 +- src/core/tests/visitors/op/cosh.cpp | 2 +- src/core/tests/visitors/op/ctc_greedy_decoder.cpp | 2 +- src/core/tests/visitors/op/ctc_greedy_decoder_seq_len.cpp | 2 +- src/core/tests/visitors/op/ctc_loss.cpp | 2 +- src/core/tests/visitors/op/cum_sum.cpp | 2 +- src/core/tests/visitors/op/deformable_convolution.cpp | 2 +- src/core/tests/visitors/op/deformable_psroi_pooling.cpp | 2 +- src/core/tests/visitors/op/depth_to_space.cpp | 2 +- src/core/tests/visitors/op/detection_output.cpp | 2 +- src/core/tests/visitors/op/dft.cpp | 2 +- src/core/tests/visitors/op/divide.cpp | 2 +- src/core/tests/visitors/op/einsum.cpp | 2 +- src/core/tests/visitors/op/elu.cpp | 2 +- src/core/tests/visitors/op/embedding_segments_sum.cpp | 2 +- src/core/tests/visitors/op/embeddingbag_offsetssum.cpp | 2 +- src/core/tests/visitors/op/embeddingbag_packedsum.cpp | 2 +- src/core/tests/visitors/op/equal.cpp | 2 +- src/core/tests/visitors/op/erf.cpp | 2 +- src/core/tests/visitors/op/exp.cpp | 2 +- .../visitors/op/experimental_detectron_detection_output.cpp | 2 +- .../visitors/op/experimental_detectron_generate_proposals.cpp | 2 +- .../op/experimental_detectron_prior_grid_generator.cpp | 2 +- .../tests/visitors/op/experimental_detectron_topkrois.cpp | 2 +- src/core/tests/visitors/op/extractimagepatches.cpp | 2 +- src/core/tests/visitors/op/eye.cpp | 2 +- src/core/tests/visitors/op/fake_convert.cpp | 2 +- src/core/tests/visitors/op/fake_quantize.cpp | 2 +- src/core/tests/visitors/op/floor.cpp | 2 +- src/core/tests/visitors/op/floor_mod.cpp | 2 +- src/core/tests/visitors/op/framework_node.cpp | 2 +- src/core/tests/visitors/op/gather.cpp | 2 +- src/core/tests/visitors/op/gather_elements.cpp | 2 +- src/core/tests/visitors/op/gather_nd.cpp | 2 +- src/core/tests/visitors/op/gather_tree.cpp | 2 +- src/core/tests/visitors/op/gelu.cpp | 2 +- src/core/tests/visitors/op/generate_proposals.cpp | 2 +- src/core/tests/visitors/op/greater.cpp | 2 +- src/core/tests/visitors/op/greater_equal.cpp | 2 +- src/core/tests/visitors/op/grid_sample.cpp | 2 +- src/core/tests/visitors/op/grn.cpp | 2 +- src/core/tests/visitors/op/group_conv.cpp | 2 +- src/core/tests/visitors/op/group_normalization.cpp | 2 +- src/core/tests/visitors/op/gru_cell.cpp | 2 +- src/core/tests/visitors/op/gru_sequence.cpp | 2 +- src/core/tests/visitors/op/hard_sigmoid.cpp | 2 +- src/core/tests/visitors/op/hsigmoid.cpp | 2 +- src/core/tests/visitors/op/hswish.cpp | 2 +- src/core/tests/visitors/op/idft.cpp | 2 +- src/core/tests/visitors/op/if.cpp | 2 +- src/core/tests/visitors/op/interpolate.cpp | 2 +- src/core/tests/visitors/op/irdft.cpp | 2 +- src/core/tests/visitors/op/is_finite.cpp | 2 +- src/core/tests/visitors/op/is_inf.cpp | 2 +- src/core/tests/visitors/op/is_nan.cpp | 2 +- src/core/tests/visitors/op/less.cpp | 2 +- src/core/tests/visitors/op/less_equal.cpp | 2 +- src/core/tests/visitors/op/log.cpp | 2 +- src/core/tests/visitors/op/log_softmax.cpp | 2 +- src/core/tests/visitors/op/logical_and.cpp | 2 +- src/core/tests/visitors/op/logical_not.cpp | 2 +- src/core/tests/visitors/op/logical_or.cpp | 2 +- src/core/tests/visitors/op/logical_xor.cpp | 2 +- src/core/tests/visitors/op/lrn.cpp | 2 +- src/core/tests/visitors/op/lstm_cell.cpp | 2 +- src/core/tests/visitors/op/lstm_sequence.cpp | 2 +- src/core/tests/visitors/op/matmul.cpp | 2 +- src/core/tests/visitors/op/matrix_nms.cpp | 2 +- src/core/tests/visitors/op/max_pool.cpp | 2 +- src/core/tests/visitors/op/maximum.cpp | 2 +- src/core/tests/visitors/op/minimum.cpp | 2 +- src/core/tests/visitors/op/mish.cpp | 2 +- src/core/tests/visitors/op/mod.cpp | 2 +- src/core/tests/visitors/op/multiclass_nms.cpp | 2 +- src/core/tests/visitors/op/multinomial.cpp | 2 +- src/core/tests/visitors/op/multiply.cpp | 2 +- src/core/tests/visitors/op/mvn.cpp | 2 +- src/core/tests/visitors/op/negative.cpp | 2 +- src/core/tests/visitors/op/nms_rotated.cpp | 2 +- src/core/tests/visitors/op/non_max_suppression.cpp | 2 +- src/core/tests/visitors/op/non_zero.cpp | 2 +- src/core/tests/visitors/op/normalize_l2.cpp | 2 +- src/core/tests/visitors/op/not_equal.cpp | 2 +- src/core/tests/visitors/op/one_hot.cpp | 2 +- src/core/tests/visitors/op/pad.cpp | 2 +- src/core/tests/visitors/op/parameter.cpp | 2 +- src/core/tests/visitors/op/power.cpp | 2 +- src/core/tests/visitors/op/prelu.cpp | 2 +- src/core/tests/visitors/op/prior_box.cpp | 2 +- src/core/tests/visitors/op/prior_box_clustered.cpp | 2 +- src/core/tests/visitors/op/proposal.cpp | 2 +- src/core/tests/visitors/op/psroi_pooling.cpp | 2 +- src/core/tests/visitors/op/random_uniform.cpp | 2 +- src/core/tests/visitors/op/range.cpp | 2 +- src/core/tests/visitors/op/rdft.cpp | 2 +- src/core/tests/visitors/op/reduce_l1.cpp | 2 +- src/core/tests/visitors/op/reduce_l2.cpp | 2 +- src/core/tests/visitors/op/reduce_logical_and.cpp | 2 +- src/core/tests/visitors/op/reduce_logical_or.cpp | 2 +- src/core/tests/visitors/op/reduce_max.cpp | 2 +- src/core/tests/visitors/op/reduce_mean.cpp | 2 +- src/core/tests/visitors/op/reduce_min.cpp | 2 +- src/core/tests/visitors/op/reduce_ops.hpp | 2 +- src/core/tests/visitors/op/reduce_prod.cpp | 2 +- src/core/tests/visitors/op/reduce_sum.cpp | 2 +- src/core/tests/visitors/op/region_yolo.cpp | 2 +- src/core/tests/visitors/op/relu.cpp | 2 +- src/core/tests/visitors/op/reorg_yolo.cpp | 2 +- src/core/tests/visitors/op/reshape.cpp | 2 +- src/core/tests/visitors/op/result.cpp | 2 +- src/core/tests/visitors/op/reverse.cpp | 2 +- src/core/tests/visitors/op/reverse_sequence.cpp | 2 +- src/core/tests/visitors/op/rnn_cell.cpp | 2 +- src/core/tests/visitors/op/rnn_sequence.cpp | 2 +- src/core/tests/visitors/op/roi_pooling.cpp | 2 +- src/core/tests/visitors/op/roll.cpp | 2 +- src/core/tests/visitors/op/round.cpp | 2 +- src/core/tests/visitors/op/scaled_dot_product_attention.cpp | 2 +- src/core/tests/visitors/op/scatter_elements_update.cpp | 2 +- src/core/tests/visitors/op/scatter_nd_update.cpp | 2 +- src/core/tests/visitors/op/scatter_update.cpp | 2 +- src/core/tests/visitors/op/select.cpp | 2 +- src/core/tests/visitors/op/selu.cpp | 2 +- src/core/tests/visitors/op/shape_of.cpp | 2 +- src/core/tests/visitors/op/shuffle_channels.cpp | 2 +- src/core/tests/visitors/op/sigmoid.cpp | 2 +- src/core/tests/visitors/op/sign.cpp | 2 +- src/core/tests/visitors/op/sin.cpp | 2 +- src/core/tests/visitors/op/sinh.cpp | 2 +- src/core/tests/visitors/op/slice.cpp | 2 +- src/core/tests/visitors/op/softmax.cpp | 2 +- src/core/tests/visitors/op/softplus.cpp | 2 +- src/core/tests/visitors/op/softsign.cpp | 2 +- src/core/tests/visitors/op/space_to_batch.cpp | 2 +- src/core/tests/visitors/op/space_to_depth.cpp | 2 +- src/core/tests/visitors/op/split.cpp | 2 +- src/core/tests/visitors/op/sqrt.cpp | 2 +- src/core/tests/visitors/op/squared_difference.cpp | 2 +- src/core/tests/visitors/op/squeeze.cpp | 2 +- src/core/tests/visitors/op/strided_slice.cpp | 2 +- src/core/tests/visitors/op/subtract.cpp | 2 +- src/core/tests/visitors/op/swish.cpp | 2 +- src/core/tests/visitors/op/tan.cpp | 2 +- src/core/tests/visitors/op/tanh.cpp | 2 +- src/core/tests/visitors/op/tensor_iterator.cpp | 2 +- src/core/tests/visitors/op/tile.cpp | 2 +- src/core/tests/visitors/op/topk.cpp | 2 +- src/core/tests/visitors/op/transpose.cpp | 2 +- src/core/tests/visitors/op/unary_ops.hpp | 2 +- src/core/tests/visitors/op/unique.cpp | 2 +- src/core/tests/visitors/op/unsqueeze.cpp | 2 +- src/core/tests/visitors/op/variadic_split.cpp | 2 +- src/core/tests/visitors/partial_shape.cpp | 2 +- src/core/tests/visitors/user_op.cpp | 2 +- src/core/tests/visitors/value_map.cpp | 2 +- src/core/tests/visitors/visitors.cpp | 2 +- src/core/tests/visitors/visitors.hpp | 2 +- src/frontends/CMakeLists.txt | 2 +- src/frontends/common/CMakeLists.txt | 2 +- .../dev_api/openvino/frontend/common/random_normal_helper.hpp | 2 +- .../common/include/openvino/frontend/complex_type_mark.hpp | 2 +- src/frontends/common/include/openvino/frontend/decoder.hpp | 2 +- src/frontends/common/include/openvino/frontend/exception.hpp | 2 +- src/frontends/common/include/openvino/frontend/extension.hpp | 2 +- .../common/include/openvino/frontend/extension/conversion.hpp | 2 +- .../openvino/frontend/extension/decoder_transformation.hpp | 2 +- .../common/include/openvino/frontend/extension/holder.hpp | 2 +- .../common/include/openvino/frontend/extension/op.hpp | 2 +- .../include/openvino/frontend/extension/progress_reporter.hpp | 2 +- .../common/include/openvino/frontend/extension/telemetry.hpp | 2 +- src/frontends/common/include/openvino/frontend/frontend.hpp | 2 +- .../common/include/openvino/frontend/graph_iterator.hpp | 2 +- .../common/include/openvino/frontend/input_model.hpp | 2 +- src/frontends/common/include/openvino/frontend/manager.hpp | 2 +- .../common/include/openvino/frontend/node_context.hpp | 2 +- src/frontends/common/include/openvino/frontend/place.hpp | 2 +- src/frontends/common/include/openvino/frontend/visibility.hpp | 2 +- src/frontends/common/shutdown_protobuf/CMakeLists.txt | 2 +- src/frontends/common/shutdown_protobuf/shutdown_protobuf.cpp | 2 +- src/frontends/common/src/decoder.cpp | 2 +- src/frontends/common/src/exception.cpp | 2 +- src/frontends/common/src/extension/conversion.cpp | 2 +- src/frontends/common/src/extension/decoder_transformation.cpp | 2 +- src/frontends/common/src/extension/progress_reporter.cpp | 2 +- src/frontends/common/src/extension/telemetry.cpp | 2 +- src/frontends/common/src/frontend.cpp | 2 +- src/frontends/common/src/input_model.cpp | 2 +- src/frontends/common/src/manager.cpp | 2 +- src/frontends/common/src/place.cpp | 2 +- src/frontends/common/src/plugin_loader.cpp | 2 +- src/frontends/common/src/plugin_loader.hpp | 2 +- src/frontends/common/src/random_normal_helper.cpp | 2 +- src/frontends/common/src/utils.hpp | 2 +- src/frontends/ir/CMakeLists.txt | 2 +- src/frontends/ir/include/openvino/frontend/ir/frontend.hpp | 2 +- src/frontends/ir/include/openvino/frontend/ir/visibility.hpp | 2 +- src/frontends/ir/src/CMakeLists.txt | 2 +- src/frontends/ir/src/frontend.cpp | 2 +- src/frontends/ir/src/input_model.cpp | 2 +- src/frontends/ir/src/input_model.hpp | 2 +- src/frontends/ir/src/ir_deserializer.cpp | 2 +- src/frontends/ir/src/ir_deserializer.hpp | 2 +- src/frontends/ir/src/rt_info_deserializer.cpp | 2 +- src/frontends/ir/src/rt_info_deserializer.hpp | 2 +- src/frontends/ir/src/utils.cpp | 2 +- src/frontends/ir/src/utils.hpp | 2 +- src/frontends/ir/tests/CMakeLists.txt | 2 +- src/frontends/ir/tests/frontend_test.hpp | 2 +- src/frontends/ir/tests/frontend_test_basic.cpp | 2 +- src/frontends/ir/tests/frontend_test_mmap.cpp | 2 +- src/frontends/ir/tests/frontend_test_with_extensions.cpp | 2 +- src/frontends/ir/tests/partial_shape_deserialization.cpp | 2 +- src/frontends/ir/tests/pre_processing_deserialization.cpp | 2 +- src/frontends/ir/tests/rt_info_deserialization.cpp | 2 +- src/frontends/ir/tests/tensor_iterator_deserialization.cpp | 2 +- src/frontends/onnx/CMakeLists.txt | 2 +- src/frontends/onnx/frontend/CMakeLists.txt | 2 +- .../include/openvino/frontend/onnx/extension/conversion.hpp | 2 +- .../frontend/include/openvino/frontend/onnx/extension/op.hpp | 2 +- .../onnx/frontend/include/openvino/frontend/onnx/frontend.hpp | 2 +- .../frontend/include/openvino/frontend/onnx/node_context.hpp | 2 +- .../frontend/include/openvino/frontend/onnx/visibility.hpp | 2 +- src/frontends/onnx/frontend/src/core/attribute.cpp | 2 +- src/frontends/onnx/frontend/src/core/attribute.hpp | 2 +- src/frontends/onnx/frontend/src/core/graph.cpp | 2 +- src/frontends/onnx/frontend/src/core/graph.hpp | 2 +- src/frontends/onnx/frontend/src/core/graph_cache.cpp | 2 +- src/frontends/onnx/frontend/src/core/graph_cache.hpp | 2 +- src/frontends/onnx/frontend/src/core/model.cpp | 2 +- src/frontends/onnx/frontend/src/core/model.hpp | 2 +- src/frontends/onnx/frontend/src/core/null_node.cpp | 2 +- src/frontends/onnx/frontend/src/core/null_node.hpp | 2 +- src/frontends/onnx/frontend/src/core/operator_set.hpp | 2 +- src/frontends/onnx/frontend/src/core/transform.cpp | 2 +- src/frontends/onnx/frontend/src/core/value_info.hpp | 2 +- .../onnx/frontend/src/detail/subgraph_extraction.cpp | 2 +- .../onnx/frontend/src/detail/subgraph_extraction.hpp | 2 +- src/frontends/onnx/frontend/src/edge_mapper.cpp | 2 +- src/frontends/onnx/frontend/src/edge_mapper.hpp | 2 +- src/frontends/onnx/frontend/src/editor.cpp | 2 +- src/frontends/onnx/frontend/src/editor.hpp | 2 +- src/frontends/onnx/frontend/src/editor_types.hpp | 2 +- src/frontends/onnx/frontend/src/exceptions.cpp | 2 +- src/frontends/onnx/frontend/src/exceptions.hpp | 2 +- src/frontends/onnx/frontend/src/extensions.cpp | 2 +- src/frontends/onnx/frontend/src/frontend.cpp | 2 +- src/frontends/onnx/frontend/src/input_model.cpp | 2 +- src/frontends/onnx/frontend/src/input_model.hpp | 2 +- src/frontends/onnx/frontend/src/node_context.cpp | 2 +- src/frontends/onnx/frontend/src/op/abs.hpp | 2 +- src/frontends/onnx/frontend/src/op/acosh.hpp | 2 +- src/frontends/onnx/frontend/src/op/add.cpp | 2 +- src/frontends/onnx/frontend/src/op/add.hpp | 2 +- src/frontends/onnx/frontend/src/op/affine.cpp | 2 +- src/frontends/onnx/frontend/src/op/affine.hpp | 2 +- src/frontends/onnx/frontend/src/op/and.hpp | 2 +- src/frontends/onnx/frontend/src/op/argmax.cpp | 2 +- src/frontends/onnx/frontend/src/op/argmax.hpp | 2 +- src/frontends/onnx/frontend/src/op/argmin.cpp | 2 +- src/frontends/onnx/frontend/src/op/argmin.hpp | 2 +- src/frontends/onnx/frontend/src/op/asin.hpp | 2 +- src/frontends/onnx/frontend/src/op/asinh.hpp | 2 +- src/frontends/onnx/frontend/src/op/atan.hpp | 2 +- src/frontends/onnx/frontend/src/op/atanh.hpp | 2 +- src/frontends/onnx/frontend/src/op/aten.hpp | 2 +- src/frontends/onnx/frontend/src/op/average_pool.cpp | 2 +- src/frontends/onnx/frontend/src/op/average_pool.hpp | 2 +- src/frontends/onnx/frontend/src/op/batch_norm.cpp | 2 +- src/frontends/onnx/frontend/src/op/batch_norm.hpp | 2 +- src/frontends/onnx/frontend/src/op/bitshift.hpp | 2 +- src/frontends/onnx/frontend/src/op/bitwise_and.cpp | 2 +- src/frontends/onnx/frontend/src/op/bitwise_and.hpp | 2 +- src/frontends/onnx/frontend/src/op/bitwise_not.cpp | 2 +- src/frontends/onnx/frontend/src/op/bitwise_not.hpp | 2 +- src/frontends/onnx/frontend/src/op/bitwise_or.cpp | 2 +- src/frontends/onnx/frontend/src/op/bitwise_or.hpp | 2 +- src/frontends/onnx/frontend/src/op/bitwise_xor.cpp | 2 +- src/frontends/onnx/frontend/src/op/bitwise_xor.hpp | 2 +- src/frontends/onnx/frontend/src/op/blackmanwindow.cpp | 2 +- src/frontends/onnx/frontend/src/op/blackmanwindow.hpp | 2 +- src/frontends/onnx/frontend/src/op/cast.cpp | 2 +- src/frontends/onnx/frontend/src/op/cast.hpp | 2 +- src/frontends/onnx/frontend/src/op/cast_like.cpp | 2 +- src/frontends/onnx/frontend/src/op/cast_like.hpp | 2 +- src/frontends/onnx/frontend/src/op/ceil.hpp | 2 +- src/frontends/onnx/frontend/src/op/clip.cpp | 2 +- src/frontends/onnx/frontend/src/op/clip.hpp | 2 +- .../onnx/frontend/src/op/com.microsoft/attention.hpp | 2 +- .../onnx/frontend/src/op/com.microsoft/bias_gelu.cpp | 2 +- .../onnx/frontend/src/op/com.microsoft/bias_gelu.hpp | 2 +- .../src/op/com.microsoft/embed_layer_normalization.hpp | 2 +- .../onnx/frontend/src/op/com.microsoft/fused_conv.hpp | 2 +- .../onnx/frontend/src/op/com.microsoft/fusedgemm.hpp | 2 +- .../src/op/com.microsoft/skip_layer_normalization.hpp | 2 +- src/frontends/onnx/frontend/src/op/compress.hpp | 2 +- src/frontends/onnx/frontend/src/op/concat.cpp | 2 +- src/frontends/onnx/frontend/src/op/concat.hpp | 2 +- src/frontends/onnx/frontend/src/op/constant.hpp | 2 +- src/frontends/onnx/frontend/src/op/constant_fill.cpp | 2 +- src/frontends/onnx/frontend/src/op/constant_fill.hpp | 2 +- src/frontends/onnx/frontend/src/op/constant_of_shape.cpp | 2 +- src/frontends/onnx/frontend/src/op/constant_of_shape.hpp | 2 +- src/frontends/onnx/frontend/src/op/conv.cpp | 2 +- src/frontends/onnx/frontend/src/op/conv.hpp | 2 +- src/frontends/onnx/frontend/src/op/conv_integer.cpp | 2 +- src/frontends/onnx/frontend/src/op/conv_integer.hpp | 2 +- src/frontends/onnx/frontend/src/op/conv_transpose.hpp | 2 +- src/frontends/onnx/frontend/src/op/cos.cpp | 2 +- src/frontends/onnx/frontend/src/op/cos.hpp | 2 +- src/frontends/onnx/frontend/src/op/cosh.cpp | 2 +- src/frontends/onnx/frontend/src/op/cosh.hpp | 2 +- src/frontends/onnx/frontend/src/op/crop.hpp | 2 +- src/frontends/onnx/frontend/src/op/cum_sum.hpp | 2 +- src/frontends/onnx/frontend/src/op/depth_to_space.cpp | 2 +- src/frontends/onnx/frontend/src/op/depth_to_space.hpp | 2 +- src/frontends/onnx/frontend/src/op/dequantize_linear.hpp | 2 +- src/frontends/onnx/frontend/src/op/dft.cpp | 2 +- src/frontends/onnx/frontend/src/op/div.hpp | 2 +- src/frontends/onnx/frontend/src/op/dropout.hpp | 2 +- .../onnx/frontend/src/op/dynamic_quantize_linear.hpp | 2 +- src/frontends/onnx/frontend/src/op/einsum.cpp | 2 +- src/frontends/onnx/frontend/src/op/einsum.hpp | 2 +- src/frontends/onnx/frontend/src/op/elu.cpp | 2 +- src/frontends/onnx/frontend/src/op/elu.hpp | 2 +- src/frontends/onnx/frontend/src/op/equal.hpp | 2 +- src/frontends/onnx/frontend/src/op/erf.hpp | 2 +- src/frontends/onnx/frontend/src/op/exp.hpp | 2 +- src/frontends/onnx/frontend/src/op/expand.hpp | 2 +- src/frontends/onnx/frontend/src/op/eye_like.cpp | 2 +- src/frontends/onnx/frontend/src/op/eye_like.hpp | 2 +- src/frontends/onnx/frontend/src/op/flatten.cpp | 2 +- src/frontends/onnx/frontend/src/op/flatten.hpp | 2 +- src/frontends/onnx/frontend/src/op/floor.hpp | 2 +- src/frontends/onnx/frontend/src/op/gather_elements.hpp | 2 +- src/frontends/onnx/frontend/src/op/gather_nd.cpp | 2 +- src/frontends/onnx/frontend/src/op/gather_nd.hpp | 2 +- src/frontends/onnx/frontend/src/op/gemm.hpp | 2 +- src/frontends/onnx/frontend/src/op/global_average_pool.hpp | 2 +- src/frontends/onnx/frontend/src/op/global_max_pool.hpp | 2 +- src/frontends/onnx/frontend/src/op/greater.hpp | 2 +- src/frontends/onnx/frontend/src/op/greater_or_equal.cpp | 2 +- src/frontends/onnx/frontend/src/op/greater_or_equal.hpp | 2 +- src/frontends/onnx/frontend/src/op/grid_sample.cpp | 2 +- src/frontends/onnx/frontend/src/op/grid_sample.hpp | 2 +- src/frontends/onnx/frontend/src/op/group_normalization.hpp | 2 +- src/frontends/onnx/frontend/src/op/gru.hpp | 2 +- src/frontends/onnx/frontend/src/op/hammingwindow.cpp | 2 +- src/frontends/onnx/frontend/src/op/hammingwindow.hpp | 2 +- src/frontends/onnx/frontend/src/op/hannwindow.cpp | 2 +- src/frontends/onnx/frontend/src/op/hannwindow.hpp | 2 +- src/frontends/onnx/frontend/src/op/hard_sigmoid.hpp | 2 +- src/frontends/onnx/frontend/src/op/hard_swish.hpp | 2 +- src/frontends/onnx/frontend/src/op/hardmax.hpp | 2 +- src/frontends/onnx/frontend/src/op/identity.hpp | 2 +- src/frontends/onnx/frontend/src/op/if.cpp | 2 +- src/frontends/onnx/frontend/src/op/if.hpp | 2 +- src/frontends/onnx/frontend/src/op/image_scaler.cpp | 2 +- src/frontends/onnx/frontend/src/op/image_scaler.hpp | 2 +- src/frontends/onnx/frontend/src/op/instance_norm.cpp | 2 +- src/frontends/onnx/frontend/src/op/instance_norm.hpp | 2 +- src/frontends/onnx/frontend/src/op/is_finite.cpp | 2 +- src/frontends/onnx/frontend/src/op/is_finite.hpp | 2 +- src/frontends/onnx/frontend/src/op/is_inf.cpp | 2 +- src/frontends/onnx/frontend/src/op/is_inf.hpp | 2 +- src/frontends/onnx/frontend/src/op/is_nan.cpp | 2 +- src/frontends/onnx/frontend/src/op/is_nan.hpp | 2 +- src/frontends/onnx/frontend/src/op/leaky_relu.hpp | 2 +- src/frontends/onnx/frontend/src/op/less.hpp | 2 +- src/frontends/onnx/frontend/src/op/less_or_equal.cpp | 2 +- src/frontends/onnx/frontend/src/op/less_or_equal.hpp | 2 +- src/frontends/onnx/frontend/src/op/log.cpp | 2 +- src/frontends/onnx/frontend/src/op/log.hpp | 2 +- src/frontends/onnx/frontend/src/op/log_softmax.hpp | 2 +- src/frontends/onnx/frontend/src/op/loop.cpp | 2 +- src/frontends/onnx/frontend/src/op/loop.hpp | 2 +- src/frontends/onnx/frontend/src/op/lp_norm.cpp | 2 +- src/frontends/onnx/frontend/src/op/lp_norm.hpp | 2 +- src/frontends/onnx/frontend/src/op/lp_pool.hpp | 2 +- src/frontends/onnx/frontend/src/op/lrn.cpp | 2 +- src/frontends/onnx/frontend/src/op/lrn.hpp | 2 +- src/frontends/onnx/frontend/src/op/lstm.hpp | 2 +- src/frontends/onnx/frontend/src/op/matmul.hpp | 2 +- src/frontends/onnx/frontend/src/op/matmul_integer.cpp | 2 +- src/frontends/onnx/frontend/src/op/matmul_integer.hpp | 2 +- src/frontends/onnx/frontend/src/op/max.hpp | 2 +- src/frontends/onnx/frontend/src/op/max_pool.cpp | 2 +- src/frontends/onnx/frontend/src/op/max_pool.hpp | 2 +- src/frontends/onnx/frontend/src/op/max_roi_pool.hpp | 2 +- src/frontends/onnx/frontend/src/op/mean.hpp | 2 +- .../onnx/frontend/src/op/mean_variance_normalization.hpp | 2 +- src/frontends/onnx/frontend/src/op/min.hpp | 2 +- src/frontends/onnx/frontend/src/op/mod.cpp | 2 +- src/frontends/onnx/frontend/src/op/mod.hpp | 2 +- src/frontends/onnx/frontend/src/op/mul.hpp | 2 +- src/frontends/onnx/frontend/src/op/neg.hpp | 2 +- src/frontends/onnx/frontend/src/op/non_max_suppression.hpp | 2 +- src/frontends/onnx/frontend/src/op/non_zero.cpp | 2 +- src/frontends/onnx/frontend/src/op/non_zero.hpp | 2 +- src/frontends/onnx/frontend/src/op/not.hpp | 2 +- src/frontends/onnx/frontend/src/op/onehot.cpp | 2 +- src/frontends/onnx/frontend/src/op/onehot.hpp | 2 +- src/frontends/onnx/frontend/src/op/or.hpp | 2 +- .../frontend/src/op/org.openvinotoolkit/detection_output.cpp | 2 +- .../frontend/src/op/org.openvinotoolkit/detection_output.hpp | 2 +- .../experimental_detectron/detection_output.cpp | 2 +- .../experimental_detectron/detection_output.hpp | 2 +- .../generate_proposals_single_image.cpp | 2 +- .../generate_proposals_single_image.hpp | 2 +- .../experimental_detectron/prior_grid_generator.cpp | 2 +- .../experimental_detectron/prior_grid_generator.hpp | 2 +- .../experimental_detectron/roi_feature_extractor.cpp | 2 +- .../experimental_detectron/roi_feature_extractor.hpp | 2 +- .../org.openvinotoolkit/experimental_detectron/topk_rios.cpp | 2 +- .../org.openvinotoolkit/experimental_detectron/topk_rios.hpp | 2 +- .../frontend/src/op/org.openvinotoolkit/fake_quantize.cpp | 2 +- .../frontend/src/op/org.openvinotoolkit/fake_quantize.hpp | 2 +- .../onnx/frontend/src/op/org.openvinotoolkit/group_norm.cpp | 2 +- .../onnx/frontend/src/op/org.openvinotoolkit/group_norm.hpp | 2 +- .../onnx/frontend/src/op/org.openvinotoolkit/normalize.hpp | 2 +- .../onnx/frontend/src/op/org.openvinotoolkit/prior_box.hpp | 2 +- .../onnx/frontend/src/op/org.openvinotoolkit/swish.hpp | 2 +- src/frontends/onnx/frontend/src/op/pad.cpp | 2 +- src/frontends/onnx/frontend/src/op/pad.hpp | 2 +- src/frontends/onnx/frontend/src/op/pow.cpp | 2 +- src/frontends/onnx/frontend/src/op/pow.hpp | 2 +- src/frontends/onnx/frontend/src/op/prelu.cpp | 2 +- src/frontends/onnx/frontend/src/op/prelu.hpp | 2 +- src/frontends/onnx/frontend/src/op/qlinear_conv.cpp | 2 +- src/frontends/onnx/frontend/src/op/qlinear_conv.hpp | 2 +- src/frontends/onnx/frontend/src/op/qlinear_matmul.cpp | 2 +- src/frontends/onnx/frontend/src/op/qlinear_matmul.hpp | 2 +- src/frontends/onnx/frontend/src/op/quantize_linear.hpp | 2 +- src/frontends/onnx/frontend/src/op/random_normal.hpp | 2 +- src/frontends/onnx/frontend/src/op/random_normal_like.hpp | 2 +- src/frontends/onnx/frontend/src/op/random_uniform.cpp | 2 +- src/frontends/onnx/frontend/src/op/random_uniform.hpp | 2 +- src/frontends/onnx/frontend/src/op/random_uniform_like.cpp | 2 +- src/frontends/onnx/frontend/src/op/random_uniform_like.hpp | 2 +- src/frontends/onnx/frontend/src/op/range.cpp | 2 +- src/frontends/onnx/frontend/src/op/range.hpp | 2 +- src/frontends/onnx/frontend/src/op/reciprocal.hpp | 2 +- src/frontends/onnx/frontend/src/op/reduce.hpp | 2 +- src/frontends/onnx/frontend/src/op/relu.hpp | 2 +- src/frontends/onnx/frontend/src/op/reshape.cpp | 2 +- src/frontends/onnx/frontend/src/op/reshape.hpp | 2 +- src/frontends/onnx/frontend/src/op/resize.cpp | 2 +- src/frontends/onnx/frontend/src/op/resize.hpp | 2 +- src/frontends/onnx/frontend/src/op/reverse_sequence.cpp | 2 +- src/frontends/onnx/frontend/src/op/reverse_sequence.hpp | 2 +- src/frontends/onnx/frontend/src/op/rnn.cpp | 2 +- src/frontends/onnx/frontend/src/op/rnn.hpp | 2 +- src/frontends/onnx/frontend/src/op/roi_align.cpp | 2 +- src/frontends/onnx/frontend/src/op/roi_align.hpp | 2 +- src/frontends/onnx/frontend/src/op/round.cpp | 2 +- src/frontends/onnx/frontend/src/op/round.hpp | 2 +- src/frontends/onnx/frontend/src/op/scan.hpp | 2 +- src/frontends/onnx/frontend/src/op/scatter_elements.cpp | 2 +- src/frontends/onnx/frontend/src/op/scatter_elements.hpp | 2 +- src/frontends/onnx/frontend/src/op/scatter_nd.cpp | 2 +- src/frontends/onnx/frontend/src/op/scatter_nd.hpp | 2 +- src/frontends/onnx/frontend/src/op/selu.hpp | 2 +- src/frontends/onnx/frontend/src/op/shape.cpp | 2 +- src/frontends/onnx/frontend/src/op/shape.hpp | 2 +- src/frontends/onnx/frontend/src/op/shrink.hpp | 2 +- src/frontends/onnx/frontend/src/op/sigmoid.hpp | 2 +- src/frontends/onnx/frontend/src/op/sign.hpp | 2 +- src/frontends/onnx/frontend/src/op/sin.hpp | 2 +- src/frontends/onnx/frontend/src/op/sinh.hpp | 2 +- src/frontends/onnx/frontend/src/op/size.hpp | 2 +- src/frontends/onnx/frontend/src/op/slice.hpp | 2 +- src/frontends/onnx/frontend/src/op/softmax.hpp | 2 +- src/frontends/onnx/frontend/src/op/softplus.cpp | 2 +- src/frontends/onnx/frontend/src/op/softplus.hpp | 2 +- src/frontends/onnx/frontend/src/op/softsign.cpp | 2 +- src/frontends/onnx/frontend/src/op/softsign.hpp | 2 +- src/frontends/onnx/frontend/src/op/space_to_depth.cpp | 2 +- src/frontends/onnx/frontend/src/op/space_to_depth.hpp | 2 +- src/frontends/onnx/frontend/src/op/split.hpp | 2 +- src/frontends/onnx/frontend/src/op/sqrt.hpp | 2 +- src/frontends/onnx/frontend/src/op/squeeze.hpp | 2 +- src/frontends/onnx/frontend/src/op/sub.hpp | 2 +- src/frontends/onnx/frontend/src/op/sum.hpp | 2 +- src/frontends/onnx/frontend/src/op/tan.hpp | 2 +- src/frontends/onnx/frontend/src/op/tanh.hpp | 2 +- src/frontends/onnx/frontend/src/op/thresholded_relu.hpp | 2 +- src/frontends/onnx/frontend/src/op/tile.cpp | 2 +- src/frontends/onnx/frontend/src/op/tile.hpp | 2 +- src/frontends/onnx/frontend/src/op/topk.cpp | 2 +- src/frontends/onnx/frontend/src/op/topk.hpp | 2 +- src/frontends/onnx/frontend/src/op/transpose.cpp | 2 +- src/frontends/onnx/frontend/src/op/transpose.hpp | 2 +- src/frontends/onnx/frontend/src/op/unsqueeze.cpp | 2 +- src/frontends/onnx/frontend/src/op/unsqueeze.hpp | 2 +- src/frontends/onnx/frontend/src/op/upsample.hpp | 2 +- src/frontends/onnx/frontend/src/op/where.hpp | 2 +- src/frontends/onnx/frontend/src/op/xor.hpp | 2 +- src/frontends/onnx/frontend/src/ops_bridge.hpp | 2 +- src/frontends/onnx/frontend/src/place.cpp | 2 +- src/frontends/onnx/frontend/src/place.hpp | 2 +- src/frontends/onnx/frontend/src/precomp.hpp | 2 +- src/frontends/onnx/frontend/src/utils/arg_min_max_factory.cpp | 2 +- src/frontends/onnx/frontend/src/utils/arg_min_max_factory.hpp | 2 +- src/frontends/onnx/frontend/src/utils/conv_factory.cpp | 2 +- src/frontends/onnx/frontend/src/utils/conv_factory.hpp | 2 +- src/frontends/onnx/frontend/src/utils/convpool.cpp | 2 +- src/frontends/onnx/frontend/src/utils/onnx_internal.cpp | 2 +- src/frontends/onnx/frontend/src/utils/onnx_internal.hpp | 2 +- src/frontends/onnx/frontend/src/utils/recurrent.hpp | 2 +- src/frontends/onnx/frontend/src/utils/reshape.hpp | 2 +- .../onnx/frontend/src/utils/tensor_external_data.cpp | 2 +- .../onnx/frontend/src/utils/tensor_external_data.hpp | 2 +- src/frontends/onnx/frontend/src/utils/variadic.hpp | 2 +- src/frontends/onnx/frontend/src/version_range.hpp | 2 +- src/frontends/onnx/onnx_common/CMakeLists.txt | 2 +- .../onnx_common/include/onnx_common/onnx_model_validator.hpp | 2 +- src/frontends/onnx/onnx_common/include/onnx_common/parser.hpp | 2 +- src/frontends/onnx/onnx_common/include/onnx_common/utils.hpp | 2 +- src/frontends/onnx/onnx_common/src/onnx_model_validator.cpp | 2 +- src/frontends/onnx/onnx_common/src/parser.cpp | 2 +- src/frontends/onnx/onnx_common/src/utils.cpp | 2 +- src/frontends/onnx/tests/CMakeLists.txt | 2 +- src/frontends/onnx/tests/__init__.py | 2 +- src/frontends/onnx/tests/conftest.py | 2 +- src/frontends/onnx/tests/lib_close.cpp | 2 +- src/frontends/onnx/tests/library_extension.cpp | 2 +- src/frontends/onnx/tests/load_from.cpp | 2 +- src/frontends/onnx/tests/model_support_tests.cpp | 2 +- src/frontends/onnx/tests/onnx_editor.cpp | 2 +- src/frontends/onnx/tests/onnx_editor_topological_sort.cpp | 2 +- src/frontends/onnx/tests/onnx_import_com_microsoft.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_const_folding.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_controlflow.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_convpool.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_deprecated.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_dyn_shapes.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_exceptions.cpp | 2 +- src/frontends/onnx/tests/onnx_import_org_openvino.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_org_pytorch.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_quant.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_reshape.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_rnn.in.cpp | 2 +- src/frontends/onnx/tests/onnx_import_with_editor.in.cpp | 2 +- src/frontends/onnx/tests/onnx_importer_test.cpp | 2 +- src/frontends/onnx/tests/onnx_ops_registration.cpp | 2 +- src/frontends/onnx/tests/onnx_prototxt_converter.py | 2 +- src/frontends/onnx/tests/onnx_reader_external_data.cpp | 2 +- src/frontends/onnx/tests/onnx_tensor_names.cpp | 2 +- src/frontends/onnx/tests/onnx_transformations.cpp | 2 +- src/frontends/onnx/tests/onnx_utils.cpp | 2 +- src/frontends/onnx/tests/onnx_utils.hpp | 2 +- src/frontends/onnx/tests/op_extension.cpp | 2 +- src/frontends/onnx/tests/runtime.py | 2 +- src/frontends/onnx/tests/skip_tests_config.cpp | 2 +- src/frontends/onnx/tests/standalone_build/CMakeLists.txt | 2 +- .../onnx/tests/standalone_build/standalone_build_test.cpp | 2 +- src/frontends/onnx/tests/telemetry.cpp | 2 +- src/frontends/onnx/tests/tests_python/__init__.py | 2 +- src/frontends/onnx/tests/tests_python/model_zoo_preprocess.sh | 2 +- src/frontends/onnx/tests/tests_python/test_backend.py | 2 +- .../onnx/tests/tests_python/test_frontend_lib_close.py | 2 +- src/frontends/onnx/tests/tests_python/test_frontend_onnx.py | 2 +- .../onnx/tests/tests_python/test_frontend_onnx_editor.py | 2 +- src/frontends/onnx/tests/tests_python/test_frontendmanager.py | 2 +- .../onnx/tests/tests_python/test_onnx_external_data.py | 2 +- src/frontends/onnx/tests/tests_python/test_onnx_import.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_batchnorm.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_binary.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_convpool.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_logical.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_matmul.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_nonlinear.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_random.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_reduction.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_reshape.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_unary.py | 2 +- src/frontends/onnx/tests/tests_python/test_ops_variadic.py | 2 +- src/frontends/onnx/tests/tests_python/test_zoo_models.py | 2 +- src/frontends/onnx/tests/tests_python/utils/__init__.py | 2 +- src/frontends/onnx/tests/tests_python/utils/model_importer.py | 2 +- src/frontends/onnx/tests/tests_python/utils/onnx_backend.py | 2 +- src/frontends/onnx/tests/tests_python/utils/onnx_helpers.py | 2 +- src/frontends/paddle/CMakeLists.txt | 2 +- .../paddle/include/openvino/frontend/paddle/decoder.hpp | 2 +- .../paddle/include/openvino/frontend/paddle/exception.hpp | 2 +- .../include/openvino/frontend/paddle/extension/conversion.hpp | 2 +- .../paddle/include/openvino/frontend/paddle/frontend.hpp | 2 +- .../paddle/include/openvino/frontend/paddle/node_context.hpp | 2 +- .../paddle/include/openvino/frontend/paddle/visibility.hpp | 2 +- src/frontends/paddle/src/CMakeLists.txt | 2 +- src/frontends/paddle/src/decoder.cpp | 2 +- src/frontends/paddle/src/decoder_proto.cpp | 2 +- src/frontends/paddle/src/decoder_proto.hpp | 2 +- src/frontends/paddle/src/default_opset.hpp | 2 +- src/frontends/paddle/src/exception.cpp | 2 +- src/frontends/paddle/src/extensions.cpp | 2 +- src/frontends/paddle/src/frontend.cpp | 2 +- src/frontends/paddle/src/input_model.cpp | 2 +- src/frontends/paddle/src/input_model.hpp | 2 +- src/frontends/paddle/src/internal/op/conditional_block.cpp | 2 +- src/frontends/paddle/src/internal/op/conditional_block.hpp | 2 +- src/frontends/paddle/src/internal/op/tensorarray_write.cpp | 2 +- src/frontends/paddle/src/internal/op/tensorarray_write.hpp | 2 +- src/frontends/paddle/src/internal/op/while.cpp | 2 +- src/frontends/paddle/src/internal/op/while.hpp | 2 +- src/frontends/paddle/src/internal/pass/transform_if.cpp | 2 +- src/frontends/paddle/src/internal/pass/transform_if.hpp | 2 +- .../paddle/src/internal/pass/transform_tensorarray.cpp | 2 +- .../paddle/src/internal/pass/transform_tensorarray.hpp | 2 +- src/frontends/paddle/src/internal/pass/transform_while.cpp | 2 +- src/frontends/paddle/src/internal/pass/transform_while.hpp | 2 +- src/frontends/paddle/src/op/argmax.cpp | 2 +- src/frontends/paddle/src/op/assign.cpp | 2 +- src/frontends/paddle/src/op/assign_value.cpp | 2 +- src/frontends/paddle/src/op/batch_norm.cpp | 2 +- src/frontends/paddle/src/op/box_coder.cpp | 2 +- src/frontends/paddle/src/op/cast.cpp | 2 +- src/frontends/paddle/src/op/ceil.cpp | 2 +- src/frontends/paddle/src/op/clip.cpp | 2 +- src/frontends/paddle/src/op/concat.cpp | 2 +- src/frontends/paddle/src/op/conditional_block.cpp | 2 +- src/frontends/paddle/src/op/conv2d.cpp | 2 +- src/frontends/paddle/src/op/conv2d_transpose.cpp | 2 +- src/frontends/paddle/src/op/conv2d_utils.cpp | 2 +- src/frontends/paddle/src/op/conv2d_utils.hpp | 2 +- src/frontends/paddle/src/op/cos.cpp | 2 +- src/frontends/paddle/src/op/cumsum.cpp | 2 +- src/frontends/paddle/src/op/deformable_conv.cpp | 2 +- src/frontends/paddle/src/op/dropout.cpp | 2 +- src/frontends/paddle/src/op/elementwise_ops.cpp | 2 +- src/frontends/paddle/src/op/elementwise_ops.hpp | 2 +- src/frontends/paddle/src/op/embedding.cpp | 2 +- src/frontends/paddle/src/op/exp.cpp | 2 +- src/frontends/paddle/src/op/expand_v2.cpp | 2 +- src/frontends/paddle/src/op/fill_any_like.cpp | 2 +- src/frontends/paddle/src/op/fill_constant.cpp | 2 +- src/frontends/paddle/src/op/fill_constant_batch_size_like.cpp | 2 +- src/frontends/paddle/src/op/flatten_contiguous_range.cpp | 2 +- src/frontends/paddle/src/op/flip.cpp | 2 +- src/frontends/paddle/src/op/floor.cpp | 2 +- src/frontends/paddle/src/op/gather.cpp | 2 +- src/frontends/paddle/src/op/gather_nd.cpp | 2 +- src/frontends/paddle/src/op/gelu.cpp | 2 +- src/frontends/paddle/src/op/greater_than.cpp | 2 +- src/frontends/paddle/src/op/grid_sampler.cpp | 2 +- src/frontends/paddle/src/op/group_norm.cpp | 2 +- src/frontends/paddle/src/op/hard_sigmoid.cpp | 2 +- src/frontends/paddle/src/op/hard_swish.cpp | 2 +- src/frontends/paddle/src/op/index_select.cpp | 2 +- src/frontends/paddle/src/op/interp.cpp | 2 +- src/frontends/paddle/src/op/layer_norm.cpp | 2 +- src/frontends/paddle/src/op/leakyrelu.cpp | 2 +- src/frontends/paddle/src/op/less_than.cpp | 2 +- src/frontends/paddle/src/op/linspace.cpp | 2 +- src/frontends/paddle/src/op/lod_array_length.cpp | 2 +- src/frontends/paddle/src/op/log.cpp | 2 +- src/frontends/paddle/src/op/logical_and.cpp | 2 +- src/frontends/paddle/src/op/logical_not.cpp | 2 +- src/frontends/paddle/src/op/logical_or.cpp | 2 +- src/frontends/paddle/src/op/logical_xor.cpp | 2 +- src/frontends/paddle/src/op/lstm.cpp | 2 +- src/frontends/paddle/src/op/matmul.cpp | 2 +- src/frontends/paddle/src/op/matmul_v2.cpp | 2 +- src/frontends/paddle/src/op/matrix_nms.cpp | 2 +- src/frontends/paddle/src/op/meshgrid.cpp | 2 +- src/frontends/paddle/src/op/multiclass_nms.cpp | 2 +- src/frontends/paddle/src/op/one_hot_v2.cpp | 2 +- src/frontends/paddle/src/op/p_norm.cpp | 2 +- src/frontends/paddle/src/op/pad3d.cpp | 2 +- src/frontends/paddle/src/op/partial_ops.cpp | 2 +- src/frontends/paddle/src/op/partial_ops.hpp | 2 +- src/frontends/paddle/src/op/pool2d.cpp | 2 +- src/frontends/paddle/src/op/pool3d.cpp | 2 +- src/frontends/paddle/src/op/pow.cpp | 2 +- src/frontends/paddle/src/op/prior_box.cpp | 2 +- src/frontends/paddle/src/op/range.cpp | 2 +- src/frontends/paddle/src/op/reduce_all.cpp | 2 +- src/frontends/paddle/src/op/reduce_max.cpp | 2 +- src/frontends/paddle/src/op/reduce_mean.cpp | 2 +- src/frontends/paddle/src/op/reduce_min.cpp | 2 +- src/frontends/paddle/src/op/reduce_ops.hpp | 2 +- src/frontends/paddle/src/op/reduce_prod.cpp | 2 +- src/frontends/paddle/src/op/reduce_sum.cpp | 2 +- src/frontends/paddle/src/op/relu.cpp | 2 +- src/frontends/paddle/src/op/relu6.cpp | 2 +- src/frontends/paddle/src/op/reshape2.cpp | 2 +- src/frontends/paddle/src/op/reverse.cpp | 2 +- src/frontends/paddle/src/op/reverse_op.hpp | 2 +- src/frontends/paddle/src/op/rnn.cpp | 2 +- src/frontends/paddle/src/op/roi_align.cpp | 2 +- src/frontends/paddle/src/op/scale.cpp | 2 +- src/frontends/paddle/src/op/select_input.cpp | 2 +- src/frontends/paddle/src/op/set_value.cpp | 2 +- src/frontends/paddle/src/op/shape.cpp | 2 +- src/frontends/paddle/src/op/share_data.cpp | 2 +- src/frontends/paddle/src/op/sigmoid.cpp | 2 +- src/frontends/paddle/src/op/silu.cpp | 2 +- src/frontends/paddle/src/op/sin.cpp | 2 +- src/frontends/paddle/src/op/slice.cpp | 2 +- src/frontends/paddle/src/op/slice_ops.hpp | 2 +- src/frontends/paddle/src/op/softmax.cpp | 2 +- src/frontends/paddle/src/op/softplus.cpp | 2 +- src/frontends/paddle/src/op/softshrink.cpp | 2 +- src/frontends/paddle/src/op/split.cpp | 2 +- src/frontends/paddle/src/op/sqrt.cpp | 2 +- src/frontends/paddle/src/op/squeeze.cpp | 2 +- src/frontends/paddle/src/op/stack.cpp | 2 +- src/frontends/paddle/src/op/strided_slice.cpp | 2 +- src/frontends/paddle/src/op/sum.cpp | 2 +- src/frontends/paddle/src/op/swish.cpp | 2 +- src/frontends/paddle/src/op/tanh.cpp | 2 +- src/frontends/paddle/src/op/tanh_shrink.cpp | 2 +- src/frontends/paddle/src/op/tensor_array_to_tensor.cpp | 2 +- src/frontends/paddle/src/op/tile.cpp | 2 +- src/frontends/paddle/src/op/transpose2.cpp | 2 +- src/frontends/paddle/src/op/unique.cpp | 2 +- src/frontends/paddle/src/op/unsqueeze.cpp | 2 +- src/frontends/paddle/src/op/unstack.cpp | 2 +- src/frontends/paddle/src/op/where.cpp | 2 +- src/frontends/paddle/src/op/where_index.cpp | 2 +- src/frontends/paddle/src/op/while.cpp | 2 +- src/frontends/paddle/src/op/write_to_array.cpp | 2 +- src/frontends/paddle/src/op/yolo_box.cpp | 2 +- src/frontends/paddle/src/op_table.cpp | 2 +- src/frontends/paddle/src/op_table.hpp | 2 +- src/frontends/paddle/src/paddle_fw_node.cpp | 2 +- src/frontends/paddle/src/paddle_fw_node.hpp | 2 +- src/frontends/paddle/src/paddle_utils.cpp | 2 +- src/frontends/paddle/src/paddle_utils.hpp | 2 +- src/frontends/paddle/src/place.cpp | 2 +- src/frontends/paddle/src/place.hpp | 2 +- src/frontends/paddle/tests/CMakeLists.txt | 2 +- src/frontends/paddle/tests/basic_api.cpp | 2 +- src/frontends/paddle/tests/convert_model.cpp | 2 +- src/frontends/paddle/tests/convert_unsupported.cpp | 2 +- src/frontends/paddle/tests/cut_specific_model.cpp | 2 +- src/frontends/paddle/tests/incorrect_cut_model.cpp | 2 +- src/frontends/paddle/tests/lib_close.cpp | 2 +- src/frontends/paddle/tests/library_extension.cpp | 2 +- src/frontends/paddle/tests/load_from.cpp | 2 +- src/frontends/paddle/tests/op_fuzzy.cpp | 2 +- src/frontends/paddle/tests/paddle_utils.hpp | 2 +- src/frontends/paddle/tests/partial_shape.cpp | 2 +- src/frontends/paddle/tests/places.cpp | 2 +- src/frontends/paddle/tests/read_paddle_model_test.cpp | 2 +- src/frontends/paddle/tests/set_element_type.cpp | 2 +- src/frontends/paddle/tests/skip_tests_config.cpp | 2 +- src/frontends/paddle/tests/standalone_build/CMakeLists.txt | 2 +- .../paddle/tests/standalone_build/standalone_build_test.cpp | 2 +- src/frontends/paddle/tests/telemetry.cpp | 2 +- .../paddle/tests/test_models/gen_scripts/generate_2in_2out.py | 2 +- .../test_models/gen_scripts/generate_2in_2out_dynbatch.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_argmax.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_assign.py | 2 +- .../tests/test_models/gen_scripts/generate_assign_value.py | 2 +- .../tests/test_models/gen_scripts/generate_batch_norm.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_bmm.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_ceil.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_clip.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_conv2d.py | 2 +- .../test_models/gen_scripts/generate_conv2d_combinations.py | 2 +- .../tests/test_models/gen_scripts/generate_conv2d_relu.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_conv2d_s.py | 2 +- .../test_models/gen_scripts/generate_conv2d_transpose.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_cos.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_cumsum.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_dropout.py | 2 +- .../tests/test_models/gen_scripts/generate_dynamic_pool2d.py | 2 +- .../tests/test_models/gen_scripts/generate_elementwise_ops.py | 2 +- .../tests/test_models/gen_scripts/generate_embedding.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_equal.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_exp.py | 2 +- .../tests/test_models/gen_scripts/generate_expand_v2.py | 2 +- .../gen_scripts/generate_flatten_contiguous_range.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_full.py | 2 +- .../tests/test_models/gen_scripts/generate_full_like.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_gelu.py | 2 +- .../tests/test_models/gen_scripts/generate_greater_equal.py | 2 +- .../tests/test_models/gen_scripts/generate_grid_sampler.py | 2 +- .../tests/test_models/gen_scripts/generate_group_norm.py | 2 +- .../tests/test_models/gen_scripts/generate_hard_sigmoid.py | 2 +- .../tests/test_models/gen_scripts/generate_hard_swish.py | 2 +- .../tests/test_models/gen_scripts/generate_index_select.py | 2 +- .../tests/test_models/gen_scripts/generate_interpolate.py | 2 +- .../tests/test_models/gen_scripts/generate_layer_norm.py | 2 +- .../tests/test_models/gen_scripts/generate_leaky_relu.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_linspace.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_log.py | 2 +- .../tests/test_models/gen_scripts/generate_logical_and.py | 2 +- .../tests/test_models/gen_scripts/generate_logical_not.py | 2 +- .../tests/test_models/gen_scripts/generate_logical_or.py | 2 +- .../tests/test_models/gen_scripts/generate_logical_xor.py | 2 +- .../tests/test_models/gen_scripts/generate_lower_version.py | 2 +- .../tests/test_models/gen_scripts/generate_matmul_v2.py | 2 +- .../tests/test_models/gen_scripts/generate_matrix_nms.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_meshgrid.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_mul.py | 2 +- .../test_models/gen_scripts/generate_multi_tensor_split.py | 2 +- .../tests/test_models/gen_scripts/generate_multiclass_nms.py | 2 +- .../tests/test_models/gen_scripts/generate_not_equal.py | 2 +- .../tests/test_models/gen_scripts/generate_one_hot_v2.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_p_norm.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_pad3d.py | 2 +- .../tests/test_models/gen_scripts/generate_partial_concat.py | 2 +- .../tests/test_models/gen_scripts/generate_partial_sum.py | 2 +- .../test_models/gen_scripts/generate_place_test_model.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_pool2d.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_pool3d.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_pow.py | 2 +- .../tests/test_models/gen_scripts/generate_prior_box.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_range.py | 2 +- .../tests/test_models/gen_scripts/generate_reduce_all.py | 2 +- .../tests/test_models/gen_scripts/generate_reduce_max.py | 2 +- .../tests/test_models/gen_scripts/generate_reduce_mean.py | 2 +- .../tests/test_models/gen_scripts/generate_reduce_min.py | 2 +- .../tests/test_models/gen_scripts/generate_reduce_prod.py | 2 +- .../tests/test_models/gen_scripts/generate_reduce_sum.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_relu.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_relu6.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_reshape.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_rnn_lstm.py | 2 +- .../tests/test_models/gen_scripts/generate_roi_align.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_scale.py | 2 +- .../tests/test_models/gen_scripts/generate_set_value.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_shape.py | 2 +- .../tests/test_models/gen_scripts/generate_share_data.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_sigmoid.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_sin.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_slice.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_softmax.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_softplus.py | 2 +- .../tests/test_models/gen_scripts/generate_softshrink.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_split.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_squeeze.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_stack.py | 2 +- .../tests/test_models/gen_scripts/generate_strided_slice.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_tanh.py | 2 +- .../tests/test_models/gen_scripts/generate_tanh_shrink.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_tile.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_unique.py | 2 +- .../tests/test_models/gen_scripts/generate_unsqueeze.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_unstack.py | 2 +- .../test_models/gen_scripts/generate_unsupported_relu.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_where.py | 2 +- .../tests/test_models/gen_scripts/generate_where_index.py | 2 +- .../paddle/tests/test_models/gen_scripts/generate_yolo_box.py | 2 +- src/frontends/paddle/tests/test_models/gen_scripts/nms.py | 2 +- .../paddle/tests/test_models/gen_scripts/save_model.py | 2 +- src/frontends/paddle/tests/test_models/gen_wrapper.py | 2 +- src/frontends/paddle/tests/throw_in_conversion.cpp | 2 +- src/frontends/pytorch/CMakeLists.txt | 2 +- .../pytorch/include/openvino/frontend/pytorch/decoder.hpp | 2 +- .../pytorch/include/openvino/frontend/pytorch/frontend.hpp | 2 +- .../include/openvino/frontend/pytorch/node_context.hpp | 2 +- .../pytorch/include/openvino/frontend/pytorch/visibility.hpp | 2 +- src/frontends/pytorch/src/CMakeLists.txt | 2 +- src/frontends/pytorch/src/extensions.cpp | 2 +- src/frontends/pytorch/src/frontend.cpp | 2 +- src/frontends/pytorch/src/helper_ops/align_types.hpp | 2 +- src/frontends/pytorch/src/helper_ops/gather_assign.hpp | 2 +- src/frontends/pytorch/src/helper_ops/internal_op.hpp | 2 +- src/frontends/pytorch/src/helper_ops/slice_assign.hpp | 2 +- src/frontends/pytorch/src/input_model.cpp | 2 +- src/frontends/pytorch/src/input_model.hpp | 2 +- src/frontends/pytorch/src/node_context.cpp | 2 +- src/frontends/pytorch/src/op/adaptive_poolnd.cpp | 2 +- src/frontends/pytorch/src/op/add.cpp | 2 +- src/frontends/pytorch/src/op/addcmul.cpp | 2 +- src/frontends/pytorch/src/op/addmm.cpp | 2 +- src/frontends/pytorch/src/op/arange.cpp | 2 +- src/frontends/pytorch/src/op/argmax_argmin.cpp | 2 +- src/frontends/pytorch/src/op/as_strided.cpp | 2 +- src/frontends/pytorch/src/op/as_tensor.cpp | 2 +- src/frontends/pytorch/src/op/avg_poolnd.cpp | 2 +- src/frontends/pytorch/src/op/batch_norm.cpp | 2 +- src/frontends/pytorch/src/op/bitwise.cpp | 2 +- src/frontends/pytorch/src/op/bool.cpp | 2 +- src/frontends/pytorch/src/op/cat.cpp | 2 +- src/frontends/pytorch/src/op/clamp.cpp | 2 +- src/frontends/pytorch/src/op/constant.cpp | 2 +- src/frontends/pytorch/src/op/conv_transposend.cpp | 2 +- src/frontends/pytorch/src/op/convnd.cpp | 2 +- src/frontends/pytorch/src/op/convolution.cpp | 2 +- src/frontends/pytorch/src/op/convolution_mode.cpp | 2 +- src/frontends/pytorch/src/op/copy.cpp | 2 +- src/frontends/pytorch/src/op/cross.cpp | 2 +- src/frontends/pytorch/src/op/cumsum.cpp | 2 +- src/frontends/pytorch/src/op/deform_conv.cpp | 2 +- src/frontends/pytorch/src/op/derive_index.cpp | 2 +- src/frontends/pytorch/src/op/dim.cpp | 2 +- src/frontends/pytorch/src/op/distance.cpp | 2 +- src/frontends/pytorch/src/op/div.cpp | 2 +- src/frontends/pytorch/src/op/dot.cpp | 2 +- src/frontends/pytorch/src/op/elu.cpp | 2 +- src/frontends/pytorch/src/op/embedding.cpp | 2 +- src/frontends/pytorch/src/op/embedding_bag.cpp | 2 +- src/frontends/pytorch/src/op/erf.cpp | 2 +- src/frontends/pytorch/src/op/erfc.cpp | 2 +- src/frontends/pytorch/src/op/expand.cpp | 2 +- src/frontends/pytorch/src/op/expm1.cpp | 2 +- src/frontends/pytorch/src/op/eye.cpp | 2 +- src/frontends/pytorch/src/op/fake_quantize.cpp | 2 +- src/frontends/pytorch/src/op/flatten.cpp | 2 +- src/frontends/pytorch/src/op/flip.cpp | 2 +- src/frontends/pytorch/src/op/floor_divide.cpp | 2 +- src/frontends/pytorch/src/op/fmod.cpp | 2 +- src/frontends/pytorch/src/op/full.cpp | 2 +- src/frontends/pytorch/src/op/gather.cpp | 2 +- src/frontends/pytorch/src/op/gcd.cpp | 2 +- src/frontends/pytorch/src/op/gelu.cpp | 2 +- src/frontends/pytorch/src/op/get_attr.cpp | 2 +- src/frontends/pytorch/src/op/getitem.cpp | 2 +- src/frontends/pytorch/src/op/glu.cpp | 2 +- src/frontends/pytorch/src/op/grid_sampler.cpp | 2 +- src/frontends/pytorch/src/op/group_norm.cpp | 2 +- src/frontends/pytorch/src/op/hardtanh.cpp | 2 +- src/frontends/pytorch/src/op/if.cpp | 2 +- src/frontends/pytorch/src/op/im2col.cpp | 2 +- src/frontends/pytorch/src/op/index.cpp | 2 +- src/frontends/pytorch/src/op/index_add.cpp | 2 +- src/frontends/pytorch/src/op/index_put_.cpp | 2 +- src/frontends/pytorch/src/op/index_select.cpp | 2 +- src/frontends/pytorch/src/op/instance_norm.cpp | 2 +- src/frontends/pytorch/src/op/int.cpp | 2 +- src/frontends/pytorch/src/op/is_nonzero.cpp | 2 +- src/frontends/pytorch/src/op/layer_norm.cpp | 2 +- src/frontends/pytorch/src/op/leaky_relu.cpp | 2 +- src/frontends/pytorch/src/op/len.cpp | 2 +- src/frontends/pytorch/src/op/linear.cpp | 2 +- src/frontends/pytorch/src/op/linspace.cpp | 2 +- src/frontends/pytorch/src/op/list_construct.cpp | 2 +- src/frontends/pytorch/src/op/list_unpack.cpp | 2 +- src/frontends/pytorch/src/op/log.cpp | 2 +- src/frontends/pytorch/src/op/log_softmax.cpp | 2 +- src/frontends/pytorch/src/op/logical.cpp | 2 +- src/frontends/pytorch/src/op/loop.cpp | 2 +- src/frontends/pytorch/src/op/lstm.cpp | 2 +- src/frontends/pytorch/src/op/masked_fill.cpp | 2 +- src/frontends/pytorch/src/op/masked_scatter.cpp | 2 +- src/frontends/pytorch/src/op/max_poolnd.cpp | 2 +- src/frontends/pytorch/src/op/mean.cpp | 2 +- src/frontends/pytorch/src/op/meshgrid.cpp | 2 +- src/frontends/pytorch/src/op/min_max.cpp | 2 +- src/frontends/pytorch/src/op/mul.cpp | 2 +- src/frontends/pytorch/src/op/multinomial.cpp | 2 +- src/frontends/pytorch/src/op/narrow.cpp | 2 +- src/frontends/pytorch/src/op/native_multi_head_attention.cpp | 2 +- src/frontends/pytorch/src/op/neg.cpp | 2 +- src/frontends/pytorch/src/op/nms.cpp | 2 +- src/frontends/pytorch/src/op/nonzero.cpp | 2 +- src/frontends/pytorch/src/op/norm.cpp | 2 +- src/frontends/pytorch/src/op/numel.cpp | 2 +- src/frontends/pytorch/src/op/one_hot.cpp | 2 +- src/frontends/pytorch/src/op/outer.cpp | 2 +- src/frontends/pytorch/src/op/pad.cpp | 2 +- src/frontends/pytorch/src/op/pixel_shuffle.cpp | 2 +- src/frontends/pytorch/src/op/pow.cpp | 2 +- src/frontends/pytorch/src/op/prod.cpp | 2 +- src/frontends/pytorch/src/op/pythonop.cpp | 2 +- src/frontends/pytorch/src/op/quantize.cpp | 2 +- src/frontends/pytorch/src/op/quantized_add.cpp | 2 +- src/frontends/pytorch/src/op/quantized_convnd.cpp | 2 +- src/frontends/pytorch/src/op/quantized_hardswish.cpp | 2 +- src/frontends/pytorch/src/op/quantized_linear.cpp | 2 +- src/frontends/pytorch/src/op/quantized_mul.cpp | 2 +- src/frontends/pytorch/src/op/rand.cpp | 2 +- src/frontends/pytorch/src/op/range_length.cpp | 2 +- src/frontends/pytorch/src/op/reciprocal.cpp | 2 +- src/frontends/pytorch/src/op/relu6.cpp | 2 +- src/frontends/pytorch/src/op/remainder.cpp | 2 +- src/frontends/pytorch/src/op/repeat_interleave.cpp | 2 +- src/frontends/pytorch/src/op/reshape.cpp | 2 +- src/frontends/pytorch/src/op/reshape_as.cpp | 2 +- src/frontends/pytorch/src/op/roi_align.cpp | 2 +- src/frontends/pytorch/src/op/roll.cpp | 2 +- src/frontends/pytorch/src/op/round.cpp | 2 +- src/frontends/pytorch/src/op/rsqrt.cpp | 2 +- src/frontends/pytorch/src/op/rsub.cpp | 2 +- src/frontends/pytorch/src/op/scalar_tensor.cpp | 2 +- src/frontends/pytorch/src/op/scaled_dot_product_attention.cpp | 2 +- src/frontends/pytorch/src/op/scatter.cpp | 2 +- src/frontends/pytorch/src/op/select.cpp | 2 +- src/frontends/pytorch/src/op/select_scatter.cpp | 2 +- src/frontends/pytorch/src/op/selu.cpp | 2 +- src/frontends/pytorch/src/op/set_item.cpp | 2 +- src/frontends/pytorch/src/op/shape_as_tensor.cpp | 2 +- src/frontends/pytorch/src/op/sign.cpp | 2 +- src/frontends/pytorch/src/op/size.cpp | 2 +- src/frontends/pytorch/src/op/slice.cpp | 2 +- src/frontends/pytorch/src/op/slice_scatter.cpp | 2 +- src/frontends/pytorch/src/op/softmax.cpp | 2 +- src/frontends/pytorch/src/op/sort.cpp | 2 +- src/frontends/pytorch/src/op/split.cpp | 2 +- src/frontends/pytorch/src/op/square.cpp | 2 +- src/frontends/pytorch/src/op/squeeze.cpp | 2 +- src/frontends/pytorch/src/op/sub.cpp | 2 +- src/frontends/pytorch/src/op/sum.cpp | 2 +- src/frontends/pytorch/src/op/take_along_dim.cpp | 2 +- src/frontends/pytorch/src/op/to.cpp | 2 +- src/frontends/pytorch/src/op/topk.cpp | 2 +- src/frontends/pytorch/src/op/transpose.cpp | 2 +- src/frontends/pytorch/src/op/trilu.cpp | 2 +- src/frontends/pytorch/src/op/tuple_index.cpp | 2 +- src/frontends/pytorch/src/op/unflatten.cpp | 2 +- src/frontends/pytorch/src/op/unfold.cpp | 2 +- src/frontends/pytorch/src/op/upsample.cpp | 2 +- src/frontends/pytorch/src/op/var_mean.cpp | 2 +- src/frontends/pytorch/src/op/where.cpp | 2 +- src/frontends/pytorch/src/op_table.cpp | 2 +- src/frontends/pytorch/src/op_table.hpp | 2 +- src/frontends/pytorch/src/place.cpp | 2 +- src/frontends/pytorch/src/place.hpp | 2 +- src/frontends/pytorch/src/pt_framework_node.hpp | 2 +- src/frontends/pytorch/src/pytorch.cpp | 2 +- src/frontends/pytorch/src/scripts/get_supported_ops.py | 2 +- src/frontends/pytorch/src/transforms.cpp | 2 +- src/frontends/pytorch/src/transforms.hpp | 2 +- src/frontends/pytorch/src/transforms/align_types_removal.cpp | 2 +- src/frontends/pytorch/src/transforms/align_types_removal.hpp | 2 +- .../pytorch/src/transforms/append_list_unpack_replacer.cpp | 2 +- .../pytorch/src/transforms/append_list_unpack_replacer.hpp | 2 +- src/frontends/pytorch/src/transforms/aten_cat_replacer.cpp | 2 +- src/frontends/pytorch/src/transforms/aten_cat_replacer.hpp | 2 +- .../pytorch/src/transforms/aten_getitem_replacer.cpp | 2 +- .../pytorch/src/transforms/aten_getitem_replacer.hpp | 2 +- .../pytorch/src/transforms/aten_index_put_replacer.cpp | 2 +- .../pytorch/src/transforms/aten_index_put_replacer.hpp | 2 +- src/frontends/pytorch/src/transforms/aten_index_replacer.cpp | 2 +- src/frontends/pytorch/src/transforms/aten_index_replacer.hpp | 2 +- .../src/transforms/aten_stack_list_construct_replacer.cpp | 2 +- .../src/transforms/aten_stack_list_construct_replacer.hpp | 2 +- src/frontends/pytorch/src/transforms/dict_resolver.cpp | 2 +- src/frontends/pytorch/src/transforms/dict_resolver.hpp | 2 +- .../pytorch/src/transforms/einsum_list_construct.cpp | 2 +- .../pytorch/src/transforms/einsum_list_construct.hpp | 2 +- .../pytorch/src/transforms/index_loop_getitem_replacer.cpp | 2 +- .../pytorch/src/transforms/index_loop_getitem_replacer.hpp | 2 +- .../pytorch/src/transforms/irfftn_complex_replacer.cpp | 2 +- .../pytorch/src/transforms/irfftn_complex_replacer.hpp | 2 +- .../pytorch/src/transforms/listconstruct_replacer.cpp | 2 +- .../pytorch/src/transforms/listconstruct_replacer.hpp | 2 +- .../src/transforms/min_max_prim_list_construct_replacer.cpp | 2 +- .../src/transforms/min_max_prim_list_construct_replacer.hpp | 2 +- .../pytorch/src/transforms/prim_list_construct_pad.cpp | 2 +- .../pytorch/src/transforms/prim_list_construct_pad.hpp | 2 +- .../src/transforms/prim_list_tuple_construct_replacer.cpp | 2 +- .../src/transforms/prim_list_tuple_construct_replacer.hpp | 2 +- .../pytorch/src/transforms/prim_list_unpack_replacer.cpp | 2 +- .../pytorch/src/transforms/prim_list_unpack_replacer.hpp | 2 +- .../pytorch/src/transforms/prim_unpack_parameter_replacer.cpp | 2 +- .../pytorch/src/transforms/prim_unpack_parameter_replacer.hpp | 2 +- .../pytorch/src/transforms/quantized_node_remover.cpp | 2 +- .../pytorch/src/transforms/quantized_node_remover.hpp | 2 +- src/frontends/pytorch/src/transforms/reverseprop_resolver.cpp | 2 +- src/frontends/pytorch/src/transforms/reverseprop_resolver.hpp | 2 +- .../pytorch/src/transforms/rfftn_complex_replacer.cpp | 2 +- .../pytorch/src/transforms/rfftn_complex_replacer.hpp | 2 +- .../pytorch/src/transforms/softmax_reshape_elimination.cpp | 2 +- .../pytorch/src/transforms/softmax_reshape_elimination.hpp | 2 +- .../pytorch/src/transforms/string_equality_replacer.cpp | 2 +- .../pytorch/src/transforms/string_equality_replacer.hpp | 2 +- .../pytorch/src/transforms/tuple_unpack_replacer.cpp | 2 +- .../pytorch/src/transforms/tuple_unpack_replacer.hpp | 2 +- src/frontends/pytorch/src/transforms/u4_block_repack.cpp | 2 +- src/frontends/pytorch/src/transforms/u4_block_repack.hpp | 2 +- src/frontends/pytorch/src/translate_session.cpp | 2 +- src/frontends/pytorch/src/translate_session.hpp | 2 +- src/frontends/pytorch/src/utils.cpp | 2 +- src/frontends/pytorch/src/utils.hpp | 2 +- src/frontends/pytorch/src/utils_quantize.cpp | 2 +- src/frontends/pytorch/src/utils_quantize.hpp | 2 +- src/frontends/tensorflow/CMakeLists.txt | 2 +- src/frontends/tensorflow/docs/check_supported_ops.py | 2 +- .../include/openvino/frontend/tensorflow/decoder.hpp | 2 +- .../include/openvino/frontend/tensorflow/exception.hpp | 2 +- .../include/openvino/frontend/tensorflow/extension/op.hpp | 2 +- .../include/openvino/frontend/tensorflow/frontend.hpp | 2 +- .../include/openvino/frontend/tensorflow/node_context.hpp | 2 +- .../include/openvino/frontend/tensorflow/special_types.hpp | 2 +- .../include/openvino/frontend/tensorflow/visibility.hpp | 2 +- src/frontends/tensorflow/src/CMakeLists.txt | 2 +- src/frontends/tensorflow/src/decoder_argdef.cpp | 2 +- src/frontends/tensorflow/src/decoder_argdef.hpp | 2 +- src/frontends/tensorflow/src/decoder_proto.cpp | 2 +- src/frontends/tensorflow/src/decoder_proto.hpp | 2 +- src/frontends/tensorflow/src/extension/conversion.cpp | 2 +- src/frontends/tensorflow/src/frontend.cpp | 2 +- src/frontends/tensorflow/src/graph_iterator_proto.hpp | 2 +- src/frontends/tensorflow/src/graph_iterator_proto_txt.hpp | 2 +- src/frontends/tensorflow/src/input_model.cpp | 2 +- src/frontends/tensorflow/src/input_model.hpp | 2 +- src/frontends/tensorflow/src/node_context.cpp | 2 +- src/frontends/tensorflow/src/op/block_lstm.cpp | 2 +- src/frontends/tensorflow/src/op/enter.cpp | 2 +- src/frontends/tensorflow/src/op/exit.cpp | 2 +- src/frontends/tensorflow/src/op/fifo_queue.cpp | 2 +- src/frontends/tensorflow/src/op/gru_block_cell.cpp | 2 +- src/frontends/tensorflow/src/op/hash_table.cpp | 2 +- src/frontends/tensorflow/src/op/if.cpp | 2 +- src/frontends/tensorflow/src/op/iterator.cpp | 2 +- src/frontends/tensorflow/src/op/loop_cond.cpp | 2 +- src/frontends/tensorflow/src/op/merge.cpp | 2 +- src/frontends/tensorflow/src/op/next_iteration.cpp | 2 +- src/frontends/tensorflow/src/op/partitioned_call.cpp | 2 +- src/frontends/tensorflow/src/op/placeholder.cpp | 2 +- src/frontends/tensorflow/src/op/queue_dequeue.cpp | 2 +- src/frontends/tensorflow/src/op/sparse_reshape.cpp | 2 +- src/frontends/tensorflow/src/op/switch.cpp | 2 +- src/frontends/tensorflow/src/op/tensor_array_operations.cpp | 2 +- src/frontends/tensorflow/src/op/var_handle.cpp | 2 +- src/frontends/tensorflow/src/op/variable.cpp | 2 +- src/frontends/tensorflow/src/op/while.cpp | 2 +- src/frontends/tensorflow/src/op/write_file.cpp | 2 +- src/frontends/tensorflow/src/op/xla_conv_v2.cpp | 2 +- src/frontends/tensorflow/src/op/xla_dot.cpp | 2 +- src/frontends/tensorflow/src/op_table.cpp | 2 +- src/frontends/tensorflow/src/op_table.hpp | 2 +- .../src/proto/ov_tensorflow/allocation_description.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/api_def.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/attr_value.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/cost_graph.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/dataset_options.proto | 2 +- .../src/proto/ov_tensorflow/device_attributes.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/function.proto | 2 +- src/frontends/tensorflow/src/proto/ov_tensorflow/graph.proto | 2 +- .../src/proto/ov_tensorflow/graph_transfer_info.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/kernel_def.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/log_memory.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/meta_graph.proto | 2 +- src/frontends/tensorflow/src/proto/ov_tensorflow/model.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/node_def.proto | 2 +- src/frontends/tensorflow/src/proto/ov_tensorflow/op_def.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/reader_base.proto | 2 +- .../proto/ov_tensorflow/remote_fused_graph_execute_info.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/resource_handle.proto | 2 +- .../src/proto/ov_tensorflow/saved_tensor_slice.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/step_stats.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/summary.proto | 2 +- src/frontends/tensorflow/src/proto/ov_tensorflow/tensor.proto | 2 +- .../src/proto/ov_tensorflow/tensor_description.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/tensor_shape.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/tensor_slice.proto | 2 +- src/frontends/tensorflow/src/proto/ov_tensorflow/types.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/variable.proto | 2 +- .../tensorflow/src/proto/ov_tensorflow/versions.proto | 2 +- src/frontends/tensorflow/src/tensorflow.cpp | 2 +- src/frontends/tensorflow/src/tf_utils.cpp | 2 +- .../tensorflow/src/transformations/switch_merge_resolve.cpp | 2 +- src/frontends/tensorflow/src/translate_session.cpp | 2 +- src/frontends/tensorflow/src/translate_session.hpp | 2 +- src/frontends/tensorflow/tests/CMakeLists.txt | 2 +- src/frontends/tensorflow/tests/basic_api.cpp | 2 +- src/frontends/tensorflow/tests/compilation.cpp | 2 +- src/frontends/tensorflow/tests/convert_model.cpp | 2 +- src/frontends/tensorflow/tests/convert_saved_model.cpp | 2 +- src/frontends/tensorflow/tests/convert_tricky_models.cpp | 2 +- src/frontends/tensorflow/tests/convert_unsupported.cpp | 2 +- src/frontends/tensorflow/tests/library_extension.cpp | 2 +- src/frontends/tensorflow/tests/op_extension.cpp | 2 +- .../tensorflow/tests/standalone_build/CMakeLists.txt | 2 +- .../tests/standalone_build/standalone_build_test.cpp | 2 +- src/frontends/tensorflow/tests/telemetry.cpp | 2 +- .../tests/test_models/gen_scripts/generate_2in_2out.py | 2 +- .../test_models/gen_scripts/generate_control_dependency.py | 2 +- .../test_models/gen_scripts/generate_dynamic_type_model.py | 2 +- .../test_models/gen_scripts/generate_empty_tensor_list.py | 2 +- .../gen_scripts/generate_gather_with_string_table.py | 2 +- .../test_models/gen_scripts/generate_model_with_assert.py | 2 +- .../test_models/gen_scripts/generate_nms_named_outputs.py | 2 +- .../tests/test_models/gen_scripts/generate_nonexistent_add.py | 2 +- .../gen_scripts/generate_partitioned_call_with_conv.py | 2 +- .../gen_scripts/generate_partitioned_call_with_unique.py | 2 +- .../gen_scripts/generate_ragged_tensor_to_sparse.py | 2 +- .../test_models/gen_scripts/generate_resource_gather_model.py | 2 +- .../gen_scripts/generate_tf1_if_with_nonexistent_op.py | 2 +- .../gen_scripts/generate_unitialized_variablev2.py | 2 +- .../gen_scripts/generate_unsupported_op_itergetnext.py | 2 +- .../test_models/gen_scripts/generate_unsupported_relu.py | 2 +- .../tests/test_models/gen_scripts/split_in_function.py | 2 +- src/frontends/tensorflow/tests/test_models/gen_wrapper.py | 2 +- .../test_models/models_pbtxt/concat_with_non_constant_axis.py | 2 +- .../tests/test_models/models_pbtxt/forward_edge_model.py | 2 +- .../tests/test_models/models_pbtxt/forward_edge_model2.py | 2 +- .../tests/test_models/models_pbtxt/injected_body_and_if.py | 2 +- .../tests/test_models/models_pbtxt/model_tf1_while.py | 2 +- .../tests/test_models/models_pbtxt/model_with_if.py | 2 +- .../test_models/models_pbtxt/model_with_output_shapes_attr.py | 2 +- .../tests/test_models/models_pbtxt/partitioned_call.py | 2 +- .../tests/test_models/models_pbtxt/partitioned_call2.py | 2 +- .../tests/test_models/models_pbtxt/string_tensors_model.py | 2 +- .../tests/test_models/models_pbtxt/undefined_input_shape.py | 2 +- src/frontends/tensorflow/tests/tf_utils.cpp | 2 +- src/frontends/tensorflow/tests/tf_utils.hpp | 2 +- src/frontends/tensorflow_common/CMakeLists.txt | 2 +- src/frontends/tensorflow_common/include/common_op_table.hpp | 2 +- .../tensorflow_common/include/helper_ops/block_lstm.hpp | 2 +- .../include/helper_ops/complex_type_mark.hpp | 2 +- src/frontends/tensorflow_common/include/helper_ops/enter.hpp | 2 +- src/frontends/tensorflow_common/include/helper_ops/exit.hpp | 2 +- .../tensorflow_common/include/helper_ops/fifo_queue.hpp | 2 +- .../tensorflow_common/include/helper_ops/gru_block_cell.hpp | 2 +- .../include/helper_ops/internal_operation.hpp | 2 +- .../tensorflow_common/include/helper_ops/iterator.hpp | 2 +- .../tensorflow_common/include/helper_ops/keep_in_graph_op.hpp | 2 +- .../tensorflow_common/include/helper_ops/loop_cond.hpp | 2 +- src/frontends/tensorflow_common/include/helper_ops/merge.hpp | 2 +- .../tensorflow_common/include/helper_ops/next_iteration.hpp | 2 +- .../include/helper_ops/sparse_fill_empty_rows.hpp | 2 +- .../include/helper_ops/sparse_segment_ops.hpp | 2 +- src/frontends/tensorflow_common/include/helper_ops/switch.hpp | 2 +- .../tensorflow_common/include/helper_ops/tensor_array.hpp | 2 +- .../include/helper_ops/unsupported_constant.hpp | 2 +- .../include/helper_transforms/block_lstm_replacer.hpp | 2 +- .../include/helper_transforms/const_to_result_remover.hpp | 2 +- .../helper_transforms/embedding_segments_feature_fusing.hpp | 2 +- .../include/helper_transforms/gru_block_cell_replacer.hpp | 2 +- .../include/helper_transforms/saved_model_unused_remover.hpp | 2 +- .../include/helper_transforms/tensor_array_v3_replacer.hpp | 2 +- src/frontends/tensorflow_common/include/place.hpp | 2 +- src/frontends/tensorflow_common/include/tf_framework_node.hpp | 2 +- src/frontends/tensorflow_common/include/utils.hpp | 2 +- src/frontends/tensorflow_common/src/CMakeLists.txt | 2 +- .../src/helper_transforms/block_lstm_replacer.cpp | 2 +- .../src/helper_transforms/const_to_result_remover.cpp | 2 +- .../helper_transforms/embedding_segments_feature_fusing.cpp | 2 +- .../src/helper_transforms/gru_block_cell_replacer.cpp | 2 +- .../src/helper_transforms/saved_model_unused_remover.cpp | 2 +- .../src/helper_transforms/tensor_array_v3_replacer.cpp | 2 +- src/frontends/tensorflow_common/src/op/addN.cpp | 2 +- src/frontends/tensorflow_common/src/op/adjust_contrast.cpp | 2 +- src/frontends/tensorflow_common/src/op/arg_min_max.cpp | 2 +- src/frontends/tensorflow_common/src/op/argdef_ops.cpp | 2 +- src/frontends/tensorflow_common/src/op/atan2.cpp | 2 +- src/frontends/tensorflow_common/src/op/avg_pool.cpp | 2 +- src/frontends/tensorflow_common/src/op/bias_add.cpp | 2 +- src/frontends/tensorflow_common/src/op/binary_op.cpp | 2 +- src/frontends/tensorflow_common/src/op/broadcast_args.cpp | 2 +- src/frontends/tensorflow_common/src/op/broadcast_to.cpp | 2 +- src/frontends/tensorflow_common/src/op/bucketize.cpp | 2 +- src/frontends/tensorflow_common/src/op/cast.cpp | 2 +- src/frontends/tensorflow_common/src/op/complex.cpp | 2 +- src/frontends/tensorflow_common/src/op/complex_abs.cpp | 2 +- src/frontends/tensorflow_common/src/op/concat.cpp | 2 +- src/frontends/tensorflow_common/src/op/conj_transpose.cpp | 2 +- src/frontends/tensorflow_common/src/op/const.cpp | 2 +- src/frontends/tensorflow_common/src/op/conv_2d.cpp | 2 +- src/frontends/tensorflow_common/src/op/conv_2d_backprop.cpp | 2 +- src/frontends/tensorflow_common/src/op/conv_3d.cpp | 2 +- src/frontends/tensorflow_common/src/op/conv_3d_backprop.cpp | 2 +- src/frontends/tensorflow_common/src/op/crop_and_resize.cpp | 2 +- src/frontends/tensorflow_common/src/op/ctc_greedy_decoder.cpp | 2 +- src/frontends/tensorflow_common/src/op/ctc_loss.cpp | 2 +- src/frontends/tensorflow_common/src/op/cumsum.cpp | 2 +- src/frontends/tensorflow_common/src/op/depth_to_space.cpp | 2 +- src/frontends/tensorflow_common/src/op/depthwise_conv_2d.cpp | 2 +- src/frontends/tensorflow_common/src/op/div.cpp | 2 +- src/frontends/tensorflow_common/src/op/div_no_nan.cpp | 2 +- src/frontends/tensorflow_common/src/op/dynamic_partition.cpp | 2 +- src/frontends/tensorflow_common/src/op/einsum.cpp | 2 +- src/frontends/tensorflow_common/src/op/elu.cpp | 2 +- src/frontends/tensorflow_common/src/op/expand_dims.cpp | 2 +- .../tensorflow_common/src/op/extract_image_patches.cpp | 2 +- .../tensorflow_common/src/op/fake_quant_min_max_vars.cpp | 2 +- src/frontends/tensorflow_common/src/op/fft.cpp | 2 +- src/frontends/tensorflow_common/src/op/fill.cpp | 2 +- src/frontends/tensorflow_common/src/op/fused_batch_norm.cpp | 2 +- src/frontends/tensorflow_common/src/op/gather.cpp | 2 +- src/frontends/tensorflow_common/src/op/gather_tree.cpp | 2 +- src/frontends/tensorflow_common/src/op/identity.cpp | 2 +- src/frontends/tensorflow_common/src/op/ifft.cpp | 2 +- src/frontends/tensorflow_common/src/op/interpolate.cpp | 2 +- src/frontends/tensorflow_common/src/op/invert_permutation.cpp | 2 +- src/frontends/tensorflow_common/src/op/irfft.cpp | 2 +- src/frontends/tensorflow_common/src/op/l2_loss.cpp | 2 +- src/frontends/tensorflow_common/src/op/leaky_relu.cpp | 2 +- src/frontends/tensorflow_common/src/op/linspace.cpp | 2 +- src/frontends/tensorflow_common/src/op/list_diff.cpp | 2 +- src/frontends/tensorflow_common/src/op/log1p.cpp | 2 +- src/frontends/tensorflow_common/src/op/log_softmax.cpp | 2 +- src/frontends/tensorflow_common/src/op/lrn.cpp | 2 +- src/frontends/tensorflow_common/src/op/matmul.cpp | 2 +- src/frontends/tensorflow_common/src/op/matrix_diag.cpp | 2 +- src/frontends/tensorflow_common/src/op/max_pool.cpp | 2 +- src/frontends/tensorflow_common/src/op/mul_no_nan.cpp | 2 +- src/frontends/tensorflow_common/src/op/multinomial.cpp | 2 +- src/frontends/tensorflow_common/src/op/no_op.cpp | 2 +- .../tensorflow_common/src/op/non_max_suppression.cpp | 2 +- src/frontends/tensorflow_common/src/op/one_hot.cpp | 2 +- src/frontends/tensorflow_common/src/op/ones_like.cpp | 2 +- src/frontends/tensorflow_common/src/op/pack.cpp | 2 +- src/frontends/tensorflow_common/src/op/pad.cpp | 2 +- .../tensorflow_common/src/op/parallel_dynamic_stitch.cpp | 2 +- src/frontends/tensorflow_common/src/op/placeholder.cpp | 2 +- src/frontends/tensorflow_common/src/op/random_uniform.cpp | 2 +- src/frontends/tensorflow_common/src/op/range.cpp | 2 +- src/frontends/tensorflow_common/src/op/rank.cpp | 2 +- src/frontends/tensorflow_common/src/op/real_imag.cpp | 2 +- src/frontends/tensorflow_common/src/op/reciprocal.cpp | 2 +- src/frontends/tensorflow_common/src/op/reduce.cpp | 2 +- src/frontends/tensorflow_common/src/op/relu_6.cpp | 2 +- src/frontends/tensorflow_common/src/op/reshape.cpp | 2 +- src/frontends/tensorflow_common/src/op/reverse.cpp | 2 +- src/frontends/tensorflow_common/src/op/reverse_sequence.cpp | 2 +- src/frontends/tensorflow_common/src/op/rfft.cpp | 2 +- src/frontends/tensorflow_common/src/op/roll.cpp | 2 +- src/frontends/tensorflow_common/src/op/round.cpp | 2 +- src/frontends/tensorflow_common/src/op/rsqrt.cpp | 2 +- src/frontends/tensorflow_common/src/op/scatter_nd.cpp | 2 +- src/frontends/tensorflow_common/src/op/segment_sum.cpp | 2 +- src/frontends/tensorflow_common/src/op/select.cpp | 2 +- src/frontends/tensorflow_common/src/op/shape.cpp | 2 +- src/frontends/tensorflow_common/src/op/size.cpp | 2 +- src/frontends/tensorflow_common/src/op/slice.cpp | 2 +- src/frontends/tensorflow_common/src/op/softmax.cpp | 2 +- src/frontends/tensorflow_common/src/op/space_to_batch_nd.cpp | 2 +- src/frontends/tensorflow_common/src/op/space_to_depth.cpp | 2 +- src/frontends/tensorflow_common/src/op/sparse_to_dense.cpp | 2 +- src/frontends/tensorflow_common/src/op/split.cpp | 2 +- src/frontends/tensorflow_common/src/op/sqrt.cpp | 2 +- src/frontends/tensorflow_common/src/op/square.cpp | 2 +- src/frontends/tensorflow_common/src/op/squeeze.cpp | 2 +- src/frontends/tensorflow_common/src/op/strided_slice.cpp | 2 +- .../tensorflow_common/src/op/tensor_list_operations.cpp | 2 +- src/frontends/tensorflow_common/src/op/tile.cpp | 2 +- src/frontends/tensorflow_common/src/op/tobool.cpp | 2 +- src/frontends/tensorflow_common/src/op/top_k.cpp | 2 +- src/frontends/tensorflow_common/src/op/transpose.cpp | 2 +- src/frontends/tensorflow_common/src/op/truncate_div.cpp | 2 +- src/frontends/tensorflow_common/src/op/truncate_mod.cpp | 2 +- src/frontends/tensorflow_common/src/op/unary_op.cpp | 2 +- src/frontends/tensorflow_common/src/op/unique.cpp | 2 +- src/frontends/tensorflow_common/src/op/unique_with_counts.cpp | 2 +- src/frontends/tensorflow_common/src/op/unpack.cpp | 2 +- src/frontends/tensorflow_common/src/op/unravel_index.cpp | 2 +- .../tensorflow_common/src/op/unsorted_segment_sum.cpp | 2 +- src/frontends/tensorflow_common/src/op/where.cpp | 2 +- src/frontends/tensorflow_common/src/op/xdivy.cpp | 2 +- src/frontends/tensorflow_common/src/op/xlog1py.cpp | 2 +- src/frontends/tensorflow_common/src/op/xlogy.cpp | 2 +- src/frontends/tensorflow_common/src/op/zeros_like.cpp | 2 +- src/frontends/tensorflow_common/src/place.cpp | 2 +- src/frontends/tensorflow_common/src/utils.cpp | 2 +- src/frontends/tensorflow_common/tests/CMakeLists.txt | 2 +- src/frontends/tensorflow_common/tests/block_lstm_replacer.cpp | 2 +- .../tensorflow_common/tests/gru_block_cell_replacer.cpp | 2 +- src/frontends/tensorflow_lite/CMakeLists.txt | 2 +- .../frontend/tensorflow_lite/extension/conversion.hpp | 2 +- .../openvino/frontend/tensorflow_lite/extension/op.hpp | 2 +- .../include/openvino/frontend/tensorflow_lite/frontend.hpp | 2 +- .../openvino/frontend/tensorflow_lite/node_context.hpp | 2 +- .../include/openvino/frontend/tensorflow_lite/visibility.hpp | 2 +- src/frontends/tensorflow_lite/src/CMakeLists.txt | 2 +- src/frontends/tensorflow_lite/src/decoder_flatbuffer.cpp | 2 +- src/frontends/tensorflow_lite/src/decoder_flatbuffer.h | 2 +- src/frontends/tensorflow_lite/src/decoder_map.hpp | 2 +- src/frontends/tensorflow_lite/src/extension/conversion.cpp | 2 +- src/frontends/tensorflow_lite/src/frontend.cpp | 2 +- .../tensorflow_lite/src/graph_iterator_flatbuffer.cpp | 2 +- .../tensorflow_lite/src/graph_iterator_flatbuffer.hpp | 2 +- src/frontends/tensorflow_lite/src/input_model.cpp | 2 +- src/frontends/tensorflow_lite/src/input_model.hpp | 2 +- src/frontends/tensorflow_lite/src/op/arg_min_max.cpp | 2 +- src/frontends/tensorflow_lite/src/op/batch_matmul.cpp | 2 +- src/frontends/tensorflow_lite/src/op/cast.cpp | 2 +- src/frontends/tensorflow_lite/src/op/complex_abs.cpp | 2 +- src/frontends/tensorflow_lite/src/op/concatenation.cpp | 2 +- src/frontends/tensorflow_lite/src/op/conv2d.cpp | 2 +- src/frontends/tensorflow_lite/src/op/depth_to_space.cpp | 2 +- src/frontends/tensorflow_lite/src/op/depthwise_conv2d.cpp | 2 +- src/frontends/tensorflow_lite/src/op/fully_connected.cpp | 2 +- src/frontends/tensorflow_lite/src/op/gather.cpp | 2 +- src/frontends/tensorflow_lite/src/op/l2_normalization.cpp | 2 +- src/frontends/tensorflow_lite/src/op/leaky_relu.cpp | 2 +- src/frontends/tensorflow_lite/src/op/mirror_pad.cpp | 2 +- src/frontends/tensorflow_lite/src/op/one_hot.cpp | 2 +- src/frontends/tensorflow_lite/src/op/op_translation_utils.cpp | 2 +- src/frontends/tensorflow_lite/src/op/op_translation_utils.hpp | 2 +- src/frontends/tensorflow_lite/src/op/pack.cpp | 2 +- src/frontends/tensorflow_lite/src/op/pool2d.cpp | 2 +- src/frontends/tensorflow_lite/src/op/quantize.cpp | 2 +- src/frontends/tensorflow_lite/src/op/range.cpp | 2 +- src/frontends/tensorflow_lite/src/op/reshape.cpp | 2 +- src/frontends/tensorflow_lite/src/op/resize.cpp | 2 +- src/frontends/tensorflow_lite/src/op/reverse_sequence.cpp | 2 +- src/frontends/tensorflow_lite/src/op/rfft2d.cpp | 2 +- src/frontends/tensorflow_lite/src/op/shape.cpp | 2 +- src/frontends/tensorflow_lite/src/op/softmax.cpp | 2 +- src/frontends/tensorflow_lite/src/op/space_to_depth.cpp | 2 +- src/frontends/tensorflow_lite/src/op/split.cpp | 2 +- src/frontends/tensorflow_lite/src/op/squeeze.cpp | 2 +- src/frontends/tensorflow_lite/src/op/strided_slice.cpp | 2 +- src/frontends/tensorflow_lite/src/op/transpose_conv.cpp | 2 +- src/frontends/tensorflow_lite/src/op/unique.cpp | 2 +- src/frontends/tensorflow_lite/src/op/unpack.cpp | 2 +- src/frontends/tensorflow_lite/src/op/while.cpp | 2 +- src/frontends/tensorflow_lite/src/op_table.cpp | 2 +- src/frontends/tensorflow_lite/src/op_table.hpp | 2 +- src/frontends/tensorflow_lite/src/quantization_info.cpp | 2 +- src/frontends/tensorflow_lite/src/quantization_info.hpp | 2 +- src/frontends/tensorflow_lite/src/sparsity_info.cpp | 2 +- src/frontends/tensorflow_lite/src/sparsity_info.hpp | 2 +- src/frontends/tensorflow_lite/src/tensor_lite_place.cpp | 2 +- src/frontends/tensorflow_lite/src/tensor_lite_place.hpp | 2 +- src/frontends/tensorflow_lite/src/tensorflow_lite.cpp | 2 +- src/frontends/tensorflow_lite/src/tflite_ops/complex_abs.h | 2 +- src/frontends/tensorflow_lite/src/tflite_ops/rfft2d.h | 2 +- .../tensorflow_lite/src/tflite_ops/tflite_quantize.hpp | 2 +- .../src/tflite_transformations/rfft2d_complex_abs.cpp | 2 +- .../src/tflite_transformations/rfft2d_complex_abs.h | 2 +- .../src/tflite_transformations/tflite_quantize_resolver.cpp | 2 +- .../src/tflite_transformations/tflite_quantize_resolver.hpp | 2 +- src/frontends/tensorflow_lite/src/utils.cpp | 2 +- src/frontends/tensorflow_lite/src/utils.hpp | 2 +- src/frontends/tensorflow_lite/tests/CMakeLists.txt | 2 +- src/frontends/tensorflow_lite/tests/basic_api.cpp | 2 +- src/frontends/tensorflow_lite/tests/convert_model.cpp | 2 +- src/frontends/tensorflow_lite/tests/convert_unsupported.cpp | 2 +- src/frontends/tensorflow_lite/tests/library_extension.cpp | 2 +- src/frontends/tensorflow_lite/tests/op_extension.cpp | 2 +- .../tensorflow_lite/tests/standalone_build/CMakeLists.txt | 2 +- .../tests/standalone_build/standalone_build_test.cpp | 2 +- src/frontends/tensorflow_lite/tests/telemetry.cpp | 2 +- .../tests/test_models/gen_scripts/generate_2in_2out.py | 2 +- .../tests/test_models/gen_scripts/generate_bad_header.py | 2 +- .../tests/test_models/gen_scripts/generate_pose_detector.py | 2 +- .../tensorflow_lite/tests/test_models/gen_wrapper.py | 2 +- src/frontends/tensorflow_lite/tests/tf_utils.hpp | 2 +- src/frontends/tests/CMakeLists.txt | 2 +- src/frontends/tests/frontend/shared/CMakeLists.txt | 2 +- .../tests/frontend/shared/gtest_main_manifest/CMakeLists.txt | 2 +- .../tests/frontend/shared/gtest_main_manifest/main.cpp | 2 +- src/frontends/tests/frontend/shared/include/basic_api.hpp | 2 +- .../frontend/shared/include/conversion_with_reference.hpp | 2 +- src/frontends/tests/frontend/shared/include/convert_model.hpp | 2 +- .../tests/frontend/shared/include/cut_specific_model.hpp | 2 +- src/frontends/tests/frontend/shared/include/lib_close.hpp | 2 +- .../tests/frontend/shared/include/library_extension.hpp | 2 +- src/frontends/tests/frontend/shared/include/load_from.hpp | 2 +- src/frontends/tests/frontend/shared/include/op_extension.hpp | 2 +- src/frontends/tests/frontend/shared/include/op_fuzzy.hpp | 2 +- src/frontends/tests/frontend/shared/include/partial_shape.hpp | 2 +- .../tests/frontend/shared/include/set_element_type.hpp | 2 +- src/frontends/tests/frontend/shared/include/telemetry.hpp | 2 +- src/frontends/tests/frontend/shared/include/utils.hpp | 2 +- src/frontends/tests/frontend/shared/src/basic_api.cpp | 2 +- .../tests/frontend/shared/src/conversion_with_reference.cpp | 2 +- src/frontends/tests/frontend/shared/src/convert_model.cpp | 2 +- .../tests/frontend/shared/src/cut_specific_model.cpp | 2 +- src/frontends/tests/frontend/shared/src/lib_close.cpp | 2 +- src/frontends/tests/frontend/shared/src/library_extension.cpp | 2 +- src/frontends/tests/frontend/shared/src/load_from.cpp | 2 +- src/frontends/tests/frontend/shared/src/main.cpp | 2 +- src/frontends/tests/frontend/shared/src/op_extension.cpp | 2 +- src/frontends/tests/frontend/shared/src/op_fuzzy.cpp | 2 +- src/frontends/tests/frontend/shared/src/partial_shape.cpp | 2 +- src/frontends/tests/frontend/shared/src/set_element_type.cpp | 2 +- src/frontends/tests/frontend/shared/src/telemetry.cpp | 2 +- .../frontend/shared/test_builtin_extensions/CMakeLists.txt | 2 +- .../shared/test_builtin_extensions/builtin_extensions.cpp | 2 +- src/inference/CMakeLists.txt | 2 +- src/inference/dev_api/openvino/runtime/device_id_parser.hpp | 2 +- src/inference/dev_api/openvino/runtime/exec_model_info.hpp | 2 +- .../dev_api/openvino/runtime/iasync_infer_request.hpp | 2 +- src/inference/dev_api/openvino/runtime/icompiled_model.hpp | 2 +- src/inference/dev_api/openvino/runtime/icore.hpp | 2 +- src/inference/dev_api/openvino/runtime/iinfer_request.hpp | 2 +- .../dev_api/openvino/runtime/internal_properties.hpp | 2 +- src/inference/dev_api/openvino/runtime/iplugin.hpp | 2 +- src/inference/dev_api/openvino/runtime/iremote_context.hpp | 2 +- src/inference/dev_api/openvino/runtime/iremote_tensor.hpp | 2 +- .../dev_api/openvino/runtime/isync_infer_request.hpp | 2 +- src/inference/dev_api/openvino/runtime/ivariable_state.hpp | 2 +- src/inference/dev_api/openvino/runtime/make_tensor.hpp | 2 +- src/inference/dev_api/openvino/runtime/memory_solver.hpp | 2 +- .../dev_api/openvino/runtime/performance_heuristics.hpp | 2 +- src/inference/dev_api/openvino/runtime/plugin_itt.hpp | 2 +- src/inference/dev_api/openvino/runtime/so_ptr.hpp | 2 +- src/inference/dev_api/openvino/runtime/system_conf.hpp | 2 +- .../openvino/runtime/threading/cpu_streams_executor.hpp | 2 +- .../runtime/threading/cpu_streams_executor_internal.hpp | 2 +- .../dev_api/openvino/runtime/threading/cpu_streams_info.hpp | 2 +- .../dev_api/openvino/runtime/threading/executor_manager.hpp | 2 +- .../dev_api/openvino/runtime/threading/immediate_executor.hpp | 2 +- .../dev_api/openvino/runtime/threading/istreams_executor.hpp | 2 +- .../dev_api/openvino/runtime/threading/itask_executor.hpp | 2 +- .../dev_api/openvino/runtime/threading/thread_local.hpp | 2 +- .../openvino/runtime/threading/thread_safe_containers.hpp | 2 +- src/inference/include/openvino/openvino.hpp | 2 +- src/inference/include/openvino/runtime/common.hpp | 2 +- src/inference/include/openvino/runtime/compiled_model.hpp | 2 +- src/inference/include/openvino/runtime/core.hpp | 2 +- src/inference/include/openvino/runtime/exception.hpp | 2 +- src/inference/include/openvino/runtime/infer_request.hpp | 2 +- src/inference/include/openvino/runtime/intel_gpu/ocl/dx.hpp | 2 +- src/inference/include/openvino/runtime/intel_gpu/ocl/ocl.hpp | 2 +- .../include/openvino/runtime/intel_gpu/ocl/ocl_wrapper.hpp | 2 +- src/inference/include/openvino/runtime/intel_gpu/ocl/va.hpp | 2 +- src/inference/include/openvino/runtime/profiling_info.hpp | 2 +- src/inference/include/openvino/runtime/properties.hpp | 2 +- src/inference/include/openvino/runtime/remote_context.hpp | 2 +- src/inference/include/openvino/runtime/remote_tensor.hpp | 2 +- src/inference/include/openvino/runtime/runtime.hpp | 2 +- src/inference/include/openvino/runtime/variable_state.hpp | 2 +- src/inference/src/cache_guard.cpp | 2 +- src/inference/src/cache_guard.hpp | 2 +- src/inference/src/cache_manager.hpp | 2 +- src/inference/src/check_network_batchable.hpp | 2 +- src/inference/src/compilation_context.cpp | 2 +- src/inference/src/compilation_context.hpp | 2 +- src/inference/src/cpp/compiled_model.cpp | 2 +- src/inference/src/cpp/core.cpp | 2 +- src/inference/src/cpp/infer_request.cpp | 2 +- src/inference/src/cpp/remote_context.cpp | 2 +- src/inference/src/cpp/remote_tensor.cpp | 2 +- src/inference/src/cpp/variable_state.cpp | 2 +- src/inference/src/dev/core_impl.cpp | 2 +- src/inference/src/dev/core_impl.hpp | 2 +- src/inference/src/dev/device_id_parser.cpp | 2 +- src/inference/src/dev/exec_model_info.cpp | 2 +- src/inference/src/dev/iasync_infer_request.cpp | 2 +- src/inference/src/dev/icompiled_model.cpp | 2 +- src/inference/src/dev/iplugin.cpp | 2 +- src/inference/src/dev/iremote_context.cpp | 2 +- src/inference/src/dev/iremote_tensor.cpp | 2 +- src/inference/src/dev/isync_infer_request.cpp | 2 +- src/inference/src/dev/ivariable_state.cpp | 2 +- src/inference/src/dev/make_tensor.cpp | 2 +- src/inference/src/dev/plugin.hpp | 2 +- src/inference/src/dev/threading/cpu_streams_executor.cpp | 2 +- .../src/dev/threading/cpu_streams_executor_internal.cpp | 2 +- src/inference/src/dev/threading/executor_manager.cpp | 2 +- src/inference/src/dev/threading/istreams_executor.cpp | 2 +- src/inference/src/dev/threading/itask_executor.cpp | 2 +- src/inference/src/dev/threading/itt.hpp | 2 +- src/inference/src/dev/threading/parallel_custom_arena.cpp | 2 +- src/inference/src/dev/threading/parallel_custom_arena.hpp | 2 +- src/inference/src/dev/threading/thread_affinity.cpp | 2 +- src/inference/src/dev/threading/thread_affinity.hpp | 2 +- src/inference/src/exception.cpp | 2 +- src/inference/src/itt.hpp | 2 +- src/inference/src/model_reader.cpp | 2 +- src/inference/src/model_reader.hpp | 2 +- src/inference/src/os/cpu_map_info.hpp | 2 +- src/inference/src/os/lin/lin_system_conf.cpp | 2 +- src/inference/src/os/mac/mac_system_conf.cpp | 2 +- src/inference/src/os/win/win_system_conf.cpp | 2 +- src/inference/src/precomp.hpp | 2 +- src/inference/src/system_conf.cpp | 2 +- src/inference/tests/CMakeLists.txt | 2 +- src/inference/tests/functional/CMakeLists.txt | 2 +- src/inference/tests/functional/caching_test.cpp | 2 +- .../tests/functional/get_supported_property_test.cpp | 2 +- src/inference/tests/functional/import_model.cpp | 2 +- src/inference/tests/functional/local_test.cpp | 2 +- src/inference/tests/functional/matmul_sr_tests.cpp | 2 +- src/inference/tests/functional/ov_compiled_model_test.cpp | 2 +- src/inference/tests/functional/ov_core_threading.cpp | 2 +- src/inference/tests/functional/ov_extension_test.cpp | 2 +- src/inference/tests/functional/ov_extension_test.hpp | 2 +- src/inference/tests/functional/ov_infer_request_test.cpp | 2 +- src/inference/tests/functional/ov_remote_context_test.cpp | 2 +- src/inference/tests/functional/ov_remote_tensor.cpp | 2 +- src/inference/tests/functional/ov_shared_object_test.cpp | 2 +- src/inference/tests/functional/ov_variable_state_test.cpp | 2 +- src/inference/tests/functional/skip_tests_config.cpp | 2 +- src/inference/tests/functional/task_executor_tests.cpp | 2 +- src/inference/tests/unit/CMakeLists.txt | 2 +- src/inference/tests/unit/compilation_context_test.cpp | 2 +- src/inference/tests/unit/compiled_model_test.cpp | 2 +- .../tests/unit/cpu_map_parser/cache_parser_linux.cpp | 2 +- src/inference/tests/unit/cpu_map_parser/freq_parser_linux.cpp | 2 +- src/inference/tests/unit/cpu_map_parser/parser_macos.cpp | 2 +- src/inference/tests/unit/cpu_map_parser/parser_windows.cpp | 2 +- src/inference/tests/unit/cpu_map_parser/valid_proc_check.cpp | 2 +- src/inference/tests/unit/cpu_reserve_test.cpp | 2 +- src/inference/tests/unit/cpu_stream_info_test.cpp | 2 +- src/inference/tests/unit/executor_config_test.cpp | 2 +- src/inference/tests/unit/executor_manager_tests.cpp | 2 +- src/inference/tests/unit/infer_request_test.cpp | 2 +- src/inference/tests/unit/iplugin_test.cpp | 2 +- src/inference/tests/unit/make_default_multi_threaded_test.cpp | 2 +- src/inference/tests/unit/memory_solver_test.cpp | 2 +- src/inference/tests/unit/variable_state_test.cpp | 2 +- src/plugins/CMakeLists.txt | 2 +- src/plugins/auto/CMakeLists.txt | 2 +- src/plugins/auto/src/async_infer_request.cpp | 2 +- src/plugins/auto/src/async_infer_request.hpp | 2 +- src/plugins/auto/src/auto_compiled_model.cpp | 2 +- src/plugins/auto/src/auto_compiled_model.hpp | 2 +- src/plugins/auto/src/auto_schedule.cpp | 2 +- src/plugins/auto/src/auto_schedule.hpp | 2 +- src/plugins/auto/src/common.hpp | 2 +- src/plugins/auto/src/compiled_model.cpp | 2 +- src/plugins/auto/src/compiled_model.hpp | 2 +- src/plugins/auto/src/cumulative_compiled_model.cpp | 2 +- src/plugins/auto/src/cumulative_compiled_model.hpp | 2 +- src/plugins/auto/src/cumulative_schedule.cpp | 2 +- src/plugins/auto/src/cumulative_schedule.hpp | 2 +- src/plugins/auto/src/infer_request.cpp | 2 +- src/plugins/auto/src/infer_request.hpp | 2 +- src/plugins/auto/src/itt.hpp | 2 +- src/plugins/auto/src/plugin.cpp | 2 +- src/plugins/auto/src/plugin.hpp | 2 +- src/plugins/auto/src/plugin_config.cpp | 2 +- src/plugins/auto/src/plugin_config.hpp | 2 +- src/plugins/auto/src/schedule.cpp | 2 +- src/plugins/auto/src/schedule.hpp | 2 +- src/plugins/auto/src/utils/log.cpp | 2 +- src/plugins/auto/src/utils/log.hpp | 2 +- src/plugins/auto/src/utils/log_util.hpp | 2 +- src/plugins/auto/src/utils/non_copyable.hpp | 2 +- src/plugins/auto/src/utils/singleton.hpp | 2 +- src/plugins/auto/src/utils/time_utils.cpp | 2 +- src/plugins/auto/src/utils/time_utils.hpp | 2 +- src/plugins/auto/tests/CMakeLists.txt | 2 +- src/plugins/auto/tests/functional/CMakeLists.txt | 2 +- .../behavior/async_compiled_for_multiple_device_test.cpp | 2 +- src/plugins/auto/tests/functional/behavior/auto_func_test.cpp | 2 +- src/plugins/auto/tests/functional/behavior/caching_test.cpp | 2 +- src/plugins/auto/tests/functional/behavior/callback_test.cpp | 2 +- .../auto/tests/functional/behavior/infer_consistency_test.cpp | 2 +- .../auto/tests/functional/behavior/infer_consistency_test.hpp | 2 +- .../tests/functional/behavior/infer_multi_threading_tests.cpp | 2 +- .../auto/tests/functional/behavior/infer_schedule_test.cpp | 2 +- src/plugins/auto/tests/functional/behavior/io_tensor.cpp | 2 +- .../functional/behavior/life_time_batch_enabled_test.cpp | 2 +- src/plugins/auto/tests/functional/behavior/property_test.cpp | 2 +- .../auto/tests/functional/behavior/remote_tensor_test.cpp | 2 +- src/plugins/auto/tests/functional/behavior/wait_test.cpp | 2 +- .../behavior/ov_executable_network/core_integration.cpp | 2 +- .../behavior/ov_executable_network/exec_network_base.cpp | 2 +- .../ov_executable_network/ov_exec_net_import_export.cpp | 2 +- .../behavior/ov_executable_network/properties.cpp | 2 +- .../behavior/ov_infer_request/callback.cpp | 2 +- .../behavior/ov_infer_request/infer_request_dynamic.cpp | 2 +- .../behavior/ov_infer_request/inference_chaining.cpp | 2 +- .../behavior/ov_infer_request/io_tensor.cpp | 2 +- .../behavior/ov_infer_request/memory_states.cpp | 2 +- .../behavior/ov_infer_request/multithreading.cpp | 2 +- .../behavior/ov_infer_request/perf_counters.cpp | 2 +- .../shared_tests_instances/behavior/ov_infer_request/wait.cpp | 2 +- .../behavior/ov_plugin/caching_tests.cpp | 2 +- .../behavior/ov_plugin/core_integration.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/life_time.cpp | 2 +- .../behavior/ov_plugin/properties_tests.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/version.cpp | 2 +- .../tests/functional/shared_tests_instances/core_config.cpp | 2 +- .../functional/shared_tests_instances/set_device_name.cpp | 2 +- .../functional/shared_tests_instances/skip_tests_config.cpp | 2 +- src/plugins/auto/tests/unit/CMakeLists.txt | 2 +- src/plugins/auto/tests/unit/auto_unit_test.cpp | 2 +- src/plugins/auto/tests/unit/compile_model_metric_test.cpp | 2 +- src/plugins/auto/tests/unit/compile_model_property_test.cpp | 2 +- src/plugins/auto/tests/unit/ctput_test.cpp | 2 +- src/plugins/auto/tests/unit/default_perf_hint_test.cpp | 2 +- src/plugins/auto/tests/unit/dynamic_output_test.cpp | 2 +- src/plugins/auto/tests/unit/get_device_list.cpp | 2 +- src/plugins/auto/tests/unit/include/gmock_plugin.hpp | 2 +- src/plugins/auto/tests/unit/include/mock_log_utils.hpp | 2 +- src/plugins/auto/tests/unit/key_network_priority_test.cpp | 2 +- src/plugins/auto/tests/unit/life_time_test.cpp | 2 +- src/plugins/auto/tests/unit/log_utils_format_test.cpp | 2 +- src/plugins/auto/tests/unit/log_utils_test.cpp | 2 +- src/plugins/auto/tests/unit/parse_meta_device_test.cpp | 2 +- src/plugins/auto/tests/unit/release_helper_test.cpp | 2 +- src/plugins/auto/tests/unit/runtime_fallback_test.cpp | 2 +- src/plugins/auto/tests/unit/select_device_failed_test.cpp | 2 +- src/plugins/auto/tests/unit/select_device_test.cpp | 2 +- src/plugins/auto/tests/unit/set_log_level_test.cpp | 2 +- .../auto/tests/unit/startup_fallback_property_test.cpp | 2 +- src/plugins/auto/tests/unit/stateful_model_test.cpp | 2 +- src/plugins/auto_batch/CMakeLists.txt | 2 +- src/plugins/auto_batch/src/async_infer_request.cpp | 2 +- src/plugins/auto_batch/src/async_infer_request.hpp | 2 +- src/plugins/auto_batch/src/compiled_model.cpp | 2 +- src/plugins/auto_batch/src/compiled_model.hpp | 2 +- src/plugins/auto_batch/src/plugin.cpp | 2 +- src/plugins/auto_batch/src/plugin.hpp | 2 +- src/plugins/auto_batch/src/sync_infer_request.cpp | 2 +- src/plugins/auto_batch/src/sync_infer_request.hpp | 2 +- src/plugins/auto_batch/tests/CMakeLists.txt | 2 +- src/plugins/auto_batch/tests/functional/CMakeLists.txt | 2 +- .../behavior/ov_executable_network/exec_net_base.cpp | 2 +- .../functional/behavior/ov_executable_network/properties.cpp | 2 +- .../tests/functional/behavior/ov_infer_request/callback.cpp | 2 +- .../functional/behavior/ov_infer_request/cancellation.cpp | 2 +- .../tests/functional/behavior/ov_infer_request/io_tensor.cpp | 2 +- .../functional/behavior/ov_infer_request/multithreading.cpp | 2 +- .../functional/behavior/ov_infer_request/perf_counters.cpp | 2 +- .../tests/functional/behavior/ov_infer_request/wait.cpp | 2 +- .../functional/behavior/ov_plugin/auto_batching_tests.cpp | 2 +- .../tests/functional/behavior/ov_plugin/life_time.cpp | 2 +- .../tests/functional/behavior/ov_plugin/properties_tests.cpp | 2 +- .../auto_batch/tests/functional/behavior/ov_plugin/remote.cpp | 2 +- src/plugins/auto_batch/tests/functional/set_device_name.cpp | 2 +- src/plugins/auto_batch/tests/functional/skip_tests_config.cpp | 2 +- src/plugins/auto_batch/tests/unit/CMakeLists.txt | 2 +- .../auto_batch/tests/unit/async_infer_request_test.cpp | 2 +- .../tests/unit/compile_model_create_infer_request_test.cpp | 2 +- .../auto_batch/tests/unit/compile_model_get_property_test.cpp | 2 +- .../tests/unit/compile_model_get_runtime_model_test.cpp | 2 +- .../auto_batch/tests/unit/compile_model_set_property_test.cpp | 2 +- src/plugins/auto_batch/tests/unit/mock_common.hpp | 2 +- src/plugins/auto_batch/tests/unit/parse_batch_device_test.cpp | 2 +- src/plugins/auto_batch/tests/unit/parse_meta_device_test.cpp | 2 +- .../auto_batch/tests/unit/plugin_compile_model_test.cpp | 2 +- .../auto_batch/tests/unit/plugin_get_property_test.cpp | 2 +- src/plugins/auto_batch/tests/unit/plugin_query_model_test.cpp | 2 +- .../auto_batch/tests/unit/plugin_set_property_test.cpp | 2 +- src/plugins/auto_batch/tests/unit/sync_infer_request_test.cpp | 2 +- src/plugins/hetero/CMakeLists.txt | 2 +- src/plugins/hetero/src/async_infer_request.cpp | 2 +- src/plugins/hetero/src/async_infer_request.hpp | 2 +- src/plugins/hetero/src/compiled_model.cpp | 2 +- src/plugins/hetero/src/compiled_model.hpp | 2 +- src/plugins/hetero/src/config.cpp | 2 +- src/plugins/hetero/src/config.hpp | 2 +- src/plugins/hetero/src/itt.hpp | 2 +- src/plugins/hetero/src/op/device_subgraph.cpp | 2 +- src/plugins/hetero/src/op/device_subgraph.hpp | 2 +- src/plugins/hetero/src/plugin.cpp | 2 +- src/plugins/hetero/src/plugin.hpp | 2 +- src/plugins/hetero/src/properties.hpp | 2 +- src/plugins/hetero/src/subgraph_collector.cpp | 2 +- src/plugins/hetero/src/subgraph_collector.hpp | 2 +- src/plugins/hetero/src/sync_infer_request.cpp | 2 +- src/plugins/hetero/src/sync_infer_request.hpp | 2 +- src/plugins/hetero/src/version.cpp | 2 +- src/plugins/hetero/tests/CMakeLists.txt | 2 +- src/plugins/hetero/tests/functional/CMakeLists.txt | 2 +- src/plugins/hetero/tests/functional/compile_model_tests.cpp | 2 +- src/plugins/hetero/tests/functional/hetero_tests.cpp | 2 +- src/plugins/hetero/tests/functional/import_model_tests.cpp | 2 +- src/plugins/hetero/tests/functional/properties_tests.cpp | 2 +- src/plugins/hetero/tests/functional/query_model_tests.cpp | 2 +- src/plugins/hetero/tests/unit/CMakeLists.txt | 2 +- src/plugins/hetero/tests/unit/subgraph_collector.cpp | 2 +- src/plugins/intel_cpu/CMakeLists.txt | 2 +- src/plugins/intel_cpu/src/async_infer_request.cpp | 2 +- src/plugins/intel_cpu/src/async_infer_request.h | 2 +- src/plugins/intel_cpu/src/cache/cache_entry.h | 2 +- src/plugins/intel_cpu/src/cache/lru_cache.h | 2 +- src/plugins/intel_cpu/src/cache/multi_cache.cpp | 2 +- src/plugins/intel_cpu/src/cache/multi_cache.h | 2 +- src/plugins/intel_cpu/src/compiled_model.cpp | 2 +- src/plugins/intel_cpu/src/compiled_model.h | 2 +- src/plugins/intel_cpu/src/config.cpp | 2 +- src/plugins/intel_cpu/src/config.h | 2 +- src/plugins/intel_cpu/src/cpu_map_scheduling.cpp | 2 +- src/plugins/intel_cpu/src/cpu_map_scheduling.hpp | 2 +- src/plugins/intel_cpu/src/cpu_memory.cpp | 2 +- src/plugins/intel_cpu/src/cpu_memory.h | 2 +- src/plugins/intel_cpu/src/cpu_shape.cpp | 2 +- src/plugins/intel_cpu/src/cpu_shape.h | 2 +- src/plugins/intel_cpu/src/cpu_streams_calculation.cpp | 2 +- src/plugins/intel_cpu/src/cpu_streams_calculation.hpp | 2 +- src/plugins/intel_cpu/src/cpu_tensor.cpp | 2 +- src/plugins/intel_cpu/src/cpu_tensor.h | 2 +- src/plugins/intel_cpu/src/dnnl_extension_utils.cpp | 2 +- src/plugins/intel_cpu/src/dnnl_extension_utils.h | 2 +- src/plugins/intel_cpu/src/dnnl_postops_composer.cpp | 2 +- src/plugins/intel_cpu/src/dnnl_postops_composer.h | 2 +- src/plugins/intel_cpu/src/dnnl_postops_composer_legacy.cpp | 2 +- src/plugins/intel_cpu/src/dnnl_postops_composer_legacy.h | 2 +- src/plugins/intel_cpu/src/dnnl_scratch_pad.h | 2 +- src/plugins/intel_cpu/src/edge.cpp | 2 +- src/plugins/intel_cpu/src/edge.h | 2 +- .../intel_cpu/src/emitters/plugin/x64/jit_bf16_emitters.hpp | 2 +- .../src/emitters/plugin/x64/jit_conversion_emitters.cpp | 2 +- .../src/emitters/plugin/x64/jit_conversion_emitters.hpp | 2 +- .../intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.cpp | 2 +- .../intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.hpp | 2 +- .../src/emitters/plugin/x64/jit_eltwise_emitters.cpp | 2 +- .../src/emitters/plugin/x64/jit_eltwise_emitters.hpp | 2 +- src/plugins/intel_cpu/src/emitters/plugin/x64/jit_emitter.cpp | 2 +- src/plugins/intel_cpu/src/emitters/plugin/x64/jit_emitter.hpp | 2 +- .../src/emitters/plugin/x64/jit_load_store_emitters.cpp | 2 +- .../src/emitters/plugin/x64/jit_load_store_emitters.hpp | 2 +- src/plugins/intel_cpu/src/emitters/plugin/x64/utils.cpp | 2 +- src/plugins/intel_cpu/src/emitters/plugin/x64/utils.hpp | 2 +- .../intel_cpu/src/emitters/snippets/x64/jit_debug_emitter.cpp | 2 +- .../intel_cpu/src/emitters/snippets/x64/jit_debug_emitter.hpp | 2 +- .../emitters/snippets/x64/jit_perf_count_chrono_emitters.cpp | 2 +- .../emitters/snippets/x64/jit_perf_count_chrono_emitters.hpp | 2 +- .../emitters/snippets/x64/jit_perf_count_rdtsc_emitters.cpp | 2 +- .../emitters/snippets/x64/jit_perf_count_rdtsc_emitters.hpp | 2 +- .../emitters/snippets/x64/jit_segfault_detector_emitter.hpp | 2 +- src/plugins/intel_cpu/src/emitters/utils.cpp | 2 +- src/plugins/intel_cpu/src/emitters/utils.hpp | 2 +- src/plugins/intel_cpu/src/extension.cpp | 2 +- src/plugins/intel_cpu/src/graph.cpp | 2 +- src/plugins/intel_cpu/src/graph.h | 2 +- src/plugins/intel_cpu/src/graph_context.cpp | 2 +- src/plugins/intel_cpu/src/graph_context.h | 2 +- src/plugins/intel_cpu/src/graph_dumper.cpp | 2 +- src/plugins/intel_cpu/src/graph_dumper.h | 2 +- src/plugins/intel_cpu/src/graph_optimizer.cpp | 2 +- src/plugins/intel_cpu/src/graph_optimizer.h | 2 +- src/plugins/intel_cpu/src/hash_builder.hpp | 2 +- src/plugins/intel_cpu/src/infer_request.cpp | 2 +- src/plugins/intel_cpu/src/infer_request.h | 2 +- src/plugins/intel_cpu/src/internal_properties.hpp | 2 +- src/plugins/intel_cpu/src/itt.h | 2 +- src/plugins/intel_cpu/src/memory_desc/blocked_memory_desc.cpp | 2 +- src/plugins/intel_cpu/src/memory_desc/blocked_memory_desc.h | 2 +- .../intel_cpu/src/memory_desc/cpu_blocked_memory_desc.cpp | 2 +- .../intel_cpu/src/memory_desc/cpu_blocked_memory_desc.h | 2 +- src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc.h | 2 +- .../intel_cpu/src/memory_desc/cpu_memory_desc_utils.cpp | 2 +- src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc_utils.h | 2 +- .../intel_cpu/src/memory_desc/dnnl_blocked_memory_desc.cpp | 2 +- .../intel_cpu/src/memory_desc/dnnl_blocked_memory_desc.h | 2 +- src/plugins/intel_cpu/src/memory_desc/dnnl_memory_desc.cpp | 2 +- src/plugins/intel_cpu/src/memory_desc/dnnl_memory_desc.h | 2 +- src/plugins/intel_cpu/src/memory_state.cpp | 2 +- src/plugins/intel_cpu/src/memory_state.h | 2 +- src/plugins/intel_cpu/src/mlas/sgemm.cpp | 2 +- src/plugins/intel_cpu/src/mlas/sgemm.hpp | 2 +- src/plugins/intel_cpu/src/mlas/thread_pool.cpp | 2 +- src/plugins/intel_cpu/src/mlas/thread_pool.hpp | 2 +- src/plugins/intel_cpu/src/node.cpp | 2 +- src/plugins/intel_cpu/src/node.h | 2 +- src/plugins/intel_cpu/src/nodes/adaptive_pooling.cpp | 2 +- src/plugins/intel_cpu/src/nodes/adaptive_pooling.h | 2 +- src/plugins/intel_cpu/src/nodes/batch_to_space.cpp | 2 +- src/plugins/intel_cpu/src/nodes/batch_to_space.h | 2 +- src/plugins/intel_cpu/src/nodes/bin_conv.cpp | 2 +- src/plugins/intel_cpu/src/nodes/bin_conv.h | 2 +- src/plugins/intel_cpu/src/nodes/broadcast.cpp | 2 +- src/plugins/intel_cpu/src/nodes/broadcast.h | 2 +- src/plugins/intel_cpu/src/nodes/bucketize.cpp | 2 +- src/plugins/intel_cpu/src/nodes/bucketize.h | 2 +- src/plugins/intel_cpu/src/nodes/color_convert.cpp | 2 +- src/plugins/intel_cpu/src/nodes/color_convert.h | 2 +- .../src/nodes/common/arbitrary_order_desc_creator.cpp | 2 +- .../intel_cpu/src/nodes/common/arbitrary_order_desc_creator.h | 2 +- .../intel_cpu/src/nodes/common/blocked_desc_creator.cpp | 2 +- src/plugins/intel_cpu/src/nodes/common/blocked_desc_creator.h | 2 +- src/plugins/intel_cpu/src/nodes/common/cpu_convert.cpp | 2 +- src/plugins/intel_cpu/src/nodes/common/cpu_convert.h | 2 +- src/plugins/intel_cpu/src/nodes/common/cpu_memcpy.h | 2 +- src/plugins/intel_cpu/src/nodes/common/defs.h | 2 +- src/plugins/intel_cpu/src/nodes/common/dnnl_executor.cpp | 2 +- src/plugins/intel_cpu/src/nodes/common/dnnl_executor.h | 2 +- src/plugins/intel_cpu/src/nodes/common/fp16_utils.h | 2 +- src/plugins/intel_cpu/src/nodes/common/permute_kernel.cpp | 2 +- src/plugins/intel_cpu/src/nodes/common/permute_kernel.h | 2 +- src/plugins/intel_cpu/src/nodes/common/softmax.cpp | 2 +- src/plugins/intel_cpu/src/nodes/common/softmax.h | 2 +- .../intel_cpu/src/nodes/common/tile_broadcast_utils.cpp | 2 +- src/plugins/intel_cpu/src/nodes/common/tile_broadcast_utils.h | 2 +- src/plugins/intel_cpu/src/nodes/common/uni_simd.h | 2 +- src/plugins/intel_cpu/src/nodes/concat.cpp | 2 +- src/plugins/intel_cpu/src/nodes/concat.h | 2 +- src/plugins/intel_cpu/src/nodes/conv.cpp | 2 +- src/plugins/intel_cpu/src/nodes/conv.h | 2 +- src/plugins/intel_cpu/src/nodes/convert.cpp | 2 +- src/plugins/intel_cpu/src/nodes/convert.h | 2 +- src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder.cpp | 2 +- src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder.h | 2 +- .../intel_cpu/src/nodes/ctc_greedy_decoder_seq_len.cpp | 2 +- src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder_seq_len.h | 2 +- src/plugins/intel_cpu/src/nodes/ctc_loss.cpp | 2 +- src/plugins/intel_cpu/src/nodes/ctc_loss.h | 2 +- src/plugins/intel_cpu/src/nodes/cum_sum.cpp | 2 +- src/plugins/intel_cpu/src/nodes/cum_sum.h | 2 +- src/plugins/intel_cpu/src/nodes/deconv.cpp | 2 +- src/plugins/intel_cpu/src/nodes/deconv.h | 2 +- src/plugins/intel_cpu/src/nodes/def_conv.cpp | 2 +- src/plugins/intel_cpu/src/nodes/def_conv.h | 2 +- src/plugins/intel_cpu/src/nodes/depth_to_space.cpp | 2 +- src/plugins/intel_cpu/src/nodes/depth_to_space.h | 2 +- src/plugins/intel_cpu/src/nodes/detection_output.cpp | 2 +- src/plugins/intel_cpu/src/nodes/detection_output.h | 2 +- src/plugins/intel_cpu/src/nodes/dft.cpp | 2 +- src/plugins/intel_cpu/src/nodes/dft.h | 2 +- src/plugins/intel_cpu/src/nodes/eltwise.cpp | 2 +- src/plugins/intel_cpu/src/nodes/eltwise.h | 2 +- src/plugins/intel_cpu/src/nodes/embedding_bag_offset_sum.cpp | 2 +- src/plugins/intel_cpu/src/nodes/embedding_bag_offset_sum.h | 2 +- src/plugins/intel_cpu/src/nodes/embedding_bag_packed_sum.cpp | 2 +- src/plugins/intel_cpu/src/nodes/embedding_bag_packed_sum.h | 2 +- src/plugins/intel_cpu/src/nodes/embedding_bag_sum.cpp | 2 +- src/plugins/intel_cpu/src/nodes/embedding_bag_sum.h | 2 +- src/plugins/intel_cpu/src/nodes/embedding_segments_sum.cpp | 2 +- src/plugins/intel_cpu/src/nodes/embedding_segments_sum.h | 2 +- src/plugins/intel_cpu/src/nodes/executors/acl/acl_convert.cpp | 2 +- src/plugins/intel_cpu/src/nodes/executors/acl/acl_convert.hpp | 2 +- .../intel_cpu/src/nodes/executors/acl/acl_interpolate.cpp | 2 +- .../intel_cpu/src/nodes/executors/acl/acl_interpolate.hpp | 2 +- .../intel_cpu/src/nodes/executors/acl/acl_transpose.cpp | 2 +- .../intel_cpu/src/nodes/executors/acl/acl_transpose.hpp | 2 +- .../intel_cpu/src/nodes/executors/common/ref_convert.cpp | 2 +- .../intel_cpu/src/nodes/executors/common/ref_convert.hpp | 2 +- .../src/nodes/executors/common/ref_opt_transpose.cpp | 2 +- .../src/nodes/executors/common/ref_opt_transpose.hpp | 2 +- .../intel_cpu/src/nodes/executors/common/ref_transpose.cpp | 2 +- .../intel_cpu/src/nodes/executors/common/ref_transpose.hpp | 2 +- src/plugins/intel_cpu/src/nodes/executors/interpolate.cpp | 2 +- src/plugins/intel_cpu/src/nodes/executors/interpolate.hpp | 2 +- .../intel_cpu/src/nodes/executors/memory_arguments.hpp | 2 +- .../intel_cpu/src/nodes/executors/x64/jit_transpose.cpp | 2 +- .../intel_cpu/src/nodes/executors/x64/jit_transpose.hpp | 2 +- .../src/nodes/experimental_detectron_detection_output.cpp | 2 +- .../src/nodes/experimental_detectron_detection_output.h | 2 +- ...experimental_detectron_generate_proposals_single_image.cpp | 2 +- .../experimental_detectron_generate_proposals_single_image.h | 2 +- .../src/nodes/experimental_detectron_priorgridgenerator.cpp | 2 +- .../src/nodes/experimental_detectron_priorgridgenerator.h | 2 +- .../src/nodes/experimental_detectron_roifeatureextractor.cpp | 2 +- .../src/nodes/experimental_detectron_roifeatureextractor.h | 2 +- .../intel_cpu/src/nodes/experimental_detectron_topkrois.cpp | 2 +- .../intel_cpu/src/nodes/experimental_detectron_topkrois.h | 2 +- src/plugins/intel_cpu/src/nodes/extract_image_patches.cpp | 2 +- src/plugins/intel_cpu/src/nodes/extract_image_patches.h | 2 +- src/plugins/intel_cpu/src/nodes/fake_quantize.cpp | 2 +- src/plugins/intel_cpu/src/nodes/fake_quantize.h | 2 +- src/plugins/intel_cpu/src/nodes/fullyconnected.cpp | 2 +- src/plugins/intel_cpu/src/nodes/fullyconnected.h | 2 +- src/plugins/intel_cpu/src/nodes/gather.cpp | 2 +- src/plugins/intel_cpu/src/nodes/gather.h | 2 +- src/plugins/intel_cpu/src/nodes/gather_elements.cpp | 2 +- src/plugins/intel_cpu/src/nodes/gather_elements.h | 2 +- src/plugins/intel_cpu/src/nodes/gather_nd.cpp | 2 +- src/plugins/intel_cpu/src/nodes/gather_nd.h | 2 +- src/plugins/intel_cpu/src/nodes/gather_tree.cpp | 2 +- src/plugins/intel_cpu/src/nodes/gather_tree.h | 2 +- src/plugins/intel_cpu/src/nodes/generate_proposals.cpp | 2 +- src/plugins/intel_cpu/src/nodes/generate_proposals.h | 2 +- src/plugins/intel_cpu/src/nodes/grid_sample.cpp | 2 +- src/plugins/intel_cpu/src/nodes/grid_sample.hpp | 2 +- src/plugins/intel_cpu/src/nodes/grn.cpp | 2 +- src/plugins/intel_cpu/src/nodes/grn.h | 2 +- src/plugins/intel_cpu/src/nodes/if.cpp | 2 +- src/plugins/intel_cpu/src/nodes/if.h | 2 +- src/plugins/intel_cpu/src/nodes/input.cpp | 2 +- src/plugins/intel_cpu/src/nodes/input.h | 2 +- src/plugins/intel_cpu/src/nodes/interaction.cpp | 2 +- src/plugins/intel_cpu/src/nodes/interaction.h | 2 +- src/plugins/intel_cpu/src/nodes/interpolate.cpp | 2 +- src/plugins/intel_cpu/src/nodes/interpolate.h | 2 +- .../intel_cpu/src/nodes/kernels/scaled_attn/attn_memcpy.cpp | 2 +- .../intel_cpu/src/nodes/kernels/scaled_attn/attn_memcpy.hpp | 2 +- .../intel_cpu/src/nodes/kernels/scaled_attn/attn_quant.cpp | 2 +- .../intel_cpu/src/nodes/kernels/scaled_attn/attn_quant.hpp | 2 +- .../intel_cpu/src/nodes/kernels/scaled_attn/common.hpp | 2 +- .../src/nodes/kernels/scaled_attn/mha_single_token.cpp | 2 +- .../src/nodes/kernels/scaled_attn/mha_single_token.hpp | 2 +- .../intel_cpu/src/nodes/kernels/scaled_attn/softmax.cpp | 2 +- .../intel_cpu/src/nodes/kernels/scaled_attn/softmax.hpp | 2 +- .../src/nodes/kernels/scaled_attn/softmax_kernel.hpp | 2 +- src/plugins/intel_cpu/src/nodes/kernels/x64/brgemm_kernel.cpp | 2 +- src/plugins/intel_cpu/src/nodes/kernels/x64/brgemm_kernel.hpp | 2 +- src/plugins/intel_cpu/src/nodes/kernels/x64/grid_sample.cpp | 2 +- src/plugins/intel_cpu/src/nodes/kernels/x64/grid_sample.hpp | 2 +- src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel.cpp | 2 +- src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel.hpp | 2 +- .../intel_cpu/src/nodes/kernels/x64/jit_kernel_base.cpp | 2 +- .../intel_cpu/src/nodes/kernels/x64/jit_kernel_base.hpp | 2 +- .../intel_cpu/src/nodes/kernels/x64/non_max_suppression.cpp | 2 +- .../intel_cpu/src/nodes/kernels/x64/non_max_suppression.hpp | 2 +- .../intel_cpu/src/nodes/kernels/x64/random_uniform.cpp | 2 +- .../intel_cpu/src/nodes/kernels/x64/random_uniform.hpp | 2 +- src/plugins/intel_cpu/src/nodes/log_softmax.cpp | 2 +- src/plugins/intel_cpu/src/nodes/log_softmax.h | 2 +- src/plugins/intel_cpu/src/nodes/lrn.cpp | 2 +- src/plugins/intel_cpu/src/nodes/lrn.h | 2 +- src/plugins/intel_cpu/src/nodes/mathematics.cpp | 2 +- src/plugins/intel_cpu/src/nodes/mathematics.h | 2 +- src/plugins/intel_cpu/src/nodes/matmul.cpp | 2 +- src/plugins/intel_cpu/src/nodes/matmul.h | 2 +- src/plugins/intel_cpu/src/nodes/matrix_nms.cpp | 2 +- src/plugins/intel_cpu/src/nodes/matrix_nms.h | 2 +- src/plugins/intel_cpu/src/nodes/memory.cpp | 2 +- src/plugins/intel_cpu/src/nodes/memory.hpp | 2 +- src/plugins/intel_cpu/src/nodes/mha.cpp | 2 +- src/plugins/intel_cpu/src/nodes/mha.h | 2 +- src/plugins/intel_cpu/src/nodes/multiclass_nms.cpp | 2 +- src/plugins/intel_cpu/src/nodes/multiclass_nms.hpp | 2 +- src/plugins/intel_cpu/src/nodes/multinomial.cpp | 2 +- src/plugins/intel_cpu/src/nodes/multinomial.hpp | 2 +- src/plugins/intel_cpu/src/nodes/mvn.cpp | 2 +- src/plugins/intel_cpu/src/nodes/mvn.h | 2 +- src/plugins/intel_cpu/src/nodes/ngram.cpp | 2 +- src/plugins/intel_cpu/src/nodes/ngram.h | 2 +- src/plugins/intel_cpu/src/nodes/node_config.h | 2 +- src/plugins/intel_cpu/src/nodes/non_max_suppression.cpp | 2 +- src/plugins/intel_cpu/src/nodes/non_max_suppression.h | 2 +- src/plugins/intel_cpu/src/nodes/non_zero.cpp | 2 +- src/plugins/intel_cpu/src/nodes/non_zero.h | 2 +- src/plugins/intel_cpu/src/nodes/normalize.cpp | 2 +- src/plugins/intel_cpu/src/nodes/normalize.h | 2 +- src/plugins/intel_cpu/src/nodes/one_hot.cpp | 2 +- src/plugins/intel_cpu/src/nodes/one_hot.h | 2 +- src/plugins/intel_cpu/src/nodes/pad.cpp | 2 +- src/plugins/intel_cpu/src/nodes/pad.h | 2 +- src/plugins/intel_cpu/src/nodes/pooling.cpp | 2 +- src/plugins/intel_cpu/src/nodes/pooling.h | 2 +- src/plugins/intel_cpu/src/nodes/priorbox.cpp | 2 +- src/plugins/intel_cpu/src/nodes/priorbox.h | 2 +- src/plugins/intel_cpu/src/nodes/priorbox_clustered.cpp | 2 +- src/plugins/intel_cpu/src/nodes/priorbox_clustered.h | 2 +- src/plugins/intel_cpu/src/nodes/proposal.cpp | 2 +- src/plugins/intel_cpu/src/nodes/proposal.h | 2 +- src/plugins/intel_cpu/src/nodes/proposal_imp.cpp | 2 +- src/plugins/intel_cpu/src/nodes/proposal_imp.hpp | 2 +- src/plugins/intel_cpu/src/nodes/psroi_pooling.cpp | 2 +- src/plugins/intel_cpu/src/nodes/psroi_pooling.h | 2 +- src/plugins/intel_cpu/src/nodes/random_uniform.cpp | 2 +- src/plugins/intel_cpu/src/nodes/random_uniform.hpp | 2 +- src/plugins/intel_cpu/src/nodes/range.cpp | 2 +- src/plugins/intel_cpu/src/nodes/range.h | 2 +- src/plugins/intel_cpu/src/nodes/rdft.h | 2 +- src/plugins/intel_cpu/src/nodes/reduce.cpp | 2 +- src/plugins/intel_cpu/src/nodes/reduce.h | 2 +- src/plugins/intel_cpu/src/nodes/reference.cpp | 2 +- src/plugins/intel_cpu/src/nodes/reference.h | 2 +- src/plugins/intel_cpu/src/nodes/region_yolo.cpp | 2 +- src/plugins/intel_cpu/src/nodes/region_yolo.h | 2 +- src/plugins/intel_cpu/src/nodes/reorder.cpp | 2 +- src/plugins/intel_cpu/src/nodes/reorder.h | 2 +- src/plugins/intel_cpu/src/nodes/reorg_yolo.cpp | 2 +- src/plugins/intel_cpu/src/nodes/reorg_yolo.h | 2 +- src/plugins/intel_cpu/src/nodes/reshape.cpp | 2 +- src/plugins/intel_cpu/src/nodes/reshape.h | 2 +- src/plugins/intel_cpu/src/nodes/reverse_sequence.cpp | 2 +- src/plugins/intel_cpu/src/nodes/reverse_sequence.h | 2 +- src/plugins/intel_cpu/src/nodes/rnn.cpp | 2 +- src/plugins/intel_cpu/src/nodes/rnn.h | 2 +- src/plugins/intel_cpu/src/nodes/roi_align.cpp | 2 +- src/plugins/intel_cpu/src/nodes/roi_align.h | 2 +- src/plugins/intel_cpu/src/nodes/roi_pooling.cpp | 2 +- src/plugins/intel_cpu/src/nodes/roi_pooling.h | 2 +- src/plugins/intel_cpu/src/nodes/roll.cpp | 2 +- src/plugins/intel_cpu/src/nodes/roll.h | 2 +- src/plugins/intel_cpu/src/nodes/rope.cpp | 2 +- src/plugins/intel_cpu/src/nodes/rope.h | 2 +- src/plugins/intel_cpu/src/nodes/scaled_attn.cpp | 2 +- src/plugins/intel_cpu/src/nodes/scaled_attn.h | 2 +- src/plugins/intel_cpu/src/nodes/scatter_update.cpp | 2 +- src/plugins/intel_cpu/src/nodes/scatter_update.h | 2 +- src/plugins/intel_cpu/src/nodes/shapeof.cpp | 2 +- src/plugins/intel_cpu/src/nodes/shapeof.h | 2 +- src/plugins/intel_cpu/src/nodes/shuffle_channels.cpp | 2 +- src/plugins/intel_cpu/src/nodes/shuffle_channels.h | 2 +- src/plugins/intel_cpu/src/nodes/softmax.cpp | 2 +- src/plugins/intel_cpu/src/nodes/softmax.h | 2 +- src/plugins/intel_cpu/src/nodes/space_to_batch.cpp | 2 +- src/plugins/intel_cpu/src/nodes/space_to_batch.h | 2 +- src/plugins/intel_cpu/src/nodes/space_to_depth.cpp | 2 +- src/plugins/intel_cpu/src/nodes/space_to_depth.h | 2 +- src/plugins/intel_cpu/src/nodes/split.cpp | 2 +- src/plugins/intel_cpu/src/nodes/split.h | 2 +- src/plugins/intel_cpu/src/nodes/strided_slice.cpp | 2 +- src/plugins/intel_cpu/src/nodes/strided_slice.h | 2 +- src/plugins/intel_cpu/src/nodes/subgraph.cpp | 2 +- src/plugins/intel_cpu/src/nodes/tensoriterator.cpp | 2 +- src/plugins/intel_cpu/src/nodes/tensoriterator.h | 2 +- src/plugins/intel_cpu/src/nodes/tile.cpp | 2 +- src/plugins/intel_cpu/src/nodes/tile.h | 2 +- src/plugins/intel_cpu/src/nodes/topk.cpp | 2 +- src/plugins/intel_cpu/src/nodes/topk.h | 2 +- src/plugins/intel_cpu/src/nodes/transpose.cpp | 2 +- src/plugins/intel_cpu/src/nodes/transpose.h | 2 +- src/plugins/intel_cpu/src/nodes/unique.cpp | 2 +- src/plugins/intel_cpu/src/nodes/unique.hpp | 2 +- src/plugins/intel_cpu/src/onednn/dnnl.cpp | 2 +- src/plugins/intel_cpu/src/onednn/dnnl.h | 2 +- src/plugins/intel_cpu/src/onednn/iml_type_mapper.cpp | 2 +- src/plugins/intel_cpu/src/onednn/iml_type_mapper.h | 2 +- src/plugins/intel_cpu/src/partitioned_mem_mgr.cpp | 2 +- src/plugins/intel_cpu/src/partitioned_mem_mgr.h | 2 +- src/plugins/intel_cpu/src/perf_count.h | 2 +- src/plugins/intel_cpu/src/plugin.cpp | 2 +- src/plugins/intel_cpu/src/plugin.h | 2 +- src/plugins/intel_cpu/src/post_ops.hpp | 2 +- src/plugins/intel_cpu/src/proxy_mem_mgr.cpp | 2 +- src/plugins/intel_cpu/src/proxy_mem_mgr.h | 2 +- src/plugins/intel_cpu/src/selective_build.h | 2 +- src/plugins/intel_cpu/src/serialize.cpp | 2 +- src/plugins/intel_cpu/src/serialize.h | 2 +- .../intel_cpu/src/shape_inference/custom/adaptive_pooling.cpp | 2 +- .../intel_cpu/src/shape_inference/custom/adaptive_pooling.hpp | 2 +- .../intel_cpu/src/shape_inference/custom/color_convert.cpp | 2 +- .../intel_cpu/src/shape_inference/custom/color_convert.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/eltwise.cpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/eltwise.hpp | 2 +- .../intel_cpu/src/shape_inference/custom/fullyconnected.cpp | 2 +- .../intel_cpu/src/shape_inference/custom/fullyconnected.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/gather.cpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/gather.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/matmul.cpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/matmul.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/ngram.cpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/ngram.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/one_hot.cpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/one_hot.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/priorbox.cpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/priorbox.hpp | 2 +- .../src/shape_inference/custom/priorbox_clustered.cpp | 2 +- .../src/shape_inference/custom/priorbox_clustered.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/reshape.cpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/reshape.hpp | 2 +- .../intel_cpu/src/shape_inference/custom/scaled_attn.cpp | 2 +- .../intel_cpu/src/shape_inference/custom/scaled_attn.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/shapeof.hpp | 2 +- .../intel_cpu/src/shape_inference/custom/strided_slice.cpp | 2 +- .../intel_cpu/src/shape_inference/custom/strided_slice.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/custom/subgraph.hpp | 2 +- .../intel_cpu/src/shape_inference/custom/transpose.cpp | 2 +- .../intel_cpu/src/shape_inference/custom/transpose.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/memory_accessor.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/shape_inference.hpp | 2 +- .../intel_cpu/src/shape_inference/shape_inference_cpu.cpp | 2 +- .../intel_cpu/src/shape_inference/shape_inference_cpu.hpp | 2 +- .../src/shape_inference/shape_inference_internal_dyn.hpp | 2 +- .../intel_cpu/src/shape_inference/shape_inference_ngraph.cpp | 2 +- .../intel_cpu/src/shape_inference/shape_inference_ngraph.hpp | 2 +- .../src/shape_inference/shape_inference_pass_through.hpp | 2 +- .../intel_cpu/src/shape_inference/shape_inference_status.hpp | 2 +- .../intel_cpu/src/shape_inference/static_dimension.cpp | 2 +- .../intel_cpu/src/shape_inference/static_dimension.hpp | 2 +- src/plugins/intel_cpu/src/shape_inference/static_shape.cpp | 2 +- src/plugins/intel_cpu/src/shape_inference/static_shape.hpp | 2 +- .../transformations/cpu_opset/common/op/fully_connected.cpp | 2 +- .../transformations/cpu_opset/common/op/fully_connected.hpp | 2 +- .../src/transformations/cpu_opset/common/op/leaky_relu.cpp | 2 +- .../src/transformations/cpu_opset/common/op/leaky_relu.hpp | 2 +- .../src/transformations/cpu_opset/common/op/ngram.cpp | 2 +- .../src/transformations/cpu_opset/common/op/ngram.hpp | 2 +- .../src/transformations/cpu_opset/common/op/power_static.cpp | 2 +- .../src/transformations/cpu_opset/common/op/power_static.hpp | 2 +- .../src/transformations/cpu_opset/common/op/rope.cpp | 2 +- .../src/transformations/cpu_opset/common/op/rope.hpp | 2 +- .../src/transformations/cpu_opset/common/op/sdpa.cpp | 2 +- .../src/transformations/cpu_opset/common/op/sdpa.hpp | 2 +- .../src/transformations/cpu_opset/common/op/swish_cpu.cpp | 2 +- .../src/transformations/cpu_opset/common/op/swish_cpu.hpp | 2 +- .../cpu_opset/common/pass/align_matmul_input_ranks.cpp | 2 +- .../cpu_opset/common/pass/align_matmul_input_ranks.hpp | 2 +- .../cpu_opset/common/pass/convert_broadcast_to_tiles.cpp | 2 +- .../cpu_opset/common/pass/convert_broadcast_to_tiles.hpp | 2 +- .../cpu_opset/common/pass/convert_matmul_to_fc.cpp | 2 +- .../cpu_opset/common/pass/convert_matmul_to_fc.hpp | 2 +- .../cpu_opset/common/pass/convert_tile_to_seq_tiles.cpp | 2 +- .../cpu_opset/common/pass/convert_tile_to_seq_tiles.hpp | 2 +- .../cpu_opset/common/pass/convert_to_leaky_relu.cpp | 2 +- .../cpu_opset/common/pass/convert_to_leaky_relu.hpp | 2 +- .../cpu_opset/common/pass/convert_to_power_static.cpp | 2 +- .../cpu_opset/common/pass/convert_to_power_static.hpp | 2 +- .../cpu_opset/common/pass/convert_to_swish_cpu.cpp | 2 +- .../cpu_opset/common/pass/convert_to_swish_cpu.hpp | 2 +- .../cpu_opset/common/pass/move_eltwise_up_data_movement.cpp | 2 +- .../cpu_opset/common/pass/move_eltwise_up_data_movement.hpp | 2 +- .../cpu_opset/common/pass/move_fc_reshape_to_weights.cpp | 2 +- .../cpu_opset/common/pass/move_fc_reshape_to_weights.hpp | 2 +- .../transformations/cpu_opset/common/pass/ngram_fusion.cpp | 2 +- .../transformations/cpu_opset/common/pass/ngram_fusion.hpp | 2 +- .../cpu_opset/common/pass/rnn_sequences_optimization.cpp | 2 +- .../cpu_opset/common/pass/rnn_sequences_optimization.hpp | 2 +- .../src/transformations/cpu_opset/common/pass/rope_fusion.cpp | 2 +- .../src/transformations/cpu_opset/common/pass/rope_fusion.hpp | 2 +- .../cpu_opset/common/pass/stateful_sdpa_fusion.cpp | 2 +- .../cpu_opset/common/pass/stateful_sdpa_fusion.hpp | 2 +- .../cpu_opset/common/pass/swap_convert_transpose.cpp | 2 +- .../cpu_opset/common/pass/swap_convert_transpose.hpp | 2 +- .../cpu_opset/convert_to_cpu_specific_opset.hpp | 2 +- .../src/transformations/cpu_opset/x64/op/interaction.cpp | 2 +- .../src/transformations/cpu_opset/x64/op/interaction.hpp | 2 +- .../intel_cpu/src/transformations/cpu_opset/x64/op/mha.cpp | 2 +- .../intel_cpu/src/transformations/cpu_opset/x64/op/mha.hpp | 2 +- .../cpu_opset/x64/pass/convert_to_interaction.cpp | 2 +- .../cpu_opset/x64/pass/convert_to_interaction.hpp | 2 +- .../src/transformations/cpu_opset/x64/pass/mha_fusion.cpp | 2 +- .../src/transformations/cpu_opset/x64/pass/mha_fusion.hpp | 2 +- .../cpu_opset/x64/pass/simplify_fakequantize.hpp | 2 +- src/plugins/intel_cpu/src/transformations/defs.hpp | 2 +- src/plugins/intel_cpu/src/transformations/itt.hpp | 2 +- .../src/transformations/snippets/x64/op/brgemm_cpu.cpp | 2 +- .../src/transformations/snippets/x64/op/load_convert.cpp | 2 +- .../src/transformations/snippets/x64/op/load_convert.hpp | 2 +- .../src/transformations/snippets/x64/op/perf_count_rdtsc.cpp | 2 +- .../src/transformations/snippets/x64/op/perf_count_rdtsc.hpp | 2 +- .../src/transformations/snippets/x64/op/store_convert.cpp | 2 +- .../src/transformations/snippets/x64/op/store_convert.hpp | 2 +- .../snippets/x64/pass/lowered/fuse_load_store_and_convert.cpp | 2 +- .../snippets/x64/pass/lowered/fuse_load_store_and_convert.hpp | 2 +- .../x64/pass/lowered/set_brgemm_copy_b_buffers_shape.cpp | 2 +- .../x64/pass/lowered/set_brgemm_copy_b_buffers_shape.hpp | 2 +- .../src/transformations/snippets/x64/pass/remove_converts.hpp | 2 +- .../snippets/x64/pass/set_brgemm_cpu_blocking_params.cpp | 2 +- .../snippets/x64/pass/set_brgemm_cpu_blocking_params.hpp | 2 +- .../snippets/x64/pass/snippets_mark_skipped.cpp | 2 +- .../snippets/x64/pass/snippets_mark_skipped.hpp | 2 +- src/plugins/intel_cpu/src/transformations/utils.cpp | 2 +- src/plugins/intel_cpu/src/transformations/utils.hpp | 2 +- src/plugins/intel_cpu/src/utils/bfloat16.hpp | 2 +- src/plugins/intel_cpu/src/utils/bit_util.hpp | 2 +- src/plugins/intel_cpu/src/utils/blob_dump.cpp | 2 +- src/plugins/intel_cpu/src/utils/blob_dump.h | 2 +- src/plugins/intel_cpu/src/utils/caseless.hpp | 2 +- src/plugins/intel_cpu/src/utils/cpu_utils.hpp | 2 +- src/plugins/intel_cpu/src/utils/debug_capabilities.cpp | 2 +- src/plugins/intel_cpu/src/utils/debug_capabilities.h | 2 +- src/plugins/intel_cpu/src/utils/debug_caps_config.cpp | 2 +- src/plugins/intel_cpu/src/utils/debug_caps_config.h | 2 +- src/plugins/intel_cpu/src/utils/gen_pattern.hpp | 2 +- src/plugins/intel_cpu/src/utils/general_utils.h | 2 +- src/plugins/intel_cpu/src/utils/multidim_map.hpp | 2 +- src/plugins/intel_cpu/src/utils/ngraph_utils.hpp | 2 +- src/plugins/intel_cpu/src/utils/node_dumper.cpp | 2 +- src/plugins/intel_cpu/src/utils/node_dumper.h | 2 +- src/plugins/intel_cpu/src/utils/plain_tensor.hpp | 2 +- src/plugins/intel_cpu/src/utils/print_model.hpp | 2 +- .../intel_cpu/src/utils/rt_info/memory_formats_attribute.cpp | 2 +- .../intel_cpu/src/utils/rt_info/memory_formats_attribute.hpp | 2 +- src/plugins/intel_cpu/src/utils/verbose.cpp | 2 +- src/plugins/intel_cpu/src/utils/verbose.h | 2 +- src/plugins/intel_cpu/src/weights_cache.cpp | 2 +- src/plugins/intel_cpu/src/weights_cache.hpp | 2 +- src/plugins/intel_cpu/tests/CMakeLists.txt | 2 +- src/plugins/intel_cpu/tests/functional/CMakeLists.txt | 2 +- .../intel_cpu/tests/functional/cmake/specific_tests.cmake | 2 +- .../intel_cpu/tests/functional/cmake/target_per_test.cmake | 2 +- .../tests/functional/custom/behavior/export_import.cpp | 2 +- .../intel_cpu/tests/functional/custom/extension/extension.cpp | 2 +- .../functional/custom/single_layer_tests/adaptive_pooling.cpp | 2 +- .../tests/functional/custom/single_layer_tests/augru_cell.cpp | 2 +- .../functional/custom/single_layer_tests/augru_sequence.cpp | 2 +- .../functional/custom/single_layer_tests/batch_to_space.cpp | 2 +- .../tests/functional/custom/single_layer_tests/broadcast.cpp | 2 +- .../tests/functional/custom/single_layer_tests/bucketize.cpp | 2 +- .../functional/custom/single_layer_tests/classes/matmul.hpp | 2 +- .../custom/single_layer_tests/classes/random_uniform.cpp | 2 +- .../custom/single_layer_tests/classes/scaled_attn.hpp | 2 +- .../functional/custom/single_layer_tests/classes/softmax.hpp | 2 +- .../tests/functional/custom/single_layer_tests/concat.cpp | 2 +- .../single_layer_tests/convert_to_plugin_specific_node.cpp | 2 +- .../custom/single_layer_tests/convolution_backprop_data.cpp | 2 +- .../custom/single_layer_tests/ctc_greedy_decoder.cpp | 2 +- .../custom/single_layer_tests/ctc_greedy_decoder_seq_len.cpp | 2 +- .../tests/functional/custom/single_layer_tests/ctc_loss.cpp | 2 +- .../tests/functional/custom/single_layer_tests/cum_sum.cpp | 2 +- .../custom/single_layer_tests/custom_op_internal_dyn.cpp | 2 +- .../custom/single_layer_tests/deformable_convolution.cpp | 2 +- .../functional/custom/single_layer_tests/depth_to_space.cpp | 2 +- .../functional/custom/single_layer_tests/detection_output.cpp | 2 +- .../custom/single_layer_tests/embedding_bag_offsets_sum.cpp | 2 +- .../custom/single_layer_tests/embedding_bag_packed_sum.cpp | 2 +- .../custom/single_layer_tests/embedding_segments_sum.cpp | 2 +- .../custom/single_layer_tests/extract_image_patches.cpp | 2 +- .../functional/custom/single_layer_tests/fake_quantize.cpp | 2 +- .../tests/functional/custom/single_layer_tests/gather.cpp | 2 +- .../functional/custom/single_layer_tests/gather_elements.cpp | 2 +- .../tests/functional/custom/single_layer_tests/gather_nd.cpp | 2 +- .../functional/custom/single_layer_tests/gather_tree.cpp | 2 +- .../functional/custom/single_layer_tests/grid_sample.cpp | 2 +- .../tests/functional/custom/single_layer_tests/grn.cpp | 2 +- .../custom/single_layer_tests/group_convolution.cpp | 2 +- .../single_layer_tests/group_convolution_backprop_data.cpp | 2 +- .../tests/functional/custom/single_layer_tests/gru_cell.cpp | 2 +- .../functional/custom/single_layer_tests/gru_sequence.cpp | 2 +- .../single_layer_tests/instances/common/multinomial.cpp | 2 +- .../single_layer_tests/instances/common/nms_rotated.cpp | 2 +- .../single_layer_tests/instances/common/random_uniform.cpp | 2 +- .../single_layer_tests/instances/x64/random_uniform.cpp | 2 +- .../functional/custom/single_layer_tests/interpolate.cpp | 2 +- .../functional/custom/single_layer_tests/log_softmax.cpp | 2 +- .../tests/functional/custom/single_layer_tests/logical.cpp | 2 +- .../tests/functional/custom/single_layer_tests/loop.cpp | 2 +- .../tests/functional/custom/single_layer_tests/lrn.cpp | 2 +- .../tests/functional/custom/single_layer_tests/lstm_cell.cpp | 2 +- .../functional/custom/single_layer_tests/lstm_sequence.cpp | 2 +- .../custom/single_layer_tests/non_max_suppression.cpp | 2 +- .../tests/functional/custom/single_layer_tests/nonzero.cpp | 2 +- .../tests/functional/custom/single_layer_tests/normalize.cpp | 2 +- .../tests/functional/custom/single_layer_tests/one_hot.cpp | 2 +- .../tests/functional/custom/single_layer_tests/pad.cpp | 2 +- .../tests/functional/custom/single_layer_tests/prior_box.cpp | 2 +- .../custom/single_layer_tests/prior_box_clustered.cpp | 2 +- .../tests/functional/custom/single_layer_tests/proposal.cpp | 2 +- .../functional/custom/single_layer_tests/psroi_pooling.cpp | 2 +- .../functional/custom/single_layer_tests/region_yolo.cpp | 2 +- .../tests/functional/custom/single_layer_tests/reorg_yolo.cpp | 2 +- .../functional/custom/single_layer_tests/reverse_sequence.cpp | 2 +- .../tests/functional/custom/single_layer_tests/rnn_cell.cpp | 2 +- .../functional/custom/single_layer_tests/rnn_sequence.cpp | 2 +- .../functional/custom/single_layer_tests/roi_pooling.cpp | 2 +- .../tests/functional/custom/single_layer_tests/roialign.cpp | 2 +- .../custom/single_layer_tests/scatter_ND_update.cpp | 2 +- .../custom/single_layer_tests/scatter_elements_update.cpp | 2 +- .../functional/custom/single_layer_tests/scatter_update.cpp | 2 +- .../tests/functional/custom/single_layer_tests/select.cpp | 2 +- .../tests/functional/custom/single_layer_tests/shape_ops.cpp | 2 +- .../tests/functional/custom/single_layer_tests/shapeof.cpp | 2 +- .../functional/custom/single_layer_tests/shuffle_channels.cpp | 2 +- .../tests/functional/custom/single_layer_tests/slice.cpp | 2 +- .../functional/custom/single_layer_tests/space_to_batch.cpp | 2 +- .../functional/custom/single_layer_tests/space_to_depth.cpp | 2 +- .../tests/functional/custom/single_layer_tests/split.cpp | 2 +- .../functional/custom/single_layer_tests/tensor_iterator.cpp | 2 +- .../tests/functional/custom/single_layer_tests/tile.cpp | 2 +- .../tests/functional/custom/single_layer_tests/topk.cpp | 2 +- .../tests/functional/custom/single_layer_tests/unique.cpp | 2 +- .../functional/custom/single_layer_tests/variadic_split.cpp | 2 +- .../functional/custom/subgraph_tests/include/conv_concat.hpp | 2 +- .../subgraph_tests/include/conv_with_zero_point_fuse.hpp | 2 +- .../custom/subgraph_tests/include/fuse_muladd_ewsimple.hpp | 2 +- .../custom/subgraph_tests/include/fuse_transpose_reorder.hpp | 2 +- .../custom/subgraph_tests/src/add_convert_to_reorder.cpp | 2 +- .../custom/subgraph_tests/src/align_matmul_input_ranks.cpp | 2 +- .../tests/functional/custom/subgraph_tests/src/any_layout.cpp | 2 +- .../custom/subgraph_tests/src/common/eltwise_chain.cpp | 2 +- .../custom/subgraph_tests/src/concat_const_inplace.cpp | 2 +- .../custom/subgraph_tests/src/concat_reshape_concat.cpp | 2 +- .../functional/custom/subgraph_tests/src/conv3d_reshape.cpp | 2 +- .../functional/custom/subgraph_tests/src/conv_concat.cpp | 2 +- .../custom/subgraph_tests/src/conv_maxpool_activ.cpp | 2 +- .../custom/subgraph_tests/src/conv_sum_broadcast.cpp | 2 +- .../custom/subgraph_tests/src/conv_with_zero_point_fuse.cpp | 2 +- .../functional/custom/subgraph_tests/src/convert_range.cpp | 2 +- .../subgraph_tests/src/custom_op_insert_convert_i64.cpp | 2 +- .../functional/custom/subgraph_tests/src/custom_op_scalar.cpp | 2 +- .../functional/custom/subgraph_tests/src/custom_op_string.cpp | 2 +- .../functional/custom/subgraph_tests/src/denormal_check.cpp | 2 +- .../custom/subgraph_tests/src/fuse_muladd_ewsimple.cpp | 2 +- .../custom/subgraph_tests/src/fuse_non0_output_port.cpp | 2 +- .../subgraph_tests/src/fuse_scaleshift_and_fakequantize.cpp | 2 +- .../src/fuse_split_concat_pair_to_interpolate.cpp | 2 +- .../custom/subgraph_tests/src/fuse_transpose_reorder.cpp | 2 +- .../subgraph_tests/src/gather_weights_decompression.cpp | 2 +- .../subgraph_tests/src/init_state_inplace_conflicts.cpp | 2 +- .../subgraph_tests/src/input_noreorder_eltwise_bf16.cpp | 2 +- .../custom/subgraph_tests/src/input_output_tensor_reuse.cpp | 2 +- .../functional/custom/subgraph_tests/src/interaction.cpp | 2 +- .../custom/subgraph_tests/src/matmul_quantized_subgraph.cpp | 2 +- .../subgraph_tests/src/matmul_strided_inputs_outputs.cpp | 2 +- .../tests/functional/custom/subgraph_tests/src/mha.cpp | 2 +- .../tests/functional/custom/subgraph_tests/src/ngram.cpp | 2 +- .../custom/subgraph_tests/src/not_fused_conv_simple_op.cpp | 2 +- .../functional/custom/subgraph_tests/src/reshape_chain.cpp | 2 +- .../functional/custom/subgraph_tests/src/reshape_inplace.cpp | 2 +- .../src/reshape_permute_conv_permute_reshape_act.cpp | 2 +- .../functional/custom/subgraph_tests/src/rotary_pos_emb.cpp | 2 +- .../custom/subgraph_tests/src/shape_infer_subgraph.cpp | 2 +- .../custom/subgraph_tests/src/shapeof_any_layout.cpp | 2 +- .../functional/custom/subgraph_tests/src/split_concat_add.cpp | 2 +- .../functional/custom/subgraph_tests/src/static_zero_dims.cpp | 2 +- .../custom/subgraph_tests/src/strided_slice_zero_dims.cpp | 2 +- .../custom/subgraph_tests/src/tile_with_two_output_edges.cpp | 2 +- .../behavior/compiled_model/core_integration.cpp | 2 +- .../behavior/compiled_model/properties.cpp | 2 +- .../behavior/ov_infer_request/batched_tensors.cpp | 2 +- .../behavior/ov_infer_request/callback.cpp | 2 +- .../behavior/ov_infer_request/cancellation.cpp | 2 +- .../behavior/ov_infer_request/infer_consistency.cpp | 2 +- .../behavior/ov_infer_request/infer_request_dynamic.cpp | 2 +- .../behavior/ov_infer_request/inference_chaining.cpp | 2 +- .../behavior/ov_infer_request/io_tensor.cpp | 2 +- .../behavior/ov_infer_request/iteration_chaining.cpp | 2 +- .../behavior/ov_infer_request/memory_states.cpp | 2 +- .../behavior/ov_infer_request/multithreading.cpp | 2 +- .../behavior/ov_infer_request/perf_counters.cpp | 2 +- .../behavior/ov_infer_request/properties_tests.cpp | 2 +- .../shared_tests_instances/behavior/ov_infer_request/wait.cpp | 2 +- .../behavior/ov_plugin/auto_batching_tests.cpp | 2 +- .../behavior/ov_plugin/caching_tests.cpp | 2 +- .../behavior/ov_plugin/core_integration.cpp | 2 +- .../behavior/ov_plugin/core_threading_tests.cpp | 2 +- .../behavior/ov_plugin/hetero_synthetic.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/life_time.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/plugin_name.cpp | 2 +- .../behavior/ov_plugin/properties_tests.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/version.cpp | 2 +- .../tests/functional/shared_tests_instances/core_config.cpp | 2 +- .../execution_graph_tests/add_output.cpp | 2 +- .../execution_graph_tests/disable_lowering_precision.cpp | 2 +- .../execution_graph_tests/keep_assign.cpp | 2 +- .../nms_transformation_for_last_node.cpp | 2 +- .../execution_graph_tests/num_inputs_fusing_bin_conv.cpp | 2 +- .../execution_graph_tests/remove_parameter.cpp | 2 +- .../execution_graph_tests/runtime_precision.cpp | 2 +- .../low_precision_transformations/add_transformation.cpp | 2 +- .../assign_and_read_value_transformation.cpp | 2 +- .../low_precision_transformations/clamp_transformation.cpp | 2 +- .../low_precision_transformations/concat_transformation.cpp | 2 +- .../concat_with_child_and_output.cpp | 2 +- .../concat_with_different_precision_on_children.cpp | 2 +- .../concat_with_intermediate_transformation.cpp | 2 +- .../concat_with_neighbors_transformation.cpp | 2 +- .../concat_with_split_transformation.cpp | 2 +- .../convolution_backprop_data_transformation.cpp | 2 +- .../convolution_qdq_transformation.cpp | 2 +- .../convolution_transformation.cpp | 2 +- .../depth_to_space_transformation.cpp | 2 +- .../elementwise_branch_selection_transformation.cpp | 2 +- .../fq_and_avg_pool_transformation.cpp | 2 +- .../fq_and_max_pool_transformation.cpp | 2 +- .../fq_and_two_output_branches_with_convolution.cpp | 2 +- .../fq_precision_selection_transformation.cpp | 2 +- .../low_precision_transformations/fq_transformation.cpp | 2 +- .../fq_with_dq_not_optimal_transformation.cpp | 2 +- .../fully_connected_transformation.cpp | 2 +- .../fuse_convert_transformation.cpp | 2 +- .../fuse_dequantize_to_fq_transformation.cpp | 2 +- .../fuse_fq_and_scale_shift_transformation.cpp | 2 +- .../fuse_multiply_to_fq_transformation.cpp | 2 +- .../fuse_subtract_to_fq_transformation.cpp | 2 +- .../low_precision_transformations/gemm_transformation.cpp | 2 +- .../group_convolution_transformation.cpp | 2 +- .../groupconvolution_qdq_transformation.cpp | 2 +- .../interpolate_transformation.cpp | 2 +- .../low_precision_transformations/mat_mul_transformation.cpp | 2 +- .../mat_mul_with_constant_transformation.cpp | 2 +- .../mat_mul_with_optimized_constant_fq.cpp | 2 +- .../move_fake_quantize_transformation.cpp | 2 +- .../multiply_to_group_convolution.cpp | 2 +- .../low_precision_transformations/multiply_transformation.cpp | 2 +- .../multiply_with_one_parent.cpp | 2 +- .../normalize_transformation.cpp | 2 +- .../low_precision_transformations/output_layers.cpp | 2 +- .../low_precision_transformations/output_layers_concat.cpp | 2 +- .../output_layers_concat_multi_channel.cpp | 2 +- .../low_precision_transformations/pad_transformation.cpp | 2 +- .../low_precision_transformations/prelu_transformation.cpp | 2 +- .../pull_reshape_through_dequantization.cpp | 2 +- .../reduce_max_transformation.cpp | 2 +- .../reduce_mean_transformation.cpp | 2 +- .../reduce_min_transformation.cpp | 2 +- .../reduce_sum_transformation.cpp | 2 +- .../low_precision_transformations/relu_transformation.cpp | 2 +- .../low_precision_transformations/reshape_transformation.cpp | 2 +- .../shuffle_channels_transformation.cpp | 2 +- .../low_precision_transformations/split_transformation.cpp | 2 +- .../low_precision_transformations/squeeze_transformation.cpp | 2 +- .../strided_slice_transformation.cpp | 2 +- .../subtract_multiply_to_multiply_add.cpp | 2 +- .../low_precision_transformations/subtract_transformation.cpp | 2 +- .../transpose_after_matmul_transformation.cpp | 2 +- .../transpose_transformation.cpp | 2 +- .../unsqueeze_transformation.cpp | 2 +- .../variadic_split_transformation.cpp | 2 +- .../shared_tests_instances/onnx/quantized_models_tests.cpp | 2 +- .../shared_tests_instances/preprocessing/resize_tests.cpp | 2 +- .../preprocessing/yuv_to_grey_tests.cpp | 2 +- .../functional/shared_tests_instances/set_device_name.cpp | 2 +- .../shared_tests_instances/single_layer_tests/activation.cpp | 2 +- .../single_layer_tests/adaptive_pooling.cpp | 2 +- .../shared_tests_instances/single_layer_tests/batch_norm.cpp | 2 +- .../single_layer_tests/batch_to_space.cpp | 2 +- .../single_layer_tests/binary_convolution.cpp | 2 +- .../shared_tests_instances/single_layer_tests/broadcast.cpp | 2 +- .../shared_tests_instances/single_layer_tests/bucketize.cpp | 2 +- .../shared_tests_instances/single_layer_tests/clamp.cpp | 2 +- .../shared_tests_instances/single_layer_tests/comparison.cpp | 2 +- .../shared_tests_instances/single_layer_tests/concat.cpp | 2 +- .../shared_tests_instances/single_layer_tests/constant.cpp | 2 +- .../shared_tests_instances/single_layer_tests/conversion.cpp | 2 +- .../single_layer_tests/convert_color_i420.cpp | 2 +- .../single_layer_tests/convert_color_nv12.cpp | 2 +- .../shared_tests_instances/single_layer_tests/convolution.cpp | 2 +- .../single_layer_tests/convolution_backprop_data.cpp | 2 +- .../single_layer_tests/ctc_greedy_decoder.cpp | 2 +- .../single_layer_tests/ctc_greedy_decoder_seq_len.cpp | 2 +- .../shared_tests_instances/single_layer_tests/ctc_loss.cpp | 2 +- .../shared_tests_instances/single_layer_tests/cum_sum.cpp | 2 +- .../single_layer_tests/deformable_convolution.cpp | 2 +- .../single_layer_tests/deformable_psroi_pooling.cpp | 2 +- .../single_layer_tests/depth_to_space.cpp | 2 +- .../single_layer_tests/detection_output.cpp | 2 +- .../shared_tests_instances/single_layer_tests/dft.cpp | 2 +- .../shared_tests_instances/single_layer_tests/eltwise.cpp | 2 +- .../single_layer_tests/embedding_bag_offsets_sum.cpp | 2 +- .../single_layer_tests/embedding_bag_packed_sum.cpp | 2 +- .../single_layer_tests/embedding_segments_sum.cpp | 2 +- .../experimental_detectron_detection_output.cpp | 2 +- ...experimental_detectron_generate_proposals_single_image.cpp | 2 +- .../experimental_detectron_prior_grid_generator.cpp | 2 +- .../experimental_detectron_roifeatureextractor.cpp | 2 +- .../single_layer_tests/experimental_detectron_topkrois.cpp | 2 +- .../single_layer_tests/fake_quantize.cpp | 2 +- .../shared_tests_instances/single_layer_tests/gather.cpp | 2 +- .../single_layer_tests/gather_elements.cpp | 2 +- .../shared_tests_instances/single_layer_tests/gather_nd.cpp | 2 +- .../shared_tests_instances/single_layer_tests/gather_tree.cpp | 2 +- .../single_layer_tests/generate_proposals.cpp | 2 +- .../single_layer_tests/group_convolution.cpp | 2 +- .../single_layer_tests/group_convolution_backprop_data.cpp | 2 +- .../shared_tests_instances/single_layer_tests/gru_cell.cpp | 2 +- .../single_layer_tests/gru_sequence.cpp | 2 +- .../shared_tests_instances/single_layer_tests/interpolate.cpp | 2 +- .../single_layer_tests/invalid_cases/proposal.cpp | 2 +- .../shared_tests_instances/single_layer_tests/is_inf.cpp | 2 +- .../shared_tests_instances/single_layer_tests/log_softmax.cpp | 2 +- .../shared_tests_instances/single_layer_tests/logical.cpp | 2 +- .../shared_tests_instances/single_layer_tests/loop.cpp | 2 +- .../shared_tests_instances/single_layer_tests/lrn.cpp | 2 +- .../shared_tests_instances/single_layer_tests/lstm_cell.cpp | 2 +- .../single_layer_tests/lstm_sequence.cpp | 2 +- .../shared_tests_instances/single_layer_tests/mat_mul.cpp | 2 +- .../shared_tests_instances/single_layer_tests/matrix_nms.cpp | 2 +- .../shared_tests_instances/single_layer_tests/memory.cpp | 2 +- .../single_layer_tests/minimum_maximum.cpp | 2 +- .../single_layer_tests/multiclass_nms.cpp | 2 +- .../shared_tests_instances/single_layer_tests/mvn.cpp | 2 +- .../single_layer_tests/non_max_suppression.cpp | 2 +- .../shared_tests_instances/single_layer_tests/nonzero.cpp | 2 +- .../single_layer_tests/normalize_l2.cpp | 2 +- .../shared_tests_instances/single_layer_tests/one_hot.cpp | 2 +- .../shared_tests_instances/single_layer_tests/pad.cpp | 2 +- .../shared_tests_instances/single_layer_tests/pooling.cpp | 2 +- .../shared_tests_instances/single_layer_tests/prior_box.cpp | 2 +- .../single_layer_tests/prior_box_clustered.cpp | 2 +- .../shared_tests_instances/single_layer_tests/proposal.cpp | 2 +- .../single_layer_tests/psroi_pooling.cpp | 2 +- .../shared_tests_instances/single_layer_tests/range.cpp | 2 +- .../shared_tests_instances/single_layer_tests/rdft.cpp | 2 +- .../shared_tests_instances/single_layer_tests/reduce_ops.cpp | 2 +- .../shared_tests_instances/single_layer_tests/region_yolo.cpp | 2 +- .../shared_tests_instances/single_layer_tests/reorg_yolo.cpp | 2 +- .../shared_tests_instances/single_layer_tests/reshape.cpp | 2 +- .../shared_tests_instances/single_layer_tests/result.cpp | 2 +- .../single_layer_tests/reverse_sequence.cpp | 2 +- .../shared_tests_instances/single_layer_tests/rnn_cell.cpp | 2 +- .../single_layer_tests/rnn_sequence.cpp | 2 +- .../shared_tests_instances/single_layer_tests/roi_align.cpp | 2 +- .../shared_tests_instances/single_layer_tests/roi_pooling.cpp | 2 +- .../shared_tests_instances/single_layer_tests/roll.cpp | 2 +- .../single_layer_tests/scatter_ND_update.cpp | 2 +- .../single_layer_tests/scatter_elements_update.cpp | 2 +- .../single_layer_tests/scatter_update.cpp | 2 +- .../shared_tests_instances/single_layer_tests/select.cpp | 2 +- .../shared_tests_instances/single_layer_tests/shape_of.cpp | 2 +- .../single_layer_tests/shuffle_channels.cpp | 2 +- .../shared_tests_instances/single_layer_tests/slice.cpp | 2 +- .../shared_tests_instances/single_layer_tests/softmax.cpp | 2 +- .../single_layer_tests/space_to_batch.cpp | 2 +- .../single_layer_tests/space_to_depth.cpp | 2 +- .../shared_tests_instances/single_layer_tests/split.cpp | 2 +- .../single_layer_tests/squeeze_unsqueeze.cpp | 2 +- .../single_layer_tests/strided_slice.cpp | 2 +- .../single_layer_tests/tensor_iterator.cpp | 2 +- .../shared_tests_instances/single_layer_tests/tile.cpp | 2 +- .../shared_tests_instances/single_layer_tests/topk.cpp | 2 +- .../shared_tests_instances/single_layer_tests/transpose.cpp | 2 +- .../single_layer_tests/variadic_split.cpp | 2 +- .../functional/shared_tests_instances/skip_tests_config.cpp | 2 +- .../shared_tests_instances/snippets/codegen_gelu.cpp | 2 +- .../subgraph_tests/concat_resize_concat.cpp | 2 +- .../shared_tests_instances/subgraph_tests/constant_result.cpp | 2 +- .../subgraph_tests/conv_eltwise_fusion.cpp | 2 +- .../subgraph_tests/conv_strides_opt.cpp | 2 +- .../subgraph_tests/convert_pad_to_group_conv.cpp | 2 +- .../subgraph_tests/get_output_before_activation.cpp | 2 +- .../subgraph_tests/matmul_multiply_fusion.cpp | 2 +- .../subgraph_tests/matmul_squeeze_add.cpp | 2 +- .../shared_tests_instances/subgraph_tests/memory_LSTMCell.cpp | 2 +- .../shared_tests_instances/subgraph_tests/mul_conv_fusion.cpp | 2 +- .../subgraph_tests/multiple_LSTMCell.cpp | 2 +- .../shared_tests_instances/subgraph_tests/multiply_add.cpp | 2 +- .../subgraph_tests/mvn_multiply_add.cpp | 2 +- .../subgraph_tests/parameter_result.cpp | 2 +- .../subgraph_tests/perm_conv_perm_concat.cpp | 2 +- .../shared_tests_instances/subgraph_tests/preprocess.cpp | 2 +- .../subgraph_tests/quantized_convolution_backprop_data.cpp | 2 +- .../subgraph_tests/quantized_group_convolution.cpp | 2 +- .../quantized_group_convolution_backprop_data.cpp | 2 +- .../subgraph_tests/quantized_mat_mul.cpp | 2 +- .../shared_tests_instances/subgraph_tests/range_add.cpp | 2 +- .../shared_tests_instances/subgraph_tests/relu_shape_of.cpp | 2 +- .../subgraph_tests/reshape_squeeze_reshape_relu.cpp | 2 +- .../shared_tests_instances/subgraph_tests/simple_if.cpp | 2 +- .../subgraph_tests/split_concat_memory.cpp | 2 +- .../subgraph_tests/split_conv_concat.cpp | 2 +- .../subgraph_tests/variadic_split_pad.cpp | 2 +- .../intel_cpu/tests/functional/utils/arm/filter_cpu_info.cpp | 2 +- .../intel_cpu/tests/functional/utils/convolution_params.hpp | 2 +- .../intel_cpu/tests/functional/utils/cpu_test_utils.cpp | 2 +- .../intel_cpu/tests/functional/utils/cpu_test_utils.hpp | 2 +- .../intel_cpu/tests/functional/utils/fusing_test_utils.cpp | 2 +- .../intel_cpu/tests/functional/utils/fusing_test_utils.hpp | 2 +- .../intel_cpu/tests/functional/utils/x64/filter_cpu_info.cpp | 2 +- src/plugins/intel_cpu/tests/unit/CMakeLists.txt | 2 +- src/plugins/intel_cpu/tests/unit/brgemm_executor_test.cpp | 2 +- src/plugins/intel_cpu/tests/unit/caseless_tests.cpp | 2 +- src/plugins/intel_cpu/tests/unit/cpu_tensor_test.cpp | 2 +- src/plugins/intel_cpu/tests/unit/cpu_tensor_test_ext.cpp | 2 +- src/plugins/intel_cpu/tests/unit/dnnl_memory_desc_test.cpp | 2 +- src/plugins/intel_cpu/tests/unit/dnnl_memory_test.cpp | 2 +- src/plugins/intel_cpu/tests/unit/dnnl_zero_dims_test.cpp | 2 +- src/plugins/intel_cpu/tests/unit/gemm_api_test.cpp | 2 +- src/plugins/intel_cpu/tests/unit/graph/dummy_node.hpp | 2 +- src/plugins/intel_cpu/tests/unit/graph/memory_state.cpp | 2 +- .../tests/unit/graph/merge_transpose_reorder_test.cpp | 2 +- .../tests/unit/graph/resolve_edge_conflicts_test.cpp | 2 +- src/plugins/intel_cpu/tests/unit/nodes/reorder_node_test.cpp | 2 +- src/plugins/intel_cpu/tests/unit/rt_cache.cpp | 2 +- .../adaptive_avg_pool_shape_inference_test.cpp | 2 +- .../adaptive_max_pool_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/assign_shape_inference.cpp | 2 +- .../tests/unit/shape_inference_test/augru_cell_test.cpp | 2 +- .../tests/unit/shape_inference_test/augru_sequence_test.cpp | 2 +- .../shape_inference_test/avg_pool_shape_inference_test.cpp | 2 +- .../batch_to_space_shape_inference_test.cpp | 2 +- .../binary_convolution_shape_inference_test.cpp | 2 +- .../shape_inference_test/binary_elementwise_arithmetic.cpp | 2 +- .../unit/shape_inference_test/broadcast_shape_inference.cpp | 2 +- .../shape_inference_test/bucketize_shape_inference_test.cpp | 2 +- .../convolution_backprop_shape_inference_test.cpp | 2 +- .../shape_inference_test/convolution_shape_inference_test.cpp | 2 +- .../ctc_greedy_decoder_shape_inference_test.cpp | 2 +- .../shape_inference_test/ctc_loss_shape_inference_test.cpp | 2 +- .../custom_shape_infer/adaptive_avg_pool.cpp | 2 +- .../custom_shape_infer/adaptive_max_pool.cpp | 2 +- .../custom_shape_infer/binary_elementwise_arithmetic.cpp | 2 +- .../custom_shape_infer/color_covert_shape_inference.cpp | 2 +- .../custom_shape_infer/custom_shape_infer.cpp | 2 +- .../custom_shape_infer/custom_shape_infer.hpp | 2 +- .../shape_inference_test/custom_shape_infer/elementwises.cpp | 2 +- .../shape_inference_test/custom_shape_infer/fullconnect.cpp | 2 +- .../unit/shape_inference_test/custom_shape_infer/gather.cpp | 2 +- .../unit/shape_inference_test/custom_shape_infer/matmul.cpp | 2 +- .../unit/shape_inference_test/custom_shape_infer/ngram.cpp | 2 +- .../unit/shape_inference_test/custom_shape_infer/one_hot.cpp | 2 +- .../unit/shape_inference_test/custom_shape_infer/reshape.cpp | 2 +- .../shape_inference_test/custom_shape_infer/scaled_attn.cpp | 2 +- .../shape_inference_test/custom_shape_infer/shape_node.cpp | 2 +- .../shape_inference_test/custom_shape_infer/strided_slice.cpp | 2 +- .../shape_inference_test/custom_shape_infer/transpose.cpp | 2 +- .../deformable_convolution_shape_inference_test.cpp | 2 +- .../deformable_psroi_pooling_shape_inference_test.cpp | 2 +- .../depth_to_space_shape_inference_test.cpp | 2 +- .../detection_output_shape_inference_test.cpp | 2 +- .../tests/unit/shape_inference_test/elementwises.cpp | 2 +- .../unit/shape_inference_test/embedding_segments_sum_test.cpp | 2 +- .../embeddingbag_offsets_sum_shape_inference_test.cpp | 2 +- .../embeddingbag_packed_sum_shape_inference_test.cpp | 2 +- ...mental_detectron_detection_output_shape_inference_test.cpp | 2 +- ...ental_detectron_generate_proposal_shape_inference_test.cpp | 2 +- ...al_detectron_prior_grid_generator_shape_inference_test.cpp | 2 +- ...l_detectron_roi_feature_extractor_shape_inference_test.cpp | 2 +- .../experimental_detectron_topkrois_shape_inference_test.cpp | 2 +- .../extract_image_patches_shape_inference_test.cpp | 2 +- .../shape_inference_test/fft_base_shape_inference_test.cpp | 2 +- .../gather_elements_shape_inference_test.cpp | 2 +- .../shape_inference_test/gather_nd_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/gather_shape_inference_test.cpp | 2 +- .../shape_inference_test/gather_tree_shape_inference_test.cpp | 2 +- .../shape_inference_test/grid_sample_shape_inference_test.cpp | 2 +- .../group_convolution_backprop_shape_inference_test.cpp | 2 +- .../group_convolution_shape_inference_test.cpp | 2 +- .../shape_inference_test/gru_cell_shape_inference_test.cpp | 2 +- .../gru_sequence_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/i420_shape_inference_test.cpp | 2 +- .../shape_inference_test/interpolate_shape_inference_test.cpp | 2 +- .../shape_inference_test/lstm_cell_shape_inference_test.cpp | 2 +- .../shape_inference_test/lstm_seq_shape_inference_test.cpp | 2 +- .../tests/unit/shape_inference_test/make_shape_inference.cpp | 2 +- .../unit/shape_inference_test/matmul_shape_inference.cpp | 2 +- .../shape_inference_test/matrix_nms_shape_inference_test.cpp | 2 +- .../shape_inference_test/max_pool_shape_inference_test.cpp | 2 +- .../shape_inference_test/multinomial_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/nms_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/nv12_shape_inference_test.cpp | 2 +- .../shape_inference_test/one_hot_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/pad_shape_inference_test.cpp | 2 +- .../shape_inference_test/proposal_shape_inference_test.cpp | 2 +- .../psroi_pooling_shape_inference_test.cpp | 2 +- .../random_uniform_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/range_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/read_value_shape_inference.cpp | 2 +- .../unit/shape_inference_test/reduce_shape_inference_test.cpp | 2 +- .../shape_inference_test/region_yolo_shape_inference_test.cpp | 2 +- .../shape_inference_test/reorg_yolo_shape_inference_test.cpp | 2 +- .../shape_inference_test/reshape_shape_inference_test.cpp | 2 +- .../shape_inference_test/rnn_cell_shape_inference_test.cpp | 2 +- .../shape_inference_test/rnn_seq_shape_inference_test.cpp | 2 +- .../shape_inference_test/roi_align_shape_inference_test.cpp | 2 +- .../shape_inference_test/roi_pooling_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/roll_shape_inference_test.cpp | 2 +- .../scaled_dot_product_attention_shape_inference_test.cpp | 2 +- .../scatter_elements_update_shape_inference_test.cpp | 2 +- .../shape_inference_test/scatter_nd_shape_inference_test.cpp | 2 +- .../scatter_update_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/select_shape_inference_test.cpp | 2 +- .../tests/unit/shape_inference_test/shape_node_tests.cpp | 2 +- .../shuffle_channels_shape_inference_test.cpp | 2 +- .../space_to_batch_shape_inference_test.cpp | 2 +- .../space_to_depth_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/split_shape_inference_tests.cpp | 2 +- .../strided_slice_shape_inference_test.cpp | 2 +- .../unit/shape_inference_test/tile_shape_inference_test.cpp | 2 +- .../shape_inference_test/transpose_shape_infernece_test.cpp | 2 +- .../intel_cpu/tests/unit/shape_inference_test/utils.cpp | 2 +- .../intel_cpu/tests/unit/shape_inference_test/utils.hpp | 2 +- .../variadic_split_shape_inference_tests.cpp | 2 +- .../intel_cpu/tests/unit/streams_info/cpu_pinning_test.cpp | 2 +- .../intel_cpu/tests/unit/streams_info/enable_ht_test.cpp | 2 +- .../tests/unit/streams_info/scheduling_core_type_test.cpp | 2 +- .../intel_cpu/tests/unit/streams_info/streams_e2e_test.cpp | 2 +- .../tests/unit/streams_info/streams_info_table_test.cpp | 2 +- .../tests/unit/transformations/arm/convert_group_conv.cpp | 2 +- .../tests/unit/transformations/arm/convert_group_conv1d.cpp | 2 +- .../unit/transformations/arm/convert_reduce_multi_axis.cpp | 2 +- .../tests/unit/transformations/convert_matmul_test.cpp | 2 +- .../tests/unit/transformations/convert_to_leaky_relu_test.cpp | 2 +- .../intel_cpu/tests/unit/transformations/convert_to_rope.cpp | 2 +- .../transformations/move_eltwise_up_data_movement_test.cpp | 2 +- .../tests/unit/transformations/move_fc_reshape_to_weights.cpp | 2 +- .../transformations/optimize_sequence_transposes_test.cpp | 2 +- .../tests/unit/transformations/state_concat_sdpa.cpp | 2 +- .../tests/unit/transformations/swap_convert_transpose.cpp | 2 +- .../tests/unit/transformations/x64/convert_to_interaction.cpp | 2 +- src/plugins/intel_cpu/thirdparty/ACLConfig.cmake | 2 +- src/plugins/intel_cpu/thirdparty/CMakeLists.txt | 2 +- src/plugins/intel_cpu/thirdparty/FindACL.cmake | 2 +- src/plugins/intel_cpu/tools/dump_check/dump_check.py | 2 +- src/plugins/intel_gpu/CMakeLists.txt | 2 +- src/plugins/intel_gpu/include/intel_gpu/graph/network.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/graph/program.hpp | 2 +- .../include/intel_gpu/graph/serialization/binary_buffer.hpp | 2 +- .../intel_gpu/include/intel_gpu/graph/serialization/bind.hpp | 2 +- .../include/intel_gpu/graph/serialization/buffer.hpp | 2 +- .../graph/serialization/cl_kernel_data_serializer.hpp | 2 +- .../include/intel_gpu/graph/serialization/helpers.hpp | 2 +- .../intel_gpu/graph/serialization/layout_serializer.hpp | 2 +- .../include/intel_gpu/graph/serialization/map_serializer.hpp | 2 +- .../intel_gpu/graph/serialization/polymorphic_serializer.hpp | 2 +- .../include/intel_gpu/graph/serialization/serializer.hpp | 2 +- .../include/intel_gpu/graph/serialization/set_serializer.hpp | 2 +- .../include/intel_gpu/graph/serialization/static_instance.hpp | 2 +- .../intel_gpu/graph/serialization/string_serializer.hpp | 2 +- .../intel_gpu/graph/serialization/vector_serializer.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/graph/topology.hpp | 2 +- .../intel_gpu/include/intel_gpu/op/fully_connected.hpp | 2 +- .../include/intel_gpu/op/fully_connected_compressed.hpp | 2 +- .../intel_gpu/include/intel_gpu/op/gather_compressed.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/op/gemm.hpp | 2 +- .../include/intel_gpu/plugin/async_infer_request.hpp | 2 +- .../intel_gpu/include/intel_gpu/plugin/common_utils.hpp | 2 +- .../intel_gpu/include/intel_gpu/plugin/compiled_model.hpp | 2 +- .../intel_gpu/include/intel_gpu/plugin/custom_layer.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/plugin/graph.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/plugin/plugin.hpp | 2 +- .../intel_gpu/include/intel_gpu/plugin/primitives_list.hpp | 2 +- .../intel_gpu/include/intel_gpu/plugin/program_builder.hpp | 2 +- .../intel_gpu/include/intel_gpu/plugin/remote_context.hpp | 2 +- .../intel_gpu/include/intel_gpu/plugin/simple_math.hpp | 2 +- .../intel_gpu/include/intel_gpu/plugin/sync_infer_request.hpp | 2 +- .../include/intel_gpu/plugin/transformations_pipeline.hpp | 2 +- .../intel_gpu/include/intel_gpu/plugin/variable_state.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/activation.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/arg_max_min.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/batch_to_space.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/border.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/broadcast.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/concatenation.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/condition.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/convert_color.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/convolution.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/crop.hpp | 2 +- .../include/intel_gpu/primitives/ctc_greedy_decoder.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/cum_sum.hpp | 2 +- .../include/intel_gpu/primitives/custom_gpu_primitive.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/data.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/deconvolution.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/depth_to_space.hpp | 2 +- .../include/intel_gpu/primitives/detection_output.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/eltwise.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/embedding_bag.hpp | 2 +- .../experimental_detectron_roi_feature_extractor.hpp | 2 +- .../intel_gpu/primitives/experimental_detectron_topk_rois.hpp | 2 +- .../include/intel_gpu/primitives/extract_image_patches.hpp | 2 +- .../include/intel_gpu/primitives/fully_connected.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/gather.hpp | 2 +- .../include/intel_gpu/primitives/gather_elements.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/gather_nd.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/gather_tree.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/gemm.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/grn.hpp | 2 +- .../include/intel_gpu/primitives/implementation_desc.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/input_layout.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/loop.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/lrn.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/lstm.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/mutable_data.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/mvn.hpp | 2 +- .../include/intel_gpu/primitives/non_max_suppression.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/normalize.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/one_hot.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/permute.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/pooling.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/primitive.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/prior_box.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/proposal.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/quantize.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/random_uniform.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/range.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/reduce.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/region_yolo.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/reorder.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/reorg_yolo.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/resample.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/reshape.hpp | 2 +- .../include/intel_gpu/primitives/reverse_sequence.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/roi_align.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/roi_pooling.hpp | 2 +- .../include/intel_gpu/primitives/scatter_elements_update.hpp | 2 +- .../include/intel_gpu/primitives/scatter_nd_update.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/scatter_update.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/select.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/shape_of.hpp | 2 +- .../include/intel_gpu/primitives/shuffle_channels.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/slice.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/softmax.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/space_to_batch.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/space_to_depth.hpp | 2 +- .../intel_gpu/include/intel_gpu/primitives/strided_slice.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/primitives/tile.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/compounds.hpp | 2 +- .../include/intel_gpu/runtime/debug_configuration.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/device.hpp | 2 +- .../intel_gpu/include/intel_gpu/runtime/device_info.hpp | 2 +- .../intel_gpu/include/intel_gpu/runtime/device_query.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/engine.hpp | 2 +- .../include/intel_gpu/runtime/engine_configuration.hpp | 2 +- .../intel_gpu/include/intel_gpu/runtime/error_handler.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/event.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/format.hpp | 2 +- .../include/intel_gpu/runtime/internal_properties.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/itt.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/kernel.hpp | 2 +- .../intel_gpu/include/intel_gpu/runtime/kernel_args.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/layout.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/lru_cache.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/memory.hpp | 2 +- .../intel_gpu/include/intel_gpu/runtime/memory_caps.hpp | 2 +- .../intel_gpu/include/intel_gpu/runtime/memory_pool.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/profiling.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/stream.hpp | 2 +- src/plugins/intel_gpu/include/intel_gpu/runtime/tensor.hpp | 2 +- .../intel_gpu/include/intel_gpu/runtime/tensor_accessor.hpp | 2 +- src/plugins/intel_gpu/include/va/va.h | 2 +- src/plugins/intel_gpu/src/graph/CMakeLists.txt | 2 +- src/plugins/intel_gpu/src/graph/activation.cpp | 2 +- src/plugins/intel_gpu/src/graph/arg_max_min.cpp | 2 +- src/plugins/intel_gpu/src/graph/batch_to_space.cpp | 2 +- src/plugins/intel_gpu/src/graph/border.cpp | 2 +- src/plugins/intel_gpu/src/graph/broadcast.cpp | 2 +- src/plugins/intel_gpu/src/graph/concatenation.cpp | 2 +- src/plugins/intel_gpu/src/graph/condition.cpp | 2 +- src/plugins/intel_gpu/src/graph/convert_color.cpp | 2 +- src/plugins/intel_gpu/src/graph/convolution.cpp | 2 +- src/plugins/intel_gpu/src/graph/crop.cpp | 2 +- src/plugins/intel_gpu/src/graph/ctc_greedy_decoder.cpp | 2 +- src/plugins/intel_gpu/src/graph/cum_sum.cpp | 2 +- src/plugins/intel_gpu/src/graph/custom_gpu_primitive.cpp | 2 +- src/plugins/intel_gpu/src/graph/data.cpp | 2 +- src/plugins/intel_gpu/src/graph/deconvolution.cpp | 2 +- src/plugins/intel_gpu/src/graph/deformable_convolution.cpp | 2 +- src/plugins/intel_gpu/src/graph/depth_to_space.cpp | 2 +- src/plugins/intel_gpu/src/graph/detection_output.cpp | 2 +- src/plugins/intel_gpu/src/graph/eltwise.cpp | 2 +- src/plugins/intel_gpu/src/graph/embedding_bag.cpp | 2 +- src/plugins/intel_gpu/src/graph/error_handler.cpp | 2 +- .../graph/experimental_detectron_roi_feature_extractor.cpp | 2 +- .../intel_gpu/src/graph/experimental_detectron_topk_rois.cpp | 2 +- src/plugins/intel_gpu/src/graph/extract_image_patches.cpp | 2 +- src/plugins/intel_gpu/src/graph/fully_connected.cpp | 2 +- src/plugins/intel_gpu/src/graph/gather.cpp | 2 +- src/plugins/intel_gpu/src/graph/gather_elements.cpp | 2 +- src/plugins/intel_gpu/src/graph/gather_nd.cpp | 2 +- src/plugins/intel_gpu/src/graph/gather_tree.cpp | 2 +- src/plugins/intel_gpu/src/graph/gemm.cpp | 2 +- .../graph_optimizer/add_onednn_optimization_attributes.cpp | 2 +- .../src/graph/graph_optimizer/add_required_reorders.cpp | 2 +- .../src/graph/graph_optimizer/basic_memory_dependencies.cpp | 2 +- .../intel_gpu/src/graph/graph_optimizer/compile_graph.cpp | 2 +- .../src/graph/graph_optimizer/concat_input_order.cpp | 2 +- .../src/graph/graph_optimizer/fuse_primitives_with_layout.cpp | 2 +- .../src/graph/graph_optimizer/graph_initializations.cpp | 2 +- .../intel_gpu/src/graph/graph_optimizer/handle_reshape.cpp | 2 +- .../intel_gpu/src/graph/graph_optimizer/mark_nodes.cpp | 2 +- .../src/graph/graph_optimizer/oooq_memory_dependencies.cpp | 2 +- .../src/graph/graph_optimizer/post_input_reorder.cpp | 2 +- .../src/graph/graph_optimizer/post_optimize_weights.cpp | 2 +- .../src/graph/graph_optimizer/pre_replace_deconv.cpp | 2 +- .../src/graph/graph_optimizer/prepare_buffer_fusing.cpp | 2 +- .../intel_gpu/src/graph/graph_optimizer/prepare_padding.cpp | 2 +- .../src/graph/graph_optimizer/prepare_primitive_fusing.cpp | 2 +- .../src/graph/graph_optimizer/prepare_quantization.cpp | 2 +- .../src/graph/graph_optimizer/propagate_constants.cpp | 2 +- .../src/graph/graph_optimizer/remove_redundant_reorders.cpp | 2 +- .../intel_gpu/src/graph/graph_optimizer/reorder_inputs.cpp | 2 +- .../src/graph/graph_optimizer/select_preferred_formats.cpp | 2 +- .../graph_optimizer/skipped_branch_memory_dependencies.cpp | 2 +- .../intel_gpu/src/graph/graph_optimizer/trim_to_outputs.cpp | 2 +- .../src/graph/graph_optimizer/update_inner_program_io_map.cpp | 2 +- src/plugins/intel_gpu/src/graph/grn.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/common/condition.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/common/loop.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/common/register.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/common/register.hpp | 2 +- .../intel_gpu/src/graph/impls/common/wait_for_events.cpp | 2 +- .../intel_gpu/src/graph/impls/cpu/cpu_impl_helpers.hpp | 2 +- .../intel_gpu/src/graph/impls/cpu/detection_output.cpp | 2 +- .../intel_gpu/src/graph/impls/cpu/non_max_suppression.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/cpu/proposal.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/cpu/register.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/cpu/register.hpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/activation.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/arg_max_min.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/batch_to_space.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/border.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/broadcast.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/concatenation.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/convert_color.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/convolution.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/crop.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/ctc_greedy_decoder.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/cum_sum.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/custom_primitive.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/deconvolution.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/deformable_convolution.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/depth_to_space.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/detection_output.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/eltwise.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/embedding_bag.cpp | 2 +- .../ocl/experimental_detectron_roi_feature_extractor.cpp | 2 +- .../src/graph/impls/ocl/experimental_detectron_topk_rois.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/extract_image_patches.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/fully_connected.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/gather.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/gather_elements.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/gather_nd.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/gather_tree.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/gemm.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/grn.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/kernel_selector_helper.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/kernel_selector_helper.h | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/lrn.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/lstm_elt.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/matrix_nms.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/mutable_data.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/mvn.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/non_max_suppression.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/normalize.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/one_hot.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/permute.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/pooling.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/primitive_base.hpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/quantize.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/random_uniform.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/range.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/reduce.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/region_yolo.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/register.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/register.hpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/reorder.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/reorg_yolo.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/resample.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/reshape.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/reverse_sequence.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/roi_align.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/roi_pooling.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/scatter_elements_update.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/scatter_nd_update.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/scatter_update.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/select.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/shape_of.cpp | 2 +- .../intel_gpu/src/graph/impls/ocl/shuffle_channels.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/slice.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/softmax.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/space_to_batch.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/space_to_depth.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/strided_slice.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/ocl/tile.cpp | 2 +- .../intel_gpu/src/graph/impls/onednn/concatenation_onednn.cpp | 2 +- .../intel_gpu/src/graph/impls/onednn/convolution_onednn.cpp | 2 +- .../intel_gpu/src/graph/impls/onednn/deconvolution_onednn.cpp | 2 +- .../intel_gpu/src/graph/impls/onednn/eltwise_onednn.cpp | 2 +- .../src/graph/impls/onednn/fully_connected_onednn.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/onednn/gemm_onednn.cpp | 2 +- .../intel_gpu/src/graph/impls/onednn/onednn_formats_map.cpp | 2 +- .../intel_gpu/src/graph/impls/onednn/onednn_formats_map.hpp | 2 +- .../intel_gpu/src/graph/impls/onednn/pooling_onednn.cpp | 2 +- .../intel_gpu/src/graph/impls/onednn/primitive_onednn_base.h | 2 +- src/plugins/intel_gpu/src/graph/impls/onednn/register.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/onednn/register.hpp | 2 +- .../intel_gpu/src/graph/impls/onednn/reorder_onednn.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/onednn/utils.cpp | 2 +- src/plugins/intel_gpu/src/graph/impls/onednn/utils.hpp | 2 +- src/plugins/intel_gpu/src/graph/include/activation_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/arg_max_min_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/batch_to_space_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/border_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/broadcast_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/concatenation_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/condition_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/convert_color_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/convolution_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/crop_inst.h | 2 +- .../intel_gpu/src/graph/include/ctc_greedy_decoder_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/cum_sum_inst.h | 2 +- .../intel_gpu/src/graph/include/custom_gpu_primitive_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/data_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/deconvolution_inst.h | 2 +- .../intel_gpu/src/graph/include/deformable_convolution_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/depth_to_space_inst.h | 2 +- .../intel_gpu/src/graph/include/detection_output_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/eltwise_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/embedding_bag_inst.h | 2 +- .../experimental_detectron_roi_feature_extractor_inst.hpp | 2 +- .../src/graph/include/experimental_detectron_topk_rois_inst.h | 2 +- .../intel_gpu/src/graph/include/extract_image_patches_inst.h | 2 +- .../intel_gpu/src/graph/include/fully_connected_inst.h | 2 +- .../intel_gpu/src/graph/include/gather_elements_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/gather_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/gather_nd_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/gather_tree_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/gemm_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/grn_inst.h | 2 +- .../intel_gpu/src/graph/include/implementation_map.hpp | 2 +- src/plugins/intel_gpu/src/graph/include/input_layout_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/json_object.h | 2 +- src/plugins/intel_gpu/src/graph/include/layout_optimizer.h | 2 +- src/plugins/intel_gpu/src/graph/include/loop_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/lrn_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/lstm_elt_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/matrix_nms_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/memory_accessor.hpp | 2 +- src/plugins/intel_gpu/src/graph/include/mutable_data_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/mvn_inst.h | 2 +- .../intel_gpu/src/graph/include/non_max_suppression_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/normalize_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/one_hot_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/pass_manager.h | 2 +- src/plugins/intel_gpu/src/graph/include/permute_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/pooling_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/primitive_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/primitive_type.h | 2 +- src/plugins/intel_gpu/src/graph/include/primitive_type_base.h | 2 +- src/plugins/intel_gpu/src/graph/include/prior_box_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/program_dump_graph.h | 2 +- src/plugins/intel_gpu/src/graph/include/program_helpers.h | 2 +- src/plugins/intel_gpu/src/graph/include/program_node.h | 2 +- src/plugins/intel_gpu/src/graph/include/proposal_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/quantize_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/random_uniform_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/range_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/reduce_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/region_yolo_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/reorder_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/reorg_yolo_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/resample_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/reshape_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/reverse_inst.h | 2 +- .../intel_gpu/src/graph/include/reverse_sequence_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/roi_align_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/roi_pooling_inst.h | 2 +- .../src/graph/include/scatter_elements_update_inst.h | 2 +- .../intel_gpu/src/graph/include/scatter_nd_update_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/scatter_update_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/select_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/shape_of_inst.h | 2 +- .../intel_gpu/src/graph/include/shuffle_channels_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/slice_inst.h | 2 +- .../intel_gpu/src/graph/include/sliding_window_utils.hpp | 2 +- src/plugins/intel_gpu/src/graph/include/softmax_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/space_to_batch_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/space_to_depth_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/strided_slice_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/tile_inst.h | 2 +- src/plugins/intel_gpu/src/graph/include/to_string_utils.h | 2 +- src/plugins/intel_gpu/src/graph/input_layout.cpp | 2 +- src/plugins/intel_gpu/src/graph/layout_optimizer.cpp | 2 +- src/plugins/intel_gpu/src/graph/loop.cpp | 2 +- src/plugins/intel_gpu/src/graph/lrn.cpp | 2 +- src/plugins/intel_gpu/src/graph/lstm_elt.cpp | 2 +- src/plugins/intel_gpu/src/graph/matrix_nms.cpp | 2 +- src/plugins/intel_gpu/src/graph/mutable_data.cpp | 2 +- src/plugins/intel_gpu/src/graph/mvn.cpp | 2 +- src/plugins/intel_gpu/src/graph/network.cpp | 2 +- src/plugins/intel_gpu/src/graph/nodes_ordering.cpp | 2 +- src/plugins/intel_gpu/src/graph/non_max_suppression.cpp | 2 +- src/plugins/intel_gpu/src/graph/normalize.cpp | 2 +- src/plugins/intel_gpu/src/graph/one_hot.cpp | 2 +- src/plugins/intel_gpu/src/graph/pass_manager.cpp | 2 +- src/plugins/intel_gpu/src/graph/permute.cpp | 2 +- src/plugins/intel_gpu/src/graph/pooling.cpp | 2 +- src/plugins/intel_gpu/src/graph/primitive_inst.cpp | 2 +- src/plugins/intel_gpu/src/graph/prior_box.cpp | 2 +- src/plugins/intel_gpu/src/graph/program.cpp | 2 +- src/plugins/intel_gpu/src/graph/program_dump_graph.cpp | 2 +- src/plugins/intel_gpu/src/graph/program_helpers.cpp | 2 +- src/plugins/intel_gpu/src/graph/program_node.cpp | 2 +- src/plugins/intel_gpu/src/graph/proposal.cpp | 2 +- src/plugins/intel_gpu/src/graph/quantize.cpp | 2 +- src/plugins/intel_gpu/src/graph/random_uniform.cpp | 2 +- src/plugins/intel_gpu/src/graph/range.cpp | 2 +- src/plugins/intel_gpu/src/graph/reduce.cpp | 2 +- src/plugins/intel_gpu/src/graph/region_yolo.cpp | 2 +- src/plugins/intel_gpu/src/graph/reorder.cpp | 2 +- src/plugins/intel_gpu/src/graph/reorg_yolo.cpp | 2 +- src/plugins/intel_gpu/src/graph/resample.cpp | 2 +- src/plugins/intel_gpu/src/graph/reshape.cpp | 2 +- src/plugins/intel_gpu/src/graph/reverse_sequence.cpp | 2 +- src/plugins/intel_gpu/src/graph/roi_align.cpp | 2 +- src/plugins/intel_gpu/src/graph/roi_pooling.cpp | 2 +- src/plugins/intel_gpu/src/graph/scatter_elements_update.cpp | 2 +- src/plugins/intel_gpu/src/graph/scatter_nd_update.cpp | 2 +- src/plugins/intel_gpu/src/graph/scatter_update.cpp | 2 +- src/plugins/intel_gpu/src/graph/select.cpp | 2 +- src/plugins/intel_gpu/src/graph/shape_of.cpp | 2 +- src/plugins/intel_gpu/src/graph/shuffle_channels.cpp | 2 +- src/plugins/intel_gpu/src/graph/slice.cpp | 2 +- src/plugins/intel_gpu/src/graph/softmax.cpp | 2 +- src/plugins/intel_gpu/src/graph/space_to_batch.cpp | 2 +- src/plugins/intel_gpu/src/graph/space_to_depth.cpp | 2 +- src/plugins/intel_gpu/src/graph/strided_slice.cpp | 2 +- src/plugins/intel_gpu/src/graph/tile.cpp | 2 +- src/plugins/intel_gpu/src/graph/topology.cpp | 2 +- src/plugins/intel_gpu/src/kernel_selector/CMakeLists.txt | 2 +- src/plugins/intel_gpu/src/kernel_selector/auto_tuner.cpp | 2 +- src/plugins/intel_gpu/src/kernel_selector/auto_tuner.h | 2 +- .../src/kernel_selector/cl_kernels/activation_opt.cl | 2 +- .../src/kernel_selector/cl_kernels/activation_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/arg_max_min_axis.cl | 2 +- .../src/kernel_selector/cl_kernels/arg_max_min_gpu_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/arg_max_min_opt.cl | 2 +- .../src/kernel_selector/cl_kernels/batch_to_space_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/border_gpu_ref.cl | 2 +- .../kernel_selector/cl_kernels/concatenation_gpu_blocked.cl | 2 +- .../cl_kernels/concatenation_gpu_depth_bfyx_no_pitch.cl | 2 +- .../cl_kernels/concatenation_gpu_fs_b_yx_fsv32.cl | 2 +- .../src/kernel_selector/cl_kernels/concatenation_gpu_ref.cl | 2 +- .../cl_kernels/concatenation_gpu_simple_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/convert_color_ref.cl | 2 +- .../cl_kernels/convolution_gpu_b_fs_yx_fsv16_imad_1x1.cl | 2 +- .../cl_kernels/convolution_gpu_b_fs_yx_fsv4_1x1.cl | 2 +- .../cl_kernels/convolution_gpu_b_fs_yx_fsv4_dw.cl | 2 +- .../cl_kernels/convolution_gpu_b_fs_yx_fsv4_int8.cl | 2 +- .../cl_kernels/convolution_gpu_b_fs_yx_fsv_16_32_imad_dw.cl | 2 +- .../cl_kernels/convolution_gpu_b_fs_zyx_fsv16_imad.cl | 2 +- .../kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_1x1_hgemm_buf_16x1.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_1x1_opt.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_depthwise_weights_lwg.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_direct_10_12_16.cl | 2 +- .../kernel_selector/cl_kernels/convolution_gpu_bfyx_f16.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_f16_1x1.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_f16_depthwise.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_gemm_like_fp16.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl | 2 +- .../kernel_selector/cl_kernels/convolution_gpu_bfyx_iyxo.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_to_bfyx_f16.cl | 2 +- .../convolution_gpu_bfyx_to_bs_fs_yx_bsv16_fsv16.cl | 2 +- .../cl_kernels/convolution_gpu_bfyx_to_fs_byx_fsv32.cl | 2 +- .../cl_kernels/convolution_gpu_fs_byx_fsv32.cl | 2 +- .../cl_kernels/convolution_gpu_fs_byx_fsv32_1x1.cl | 2 +- .../cl_kernels/convolution_gpu_fs_byx_fsv32_depthwise.cl | 2 +- .../src/kernel_selector/cl_kernels/convolution_gpu_imad.cl | 2 +- .../convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_1x1.cl | 2 +- .../convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_3x3.cl | 2 +- .../cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32.cl | 2 +- .../cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32_dw.cl | 2 +- .../cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv32.cl | 2 +- .../cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv4.cl | 2 +- .../src/kernel_selector/cl_kernels/convolution_gpu_ref.cl | 2 +- .../cl_kernels/convolution_gpu_winograd_2x3_s1.cl | 2 +- .../cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl | 2 +- .../cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl | 2 +- .../kernel_selector/cl_kernels/convolution_gpu_yxfb_ref.cl | 2 +- .../cl_kernels/convolution_gpu_yxfb_yxio_b16_fp16.cl | 2 +- .../cl_kernels/convolution_gpu_yxfb_yxio_b16_fp32.cl | 2 +- .../convolution_gpu_yxfb_yxio_b1_block_multiple_x_fp32.cl | 2 +- .../cl_kernels/convolution_gpu_yxfb_yxio_b8_fp32.cl | 2 +- .../src/kernel_selector/cl_kernels/ctc_greedy_decoder_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/cum_sum_partial_sum.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/cum_sum_ref.cl | 2 +- .../cl_kernels/deconvolution_gpu_b_fs_zyx_fsv16_dw.cl | 2 +- .../kernel_selector/cl_kernels/deconvolution_gpu_bfyx_opt.cl | 2 +- .../cl_kernels/deconvolution_gpu_imad_along_f_tile_bfx.cl | 2 +- .../cl_kernels/deconvolution_gpu_imad_common.cl | 2 +- .../kernel_selector/cl_kernels/deconvolution_gpu_imad_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/deconvolution_gpu_ref.cl | 2 +- .../cl_kernels/deformable_convolution_gpu_bfyx_conv.cl | 2 +- .../cl_kernels/deformable_convolution_gpu_bfyx_interp.cl | 2 +- .../cl_kernels/deformable_convolution_gpu_bfyx_ref.cl | 2 +- .../kernel_selector/cl_kernels/depth_to_space_block2_opt.cl | 2 +- .../src/kernel_selector/cl_kernels/depth_to_space_ref.cl | 2 +- .../kernel_selector/cl_kernels/detection_output_gpu_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/eltwise_fs_b_yx_fsv32.cl | 2 +- .../cl_kernels/eltwise_mixed_byxf_and_fs_b_yx_fsv32.cl | 2 +- .../src/kernel_selector/cl_kernels/eltwise_simple_vload8.cl | 2 +- .../src/kernel_selector/cl_kernels/embedding_bag_ref.cl | 2 +- .../kernel_selector/cl_kernels/extract_image_patches_ref.cl | 2 +- .../kernel_selector/cl_kernels/fully_connected_gpu_MMAD.cl | 2 +- .../cl_kernels/fully_connected_gpu_bf_io_gemm.cl | 2 +- .../cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl | 2 +- .../cl_kernels/fully_connected_gpu_bf_io_ref.cl | 2 +- .../cl_kernels/fully_connected_gpu_bf_tiled.cl | 2 +- .../cl_kernels/fully_connected_gpu_bfyx_ref.cl | 2 +- .../cl_kernels/fully_connected_gpu_bs_f_bsv16_af8_vload.cl | 2 +- .../cl_kernels/fully_connected_gpu_bs_f_bsv16_b1.cl | 2 +- .../cl_kernels/fully_connected_gpu_bs_f_bsv8_af8_vload.cl | 2 +- .../cl_kernels/fully_connected_gpu_fb_io_b8_f8_vload.cl | 2 +- .../cl_kernels/fully_connected_gpu_fb_io_block_fp16.cl | 2 +- .../cl_kernels/fully_connected_gpu_fb_io_ref.cl | 2 +- .../cl_kernels/fully_connected_gpu_fb_oi_b8_fp32_ref.cl | 2 +- .../cl_kernels/fully_connected_gpu_fb_oi_ref.cl | 2 +- .../cl_kernels/fully_connected_gpu_fs_byx_fsv32.cl | 2 +- .../kernel_selector/cl_kernels/fully_connected_gpu_imad.cl | 2 +- .../cl_kernels/fully_connected_gpu_yxfb_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/gather_elements_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/gather_nd_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/gather_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/gather_tree_gpu_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/gemm_mmad_int8.cl | 2 +- .../src/kernel_selector/cl_kernels/gemm_mmad_int8_slm.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/gemm_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/gemm_tiled_opt.cl | 2 +- .../kernel_selector/cl_kernels/gen9_common_conv_bwd_data.cl | 2 +- .../cl_kernels/gen9_common_conv_fwd_data_f16.cl | 2 +- .../cl_kernels/gen9_common_conv_fwd_data_f32.cl | 2 +- .../src/kernel_selector/cl_kernels/generic_eltwise_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/grn_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/include/acc_type.cl | 2 +- .../kernel_selector/cl_kernels/include/arg_max_min_common.cl | 2 +- .../cl_kernels/include/batch_headers/common.cl | 2 +- .../cl_kernels/include/batch_headers/fetch_data.cl | 2 +- .../cl_kernels/include/batch_headers/fetch_weights.cl | 2 +- .../kernel_selector/cl_kernels/include/batch_headers/imad.cl | 2 +- .../cl_kernels/include/batch_headers/sub_group_block_read.cl | 2 +- .../cl_kernels/include/batch_headers/sub_group_block_write.cl | 2 +- .../cl_kernels/include/batch_headers/vec_typedefs.cl | 2 +- .../cl_kernels/include/detection_output_common.cl | 2 +- .../src/kernel_selector/cl_kernels/include/gemm_common.cl | 2 +- .../src/kernel_selector/cl_kernels/include/image_data.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/include/mmad.cl | 2 +- .../src/kernel_selector/cl_kernels/include/reshape_dims.cl | 2 +- .../src/kernel_selector/cl_kernels/include/sub_group.cl | 2 +- .../src/kernel_selector/cl_kernels/include/unit_type.cl | 2 +- .../cl_kernels/lrn_gpu_across_channel_multiple_features.cl | 2 +- .../lrn_gpu_across_channel_multiple_features_fsv16.cl | 2 +- .../kernel_selector/cl_kernels/lrn_gpu_across_channel_ref.cl | 2 +- .../cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl | 2 +- .../src/kernel_selector/cl_kernels/lrn_gpu_within_channel.cl | 2 +- .../kernel_selector/cl_kernels/lrn_gpu_within_channel_opt.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/lrn_ref.cl | 2 +- .../kernel_selector/cl_kernels/lrn_within_channel_byxf_opt.cl | 2 +- .../src/kernel_selector/cl_kernels/lstm_elt_gpu_bfyx_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/matrix_nms_ref.cl | 2 +- .../kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad.cl | 2 +- .../cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_accumulate.cl | 2 +- .../cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_reduce.cl | 2 +- .../src/kernel_selector/cl_kernels/mvn_gpu_bfyx_opt.cl | 2 +- .../kernel_selector/cl_kernels/mvn_gpu_ref_across_channels.cl | 2 +- .../kernel_selector/cl_kernels/mvn_gpu_ref_within_channels.cl | 2 +- .../kernel_selector/cl_kernels/non_max_suppression_gpu_ref.cl | 2 +- .../cl_kernels/normalize_gpu_across_spatial_ref.cl | 2 +- .../cl_kernels/normalize_gpu_within_spatial_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/one_hot_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/permute_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/permute_tile_8x8_4x4.cl | 2 +- .../kernel_selector/cl_kernels/permute_tile_8x8_4x4_fsv.cl | 2 +- .../kernel_selector/cl_kernels/pooling_gpu_b_fs_yx_fsv4.cl | 2 +- .../cl_kernels/pooling_gpu_b_fs_zyx_fsv16_imad.cl | 2 +- .../kernel_selector/cl_kernels/pooling_gpu_bfyx_block_opt.cl | 2 +- .../src/kernel_selector/cl_kernels/pooling_gpu_blocked.cl | 2 +- .../cl_kernels/pooling_gpu_bs_fs_yx_bsv16_fsv16.cl | 2 +- .../src/kernel_selector/cl_kernels/pooling_gpu_bsv16_fsv16.cl | 2 +- .../src/kernel_selector/cl_kernels/pooling_gpu_byxf_opt.cl | 2 +- .../cl_kernels/pooling_gpu_byxf_padding_opt.cl | 2 +- .../kernel_selector/cl_kernels/pooling_gpu_fs_b_yx_fsv32.cl | 2 +- .../src/kernel_selector/cl_kernels/pooling_gpu_int8_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/pooling_gpu_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/quantize_gpu_ref.cl | 2 +- .../cl_kernels/quantize_gpu_scale_shift_opt.cl | 2 +- .../src/kernel_selector/cl_kernels/random_uniform_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/range_ref.cl | 2 +- .../kernel_selector/cl_kernels/reduce_gpu_b_fs_yx_fsv16.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/reduce_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/region_yolo_gpu_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/reorder_biplanar_nv12.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/reorder_data.cl | 2 +- .../cl_kernels/reorder_data_b_fs_yx_fsv16_fsv32_to_bfyx.cl | 2 +- .../cl_kernels/reorder_data_bfyx_to_blocked_format.cl | 2 +- .../src/kernel_selector/cl_kernels/reorder_data_fast_b1.cl | 2 +- .../cl_kernels/reorder_data_to_yxfb_batched.cl | 2 +- .../cl_kernels/reorder_from_winograd_2x3_s1.cl | 2 +- .../cl_kernels/reorder_fs_b_yx_fsv32_to_bfyx.cl | 2 +- .../kernel_selector/cl_kernels/reorder_to_winograd_2x3_s1.cl | 2 +- .../src/kernel_selector/cl_kernels/reorder_weights.cl | 2 +- .../cl_kernels/reorder_weights_image_2d_c4_fyx_b.cl | 2 +- .../cl_kernels/reorder_weights_image_winograd_6x3_s1.cl | 2 +- .../src/kernel_selector/cl_kernels/reorder_weights_int4.cl | 2 +- .../src/kernel_selector/cl_kernels/reorder_weights_opt.cl | 2 +- .../cl_kernels/reorder_weights_winograd_2x3_s1.cl | 2 +- .../cl_kernels/reorder_weights_winograd_6x3_s1.cl | 2 +- .../src/kernel_selector/cl_kernels/reorg_yolo_gpu_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/resample_opt.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/resample_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/reshape_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/reverse_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/reverse_sequence_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/roi_align_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/roi_pooling_ps_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/roi_pooling_ref.cl | 2 +- .../kernel_selector/cl_kernels/scatter_elements_update_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/scatter_nd_update_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/scatter_update_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/select_gpu_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/shape_of_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/shuffle_channels_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/slice_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/softmax_gpu_bf.cl | 2 +- .../src/kernel_selector/cl_kernels/softmax_gpu_fb.cl | 2 +- .../cl_kernels/softmax_gpu_items_class_optimized.cl | 2 +- .../src/kernel_selector/cl_kernels/softmax_gpu_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/space_to_batch_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/space_to_depth_ref.cl | 2 +- .../src/kernel_selector/cl_kernels/strided_slice_ref.cl | 2 +- .../intel_gpu/src/kernel_selector/cl_kernels/tile_ref.cl | 2 +- src/plugins/intel_gpu/src/kernel_selector/common_tools.h | 2 +- src/plugins/intel_gpu/src/kernel_selector/common_types.h | 2 +- src/plugins/intel_gpu/src/kernel_selector/jitter.cpp | 2 +- src/plugins/intel_gpu/src/kernel_selector/jitter.h | 2 +- src/plugins/intel_gpu/src/kernel_selector/kernel_base.cpp | 2 +- src/plugins/intel_gpu/src/kernel_selector/kernel_base.h | 2 +- .../intel_gpu/src/kernel_selector/kernel_base_opencl.cpp | 2 +- .../intel_gpu/src/kernel_selector/kernel_base_opencl.h | 2 +- src/plugins/intel_gpu/src/kernel_selector/kernel_selector.cpp | 2 +- src/plugins/intel_gpu/src/kernel_selector/kernel_selector.h | 2 +- .../intel_gpu/src/kernel_selector/kernel_selector_common.cpp | 2 +- .../intel_gpu/src/kernel_selector/kernel_selector_common.h | 2 +- .../intel_gpu/src/kernel_selector/kernel_selector_params.cpp | 2 +- .../intel_gpu/src/kernel_selector/kernel_selector_params.h | 2 +- .../intel_gpu/src/kernel_selector/kernel_selector_utils.cpp | 2 +- .../intel_gpu/src/kernel_selector/kernel_selector_utils.h | 2 +- .../kernels/activation/activation_kernel_base.cpp | 2 +- .../kernels/activation/activation_kernel_base.h | 2 +- .../kernels/activation/activation_kernel_opt.cpp | 2 +- .../kernels/activation/activation_kernel_opt.h | 2 +- .../kernels/activation/activation_kernel_ref.cpp | 2 +- .../kernels/activation/activation_kernel_ref.h | 2 +- .../kernels/activation/activation_kernel_selector.cpp | 2 +- .../kernels/activation/activation_kernel_selector.h | 2 +- .../kernels/arg_max_min/arg_max_min_kernel_axis.cpp | 2 +- .../kernels/arg_max_min/arg_max_min_kernel_axis.h | 2 +- .../kernels/arg_max_min/arg_max_min_kernel_base.cpp | 2 +- .../kernels/arg_max_min/arg_max_min_kernel_base.h | 2 +- .../kernels/arg_max_min/arg_max_min_kernel_gpu_ref.cpp | 2 +- .../kernels/arg_max_min/arg_max_min_kernel_gpu_ref.h | 2 +- .../kernels/arg_max_min/arg_max_min_kernel_opt.cpp | 2 +- .../kernels/arg_max_min/arg_max_min_kernel_opt.h | 2 +- .../kernels/arg_max_min/arg_max_min_kernel_selector.cpp | 2 +- .../kernels/arg_max_min/arg_max_min_kernel_selector.h | 2 +- .../kernels/batch_to_space/batch_to_space_kernel_base.cpp | 2 +- .../kernels/batch_to_space/batch_to_space_kernel_base.h | 2 +- .../kernels/batch_to_space/batch_to_space_kernel_ref.cpp | 2 +- .../kernels/batch_to_space/batch_to_space_kernel_ref.h | 2 +- .../kernels/batch_to_space/batch_to_space_kernel_selector.cpp | 2 +- .../kernels/batch_to_space/batch_to_space_kernel_selector.h | 2 +- .../src/kernel_selector/kernels/border/border_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/border/border_kernel_base.h | 2 +- .../src/kernel_selector/kernels/border/border_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/border/border_kernel_ref.h | 2 +- .../kernel_selector/kernels/border/border_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/border/border_kernel_selector.h | 2 +- .../kernel_selector/kernels/broadcast/broadcast_kernel_base.h | 2 +- .../kernels/broadcast/broadcast_kernel_ref.cpp | 2 +- .../kernel_selector/kernels/broadcast/broadcast_kernel_ref.h | 2 +- .../kernels/broadcast/broadcast_kernel_selector.cpp | 2 +- .../kernels/broadcast/broadcast_kernel_selector.h | 2 +- .../concatenation/concatenation_kernel_b_fs_yx_fsv16.cpp | 2 +- .../concatenation/concatenation_kernel_b_fs_yx_fsv16.h | 2 +- .../kernels/concatenation/concatenation_kernel_base.cpp | 2 +- .../kernels/concatenation/concatenation_kernel_base.h | 2 +- .../concatenation_kernel_depth_bfyx_no_pitch.cpp | 2 +- .../concatenation/concatenation_kernel_depth_bfyx_no_pitch.h | 2 +- .../concatenation/concatenation_kernel_fs_b_yx_fsv32.cpp | 2 +- .../concatenation/concatenation_kernel_fs_b_yx_fsv32.h | 2 +- .../kernels/concatenation/concatenation_kernel_ref.cpp | 2 +- .../kernels/concatenation/concatenation_kernel_ref.h | 2 +- .../kernels/concatenation/concatenation_kernel_selector.cpp | 2 +- .../kernels/concatenation/concatenation_kernel_selector.h | 2 +- .../kernels/concatenation/concatenation_kernel_simple_ref.cpp | 2 +- .../kernels/concatenation/concatenation_kernel_simple_ref.h | 2 +- .../kernels/convert_color/convert_color_kernel_base.cpp | 2 +- .../kernels/convert_color/convert_color_kernel_base.h | 2 +- .../kernels/convert_color/convert_color_kernel_ref.cpp | 2 +- .../kernels/convert_color/convert_color_kernel_ref.h | 2 +- .../kernels/convert_color/convert_color_kernel_selector.cpp | 2 +- .../kernels/convert_color/convert_color_kernel_selector.h | 2 +- .../kernels/convolution/convolution_kernel_b_fs_yx_fsv16.cpp | 2 +- .../kernels/convolution/convolution_kernel_b_fs_yx_fsv16.h | 2 +- .../convolution/convolution_kernel_b_fs_yx_fsv16_1x1.cpp | 2 +- .../convolution/convolution_kernel_b_fs_yx_fsv16_1x1.h | 2 +- .../convolution_kernel_b_fs_yx_fsv16_depthwise.cpp | 2 +- .../convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.h | 2 +- .../convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.cpp | 2 +- .../convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.h | 2 +- .../convolution/convolution_kernel_b_fs_yx_fsv4_int8.cpp | 2 +- .../convolution/convolution_kernel_b_fs_yx_fsv4_int8.h | 2 +- .../convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.cpp | 2 +- .../convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.hpp | 2 +- .../kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.cpp | 2 +- .../kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.h | 2 +- .../convolution/convolution_kernel_b_fs_zyx_fsv16_fp16.h | 2 +- .../convolution/convolution_kernel_b_fs_zyx_fsv16_fp32.h | 2 +- .../convolution/convolution_kernel_b_fs_zyx_fsv16_imad.cpp | 2 +- .../convolution/convolution_kernel_b_fs_zyx_fsv16_imad.h | 2 +- .../kernels/convolution/convolution_kernel_base.cpp | 2 +- .../kernels/convolution/convolution_kernel_base.h | 2 +- .../kernels/convolution/convolution_kernel_bfyx_1x1.cpp | 2 +- .../kernels/convolution/convolution_kernel_bfyx_1x1.h | 2 +- .../convolution/convolution_kernel_bfyx_1x1_gemm_buf.cpp | 2 +- .../convolution/convolution_kernel_bfyx_1x1_gemm_buf.h | 2 +- .../kernels/convolution/convolution_kernel_bfyx_1x1_opt.cpp | 2 +- .../kernels/convolution/convolution_kernel_bfyx_1x1_opt.h | 2 +- .../convolution_kernel_bfyx_depthwise_weights_lwg.cpp | 2 +- .../convolution_kernel_bfyx_depthwise_weights_lwg.h | 2 +- .../convolution/convolution_kernel_bfyx_direct_10_12_16.cpp | 2 +- .../convolution/convolution_kernel_bfyx_direct_10_12_16.h | 2 +- .../kernels/convolution/convolution_kernel_bfyx_gemm_like.cpp | 2 +- .../kernels/convolution/convolution_kernel_bfyx_gemm_like.h | 2 +- .../kernels/convolution/convolution_kernel_bfyx_iyxo.cpp | 2 +- .../kernels/convolution/convolution_kernel_bfyx_iyxo.h | 2 +- .../convolution/convolution_kernel_bfyx_os_iyx_osv16.cpp | 2 +- .../convolution/convolution_kernel_bfyx_os_iyx_osv16.h | 2 +- .../convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.cpp | 2 +- .../convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.h | 2 +- .../convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.cpp | 2 +- .../convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.h | 2 +- .../convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.cpp | 2 +- .../convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.h | 2 +- .../kernels/convolution/convolution_kernel_fs_byx_fsv32.cpp | 2 +- .../kernels/convolution/convolution_kernel_fs_byx_fsv32.h | 2 +- .../convolution/convolution_kernel_fs_byx_fsv32_1x1.cpp | 2 +- .../kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.h | 2 +- .../convolution/convolution_kernel_fs_byx_fsv32_depthwise.cpp | 2 +- .../convolution/convolution_kernel_fs_byx_fsv32_depthwise.h | 2 +- .../kernels/convolution/convolution_kernel_imad.cpp | 2 +- .../kernels/convolution/convolution_kernel_imad.h | 2 +- .../convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.cpp | 2 +- .../convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.h | 2 +- .../convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.cpp | 2 +- .../convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.hpp | 2 +- .../convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.cpp | 2 +- .../convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.h | 2 +- .../convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.cpp | 2 +- .../convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.h | 2 +- .../convolution/convolution_kernel_mmad_b_fs_yx_fsv32.cpp | 2 +- .../convolution/convolution_kernel_mmad_b_fs_yx_fsv32.h | 2 +- .../convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.cpp | 2 +- .../convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.h | 2 +- .../convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.cpp | 2 +- .../convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.h | 2 +- .../convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.cpp | 2 +- .../convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.h | 2 +- .../kernels/convolution/convolution_kernel_ref.cpp | 2 +- .../kernels/convolution/convolution_kernel_ref.h | 2 +- .../kernels/convolution/convolution_kernel_selector.cpp | 2 +- .../kernels/convolution/convolution_kernel_selector.h | 2 +- .../convolution/convolution_kernel_winograd_2x3_s1.cpp | 2 +- .../kernels/convolution/convolution_kernel_winograd_2x3_s1.h | 2 +- .../convolution/convolution_kernel_winograd_2x3_s1_fused.cpp | 2 +- .../convolution/convolution_kernel_winograd_2x3_s1_fused.h | 2 +- .../convolution/convolution_kernel_winograd_6x3_s1_fused.cpp | 2 +- .../convolution/convolution_kernel_winograd_6x3_s1_fused.h | 2 +- .../kernels/convolution/convolution_kernel_yxfb_ref.cpp | 2 +- .../kernels/convolution/convolution_kernel_yxfb_ref.h | 2 +- .../kernels/convolution/convolution_kernel_yxfb_yxio_b16.cpp | 2 +- .../kernels/convolution/convolution_kernel_yxfb_yxio_b16.h | 2 +- .../convolution_kernel_yxfb_yxio_b1_block_multiple_x.cpp | 2 +- .../convolution_kernel_yxfb_yxio_b1_block_multiple_x.h | 2 +- .../kernels/convolution/convolution_kernel_yxfb_yxio_b8.cpp | 2 +- .../kernels/convolution/convolution_kernel_yxfb_yxio_b8.h | 2 +- .../kernels/convolution/convolution_params.cpp | 2 +- .../kernel_selector/kernels/convolution/convolution_params.h | 2 +- .../convolution/deformable_convolution_kernel_bfyx_conv.cpp | 2 +- .../convolution/deformable_convolution_kernel_bfyx_conv.h | 2 +- .../convolution/deformable_convolution_kernel_bfyx_interp.cpp | 2 +- .../convolution/deformable_convolution_kernel_bfyx_interp.h | 2 +- .../convolution/deformable_convolution_kernel_bfyx_ref.cpp | 2 +- .../convolution/deformable_convolution_kernel_bfyx_ref.h | 2 +- .../ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.cpp | 2 +- .../ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.h | 2 +- .../ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.cpp | 2 +- .../ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.h | 2 +- .../ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.cpp | 2 +- .../ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.h | 2 +- .../kernel_selector/kernels/cum_sum/cum_sum_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.h | 2 +- .../kernels/cum_sum/cum_sum_kernel_partial_sum.cpp | 2 +- .../kernels/cum_sum/cum_sum_kernel_partial_sum.h | 2 +- .../kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.h | 2 +- .../kernels/cum_sum/cum_sum_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.h | 2 +- .../deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.cpp | 2 +- .../deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.h | 2 +- .../deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.cpp | 2 +- .../deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.h | 2 +- .../kernels/deconvolution/deconvolution_kernel_base.cpp | 2 +- .../kernels/deconvolution/deconvolution_kernel_base.h | 2 +- .../kernels/deconvolution/deconvolution_kernel_bfyx_opt.cpp | 2 +- .../kernels/deconvolution/deconvolution_kernel_bfyx_opt.h | 2 +- .../deconvolution_kernel_imad_along_f_tile_bfx.cpp | 2 +- .../deconvolution_kernel_imad_along_f_tile_bfx.hpp | 2 +- .../kernels/deconvolution/deconvolution_kernel_imad_ref.cpp | 2 +- .../kernels/deconvolution/deconvolution_kernel_imad_ref.hpp | 2 +- .../kernels/deconvolution/deconvolution_kernel_ref.cpp | 2 +- .../kernels/deconvolution/deconvolution_kernel_ref.h | 2 +- .../kernels/deconvolution/deconvolution_kernel_selector.cpp | 2 +- .../kernels/deconvolution/deconvolution_kernel_selector.h | 2 +- .../kernels/depth_to_space/depth_to_space_kernel_base.cpp | 2 +- .../kernels/depth_to_space/depth_to_space_kernel_base.h | 2 +- .../depth_to_space/depth_to_space_kernel_block2_opt.cpp | 2 +- .../kernels/depth_to_space/depth_to_space_kernel_block2_opt.h | 2 +- .../kernels/depth_to_space/depth_to_space_kernel_ref.cpp | 2 +- .../kernels/depth_to_space/depth_to_space_kernel_ref.h | 2 +- .../kernels/depth_to_space/depth_to_space_kernel_selector.cpp | 2 +- .../kernels/depth_to_space/depth_to_space_kernel_selector.h | 2 +- .../kernels/detection_output/detection_output_kernel_ref.cpp | 2 +- .../kernels/detection_output/detection_output_kernel_ref.h | 2 +- .../detection_output/detection_output_kernel_selector.cpp | 2 +- .../detection_output/detection_output_kernel_selector.h | 2 +- .../kernels/ed_do/detection_output_kernel_ref.cpp | 2 +- .../kernels/ed_rfe/roi_feature_extractor_kernel_ref.h | 2 +- .../kernels/ed_rfe/roi_feature_extractor_kernel_selector.cpp | 2 +- .../kernels/ed_rfe/roi_feature_extractor_kernel_selector.h | 2 +- .../kernel_selector/kernels/eltwise/eltwise_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/eltwise/eltwise_kernel_base.h | 2 +- .../kernels/eltwise/eltwise_kernel_blocked_opt.h | 2 +- .../kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.cpp | 2 +- .../kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.h | 2 +- .../eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.cpp | 2 +- .../eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.h | 2 +- .../kernel_selector/kernels/eltwise/eltwise_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.h | 2 +- .../kernels/eltwise/eltwise_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/eltwise/eltwise_kernel_selector.h | 2 +- .../kernel_selector/kernels/eltwise/eltwise_kernel_vload8.cpp | 2 +- .../kernel_selector/kernels/eltwise/eltwise_kernel_vload8.h | 2 +- .../kernels/embedding_bag/embedding_bag_kernel_ref.cpp | 2 +- .../kernels/embedding_bag/embedding_bag_kernel_ref.h | 2 +- .../kernels/embedding_bag/embedding_bag_kernel_selector.cpp | 2 +- .../kernels/embedding_bag/embedding_bag_kernel_selector.h | 2 +- .../extract_image_patches_kernel_base.cpp | 2 +- .../extract_image_patches/extract_image_patches_kernel_base.h | 2 +- .../extract_image_patches_kernel_ref.cpp | 2 +- .../extract_image_patches/extract_image_patches_kernel_ref.h | 2 +- .../extract_image_patches_kernel_selector.cpp | 2 +- .../extract_image_patches_kernel_selector.h | 2 +- .../fully_connected/fully_connected_block_kernel_base.cpp | 2 +- .../fully_connected/fully_connected_block_kernel_base.h | 2 +- .../kernels/fully_connected/fully_connected_kernel_base.cpp | 2 +- .../kernels/fully_connected/fully_connected_kernel_base.h | 2 +- .../fully_connected/fully_connected_kernel_bf_io_gemm.cpp | 2 +- .../fully_connected/fully_connected_kernel_bf_io_gemm.h | 2 +- .../fully_connected_kernel_bf_io_input_spatial.cpp | 2 +- .../fully_connected_kernel_bf_io_input_spatial.h | 2 +- .../fully_connected/fully_connected_kernel_bf_io_ref.cpp | 2 +- .../fully_connected/fully_connected_kernel_bf_io_ref.h | 2 +- .../fully_connected/fully_connected_kernel_bf_tiled.cpp | 2 +- .../kernels/fully_connected/fully_connected_kernel_bf_tiled.h | 2 +- .../fully_connected/fully_connected_kernel_bfyx_ref.cpp | 2 +- .../kernels/fully_connected/fully_connected_kernel_bfyx_ref.h | 2 +- .../fully_connected/fully_connected_kernel_bs_f_bsv16_af8.cpp | 2 +- .../fully_connected/fully_connected_kernel_bs_f_bsv16_af8.h | 2 +- .../fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp | 2 +- .../fully_connected/fully_connected_kernel_bs_f_bsv16_b1.h | 2 +- .../fully_connected/fully_connected_kernel_bs_f_bsv8_af8.cpp | 2 +- .../fully_connected/fully_connected_kernel_bs_f_bsv8_af8.h | 2 +- .../fully_connected/fully_connected_kernel_fb_io_b8_f8.cpp | 2 +- .../fully_connected/fully_connected_kernel_fb_io_b8_f8.h | 2 +- .../fully_connected/fully_connected_kernel_fb_io_block.cpp | 2 +- .../fully_connected/fully_connected_kernel_fb_io_block.h | 2 +- .../fully_connected/fully_connected_kernel_fb_io_ref.cpp | 2 +- .../fully_connected/fully_connected_kernel_fb_io_ref.h | 2 +- .../fully_connected/fully_connected_kernel_fb_oi_b8_ref.cpp | 2 +- .../fully_connected/fully_connected_kernel_fb_oi_b8_ref.h | 2 +- .../fully_connected/fully_connected_kernel_fb_oi_ref.cpp | 2 +- .../fully_connected/fully_connected_kernel_fb_oi_ref.h | 2 +- .../fully_connected/fully_connected_kernel_fs_byx_fsv32.cpp | 2 +- .../fully_connected/fully_connected_kernel_fs_byx_fsv32.h | 2 +- .../kernels/fully_connected/fully_connected_kernel_imad.cpp | 2 +- .../kernels/fully_connected/fully_connected_kernel_imad.h | 2 +- .../kernels/fully_connected/fully_connected_kernel_mmad.cpp | 2 +- .../kernels/fully_connected/fully_connected_kernel_mmad.h | 2 +- .../fully_connected/fully_connected_kernel_selector.cpp | 2 +- .../kernels/fully_connected/fully_connected_kernel_selector.h | 2 +- .../fully_connected/fully_connected_kernel_yxfb_ref.cpp | 2 +- .../kernels/fully_connected/fully_connected_kernel_yxfb_ref.h | 2 +- .../kernels/fully_connected/fully_connected_params.cpp | 2 +- .../kernels/fully_connected/fully_connected_params.h | 2 +- .../kernels/gather/gather_elements_kernel_ref.cpp | 2 +- .../kernels/gather/gather_elements_kernel_ref.h | 2 +- .../kernels/gather/gather_elements_kernel_selector.cpp | 2 +- .../kernels/gather/gather_elements_kernel_selector.h | 2 +- .../src/kernel_selector/kernels/gather/gather_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/gather/gather_kernel_ref.h | 2 +- .../kernel_selector/kernels/gather/gather_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/gather/gather_kernel_selector.h | 2 +- .../kernel_selector/kernels/gather/gather_nd_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/gather/gather_nd_kernel_ref.h | 2 +- .../kernels/gather/gather_nd_kernel_selector.cpp | 2 +- .../kernels/gather/gather_nd_kernel_selector.h | 2 +- .../kernels/gather_tree/gather_tree_kernel_base.cpp | 2 +- .../kernels/gather_tree/gather_tree_kernel_base.h | 2 +- .../kernels/gather_tree/gather_tree_kernel_ref.cpp | 2 +- .../kernels/gather_tree/gather_tree_kernel_ref.h | 2 +- .../kernels/gather_tree/gather_tree_kernel_selector.cpp | 2 +- .../kernels/gather_tree/gather_tree_kernel_selector.h | 2 +- .../src/kernel_selector/kernels/gemm/gemm_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/gemm/gemm_kernel_base.h | 2 +- .../kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.cpp | 2 +- .../src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.h | 2 +- .../kernels/gemm/gemm_kernel_mmad_int8_slm.cpp | 2 +- .../kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.h | 2 +- .../src/kernel_selector/kernels/gemm/gemm_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/gemm/gemm_kernel_ref.h | 2 +- .../src/kernel_selector/kernels/gemm/gemm_kernel_selector.cpp | 2 +- .../src/kernel_selector/kernels/gemm/gemm_kernel_selector.h | 2 +- .../kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.cpp | 2 +- .../src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.h | 2 +- .../src/kernel_selector/kernels/grn/grn_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/grn/grn_kernel_base.h | 2 +- .../src/kernel_selector/kernels/grn/grn_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/grn/grn_kernel_ref.h | 2 +- .../src/kernel_selector/kernels/grn/grn_kernel_selector.cpp | 2 +- .../src/kernel_selector/kernels/grn/grn_kernel_selector.h | 2 +- .../lrn/lrn_kernel_across_channel_multiple_features.cpp | 2 +- .../kernels/lrn/lrn_kernel_across_channel_multiple_features.h | 2 +- .../lrn/lrn_kernel_across_channel_multiple_features_fsv16.cpp | 2 +- .../lrn/lrn_kernel_across_channel_multiple_features_fsv16.h | 2 +- .../kernels/lrn/lrn_kernel_across_channel_opt_b8.cpp | 2 +- .../kernels/lrn/lrn_kernel_across_channel_opt_b8.h | 2 +- .../kernels/lrn/lrn_kernel_across_channel_ref.cpp | 2 +- .../kernels/lrn/lrn_kernel_across_channel_ref.h | 2 +- .../src/kernel_selector/kernels/lrn/lrn_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/lrn/lrn_kernel_base.h | 2 +- .../src/kernel_selector/kernels/lrn/lrn_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/lrn/lrn_kernel_ref.h | 2 +- .../src/kernel_selector/kernels/lrn/lrn_kernel_selector.cpp | 2 +- .../src/kernel_selector/kernels/lrn/lrn_kernel_selector.h | 2 +- .../kernels/lrn/lrn_kernel_within_channel_byxf_opt.cpp | 2 +- .../kernels/lrn/lrn_kernel_within_channel_byxf_opt.h | 2 +- .../kernels/lrn/lrn_kernel_within_channel_ref.cpp | 2 +- .../kernels/lrn/lrn_kernel_within_channel_ref.h | 2 +- .../kernels/lrn/lrn_kernel_within_channel_ref_opt.cpp | 2 +- .../kernels/lrn/lrn_kernel_within_channel_ref_opt.h | 2 +- .../src/kernel_selector/kernels/lstm/lstm_elt_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/lstm/lstm_elt_kernel_base.h | 2 +- .../src/kernel_selector/kernels/lstm/lstm_elt_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/lstm/lstm_elt_kernel_ref.h | 2 +- .../kernel_selector/kernels/lstm/lstm_elt_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/lstm/lstm_elt_kernel_selector.h | 2 +- .../kernels/matrix_nms/matrix_nms_kernel_ref.cpp | 2 +- .../kernels/matrix_nms/matrix_nms_kernel_ref.h | 2 +- .../kernels/matrix_nms/matrix_nms_kernel_selector.cpp | 2 +- .../kernels/matrix_nms/matrix_nms_kernel_selector.h | 2 +- .../kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.cpp | 2 +- .../kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.hpp | 2 +- .../src/kernel_selector/kernels/mvn/mvn_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/mvn/mvn_kernel_base.h | 2 +- .../src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.cpp | 2 +- .../src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.h | 2 +- .../kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.cpp | 2 +- .../kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.hpp | 2 +- .../src/kernel_selector/kernels/mvn/mvn_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/mvn/mvn_kernel_ref.h | 2 +- .../src/kernel_selector/kernels/mvn/mvn_kernel_selector.cpp | 2 +- .../src/kernel_selector/kernels/mvn/mvn_kernel_selector.h | 2 +- .../non_max_suppression/non_max_suppression_kernel_ref.cpp | 2 +- .../non_max_suppression/non_max_suppression_kernel_ref.h | 2 +- .../non_max_suppression_kernel_selector.cpp | 2 +- .../non_max_suppression/non_max_suppression_kernel_selector.h | 2 +- .../kernels/normalize/normalize_kernel_across_spatial_ref.cpp | 2 +- .../kernels/normalize/normalize_kernel_across_spatial_ref.h | 2 +- .../kernels/normalize/normalize_kernel_base.cpp | 2 +- .../kernel_selector/kernels/normalize/normalize_kernel_base.h | 2 +- .../kernels/normalize/normalize_kernel_selector.cpp | 2 +- .../kernels/normalize/normalize_kernel_selector.h | 2 +- .../kernels/normalize/normalize_kernel_within_spatial_ref.cpp | 2 +- .../kernels/normalize/normalize_kernel_within_spatial_ref.h | 2 +- .../kernel_selector/kernels/one_hot/one_hot_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/one_hot/one_hot_kernel_base.h | 2 +- .../kernel_selector/kernels/one_hot/one_hot_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.h | 2 +- .../kernels/one_hot/one_hot_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/one_hot/one_hot_kernel_selector.h | 2 +- .../kernel_selector/kernels/permute/permute_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/permute/permute_kernel_base.h | 2 +- .../kernel_selector/kernels/permute/permute_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/permute/permute_kernel_ref.h | 2 +- .../kernels/permute/permute_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/permute/permute_kernel_selector.h | 2 +- .../kernels/permute/permute_kernel_tile_8x8_4x4.cpp | 2 +- .../kernels/permute/permute_kernel_tile_8x8_4x4.h | 2 +- .../kernels/permute/permute_kernel_tile_8x8_4x4_fsv.cpp | 2 +- .../kernels/permute/permute_kernel_tile_8x8_4x4_fsv.h | 2 +- .../src/kernel_selector/kernels/permute/permute_params.h | 2 +- .../kernel_selector/kernels/pooling/pooling_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/pooling/pooling_kernel_base.h | 2 +- .../kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.cpp | 2 +- .../kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.h | 2 +- .../kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.cpp | 2 +- .../kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.h | 2 +- .../pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.cpp | 2 +- .../kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.h | 2 +- .../kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.cpp | 2 +- .../kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.h | 2 +- .../pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.cpp | 2 +- .../kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.h | 2 +- .../kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.cpp | 2 +- .../kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.h | 2 +- .../kernels/pooling/pooling_kernel_gpu_byxf_opt.cpp | 2 +- .../kernels/pooling/pooling_kernel_gpu_byxf_opt.h | 2 +- .../kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.cpp | 2 +- .../kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.h | 2 +- .../kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.cpp | 2 +- .../kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.h | 2 +- .../kernels/pooling/pooling_kernel_gpu_int8_ref.cpp | 2 +- .../kernels/pooling/pooling_kernel_gpu_int8_ref.h | 2 +- .../kernels/pooling/pooling_kernel_gpu_ref.cpp | 2 +- .../kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.h | 2 +- .../kernels/pooling/pooling_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/pooling/pooling_kernel_selector.h | 2 +- .../kernel_selector/kernels/quantize/quantize_kernel_base.cpp | 2 +- .../kernel_selector/kernels/quantize/quantize_kernel_base.h | 2 +- .../kernel_selector/kernels/quantize/quantize_kernel_params.h | 2 +- .../kernel_selector/kernels/quantize/quantize_kernel_ref.cpp | 2 +- .../kernel_selector/kernels/quantize/quantize_kernel_ref.h | 2 +- .../kernels/quantize/quantize_kernel_scale_shift_opt.cpp | 2 +- .../kernels/quantize/quantize_kernel_scale_shift_opt.h | 2 +- .../kernels/quantize/quantize_kernel_selector.h | 2 +- .../kernels/quantize/qunatize_kernel_selector.cpp | 2 +- .../kernels/random_uniform/random_uniform_kernel_ref.cpp | 2 +- .../kernels/random_uniform/random_uniform_kernel_ref.h | 2 +- .../kernels/random_uniform/random_uniform_kernel_selector.cpp | 2 +- .../kernels/random_uniform/random_uniform_kernel_selector.h | 2 +- .../src/kernel_selector/kernels/range/range_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/range/range_kernel_ref.h | 2 +- .../kernel_selector/kernels/range/range_kernel_selector.cpp | 2 +- .../src/kernel_selector/kernels/range/range_kernel_selector.h | 2 +- .../kernels/reduce/reduce_kernel_b_fs_yx_fsv16.cpp | 2 +- .../kernels/reduce/reduce_kernel_b_fs_yx_fsv16.h | 2 +- .../src/kernel_selector/kernels/reduce/reduce_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/reduce/reduce_kernel_base.h | 2 +- .../src/kernel_selector/kernels/reduce/reduce_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/reduce/reduce_kernel_ref.h | 2 +- .../kernel_selector/kernels/reduce/reduce_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/reduce/reduce_kernel_selector.h | 2 +- .../kernels/region_yolo/region_yolo_kernel_ref.cpp | 2 +- .../kernels/region_yolo/region_yolo_kernel_ref.h | 2 +- .../kernels/region_yolo/region_yolo_kernel_selector.cpp | 2 +- .../kernels/region_yolo/region_yolo_kernel_selector.h | 2 +- .../kernel_selector/kernels/reorder/reorder_biplanar_nv12.cpp | 2 +- .../kernel_selector/kernels/reorder/reorder_biplanar_nv12.h | 2 +- .../kernels/reorder/reorder_from_winograd_2x3_kernel.cpp | 2 +- .../kernels/reorder/reorder_from_winograd_2x3_kernel.h | 2 +- .../src/kernel_selector/kernels/reorder/reorder_kernel.cpp | 2 +- .../src/kernel_selector/kernels/reorder/reorder_kernel.h | 2 +- .../reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.cpp | 2 +- .../reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.h | 2 +- .../kernel_selector/kernels/reorder/reorder_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/reorder/reorder_kernel_base.h | 2 +- .../kernels/reorder/reorder_kernel_bfyx_to_blocked_format.cpp | 2 +- .../kernels/reorder/reorder_kernel_bfyx_to_blocked_format.h | 2 +- .../kernels/reorder/reorder_kernel_fast_b1.cpp | 2 +- .../kernel_selector/kernels/reorder/reorder_kernel_fast_b1.h | 2 +- .../kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.cpp | 2 +- .../kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.h | 2 +- .../kernels/reorder/reorder_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/reorder/reorder_kernel_selector.h | 2 +- .../kernels/reorder/reorder_kernel_to_yxfb_batched.cpp | 2 +- .../kernels/reorder/reorder_kernel_to_yxfb_batched.h | 2 +- .../kernels/reorder/reorder_to_winograd_2x3_kernel.cpp | 2 +- .../kernels/reorder/reorder_to_winograd_2x3_kernel.h | 2 +- .../kernels/reorder/reorder_weights_image_fyx_b_kernel.cpp | 2 +- .../kernels/reorder/reorder_weights_image_fyx_b_kernel.h | 2 +- .../reorder/reorder_weights_image_winograd_6x3_kernel.cpp | 2 +- .../reorder/reorder_weights_image_winograd_6x3_kernel.h | 2 +- .../kernel_selector/kernels/reorder/reorder_weights_int4.h | 2 +- .../kernels/reorder/reorder_weights_kernel.cpp | 2 +- .../kernel_selector/kernels/reorder/reorder_weights_kernel.h | 2 +- .../kernels/reorder/reorder_weights_kernel_selector.cpp | 2 +- .../kernels/reorder/reorder_weights_kernel_selector.h | 2 +- .../kernel_selector/kernels/reorder/reorder_weights_opt.cpp | 2 +- .../src/kernel_selector/kernels/reorder/reorder_weights_opt.h | 2 +- .../kernels/reorder/reorder_weights_winograd_2x3_kernel.cpp | 2 +- .../kernels/reorder/reorder_weights_winograd_2x3_kernel.h | 2 +- .../kernels/reorder/reorder_weights_winograd_6x3_kernel.cpp | 2 +- .../kernels/reorder/reorder_weights_winograd_6x3_kernel.h | 2 +- .../kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp | 2 +- .../kernels/reorg_yolo/reorg_yolo_kernel_ref.h | 2 +- .../kernels/reorg_yolo/reorg_yolo_kernel_selector.cpp | 2 +- .../kernels/reorg_yolo/reorg_yolo_kernel_selector.h | 2 +- .../kernel_selector/kernels/resample/resample_kernel_base.cpp | 2 +- .../kernel_selector/kernels/resample/resample_kernel_base.h | 2 +- .../kernel_selector/kernels/resample/resample_kernel_onnx.cpp | 2 +- .../kernel_selector/kernels/resample/resample_kernel_onnx.h | 2 +- .../kernel_selector/kernels/resample/resample_kernel_opt.cpp | 2 +- .../kernel_selector/kernels/resample/resample_kernel_opt.h | 2 +- .../kernel_selector/kernels/resample/resample_kernel_ref.cpp | 2 +- .../kernel_selector/kernels/resample/resample_kernel_ref.h | 2 +- .../kernels/resample/resample_kernel_selector.cpp | 2 +- .../kernels/resample/resample_kernel_selector.h | 2 +- .../kernel_selector/kernels/reshape/reshape_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/reshape/reshape_kernel_ref.h | 2 +- .../kernels/reshape/reshape_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/reshape/reshape_kernel_selector.h | 2 +- .../src/kernel_selector/kernels/reverse/reverse_kernel_ref.h | 2 +- .../kernels/reverse_sequence/reverse_sequence_kernel_ref.cpp | 2 +- .../kernels/reverse_sequence/reverse_sequence_kernel_ref.h | 2 +- .../reverse_sequence/reverse_sequence_kernel_selector.cpp | 2 +- .../reverse_sequence/reverse_sequence_kernel_selector.h | 2 +- .../kernels/roi_align/roi_align_kernel_ref.cpp | 2 +- .../kernel_selector/kernels/roi_align/roi_align_kernel_ref.h | 2 +- .../kernels/roi_align/roi_align_kernel_selector.cpp | 2 +- .../kernels/roi_align/roi_align_kernel_selector.h | 2 +- .../kernels/roi_pooling/roi_pooling_kernel_base.cpp | 2 +- .../kernels/roi_pooling/roi_pooling_kernel_base.h | 2 +- .../kernels/roi_pooling/roi_pooling_kernel_ps_ref.cpp | 2 +- .../kernels/roi_pooling/roi_pooling_kernel_ps_ref.h | 2 +- .../kernels/roi_pooling/roi_pooling_kernel_ref.cpp | 2 +- .../kernels/roi_pooling/roi_pooling_kernel_ref.h | 2 +- .../kernels/roi_pooling/roi_pooling_kernel_selector.cpp | 2 +- .../kernels/roi_pooling/roi_pooling_kernel_selector.h | 2 +- .../scatter_update/scatter_elements_update_kernel_ref.cpp | 2 +- .../scatter_update/scatter_elements_update_kernel_ref.h | 2 +- .../scatter_elements_update_kernel_selector.cpp | 2 +- .../scatter_update/scatter_elements_update_kernel_selector.h | 2 +- .../kernels/scatter_update/scatter_nd_update_kernel_ref.cpp | 2 +- .../kernels/scatter_update/scatter_nd_update_kernel_ref.h | 2 +- .../scatter_update/scatter_nd_update_kernel_selector.cpp | 2 +- .../scatter_update/scatter_nd_update_kernel_selector.h | 2 +- .../kernels/scatter_update/scatter_update_kernel_ref.cpp | 2 +- .../kernels/scatter_update/scatter_update_kernel_ref.h | 2 +- .../kernels/scatter_update/scatter_update_kernel_selector.cpp | 2 +- .../kernels/scatter_update/scatter_update_kernel_selector.h | 2 +- .../src/kernel_selector/kernels/select/select_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/select/select_kernel_base.h | 2 +- .../src/kernel_selector/kernels/select/select_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/select/select_kernel_ref.h | 2 +- .../kernel_selector/kernels/select/select_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/select/select_kernel_selector.h | 2 +- .../kernel_selector/kernels/shape_of/shape_of_kernel_ref.cpp | 2 +- .../kernel_selector/kernels/shape_of/shape_of_kernel_ref.h | 2 +- .../kernels/shape_of/shape_of_kernel_selector.cpp | 2 +- .../kernels/shape_of/shape_of_kernel_selector.h | 2 +- .../kernels/shuffle_channels/shuffle_channels_kernel_ref.cpp | 2 +- .../kernels/shuffle_channels/shuffle_channels_kernel_ref.h | 2 +- .../shuffle_channels/shuffle_channels_kernel_selector.cpp | 2 +- .../shuffle_channels/shuffle_channels_kernel_selector.h | 2 +- .../src/kernel_selector/kernels/slice/slice_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/slice/slice_kernel_ref.h | 2 +- .../kernel_selector/kernels/slice/slice_kernel_selector.cpp | 2 +- .../src/kernel_selector/kernels/slice/slice_kernel_selector.h | 2 +- .../kernels/softmax/softmax_items_class_kernel_base.cpp | 2 +- .../kernels/softmax/softmax_items_class_kernel_base.h | 2 +- .../kernel_selector/kernels/softmax/softmax_kernel_base.cpp | 2 +- .../src/kernel_selector/kernels/softmax/softmax_kernel_base.h | 2 +- .../src/kernel_selector/kernels/softmax/softmax_kernel_bf.cpp | 2 +- .../src/kernel_selector/kernels/softmax/softmax_kernel_bf.h | 2 +- .../src/kernel_selector/kernels/softmax/softmax_kernel_fb.cpp | 2 +- .../src/kernel_selector/kernels/softmax/softmax_kernel_fb.h | 2 +- .../kernels/softmax/softmax_kernel_items_class_optimized.cpp | 2 +- .../kernels/softmax/softmax_kernel_items_class_optimized.h | 2 +- .../kernel_selector/kernels/softmax/softmax_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/softmax/softmax_kernel_ref.h | 2 +- .../kernels/softmax/softmax_kernel_selector.cpp | 2 +- .../kernel_selector/kernels/softmax/softmax_kernel_selector.h | 2 +- .../kernels/space_to_batch/space_to_batch_kernel_base.cpp | 2 +- .../kernels/space_to_batch/space_to_batch_kernel_base.h | 2 +- .../kernels/space_to_batch/space_to_batch_kernel_ref.cpp | 2 +- .../kernels/space_to_batch/space_to_batch_kernel_ref.h | 2 +- .../kernels/space_to_batch/space_to_batch_kernel_selector.cpp | 2 +- .../kernels/space_to_batch/space_to_batch_kernel_selector.h | 2 +- .../kernels/space_to_depth/space_to_depth_kernel_ref.cpp | 2 +- .../kernels/space_to_depth/space_to_depth_kernel_ref.h | 2 +- .../kernels/space_to_depth/space_to_depth_kernel_selector.cpp | 2 +- .../kernels/space_to_depth/space_to_depth_kernel_selector.h | 2 +- .../kernels/strided_slice/strided_slice_kernel_ref.cpp | 2 +- .../kernels/strided_slice/strided_slice_kernel_ref.h | 2 +- .../kernels/strided_slice/strided_slice_kernel_selector.cpp | 2 +- .../kernels/strided_slice/strided_slice_kernel_selector.h | 2 +- .../src/kernel_selector/kernels/tile/tile_kernel_ref.cpp | 2 +- .../src/kernel_selector/kernels/tile/tile_kernel_ref.h | 2 +- .../src/kernel_selector/kernels/tile/tile_kernel_selector.cpp | 2 +- .../src/kernel_selector/kernels/tile/tile_kernel_selector.h | 2 +- src/plugins/intel_gpu/src/kernel_selector/primitive_db.cpp | 2 +- src/plugins/intel_gpu/src/kernel_selector/primitive_db.h | 2 +- src/plugins/intel_gpu/src/kernel_selector/primitive_db_gen.py | 2 +- src/plugins/intel_gpu/src/kernel_selector/tensor_type.cpp | 2 +- src/plugins/intel_gpu/src/kernel_selector/tensor_type.h | 2 +- .../intel_gpu/src/kernel_selector/weight_bias_kernel_base.cpp | 2 +- .../intel_gpu/src/kernel_selector/weight_bias_kernel_base.h | 2 +- .../intel_gpu/src/kernel_selector/weight_bias_params.cpp | 2 +- .../intel_gpu/src/kernel_selector/weight_bias_params.h | 2 +- src/plugins/intel_gpu/src/plugin/async_infer_request.cpp | 2 +- src/plugins/intel_gpu/src/plugin/common_utils.cpp | 2 +- src/plugins/intel_gpu/src/plugin/compiled_model.cpp | 2 +- src/plugins/intel_gpu/src/plugin/custom_layer.cpp | 2 +- src/plugins/intel_gpu/src/plugin/graph.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/batch_to_space.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/broadcast.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/concat.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/constant.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/convert.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/convert_color.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/ctc_greedy_decoder.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/cum_sum.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/custom.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/depth_to_space.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/detection_output.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/eltwise.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/embedding_bag.cpp | 2 +- .../ops/experimental_detectron_roi_feature_extractor.cpp | 2 +- .../src/plugin/ops/experimental_detectron_topk_rois.cpp | 2 +- .../intel_gpu/src/plugin/ops/extract_image_patches.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/fake_quantize.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/fully_connected.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/gather tree.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/gather.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/gather_elements.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/gather_nd.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/grn.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/interpolate.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/loop.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/lrn.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/matmul.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/matrix_nms.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/mvn.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/non_max_suppression.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/normalize_l2.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/one_hot.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/pad.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/parameter.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/pooling.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/prior_box.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/proposal.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/random_uniform.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/range.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/reduce.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/region_yolo.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/reorg_yolo.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/reshape.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/result.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/reverse_sequence.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/rnn.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/roi_align.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/roi_pooling.cpp | 2 +- .../intel_gpu/src/plugin/ops/scatter_elements_update.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/scatter_nd_update.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/scatter_update.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/select.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/shape_of.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/shuffle_channels.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/slice.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/softmax.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/space_to_batch.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/space_to_depth.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/split.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/strided_slice.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/tile.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/topk.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/transpose.cpp | 2 +- src/plugins/intel_gpu/src/plugin/ops/unary.cpp | 2 +- src/plugins/intel_gpu/src/plugin/plugin.cpp | 2 +- src/plugins/intel_gpu/src/plugin/program_builder.cpp | 2 +- src/plugins/intel_gpu/src/plugin/remote_context.cpp | 2 +- src/plugins/intel_gpu/src/plugin/remote_tensor.cpp | 2 +- src/plugins/intel_gpu/src/plugin/simple_math.cpp | 2 +- src/plugins/intel_gpu/src/plugin/sync_infer_request.cpp | 2 +- .../src/plugin/transformations/binary_conv_to_conv.hpp | 2 +- .../src/plugin/transformations/convert_fc_to_compressed.cpp | 2 +- .../src/plugin/transformations/convert_fc_to_compressed.hpp | 2 +- .../plugin/transformations/convert_gather_to_compressed.cpp | 2 +- .../plugin/transformations/convert_gather_to_compressed.hpp | 2 +- .../src/plugin/transformations/convert_matmul_to_fc.cpp | 2 +- .../src/plugin/transformations/convert_matmul_to_fc.hpp | 2 +- .../src/plugin/transformations/convert_pooling_to_reduce.cpp | 2 +- .../src/plugin/transformations/convert_pooling_to_reduce.hpp | 2 +- .../transformations/decompose_reduce_for_false_keepdims.cpp | 2 +- .../transformations/decompose_reduce_for_false_keepdims.hpp | 2 +- .../src/plugin/transformations/op/fully_connected.cpp | 2 +- .../plugin/transformations/op/fully_connected_compressed.cpp | 2 +- .../src/plugin/transformations/op/gather_compressed.cpp | 2 +- src/plugins/intel_gpu/src/plugin/transformations/op/gemm.cpp | 2 +- .../src/plugin/transformations/transpose_matmul_fusion.cpp | 2 +- .../src/plugin/transformations/transpose_matmul_fusion.hpp | 2 +- src/plugins/intel_gpu/src/plugin/transformations_pipeline.cpp | 2 +- src/plugins/intel_gpu/src/plugin/usm_host_tensor.cpp | 2 +- src/plugins/intel_gpu/src/plugin/variable_state.cpp | 2 +- src/plugins/intel_gpu/src/runtime/CMakeLists.txt | 2 +- src/plugins/intel_gpu/src/runtime/debug_configuration.cpp | 2 +- src/plugins/intel_gpu/src/runtime/device_query.cpp | 2 +- src/plugins/intel_gpu/src/runtime/engine.cpp | 2 +- src/plugins/intel_gpu/src/runtime/event.cpp | 2 +- src/plugins/intel_gpu/src/runtime/format.cpp | 2 +- src/plugins/intel_gpu/src/runtime/kernels_cache.cpp | 2 +- src/plugins/intel_gpu/src/runtime/kernels_cache.hpp | 2 +- src/plugins/intel_gpu/src/runtime/kernels_factory.cpp | 2 +- src/plugins/intel_gpu/src/runtime/kernels_factory.hpp | 2 +- src/plugins/intel_gpu/src/runtime/layout.cpp | 2 +- src/plugins/intel_gpu/src/runtime/memory.cpp | 2 +- src/plugins/intel_gpu/src/runtime/memory_pool.cpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_base_event.hpp | 2 +- .../intel_gpu/src/runtime/ocl/ocl_command_queues_builder.cpp | 2 +- .../intel_gpu/src/runtime/ocl/ocl_command_queues_builder.hpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_device.cpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_device.hpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.cpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.hpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_engine.cpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_engine_factory.hpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_event.cpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_event.hpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_ext.hpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_kernels_factory.cpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_kernels_factory.hpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.cpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.hpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.cpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.hpp | 2 +- src/plugins/intel_gpu/src/runtime/ocl/ocl_wrapper.hpp | 2 +- src/plugins/intel_gpu/src/runtime/stream.cpp | 2 +- src/plugins/intel_gpu/tests/functional/CMakeLists.txt | 2 +- .../intel_gpu/tests/functional/behavior/memory_dyn_batch.cpp | 2 +- .../tests/functional/concurrency/gpu_concurrency_tests.cpp | 2 +- .../functional/dynamic_tests/gpu_dyn_batch_shape_tests.cpp | 2 +- .../functional/remote_tensor_tests/dx11_remote_ctx_test.cpp | 2 +- .../remote_tensor_tests/gpu_remote_tensor_tests.cpp | 2 +- .../tests/functional/remote_tensor_tests/helpers.hpp | 2 +- .../behavior/ov_executable_network/exec_graph_info.cpp | 2 +- .../behavior/ov_executable_network/exec_net_base.cpp | 2 +- .../behavior/ov_executable_network/get_metric.cpp | 2 +- .../behavior/ov_executable_network/properties_tests.cpp | 2 +- .../behavior/ov_infer_request/callback.cpp | 2 +- .../behavior/ov_infer_request/cancellation.cpp | 2 +- .../behavior/ov_infer_request/infer_consistency.cpp | 2 +- .../behavior/ov_infer_request/infer_request_dynamic.cpp | 2 +- .../behavior/ov_infer_request/io_tensor.cpp | 2 +- .../behavior/ov_infer_request/iteration_chaining.cpp | 2 +- .../behavior/ov_infer_request/multithreading.cpp | 2 +- .../behavior/ov_infer_request/perf_counters.cpp | 2 +- .../shared_tests_instances/behavior/ov_infer_request/wait.cpp | 2 +- .../behavior/ov_plugin/auto_batching_tests.cpp | 2 +- .../behavior/ov_plugin/caching_tests.cpp | 2 +- .../behavior/ov_plugin/core_integration.cpp | 2 +- .../behavior/ov_plugin/core_threading_tests.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/life_time.cpp | 2 +- .../behavior/ov_plugin/properties_tests.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/remote.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/version.cpp | 2 +- .../tests/functional/shared_tests_instances/core_config.cpp | 2 +- .../execution_graph_info/nms_transformation_for_last_node.cpp | 2 +- .../execution_graph_info/normalize_l2_decomposition.cpp | 2 +- .../execution_graph_info/remove_parameter.cpp | 2 +- .../low_precision_transformations/add_transformation.cpp | 2 +- .../assign_and_read_value_transformation.cpp | 2 +- .../low_precision_transformations/clamp_transformation.cpp | 2 +- .../low_precision_transformations/concat_transformation.cpp | 2 +- .../concat_with_child_and_output.cpp | 2 +- .../concat_with_different_precision_on_children.cpp | 2 +- .../concat_with_intermediate_transformation.cpp | 2 +- .../concat_with_neighbors_graph_transformation.cpp | 2 +- .../concat_with_split_transformation.cpp | 2 +- .../convolution_backprop_data_transformation.cpp | 2 +- .../convolution_qdq_transformation.cpp | 2 +- .../convolution_transformation.cpp | 2 +- .../depth_to_space_transformation.cpp | 2 +- .../elementwise_branch_selection_transformation.cpp | 2 +- .../eliminate_fake_quantize_transformation.cpp | 2 +- .../fq_and_avg_pool_transformation.cpp | 2 +- .../fq_and_max_pool_transformation.cpp | 2 +- .../fq_and_two_output_branches_with_convolution.cpp | 2 +- .../fq_precision_selection_transformation.cpp | 2 +- .../low_precision_transformations/fq_transformation.cpp | 2 +- .../fq_with_dq_not_optimal_transformation.cpp | 2 +- .../fully_connected_transformation.cpp | 2 +- .../fuse_convert_transformation.cpp | 2 +- .../fuse_fq_and_scale_shift_transformation.cpp | 2 +- .../fuse_multiply_to_fq_transformation.cpp | 2 +- .../fuse_subtract_to_fq_transformation.cpp | 2 +- .../low_precision_transformations/gemm_transformation.cpp | 2 +- .../group_convolution_transformation.cpp | 2 +- .../groupconvolution_qdq_transformation.cpp | 2 +- .../interpolate_transformation.cpp | 2 +- .../low_precision_transformations/mat_mul_transformation.cpp | 2 +- .../mat_mul_with_constant_transformation.cpp | 2 +- .../mat_mul_with_optimized_constant_fq.cpp | 2 +- .../move_fake_quantize_transformation.cpp | 2 +- .../multiply_to_group_convolution_transformation.cpp | 2 +- .../low_precision_transformations/multiply_transformation.cpp | 2 +- .../multiply_with_one_parent_transformation.cpp | 2 +- .../low_precision_transformations/mvn_transformation.cpp | 2 +- .../normalize_transformation.cpp | 2 +- .../low_precision_transformations/output_layers.cpp | 2 +- .../low_precision_transformations/output_layers_concat.cpp | 2 +- .../output_layers_concat_multi_channel.cpp | 2 +- .../low_precision_transformations/pad_transformation.cpp | 2 +- .../low_precision_transformations/prelu_transformation.cpp | 2 +- .../pull_reshape_through_dequantization.cpp | 2 +- .../reduce_max_transformation.cpp | 2 +- .../reduce_mean_transformation.cpp | 2 +- .../reduce_min_transformation.cpp | 2 +- .../reduce_sum_transformation.cpp | 2 +- .../low_precision_transformations/relu_transformation.cpp | 2 +- .../low_precision_transformations/reshape_transformation.cpp | 2 +- .../shuffle_channels_transformation.cpp | 2 +- .../low_precision_transformations/split_transformation.cpp | 2 +- .../low_precision_transformations/squeeze_transformation.cpp | 2 +- .../strided_slice_transformation.cpp | 2 +- .../subtract_multiply_to_multiply_add.cpp | 2 +- .../low_precision_transformations/subtract_transformation.cpp | 2 +- .../transpose_after_matmul_transformation.cpp | 2 +- .../transpose_transformation.cpp | 2 +- .../unsqueeze_transformation.cpp | 2 +- .../variadic_split_transformation.cpp | 2 +- .../shared_tests_instances/preprocess/yuv_to_grey_tests.cpp | 2 +- .../functional/shared_tests_instances/set_device_name.cpp | 2 +- .../shared_tests_instances/single_layer_tests/activation.cpp | 2 +- .../shared_tests_instances/single_layer_tests/batch_norm.cpp | 2 +- .../single_layer_tests/batch_to_space.cpp | 2 +- .../shared_tests_instances/single_layer_tests/broadcast.cpp | 2 +- .../shared_tests_instances/single_layer_tests/comparison.cpp | 2 +- .../shared_tests_instances/single_layer_tests/concat.cpp | 2 +- .../shared_tests_instances/single_layer_tests/conversion.cpp | 2 +- .../single_layer_tests/convert_color_i420.cpp | 2 +- .../single_layer_tests/convert_color_nv12.cpp | 2 +- .../shared_tests_instances/single_layer_tests/convolution.cpp | 2 +- .../single_layer_tests/convolution_backprop_data.cpp | 2 +- .../single_layer_tests/ctc_greedy_decoder.cpp | 2 +- .../single_layer_tests/ctc_greedy_decoder_seq_len.cpp | 2 +- .../shared_tests_instances/single_layer_tests/cum_sum.cpp | 2 +- .../single_layer_tests/deformable_convolution.cpp | 2 +- .../single_layer_tests/depth_to_space.cpp | 2 +- .../single_layer_tests/detection_output.cpp | 2 +- .../shared_tests_instances/single_layer_tests/eltwise.cpp | 2 +- .../single_layer_tests/embedding_bag_offsets_sum.cpp | 2 +- .../single_layer_tests/embedding_bag_packed_sum.cpp | 2 +- .../single_layer_tests/embedding_segments_sum.cpp | 2 +- .../experimental_detectron_detection_output.cpp | 2 +- .../experimental_detectron_roifeatureextractor.cpp | 2 +- .../single_layer_tests/extract_image_patches.cpp | 2 +- .../single_layer_tests/fake_quantize.cpp | 2 +- .../shared_tests_instances/single_layer_tests/gather.cpp | 2 +- .../single_layer_tests/gather_elements.cpp | 2 +- .../shared_tests_instances/single_layer_tests/gather_nd.cpp | 2 +- .../shared_tests_instances/single_layer_tests/gather_tree.cpp | 2 +- .../shared_tests_instances/single_layer_tests/grn.cpp | 2 +- .../single_layer_tests/group_convolution.cpp | 2 +- .../single_layer_tests/group_convolution_backprop_data.cpp | 2 +- .../shared_tests_instances/single_layer_tests/gru_cell.cpp | 2 +- .../single_layer_tests/gru_sequence.cpp | 2 +- .../shared_tests_instances/single_layer_tests/interpolate.cpp | 2 +- .../shared_tests_instances/single_layer_tests/log_softmax.cpp | 2 +- .../shared_tests_instances/single_layer_tests/logical.cpp | 2 +- .../shared_tests_instances/single_layer_tests/loop.cpp | 2 +- .../shared_tests_instances/single_layer_tests/lrn.cpp | 2 +- .../shared_tests_instances/single_layer_tests/lstm_cell.cpp | 2 +- .../single_layer_tests/lstm_sequence.cpp | 2 +- .../shared_tests_instances/single_layer_tests/mat_mul.cpp | 2 +- .../shared_tests_instances/single_layer_tests/matrix_nms.cpp | 2 +- .../single_layer_tests/minimum_maximum.cpp | 2 +- .../shared_tests_instances/single_layer_tests/mvn.cpp | 2 +- .../shared_tests_instances/single_layer_tests/nms_rotated.cpp | 2 +- .../single_layer_tests/non_max_suppression.cpp | 2 +- .../single_layer_tests/normalize_l2.cpp | 2 +- .../shared_tests_instances/single_layer_tests/pad.cpp | 2 +- .../shared_tests_instances/single_layer_tests/pooling.cpp | 2 +- .../shared_tests_instances/single_layer_tests/power.cpp | 2 +- .../single_layer_tests/prior_box_clustered.cpp | 2 +- .../shared_tests_instances/single_layer_tests/proposal.cpp | 2 +- .../single_layer_tests/random_uniform.cpp | 2 +- .../shared_tests_instances/single_layer_tests/range.cpp | 2 +- .../shared_tests_instances/single_layer_tests/reduce_ops.cpp | 2 +- .../shared_tests_instances/single_layer_tests/region_yolo.cpp | 2 +- .../shared_tests_instances/single_layer_tests/reorg_yolo.cpp | 2 +- .../shared_tests_instances/single_layer_tests/reshape.cpp | 2 +- .../single_layer_tests/reverse_sequence.cpp | 2 +- .../shared_tests_instances/single_layer_tests/rnn_cell.cpp | 2 +- .../single_layer_tests/rnn_sequence.cpp | 2 +- .../shared_tests_instances/single_layer_tests/roi_align.cpp | 2 +- .../single_layer_tests/scatter_elements_update.cpp | 2 +- .../single_layer_tests/scatter_nd_update.cpp | 2 +- .../single_layer_tests/scatter_update.cpp | 2 +- .../shared_tests_instances/single_layer_tests/select.cpp | 2 +- .../shared_tests_instances/single_layer_tests/shape_of.cpp | 2 +- .../single_layer_tests/shuffle_channels.cpp | 2 +- .../shared_tests_instances/single_layer_tests/slice.cpp | 2 +- .../shared_tests_instances/single_layer_tests/softmax.cpp | 2 +- .../single_layer_tests/space_to_batch.cpp | 2 +- .../single_layer_tests/space_to_depth.cpp | 2 +- .../shared_tests_instances/single_layer_tests/split.cpp | 2 +- .../single_layer_tests/squeeze_unsqueeze.cpp | 2 +- .../single_layer_tests/strided_slice.cpp | 2 +- .../shared_tests_instances/single_layer_tests/tile.cpp | 2 +- .../shared_tests_instances/single_layer_tests/topk.cpp | 2 +- .../shared_tests_instances/single_layer_tests/transpose.cpp | 2 +- .../single_layer_tests/variadic_split.cpp | 2 +- .../functional/shared_tests_instances/skip_tests_config.cpp | 2 +- .../shared_tests_instances/subgraph_tests/constant_result.cpp | 2 +- .../subgraph_tests/get_output_before_activation.cpp | 2 +- .../subgraph_tests/matmul_squeeze_add.cpp | 2 +- .../shared_tests_instances/subgraph_tests/multiply_add.cpp | 2 +- .../subgraph_tests/perm_conv_perm_concat.cpp | 2 +- .../shared_tests_instances/subgraph_tests/preprocess.cpp | 2 +- .../subgraph_tests/quantized_convolution_backprop_data.cpp | 2 +- .../quantized_group_convolution_backprop_data.cpp | 2 +- .../shared_tests_instances/subgraph_tests/reduce_eltwise.cpp | 2 +- .../reshape_permute_conv_permute_reshape_act.cpp | 2 +- .../subgraph_tests/reshape_squeeze_reshape_relu.cpp | 2 +- .../shared_tests_instances/subgraph_tests/scale_shift.cpp | 2 +- .../subgraph_tests/split_conv_concat.cpp | 2 +- .../tests/functional/single_layer_tests/convolution.cpp | 2 +- .../functional/single_layer_tests/dynamic/convolution.cpp | 2 +- .../single_layer_tests/dynamic/ctc_greedy_decoder.cpp | 2 +- .../functional/single_layer_tests/dynamic/gather_tree.cpp | 2 +- .../single_layer_tests/dynamic/groupconvolution.cpp | 2 +- .../functional/single_layer_tests/dynamic/random_uniform.cpp | 2 +- .../tests/functional/single_layer_tests/dynamic/range.cpp | 2 +- .../tests/functional/single_layer_tests/dynamic/reduce.cpp | 2 +- .../tests/functional/single_layer_tests/dynamic/select.cpp | 2 +- .../tests/functional/single_layer_tests/dynamic/shapeof.cpp | 2 +- .../tests/functional/single_layer_tests/tensor_iterator.cpp | 2 +- .../dynamic_smoke_test_conv_reshape_fully_connected.cpp | 2 +- .../dynamic/dynamic_smoke_test_gen_impl_key.cpp | 2 +- .../dynamic_smoke_test_reduce_deconvolution_concat.cpp | 2 +- .../dynamic/dynamic_smoke_test_shape_of_activation.cpp | 2 +- .../dynamic/dynamic_smoke_test_shape_of_reduce_reshape.cpp | 2 +- .../tests/functional/subgraph_tests/shared_constant.cpp | 2 +- src/plugins/intel_gpu/tests/unit/CMakeLists.txt | 2 +- .../intel_gpu/tests/unit/fusions/activation_fusion_test.cpp | 2 +- .../tests/unit/fusions/batch_to_space_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/concatenate_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/convolution_fusion_test.cpp | 2 +- .../tests/unit/fusions/deconvolution_fusion_test.cpp | 2 +- .../tests/unit/fusions/depth_to_space_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/eltwise_fusion_test.cpp | 2 +- .../tests/unit/fusions/fully_connected_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/fusion_test_common.hpp | 2 +- .../intel_gpu/tests/unit/fusions/fusion_validity_test.cpp | 2 +- .../tests/unit/fusions/gather_elements_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/gather_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/gather_nd_fusion_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/fusions/gemm_fusion_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/fusions/lrn_fusion_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/fusions/mvn_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/normalize_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/permute_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/pooling_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/reduce_fusion_test.cpp | 2 +- .../intel_gpu/tests/unit/fusions/resample_fusion_test.cpp | 2 +- .../unit/fusions/scatter_elements_update_fusion_test.cpp | 2 +- .../tests/unit/fusions/scatter_nd_update_fusion_test.cpp | 2 +- .../tests/unit/fusions/scatter_update_fusion_test.cpp | 2 +- .../tests/unit/fusions/space_to_batch_fusion_test.cpp | 2 +- .../tests/unit/fusions/space_to_depth_fusion_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/module_tests/engine_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/module_tests/events_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/module_tests/format_test.cpp | 2 +- .../tests/unit/module_tests/graph_manipulation_gpu_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/module_tests/layout_test.cpp | 2 +- .../tests/unit/module_tests/test_uqr_distribution.cpp | 2 +- .../intel_gpu/tests/unit/module_tests/usm_memory_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/onednn/utils_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/passes/handle_reshape.cpp | 2 +- .../tests/unit/passes/mark_shape_of_subgraphs_test.cpp | 2 +- .../tests/unit/passes/prepare_buffer_fusing_test.cpp | 2 +- .../tests/unit/passes/prepare_primitive_fusing_test.cpp | 2 +- .../intel_gpu/tests/unit/passes/reorder_inputs_test.cpp | 2 +- .../tests/unit/passes/select_preferred_formats_test.cpp | 2 +- .../tests/unit/passes/test_module_fusing_reorder.cpp | 2 +- .../intel_gpu/tests/unit/passes/trim_to_outputs_gpu_test.cpp | 2 +- .../tests/unit/test_cases/activation_simple_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/add_reorders_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/arg_max_gpu_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/barriers_test.cpp | 2 +- .../tests/unit/test_cases/batch_to_space_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/border_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/broadcast_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/cl_mem_input_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/command_queue_test.cpp | 2 +- .../tests/unit/test_cases/concatenation_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/condition_gpu_test.cpp | 2 +- .../tests/unit/test_cases/convert_color_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/convolution_gpu_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/crop_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/cum_sum_gpu_test.cpp | 2 +- .../tests/unit/test_cases/custom_gpu_primitive_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/data_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/debug_config_gpu_test.cpp | 2 +- .../tests/unit/test_cases/deconvolution_gpu_test.cpp | 2 +- .../tests/unit/test_cases/depth_concatenate_gpu_test.cpp | 2 +- .../tests/unit/test_cases/depth_to_space_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/detection_output_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/eltwise_gpu_test.cpp | 2 +- .../tests/unit/test_cases/embedding_bag_gpu_test.cpp | 2 +- .../tests/unit/test_cases/extract_image_patches_gpu_test.cpp | 2 +- .../tests/unit/test_cases/fully_connected_gpu_test.cpp | 2 +- .../tests/unit/test_cases/gather_elements_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/gather_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/gather_nd_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/gather_tree_gpu_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/gemm_gpu_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/loop_gpu_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/lrn_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/lru_caches_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/matrix_nms_gpu_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/mem_perf_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/memory_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/mvn_gpu_test.cpp | 2 +- .../tests/unit/test_cases/non_max_suppression_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/normalizel2_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/one_hot_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/permute_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/pooling_gpu_test.cpp | 2 +- .../tests/unit/test_cases/propagate_constants_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/proposal_cpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/proposal_test_data.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/quantize_gpu_test.cpp | 2 +- .../tests/unit/test_cases/random_uniform_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/range_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/reduce_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/region_yolo_gpu_test.cpp | 2 +- .../tests/unit/test_cases/removing_output_node_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/reorder_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/resample_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/reshape_gpu_test.cpp | 2 +- .../tests/unit/test_cases/reverse_sequence_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/roi_align_gpu_test.cpp | 2 +- .../unit/test_cases/scatter_elements_update_gpu_test.cpp | 2 +- .../tests/unit/test_cases/scatter_nd_update_gpu_test.cpp | 2 +- .../tests/unit/test_cases/scatter_update_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/select_gpu_test.cpp | 2 +- .../tests/unit/test_cases/set_output_memory_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/shape_of_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/shuffle_channels_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/slice_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_cases/softmax_gpu_test.cpp | 2 +- .../tests/unit/test_cases/space_to_batch_gpu_test.cpp | 2 +- .../tests/unit/test_cases/space_to_depth_gpu_test.cpp | 2 +- .../tests/unit/test_cases/spatial_concatenate_gpu_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/streams_test.cpp | 2 +- .../tests/unit/test_cases/strided_slice_gpu_test.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/tensor_test.cpp | 2 +- .../unit/test_cases/test_device_mem_usage_estimation.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_cases/tile_gpu_test.cpp | 2 +- .../intel_gpu/tests/unit/test_utils/conv_test_data.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_utils/network_test.h | 2 +- .../tests/unit/test_utils/opencl_helper_instance.hpp | 2 +- src/plugins/intel_gpu/tests/unit/test_utils/program_wrapper.h | 2 +- src/plugins/intel_gpu/tests/unit/test_utils/random_gen.h | 2 +- src/plugins/intel_gpu/tests/unit/test_utils/test_utils.cpp | 2 +- src/plugins/intel_gpu/tests/unit/test_utils/test_utils.h | 2 +- .../unit/test_utils/uniform_quantized_real_distribution.hpp | 2 +- .../tests/unit/transformations/convert_matmul_to_fc_test.cpp | 2 +- .../unit/transformations/convert_pooling_to_reduce_test.cpp | 2 +- .../decompose_reduce_for_false_keepdims_test.cpp | 2 +- .../tests/unit/transformations/move_fc_reshape_to_weights.cpp | 2 +- src/plugins/intel_gpu/thirdparty/CMakeLists.txt | 2 +- src/plugins/intel_gpu/thirdparty/cmake/rapidjson.cmake | 2 +- src/plugins/proxy/CMakeLists.txt | 2 +- src/plugins/proxy/dev_api/openvino/proxy/infer_request.hpp | 2 +- src/plugins/proxy/dev_api/openvino/proxy/plugin.hpp | 2 +- src/plugins/proxy/dev_api/openvino/proxy/properties.hpp | 2 +- src/plugins/proxy/src/compiled_model.hpp | 2 +- src/plugins/proxy/src/infer_request.cpp | 2 +- src/plugins/proxy/src/plugin.cpp | 2 +- src/plugins/proxy/src/plugin.hpp | 2 +- src/plugins/proxy/src/remote_context.cpp | 2 +- src/plugins/proxy/src/remote_context.hpp | 2 +- src/plugins/proxy/src/remote_tensor.cpp | 2 +- src/plugins/proxy/src/remote_tensor.hpp | 2 +- src/plugins/proxy/tests/CMakeLists.txt | 2 +- src/plugins/proxy/tests/batch_compliance_test.cpp | 2 +- src/plugins/proxy/tests/import_tests.cpp | 2 +- src/plugins/proxy/tests/load_proxy_plugin_tests.cpp | 2 +- src/plugins/proxy/tests/properties_tests.cpp | 2 +- src/plugins/proxy/tests/proxy_tests.cpp | 2 +- src/plugins/proxy/tests/query_model_tests.cpp | 2 +- src/plugins/proxy/tests/remote_context_tests.cpp | 2 +- src/plugins/proxy/tests/remote_tensor_tests.cpp | 2 +- src/plugins/template/CMakeLists.txt | 2 +- src/plugins/template/backend/CMakeLists.txt | 2 +- src/plugins/template/backend/backend.cpp | 2 +- src/plugins/template/backend/backend.hpp | 2 +- src/plugins/template/backend/evaluates_map.cpp | 2 +- src/plugins/template/backend/evaluates_map.hpp | 2 +- src/plugins/template/backend/executable.cpp | 2 +- src/plugins/template/backend/executable.hpp | 2 +- src/plugins/template/backend/int_backend.cpp | 2 +- src/plugins/template/backend/int_backend.hpp | 2 +- src/plugins/template/backend/int_executable.cpp | 2 +- src/plugins/template/backend/int_executable.hpp | 2 +- src/plugins/template/backend/ops/abs.cpp | 2 +- src/plugins/template/backend/ops/adaptive_avg_pool.cpp | 2 +- src/plugins/template/backend/ops/adaptive_max_pool.cpp | 2 +- src/plugins/template/backend/ops/assign.cpp | 2 +- src/plugins/template/backend/ops/avg_pool.cpp | 2 +- src/plugins/template/backend/ops/batch_norm.cpp | 2 +- src/plugins/template/backend/ops/binary_convolution.cpp | 2 +- src/plugins/template/backend/ops/bitwise_and.cpp | 2 +- src/plugins/template/backend/ops/bitwise_not.cpp | 2 +- src/plugins/template/backend/ops/bitwise_or.cpp | 2 +- src/plugins/template/backend/ops/bitwise_xor.cpp | 2 +- src/plugins/template/backend/ops/bucketize.cpp | 2 +- src/plugins/template/backend/ops/ceiling.cpp | 2 +- src/plugins/template/backend/ops/convert.cpp | 2 +- src/plugins/template/backend/ops/convert_color_nv12.cpp | 2 +- src/plugins/template/backend/ops/convolution.cpp | 2 +- .../template/backend/ops/convolution_backprop_data.cpp | 2 +- src/plugins/template/backend/ops/ctc_greedy_decoder.cpp | 2 +- .../template/backend/ops/ctc_greedy_decoder_seq_len.cpp | 2 +- src/plugins/template/backend/ops/ctc_loss.cpp | 2 +- src/plugins/template/backend/ops/cum_sum.cpp | 2 +- src/plugins/template/backend/ops/deformable_convolution.cpp | 2 +- src/plugins/template/backend/ops/deformable_psroi_pooling.cpp | 2 +- src/plugins/template/backend/ops/detection_output.cpp | 2 +- src/plugins/template/backend/ops/einsum.cpp | 2 +- src/plugins/template/backend/ops/elu.cpp | 2 +- .../template/backend/ops/embedding_bag_offsets_sum.cpp | 2 +- src/plugins/template/backend/ops/embedding_bag_packed_sum.cpp | 2 +- src/plugins/template/backend/ops/embedding_segments_sum.cpp | 2 +- src/plugins/template/backend/ops/equal.cpp | 2 +- src/plugins/template/backend/ops/evaluate_node.hpp | 2 +- src/plugins/template/backend/ops/exp.cpp | 2 +- .../backend/ops/experimental_detectron_detection_output.cpp | 2 +- .../ops/experimental_detectron_prior_grid_generator.cpp | 2 +- .../ops/experimental_detectron_proposal_single_image.cpp | 2 +- .../ops/experimental_detectron_roi_feature_extractor.cpp | 2 +- .../template/backend/ops/experimental_detectron_topk_rois.cpp | 2 +- src/plugins/template/backend/ops/extract_image_patches.cpp | 2 +- src/plugins/template/backend/ops/fft.cpp | 2 +- src/plugins/template/backend/ops/gather.cpp | 2 +- src/plugins/template/backend/ops/gather_elements.cpp | 2 +- src/plugins/template/backend/ops/gather_nd.cpp | 2 +- src/plugins/template/backend/ops/gather_tree.cpp | 2 +- src/plugins/template/backend/ops/gelu.cpp | 2 +- src/plugins/template/backend/ops/generate_proposal.cpp | 2 +- src/plugins/template/backend/ops/greater.cpp | 2 +- src/plugins/template/backend/ops/grid_sample.cpp | 2 +- src/plugins/template/backend/ops/grn.cpp | 2 +- src/plugins/template/backend/ops/group_convolution.cpp | 2 +- .../template/backend/ops/group_convolution_backprop_data.cpp | 2 +- src/plugins/template/backend/ops/group_normalization.cpp | 2 +- src/plugins/template/backend/ops/gru_cell.cpp | 2 +- src/plugins/template/backend/ops/hard_sigmoid.cpp | 2 +- src/plugins/template/backend/ops/if.cpp | 2 +- src/plugins/template/backend/ops/interpolate.cpp | 2 +- src/plugins/template/backend/ops/irdft.cpp | 2 +- src/plugins/template/backend/ops/is_finite.cpp | 2 +- src/plugins/template/backend/ops/is_inf.cpp | 2 +- src/plugins/template/backend/ops/is_nan.cpp | 2 +- src/plugins/template/backend/ops/log.cpp | 2 +- src/plugins/template/backend/ops/log_softmax.cpp | 2 +- src/plugins/template/backend/ops/lrn.cpp | 2 +- src/plugins/template/backend/ops/lstm_cell.cpp | 2 +- src/plugins/template/backend/ops/matrix_nms.cpp | 2 +- src/plugins/template/backend/ops/mod.cpp | 2 +- src/plugins/template/backend/ops/multiclass_nms.cpp | 2 +- src/plugins/template/backend/ops/multinomial.cpp | 2 +- src/plugins/template/backend/ops/multiply.cpp | 2 +- src/plugins/template/backend/ops/mvn.cpp | 2 +- src/plugins/template/backend/ops/nms_rotated.cpp | 2 +- src/plugins/template/backend/ops/non_max_suppression.cpp | 2 +- src/plugins/template/backend/ops/normalize_l2.cpp | 2 +- src/plugins/template/backend/ops/pad.cpp | 2 +- src/plugins/template/backend/ops/prelu.cpp | 2 +- src/plugins/template/backend/ops/proposal.cpp | 2 +- src/plugins/template/backend/ops/psroi_pooling.cpp | 2 +- src/plugins/template/backend/ops/rdft.cpp | 2 +- src/plugins/template/backend/ops/read_value.cpp | 2 +- src/plugins/template/backend/ops/region_yolo.cpp | 2 +- src/plugins/template/backend/ops/relu.cpp | 2 +- src/plugins/template/backend/ops/reorg_yolo.cpp | 2 +- src/plugins/template/backend/ops/reverse_sequence.cpp | 2 +- src/plugins/template/backend/ops/rnn_cell.cpp | 2 +- src/plugins/template/backend/ops/roi_align.cpp | 2 +- src/plugins/template/backend/ops/roi_pooling.cpp | 2 +- src/plugins/template/backend/ops/roll.cpp | 2 +- src/plugins/template/backend/ops/scatter_nd_update.cpp | 2 +- src/plugins/template/backend/ops/selu.cpp | 2 +- src/plugins/template/backend/ops/sequences.cpp | 2 +- src/plugins/template/backend/ops/sigmoid.cpp | 2 +- src/plugins/template/backend/ops/sign.cpp | 2 +- src/plugins/template/backend/ops/softsign.cpp | 2 +- src/plugins/template/backend/ops/squared_difference.cpp | 2 +- src/plugins/template/backend/ops/tanh.cpp | 2 +- src/plugins/template/backend/ops/tensor_iterator.cpp | 2 +- src/plugins/template/backend/ops/unique.cpp | 2 +- src/plugins/template/backend/perf_counter.hpp | 2 +- src/plugins/template/include/template/properties.hpp | 2 +- src/plugins/template/include/template/remote_tensor.hpp | 2 +- src/plugins/template/src/CMakeLists.txt | 2 +- src/plugins/template/src/async_infer_request.cpp | 2 +- src/plugins/template/src/async_infer_request.hpp | 2 +- src/plugins/template/src/compiled_model.cpp | 2 +- src/plugins/template/src/compiled_model.hpp | 2 +- src/plugins/template/src/config.cpp | 2 +- src/plugins/template/src/config.hpp | 2 +- src/plugins/template/src/itt.hpp | 2 +- src/plugins/template/src/plugin.cpp | 2 +- src/plugins/template/src/plugin.hpp | 2 +- src/plugins/template/src/remote_context.cpp | 2 +- src/plugins/template/src/remote_context.hpp | 2 +- src/plugins/template/src/remote_tensor.hpp | 2 +- src/plugins/template/src/sync_infer_request.cpp | 2 +- src/plugins/template/src/sync_infer_request.hpp | 2 +- src/plugins/template/src/variable_state.hpp | 2 +- src/plugins/template/tests/functional/CMakeLists.txt | 2 +- src/plugins/template/tests/functional/core_config.cpp | 2 +- src/plugins/template/tests/functional/op_reference/abs.cpp | 2 +- src/plugins/template/tests/functional/op_reference/acos.cpp | 2 +- src/plugins/template/tests/functional/op_reference/acosh.cpp | 2 +- .../tests/functional/op_reference/adaptive_avg_pool.cpp | 2 +- .../tests/functional/op_reference/adaptive_max_pool.cpp | 2 +- src/plugins/template/tests/functional/op_reference/add.cpp | 2 +- src/plugins/template/tests/functional/op_reference/asin.cpp | 2 +- src/plugins/template/tests/functional/op_reference/asinh.cpp | 2 +- src/plugins/template/tests/functional/op_reference/atan.cpp | 2 +- src/plugins/template/tests/functional/op_reference/atanh.cpp | 2 +- .../template/tests/functional/op_reference/augru_cell.cpp | 2 +- .../template/tests/functional/op_reference/avg_pool.cpp | 2 +- .../tests/functional/op_reference/base_reference_test.cpp | 2 +- .../tests/functional/op_reference/base_reference_test.hpp | 2 +- .../template/tests/functional/op_reference/batch_norm.cpp | 2 +- .../template/tests/functional/op_reference/batch_to_space.cpp | 2 +- .../tests/functional/op_reference/binary_convolution.cpp | 2 +- .../template/tests/functional/op_reference/bitwise.cpp | 2 +- .../template/tests/functional/op_reference/bitwise.hpp | 2 +- .../template/tests/functional/op_reference/bitwise_and.cpp | 2 +- .../template/tests/functional/op_reference/bitwise_not.cpp | 2 +- .../template/tests/functional/op_reference/bitwise_or.cpp | 2 +- .../template/tests/functional/op_reference/bitwise_xor.cpp | 2 +- .../template/tests/functional/op_reference/broadcast.cpp | 2 +- .../template/tests/functional/op_reference/bucketize.cpp | 2 +- .../template/tests/functional/op_reference/ceiling.cpp | 2 +- src/plugins/template/tests/functional/op_reference/clamp.cpp | 2 +- .../template/tests/functional/op_reference/comparison.cpp | 2 +- .../template/tests/functional/op_reference/comparison.hpp | 2 +- src/plugins/template/tests/functional/op_reference/concat.cpp | 2 +- .../template/tests/functional/op_reference/constant.cpp | 2 +- .../template/tests/functional/op_reference/conversion.cpp | 2 +- .../template/tests/functional/op_reference/conversion.hpp | 2 +- .../template/tests/functional/op_reference/convert.cpp | 2 +- .../tests/functional/op_reference/convert_color_i420.cpp | 2 +- .../tests/functional/op_reference/convert_color_nv12.cpp | 2 +- .../template/tests/functional/op_reference/convert_like.cpp | 2 +- .../template/tests/functional/op_reference/convolution.cpp | 2 +- .../tests/functional/op_reference/convolution_backprop.cpp | 2 +- src/plugins/template/tests/functional/op_reference/cos.cpp | 2 +- src/plugins/template/tests/functional/op_reference/cosh.cpp | 2 +- .../tests/functional/op_reference/ctc_greedy_decoder.cpp | 2 +- .../functional/op_reference/ctc_greedy_decoder_seq_len.cpp | 2 +- .../template/tests/functional/op_reference/ctc_loss.cpp | 2 +- .../template/tests/functional/op_reference/cum_sum.cpp | 2 +- .../tests/functional/op_reference/deformable_convolution.cpp | 2 +- .../functional/op_reference/deformable_psroi_pooling.cpp | 2 +- .../template/tests/functional/op_reference/depth_to_space.cpp | 2 +- .../tests/functional/op_reference/detection_output.cpp | 2 +- src/plugins/template/tests/functional/op_reference/dft.cpp | 2 +- src/plugins/template/tests/functional/op_reference/divide.cpp | 2 +- src/plugins/template/tests/functional/op_reference/einsum.cpp | 2 +- src/plugins/template/tests/functional/op_reference/elu.cpp | 2 +- .../tests/functional/op_reference/embedding_segments_sum.cpp | 2 +- .../tests/functional/op_reference/embeddingbag_offsetssum.cpp | 2 +- .../tests/functional/op_reference/embeddingbag_packedsum.cpp | 2 +- src/plugins/template/tests/functional/op_reference/equal.cpp | 2 +- src/plugins/template/tests/functional/op_reference/erf.cpp | 2 +- src/plugins/template/tests/functional/op_reference/exp.cpp | 2 +- .../op_reference/experimental_detectron_detection_output.cpp | 2 +- .../experimental_detectron_detection_prior_grid.cpp | 2 +- .../experimental_detectron_generate_proposals.cpp | 2 +- .../experimental_detectron_roi_feature_extractor.cpp | 2 +- .../op_reference/experimental_detectron_topkrois.cpp | 2 +- .../tests/functional/op_reference/extract_image_patches.cpp | 2 +- src/plugins/template/tests/functional/op_reference/eye.cpp | 2 +- .../template/tests/functional/op_reference/fake_quantize.cpp | 2 +- src/plugins/template/tests/functional/op_reference/floor.cpp | 2 +- .../template/tests/functional/op_reference/floor_mod.cpp | 2 +- src/plugins/template/tests/functional/op_reference/gather.cpp | 2 +- .../tests/functional/op_reference/gather_elements.cpp | 2 +- .../template/tests/functional/op_reference/gather_nd.cpp | 2 +- .../template/tests/functional/op_reference/gather_tree.cpp | 2 +- src/plugins/template/tests/functional/op_reference/gelu.cpp | 2 +- .../tests/functional/op_reference/generate_proposals.cpp | 2 +- .../template/tests/functional/op_reference/greater.cpp | 2 +- .../template/tests/functional/op_reference/greater_equal.cpp | 2 +- src/plugins/template/tests/functional/op_reference/grn.cpp | 2 +- .../tests/functional/op_reference/group_convolution.cpp | 2 +- .../functional/op_reference/group_convolution_backprop.cpp | 2 +- .../template/tests/functional/op_reference/gru_cell.cpp | 2 +- .../template/tests/functional/op_reference/hard_sigmoid.cpp | 2 +- .../template/tests/functional/op_reference/hsigmoid.cpp | 2 +- src/plugins/template/tests/functional/op_reference/hswish.cpp | 2 +- src/plugins/template/tests/functional/op_reference/idft.cpp | 2 +- src/plugins/template/tests/functional/op_reference/if.cpp | 2 +- .../template/tests/functional/op_reference/interpolate.cpp | 2 +- .../template/tests/functional/op_reference/is_finite.cpp | 2 +- src/plugins/template/tests/functional/op_reference/is_inf.cpp | 2 +- src/plugins/template/tests/functional/op_reference/is_nan.cpp | 2 +- src/plugins/template/tests/functional/op_reference/less.cpp | 2 +- .../template/tests/functional/op_reference/less_eq.cpp | 2 +- src/plugins/template/tests/functional/op_reference/log.cpp | 2 +- .../template/tests/functional/op_reference/log_softmax.cpp | 2 +- .../template/tests/functional/op_reference/logical.cpp | 2 +- .../template/tests/functional/op_reference/logical.hpp | 2 +- .../template/tests/functional/op_reference/logical_and.cpp | 2 +- .../template/tests/functional/op_reference/logical_not.cpp | 2 +- .../template/tests/functional/op_reference/logical_or.cpp | 2 +- .../template/tests/functional/op_reference/logical_xor.cpp | 2 +- src/plugins/template/tests/functional/op_reference/lrn.cpp | 2 +- .../template/tests/functional/op_reference/lstm_cell.cpp | 2 +- src/plugins/template/tests/functional/op_reference/matmul.cpp | 2 +- .../template/tests/functional/op_reference/matrix_nms.cpp | 2 +- .../template/tests/functional/op_reference/max_pool.cpp | 2 +- .../template/tests/functional/op_reference/maximum.cpp | 2 +- src/plugins/template/tests/functional/op_reference/memory.cpp | 2 +- .../template/tests/functional/op_reference/minimum.cpp | 2 +- src/plugins/template/tests/functional/op_reference/mish.cpp | 2 +- src/plugins/template/tests/functional/op_reference/mod.cpp | 2 +- .../template/tests/functional/op_reference/multiclass_nms.cpp | 2 +- .../template/tests/functional/op_reference/multiply.cpp | 2 +- src/plugins/template/tests/functional/op_reference/mvn.cpp | 2 +- .../template/tests/functional/op_reference/negative.cpp | 2 +- .../template/tests/functional/op_reference/nms_rotated.cpp | 2 +- .../tests/functional/op_reference/non_max_suppression.cpp | 2 +- .../template/tests/functional/op_reference/nonzero.cpp | 2 +- .../template/tests/functional/op_reference/normalize_l2.cpp | 2 +- .../template/tests/functional/op_reference/not_equal.cpp | 2 +- .../template/tests/functional/op_reference/one_hot.cpp | 2 +- src/plugins/template/tests/functional/op_reference/pad.cpp | 2 +- .../tests/functional/op_reference/parameter_as_output.cpp | 2 +- src/plugins/template/tests/functional/op_reference/power.cpp | 2 +- src/plugins/template/tests/functional/op_reference/prelu.cpp | 2 +- .../template/tests/functional/op_reference/prior_box.cpp | 2 +- .../tests/functional/op_reference/prior_box_clustered.cpp | 2 +- .../template/tests/functional/op_reference/proposal.cpp | 2 +- .../template/tests/functional/op_reference/psroi_pooling.cpp | 2 +- .../template/tests/functional/op_reference/random_uniform.cpp | 2 +- src/plugins/template/tests/functional/op_reference/range.cpp | 2 +- src/plugins/template/tests/functional/op_reference/rdft.cpp | 2 +- .../template/tests/functional/op_reference/reduce_l1.cpp | 2 +- .../template/tests/functional/op_reference/reduce_l2.cpp | 2 +- .../template/tests/functional/op_reference/reduce_max.cpp | 2 +- .../template/tests/functional/op_reference/reduce_mean.cpp | 2 +- .../template/tests/functional/op_reference/reduce_min.cpp | 2 +- .../template/tests/functional/op_reference/reduce_prod.cpp | 2 +- .../template/tests/functional/op_reference/reduce_sum.cpp | 2 +- .../template/tests/functional/op_reference/reduction.cpp | 2 +- .../template/tests/functional/op_reference/reduction.hpp | 2 +- src/plugins/template/tests/functional/op_reference/relu.cpp | 2 +- .../template/tests/functional/op_reference/reorg_yolo.cpp | 2 +- .../template/tests/functional/op_reference/reshape.cpp | 2 +- src/plugins/template/tests/functional/op_reference/result.cpp | 2 +- .../template/tests/functional/op_reference/reverse.cpp | 2 +- .../tests/functional/op_reference/reverse_sequence.cpp | 2 +- .../template/tests/functional/op_reference/rnn_cell.cpp | 2 +- .../template/tests/functional/op_reference/roi_align.cpp | 2 +- .../template/tests/functional/op_reference/roi_pooling.cpp | 2 +- src/plugins/template/tests/functional/op_reference/roll.cpp | 2 +- src/plugins/template/tests/functional/op_reference/round.cpp | 2 +- .../tests/functional/op_reference/scatter_elements_update.cpp | 2 +- .../tests/functional/op_reference/scatter_nd_update.cpp | 2 +- .../template/tests/functional/op_reference/scatter_update.cpp | 2 +- src/plugins/template/tests/functional/op_reference/select.cpp | 2 +- src/plugins/template/tests/functional/op_reference/selu.cpp | 2 +- .../template/tests/functional/op_reference/shape_of.cpp | 2 +- .../tests/functional/op_reference/shuffle_channels.cpp | 2 +- .../template/tests/functional/op_reference/sigmoid.cpp | 2 +- src/plugins/template/tests/functional/op_reference/sign.cpp | 2 +- src/plugins/template/tests/functional/op_reference/sin.cpp | 2 +- src/plugins/template/tests/functional/op_reference/sinh.cpp | 2 +- src/plugins/template/tests/functional/op_reference/slice.cpp | 2 +- .../template/tests/functional/op_reference/softmax.cpp | 2 +- .../template/tests/functional/op_reference/softplus.cpp | 2 +- .../template/tests/functional/op_reference/softsign.cpp | 2 +- .../template/tests/functional/op_reference/space_to_batch.cpp | 2 +- .../template/tests/functional/op_reference/space_to_depth.cpp | 2 +- src/plugins/template/tests/functional/op_reference/split.cpp | 2 +- src/plugins/template/tests/functional/op_reference/sqrt.cpp | 2 +- .../tests/functional/op_reference/squared_difference.cpp | 2 +- .../template/tests/functional/op_reference/squeeze.cpp | 2 +- .../template/tests/functional/op_reference/strided_slice.cpp | 2 +- .../template/tests/functional/op_reference/subtract.cpp | 2 +- src/plugins/template/tests/functional/op_reference/swish.cpp | 2 +- src/plugins/template/tests/functional/op_reference/tan.cpp | 2 +- src/plugins/template/tests/functional/op_reference/tanh.cpp | 2 +- src/plugins/template/tests/functional/op_reference/tile.cpp | 2 +- src/plugins/template/tests/functional/op_reference/topk.cpp | 2 +- .../template/tests/functional/op_reference/transpose.cpp | 2 +- src/plugins/template/tests/functional/op_reference/unique.cpp | 2 +- .../template/tests/functional/op_reference/unsqueeze.cpp | 2 +- .../template/tests/functional/op_reference/variadic_split.cpp | 2 +- .../tests/functional/preprocessing/yuv_to_grey_tests.cpp | 2 +- src/plugins/template/tests/functional/set_device_name.cpp | 2 +- .../behavior/ov_executable_network/get_metric.cpp | 2 +- .../ov_executable_network/ov_exec_net_import_export.cpp | 2 +- .../behavior/ov_executable_network/properties.cpp | 2 +- .../behavior/ov_infer_request/callback.cpp | 2 +- .../behavior/ov_infer_request/cancellation.cpp | 2 +- .../behavior/ov_infer_request/infer_request_dynamic.cpp | 2 +- .../behavior/ov_infer_request/inference_chaining.cpp | 2 +- .../behavior/ov_infer_request/io_tensor.cpp | 2 +- .../behavior/ov_infer_request/memory_states.cpp | 2 +- .../behavior/ov_infer_request/multithreading.cpp | 2 +- .../behavior/ov_infer_request/properties_tests.cpp | 2 +- .../shared_tests_instances/behavior/ov_infer_request/wait.cpp | 2 +- .../behavior/ov_plugin/caching_tests.cpp | 2 +- .../behavior/ov_plugin/core_integration.cpp | 2 +- .../behavior/ov_plugin/hetero_synthetic.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/life_time.cpp | 2 +- .../behavior/ov_plugin/properties_tests.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/remote.cpp | 2 +- .../shared_tests_instances/behavior/ov_plugin/version.cpp | 2 +- .../shared_tests_instances/single_layer_tests/convolution.cpp | 2 +- .../shared_tests_instances/single_layer_tests/eltwise.cpp | 2 +- .../shared_tests_instances/single_layer_tests/reshape.cpp | 2 +- .../shared_tests_instances/single_layer_tests/softmax.cpp | 2 +- .../shared_tests_instances/single_layer_tests/split.cpp | 2 +- .../tests/functional/subgraph_reference/preprocess.cpp | 2 +- .../tests/functional/subgraph_reference/preprocess_opencv.cpp | 2 +- .../transformations/disable_transformations_test.cpp | 2 +- src/tests/CMakeLists.txt | 2 +- src/tests/functional/CMakeLists.txt | 2 +- src/tests/functional/plugin/CMakeLists.txt | 2 +- src/tests/functional/plugin/conformance/CMakeLists.txt | 2 +- .../plugin/conformance/op_conformance_utils/CMakeLists.txt | 2 +- .../include/op_conformance_utils/meta_info/input_info.hpp | 2 +- .../include/op_conformance_utils/meta_info/meta_info.hpp | 2 +- .../include/op_conformance_utils/meta_info/model_info.hpp | 2 +- .../include/op_conformance_utils/utils/dynamism.hpp | 2 +- .../include/op_conformance_utils/utils/file.hpp | 2 +- .../op_conformance_utils/src/meta_info/meta_info.cpp | 2 +- .../conformance/op_conformance_utils/src/utils/file.cpp | 2 +- .../plugin/conformance/subgraphs_dumper/CMakeLists.txt | 2 +- .../conformance/subgraphs_dumper/include/cache/cache.hpp | 2 +- .../subgraphs_dumper/include/cache/graph_cache.hpp | 2 +- .../conformance/subgraphs_dumper/include/cache/op_cache.hpp | 2 +- .../conformance/subgraphs_dumper/include/gflag_config.hpp | 2 +- .../subgraphs_dumper/include/matchers/single_op/config.hpp | 2 +- .../include/matchers/single_op/convolutions.hpp | 2 +- .../subgraphs_dumper/include/matchers/single_op/manager.hpp | 2 +- .../subgraphs_dumper/include/matchers/single_op/single_op.hpp | 2 +- .../include/matchers/subgraph/fused_names.hpp | 2 +- .../subgraphs_dumper/include/matchers/subgraph/manager.hpp | 2 +- .../include/matchers/subgraph/read_value_assign.hpp | 2 +- .../include/matchers/subgraph/repeat_pattern.hpp | 2 +- .../subgraphs_dumper/include/matchers/subgraph/subgraph.hpp | 2 +- .../subgraphs_dumper/include/utils/attribute_visitor.hpp | 2 +- .../conformance/subgraphs_dumper/include/utils/cache.hpp | 2 +- .../conformance/subgraphs_dumper/include/utils/memory.hpp | 2 +- .../conformance/subgraphs_dumper/include/utils/model.hpp | 2 +- .../subgraphs_dumper/include/utils/model_comparator.hpp | 2 +- .../conformance/subgraphs_dumper/include/utils/node.hpp | 2 +- .../plugin/conformance/subgraphs_dumper/src/cache/cache.cpp | 2 +- .../conformance/subgraphs_dumper/src/cache/graph_cache.cpp | 2 +- .../conformance/subgraphs_dumper/src/cache/op_cache.cpp | 2 +- .../plugin/conformance/subgraphs_dumper/src/main.cpp | 2 +- .../subgraphs_dumper/src/matchers/single_op/convolutions.cpp | 2 +- .../subgraphs_dumper/src/matchers/single_op/manager.cpp | 2 +- .../subgraphs_dumper/src/matchers/single_op/single_op.cpp | 2 +- .../subgraphs_dumper/src/matchers/subgraph/fused_names.cpp | 2 +- .../subgraphs_dumper/src/matchers/subgraph/manager.cpp | 2 +- .../src/matchers/subgraph/read_value_assign.cpp | 2 +- .../subgraphs_dumper/src/matchers/subgraph/repeat_pattern.cpp | 2 +- .../plugin/conformance/subgraphs_dumper/src/utils/cache.cpp | 2 +- .../plugin/conformance/subgraphs_dumper/src/utils/memory.cpp | 2 +- .../plugin/conformance/subgraphs_dumper/src/utils/model.cpp | 2 +- .../subgraphs_dumper/src/utils/model_comparator.cpp | 2 +- .../plugin/conformance/subgraphs_dumper/src/utils/node.cpp | 2 +- .../plugin/conformance/subgraphs_dumper/tests/CMakeLists.txt | 2 +- .../plugin/conformance/subgraphs_dumper/tests/base_test.hpp | 2 +- .../plugin/conformance/subgraphs_dumper/tests/cache/cache.cpp | 2 +- .../conformance/subgraphs_dumper/tests/cache/graph_cache.cpp | 2 +- .../plugin/conformance/subgraphs_dumper/tests/cache/meta.cpp | 2 +- .../conformance/subgraphs_dumper/tests/cache/op_cache.cpp | 2 +- .../tests/matchers/single_op/convolutions_matcher.cpp | 2 +- .../tests/matchers/single_op/generic_single_op.cpp | 2 +- .../subgraphs_dumper/tests/matchers/single_op/manager.cpp | 2 +- .../tests/matchers/single_op/matchers_config.cpp | 2 +- .../subgraphs_dumper/tests/matchers/subgraph/fused_names.cpp | 4 ++-- .../subgraphs_dumper/tests/matchers/subgraph/manager.cpp | 2 +- .../subgraphs_dumper/tests/matchers/subgraph/read_value.cpp | 4 ++-- .../tests/matchers/subgraph/repeat_pattern.cpp | 2 +- .../subgraphs_dumper/tests/matchers/subgraph/subgraph.cpp | 2 +- .../conformance/subgraphs_dumper/tests/skip_tests_config.cpp | 2 +- .../subgraphs_dumper/tests/test_models/model_0.hpp | 2 +- .../subgraphs_dumper/tests/test_models/model_1.hpp | 2 +- .../subgraphs_dumper/tests/test_models/model_2.hpp | 2 +- .../subgraphs_dumper/tests/test_models/model_3.hpp | 2 +- .../subgraphs_dumper/tests/test_models/model_4.hpp | 2 +- .../subgraphs_dumper/tests/test_models/model_5.hpp | 2 +- .../plugin/conformance/subgraphs_dumper/tests/utils/model.cpp | 2 +- .../subgraphs_dumper/tests/utils/model_comparator.cpp | 2 +- .../plugin/conformance/subgraphs_dumper/tests/utils/node.cpp | 2 +- .../test_runner/api_conformance_runner/CMakeLists.txt | 2 +- .../test_runner/api_conformance_runner/src/core_config.cpp | 2 +- .../src/ov_executable_network/exec_network_base.cpp | 2 +- .../src/ov_executable_network/get_metric.cpp | 2 +- .../src/ov_executable_network/properties.cpp | 2 +- .../api_conformance_runner/src/ov_infer_request/callback.cpp | 2 +- .../src/ov_infer_request/cancellation.cpp | 2 +- .../src/ov_infer_request/infer_request_dynamic.cpp | 2 +- .../src/ov_infer_request/inference_chaining.cpp | 2 +- .../api_conformance_runner/src/ov_infer_request/io_tensor.cpp | 2 +- .../src/ov_infer_request/multithreading.cpp | 2 +- .../src/ov_infer_request/perf_counters.cpp | 2 +- .../api_conformance_runner/src/ov_infer_request/wait.cpp | 2 +- .../api_conformance_runner/src/ov_plugin/caching_tests.cpp | 2 +- .../api_conformance_runner/src/ov_plugin/core_integration.cpp | 2 +- .../api_conformance_runner/src/ov_plugin/life_time.cpp | 2 +- .../api_conformance_runner/src/ov_plugin/properties.cpp | 2 +- .../conformance/test_runner/conformance_infra/CMakeLists.txt | 2 +- .../test_runner/conformance_infra/include/conformance.hpp | 2 +- .../test_runner/conformance_infra/include/gflag_config.hpp | 2 +- .../conformance/test_runner/conformance_infra/src/main.cpp | 2 +- .../test_runner/conformance_infra/src/skip_tests_config.cpp | 2 +- .../test_runner/op_conformance_runner/CMakeLists.txt | 2 +- .../include/op_impl_check/op_impl_check.hpp | 2 +- .../include/op_impl_check/single_op_graph.hpp | 2 +- .../op_conformance_runner/include/read_ir_test/read_ir.hpp | 2 +- .../op_conformance_runner/include/utils/models.hpp | 2 +- .../test_runner/op_conformance_runner/include/utils/types.hpp | 2 +- .../test_runner/op_conformance_runner/src/core_config.cpp | 2 +- .../op_conformance_runner/src/op_impl_check/op_impl_check.cpp | 2 +- .../test_runner/op_conformance_runner/src/read_ir/read_ir.cpp | 2 +- src/tests/functional/plugin/shared/CMakeLists.txt | 2 +- .../plugin/shared/include/base/multi/multi_helpers.hpp | 2 +- .../plugin/shared/include/base/ov_behavior_test_utils.hpp | 2 +- .../include/behavior/compiled_model/compiled_model_base.hpp | 2 +- .../shared/include/behavior/compiled_model/import_export.hpp | 2 +- .../include/behavior/compiled_model/properties_hetero.hpp | 2 +- .../shared/include/behavior/ov_infer_request/callback.hpp | 2 +- .../shared/include/behavior/ov_infer_request/cancellation.hpp | 2 +- .../include/behavior/ov_infer_request/infer_consistency.hpp | 2 +- .../behavior/ov_infer_request/infer_request_dynamic.hpp | 2 +- .../include/behavior/ov_infer_request/inference_chaining.hpp | 2 +- .../shared/include/behavior/ov_infer_request/io_tensor.hpp | 2 +- .../include/behavior/ov_infer_request/iteration_chaining.hpp | 2 +- .../include/behavior/ov_infer_request/memory_states.hpp | 2 +- .../include/behavior/ov_infer_request/multithreading.hpp | 2 +- .../include/behavior/ov_infer_request/perf_counters.hpp | 2 +- .../include/behavior/ov_infer_request/properties_tests.hpp | 2 +- .../plugin/shared/include/behavior/ov_infer_request/wait.hpp | 2 +- .../shared/include/behavior/ov_plugin/auto_batching_tests.hpp | 2 +- .../shared/include/behavior/ov_plugin/caching_tests.hpp | 2 +- .../shared/include/behavior/ov_plugin/core_threading.hpp | 2 +- .../shared/include/behavior/ov_plugin/hetero_synthetic.hpp | 2 +- .../plugin/shared/include/behavior/ov_plugin/life_time.hpp | 2 +- .../shared/include/behavior/ov_plugin/properties_tests.hpp | 2 +- .../plugin/shared/include/behavior/ov_plugin/remote.hpp | 2 +- .../plugin/shared/include/behavior/ov_plugin/version.hpp | 2 +- .../shared/include/execution_graph_tests/add_output.hpp | 2 +- .../execution_graph_tests/disable_lowering_precision.hpp | 2 +- .../shared/include/execution_graph_tests/keep_assign.hpp | 2 +- .../nms_transformation_for_last_node.hpp | 2 +- .../execution_graph_tests/normalize_l2_decomposition.hpp | 2 +- .../execution_graph_tests/num_inputs_fusing_bin_conv.hpp | 2 +- .../shared/include/execution_graph_tests/remove_parameter.hpp | 2 +- .../include/execution_graph_tests/runtime_precision.hpp | 2 +- .../low_precision_transformations/add_transformation.hpp | 2 +- .../assign_and_read_value_transformation.hpp | 2 +- .../low_precision_transformations/clamp_transformation.hpp | 2 +- .../low_precision_transformations/concat_transformation.hpp | 2 +- .../concat_with_child_and_output.hpp | 2 +- .../concat_with_different_precision_on_children.hpp | 2 +- .../concat_with_intermediate_transformation.hpp | 2 +- .../concat_with_neighbors_graph_transformation.hpp | 2 +- .../concat_with_split_transformation.hpp | 2 +- .../convolution_backprop_data_transformation.hpp | 2 +- .../convolution_qdq_transformation.hpp | 2 +- .../convolution_transformation.hpp | 2 +- .../convolution_with_incorrect_weights.hpp | 2 +- .../depth_to_space_transformation.hpp | 2 +- .../elementwise_branch_selection_transformation.hpp | 2 +- .../fake_quantize_and_avg_pool_transformation.hpp | 2 +- .../fake_quantize_and_max_pool_transformation.hpp | 2 +- ...fake_quantize_and_two_output_branches_with_convolution.hpp | 2 +- .../fake_quantize_precision_selection_transformation.hpp | 2 +- .../fake_quantize_transformation.hpp | 2 +- .../fake_quantize_with_dq_not_optimal_transformation.hpp | 2 +- .../fully_connected_transformation.hpp | 2 +- .../fuse_dequantize_to_fake_quantize_transformation.hpp | 2 +- .../fuse_fake_quantize_and_scale_shift_transformation.hpp | 2 +- .../fuse_multiply_to_fake_quantize_transformation.hpp | 2 +- .../fuse_subtract_to_fake_quantize_transformation.hpp | 2 +- .../low_precision_transformations/gemm_transformation.hpp | 2 +- .../group_convolution_transformation.hpp | 2 +- .../groupconvolution_qdq_transformation.hpp | 2 +- .../interpolate_transformation.hpp | 2 +- .../low_precision_transformations/mat_mul_transformation.hpp | 2 +- .../mat_mul_with_constant_transformation.hpp | 2 +- .../mat_mul_with_optimized_constant_fq.hpp | 2 +- .../move_fake_quantize_transformation.hpp | 2 +- .../multiply_to_group_convolution_transformation.hpp | 2 +- .../low_precision_transformations/multiply_transformation.hpp | 2 +- .../multiply_with_one_parent_transformation.hpp | 2 +- .../normalize_transformation.hpp | 2 +- .../include/low_precision_transformations/output_layers.hpp | 2 +- .../low_precision_transformations/output_layers_concat.hpp | 2 +- .../output_layers_concat_multi_channel.hpp | 2 +- .../low_precision_transformations/pad_transformation.hpp | 2 +- .../low_precision_transformations/prelu_transformation.hpp | 2 +- .../pull_reshape_through_dequantization_transformation.hpp | 2 +- .../recurrent_cell_transformation.hpp | 2 +- .../reduce_max_transformation.hpp | 2 +- .../reduce_mean_transformation.hpp | 2 +- .../reduce_min_transformation.hpp | 2 +- .../reduce_sum_transformation.hpp | 2 +- .../low_precision_transformations/relu_transformation.hpp | 2 +- .../low_precision_transformations/reshape_transformation.hpp | 2 +- .../shuffle_channels_transformation.hpp | 2 +- .../low_precision_transformations/split_transformation.hpp | 2 +- .../low_precision_transformations/squeeze_transformation.hpp | 2 +- .../strided_slice_transformation.hpp | 2 +- .../subtract_multiply_to_multiply_add_transformation.hpp | 2 +- .../low_precision_transformations/subtract_transformation.hpp | 2 +- .../transpose_after_matmul_transformation.hpp | 2 +- .../transpose_transformation.hpp | 2 +- .../unsqueeze_transformation.hpp | 2 +- .../variadic_split_transformation.hpp | 2 +- .../plugin/shared/include/onnx/quantized_models_tests.hpp | 2 +- .../plugin/shared/include/preprocessing/resize_tests.hpp | 2 +- .../plugin/shared/include/preprocessing/yuv_to_grey_tests.hpp | 2 +- .../functional/plugin/shared/include/set_device_name.hpp | 2 +- .../experimental_detectron_prior_grid_generator.hpp | 2 +- .../plugin/shared/include/single_op_tests/activation.hpp | 2 +- .../shared/include/single_op_tests/adaptive_pooling.hpp | 2 +- .../plugin/shared/include/single_op_tests/batch_norm.hpp | 2 +- .../plugin/shared/include/single_op_tests/batch_to_space.hpp | 2 +- .../shared/include/single_op_tests/binary_convolution.hpp | 2 +- .../plugin/shared/include/single_op_tests/broadcast.hpp | 2 +- .../plugin/shared/include/single_op_tests/bucketize.hpp | 2 +- .../plugin/shared/include/single_op_tests/clamp.hpp | 2 +- .../plugin/shared/include/single_op_tests/comparison.hpp | 2 +- .../plugin/shared/include/single_op_tests/concat.hpp | 2 +- .../plugin/shared/include/single_op_tests/constant.hpp | 2 +- .../plugin/shared/include/single_op_tests/conversion.hpp | 2 +- .../shared/include/single_op_tests/convert_color_i420.hpp | 2 +- .../shared/include/single_op_tests/convert_color_nv12.hpp | 2 +- .../plugin/shared/include/single_op_tests/convolution.hpp | 2 +- .../include/single_op_tests/convolution_backprop_data.hpp | 2 +- .../shared/include/single_op_tests/ctc_greedy_decoder.hpp | 2 +- .../include/single_op_tests/ctc_greedy_decoder_seq_len.hpp | 2 +- .../plugin/shared/include/single_op_tests/ctc_loss.hpp | 2 +- .../plugin/shared/include/single_op_tests/cum_sum.hpp | 2 +- .../shared/include/single_op_tests/deformable_convolution.hpp | 2 +- .../include/single_op_tests/deformable_psroi_pooling.hpp | 2 +- .../plugin/shared/include/single_op_tests/depth_to_space.hpp | 2 +- .../shared/include/single_op_tests/detection_output.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/dft.hpp | 2 +- .../plugin/shared/include/single_op_tests/eltwise.hpp | 2 +- .../include/single_op_tests/embedding_bag_offsets_sum.hpp | 2 +- .../include/single_op_tests/embedding_bag_packed_sum.hpp | 2 +- .../shared/include/single_op_tests/embedding_segments_sum.hpp | 2 +- .../experimental_detectron_detection_output.hpp | 2 +- ...experimental_detectron_generate_proposals_single_image.hpp | 2 +- .../experimental_detectron_prior_grid_generator.hpp | 2 +- .../experimental_detectron_roifeatureextractor.hpp | 2 +- .../single_op_tests/experimental_detectron_topkrois.hpp | 2 +- .../shared/include/single_op_tests/extract_image_patches.hpp | 2 +- .../plugin/shared/include/single_op_tests/fake_quantize.hpp | 2 +- .../plugin/shared/include/single_op_tests/gather.hpp | 2 +- .../plugin/shared/include/single_op_tests/gather_elements.hpp | 2 +- .../plugin/shared/include/single_op_tests/gather_nd.hpp | 2 +- .../plugin/shared/include/single_op_tests/gather_tree.hpp | 2 +- .../shared/include/single_op_tests/generate_proposals.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/grn.hpp | 2 +- .../shared/include/single_op_tests/group_convolution.hpp | 2 +- .../single_op_tests/group_convolution_backprop_data.hpp | 2 +- .../plugin/shared/include/single_op_tests/gru_cell.hpp | 2 +- .../plugin/shared/include/single_op_tests/gru_sequence.hpp | 2 +- .../plugin/shared/include/single_op_tests/interpolate.hpp | 2 +- .../plugin/shared/include/single_op_tests/is_inf.hpp | 2 +- .../plugin/shared/include/single_op_tests/log_softmax.hpp | 2 +- .../plugin/shared/include/single_op_tests/logical.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/loop.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/lrn.hpp | 2 +- .../plugin/shared/include/single_op_tests/lstm_cell.hpp | 2 +- .../plugin/shared/include/single_op_tests/lstm_sequence.hpp | 2 +- .../plugin/shared/include/single_op_tests/mat_mul.hpp | 2 +- .../plugin/shared/include/single_op_tests/matrix_nms.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/memory.h | 2 +- .../plugin/shared/include/single_op_tests/minimum_maximum.hpp | 2 +- .../plugin/shared/include/single_op_tests/multiclass_nms.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/mvn.hpp | 2 +- .../plugin/shared/include/single_op_tests/nms_rotated.hpp | 2 +- .../shared/include/single_op_tests/non_max_suppression.hpp | 2 +- .../plugin/shared/include/single_op_tests/nonzero.hpp | 2 +- .../plugin/shared/include/single_op_tests/normalize_l2.hpp | 2 +- .../plugin/shared/include/single_op_tests/one_hot.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/pad.hpp | 2 +- .../plugin/shared/include/single_op_tests/pooling.hpp | 2 +- .../plugin/shared/include/single_op_tests/power.hpp | 2 +- .../plugin/shared/include/single_op_tests/prior_box.hpp | 2 +- .../shared/include/single_op_tests/prior_box_clustered.hpp | 2 +- .../plugin/shared/include/single_op_tests/proposal.hpp | 2 +- .../plugin/shared/include/single_op_tests/psroi_pooling.hpp | 2 +- .../plugin/shared/include/single_op_tests/random_uniform.hpp | 2 +- .../plugin/shared/include/single_op_tests/range.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/rdft.hpp | 2 +- .../plugin/shared/include/single_op_tests/reduce_ops.hpp | 2 +- .../plugin/shared/include/single_op_tests/region_yolo.hpp | 2 +- .../plugin/shared/include/single_op_tests/reorg_yolo.hpp | 2 +- .../plugin/shared/include/single_op_tests/reshape.hpp | 2 +- .../plugin/shared/include/single_op_tests/result.hpp | 2 +- .../shared/include/single_op_tests/reverse_sequence.hpp | 2 +- .../plugin/shared/include/single_op_tests/rnn_cell.hpp | 2 +- .../plugin/shared/include/single_op_tests/rnn_sequence.hpp | 2 +- .../plugin/shared/include/single_op_tests/roi_align.hpp | 2 +- .../plugin/shared/include/single_op_tests/roi_pooling.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/roll.hpp | 2 +- .../shared/include/single_op_tests/scatter_ND_update.hpp | 2 +- .../include/single_op_tests/scatter_elements_update.hpp | 2 +- .../plugin/shared/include/single_op_tests/scatter_update.hpp | 2 +- .../plugin/shared/include/single_op_tests/select.hpp | 2 +- .../plugin/shared/include/single_op_tests/shape_of.hpp | 2 +- .../shared/include/single_op_tests/shuffle_channels.hpp | 2 +- .../plugin/shared/include/single_op_tests/slice.hpp | 2 +- .../plugin/shared/include/single_op_tests/softmax.hpp | 2 +- .../plugin/shared/include/single_op_tests/space_to_batch.hpp | 2 +- .../plugin/shared/include/single_op_tests/space_to_depth.hpp | 2 +- .../plugin/shared/include/single_op_tests/split.hpp | 2 +- .../shared/include/single_op_tests/squeeze_unsqueeze.hpp | 2 +- .../plugin/shared/include/single_op_tests/strided_slice.hpp | 2 +- .../plugin/shared/include/single_op_tests/tensor_iterator.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/tile.hpp | 2 +- .../functional/plugin/shared/include/single_op_tests/topk.hpp | 2 +- .../plugin/shared/include/single_op_tests/transpose.hpp | 2 +- .../plugin/shared/include/single_op_tests/variadic_split.hpp | 2 +- .../plugin/shared/include/snippets/codegen_gelu.hpp | 2 +- .../plugin/shared/include/subgraph_tests/constant_result.hpp | 2 +- .../shared/include/subgraph_tests/conv_eltwise_fusion.hpp | 2 +- .../plugin/shared/include/subgraph_tests/conv_strides_opt.hpp | 2 +- .../include/subgraph_tests/convert_pad_to_group_conv.hpp | 2 +- .../include/subgraph_tests/get_output_before_activation.hpp | 2 +- .../shared/include/subgraph_tests/matmul_multiply_fusion.hpp | 2 +- .../shared/include/subgraph_tests/matmul_squeeze_add.hpp | 2 +- .../plugin/shared/include/subgraph_tests/memory_LSTMCell.hpp | 2 +- .../plugin/shared/include/subgraph_tests/mul_conv_fusion.hpp | 2 +- .../shared/include/subgraph_tests/multiple_LSTMCell.hpp | 2 +- .../plugin/shared/include/subgraph_tests/multiply_add.hpp | 2 +- .../plugin/shared/include/subgraph_tests/mvn_multiply_add.hpp | 2 +- .../plugin/shared/include/subgraph_tests/parameter_result.hpp | 2 +- .../shared/include/subgraph_tests/perm_conv_perm_concat.hpp | 2 +- .../subgraph_tests/quantized_convolution_backprop_data.hpp | 2 +- .../include/subgraph_tests/quantized_group_convolution.hpp | 2 +- .../quantized_group_convolution_backprop_data.hpp | 2 +- .../shared/include/subgraph_tests/quantized_mat_mul.hpp | 2 +- .../plugin/shared/include/subgraph_tests/range_add.hpp | 2 +- .../plugin/shared/include/subgraph_tests/reduce_eltwise.hpp | 2 +- .../plugin/shared/include/subgraph_tests/relu_shape_of.hpp | 2 +- .../reshape_permute_conv_permute_reshape_act.hpp | 2 +- .../include/subgraph_tests/reshape_squeeze_reshape_relu.hpp | 2 +- .../plugin/shared/include/subgraph_tests/scaleshift.hpp | 2 +- .../shared/include/subgraph_tests/split_concat_memory.hpp | 2 +- .../shared/include/subgraph_tests/split_conv_concat.hpp | 2 +- .../shared/include/subgraph_tests/variadic_split_pad.hpp | 2 +- .../src/behavior/ov_infer_request/infer_correctness.cpp | 2 +- .../src/behavior/ov_infer_request/infer_request_dynamic.cpp | 2 +- .../src/behavior/ov_infer_request/inference_chaining.cpp | 2 +- .../plugin/shared/src/behavior/ov_infer_request/io_tensor.cpp | 2 +- .../src/behavior/ov_infer_request/iteration_chaining.cpp | 2 +- .../shared/src/behavior/ov_infer_request/memory_states.cpp | 2 +- .../shared/src/behavior/ov_infer_request/perf_counters.cpp | 2 +- .../plugin/shared/src/behavior/ov_infer_request/wait.cpp | 2 +- .../plugin/shared/src/behavior/ov_plugin/caching_tests.cpp | 2 +- .../plugin/shared/src/behavior/ov_plugin/hetero_synthetic.cpp | 2 +- .../plugin/shared/src/behavior/ov_plugin/life_time.cpp | 2 +- .../plugin/shared/src/behavior/ov_plugin/properties_tests.cpp | 2 +- .../plugin/shared/src/behavior/ov_plugin/remote.cpp | 2 +- .../plugin/shared/src/execution_graph_tests/add_output.cpp | 2 +- .../src/execution_graph_tests/disable_lowering_precision.cpp | 2 +- .../plugin/shared/src/execution_graph_tests/keep_assign.cpp | 2 +- .../nms_transformation_for_last_node.cpp | 2 +- .../src/execution_graph_tests/normalize_l2_decomposition.cpp | 2 +- .../src/execution_graph_tests/num_inputs_fusing_bin_conv.cpp | 2 +- .../shared/src/execution_graph_tests/remove_parameter.cpp | 2 +- .../shared/src/execution_graph_tests/runtime_precision.cpp | 2 +- .../src/low_precision_transformations/add_transformation.cpp | 2 +- .../assign_and_read_value_transformation.cpp | 2 +- .../low_precision_transformations/clamp_transformation.cpp | 2 +- .../low_precision_transformations/concat_transformation.cpp | 2 +- .../concat_with_child_and_output.cpp | 2 +- .../concat_with_different_precision_on_children.cpp | 2 +- .../concat_with_intermediate_transformation.cpp | 2 +- .../concat_with_neighbors_graph_transformation.cpp | 2 +- .../concat_with_split_transformation.cpp | 2 +- .../convolution_backprop_data_transformation.cpp | 2 +- .../convolution_qdq_transformation.cpp | 2 +- .../convolution_transformation.cpp | 2 +- .../convolution_with_incorrect_weights.cpp | 2 +- .../depth_to_space_transformation.cpp | 2 +- .../elementwise_branch_selection_transformation.cpp | 2 +- .../fake_quantize_and_avg_pool_transformation.cpp | 2 +- .../fake_quantize_and_max_pool_transformation.cpp | 2 +- ...fake_quantize_and_two_output_branches_with_convolution.cpp | 2 +- .../fake_quantize_precision_selection_transformation.cpp | 2 +- .../fake_quantize_transformation.cpp | 2 +- .../fake_quantize_with_dq_not_optimal_transformation.cpp | 2 +- .../fully_connected_transformation.cpp | 2 +- .../fuse_convert_transformation.cpp | 2 +- .../fuse_fake_quantize_and_scale_shift_transformation.cpp | 2 +- .../fuse_multiply_to_fake_quantize_transformation.cpp | 2 +- .../fuse_subtract_to_fake_quantize_transformation.cpp | 2 +- .../src/low_precision_transformations/gemm_transformation.cpp | 2 +- .../group_convolution_transformation.cpp | 2 +- .../groupconvolution_qdq_transformation.cpp | 2 +- .../interpolate_transformation.cpp | 2 +- .../low_precision_transformations/mat_mul_transformation.cpp | 2 +- .../mat_mul_with_constant_transformation.cpp | 2 +- .../mat_mul_with_optimized_constant_fq.cpp | 2 +- .../move_fake_quantize_transformation.cpp | 2 +- .../multiply_to_group_convolution_transformation.cpp | 2 +- .../low_precision_transformations/multiply_transformation.cpp | 2 +- .../multiply_with_one_parent_transformation.cpp | 2 +- .../src/low_precision_transformations/mvn_transformation.cpp | 2 +- .../normalize_transformation.cpp | 2 +- .../low_precision_transformations/output_layers_concat.cpp | 2 +- .../output_layers_concat_multi_channel.cpp | 2 +- .../output_layers_handling_in_transformations.cpp | 2 +- .../src/low_precision_transformations/pad_transformation.cpp | 2 +- .../low_precision_transformations/prelu_transformation.cpp | 2 +- .../pull_reshape_through_dequantization_transformation.cpp | 2 +- .../recurrent_cell_transformation.cpp | 2 +- .../reduce_max_transformation.cpp | 2 +- .../reduce_mean_transformation.cpp | 2 +- .../reduce_min_transformation.cpp | 2 +- .../reduce_sum_transformation.cpp | 2 +- .../src/low_precision_transformations/relu_transformation.cpp | 2 +- .../low_precision_transformations/reshape_transformation.cpp | 2 +- .../shuffle_channels_transformation.cpp | 2 +- .../low_precision_transformations/split_transformation.cpp | 2 +- .../low_precision_transformations/squeeze_transformation.cpp | 2 +- .../strided_slice_transformation.cpp | 2 +- .../subtract_multiply_to_multiply_add_transformation.cpp | 2 +- .../low_precision_transformations/subtract_transformation.cpp | 2 +- .../transpose_after_matmul_transformation.cpp | 2 +- .../transpose_transformation.cpp | 2 +- .../unsqueeze_transformation.cpp | 2 +- .../variadic_split_transformation.cpp | 2 +- src/tests/functional/plugin/shared/src/main.cpp | 2 +- .../plugin/shared/src/onnx/quantized_models_tests.cpp | 2 +- src/tests/functional/plugin/shared/src/precomp.hpp | 2 +- .../plugin/shared/src/preprocessing/resize_tests.cpp | 2 +- .../plugin/shared/src/preprocessing/yuv_to_grey_tests.cpp | 2 +- .../functional/plugin/shared/src/snippets/codegen_gelu.cpp | 2 +- src/tests/functional/shared_test_classes/CMakeLists.txt | 2 +- .../low_precision_transformations/layer_transformation.hpp | 2 +- .../include/shared_test_classes/base/ov_subgraph.hpp | 2 +- .../experimental_detectron_prior_grid_generator.hpp | 2 +- .../include/shared_test_classes/single_op/activation.hpp | 2 +- .../shared_test_classes/single_op/adaptive_pooling.hpp | 2 +- .../include/shared_test_classes/single_op/batch_norm.hpp | 2 +- .../include/shared_test_classes/single_op/batch_to_space.hpp | 2 +- .../shared_test_classes/single_op/binary_convolution.hpp | 2 +- .../include/shared_test_classes/single_op/broadcast.hpp | 2 +- .../include/shared_test_classes/single_op/bucketize.hpp | 2 +- .../include/shared_test_classes/single_op/clamp.hpp | 2 +- .../include/shared_test_classes/single_op/comparison.hpp | 2 +- .../include/shared_test_classes/single_op/concat.hpp | 2 +- .../include/shared_test_classes/single_op/constant.hpp | 2 +- .../include/shared_test_classes/single_op/conversion.hpp | 2 +- .../shared_test_classes/single_op/convert_color_i420.hpp | 2 +- .../shared_test_classes/single_op/convert_color_nv12.hpp | 2 +- .../include/shared_test_classes/single_op/convolution.hpp | 2 +- .../single_op/convolution_backprop_data.hpp | 2 +- .../shared_test_classes/single_op/ctc_greedy_decoder.hpp | 2 +- .../single_op/ctc_greedy_decoder_seq_len.hpp | 2 +- .../include/shared_test_classes/single_op/ctc_loss.hpp | 2 +- .../include/shared_test_classes/single_op/cum_sum.hpp | 2 +- .../shared_test_classes/single_op/deformable_convolution.hpp | 2 +- .../single_op/deformable_psroi_pooling.hpp | 2 +- .../include/shared_test_classes/single_op/depth_to_space.hpp | 2 +- .../shared_test_classes/single_op/detection_output.hpp | 2 +- .../include/shared_test_classes/single_op/dft.hpp | 2 +- .../include/shared_test_classes/single_op/eltwise.hpp | 2 +- .../single_op/embedding_bag_offsets_sum.hpp | 2 +- .../single_op/embedding_bag_packed_sum.hpp | 2 +- .../shared_test_classes/single_op/embedding_segments_sum.hpp | 2 +- .../single_op/experimental_detectron_detection_output.hpp | 2 +- ...experimental_detectron_generate_proposals_single_image.hpp | 2 +- .../single_op/experimental_detectron_prior_grid_generator.hpp | 2 +- .../single_op/experimental_detectron_roifeatureextractor.hpp | 2 +- .../single_op/experimental_detectron_topkrois.hpp | 2 +- .../shared_test_classes/single_op/extract_image_patches.hpp | 2 +- .../include/shared_test_classes/single_op/fake_quantize.hpp | 2 +- .../include/shared_test_classes/single_op/gather.hpp | 2 +- .../include/shared_test_classes/single_op/gather_elements.hpp | 2 +- .../include/shared_test_classes/single_op/gather_nd.hpp | 2 +- .../include/shared_test_classes/single_op/gather_tree.hpp | 2 +- .../shared_test_classes/single_op/generate_proposals.hpp | 2 +- .../include/shared_test_classes/single_op/grn.hpp | 2 +- .../shared_test_classes/single_op/group_convolution.hpp | 2 +- .../single_op/group_convolution_backprop_data.hpp | 2 +- .../include/shared_test_classes/single_op/gru_cell.hpp | 2 +- .../include/shared_test_classes/single_op/gru_sequence.hpp | 2 +- .../include/shared_test_classes/single_op/interpolate.hpp | 2 +- .../shared_test_classes/single_op/invalid_cases/proposal.hpp | 2 +- .../include/shared_test_classes/single_op/log_softmax.hpp | 2 +- .../include/shared_test_classes/single_op/logical.hpp | 2 +- .../include/shared_test_classes/single_op/loop.hpp | 2 +- .../include/shared_test_classes/single_op/lrn.hpp | 2 +- .../include/shared_test_classes/single_op/lstm_cell.hpp | 2 +- .../include/shared_test_classes/single_op/lstm_sequence.hpp | 2 +- .../include/shared_test_classes/single_op/mat_mul.hpp | 2 +- .../include/shared_test_classes/single_op/matrix_nms.hpp | 2 +- .../include/shared_test_classes/single_op/memory.hpp | 2 +- .../include/shared_test_classes/single_op/minimum_maximum.hpp | 2 +- .../include/shared_test_classes/single_op/multiclass_nms.hpp | 2 +- .../include/shared_test_classes/single_op/mvn.hpp | 2 +- .../include/shared_test_classes/single_op/nms_rotated.hpp | 2 +- .../shared_test_classes/single_op/non_max_suppression.hpp | 2 +- .../include/shared_test_classes/single_op/nonzero.hpp | 2 +- .../include/shared_test_classes/single_op/normalize_l2.hpp | 2 +- .../include/shared_test_classes/single_op/one_hot.hpp | 2 +- .../include/shared_test_classes/single_op/pad.hpp | 2 +- .../include/shared_test_classes/single_op/pooling.hpp | 2 +- .../include/shared_test_classes/single_op/power.hpp | 2 +- .../include/shared_test_classes/single_op/prior_box.hpp | 2 +- .../shared_test_classes/single_op/prior_box_clustered.hpp | 2 +- .../include/shared_test_classes/single_op/proposal.hpp | 2 +- .../include/shared_test_classes/single_op/psroi_pooling.hpp | 2 +- .../include/shared_test_classes/single_op/random_uniform.hpp | 2 +- .../include/shared_test_classes/single_op/range.hpp | 2 +- .../include/shared_test_classes/single_op/rdft.hpp | 2 +- .../include/shared_test_classes/single_op/reduce_ops.hpp | 2 +- .../include/shared_test_classes/single_op/region_yolo.hpp | 2 +- .../include/shared_test_classes/single_op/reorg_yolo.hpp | 2 +- .../include/shared_test_classes/single_op/reshape.hpp | 2 +- .../include/shared_test_classes/single_op/result.hpp | 2 +- .../shared_test_classes/single_op/reverse_sequence.hpp | 2 +- .../include/shared_test_classes/single_op/rnn_cell.hpp | 2 +- .../include/shared_test_classes/single_op/rnn_sequence.hpp | 2 +- .../include/shared_test_classes/single_op/roi_align.hpp | 2 +- .../include/shared_test_classes/single_op/roi_pooling.hpp | 2 +- .../include/shared_test_classes/single_op/roll.hpp | 2 +- .../shared_test_classes/single_op/scatter_ND_update.hpp | 2 +- .../shared_test_classes/single_op/scatter_elements_update.hpp | 2 +- .../include/shared_test_classes/single_op/scatter_update.hpp | 2 +- .../include/shared_test_classes/single_op/select.hpp | 2 +- .../include/shared_test_classes/single_op/shape_of.hpp | 2 +- .../shared_test_classes/single_op/shuffle_channels.hpp | 2 +- .../include/shared_test_classes/single_op/slice.hpp | 2 +- .../include/shared_test_classes/single_op/softmax.hpp | 2 +- .../include/shared_test_classes/single_op/space_to_batch.hpp | 2 +- .../include/shared_test_classes/single_op/space_to_depth.hpp | 2 +- .../include/shared_test_classes/single_op/split.hpp | 2 +- .../shared_test_classes/single_op/squeeze_unsqueeze.hpp | 2 +- .../include/shared_test_classes/single_op/strided_slice.hpp | 2 +- .../include/shared_test_classes/single_op/tensor_iterator.hpp | 2 +- .../include/shared_test_classes/single_op/tile.hpp | 2 +- .../include/shared_test_classes/single_op/topk.hpp | 2 +- .../include/shared_test_classes/single_op/transpose.hpp | 2 +- .../include/shared_test_classes/single_op/variadic_split.hpp | 2 +- .../include/shared_test_classes/subgraph/constant_result.hpp | 2 +- .../shared_test_classes/subgraph/conv_eltwise_fusion.hpp | 2 +- .../include/shared_test_classes/subgraph/conv_strides_opt.hpp | 2 +- .../subgraph/convert_pad_to_group_conv.hpp | 2 +- .../subgraph/get_output_before_activation.hpp | 2 +- .../shared_test_classes/subgraph/matmul_multiply_fusion.hpp | 2 +- .../shared_test_classes/subgraph/matmul_squeeze_add.hpp | 2 +- .../include/shared_test_classes/subgraph/memory_LSTMCell.hpp | 2 +- .../include/shared_test_classes/subgraph/mul_conv_fusion.hpp | 2 +- .../shared_test_classes/subgraph/multiple_LSTMCell.hpp | 2 +- .../include/shared_test_classes/subgraph/multiply_add.hpp | 2 +- .../include/shared_test_classes/subgraph/mvn_multiply_add.hpp | 2 +- .../include/shared_test_classes/subgraph/parameter_result.hpp | 2 +- .../shared_test_classes/subgraph/perm_conv_perm_concat.hpp | 2 +- .../include/shared_test_classes/subgraph/preprocess.hpp | 2 +- .../subgraph/quantized_convolution_backprop_data.hpp | 2 +- .../subgraph/quantized_group_convolution.hpp | 2 +- .../subgraph/quantized_group_convolution_backprop_data.hpp | 2 +- .../shared_test_classes/subgraph/quantized_mat_mul.hpp | 2 +- .../include/shared_test_classes/subgraph/range_add.hpp | 2 +- .../include/shared_test_classes/subgraph/reduce_eltwise.hpp | 2 +- .../include/shared_test_classes/subgraph/relu_shape_of.hpp | 2 +- .../subgraph/reshape_permute_conv_permute_reshape_act.hpp | 2 +- .../subgraph/reshape_squeeze_reshape_relu.hpp | 2 +- .../include/shared_test_classes/subgraph/scaleshift.hpp | 2 +- .../include/shared_test_classes/subgraph/simple_if.hpp | 2 +- .../shared_test_classes/subgraph/split_concat_memory.hpp | 2 +- .../shared_test_classes/subgraph/split_conv_concat.hpp | 2 +- .../include/shared_test_classes/subgraph/stateful_model.hpp | 2 +- .../shared_test_classes/subgraph/variadic_split_pad.hpp | 2 +- .../low_precision_transformations/layer_transformation.cpp | 2 +- .../functional/shared_test_classes/src/base/ov_subgraph.cpp | 2 +- src/tests/functional/shared_test_classes/src/precomp.hpp | 2 +- .../experimental_detectron_prior_grid_generator.cpp | 2 +- .../shared_test_classes/src/single_op/activation.cpp | 2 +- .../shared_test_classes/src/single_op/adaptive_pooling.cpp | 2 +- .../shared_test_classes/src/single_op/batch_norm.cpp | 2 +- .../shared_test_classes/src/single_op/batch_to_space.cpp | 2 +- .../shared_test_classes/src/single_op/binary_convolution.cpp | 2 +- .../shared_test_classes/src/single_op/broadcast.cpp | 2 +- .../shared_test_classes/src/single_op/bucketize.cpp | 2 +- .../functional/shared_test_classes/src/single_op/clamp.cpp | 2 +- .../shared_test_classes/src/single_op/comparison.cpp | 2 +- .../functional/shared_test_classes/src/single_op/concat.cpp | 2 +- .../functional/shared_test_classes/src/single_op/constant.cpp | 2 +- .../shared_test_classes/src/single_op/conversion.cpp | 2 +- .../shared_test_classes/src/single_op/convert_color_i420.cpp | 2 +- .../shared_test_classes/src/single_op/convert_color_nv12.cpp | 2 +- .../shared_test_classes/src/single_op/convolution.cpp | 2 +- .../src/single_op/convolution_backprop_data.cpp | 2 +- .../shared_test_classes/src/single_op/ctc_greedy_decoder.cpp | 2 +- .../src/single_op/ctc_greedy_decoder_seq_len.cpp | 2 +- .../functional/shared_test_classes/src/single_op/ctc_loss.cpp | 2 +- .../functional/shared_test_classes/src/single_op/cum_sum.cpp | 2 +- .../src/single_op/deformable_convolution.cpp | 2 +- .../src/single_op/deformable_psroi_pooling.cpp | 2 +- .../shared_test_classes/src/single_op/depth_to_space.cpp | 2 +- .../shared_test_classes/src/single_op/detection_output.cpp | 2 +- .../functional/shared_test_classes/src/single_op/dft.cpp | 2 +- .../functional/shared_test_classes/src/single_op/eltwise.cpp | 2 +- .../src/single_op/embedding_bag_offsets_sum.cpp | 2 +- .../src/single_op/embedding_bag_packed_sum.cpp | 2 +- .../src/single_op/embedding_segments_sum.cpp | 2 +- .../src/single_op/experimental_detectron_detection_output.cpp | 2 +- ...experimental_detectron_generate_proposals_single_image.cpp | 2 +- .../single_op/experimental_detectron_prior_grid_generator.cpp | 2 +- .../single_op/experimental_detectron_roifeatureextractor.cpp | 2 +- .../src/single_op/experimental_detectron_topkrois.cpp | 2 +- .../src/single_op/extract_image_patches.cpp | 2 +- .../shared_test_classes/src/single_op/fake_quantize.cpp | 2 +- .../functional/shared_test_classes/src/single_op/gather.cpp | 2 +- .../shared_test_classes/src/single_op/gather_elements.cpp | 2 +- .../shared_test_classes/src/single_op/gather_nd.cpp | 2 +- .../shared_test_classes/src/single_op/gather_tree.cpp | 2 +- .../shared_test_classes/src/single_op/generate_proposals.cpp | 2 +- .../functional/shared_test_classes/src/single_op/grn.cpp | 2 +- .../shared_test_classes/src/single_op/group_convolution.cpp | 2 +- .../src/single_op/group_convolution_backprop_data.cpp | 2 +- .../functional/shared_test_classes/src/single_op/gru_cell.cpp | 2 +- .../shared_test_classes/src/single_op/gru_sequence.cpp | 2 +- .../shared_test_classes/src/single_op/interpolate.cpp | 2 +- .../src/single_op/invalid_cases/proposal.cpp | 2 +- .../functional/shared_test_classes/src/single_op/is_inf.cpp | 2 +- .../shared_test_classes/src/single_op/log_softmax.cpp | 2 +- .../functional/shared_test_classes/src/single_op/logical.cpp | 2 +- .../functional/shared_test_classes/src/single_op/loop.cpp | 2 +- .../functional/shared_test_classes/src/single_op/lrn.cpp | 2 +- .../shared_test_classes/src/single_op/lstm_cell.cpp | 2 +- .../shared_test_classes/src/single_op/lstm_sequence.cpp | 2 +- .../functional/shared_test_classes/src/single_op/mat_mul.cpp | 2 +- .../shared_test_classes/src/single_op/matrix_nms.cpp | 2 +- .../functional/shared_test_classes/src/single_op/memory.cpp | 2 +- .../shared_test_classes/src/single_op/minimum_maximum.cpp | 2 +- .../shared_test_classes/src/single_op/multiclass_nms.cpp | 2 +- .../shared_test_classes/src/single_op/multinomial.cpp | 2 +- .../functional/shared_test_classes/src/single_op/mvn.cpp | 2 +- .../shared_test_classes/src/single_op/nms_rotated.cpp | 2 +- .../shared_test_classes/src/single_op/non_max_suppression.cpp | 2 +- .../functional/shared_test_classes/src/single_op/nonzero.cpp | 2 +- .../shared_test_classes/src/single_op/normalize_l2.cpp | 2 +- .../functional/shared_test_classes/src/single_op/one_hot.cpp | 2 +- .../functional/shared_test_classes/src/single_op/pad.cpp | 2 +- .../functional/shared_test_classes/src/single_op/pooling.cpp | 2 +- .../functional/shared_test_classes/src/single_op/power.cpp | 2 +- .../shared_test_classes/src/single_op/prior_box.cpp | 2 +- .../shared_test_classes/src/single_op/prior_box_clustered.cpp | 2 +- .../functional/shared_test_classes/src/single_op/proposal.cpp | 2 +- .../shared_test_classes/src/single_op/psroi_pooling.cpp | 2 +- .../shared_test_classes/src/single_op/random_uniform.cpp | 2 +- .../functional/shared_test_classes/src/single_op/range.cpp | 2 +- .../functional/shared_test_classes/src/single_op/rdft.cpp | 2 +- .../shared_test_classes/src/single_op/reduce_ops.cpp | 2 +- .../shared_test_classes/src/single_op/region_yolo.cpp | 2 +- .../shared_test_classes/src/single_op/reorg_yolo.cpp | 2 +- .../functional/shared_test_classes/src/single_op/reshape.cpp | 2 +- .../functional/shared_test_classes/src/single_op/result.cpp | 2 +- .../functional/shared_test_classes/src/single_op/reverse.cpp | 2 +- .../shared_test_classes/src/single_op/reverse_sequence.cpp | 2 +- .../functional/shared_test_classes/src/single_op/rnn_cell.cpp | 2 +- .../shared_test_classes/src/single_op/rnn_sequence.cpp | 2 +- .../shared_test_classes/src/single_op/roi_align.cpp | 2 +- .../shared_test_classes/src/single_op/roi_pooling.cpp | 2 +- .../functional/shared_test_classes/src/single_op/roll.cpp | 2 +- .../shared_test_classes/src/single_op/scatter_ND_update.cpp | 2 +- .../src/single_op/scatter_elements_update.cpp | 2 +- .../shared_test_classes/src/single_op/scatter_update.cpp | 2 +- .../functional/shared_test_classes/src/single_op/select.cpp | 2 +- .../functional/shared_test_classes/src/single_op/shape_of.cpp | 2 +- .../shared_test_classes/src/single_op/shuffle_channels.cpp | 2 +- .../functional/shared_test_classes/src/single_op/slice.cpp | 2 +- .../shared_test_classes/src/single_op/space_to_batch.cpp | 2 +- .../shared_test_classes/src/single_op/space_to_depth.cpp | 2 +- .../functional/shared_test_classes/src/single_op/split.cpp | 2 +- .../shared_test_classes/src/single_op/squeeze_unsqueeze.cpp | 2 +- .../shared_test_classes/src/single_op/strided_slice.cpp | 2 +- .../shared_test_classes/src/single_op/tensor_iterator.cpp | 2 +- .../functional/shared_test_classes/src/single_op/tile.cpp | 2 +- .../functional/shared_test_classes/src/single_op/topk.cpp | 2 +- .../shared_test_classes/src/single_op/transpose.cpp | 2 +- .../shared_test_classes/src/single_op/variadic_split.cpp | 2 +- .../shared_test_classes/src/subgraph/constant_result.cpp | 2 +- .../shared_test_classes/src/subgraph/conv_eltwise_fusion.cpp | 2 +- .../shared_test_classes/src/subgraph/conv_strides_opt.cpp | 2 +- .../src/subgraph/convert_pad_to_group_conv.cpp | 2 +- .../src/subgraph/get_output_before_activation.cpp | 2 +- .../src/subgraph/matmul_multiply_fusion.cpp | 2 +- .../shared_test_classes/src/subgraph/matmul_squeeze_add.cpp | 2 +- .../shared_test_classes/src/subgraph/memory_LSTMCell.cpp | 2 +- .../shared_test_classes/src/subgraph/mul_conv_fusion.cpp | 2 +- .../shared_test_classes/src/subgraph/multiple_LSTMCell.cpp | 2 +- .../shared_test_classes/src/subgraph/multiply_add.cpp | 2 +- .../shared_test_classes/src/subgraph/mvn_multiply_add.cpp | 2 +- .../shared_test_classes/src/subgraph/parameter_result.cpp | 2 +- .../src/subgraph/perm_conv_perm_concat.cpp | 2 +- .../shared_test_classes/src/subgraph/preprocess.cpp | 2 +- .../src/subgraph/quantized_convolution_backprop_data.cpp | 2 +- .../src/subgraph/quantized_group_convolution.cpp | 2 +- .../subgraph/quantized_group_convolution_backprop_data.cpp | 2 +- .../shared_test_classes/src/subgraph/quantized_mat_mul.cpp | 2 +- .../functional/shared_test_classes/src/subgraph/range_add.cpp | 2 +- .../shared_test_classes/src/subgraph/reduce_eltwise.cpp | 2 +- .../shared_test_classes/src/subgraph/relu_shape_of.cpp | 2 +- .../src/subgraph/reshape_permute_conv_permute_reshape_act.cpp | 2 +- .../src/subgraph/reshape_squeeze_reshape_relu.cpp | 2 +- .../shared_test_classes/src/subgraph/scale_shift.cpp | 2 +- .../functional/shared_test_classes/src/subgraph/simple_if.cpp | 2 +- .../shared_test_classes/src/subgraph/split_concat_memory.cpp | 2 +- .../shared_test_classes/src/subgraph/split_conv_concat.cpp | 2 +- .../shared_test_classes/src/subgraph/variadic_split_pad.cpp | 2 +- src/tests/ov_helpers/CMakeLists.txt | 2 +- src/tests/ov_helpers/ov_lpt_models/CMakeLists.txt | 2 +- .../ov_helpers/ov_lpt_models/include/ov_lpt_models/add.hpp | 2 +- .../ov_lpt_models/align_concat_quantization_parameters.hpp | 2 +- .../include/ov_lpt_models/assign_and_read_value.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/avg_pool.hpp | 2 +- .../ov_helpers/ov_lpt_models/include/ov_lpt_models/clamp.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/common/add.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/common/builders.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/common/constant.hpp | 2 +- .../include/ov_lpt_models/common/convolution.hpp | 2 +- .../ov_lpt_models/common/dequantization_operations.hpp | 2 +- .../include/ov_lpt_models/common/fake_quantize_on_data.hpp | 2 +- .../include/ov_lpt_models/common/fake_quantize_on_weights.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/common/multiply.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/common/reshape.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/common/transpose.hpp | 2 +- .../include/ov_lpt_models/compose_fake_quantize.hpp | 2 +- .../ov_helpers/ov_lpt_models/include/ov_lpt_models/concat.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/convolution.hpp | 2 +- .../include/ov_lpt_models/convolution_backprop_data.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/depth_to_space.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/elementwise.hpp | 2 +- .../elementwise_with_multi_parent_dequantization.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/fake_quantize.hpp | 2 +- .../include/ov_lpt_models/fake_quantize_and_convolution.hpp | 2 +- ...fake_quantize_and_two_output_branches_with_convolution.hpp | 2 +- .../fake_quantize_on_weights_and_unsupported_child.hpp | 2 +- .../ov_lpt_models/fake_quantize_precision_selection.hpp | 2 +- .../include/ov_lpt_models/fold_fake_quantize.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/fuse_convert.hpp | 2 +- .../ov_lpt_models/fuse_fake_quantize_and_scale_shift.hpp | 2 +- .../include/ov_lpt_models/fuse_multiply_to_fake_quantize.hpp | 2 +- .../include/ov_lpt_models/fuse_subtract_to_fake_quantize.hpp | 2 +- .../include/ov_lpt_models/get_dequantization.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/group_convolution.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/interpolate.hpp | 2 +- .../include/ov_lpt_models/markup_avg_pool_precisions.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/markup_bias.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/mat_mul.hpp | 2 +- .../mat_mul_with_optimized_constant_fake_quantize.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/max_pool.hpp | 2 +- .../include/ov_lpt_models/move_dequantization_after.hpp | 2 +- .../include/ov_lpt_models/move_fake_quantize.hpp | 2 +- .../include/ov_lpt_models/mul_add_to_scaleshift_or_power.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/multiply.hpp | 2 +- .../include/ov_lpt_models/multiply_partial_function.hpp | 2 +- .../include/ov_lpt_models/multiply_to_group_convolution.hpp | 2 +- .../include/ov_lpt_models/multiply_with_one_parent.hpp | 2 +- .../ov_helpers/ov_lpt_models/include/ov_lpt_models/mvn.hpp | 2 +- .../include/ov_lpt_models/normalize_dequantization.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/normalize_l2.hpp | 2 +- .../ov_helpers/ov_lpt_models/include/ov_lpt_models/pad.hpp | 2 +- .../include/ov_lpt_models/precision_propagation.hpp | 2 +- .../ov_helpers/ov_lpt_models/include/ov_lpt_models/prelu.hpp | 2 +- .../ov_helpers/ov_lpt_models/include/ov_lpt_models/reduce.hpp | 2 +- .../ov_helpers/ov_lpt_models/include/ov_lpt_models/relu.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/reshape.hpp | 2 +- .../ov_helpers/ov_lpt_models/include/ov_lpt_models/round.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/shuffle_channels.hpp | 2 +- .../ov_helpers/ov_lpt_models/include/ov_lpt_models/split.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/squeeze.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/strided_slice.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/subtract.hpp | 2 +- .../ov_lpt_models/subtract_multiply_to_multiply_add.hpp | 2 +- .../include/ov_lpt_models/transformations_after_split.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/transpose.hpp | 2 +- .../include/ov_lpt_models/transpose_after_mat_mul.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/unsqueeze.hpp | 2 +- .../ov_lpt_models/include/ov_lpt_models/variadic_split.hpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/add.cpp | 2 +- .../src/align_concat_quantization_parameters.cpp | 2 +- .../ov_helpers/ov_lpt_models/src/assign_and_read_value.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/avg_pool.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/clamp.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/common/add.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/common/builders.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/common/constant.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/common/convolution.cpp | 2 +- .../ov_lpt_models/src/common/dequantization_operations.cpp | 2 +- .../ov_lpt_models/src/common/fake_quantize_on_data.cpp | 2 +- .../ov_lpt_models/src/common/fake_quantize_on_weights.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/common/multiply.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/common/reshape.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/common/transpose.cpp | 2 +- .../ov_helpers/ov_lpt_models/src/compose_fake_quantize.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/concat.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/convolution.cpp | 2 +- .../ov_lpt_models/src/convolution_backprop_data.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/depth_to_space.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/elementwise.cpp | 2 +- .../src/elementwise_with_multi_parent_dequantization.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/fake_quantize.cpp | 2 +- .../ov_lpt_models/src/fake_quantize_and_convolution.cpp | 2 +- ...fake_quantize_and_two_output_branches_with_convolution.cpp | 2 +- .../src/fake_quantize_on_weights_and_unsupported_child.cpp | 2 +- .../ov_lpt_models/src/fake_quantize_precision_selection.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/fold_fake_quantize.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/fuse_convert.cpp | 2 +- .../ov_lpt_models/src/fuse_fake_quantize_and_scale_shift.cpp | 2 +- .../ov_lpt_models/src/fuse_multiply_to_fake_quantize.cpp | 2 +- .../ov_lpt_models/src/fuse_subtract_to_fake_quantize.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/get_dequantization.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/group_convolution.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/interpolate.cpp | 2 +- .../ov_lpt_models/src/markup_avg_pool_precisions.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/markup_bias.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/mat_mul.cpp | 2 +- .../src/mat_mul_with_optimized_constant_fake_quantize.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/max_pool.cpp | 2 +- .../ov_lpt_models/src/move_dequantization_after.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/move_fake_quantize.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/multiply.cpp | 2 +- .../ov_lpt_models/src/multiply_partial_function.cpp | 2 +- .../ov_lpt_models/src/multiply_to_group_convolution.cpp | 2 +- .../ov_helpers/ov_lpt_models/src/multiply_with_one_parent.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/mvn.cpp | 2 +- .../ov_helpers/ov_lpt_models/src/normalize_dequantization.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/normalize_l2.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/pad.cpp | 2 +- .../ov_helpers/ov_lpt_models/src/precision_propagation.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/precomp.hpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/prelu.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/relu.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/reshape.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/round.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/shuffle_channels.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/split.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/squeeze.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/strided_slice.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/subtract.cpp | 2 +- .../ov_lpt_models/src/subtract_multiply_to_multiply_add.cpp | 2 +- .../ov_lpt_models/src/transformations_after_split.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/transpose.cpp | 2 +- .../ov_helpers/ov_lpt_models/src/transpose_after_mat_mul.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/unsqueeze.cpp | 2 +- src/tests/ov_helpers/ov_lpt_models/src/variadic_split.cpp | 2 +- .../ov_snippets_models/include/snippets_helpers.hpp | 2 +- src/tests/test_utils/CMakeLists.txt | 2 +- src/tests/test_utils/common_test_utils/CMakeLists.txt | 2 +- .../common_test_utils/include/common_test_utils/all_close.hpp | 2 +- .../include/common_test_utils/all_close_f.hpp | 2 +- .../include/common_test_utils/common_utils.hpp | 2 +- .../include/common_test_utils/data_utils.hpp | 2 +- .../include/common_test_utils/file_utils.hpp | 2 +- .../include/common_test_utils/float_util.hpp | 2 +- .../include/common_test_utils/graph_comparator.hpp | 2 +- .../common_test_utils/include/common_test_utils/matcher.hpp | 2 +- .../common_test_utils/include/common_test_utils/ndarray.hpp | 2 +- .../include/common_test_utils/node_builders/activation.hpp | 2 +- .../include/common_test_utils/node_builders/augru_cell.hpp | 2 +- .../common_test_utils/node_builders/binary_convolution.hpp | 2 +- .../include/common_test_utils/node_builders/comparison.hpp | 2 +- .../include/common_test_utils/node_builders/constant.hpp | 2 +- .../include/common_test_utils/node_builders/convolution.hpp | 2 +- .../node_builders/convolution_backprop_data.hpp | 2 +- .../include/common_test_utils/node_builders/dft.hpp | 2 +- .../include/common_test_utils/node_builders/eltwise.hpp | 2 +- .../node_builders/embedding_bag_offsets_sum.hpp | 2 +- .../node_builders/embedding_bag_packed_sum.hpp | 2 +- .../node_builders/embedding_segments_sum.hpp | 2 +- .../include/common_test_utils/node_builders/fake_quantize.hpp | 2 +- .../common_test_utils/node_builders/fully_connected.hpp | 2 +- .../include/common_test_utils/node_builders/gather_nd.hpp | 2 +- .../common_test_utils/node_builders/group_convolution.hpp | 2 +- .../node_builders/group_convolution_backprop_data.hpp | 2 +- .../include/common_test_utils/node_builders/gru_cell.hpp | 2 +- .../include/common_test_utils/node_builders/logical.hpp | 2 +- .../include/common_test_utils/node_builders/lstm_cell.hpp | 2 +- .../include/common_test_utils/node_builders/rdft.hpp | 2 +- .../include/common_test_utils/node_builders/reduce.hpp | 2 +- .../include/common_test_utils/node_builders/rnn_cell.hpp | 2 +- .../include/common_test_utils/ov_plugin_cache.hpp | 2 +- .../include/common_test_utils/ov_tensor_utils.hpp | 2 +- .../include/common_test_utils/ov_test_utils.hpp | 2 +- .../common_test_utils/subgraph_builders/2_input_subtract.hpp | 2 +- .../subgraph_builders/concat_with_params.hpp | 2 +- .../include/common_test_utils/subgraph_builders/conv_bias.hpp | 2 +- .../common_test_utils/subgraph_builders/conv_pool_relu.hpp | 2 +- .../subgraph_builders/conv_pool_relu_no_reshapes.hpp | 2 +- .../subgraph_builders/conv_pool_relu_non_zero.hpp | 2 +- .../common_test_utils/subgraph_builders/convert_transpose.hpp | 2 +- .../common_test_utils/subgraph_builders/detection_output.hpp | 2 +- .../include/common_test_utils/subgraph_builders/kso_func.hpp | 2 +- .../common_test_utils/subgraph_builders/matmul_bias.hpp | 2 +- .../common_test_utils/subgraph_builders/multi_single_conv.hpp | 2 +- .../multiple_input_outpput_double_concat.hpp | 2 +- .../subgraph_builders/nested_branch_conv_concat.hpp | 2 +- .../subgraph_builders/nested_split_conv_concat.hpp | 2 +- .../subgraph_builders/preprocess_builders.hpp | 2 +- .../subgraph_builders/read_concat_split_assign.hpp | 2 +- .../subgraph_builders/single_concat_with_constant.hpp | 2 +- .../common_test_utils/subgraph_builders/single_conv.hpp | 2 +- .../common_test_utils/subgraph_builders/single_split.hpp | 2 +- .../common_test_utils/subgraph_builders/split_concat.hpp | 2 +- .../common_test_utils/subgraph_builders/split_conv_concat.hpp | 2 +- .../subgraph_builders/split_multi_conv_concat.hpp | 2 +- .../common_test_utils/subgraph_builders/ti_with_lstm_cell.hpp | 2 +- .../include/common_test_utils/test_assertions.hpp | 2 +- .../common_test_utils/include/common_test_utils/test_case.hpp | 2 +- .../include/common_test_utils/test_common.hpp | 2 +- .../include/common_test_utils/test_constants.hpp | 2 +- .../include/common_test_utils/test_control.hpp | 2 +- .../include/common_test_utils/test_enums.hpp | 2 +- .../include/common_test_utils/test_tools.hpp | 2 +- .../common_test_utils/include/common_test_utils/type_prop.hpp | 2 +- .../include/common_test_utils/unicode_utils.hpp | 2 +- .../common_test_utils/include/common_test_utils/w_dirent.h | 2 +- src/tests/test_utils/common_test_utils/src/all_close.cpp | 2 +- src/tests/test_utils/common_test_utils/src/all_close_f.cpp | 2 +- src/tests/test_utils/common_test_utils/src/common_utils.cpp | 2 +- src/tests/test_utils/common_test_utils/src/data_utils.cpp | 2 +- src/tests/test_utils/common_test_utils/src/file_utils.cpp | 2 +- src/tests/test_utils/common_test_utils/src/float_util.cpp | 2 +- .../test_utils/common_test_utils/src/graph_comparator.cpp | 2 +- .../common_test_utils/src/node_builders/activation.cpp | 2 +- .../common_test_utils/src/node_builders/augru_cell.cpp | 2 +- .../src/node_builders/binary_convolution.cpp | 2 +- .../common_test_utils/src/node_builders/comparison.cpp | 2 +- .../common_test_utils/src/node_builders/constant.cpp | 2 +- .../common_test_utils/src/node_builders/convolution.cpp | 2 +- .../src/node_builders/convolution_backprop_data.cpp | 2 +- .../test_utils/common_test_utils/src/node_builders/dft.cpp | 2 +- .../common_test_utils/src/node_builders/eltwise.cpp | 2 +- .../src/node_builders/embedding_bag_offsets_sum.cpp | 2 +- .../src/node_builders/embedding_bag_packed_sum.cpp | 2 +- .../src/node_builders/embedding_segments_sum.cpp | 2 +- .../common_test_utils/src/node_builders/fake_quantize.cpp | 2 +- .../common_test_utils/src/node_builders/fully_connected.cpp | 2 +- .../common_test_utils/src/node_builders/gather_nd.cpp | 2 +- .../common_test_utils/src/node_builders/group_convolution.cpp | 2 +- .../src/node_builders/group_convolution_backprop_data.cpp | 2 +- .../common_test_utils/src/node_builders/gru_cell.cpp | 2 +- .../common_test_utils/src/node_builders/logical.cpp | 2 +- .../common_test_utils/src/node_builders/lstm_cell.cpp | 2 +- .../test_utils/common_test_utils/src/node_builders/rdft.cpp | 2 +- .../test_utils/common_test_utils/src/node_builders/reduce.cpp | 2 +- .../common_test_utils/src/node_builders/rnn_cell.cpp | 2 +- .../test_utils/common_test_utils/src/ov_plugin_cache.cpp | 2 +- .../test_utils/common_test_utils/src/ov_tensor_utils.cpp | 2 +- src/tests/test_utils/common_test_utils/src/ov_test_utils.cpp | 2 +- src/tests/test_utils/common_test_utils/src/precomp.hpp | 2 +- .../src/subgraph_builders/2_input_subtract.cpp | 2 +- .../src/subgraph_builders/concat_with_params.cpp | 2 +- .../common_test_utils/src/subgraph_builders/conv_bias.cpp | 2 +- .../src/subgraph_builders/conv_pool_relu.cpp | 2 +- .../src/subgraph_builders/conv_pool_relu_no_reshapes.cpp | 2 +- .../src/subgraph_builders/conv_pool_relu_non_zero.cpp | 2 +- .../src/subgraph_builders/convert_transpose.cpp | 2 +- .../src/subgraph_builders/detection_output.cpp | 2 +- .../common_test_utils/src/subgraph_builders/kso_func.cpp | 2 +- .../common_test_utils/src/subgraph_builders/matmul_bias.cpp | 2 +- .../src/subgraph_builders/multi_single_conv.cpp | 2 +- .../subgraph_builders/multiple_input_output_double_concat.cpp | 2 +- .../src/subgraph_builders/nested_branch_conv_concat.cpp | 2 +- .../src/subgraph_builders/nested_split_conv_concat.cpp | 2 +- .../src/subgraph_builders/read_concat_split_assign.cpp | 2 +- .../src/subgraph_builders/single_concat_with_constant.cpp | 2 +- .../common_test_utils/src/subgraph_builders/single_conv.cpp | 2 +- .../common_test_utils/src/subgraph_builders/single_split.cpp | 2 +- .../common_test_utils/src/subgraph_builders/split_concat.cpp | 2 +- .../src/subgraph_builders/split_conv_concat.cpp | 2 +- .../src/subgraph_builders/split_multi_conv_concat.cpp | 2 +- .../src/subgraph_builders/ti_with_lstm_cell.cpp | 2 +- src/tests/test_utils/common_test_utils/src/test_case.cpp | 2 +- src/tests/test_utils/common_test_utils/src/test_common.cpp | 2 +- src/tests/test_utils/common_test_utils/src/test_control.cpp | 2 +- src/tests/test_utils/common_test_utils/src/test_enums.cpp | 2 +- src/tests/test_utils/common_test_utils/src/unicode_utils.cpp | 2 +- src/tests/test_utils/common_test_utils/tests/CMakeLists.txt | 2 +- src/tests/test_utils/functional_test_utils/CMakeLists.txt | 2 +- .../include/functional_test_utils/node_utils.hpp | 2 +- .../include/functional_test_utils/ov_plugin_cache.hpp | 2 +- .../include/functional_test_utils/skip_tests_config.hpp | 2 +- .../include/functional_test_utils/summary/api_summary.hpp | 2 +- .../include/functional_test_utils/summary/environment.hpp | 2 +- .../include/functional_test_utils/summary/op_info.hpp | 2 +- .../include/functional_test_utils/summary/op_summary.hpp | 2 +- .../include/functional_test_utils/summary/summary.hpp | 2 +- .../include/functional_test_utils/test_model/test_model.hpp | 2 +- .../functional_test_utils/layer_tests_summary/__init__.py | 2 +- .../functional_test_utils/layer_tests_summary/merge_xmls.py | 2 +- .../layer_tests_summary/run_conformance.py | 2 +- .../functional_test_utils/layer_tests_summary/run_parallel.py | 2 +- .../functional_test_utils/layer_tests_summary/summarize.py | 2 +- .../layer_tests_summary/utils/__init__.py | 2 +- .../layer_tests_summary/utils/conformance_utils.py | 2 +- .../layer_tests_summary/utils/constants.py | 2 +- .../layer_tests_summary/utils/file_utils.py | 2 +- .../layer_tests_summary/utils/get_available_devices.py | 2 +- .../layer_tests_summary/utils/stat_update_utils.py | 2 +- src/tests/test_utils/functional_test_utils/src/precomp.hpp | 2 +- .../functional_test_utils/src/skip_tests_config.cpp | 2 +- .../functional_test_utils/src/summary/api_summary.cpp | 2 +- .../test_utils/functional_test_utils/src/summary/op_info.cpp | 2 +- .../functional_test_utils/src/summary/op_summary.cpp | 2 +- .../test_utils/functional_test_utils/src/summary/summary.cpp | 2 +- .../functional_test_utils/src/test_model/test_model.cpp | 2 +- src/tests/test_utils/unit_test_utils/CMakeLists.txt | 2 +- .../unit_test_utils/mocks/mock_engine/CMakeLists.txt | 2 +- .../test_utils/unit_test_utils/mocks/mock_engine/dllmain.cpp | 2 +- .../unit_test_utils/mocks/mock_engine/mock_plugin.cpp | 2 +- .../unit_test_utils/mocks/mock_engine/mock_plugin.hpp | 2 +- .../mocks/openvino/runtime/mock_iasync_infer_request.hpp | 2 +- .../mocks/openvino/runtime/mock_icompiled_model.hpp | 2 +- .../unit_test_utils/mocks/openvino/runtime/mock_icore.hpp | 2 +- .../unit_test_utils/mocks/openvino/runtime/mock_iplugin.hpp | 2 +- .../mocks/openvino/runtime/mock_isync_infer_request.hpp | 2 +- .../mocks/openvino/runtime/mock_ivariable_state.hpp | 2 +- tests/CMakeLists.txt | 2 +- tests/conditional_compilation/CMakeLists.txt | 2 +- tests/conditional_compilation/conftest.py | 2 +- tests/conditional_compilation/test_cc.py | 2 +- tests/conditional_compilation/test_utils.py | 2 +- tests/conditional_compilation/tools/infer_tool.py | 2 +- tests/e2e_tests/CMakeLists.txt | 2 +- tests/fuzz/CMakeLists.txt | 2 +- tests/fuzz/fuzz-testhelper/CMakeLists.txt | 2 +- tests/fuzz/fuzz-testhelper/fuzz-utils.cc | 2 +- tests/fuzz/fuzz-testhelper/fuzz-utils.h | 2 +- tests/fuzz/fuzz-testhelper/main-testhelper.cc | 2 +- tests/fuzz/fuzz-testhelper/main.h | 2 +- tests/fuzz/fuzz-testhelper/tokenizer.h | 2 +- tests/fuzz/scripts/init_corpus.py | 2 +- tests/fuzz/src/CMakeLists.txt | 2 +- tests/fuzz/src/cnpy_npy_load-fuzzer.cc | 2 +- tests/fuzz/src/import_model-fuzzer.cc | 2 +- tests/fuzz/src/import_pdpd-fuzzer.cc | 2 +- tests/fuzz/src/read_model-fuzzer.cc | 2 +- tests/layer_tests/CMakeLists.txt | 2 +- tests/layer_tests/common/constants.py | 2 +- tests/layer_tests/common/layer_test_class.py | 2 +- tests/layer_tests/common/layer_utils.py | 2 +- tests/layer_tests/common/mo_convert_test_class.py | 2 +- tests/layer_tests/common/onnx_layer_test_class.py | 2 +- tests/layer_tests/common/tf_layer_test_class.py | 2 +- tests/layer_tests/common/tflite_layer_test_class.py | 2 +- tests/layer_tests/common/utils/common_utils.py | 2 +- tests/layer_tests/common/utils/multiprocessing_utils.py | 2 +- tests/layer_tests/common/utils/parsers.py | 2 +- tests/layer_tests/common/utils/tf_utils.py | 2 +- tests/layer_tests/conftest.py | 2 +- tests/layer_tests/jax_tests/conftest.py | 2 +- tests/layer_tests/jax_tests/jax_layer_test_class.py | 2 +- tests/layer_tests/jax_tests/test_conv_general_dilated.py | 2 +- tests/layer_tests/jax_tests/test_dot_general.py | 2 +- tests/layer_tests/mo_python_api_tests/conftest.py | 2 +- tests/layer_tests/mo_python_api_tests/mo_convert_help.py | 2 +- .../mo_convert_legacy_extensions_test_actual.py | 2 +- .../test_config_transform/front/custom_transform.py | 2 +- .../test_legacy_exts/test_exts_dir1/front/ext1.py | 2 +- .../test_legacy_exts/test_exts_dir2/front/ext2.py | 2 +- .../mo_python_api_tests/test_mo_convert_complex_params.py | 2 +- .../mo_python_api_tests/test_mo_convert_extensions.py | 2 +- tests/layer_tests/mo_python_api_tests/test_mo_convert_onnx.py | 2 +- .../layer_tests/mo_python_api_tests/test_mo_convert_paddle.py | 2 +- .../mo_python_api_tests/test_mo_convert_pytorch.py | 2 +- .../mo_python_api_tests/test_mo_convert_subprocess_tests.py | 2 +- tests/layer_tests/mo_python_api_tests/test_mo_convert_tf.py | 2 +- tests/layer_tests/mo_python_api_tests/test_mo_help.py | 2 +- tests/layer_tests/onnx_tests/conftest.py | 2 +- tests/layer_tests/onnx_tests/test_abs.py | 2 +- tests/layer_tests/onnx_tests/test_add_sub_mul_div.py | 2 +- tests/layer_tests/onnx_tests/test_and.py | 2 +- tests/layer_tests/onnx_tests/test_argmax.py | 2 +- tests/layer_tests/onnx_tests/test_bn.py | 2 +- tests/layer_tests/onnx_tests/test_ceil.py | 2 +- tests/layer_tests/onnx_tests/test_clip.py | 2 +- tests/layer_tests/onnx_tests/test_concat.py | 2 +- tests/layer_tests/onnx_tests/test_conv.py | 2 +- tests/layer_tests/onnx_tests/test_conv_transpose.py | 2 +- tests/layer_tests/onnx_tests/test_cumsum.py | 2 +- tests/layer_tests/onnx_tests/test_dequantize_linear.py | 2 +- tests/layer_tests/onnx_tests/test_dropout.py | 2 +- tests/layer_tests/onnx_tests/test_elu.py | 2 +- tests/layer_tests/onnx_tests/test_embedding_bag.py | 2 +- tests/layer_tests/onnx_tests/test_flatten.py | 2 +- tests/layer_tests/onnx_tests/test_floor.py | 2 +- tests/layer_tests/onnx_tests/test_fusedgemm.py | 2 +- tests/layer_tests/onnx_tests/test_gather.py | 2 +- tests/layer_tests/onnx_tests/test_gemm.py | 2 +- tests/layer_tests/onnx_tests/test_hard_sigmoid.py | 2 +- tests/layer_tests/onnx_tests/test_identity.py | 2 +- tests/layer_tests/onnx_tests/test_image_scaler.py | 2 +- tests/layer_tests/onnx_tests/test_instance_normalization.py | 2 +- tests/layer_tests/onnx_tests/test_leaky_relu.py | 2 +- tests/layer_tests/onnx_tests/test_log.py | 2 +- tests/layer_tests/onnx_tests/test_logsoftmax.py | 2 +- tests/layer_tests/onnx_tests/test_loop.py | 2 +- tests/layer_tests/onnx_tests/test_lrn.py | 2 +- tests/layer_tests/onnx_tests/test_lstm.py | 2 +- tests/layer_tests/onnx_tests/test_matmul.py | 2 +- .../onnx_tests/test_mean_variance_normalization.py | 2 +- tests/layer_tests/onnx_tests/test_neg.py | 2 +- tests/layer_tests/onnx_tests/test_non_zero.py | 2 +- tests/layer_tests/onnx_tests/test_not.py | 2 +- tests/layer_tests/onnx_tests/test_or.py | 2 +- tests/layer_tests/onnx_tests/test_pad.py | 2 +- tests/layer_tests/onnx_tests/test_pooling.py | 2 +- tests/layer_tests/onnx_tests/test_prelu.py | 2 +- tests/layer_tests/onnx_tests/test_reciprocal.py | 2 +- tests/layer_tests/onnx_tests/test_reduce.py | 2 +- tests/layer_tests/onnx_tests/test_reduce_lp.py | 2 +- tests/layer_tests/onnx_tests/test_relu.py | 2 +- tests/layer_tests/onnx_tests/test_reshape.py | 2 +- tests/layer_tests/onnx_tests/test_resize.py | 2 +- tests/layer_tests/onnx_tests/test_roi_align.py | 2 +- tests/layer_tests/onnx_tests/test_scale.py | 2 +- tests/layer_tests/onnx_tests/test_scatter.py | 2 +- tests/layer_tests/onnx_tests/test_sigmoid.py | 2 +- tests/layer_tests/onnx_tests/test_sign.py | 2 +- tests/layer_tests/onnx_tests/test_slice.py | 2 +- tests/layer_tests/onnx_tests/test_softmax.py | 2 +- tests/layer_tests/onnx_tests/test_softplus.py | 2 +- tests/layer_tests/onnx_tests/test_softsign.py | 2 +- tests/layer_tests/onnx_tests/test_split_concat.py | 2 +- tests/layer_tests/onnx_tests/test_sqrt.py | 2 +- tests/layer_tests/onnx_tests/test_squeeze.py | 2 +- tests/layer_tests/onnx_tests/test_sum.py | 2 +- tests/layer_tests/onnx_tests/test_topk.py | 2 +- tests/layer_tests/onnx_tests/test_transpose.py | 2 +- tests/layer_tests/onnx_tests/test_trigonometry.py | 2 +- tests/layer_tests/onnx_tests/test_unsqueeze.py | 2 +- tests/layer_tests/onnx_tests/test_upsample.py | 2 +- tests/layer_tests/onnx_tests/test_where.py | 2 +- tests/layer_tests/onnx_tests/test_xor.py | 2 +- tests/layer_tests/ovc_python_api_tests/conftest.py | 2 +- tests/layer_tests/ovc_python_api_tests/test_complex_params.py | 2 +- tests/layer_tests/ovc_python_api_tests/test_extensions.py | 2 +- tests/layer_tests/ovc_python_api_tests/test_onnx.py | 2 +- tests/layer_tests/ovc_python_api_tests/test_ovc_cli_tool.py | 2 +- tests/layer_tests/ovc_python_api_tests/test_ovc_tool_help.py | 2 +- tests/layer_tests/ovc_python_api_tests/test_paddle.py | 2 +- tests/layer_tests/ovc_python_api_tests/test_pytorch.py | 2 +- tests/layer_tests/ovc_python_api_tests/test_tf.py | 2 +- .../layer_tests/ovc_python_api_tests/test_tf_output_order.py | 2 +- .../ovc_python_api_tests/test_tf_unsupported_ops.py | 2 +- tests/layer_tests/py_frontend_tests/test_torch_decoder.py | 2 +- tests/layer_tests/py_frontend_tests/test_torch_frontend.py | 2 +- tests/layer_tests/pytorch_tests/conftest.py | 2 +- tests/layer_tests/pytorch_tests/pytorch_layer_test_class.py | 2 +- tests/layer_tests/pytorch_tests/test_adaptive_avg_pool.py | 2 +- tests/layer_tests/pytorch_tests/test_adaptive_max_pool.py | 2 +- tests/layer_tests/pytorch_tests/test_add.py | 2 +- tests/layer_tests/pytorch_tests/test_addcmul.py | 2 +- tests/layer_tests/pytorch_tests/test_addmm.py | 2 +- tests/layer_tests/pytorch_tests/test_aliases.py | 2 +- tests/layer_tests/pytorch_tests/test_all.py | 2 +- tests/layer_tests/pytorch_tests/test_and.py | 2 +- tests/layer_tests/pytorch_tests/test_arange.py | 2 +- tests/layer_tests/pytorch_tests/test_argmax_argmin.py | 2 +- tests/layer_tests/pytorch_tests/test_argsort.py | 2 +- tests/layer_tests/pytorch_tests/test_as_strided.py | 2 +- tests/layer_tests/pytorch_tests/test_batch_norm.py | 2 +- tests/layer_tests/pytorch_tests/test_bitwise_ops.py | 2 +- tests/layer_tests/pytorch_tests/test_bool.py | 2 +- tests/layer_tests/pytorch_tests/test_broadcast_tensors.py | 2 +- tests/layer_tests/pytorch_tests/test_cat.py | 2 +- tests/layer_tests/pytorch_tests/test_chunk.py | 2 +- tests/layer_tests/pytorch_tests/test_clamp.py | 2 +- tests/layer_tests/pytorch_tests/test_clone.py | 2 +- tests/layer_tests/pytorch_tests/test_comparision.py | 2 +- tests/layer_tests/pytorch_tests/test_conv_transposend.py | 2 +- tests/layer_tests/pytorch_tests/test_convnd.py | 2 +- tests/layer_tests/pytorch_tests/test_convolution.py | 2 +- tests/layer_tests/pytorch_tests/test_convolution_mode.py | 2 +- tests/layer_tests/pytorch_tests/test_copy.py | 2 +- tests/layer_tests/pytorch_tests/test_cross.py | 4 ++-- tests/layer_tests/pytorch_tests/test_cumsum.py | 2 +- .../layer_tests/pytorch_tests/test_deformable_convolution.py | 2 +- .../pytorch_tests/test_derive_index_range_length.py | 2 +- tests/layer_tests/pytorch_tests/test_device.py | 2 +- tests/layer_tests/pytorch_tests/test_dict.py | 2 +- tests/layer_tests/pytorch_tests/test_distance.py | 2 +- tests/layer_tests/pytorch_tests/test_div.py | 2 +- tests/layer_tests/pytorch_tests/test_dot.py | 2 +- tests/layer_tests/pytorch_tests/test_einsum.py | 2 +- tests/layer_tests/pytorch_tests/test_embedding.py | 2 +- tests/layer_tests/pytorch_tests/test_embedding_bag.py | 2 +- tests/layer_tests/pytorch_tests/test_empty.py | 2 +- tests/layer_tests/pytorch_tests/test_eq.py | 2 +- tests/layer_tests/pytorch_tests/test_expand.py | 2 +- tests/layer_tests/pytorch_tests/test_eye.py | 2 +- tests/layer_tests/pytorch_tests/test_fake_quantize.py | 2 +- tests/layer_tests/pytorch_tests/test_flatten.py | 2 +- tests/layer_tests/pytorch_tests/test_flip.py | 2 +- tests/layer_tests/pytorch_tests/test_floor_divide.py | 2 +- tests/layer_tests/pytorch_tests/test_fmod.py | 2 +- tests/layer_tests/pytorch_tests/test_fp16.py | 2 +- tests/layer_tests/pytorch_tests/test_full.py | 2 +- tests/layer_tests/pytorch_tests/test_gather.py | 2 +- tests/layer_tests/pytorch_tests/test_gcd.py | 2 +- tests/layer_tests/pytorch_tests/test_gelu.py | 2 +- tests/layer_tests/pytorch_tests/test_getitem.py | 2 +- tests/layer_tests/pytorch_tests/test_glu.py | 2 +- tests/layer_tests/pytorch_tests/test_grid_sampler.py | 2 +- tests/layer_tests/pytorch_tests/test_group_norm.py | 2 +- tests/layer_tests/pytorch_tests/test_hadsigmoid.py | 2 +- tests/layer_tests/pytorch_tests/test_if.py | 2 +- tests/layer_tests/pytorch_tests/test_im2col.py | 2 +- tests/layer_tests/pytorch_tests/test_index.py | 2 +- tests/layer_tests/pytorch_tests/test_index_add.py | 2 +- tests/layer_tests/pytorch_tests/test_index_put_.py | 2 +- tests/layer_tests/pytorch_tests/test_index_select.py | 2 +- tests/layer_tests/pytorch_tests/test_instance_norm.py | 2 +- tests/layer_tests/pytorch_tests/test_is_nonzero.py | 2 +- tests/layer_tests/pytorch_tests/test_item.py | 2 +- tests/layer_tests/pytorch_tests/test_leaky_relu.py | 2 +- tests/layer_tests/pytorch_tests/test_len.py | 2 +- tests/layer_tests/pytorch_tests/test_linear.py | 2 +- tests/layer_tests/pytorch_tests/test_linspace.py | 2 +- tests/layer_tests/pytorch_tests/test_listunpack.py | 2 +- tests/layer_tests/pytorch_tests/test_log_softmax.py | 2 +- tests/layer_tests/pytorch_tests/test_loop.py | 2 +- tests/layer_tests/pytorch_tests/test_lstm.py | 2 +- tests/layer_tests/pytorch_tests/test_masked_fill.py | 2 +- tests/layer_tests/pytorch_tests/test_masked_scatter.py | 2 +- tests/layer_tests/pytorch_tests/test_mean.py | 2 +- tests/layer_tests/pytorch_tests/test_min_max.py | 2 +- tests/layer_tests/pytorch_tests/test_mm.py | 2 +- tests/layer_tests/pytorch_tests/test_mul.py | 2 +- tests/layer_tests/pytorch_tests/test_multinomial.py | 2 +- tests/layer_tests/pytorch_tests/test_narrow.py | 2 +- .../pytorch_tests/test_native_multi_head_attention.py | 2 +- tests/layer_tests/pytorch_tests/test_nms.py | 2 +- tests/layer_tests/pytorch_tests/test_nonzero.py | 2 +- tests/layer_tests/pytorch_tests/test_norm.py | 2 +- tests/layer_tests/pytorch_tests/test_numel.py | 2 +- tests/layer_tests/pytorch_tests/test_one_hot.py | 2 +- tests/layer_tests/pytorch_tests/test_or.py | 2 +- tests/layer_tests/pytorch_tests/test_outer.py | 2 +- tests/layer_tests/pytorch_tests/test_pad.py | 2 +- tests/layer_tests/pytorch_tests/test_permute.py | 2 +- tests/layer_tests/pytorch_tests/test_pixel_shuffle.py | 2 +- tests/layer_tests/pytorch_tests/test_pooling.py | 2 +- tests/layer_tests/pytorch_tests/test_pow.py | 2 +- tests/layer_tests/pytorch_tests/test_prelu.py | 2 +- tests/layer_tests/pytorch_tests/test_prod.py | 2 +- tests/layer_tests/pytorch_tests/test_pythonop.py | 2 +- tests/layer_tests/pytorch_tests/test_quantize.py | 2 +- tests/layer_tests/pytorch_tests/test_quantized_add.py | 2 +- tests/layer_tests/pytorch_tests/test_quantized_add_relu.py | 2 +- tests/layer_tests/pytorch_tests/test_quantized_cat.py | 2 +- tests/layer_tests/pytorch_tests/test_quantized_convnd.py | 2 +- tests/layer_tests/pytorch_tests/test_quantized_hardswish.py | 2 +- tests/layer_tests/pytorch_tests/test_quantized_linear.py | 2 +- tests/layer_tests/pytorch_tests/test_quantized_mul.py | 2 +- tests/layer_tests/pytorch_tests/test_rand.py | 2 +- tests/layer_tests/pytorch_tests/test_remainder.py | 2 +- tests/layer_tests/pytorch_tests/test_repeat.py | 2 +- tests/layer_tests/pytorch_tests/test_repeat_interleave.py | 2 +- tests/layer_tests/pytorch_tests/test_reshape.py | 2 +- tests/layer_tests/pytorch_tests/test_reshape_as.py | 2 +- tests/layer_tests/pytorch_tests/test_resolve_conj_neg.py | 2 +- .../pytorch_tests/test_rfftn_complex_transforms.py | 2 +- tests/layer_tests/pytorch_tests/test_roi_align.py | 2 +- tests/layer_tests/pytorch_tests/test_roll.py | 2 +- tests/layer_tests/pytorch_tests/test_round.py | 2 +- tests/layer_tests/pytorch_tests/test_rsub.py | 2 +- .../pytorch_tests/test_scaled_dot_product_attention.py | 2 +- tests/layer_tests/pytorch_tests/test_scatter.py | 2 +- tests/layer_tests/pytorch_tests/test_select.py | 2 +- tests/layer_tests/pytorch_tests/test_set_item.py | 2 +- tests/layer_tests/pytorch_tests/test_shape_as_tensor.py | 2 +- tests/layer_tests/pytorch_tests/test_sign.py | 2 +- tests/layer_tests/pytorch_tests/test_size.py | 2 +- tests/layer_tests/pytorch_tests/test_slice.py | 2 +- tests/layer_tests/pytorch_tests/test_softmax.py | 2 +- tests/layer_tests/pytorch_tests/test_softplus.py | 2 +- tests/layer_tests/pytorch_tests/test_sort.py | 2 +- tests/layer_tests/pytorch_tests/test_split.py | 2 +- tests/layer_tests/pytorch_tests/test_square.py | 2 +- tests/layer_tests/pytorch_tests/test_squeeze.py | 2 +- tests/layer_tests/pytorch_tests/test_stack.py | 2 +- tests/layer_tests/pytorch_tests/test_strided_const.py | 2 +- tests/layer_tests/pytorch_tests/test_sub.py | 2 +- tests/layer_tests/pytorch_tests/test_sum.py | 2 +- tests/layer_tests/pytorch_tests/test_tensor_split.py | 2 +- tests/layer_tests/pytorch_tests/test_tile.py | 2 +- tests/layer_tests/pytorch_tests/test_to.py | 2 +- tests/layer_tests/pytorch_tests/test_topk.py | 2 +- tests/layer_tests/pytorch_tests/test_transpose.py | 2 +- tests/layer_tests/pytorch_tests/test_trilu.py | 2 +- tests/layer_tests/pytorch_tests/test_tuple_construct.py | 2 +- tests/layer_tests/pytorch_tests/test_type_as.py | 2 +- tests/layer_tests/pytorch_tests/test_unary_ops.py | 2 +- tests/layer_tests/pytorch_tests/test_unbind.py | 2 +- tests/layer_tests/pytorch_tests/test_unflatten.py | 2 +- tests/layer_tests/pytorch_tests/test_unfold.py | 2 +- tests/layer_tests/pytorch_tests/test_unsqueeze.py | 2 +- tests/layer_tests/pytorch_tests/test_upsample.py | 2 +- tests/layer_tests/pytorch_tests/test_var_mean.py | 2 +- tests/layer_tests/pytorch_tests/test_view.py | 2 +- tests/layer_tests/pytorch_tests/test_where.py | 2 +- tests/layer_tests/pytorch_tests/test_xor.py | 2 +- tests/layer_tests/tensorflow_lite_tests/conftest.py | 2 +- tests/layer_tests/tensorflow_lite_tests/test_tfl_Shape.py | 2 +- tests/layer_tests/tensorflow_lite_tests/test_tfl_Unary.py | 2 +- tests/layer_tests/tensorflow_lite_tests/test_tfl_Unique.py | 2 +- tests/layer_tests/tensorflow_lite_tests/test_tfl_Unpack.py | 2 +- tests/layer_tests/tensorflow_lite_tests/test_tfl_While.py | 2 +- tests/layer_tests/tensorflow_tests/conftest.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Add.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_AddTypes.py | 2 +- .../layer_tests/tensorflow_tests/test_tf_AdjustContrastv2.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Atan2.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_BatchToSpace.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_BatchToSpaceND.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_BinaryOps.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_BroadcastArgs.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Bucketize.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_CheckNumerics.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_ComplexFFT.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Concat.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Conj.py | 2 +- .../tensorflow_tests/test_tf_ConjugateTranspose.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_CropAndResize.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_DepthToSpace.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Div.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_DivNoNan.py | 2 +- .../layer_tests/tensorflow_tests/test_tf_DynamicPartition.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Eltwise.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_EnsureShape.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_ExpandDims.py | 2 +- .../tensorflow_tests/test_tf_ExtractImagePatches.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Eye.py | 2 +- .../tensorflow_tests/test_tf_FakeQuantWithMinMaxVars.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_FakeQuantize.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_FloorDiv.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_FusedBatchNorm.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_GRUBlockCell.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Gather.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_GatherNd.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Identity.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_IdentityN.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_If.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Inv.py | 2 +- .../layer_tests/tensorflow_tests/test_tf_InvertPermutation.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_IsFinite.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_IsInf.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_IsNan.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_L2Loss.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_LRN.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_LeakyRelu.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_LinSpace.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_ListDiff.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Log1p.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_LogSoftmax.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_MatrixDiag.py | 2 +- .../layer_tests/tensorflow_tests/test_tf_MaxPoolWithArgmax.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Mul.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_MulNoNan.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Multinomial.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_NestedWhile.py | 2 +- .../layer_tests/tensorflow_tests/test_tf_NonMaxSupression.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_NormalizeL2.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_OneHot.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_OnesLike.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Pack.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Pad.py | 2 +- .../tensorflow_tests/test_tf_ParallelDynamicStitch.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Placeholder.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Pooling.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_RandomUniform.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Range.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Rank.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_ReLU6.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Reciprocal.py | 2 +- .../tensorflow_tests/test_tf_ReduceArithmeticOps.py | 2 +- .../tensorflow_tests/test_tf_Resample_pattern_new.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Reshape.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Resize.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Reverse.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_ReverseSequence.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_ReverseV2.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Roll.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Rsqrt.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_ScatterND.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_SegmentSum.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Select.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_SelectV2.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Shape.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_ShapeN.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Size.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Slice.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Softmax.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Softsign.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_SpaceToBatch.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_SpaceToBatchND.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_SpaceToDepth.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Split.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_SplitV.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Squeeze.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_StridedSlice.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Sub.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Swish.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_SwitchMerge.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_TensorArrayOps.py | 2 +- .../tensorflow_tests/test_tf_TensorListConcatV2.py | 2 +- .../layer_tests/tensorflow_tests/test_tf_TensorListLength.py | 2 +- .../layer_tests/tensorflow_tests/test_tf_TensorListResize.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Tile.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_ToBool.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_TopK.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_TopKV2.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Transpose.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_TruncateDiv.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_TruncateMod.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_UnaryOps.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Unique.py | 2 +- .../layer_tests/tensorflow_tests/test_tf_UniqueWithCounts.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Unpack.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_UnravelIndex.py | 2 +- .../tensorflow_tests/test_tf_UnsortedSegmentSum.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Where.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_While.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Xlog1py.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_Xlogy.py | 2 +- tests/layer_tests/tensorflow_tests/test_tf_ZerosLike.py | 2 +- tests/lib/CMakeLists.txt | 2 +- tests/lib/__init__.py | 2 +- tests/lib/src/CMakeLists.txt | 2 +- tests/lib/src/common_utils.h | 2 +- tests/lib/src/reshape_utils.cpp | 2 +- tests/lib/src/reshape_utils.h | 2 +- tests/lsan/suppressions.txt | 2 +- tests/memory_tests/CMakeLists.txt | 2 +- .../memory_tests/include/memory_tests_helper/memory_counter.h | 2 +- tests/memory_tests/include/memory_tests_helper/utils.h | 2 +- tests/memory_tests/scripts/run_memorytest.py | 2 +- tests/memory_tests/src/CMakeLists.txt | 2 +- tests/memory_tests/src/memory_tests/CMakeLists.txt | 2 +- tests/memory_tests/src/memory_tests/memtest_infer_api_2.cpp | 2 +- tests/memory_tests/src/memory_tests_helper/CMakeLists.txt | 2 +- tests/memory_tests/src/memory_tests_helper/cli.h | 2 +- tests/memory_tests/src/memory_tests_helper/main.cpp | 2 +- tests/memory_tests/src/memory_tests_helper/memory_counter.cpp | 2 +- .../memory_tests/src/memory_tests_helper/statistics_writer.h | 2 +- tests/memory_tests/test_runner/conftest.py | 2 +- tests/memory_tests/test_runner/test_memorytest.py | 2 +- tests/memory_tests/test_runner/utils.py | 2 +- tests/model_hub_tests/CMakeLists.txt | 2 +- tests/model_hub_tests/models_hub_common/constants.py | 2 +- .../models_hub_common/multiprocessing_utils.py | 2 +- tests/model_hub_tests/models_hub_common/test_convert_model.py | 2 +- tests/model_hub_tests/models_hub_common/utils.py | 2 +- tests/model_hub_tests/performance_tests/conftest.py | 2 +- tests/model_hub_tests/pytorch/conftest.py | 2 +- tests/model_hub_tests/pytorch/scripts/process_op_report.py | 2 +- tests/model_hub_tests/pytorch/test_aliked.py | 2 +- tests/model_hub_tests/pytorch/test_detectron2.py | 2 +- tests/model_hub_tests/pytorch/test_edsr.py | 2 +- tests/model_hub_tests/pytorch/test_gfpgan.py | 2 +- tests/model_hub_tests/pytorch/test_hf_transformers.py | 2 +- tests/model_hub_tests/pytorch/test_speech-transformer.py | 2 +- tests/model_hub_tests/pytorch/test_timm.py | 2 +- tests/model_hub_tests/pytorch/test_torchbench.py | 2 +- tests/model_hub_tests/pytorch/test_torchvision_models.py | 2 +- tests/model_hub_tests/pytorch/test_tpsmm.py | 2 +- tests/model_hub_tests/pytorch/torch_utils.py | 2 +- tests/model_hub_tests/tensorflow/conftest.py | 2 +- tests/model_hub_tests/tensorflow/test_tf_convert_model.py | 2 +- tests/model_hub_tests/tensorflow/test_tf_hub_api_notebooks.py | 2 +- tests/model_hub_tests/tensorflow/utils.py | 2 +- tests/samples_tests/CMakeLists.txt | 2 +- tests/samples_tests/smoke_tests/common/common_utils.py | 2 +- .../smoke_tests/common/samples_common_test_class.py | 2 +- .../smoke_tests/common/specific_samples_parsers.py | 2 +- tests/samples_tests/smoke_tests/test_benchmark_app.py | 2 +- .../smoke_tests/test_classification_sample_async.py | 2 +- tests/samples_tests/smoke_tests/test_hello_classification.py | 2 +- .../smoke_tests/test_hello_nv12_input_classification.py | 2 +- tests/samples_tests/smoke_tests/test_hello_query_device.py | 2 +- tests/samples_tests/smoke_tests/test_hello_reshape_ssd.py | 2 +- tests/stress_tests/CMakeLists.txt | 2 +- tests/stress_tests/common/CMakeLists.txt | 2 +- tests/stress_tests/common/ie_pipelines/pipelines.cpp | 2 +- tests/stress_tests/common/ie_pipelines/pipelines.h | 2 +- tests/stress_tests/common/infer_api/infer_api.cpp | 2 +- tests/stress_tests/common/infer_api/infer_api.h | 2 +- tests/stress_tests/common/managers/task_manager.h | 2 +- tests/stress_tests/common/managers/thread_manager.h | 2 +- tests/stress_tests/common/tests_utils.cpp | 2 +- tests/stress_tests/common/tests_utils.h | 2 +- tests/stress_tests/common/utils.cpp | 2 +- tests/stress_tests/common/utils.h | 2 +- tests/stress_tests/memcheck_tests/CMakeLists.txt | 2 +- tests/stress_tests/memcheck_tests/flags.h | 2 +- tests/stress_tests/memcheck_tests/main.cpp | 2 +- tests/stress_tests/memcheck_tests/tests.cpp | 2 +- .../memcheck_tests/tests_pipelines/tests_pipelines.cpp | 2 +- .../memcheck_tests/tests_pipelines/tests_pipelines.h | 2 +- tests/stress_tests/memcheck_tests/tests_utils.h | 2 +- tests/stress_tests/memleaks_tests/CMakeLists.txt | 2 +- tests/stress_tests/memleaks_tests/flags.h | 2 +- tests/stress_tests/memleaks_tests/main.cpp | 2 +- tests/stress_tests/memleaks_tests/tests.cpp | 2 +- .../memleaks_tests/tests_pipelines/tests_pipelines.cpp | 2 +- .../memleaks_tests/tests_pipelines/tests_pipelines.h | 2 +- tests/stress_tests/scripts/__init__.py | 2 +- tests/stress_tests/scripts/compare_memcheck_2_runs.py | 2 +- tests/stress_tests/scripts/get_testdata.py | 2 +- tests/stress_tests/scripts/memcheck_upload.py | 2 +- tests/stress_tests/scripts/run_memcheck.py | 2 +- tests/stress_tests/unittests/CMakeLists.txt | 2 +- tests/stress_tests/unittests/flags.h | 2 +- tests/stress_tests/unittests/main.cpp | 2 +- tests/stress_tests/unittests/tests.cpp | 2 +- .../unittests/tests_pipelines/tests_pipelines.cpp | 2 +- .../stress_tests/unittests/tests_pipelines/tests_pipelines.h | 2 +- .../tests_pipelines/tests_pipelines_full_pipeline.cpp | 2 +- tests/time_tests/CMakeLists.txt | 2 +- tests/time_tests/include/timetests_helper/timer.h | 2 +- tests/time_tests/include/timetests_helper/utils.h | 2 +- tests/time_tests/scripts/run_timetest.py | 2 +- tests/time_tests/src/CMakeLists.txt | 2 +- tests/time_tests/src/timetests/CMakeLists.txt | 2 +- tests/time_tests/src/timetests_helper/CMakeLists.txt | 2 +- tests/time_tests/src/timetests_helper/cli.h | 2 +- tests/time_tests/src/timetests_helper/main.cpp | 2 +- tests/time_tests/src/timetests_helper/statistics_writer.h | 2 +- tests/time_tests/src/timetests_helper/timer.cpp | 2 +- tests/time_tests/test_runner/__init__.py | 2 +- tests/time_tests/test_runner/conftest.py | 2 +- tests/time_tests/test_runner/test_timetest.py | 2 +- tests/time_tests/test_runner/utils.py | 2 +- tests/utils/__init__.py | 2 +- tests/utils/install_pkg.py | 2 +- tests/utils/path_utils.py | 2 +- tests/utils/platform_utils.py | 2 +- tests/utils/proc_utils.py | 2 +- tests/utils/utils.py | 2 +- thirdparty/cnpy/CMakeLists.txt | 2 +- thirdparty/dependencies.cmake | 2 +- thirdparty/flatbuffers/CMakeLists.txt | 2 +- thirdparty/gflags/CMakeLists.txt | 2 +- thirdparty/gtest/CMakeLists.txt | 2 +- thirdparty/ittapi/CMakeLists.txt | 2 +- thirdparty/json/CMakeLists.txt | 2 +- thirdparty/ocl/CMakeLists.txt | 2 +- thirdparty/onnx/CMakeLists.txt | 2 +- thirdparty/protobuf/CMakeLists.txt | 2 +- thirdparty/zlib/CMakeLists.txt | 2 +- tools/CMakeLists.txt | 2 +- tools/benchmark_tool/CMakeLists.txt | 2 +- tools/benchmark_tool/benchmark_app.py | 2 +- tools/benchmark_tool/openvino/tools/__init__.py | 2 +- tools/benchmark_tool/openvino/tools/benchmark/__init__.py | 2 +- tools/benchmark_tool/openvino/tools/benchmark/benchmark.py | 2 +- tools/benchmark_tool/openvino/tools/benchmark/main.py | 2 +- tools/benchmark_tool/openvino/tools/benchmark/parameters.py | 2 +- .../benchmark_tool/openvino/tools/benchmark/utils/__init__.py | 2 +- .../openvino/tools/benchmark/utils/constants.py | 2 +- .../openvino/tools/benchmark/utils/inputs_filling.py | 2 +- .../benchmark_tool/openvino/tools/benchmark/utils/logging.py | 2 +- .../openvino/tools/benchmark/utils/statistics_report.py | 2 +- tools/benchmark_tool/openvino/tools/benchmark/utils/utils.py | 2 +- tools/benchmark_tool/setup.py | 2 +- tools/mo/automation/create_package.py | 2 +- tools/mo/automation/utils.py | 2 +- tools/mo/openvino/tools/__init__.py | 2 +- tools/mo/openvino/tools/mo/__init__.py | 2 +- tools/mo/openvino/tools/mo/__main__.py | 2 +- tools/mo/openvino/tools/mo/analysis/__init__.py | 2 +- tools/mo/openvino/tools/mo/analysis/boolean_input.py | 2 +- tools/mo/openvino/tools/mo/analysis/inputs.py | 2 +- tools/mo/openvino/tools/mo/analysis/json_print.py | 2 +- tools/mo/openvino/tools/mo/analysis/nodes.py | 2 +- tools/mo/openvino/tools/mo/analysis/tf_od_api.py | 2 +- tools/mo/openvino/tools/mo/analysis/tf_retinanet.py | 2 +- tools/mo/openvino/tools/mo/analysis/tf_yolo.py | 2 +- tools/mo/openvino/tools/mo/back/AvgPool.py | 2 +- tools/mo/openvino/tools/mo/back/CellNormalizer.py | 2 +- tools/mo/openvino/tools/mo/back/ChangeOutputTypeAttributes.py | 2 +- .../openvino/tools/mo/back/ChangeRandomUniformOutputType.py | 2 +- tools/mo/openvino/tools/mo/back/ClampNormalizer.py | 2 +- tools/mo/openvino/tools/mo/back/ConvolutionNormalizer.py | 2 +- tools/mo/openvino/tools/mo/back/CorrectName.py | 2 +- tools/mo/openvino/tools/mo/back/CropToStridedSlice.py | 2 +- tools/mo/openvino/tools/mo/back/CutMemory.py | 2 +- tools/mo/openvino/tools/mo/back/EnableConstantStridedSlice.py | 2 +- tools/mo/openvino/tools/mo/back/FakeOutputResolver.py | 2 +- tools/mo/openvino/tools/mo/back/ForceStrictPrecision.py | 2 +- tools/mo/openvino/tools/mo/back/FuseTransposesSequence.py | 2 +- tools/mo/openvino/tools/mo/back/GatherNormalizer.py | 2 +- tools/mo/openvino/tools/mo/back/InterpolateReshape.py | 2 +- tools/mo/openvino/tools/mo/back/LRNToNorm.py | 2 +- tools/mo/openvino/tools/mo/back/LayoutChangeForGatherND.py | 2 +- tools/mo/openvino/tools/mo/back/LeakyReLUMutation.py | 2 +- tools/mo/openvino/tools/mo/back/LinearToLinearONNXReplacer.py | 2 +- tools/mo/openvino/tools/mo/back/MarkNodesWithShapeValues.py | 2 +- tools/mo/openvino/tools/mo/back/MatMulNormalizer.py | 2 +- tools/mo/openvino/tools/mo/back/MaxPool.py | 2 +- tools/mo/openvino/tools/mo/back/NormalizeToNormalizeL2.py | 2 +- .../tools/mo/back/OptimizeTransposeReshapeSequence.py | 2 +- tools/mo/openvino/tools/mo/back/PackBinaryWeights.py | 2 +- tools/mo/openvino/tools/mo/back/ProposalMutation.py | 2 +- tools/mo/openvino/tools/mo/back/RNNSequenceTypeRename.py | 2 +- tools/mo/openvino/tools/mo/back/ReduceMerge.py | 2 +- tools/mo/openvino/tools/mo/back/ReduceTransposeDimensions.py | 2 +- tools/mo/openvino/tools/mo/back/RemoveUselessConvert.py | 2 +- tools/mo/openvino/tools/mo/back/ReshapeMutation.py | 2 +- tools/mo/openvino/tools/mo/back/ResultNormalizer.py | 2 +- tools/mo/openvino/tools/mo/back/ResultRename.py | 2 +- tools/mo/openvino/tools/mo/back/ReverseInputChannels.py | 2 +- tools/mo/openvino/tools/mo/back/SelectBroadcast.py | 2 +- tools/mo/openvino/tools/mo/back/ShapeOfConstFolding.py | 2 +- .../tools/mo/back/ShuffleChannelPatternOptimization.py | 2 +- tools/mo/openvino/tools/mo/back/SpecialNodesFinalization.py | 2 +- .../mo/openvino/tools/mo/back/StridedSliceMasksNormalizer.py | 2 +- tools/mo/openvino/tools/mo/back/TopKNormalizer.py | 2 +- tools/mo/openvino/tools/mo/back/TransposeDFT.py | 2 +- tools/mo/openvino/tools/mo/back/TransposeReduceFusing.py | 2 +- tools/mo/openvino/tools/mo/back/UselessConcatRemoval.py | 2 +- tools/mo/openvino/tools/mo/back/__init__.py | 2 +- tools/mo/openvino/tools/mo/back/add_outputs_recursive.py | 2 +- tools/mo/openvino/tools/mo/back/blob_normalizer.py | 2 +- tools/mo/openvino/tools/mo/back/compress_quantized_weights.py | 2 +- tools/mo/openvino/tools/mo/back/ie_ir_ver_2/__init__.py | 2 +- tools/mo/openvino/tools/mo/back/ie_ir_ver_2/emitter.py | 2 +- .../tools/mo/back/insert_compatibility_l2normalization.py | 2 +- tools/mo/openvino/tools/mo/back/kaldi_remove_memory_output.py | 2 +- tools/mo/openvino/tools/mo/back/names_uniqueness_check.py | 2 +- tools/mo/openvino/tools/mo/back/offline_transformations.py | 2 +- tools/mo/openvino/tools/mo/back/op_versioning.py | 2 +- tools/mo/openvino/tools/mo/back/pass_separator.py | 2 +- tools/mo/openvino/tools/mo/back/preprocessing.py | 2 +- tools/mo/openvino/tools/mo/back/priorbox_mutation.py | 2 +- .../mo/openvino/tools/mo/back/remove_last_softmax_pattern.py | 2 +- tools/mo/openvino/tools/mo/back/replacement.py | 2 +- tools/mo/openvino/tools/mo/convert.py | 2 +- tools/mo/openvino/tools/mo/convert_impl.py | 2 +- tools/mo/openvino/tools/mo/front/ATenToEmbeddingBag.py | 2 +- tools/mo/openvino/tools/mo/front/ArgOpsSqueeze.py | 2 +- tools/mo/openvino/tools/mo/front/AttributedClampNormalizer.py | 2 +- .../mo/openvino/tools/mo/front/AttributedGatherNormalizer.py | 2 +- tools/mo/openvino/tools/mo/front/AttributedPadToPad.py | 2 +- .../tools/mo/front/AttributedRandomUniformToRandomUniform.py | 2 +- tools/mo/openvino/tools/mo/front/AttributedRollToRoll.py | 2 +- tools/mo/openvino/tools/mo/front/ExpandDimsToUnsqueeze.py | 2 +- tools/mo/openvino/tools/mo/front/FakeQuantWithMinMaxVars.py | 2 +- tools/mo/openvino/tools/mo/front/FillToBroadcast.py | 2 +- tools/mo/openvino/tools/mo/front/GeLUMerger_Erf.py | 2 +- tools/mo/openvino/tools/mo/front/GeLUMerger_Tanh.py | 2 +- tools/mo/openvino/tools/mo/front/HSigmoid_fusion.py | 2 +- tools/mo/openvino/tools/mo/front/HSwish_fusion.py | 2 +- tools/mo/openvino/tools/mo/front/InterpolateNormalizer.py | 2 +- .../mo/openvino/tools/mo/front/InterpolateV1ToInterpolate.py | 2 +- tools/mo/openvino/tools/mo/front/LayerNorm.py | 2 +- tools/mo/openvino/tools/mo/front/Log1p.py | 2 +- tools/mo/openvino/tools/mo/front/MatMul_normalizer.py | 2 +- .../mo/openvino/tools/mo/front/MoveEmbeddedInputsToInputs.py | 2 +- tools/mo/openvino/tools/mo/front/OneHotDepthNormalizer.py | 2 +- tools/mo/openvino/tools/mo/front/Pack.py | 2 +- tools/mo/openvino/tools/mo/front/PowerToEltwises.py | 2 +- tools/mo/openvino/tools/mo/front/RollWithEmptyAxesReplacer.py | 2 +- tools/mo/openvino/tools/mo/front/SizeReplacer.py | 2 +- tools/mo/openvino/tools/mo/front/SqueezeNormalize.py | 2 +- .../openvino/tools/mo/front/ThresholdedReluDecomposition.py | 2 +- tools/mo/openvino/tools/mo/front/TopKNormalize.py | 2 +- tools/mo/openvino/tools/mo/front/TransposeOrderNormalizer.py | 2 +- tools/mo/openvino/tools/mo/front/YOLO.py | 2 +- tools/mo/openvino/tools/mo/front/__init__.py | 2 +- .../openvino/tools/mo/front/binary_quantize_normalization.py | 2 +- tools/mo/openvino/tools/mo/front/broadcast_with_range.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/ArgMaxFlatten.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/MVNCaffeToMVN.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/__init__.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/argmax_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/axpy.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/batchnorm_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/binarization.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/binary_conv_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/bn.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/bn_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/collect_attributes.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/concat_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/conv_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/crop_ext.py | 2 +- .../mo/openvino/tools/mo/front/caffe/ctcgreedydecoder_ext.py | 2 +- .../mo/openvino/tools/mo/front/caffe/custom_layers_mapping.py | 2 +- .../mo/openvino/tools/mo/front/caffe/detection_output_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/dropout_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/elementwise_ext.py | 2 +- .../mo/openvino/tools/mo/front/caffe/eltwise_add_normalize.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/elu.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/extractor.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/extractors/__init__.py | 2 +- .../openvino/tools/mo/front/caffe/extractors/native_caffe.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/extractors/tile.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/extractors/utils.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/flatten_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/grn_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/inner_product_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/input_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/interp_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/loader.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/lrn_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/mvn_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/normalize_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/permute_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/pooling_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/prelu_ext.py | 2 +- .../openvino/tools/mo/front/caffe/priorbox_clustered_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/priorbox_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/proposal_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/proposal_python_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/proto/__init__.py | 2 +- .../openvino/tools/mo/front/caffe/proto/generate_caffe_pb2.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/psroipooling_ext.py | 2 +- .../openvino/tools/mo/front/caffe/python_layer_extractor.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/regionyolo_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/register_custom_ops.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/relu6.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/relu_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/reorgyolo_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/resample_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/reshape.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/roipooling_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/scale_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/shufflechannel_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/sigmoid.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/slice_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/slice_to_split.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/softmax_ext.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/split_to_identity.py | 2 +- tools/mo/openvino/tools/mo/front/caffe/tanh.py | 2 +- tools/mo/openvino/tools/mo/front/common/__init__.py | 2 +- .../tools/mo/front/common/custom_replacement_registry.py | 2 +- tools/mo/openvino/tools/mo/front/common/extractors/utils.py | 2 +- .../mo/openvino/tools/mo/front/common/find_unsupported_ops.py | 2 +- tools/mo/openvino/tools/mo/front/common/layout.py | 2 +- .../openvino/tools/mo/front/common/partial_infer/__init__.py | 2 +- .../tools/mo/front/common/partial_infer/batch_norm.py | 2 +- .../tools/mo/front/common/partial_infer/caffe_fallback.py | 2 +- .../mo/openvino/tools/mo/front/common/partial_infer/concat.py | 2 +- tools/mo/openvino/tools/mo/front/common/partial_infer/crop.py | 2 +- .../openvino/tools/mo/front/common/partial_infer/elemental.py | 2 +- .../openvino/tools/mo/front/common/partial_infer/eltwise.py | 2 +- .../tools/mo/front/common/partial_infer/multi_box_prior.py | 2 +- .../tools/mo/front/common/partial_infer/roipooling.py | 2 +- .../mo/openvino/tools/mo/front/common/partial_infer/utils.py | 2 +- .../mo/openvino/tools/mo/front/common/register_custom_ops.py | 2 +- tools/mo/openvino/tools/mo/front/common/replacement.py | 2 +- tools/mo/openvino/tools/mo/front/common/weights.py | 2 +- tools/mo/openvino/tools/mo/front/create_tensor_nodes.py | 2 +- .../mo/front/disable_weights_quantize_value_propagation.py | 2 +- tools/mo/openvino/tools/mo/front/div.py | 2 +- tools/mo/openvino/tools/mo/front/eltwise_n.py | 2 +- tools/mo/openvino/tools/mo/front/extractor.py | 2 +- tools/mo/openvino/tools/mo/front/flatten_to_reshape.py | 2 +- tools/mo/openvino/tools/mo/front/freeze_placeholder_value.py | 2 +- tools/mo/openvino/tools/mo/front/global_pooling_to_reduce.py | 2 +- tools/mo/openvino/tools/mo/front/image_scaler.py | 2 +- tools/mo/openvino/tools/mo/front/input_cut.py | 2 +- tools/mo/openvino/tools/mo/front/instance_normalization.py | 2 +- tools/mo/openvino/tools/mo/front/interpolate_reshape.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/__init__.py | 2 +- .../mo/front/kaldi/add_reshape_transpose_around_conv_pool.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/apply_counts.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/extractor.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/extractors/__init__.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/extractors/add_ext.py | 2 +- .../openvino/tools/mo/front/kaldi/extractors/add_shift_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/affine_component_ext.py | 2 +- .../extractors/affine_component_preconditioned_online_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/affine_transform_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/backproptruncation_ext.py | 2 +- .../mo/front/kaldi/extractors/batchnorm_component_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/bias_component_ext.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/extractors/clip_ext.py | 2 +- .../mo/openvino/tools/mo/front/kaldi/extractors/concat_ext.py | 2 +- .../mo/openvino/tools/mo/front/kaldi/extractors/const_ext.py | 2 +- .../front/kaldi/extractors/convolutional_1d_component_ext.py | 2 +- .../mo/front/kaldi/extractors/convolutional_component_ext.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/extractors/copy_ext.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/extractors/crop_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/dropoutmask_ext.py | 2 +- .../mo/front/kaldi/extractors/elementwise_component_ext.py | 2 +- .../mo/front/kaldi/extractors/fixed_affine_component_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/generaldropout_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/linear_component_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/lstm_nonlinearity_ext.py | 2 +- .../mo/front/kaldi/extractors/lstm_projected_streams_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/max_pooling_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/memoryoffset_ext.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/extractors/mul_ext.py | 2 +- .../kaldi/extractors/naturalgradient_affine_component_ext.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/extractors/noop_ext.py | 2 +- .../mo/front/kaldi/extractors/normalize_component_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/pnorm_component_ext.py | 2 +- .../front/kaldi/extractors/rectified_linear_component_ext.py | 2 +- .../openvino/tools/mo/front/kaldi/extractors/rescale_ext.py | 2 +- .../kaldi/extractors/restrictedattentioncomponent_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/scale_component_ext.py | 2 +- .../openvino/tools/mo/front/kaldi/extractors/softmax_ext.py | 2 +- .../mo/front/kaldi/extractors/specaugment_component_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/splice_component_ext.py | 2 +- .../tools/mo/front/kaldi/extractors/tdnncomponent_ext.py | 2 +- .../mo/front/kaldi/extractors/timeheightconvolution_ext.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/loader/__init__.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/loader/loader.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/loader/utils.py | 2 +- .../openvino/tools/mo/front/kaldi/logsoftmax_component_ext.py | 2 +- .../openvino/tools/mo/front/kaldi/memory_offset_adjustment.py | 2 +- .../tools/mo/front/kaldi/memoryoffset_batch_update.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/register_custom_ops.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/replace_dropoutmask.py | 2 +- .../mo/openvino/tools/mo/front/kaldi/replace_eltwise_nin1.py | 2 +- .../tools/mo/front/kaldi/replace_lstm_node_pattern.py | 2 +- .../tools/mo/front/kaldi/replace_lstm_nonlinearity.py | 2 +- .../tools/mo/front/kaldi/replace_timeheightconvolution.py | 2 +- .../mo/front/kaldi/restrictedattentioncomponent_replacer.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/set_ports.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/sigmoid_ext.py | 2 +- .../tools/mo/front/kaldi/split_recurrent_memoryoffset.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/tanh_component_ext.py | 2 +- .../openvino/tools/mo/front/kaldi/tdnn_component_replacer.py | 2 +- tools/mo/openvino/tools/mo/front/kaldi/utils.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/MXFFTToDFT.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/MXRepeatReplacer.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/RNN_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/__init__.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/activation.py | 2 +- .../openvino/tools/mo/front/mxnet/adaptive_avg_pooling_ext.py | 2 +- .../tools/mo/front/mxnet/add_input_data_to_prior_boxes.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/arange_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/arange_replacer.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/batch_dot_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/block_grad_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/box_nms_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/cast_ext.py | 2 +- .../tools/mo/front/mxnet/check_softmax_node_inputs.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/clip_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/conv_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/copy_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/crop_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/cumsum.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/cumsum_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/custom.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/custom_rpn_proposal.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/deformable_conv_ext.py | 2 +- .../tools/mo/front/mxnet/deformable_psroi_pooling_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/div_sqrt_dim.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/dropout_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/einsum_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/elementwise_ext.py | 2 +- .../openvino/tools/mo/front/mxnet/eltwise_scalar_replacers.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/exp_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/expand_dims_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/extractor.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/extractors/__init__.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/extractors/add_n.py | 2 +- .../mo/openvino/tools/mo/front/mxnet/extractors/batchnorm.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/extractors/concat.py | 2 +- .../tools/mo/front/mxnet/extractors/l2_normalization.py | 2 +- .../tools/mo/front/mxnet/extractors/multibox_prior.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/extractors/relu.py | 2 +- .../mo/openvino/tools/mo/front/mxnet/extractors/scaleshift.py | 2 +- .../mo/openvino/tools/mo/front/mxnet/extractors/slice_axis.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/extractors/utils.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/eye_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/eye_mx_to_eye.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/fft_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/flatten_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/fully_connected_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/gather.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/gather_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/gluoncv_ssd_anchors.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/instance_norm_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/layer_norm_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/leaky_relu.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/loader.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/lrn_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/max_ext.py | 2 +- .../tools/mo/front/mxnet/modulated_deformable_conv_ext.py | 2 +- .../mo/front/mxnet/modulated_deformable_conv_replacer.py | 2 +- .../openvino/tools/mo/front/mxnet/multibox_detection_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/mx_reshape_reverse.py | 2 +- .../mo/openvino/tools/mo/front/mxnet/mx_reshape_to_reshape.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/nd_to_params.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/null_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/pad_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/pooling_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/proposal_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/psroi_pooling_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/random_uniform_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/register_custom_ops.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/repeat_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/reshape_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/rnn_param_concat.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/roi_pooling_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/roll_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/shape_array_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/sigmoid.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/slice_channel_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/slice_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/slice_like_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/slice_replacers.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/softmax.py | 2 +- .../openvino/tools/mo/front/mxnet/softmax_activation_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/softmax_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/softmax_output_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/softsign_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/squeeze_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/ssd_anchor_reshape.py | 2 +- .../tools/mo/front/mxnet/ssd_detection_output_replacer.py | 2 +- .../mo/front/mxnet/ssd_pattern_flatten_softmax_activation.py | 2 +- .../tools/mo/front/mxnet/ssd_pattern_remove_flatten.py | 2 +- .../tools/mo/front/mxnet/ssd_pattern_remove_reshape.py | 2 +- .../tools/mo/front/mxnet/ssd_pattern_remove_transpose.py | 2 +- .../tools/mo/front/mxnet/ssd_reorder_detection_out_inputs.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/stack_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/swapaxis_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/take_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/tile_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/tile_replacer.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/transpose_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/up_sampling_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/where_ext.py | 2 +- tools/mo/openvino/tools/mo/front/mxnet/zeros_ext.py | 2 +- tools/mo/openvino/tools/mo/front/no_op_eraser.py | 2 +- .../openvino/tools/mo/front/non_max_suppression_normalize.py | 2 +- .../mo/openvino/tools/mo/front/onnx/AttributedSliceToSlice.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/CTCGreedyDecoder_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/LoopNormalize.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/MvnOnnxToMvn.py | 2 +- .../openvino/tools/mo/front/onnx/ONNXResize10ToInterpolate.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/__init__.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/activation_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/affine_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/argmax_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/argmin_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/aten_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/cast_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/clip_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/concat_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/const_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/constant_fill_ext.py | 2 +- .../mo/openvino/tools/mo/front/onnx/constant_of_shape_ext.py | 2 +- .../tools/mo/front/onnx/constant_of_shape_to_broadcast.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/conv_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/crop_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/cumsum_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/deformable_conv_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/depth_to_space_ext.py | 2 +- .../mo/openvino/tools/mo/front/onnx/dequantize_linear_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/detection_output_ext.py | 2 +- .../openvino/tools/mo/front/onnx/detection_output_onnx_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/dropout_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/einsum_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/elementwise_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/expand_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/extractor.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/extractors/__init__.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/extractors/utils.py | 2 +- .../mo/openvino/tools/mo/front/onnx/flattenONNX_to_reshape.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/flatten_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/fused_bn_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/gather_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/gatherelements_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/gathernd_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/gemm_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/group_norm_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/gru_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/hard_sigmoid_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/identity_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/image_scaler_ext.py | 2 +- .../tools/mo/front/onnx/instance_normalization_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/loader.py | 2 +- .../tools/mo/front/onnx/logsoftmaxONNX_to_logsoftmax.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/loop_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/lp_normalization_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/lrn_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/lstm_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/mask_rcnn_conversion.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/matmul_ext.py | 2 +- .../tools/mo/front/onnx/mean_variance_normalization_ext.py | 2 +- .../openvino/tools/mo/front/onnx/non_max_suppression_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/non_zero_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/normalize_ext.py | 2 +- .../mo/openvino/tools/mo/front/onnx/normalize_l2_normalize.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/one_hot_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/one_hot_normalize.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/pad_converter.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/pad_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/parameter_ext.py | 2 +- .../mo/front/onnx/person_detection_crossroad_conversion.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/pooling_ext.py | 2 +- .../mo/openvino/tools/mo/front/onnx/priorbox_clustered_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/priorbox_ext.py | 2 +- .../mo/openvino/tools/mo/front/onnx/priorgridgenerator_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/proposal_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/quantize_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/quantize_linear_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/random_uniform_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/range_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/reduce_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/register_custom_ops.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/reshape_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/resize_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/reverse_sequence_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/rnn_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/roialign_ext.py | 2 +- .../openvino/tools/mo/front/onnx/roifeatureextractor_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/scatter_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/shape_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/size_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/slice_ext.py | 2 +- .../mo/openvino/tools/mo/front/onnx/softmaxONNX_to_softmax.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/softmax_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/softplus_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/space_to_depth_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/split_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/squeeze_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/top_k_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/topkrois_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/transpose_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/unsqueeze_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/upsample_ext.py | 2 +- tools/mo/openvino/tools/mo/front/onnx/where_ext.py | 2 +- tools/mo/openvino/tools/mo/front/output_cut.py | 2 +- tools/mo/openvino/tools/mo/front/override_batch.py | 2 +- tools/mo/openvino/tools/mo/front/pass_separator.py | 2 +- tools/mo/openvino/tools/mo/front/rank_decomposer.py | 2 +- tools/mo/openvino/tools/mo/front/reciprocal.py | 2 +- tools/mo/openvino/tools/mo/front/reduce_axis_normalizer.py | 2 +- tools/mo/openvino/tools/mo/front/reshape_dim_normalizer.py | 2 +- tools/mo/openvino/tools/mo/front/restore_ports.py | 2 +- tools/mo/openvino/tools/mo/front/scatter_normalizer.py | 2 +- tools/mo/openvino/tools/mo/front/softmax.py | 2 +- tools/mo/openvino/tools/mo/front/split_normalizer.py | 2 +- tools/mo/openvino/tools/mo/front/sub.py | 2 +- tools/mo/openvino/tools/mo/front/subgraph_matcher.py | 2 +- tools/mo/openvino/tools/mo/front/tf/AutomlEfficientDet.py | 2 +- tools/mo/openvino/tools/mo/front/tf/BatchMatMul_ext.py | 2 +- .../mo/openvino/tools/mo/front/tf/BatchToSpaceNDToUpsample.py | 2 +- tools/mo/openvino/tools/mo/front/tf/BlockLSTM.py | 2 +- tools/mo/openvino/tools/mo/front/tf/BlockLSTM_ext.py | 2 +- .../openvino/tools/mo/front/tf/CTCGreedyDecoderReplacement.py | 2 +- tools/mo/openvino/tools/mo/front/tf/CTCGreedyDecoder_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/CTCLossReplacement.py | 2 +- tools/mo/openvino/tools/mo/front/tf/CTCLoss_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/Cast_ext.py | 2 +- .../openvino/tools/mo/front/tf/ClipByValueTFTransformation.py | 2 +- tools/mo/openvino/tools/mo/front/tf/ClipByValue_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/ComplexAbs.py | 2 +- tools/mo/openvino/tools/mo/front/tf/ComplexAbsAfterComplex.py | 2 +- .../tools/mo/front/tf/CorrectPaddingsForPadAfterComplex.py | 2 +- .../mo/openvino/tools/mo/front/tf/CropAndResizeReplacement.py | 2 +- .../openvino/tools/mo/front/tf/FakeQuantWithMinMaxVars_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/FlattenToReshape.py | 2 +- .../openvino/tools/mo/front/tf/GNMT_DynamicSequenceLengths.py | 2 +- .../mo/openvino/tools/mo/front/tf/GRUBlockCellReplacement.py | 2 +- tools/mo/openvino/tools/mo/front/tf/GRUBlockCell_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/GatherTree_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/IteratorGetNextCut.py | 2 +- tools/mo/openvino/tools/mo/front/tf/IteratorGetNext_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/LookupTableInsert_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/LoopCond_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/MapFNTransformation.py | 2 +- .../tools/mo/front/tf/NonConstBeginStridedSliceReplacement.py | 2 +- tools/mo/openvino/tools/mo/front/tf/ObjectDetectionAPI.py | 2 +- tools/mo/openvino/tools/mo/front/tf/QueueDequeue_ext.py | 2 +- .../mo/openvino/tools/mo/front/tf/RFFTRealImagToRFFTSplit.py | 2 +- .../mo/front/tf/RetinaNetFilteredDetectionsReplacement.py | 2 +- tools/mo/openvino/tools/mo/front/tf/RollRealImagPack.py | 2 +- .../openvino/tools/mo/front/tf/SSDToolboxDetectionOutput.py | 2 +- .../mo/openvino/tools/mo/front/tf/SwitchMergeOptimization.py | 2 +- tools/mo/openvino/tools/mo/front/tf/TFFFTToDFT.py | 2 +- tools/mo/openvino/tools/mo/front/tf/TFResizeToInterpolate.py | 2 +- .../mo/openvino/tools/mo/front/tf/TFScatterNDDecomposition.py | 2 +- tools/mo/openvino/tools/mo/front/tf/TFSliceToSlice.py | 2 +- tools/mo/openvino/tools/mo/front/tf/TensorArrayExtractors.py | 2 +- tools/mo/openvino/tools/mo/front/tf/TensorArrayGatherV3.py | 2 +- .../tools/mo/front/tf/UnpackPackReverseInputChannels.py | 2 +- tools/mo/openvino/tools/mo/front/tf/WhereDecomposition.py | 2 +- tools/mo/openvino/tools/mo/front/tf/WhileNormalize.py | 2 +- tools/mo/openvino/tools/mo/front/tf/__init__.py | 2 +- tools/mo/openvino/tools/mo/front/tf/activation_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/argmax_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/argmin_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/assign_elimination.py | 2 +- tools/mo/openvino/tools/mo/front/tf/basic_lstm_cell.py | 2 +- tools/mo/openvino/tools/mo/front/tf/batch_to_space_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/broadcast_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/bucketize.py | 2 +- tools/mo/openvino/tools/mo/front/tf/bucketize_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/common.py | 2 +- tools/mo/openvino/tools/mo/front/tf/complex_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/concat.py | 2 +- tools/mo/openvino/tools/mo/front/tf/concat_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/const_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/conv_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/crop_and_resize_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/cumsum_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/custom_subgraph_call.py | 2 +- tools/mo/openvino/tools/mo/front/tf/deconv_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/depth_to_space.py | 2 +- tools/mo/openvino/tools/mo/front/tf/einsum_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/elementwise_ext.py | 2 +- .../mo/front/tf/embedding_segments_mean_decomposition.py | 2 +- .../tools/mo/front/tf/embedding_segments_operation_fusing.py | 2 +- tools/mo/openvino/tools/mo/front/tf/expand_dims_ext.py | 2 +- .../openvino/tools/mo/front/tf/extract_image_patches_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/extractor.py | 2 +- tools/mo/openvino/tools/mo/front/tf/extractors/__init__.py | 2 +- tools/mo/openvino/tools/mo/front/tf/extractors/concat.py | 2 +- tools/mo/openvino/tools/mo/front/tf/extractors/fused_bn.py | 2 +- tools/mo/openvino/tools/mo/front/tf/extractors/identity.py | 2 +- tools/mo/openvino/tools/mo/front/tf/extractors/native_tf.py | 2 +- tools/mo/openvino/tools/mo/front/tf/extractors/pack.py | 2 +- .../mo/openvino/tools/mo/front/tf/extractors/strided_slice.py | 2 +- .../openvino/tools/mo/front/tf/extractors/subgraph_utils.py | 2 +- tools/mo/openvino/tools/mo/front/tf/extractors/utils.py | 2 +- tools/mo/openvino/tools/mo/front/tf/eye_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/eye_tf_to_eye.py | 2 +- tools/mo/openvino/tools/mo/front/tf/fake_const_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/fft_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/fifo_queue_v2_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/fifo_replacer.py | 2 +- tools/mo/openvino/tools/mo/front/tf/fill_ext.py | 2 +- .../mo/openvino/tools/mo/front/tf/floor_div_decomposition.py | 2 +- tools/mo/openvino/tools/mo/front/tf/floor_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/gather_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/gathernd_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/graph_utils.py | 2 +- tools/mo/openvino/tools/mo/front/tf/identityN_to_identity.py | 2 +- tools/mo/openvino/tools/mo/front/tf/identity_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/if_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/loader.py | 2 +- tools/mo/openvino/tools/mo/front/tf/log_softmax_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/lrn_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/matmul_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/mvn.py | 2 +- tools/mo/openvino/tools/mo/front/tf/mvn_unrolled.py | 2 +- .../openvino/tools/mo/front/tf/nearest_neighbor_upsampling.py | 2 +- tools/mo/openvino/tools/mo/front/tf/next_iteration_ext.py | 2 +- .../mo/openvino/tools/mo/front/tf/non_max_suppression_ext.py | 2 +- .../tools/mo/front/tf/non_max_suppression_normalize.py | 2 +- tools/mo/openvino/tools/mo/front/tf/noop.py | 2 +- tools/mo/openvino/tools/mo/front/tf/one_hot_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/pad_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/pad_tf_to_pad.py | 2 +- tools/mo/openvino/tools/mo/front/tf/partial_infer/__init__.py | 2 +- tools/mo/openvino/tools/mo/front/tf/partial_infer/tf.py | 2 +- tools/mo/openvino/tools/mo/front/tf/placeholder_ext.py | 2 +- .../tools/mo/front/tf/placeholder_with_default_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/pooling_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/prelu.py | 2 +- tools/mo/openvino/tools/mo/front/tf/random_uniform_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/random_uniform_int_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/range_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/reduce_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/register_custom_ops.py | 2 +- tools/mo/openvino/tools/mo/front/tf/replacement.py | 2 +- tools/mo/openvino/tools/mo/front/tf/reshape_related_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/resize_bilinear.py | 2 +- .../mo/openvino/tools/mo/front/tf/resize_nearest_neighbor.py | 2 +- tools/mo/openvino/tools/mo/front/tf/reverse_sequence.py | 2 +- tools/mo/openvino/tools/mo/front/tf/reverse_v2.py | 2 +- tools/mo/openvino/tools/mo/front/tf/roll_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/scatter_nd_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/select_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/sign_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/slice_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/softmax_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/softplus_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/space_to_batch.py | 2 +- tools/mo/openvino/tools/mo/front/tf/space_to_batch_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/space_to_depth_ext.py | 2 +- .../openvino/tools/mo/front/tf/sparse_fill_empty_rows_ext.py | 2 +- .../mo/openvino/tools/mo/front/tf/sparse_segment_mean_ext.py | 2 +- .../mo/openvino/tools/mo/front/tf/sparse_segment_sqrtn_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/sparse_segment_sum_ext.py | 2 +- .../mo/openvino/tools/mo/front/tf/sparse_to_dense_replacer.py | 2 +- tools/mo/openvino/tools/mo/front/tf/split_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/swap_deconv_inputs.py | 2 +- tools/mo/openvino/tools/mo/front/tf/swish_ext.py | 2 +- .../mo/front/tf/tensorflow_custom_operations_config_update.py | 2 +- tools/mo/openvino/tools/mo/front/tf/tile_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/topk_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/transpose_ext.py | 2 +- .../mo/openvino/tools/mo/front/tf/transposed_mvn_unrolled.py | 2 +- tools/mo/openvino/tools/mo/front/tf/unique_ext.py | 2 +- tools/mo/openvino/tools/mo/front/tf/variable_ext.py | 2 +- .../openvino/tools/mo/front/tf/variables_values_freezing.py | 2 +- tools/mo/openvino/tools/mo/front/tf/while_ext.py | 2 +- tools/mo/openvino/tools/mo/front/transformations_config.py | 2 +- tools/mo/openvino/tools/mo/front/user_data_repack.py | 2 +- tools/mo/openvino/tools/mo/graph/__init__.py | 2 +- tools/mo/openvino/tools/mo/graph/connection.py | 2 +- tools/mo/openvino/tools/mo/graph/graph.py | 2 +- tools/mo/openvino/tools/mo/graph/perm_inputs.py | 2 +- tools/mo/openvino/tools/mo/graph/port.py | 2 +- tools/mo/openvino/tools/mo/load/__init__.py | 2 +- tools/mo/openvino/tools/mo/load/caffe/__init__.py | 2 +- tools/mo/openvino/tools/mo/load/caffe/loader.py | 2 +- tools/mo/openvino/tools/mo/load/kaldi/__init__.py | 2 +- tools/mo/openvino/tools/mo/load/kaldi/loader.py | 2 +- tools/mo/openvino/tools/mo/load/loader.py | 2 +- tools/mo/openvino/tools/mo/load/mxnet/__init__.py | 2 +- tools/mo/openvino/tools/mo/load/mxnet/loader.py | 2 +- tools/mo/openvino/tools/mo/load/onnx/__init__.py | 2 +- tools/mo/openvino/tools/mo/load/onnx/loader.py | 2 +- tools/mo/openvino/tools/mo/load/tf/__init__.py | 2 +- tools/mo/openvino/tools/mo/load/tf/loader.py | 2 +- tools/mo/openvino/tools/mo/main.py | 2 +- tools/mo/openvino/tools/mo/main_caffe.py | 2 +- tools/mo/openvino/tools/mo/main_kaldi.py | 2 +- tools/mo/openvino/tools/mo/main_mxnet.py | 2 +- tools/mo/openvino/tools/mo/main_onnx.py | 2 +- tools/mo/openvino/tools/mo/main_paddle.py | 2 +- tools/mo/openvino/tools/mo/main_tf.py | 2 +- tools/mo/openvino/tools/mo/middle/AddFakeQuantizeFuse.py | 2 +- tools/mo/openvino/tools/mo/middle/AddIsCyclicAttribute.py | 2 +- .../mo/openvino/tools/mo/middle/ApplyNHWCtoNCHWpermutation.py | 2 +- tools/mo/openvino/tools/mo/middle/ApplyPermutations.py | 2 +- tools/mo/openvino/tools/mo/middle/ArgOpsToTopK.py | 2 +- tools/mo/openvino/tools/mo/middle/AttributedTileNormalizer.py | 2 +- tools/mo/openvino/tools/mo/middle/BiasAddBroadcasting.py | 2 +- tools/mo/openvino/tools/mo/middle/BinarizeWeightsM1P1.py | 2 +- tools/mo/openvino/tools/mo/middle/BlockLSTMtoLSTMSequence.py | 2 +- tools/mo/openvino/tools/mo/middle/CheckForCycle.py | 2 +- tools/mo/openvino/tools/mo/middle/ConcatOptimization.py | 2 +- tools/mo/openvino/tools/mo/middle/ConstSwitchResolver.py | 2 +- tools/mo/openvino/tools/mo/middle/ConvToBinaryConv.py | 2 +- .../mo/openvino/tools/mo/middle/ConvertGroupedStridedSlice.py | 2 +- .../tools/mo/middle/ConvertLayoutDependentOperations.py | 2 +- tools/mo/openvino/tools/mo/middle/ConvertMultiInputConv.py | 2 +- tools/mo/openvino/tools/mo/middle/CustomSubgraphCall.py | 2 +- .../tools/mo/middle/CutInputHavingZeroDimFromConcat.py | 2 +- tools/mo/openvino/tools/mo/middle/DecomposeBias.py | 2 +- .../tools/mo/middle/DecomposeBidirectionalRNNSequence.py | 2 +- .../tools/mo/middle/Deconvolution3rdInputNormalization.py | 2 +- tools/mo/openvino/tools/mo/middle/DeleteControlFlowEdges.py | 2 +- tools/mo/openvino/tools/mo/middle/DeleteNotExecutable.py | 2 +- tools/mo/openvino/tools/mo/middle/DilatedConvolution.py | 2 +- tools/mo/openvino/tools/mo/middle/EltwiseChecker.py | 2 +- tools/mo/openvino/tools/mo/middle/EltwiseInputReshape.py | 2 +- tools/mo/openvino/tools/mo/middle/FakeSplitOutputs.py | 2 +- tools/mo/openvino/tools/mo/middle/FuseReshapesSequence.py | 2 +- .../mo/openvino/tools/mo/middle/FusedBatchNormNonConstant.py | 2 +- tools/mo/openvino/tools/mo/middle/FusedBatchNormTraining.py | 2 +- .../tools/mo/middle/GRURNNSequenceToTensorIterator.py | 2 +- tools/mo/openvino/tools/mo/middle/GatherNDDecomposition.py | 2 +- tools/mo/openvino/tools/mo/middle/GroupNorm.py | 2 +- tools/mo/openvino/tools/mo/middle/InputCut.py | 2 +- .../tools/mo/middle/InsertLayoutPropagationTransposes.py | 2 +- tools/mo/openvino/tools/mo/middle/InsertSelect.py | 2 +- .../tools/mo/middle/InterpolateSequenceToInterpolate.py | 2 +- tools/mo/openvino/tools/mo/middle/L2NormFusing.py | 2 +- .../tools/mo/middle/LSTMRNNSequenceToTensorIterator.py | 2 +- .../tools/mo/middle/LayoutChangeForConstantShapePaths.py | 2 +- tools/mo/openvino/tools/mo/middle/LayoutChangeForEinsum.py | 2 +- tools/mo/openvino/tools/mo/middle/LeakyReluPattern.py | 2 +- .../mo/openvino/tools/mo/middle/MXNetRNNSequenceNormalize.py | 2 +- tools/mo/openvino/tools/mo/middle/MXNetSplitMultiLayers.py | 2 +- tools/mo/openvino/tools/mo/middle/MXTileReplacer.py | 2 +- tools/mo/openvino/tools/mo/middle/MakeKaldiConstReshapable.py | 2 +- .../tools/mo/middle/MarkSubgraphsWithCorrectLayout.py | 2 +- tools/mo/openvino/tools/mo/middle/MergeNodesPermutations.py | 2 +- tools/mo/openvino/tools/mo/middle/MoveConstToLoopBody.py | 2 +- tools/mo/openvino/tools/mo/middle/MulFakeQuantizeFuse.py | 2 +- tools/mo/openvino/tools/mo/middle/ONNXRNNSequenceNormalize.py | 2 +- .../mo/openvino/tools/mo/middle/ONNXResize11ToInterpolate.py | 2 +- tools/mo/openvino/tools/mo/middle/PartialInfer.py | 2 +- tools/mo/openvino/tools/mo/middle/PoolV2ToAttributedPool.py | 2 +- tools/mo/openvino/tools/mo/middle/PreserveRuntimeInfo.py | 2 +- tools/mo/openvino/tools/mo/middle/RNNSequenceNormalizeToIE.py | 2 +- tools/mo/openvino/tools/mo/middle/ReluQuantizeFuse.py | 2 +- tools/mo/openvino/tools/mo/middle/RemoveDuplicationMemory.py | 2 +- tools/mo/openvino/tools/mo/middle/RemoveIdentity.py | 2 +- .../mo/middle/RemoveRedundantReshapeAfterCropAndResize.py | 2 +- tools/mo/openvino/tools/mo/middle/RemoveRedundantReshapes.py | 2 +- tools/mo/openvino/tools/mo/middle/RemoveUselessConcatSplit.py | 2 +- tools/mo/openvino/tools/mo/middle/RemoveUselessCrops.py | 2 +- tools/mo/openvino/tools/mo/middle/RemoveUselessPad.py | 2 +- .../openvino/tools/mo/middle/ReplaceMemoryOffsetWithSplice.py | 2 +- tools/mo/openvino/tools/mo/middle/ReplacePNorm.py | 2 +- tools/mo/openvino/tools/mo/middle/ReplaceSpliceNodePattern.py | 2 +- .../openvino/tools/mo/middle/ReverseTransposeNormalization.py | 2 +- .../mo/openvino/tools/mo/middle/ReverseV2ToReverseSequence.py | 2 +- tools/mo/openvino/tools/mo/middle/SSliceComplex.py | 2 +- tools/mo/openvino/tools/mo/middle/SharedWeightsDuplication.py | 2 +- tools/mo/openvino/tools/mo/middle/SliceConverter.py | 2 +- tools/mo/openvino/tools/mo/middle/SliceLikeToStridedSlice.py | 2 +- .../openvino/tools/mo/middle/SplitConcatPairToInterpolate.py | 2 +- tools/mo/openvino/tools/mo/middle/StridedSliceNormalizer.py | 2 +- tools/mo/openvino/tools/mo/middle/SwapAxesMiddleReplacer.py | 2 +- tools/mo/openvino/tools/mo/middle/TF_lstm_cell_to_generic.py | 2 +- tools/mo/openvino/tools/mo/middle/TensorIteratorBackEdge.py | 2 +- tools/mo/openvino/tools/mo/middle/TensorIteratorCondition.py | 2 +- .../tools/mo/middle/TensorIteratorConditionChecker.py | 2 +- tools/mo/openvino/tools/mo/middle/TensorIteratorInput.py | 2 +- .../tools/mo/middle/TensorIteratorLSTMToLSTMSequence.py | 2 +- tools/mo/openvino/tools/mo/middle/TensorIteratorMerge.py | 2 +- tools/mo/openvino/tools/mo/middle/TensorIteratorOutput.py | 2 +- tools/mo/openvino/tools/mo/middle/TensorIterator_utils.py | 2 +- .../tools/mo/middle/UnsqueezeTileReshapeBlockToInterpolate.py | 2 +- tools/mo/openvino/tools/mo/middle/UpsampleToResample.py | 2 +- tools/mo/openvino/tools/mo/middle/UselessMerge.py | 2 +- tools/mo/openvino/tools/mo/middle/UselessSplitEraser.py | 2 +- tools/mo/openvino/tools/mo/middle/__init__.py | 2 +- .../mo/openvino/tools/mo/middle/dequantize_linear_resolver.py | 2 +- tools/mo/openvino/tools/mo/middle/fusings.py | 2 +- tools/mo/openvino/tools/mo/middle/layer_normalization.py | 2 +- tools/mo/openvino/tools/mo/middle/pass_separator.py | 2 +- tools/mo/openvino/tools/mo/middle/passes/__init__.py | 2 +- tools/mo/openvino/tools/mo/middle/passes/conv.py | 2 +- tools/mo/openvino/tools/mo/middle/passes/convert_data_type.py | 2 +- tools/mo/openvino/tools/mo/middle/passes/debug.py | 2 +- tools/mo/openvino/tools/mo/middle/passes/eliminate.py | 2 +- tools/mo/openvino/tools/mo/middle/passes/fusing/__init__.py | 2 +- .../openvino/tools/mo/middle/passes/fusing/decomposition.py | 2 +- .../tools/mo/middle/passes/fusing/fuse_grouped_conv.py | 2 +- .../openvino/tools/mo/middle/passes/fusing/fuse_linear_ops.py | 2 +- .../openvino/tools/mo/middle/passes/fusing/fuse_linear_seq.py | 2 +- tools/mo/openvino/tools/mo/middle/passes/fusing/helpers.py | 2 +- .../tools/mo/middle/passes/fusing/mark_unfused_nodes.py | 2 +- .../tools/mo/middle/passes/fusing/resnet_optimization.py | 2 +- tools/mo/openvino/tools/mo/middle/passes/infer.py | 2 +- tools/mo/openvino/tools/mo/middle/passes/tensor_names.py | 2 +- tools/mo/openvino/tools/mo/middle/pattern_match.py | 2 +- tools/mo/openvino/tools/mo/middle/permute_tensor_iterator.py | 2 +- tools/mo/openvino/tools/mo/middle/preprocessing.py | 2 +- tools/mo/openvino/tools/mo/middle/quantize_fuses.py | 2 +- tools/mo/openvino/tools/mo/middle/quantize_linear_resolver.py | 2 +- tools/mo/openvino/tools/mo/middle/replacement.py | 2 +- tools/mo/openvino/tools/mo/middle/reverse_tensor_iterator.py | 2 +- tools/mo/openvino/tools/mo/middle/sparse_reshape.py | 2 +- tools/mo/openvino/tools/mo/middle/split_tdnn_memoryoffset.py | 2 +- tools/mo/openvino/tools/mo/mo.py | 2 +- tools/mo/openvino/tools/mo/mo_caffe.py | 2 +- tools/mo/openvino/tools/mo/mo_kaldi.py | 2 +- tools/mo/openvino/tools/mo/mo_mxnet.py | 2 +- tools/mo/openvino/tools/mo/mo_onnx.py | 2 +- tools/mo/openvino/tools/mo/mo_paddle.py | 2 +- tools/mo/openvino/tools/mo/mo_tf.py | 2 +- tools/mo/openvino/tools/mo/moc_frontend/__init__.py | 2 +- tools/mo/openvino/tools/mo/moc_frontend/extractor.py | 2 +- tools/mo/openvino/tools/mo/moc_frontend/layout_utils.py | 2 +- tools/mo/openvino/tools/mo/moc_frontend/moc_emit_ir.py | 2 +- .../openvino/tools/mo/moc_frontend/paddle_frontend_utils.py | 2 +- tools/mo/openvino/tools/mo/moc_frontend/pipeline.py | 2 +- .../openvino/tools/mo/moc_frontend/pytorch_frontend_utils.py | 2 +- tools/mo/openvino/tools/mo/moc_frontend/shape_utils.py | 2 +- tools/mo/openvino/tools/mo/ops/BN.py | 2 +- tools/mo/openvino/tools/mo/ops/BatchNormInference.py | 2 +- tools/mo/openvino/tools/mo/ops/BlockLSTM.py | 2 +- tools/mo/openvino/tools/mo/ops/Cast.py | 2 +- tools/mo/openvino/tools/mo/ops/ClipByValueTF.py | 2 +- tools/mo/openvino/tools/mo/ops/Complex.py | 2 +- tools/mo/openvino/tools/mo/ops/ConvertLike.py | 2 +- tools/mo/openvino/tools/mo/ops/DetectionOutput.py | 2 +- tools/mo/openvino/tools/mo/ops/Enter.py | 2 +- tools/mo/openvino/tools/mo/ops/Exit.py | 2 +- tools/mo/openvino/tools/mo/ops/ExtractImagePatches.py | 2 +- tools/mo/openvino/tools/mo/ops/GRU.py | 2 +- tools/mo/openvino/tools/mo/ops/GRUBlockCell.py | 2 +- tools/mo/openvino/tools/mo/ops/GRUCell.py | 2 +- tools/mo/openvino/tools/mo/ops/GatherTree.py | 2 +- tools/mo/openvino/tools/mo/ops/If.py | 2 +- tools/mo/openvino/tools/mo/ops/LSTM.py | 2 +- tools/mo/openvino/tools/mo/ops/LookupTableInsert.py | 2 +- tools/mo/openvino/tools/mo/ops/MatMul.py | 2 +- tools/mo/openvino/tools/mo/ops/NextIteration.py | 2 +- tools/mo/openvino/tools/mo/ops/ONNXResize10.py | 2 +- tools/mo/openvino/tools/mo/ops/ONNXResize11.py | 2 +- tools/mo/openvino/tools/mo/ops/RNN.py | 2 +- tools/mo/openvino/tools/mo/ops/RNNCell.py | 2 +- tools/mo/openvino/tools/mo/ops/ReduceOps.py | 2 +- tools/mo/openvino/tools/mo/ops/Reverse.py | 2 +- tools/mo/openvino/tools/mo/ops/TFFFT.py | 2 +- tools/mo/openvino/tools/mo/ops/TFResize.py | 2 +- tools/mo/openvino/tools/mo/ops/TensorArray.py | 2 +- tools/mo/openvino/tools/mo/ops/TensorArrayGather.py | 2 +- tools/mo/openvino/tools/mo/ops/TensorArrayRead.py | 2 +- tools/mo/openvino/tools/mo/ops/TensorArrayScatter.py | 2 +- tools/mo/openvino/tools/mo/ops/TensorArraySize.py | 2 +- tools/mo/openvino/tools/mo/ops/TensorArrayWrite.py | 2 +- tools/mo/openvino/tools/mo/ops/TensorIterator_ops.py | 2 +- tools/mo/openvino/tools/mo/ops/__init__.py | 2 +- tools/mo/openvino/tools/mo/ops/activation.py | 2 +- tools/mo/openvino/tools/mo/ops/activation_ops.py | 2 +- tools/mo/openvino/tools/mo/ops/adaptive_avg_pooling.py | 2 +- tools/mo/openvino/tools/mo/ops/argmax.py | 2 +- tools/mo/openvino/tools/mo/ops/argmin.py | 2 +- tools/mo/openvino/tools/mo/ops/assert_op.py | 2 +- tools/mo/openvino/tools/mo/ops/assign.py | 2 +- tools/mo/openvino/tools/mo/ops/aten.py | 2 +- tools/mo/openvino/tools/mo/ops/axpy.py | 2 +- tools/mo/openvino/tools/mo/ops/binarization.py | 2 +- tools/mo/openvino/tools/mo/ops/box_nms.py | 2 +- tools/mo/openvino/tools/mo/ops/broadcast.py | 2 +- tools/mo/openvino/tools/mo/ops/bucketize.py | 2 +- tools/mo/openvino/tools/mo/ops/clamp.py | 2 +- tools/mo/openvino/tools/mo/ops/concat.py | 2 +- tools/mo/openvino/tools/mo/ops/const.py | 2 +- tools/mo/openvino/tools/mo/ops/constant_fill.py | 2 +- tools/mo/openvino/tools/mo/ops/constant_of_shape.py | 2 +- tools/mo/openvino/tools/mo/ops/convolution.py | 2 +- tools/mo/openvino/tools/mo/ops/copyop.py | 2 +- tools/mo/openvino/tools/mo/ops/crop.py | 2 +- tools/mo/openvino/tools/mo/ops/ctc_greedy_decoder.py | 2 +- tools/mo/openvino/tools/mo/ops/ctc_greedy_decoder_seq_len.py | 2 +- tools/mo/openvino/tools/mo/ops/ctc_loss.py | 2 +- tools/mo/openvino/tools/mo/ops/cumsum.py | 2 +- tools/mo/openvino/tools/mo/ops/deconvolution.py | 2 +- tools/mo/openvino/tools/mo/ops/deformable_convolution.py | 2 +- tools/mo/openvino/tools/mo/ops/depth_to_space.py | 2 +- tools/mo/openvino/tools/mo/ops/dequantize_linear.py | 2 +- tools/mo/openvino/tools/mo/ops/detection_output_onnx.py | 2 +- tools/mo/openvino/tools/mo/ops/dft.py | 2 +- tools/mo/openvino/tools/mo/ops/div_sqrt_dim.py | 2 +- tools/mo/openvino/tools/mo/ops/dropoutmask.py | 2 +- tools/mo/openvino/tools/mo/ops/einsum.py | 2 +- tools/mo/openvino/tools/mo/ops/elementwise.py | 2 +- tools/mo/openvino/tools/mo/ops/eltwise.py | 2 +- tools/mo/openvino/tools/mo/ops/eltwise_n.py | 2 +- tools/mo/openvino/tools/mo/ops/eltwise_ninputs_in_1.py | 2 +- tools/mo/openvino/tools/mo/ops/embedding_bag.py | 2 +- tools/mo/openvino/tools/mo/ops/expand_dims.py | 2 +- tools/mo/openvino/tools/mo/ops/eye.py | 2 +- tools/mo/openvino/tools/mo/ops/fake_output.py | 2 +- tools/mo/openvino/tools/mo/ops/fakequantize.py | 2 +- tools/mo/openvino/tools/mo/ops/fill.py | 2 +- tools/mo/openvino/tools/mo/ops/flatten.py | 2 +- tools/mo/openvino/tools/mo/ops/gather.py | 2 +- tools/mo/openvino/tools/mo/ops/gatherelements.py | 2 +- tools/mo/openvino/tools/mo/ops/gathernd.py | 2 +- tools/mo/openvino/tools/mo/ops/gelu.py | 2 +- tools/mo/openvino/tools/mo/ops/grn.py | 2 +- tools/mo/openvino/tools/mo/ops/group_norm.py | 2 +- tools/mo/openvino/tools/mo/ops/hard_sigmoid.py | 2 +- tools/mo/openvino/tools/mo/ops/identity.py | 2 +- tools/mo/openvino/tools/mo/ops/instance_normalization.py | 2 +- tools/mo/openvino/tools/mo/ops/interp.py | 2 +- tools/mo/openvino/tools/mo/ops/interpolate.py | 2 +- tools/mo/openvino/tools/mo/ops/layer_norm.py | 2 +- tools/mo/openvino/tools/mo/ops/log_softmax.py | 2 +- tools/mo/openvino/tools/mo/ops/loop.py | 2 +- tools/mo/openvino/tools/mo/ops/lrn.py | 2 +- tools/mo/openvino/tools/mo/ops/lstm_cell.py | 2 +- tools/mo/openvino/tools/mo/ops/lstm_sequence.py | 2 +- tools/mo/openvino/tools/mo/ops/lstmnonlinearity.py | 2 +- tools/mo/openvino/tools/mo/ops/memory.py | 2 +- tools/mo/openvino/tools/mo/ops/memoryoffset.py | 2 +- tools/mo/openvino/tools/mo/ops/merge.py | 2 +- tools/mo/openvino/tools/mo/ops/multinomial.py | 2 +- tools/mo/openvino/tools/mo/ops/mvn.py | 2 +- tools/mo/openvino/tools/mo/ops/mxfft.py | 2 +- tools/mo/openvino/tools/mo/ops/mxrepeat.py | 2 +- tools/mo/openvino/tools/mo/ops/mxreshape.py | 2 +- tools/mo/openvino/tools/mo/ops/nms_rotated.py | 2 +- tools/mo/openvino/tools/mo/ops/non_max_suppression.py | 2 +- tools/mo/openvino/tools/mo/ops/non_zero.py | 2 +- tools/mo/openvino/tools/mo/ops/normalize.py | 2 +- tools/mo/openvino/tools/mo/ops/normalize_l2.py | 2 +- tools/mo/openvino/tools/mo/ops/one_hot.py | 2 +- tools/mo/openvino/tools/mo/ops/op.py | 2 +- tools/mo/openvino/tools/mo/ops/pack.py | 2 +- tools/mo/openvino/tools/mo/ops/pad.py | 2 +- tools/mo/openvino/tools/mo/ops/parameter.py | 2 +- tools/mo/openvino/tools/mo/ops/permute.py | 2 +- tools/mo/openvino/tools/mo/ops/pnorm.py | 2 +- tools/mo/openvino/tools/mo/ops/pooling.py | 2 +- tools/mo/openvino/tools/mo/ops/power.py | 2 +- tools/mo/openvino/tools/mo/ops/prelu.py | 2 +- tools/mo/openvino/tools/mo/ops/priorbox.py | 2 +- tools/mo/openvino/tools/mo/ops/priorbox_clustered.py | 2 +- tools/mo/openvino/tools/mo/ops/priorgridgenerator_onnx.py | 2 +- tools/mo/openvino/tools/mo/ops/proposal.py | 2 +- tools/mo/openvino/tools/mo/ops/proposal_onnx.py | 2 +- tools/mo/openvino/tools/mo/ops/proposal_python_example.py | 2 +- tools/mo/openvino/tools/mo/ops/psroipooling.py | 2 +- tools/mo/openvino/tools/mo/ops/quantize_linear.py | 2 +- tools/mo/openvino/tools/mo/ops/random_uniform.py | 2 +- tools/mo/openvino/tools/mo/ops/range.py | 2 +- tools/mo/openvino/tools/mo/ops/rank.py | 2 +- tools/mo/openvino/tools/mo/ops/read_value.py | 2 +- tools/mo/openvino/tools/mo/ops/regionyolo.py | 2 +- tools/mo/openvino/tools/mo/ops/reorgyolo.py | 2 +- tools/mo/openvino/tools/mo/ops/reshape.py | 2 +- tools/mo/openvino/tools/mo/ops/resize.py | 2 +- tools/mo/openvino/tools/mo/ops/resize_factor_utils.py | 2 +- .../mo/openvino/tools/mo/ops/restrictedattentioncomponent.py | 2 +- tools/mo/openvino/tools/mo/ops/result.py | 2 +- tools/mo/openvino/tools/mo/ops/reverse_sequence.py | 2 +- tools/mo/openvino/tools/mo/ops/roialign.py | 2 +- tools/mo/openvino/tools/mo/ops/roifeatureextractor_onnx.py | 2 +- tools/mo/openvino/tools/mo/ops/roipooling.py | 2 +- tools/mo/openvino/tools/mo/ops/roll.py | 2 +- tools/mo/openvino/tools/mo/ops/scale_shift.py | 2 +- tools/mo/openvino/tools/mo/ops/scatter.py | 2 +- tools/mo/openvino/tools/mo/ops/scatternd.py | 2 +- tools/mo/openvino/tools/mo/ops/select.py | 2 +- tools/mo/openvino/tools/mo/ops/shape.py | 2 +- tools/mo/openvino/tools/mo/ops/shufflechannel.py | 2 +- tools/mo/openvino/tools/mo/ops/size.py | 2 +- tools/mo/openvino/tools/mo/ops/slice.py | 2 +- tools/mo/openvino/tools/mo/ops/slice_like.py | 2 +- tools/mo/openvino/tools/mo/ops/softmax.py | 2 +- tools/mo/openvino/tools/mo/ops/space_to_batch.py | 2 +- tools/mo/openvino/tools/mo/ops/space_to_depth.py | 2 +- tools/mo/openvino/tools/mo/ops/sparse_fill_empty_rows.py | 2 +- tools/mo/openvino/tools/mo/ops/sparse_reshape.py | 2 +- tools/mo/openvino/tools/mo/ops/sparse_segment_mean.py | 2 +- tools/mo/openvino/tools/mo/ops/sparse_segment_sqrtn.py | 2 +- tools/mo/openvino/tools/mo/ops/sparse_segment_sum.py | 2 +- tools/mo/openvino/tools/mo/ops/splice.py | 2 +- tools/mo/openvino/tools/mo/ops/split.py | 2 +- tools/mo/openvino/tools/mo/ops/squeeze.py | 2 +- tools/mo/openvino/tools/mo/ops/stop_gradient.py | 2 +- tools/mo/openvino/tools/mo/ops/strided_slice.py | 2 +- tools/mo/openvino/tools/mo/ops/swapaxis.py | 2 +- tools/mo/openvino/tools/mo/ops/switch.py | 2 +- tools/mo/openvino/tools/mo/ops/tdnncomponent.py | 2 +- tools/mo/openvino/tools/mo/ops/tensor_iterator.py | 2 +- tools/mo/openvino/tools/mo/ops/tile.py | 2 +- tools/mo/openvino/tools/mo/ops/timeheightconvolution.py | 2 +- tools/mo/openvino/tools/mo/ops/topk.py | 2 +- tools/mo/openvino/tools/mo/ops/topkrois_onnx.py | 2 +- tools/mo/openvino/tools/mo/ops/transpose.py | 2 +- tools/mo/openvino/tools/mo/ops/unique.py | 2 +- tools/mo/openvino/tools/mo/ops/unsqueeze.py | 2 +- tools/mo/openvino/tools/mo/ops/upsample.py | 2 +- tools/mo/openvino/tools/mo/pipeline/__init__.py | 2 +- tools/mo/openvino/tools/mo/pipeline/common.py | 2 +- tools/mo/openvino/tools/mo/pipeline/unified.py | 2 +- tools/mo/openvino/tools/mo/subprocess_main.py | 2 +- tools/mo/openvino/tools/mo/utils/__init__.py | 2 +- tools/mo/openvino/tools/mo/utils/broadcasting.py | 2 +- tools/mo/openvino/tools/mo/utils/check_ie_bindings.py | 2 +- tools/mo/openvino/tools/mo/utils/check_mo_import.py | 2 +- tools/mo/openvino/tools/mo/utils/class_registration.py | 2 +- tools/mo/openvino/tools/mo/utils/cli_parser.py | 2 +- tools/mo/openvino/tools/mo/utils/convert.py | 2 +- tools/mo/openvino/tools/mo/utils/custom_replacement_config.py | 2 +- tools/mo/openvino/tools/mo/utils/dsu.py | 2 +- tools/mo/openvino/tools/mo/utils/environment_setup_utils.py | 2 +- tools/mo/openvino/tools/mo/utils/error.py | 2 +- tools/mo/openvino/tools/mo/utils/find_ie_version.py | 2 +- tools/mo/openvino/tools/mo/utils/find_inputs.py | 2 +- tools/mo/openvino/tools/mo/utils/get_ov_update_message.py | 2 +- tools/mo/openvino/tools/mo/utils/graph.py | 2 +- tools/mo/openvino/tools/mo/utils/guess_framework.py | 2 +- tools/mo/openvino/tools/mo/utils/help.py | 2 +- tools/mo/openvino/tools/mo/utils/ie_version.py | 2 +- tools/mo/openvino/tools/mo/utils/import_extensions.py | 2 +- tools/mo/openvino/tools/mo/utils/ir_engine/__init__.py | 2 +- tools/mo/openvino/tools/mo/utils/ir_engine/compare_graphs.py | 2 +- tools/mo/openvino/tools/mo/utils/ir_engine/ir_engine.py | 2 +- tools/mo/openvino/tools/mo/utils/ir_reader/__init__.py | 2 +- tools/mo/openvino/tools/mo/utils/ir_reader/extender.py | 2 +- .../utils/ir_reader/extenders/ExtractImagePatches_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/GRUCell_extender.py | 2 +- .../mo/utils/ir_reader/extenders/GRUSequence_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/LSTMCell_extender.py | 2 +- .../mo/utils/ir_reader/extenders/LSTMSequence_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/RNNCell_extender.py | 2 +- .../utils/ir_reader/extenders/binary_convolution_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/bucketize_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/conv_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/convert_extender.py | 2 +- .../extenders/ctc_greedy_decoder_seq_len_extender.py | 2 +- .../mo/utils/ir_reader/extenders/deconvolution_extender.py | 2 +- .../ir_reader/extenders/deformable_convolution_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/einsum_extender.py | 2 +- .../mo/utils/ir_reader/extenders/experimental_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/eye_extender.py | 2 +- .../mo/utils/ir_reader/extenders/fakequantize_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/if_extender.py | 2 +- .../mo/utils/ir_reader/extenders/interpolate_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/loop_extender.py | 2 +- .../utils/ir_reader/extenders/non_max_suppression_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/non_zero_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/pad_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/parameter_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/pooling_extender.py | 2 +- .../utils/ir_reader/extenders/priorbox_clustered_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/priorbox_extender.py | 2 +- .../mo/utils/ir_reader/extenders/random_uniform_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/range_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/reorg_yolo_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/shape_of_extender.py | 2 +- .../mo/utils/ir_reader/extenders/strided_slice_extender.py | 2 +- .../mo/utils/ir_reader/extenders/tensoriterator_extender.py | 2 +- .../tools/mo/utils/ir_reader/extenders/topk_extender.py | 2 +- .../mo/utils/ir_reader/extenders/variadic_split_extender.py | 2 +- .../openvino/tools/mo/utils/ir_reader/internal_ops/scatter.py | 2 +- .../openvino/tools/mo/utils/ir_reader/internal_ops/squeeze.py | 2 +- .../openvino/tools/mo/utils/ir_reader/internal_ops/unique.py | 2 +- .../tools/mo/utils/ir_reader/internal_ops/unsqueeze.py | 2 +- tools/mo/openvino/tools/mo/utils/ir_reader/layer_to_class.py | 2 +- tools/mo/openvino/tools/mo/utils/ir_reader/restore_graph.py | 2 +- tools/mo/openvino/tools/mo/utils/json_schema.py | 2 +- tools/mo/openvino/tools/mo/utils/logger.py | 2 +- tools/mo/openvino/tools/mo/utils/model_analysis.py | 2 +- tools/mo/openvino/tools/mo/utils/pipeline_config.py | 2 +- tools/mo/openvino/tools/mo/utils/replacement_pattern.py | 2 +- tools/mo/openvino/tools/mo/utils/runtime_info.py | 2 +- tools/mo/openvino/tools/mo/utils/shape.py | 2 +- tools/mo/openvino/tools/mo/utils/simple_proto_parser.py | 2 +- tools/mo/openvino/tools/mo/utils/str_to.py | 2 +- tools/mo/openvino/tools/mo/utils/summarize_graph.py | 2 +- tools/mo/openvino/tools/mo/utils/telemetry_params.py | 2 +- tools/mo/openvino/tools/mo/utils/telemetry_stub.py | 2 +- tools/mo/openvino/tools/mo/utils/telemetry_utils.py | 2 +- tools/mo/openvino/tools/mo/utils/tensorboard_util.py | 2 +- tools/mo/openvino/tools/mo/utils/type_utils.py | 2 +- tools/mo/openvino/tools/mo/utils/unsupported_ops.py | 2 +- tools/mo/openvino/tools/mo/utils/utils.py | 2 +- tools/mo/openvino/tools/mo/utils/version.py | 2 +- tools/mo/setup.py | 2 +- tools/mo/unit_tests/mo/analysis/Iterator_get_next_test.py | 2 +- .../mo/unit_tests/mo/back/ChangeOutputTypeAttributes_test.py | 2 +- .../unit_tests/mo/back/ChangeRandomUniformOutputType_test.py | 2 +- tools/mo/unit_tests/mo/back/ClampNormalizer_test.py | 2 +- tools/mo/unit_tests/mo/back/ConvolutionNormalizer_test.py | 2 +- tools/mo/unit_tests/mo/back/CutMemory_test.py | 2 +- tools/mo/unit_tests/mo/back/FakeOutputResolver_test.py | 2 +- tools/mo/unit_tests/mo/back/FuseTransposesSequence_test.py | 2 +- tools/mo/unit_tests/mo/back/GatherTreeNormalizer_test.py | 2 +- tools/mo/unit_tests/mo/back/InterpolateReshape_test.py | 2 +- tools/mo/unit_tests/mo/back/LayoutChangeForGatherND_test.py | 2 +- tools/mo/unit_tests/mo/back/MarkNodesWithShapeValues_test.py | 2 +- tools/mo/unit_tests/mo/back/MatMulNormalizer_test.py | 2 +- tools/mo/unit_tests/mo/back/MaxPoolTest.py | 2 +- .../mo/back/OptimizeTransposeReshapeSequence_test.py | 2 +- tools/mo/unit_tests/mo/back/ReduceTransposeDimensions_test.py | 2 +- tools/mo/unit_tests/mo/back/ResultRename_test.py | 2 +- tools/mo/unit_tests/mo/back/ReverseInputChannels_test.py | 2 +- tools/mo/unit_tests/mo/back/ShapeOfConstFolding_test.py | 2 +- .../mo/back/ShuffleChannelPatternOptimization_test.py | 2 +- tools/mo/unit_tests/mo/back/SpecialNodesFinalization_test.py | 2 +- tools/mo/unit_tests/mo/back/TransposeDFT_test.py | 2 +- tools/mo/unit_tests/mo/back/TransposeReduceFusing_test.py | 2 +- tools/mo/unit_tests/mo/back/add_outputs_recursive_test.py | 2 +- .../mo/unit_tests/mo/back/compress_quantized_weights_test.py | 2 +- tools/mo/unit_tests/mo/back/ie_ir_ver_2/emitter_test.py | 2 +- .../mo/back/insert_compatibility_l2normalization_test.py | 2 +- .../mo/unit_tests/mo/back/kaldi_remove_memory_output_test.py | 2 +- tools/mo/unit_tests/mo/back/moc_preprocessing_test_actual.py | 2 +- tools/mo/unit_tests/mo/back/names_uniqueness_check_test.py | 2 +- tools/mo/unit_tests/mo/back/remove_last_softmax_test.py | 2 +- tools/mo/unit_tests/mo/bom_test.py | 2 +- tools/mo/unit_tests/mo/convert/import_from_mo_test.py | 2 +- tools/mo/unit_tests/mo/convert/logger_test_actual.py | 2 +- tools/mo/unit_tests/mo/convert/meta_data_test.py | 2 +- tools/mo/unit_tests/mo/convert/meta_data_test_actual.py | 2 +- tools/mo/unit_tests/mo/convert/utils.py | 2 +- tools/mo/unit_tests/mo/convert/version_checker_test_actual.py | 2 +- tools/mo/unit_tests/mo/front/ATenToEmbeddingBag_test.py | 2 +- .../mo/unit_tests/mo/front/AttributedClampNormalizer_test.py | 2 +- tools/mo/unit_tests/mo/front/AttributedPadToPad_test.py | 2 +- .../mo/front/AttributedRandomUniformToRandomUniform_test.py | 2 +- tools/mo/unit_tests/mo/front/AttributedRollToRoll_test.py | 2 +- tools/mo/unit_tests/mo/front/GeLUMerger_Erf_test.py | 2 +- tools/mo/unit_tests/mo/front/GeLUMerger_Tanh_test.py | 2 +- tools/mo/unit_tests/mo/front/GlobalPoolingToReduce_test.py | 2 +- tools/mo/unit_tests/mo/front/HSigmoid_fusion_test.py | 2 +- tools/mo/unit_tests/mo/front/HSwish_fusing_test.py | 2 +- tools/mo/unit_tests/mo/front/LayerNorm_test.py | 2 +- tools/mo/unit_tests/mo/front/Log1p_test.py | 2 +- tools/mo/unit_tests/mo/front/OneHotDepthNormalizer_test.py | 2 +- tools/mo/unit_tests/mo/front/Pack_test.py | 2 +- .../mo/unit_tests/mo/front/RollWithEmptyAxesReplacer_test.py | 2 +- .../unit_tests/mo/front/ThresholdedReluDecomposition_test.py | 2 +- .../unit_tests/mo/front/binary_quantize_normalization_test.py | 2 +- tools/mo/unit_tests/mo/front/broadcast_with_range_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/MVNCaffeToMVN_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/argmax_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/axpy_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/bn_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/conv_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/crop_ext_test.py | 2 +- .../mo/unit_tests/mo/front/caffe/ctcgreedydecoder_ext_test.py | 2 +- .../unit_tests/mo/front/caffe/custom_layers_mapping_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/elementwise_ext_test.py | 2 +- .../unit_tests/mo/front/caffe/eltwise_add_normalize_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/elu_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/extractor_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/extractors/utils_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/grn_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/loader_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/normalize_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/pooling_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/prelu_ext_test.py | 2 +- .../unit_tests/mo/front/caffe/priorbox_clustered_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/priorbox_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/proposal_ext_test.py | 2 +- .../mo/unit_tests/mo/front/caffe/proposal_python_ext_test.py | 2 +- .../unit_tests/mo/front/caffe/python_layer_extractor_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/regionyolo_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/caffe/reorgyolo_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/common/layout_test.py | 2 +- .../mo/front/common/partial_infer/caffe_fallback_test.py | 2 +- .../unit_tests/mo/front/common/partial_infer/concat_test.py | 2 +- .../mo/unit_tests/mo/front/common/partial_infer/crop_test.py | 2 +- .../mo/front/common/partial_infer/elemental_test.py | 2 +- .../unit_tests/mo/front/common/partial_infer/eltwise_test.py | 2 +- .../mo/front/common/partial_infer/multi_box_prior_test.py | 2 +- .../mo/front/common/partial_infer/roipooling_test.py | 2 +- .../mo/unit_tests/mo/front/common/partial_infer/utils_test.py | 2 +- tools/mo/unit_tests/mo/front/conv_test.py | 2 +- tools/mo/unit_tests/mo/front/div_test.py | 2 +- tools/mo/unit_tests/mo/front/eltwise_n_test.py | 2 +- tools/mo/unit_tests/mo/front/extractor_test.py | 2 +- tools/mo/unit_tests/mo/front/freeze_placeholder_value_test.py | 2 +- tools/mo/unit_tests/mo/front/image_scaler_test.py | 2 +- tools/mo/unit_tests/mo/front/instance_normalization_test.py | 2 +- tools/mo/unit_tests/mo/front/interpolate_reshape_test.py | 2 +- .../kaldi/add_reshape_transpose_around_conv_pool_test.py | 2 +- tools/mo/unit_tests/mo/front/kaldi/apply_counts_test.py | 2 +- .../mo/front/kaldi/extractors/add_shift_ext_test.py | 2 +- .../mo/front/kaldi/extractors/affine_component_ext_test.py | 2 +- .../mo/front/kaldi/extractors/affine_transform_ext_test.py | 2 +- .../mo/front/kaldi/extractors/batchnorm_component_ext_test.py | 2 +- .../mo/front/kaldi/extractors/bias_component_ext_test.py | 2 +- .../unit_tests/mo/front/kaldi/extractors/common_ext_test.py | 2 +- .../unit_tests/mo/front/kaldi/extractors/concat_ext_test.py | 2 +- .../kaldi/extractors/convolutional_component_ext_test.py | 2 +- .../front/kaldi/extractors/fixed_affine_component_ext_test.py | 2 +- .../mo/front/kaldi/extractors/max_pooling_ext_test.py | 2 +- .../mo/front/kaldi/extractors/memoryoffset_ext_test.py | 2 +- .../mo/front/kaldi/extractors/normalize_component_ext_test.py | 2 +- .../mo/front/kaldi/extractors/pnorm_component_ext_test.py | 2 +- .../unit_tests/mo/front/kaldi/extractors/rescale_ext_test.py | 2 +- .../mo/front/kaldi/extractors/scale_component_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/kaldi/loader/loader_test.py | 2 +- tools/mo/unit_tests/mo/front/kaldi/loader/utils_test.py | 2 +- .../mo/front/kaldi/memory_offset_adjustment_test.py | 2 +- .../mo/front/kaldi/replace_lstm_nonlinearity_test.py | 2 +- .../mo/front/kaldi/replace_timeheightconvolution_test.py | 2 +- .../front/kaldi/restrictedattentioncomponent_replacer_test.py | 2 +- tools/mo/unit_tests/mo/front/kaldi/set_ports_test.py | 2 +- tools/mo/unit_tests/mo/front/kaldi/sigmoid_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/kaldi/tanh_ext_test.py | 2 +- .../unit_tests/mo/front/kaldi/tdnn_component_replacer_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/MXFFTToDFT_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/RNN_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/activation_test.py | 2 +- .../mo/front/mxnet/add_input_data_to_prior_boxes_test.py | 2 +- .../mo/front/mxnet/check_softmax_node_inputs_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/conv_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/custom_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/div_sqrt_dim_test.py | 2 +- .../mo/front/mxnet/extractors/multibox_prior_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/extractors/relu_test.py | 2 +- .../unit_tests/mo/front/mxnet/extractors/slice_axis_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/extractors/utils_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/gather_test.py | 2 +- .../mo/unit_tests/mo/front/mxnet/gluoncv_ssd_anchors_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/leaky_relu_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/loader_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/multibox_detection_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/mx_reshape_reverse_test.py | 2 +- .../unit_tests/mo/front/mxnet/mx_reshape_to_reshape_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/pooling_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/mxnet/sigmoid_test.py | 2 +- .../mxnet/ssd_pattern_flatten_softmax_activation_test.py | 2 +- .../mo/front/mxnet/ssd_pattern_remove_flatten_test.py | 2 +- .../mo/front/mxnet/ssd_pattern_remove_reshape_test.py | 2 +- .../mo/front/mxnet/ssd_pattern_remove_transpose_test.py | 2 +- .../mo/front/mxnet/ssd_reorder_detection_out_inputs_test.py | 2 +- .../unit_tests/mo/front/onnx/AttributedSliceToSlice_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/MvnOnnxToMvn_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/activation_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/affine_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/conv_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/crop_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/detection_output_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/gru_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/image_scaler_ext_test.py | 2 +- .../mo/front/onnx/instance_normalization_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/lstm_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/normalize_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/pad_converter_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/pad_ext_test.py | 2 +- .../unit_tests/mo/front/onnx/priorbox_clustered_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/priorbox_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/rnn_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/squeeze_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/transpose_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/unsqueeze_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/onnx/upsample_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/output_cut_test.py | 2 +- tools/mo/unit_tests/mo/front/rank_decomposer_test.py | 2 +- tools/mo/unit_tests/mo/front/reciprocal_test.py | 2 +- tools/mo/unit_tests/mo/front/reduce_axis_normalizer_test.py | 2 +- tools/mo/unit_tests/mo/front/scatter_normalizer_test.py | 2 +- tools/mo/unit_tests/mo/front/size_replacer_test.py | 2 +- tools/mo/unit_tests/mo/front/split_normalizer_test.py | 2 +- tools/mo/unit_tests/mo/front/sub_test.py | 2 +- .../mo/front/tf/CTCGreedyDecoderReplacement_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/CTCLossReplacement_test.py | 2 +- .../mo/unit_tests/mo/front/tf/ComplexAbsAfterComplex_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/ComplexAbs_test.py | 2 +- .../mo/front/tf/CorrectPaddingsForPadAfterComplex_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/IteratorGetNextCut_test.py | 2 +- .../mo/front/tf/NonConstBeginStridedSliceReplacement_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/ObjectDetectionAPI_test.py | 2 +- .../mo/unit_tests/mo/front/tf/RFFTRealImagToRFFTSplit_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/RollRealImagPack_test.py | 2 +- .../mo/unit_tests/mo/front/tf/SwitchMergeOptimization_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/TFFFTToDFT_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/TFSliceToSlice_test.py | 2 +- .../mo/front/tf/UnpackPackReverseInputChannels_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/WhereDecomposition_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/concat_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/concat_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/conv_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/deconv_ext_test.py | 2 +- .../mo/front/tf/embedding_segments_operation_fusing_test.py | 2 +- .../mo/unit_tests/mo/front/tf/embedding_segments_sum_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/extractors/concat_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/extractors/identity_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/extractors/utils_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/fifo_replacer_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/floor_div_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/identityN_to_identity_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/loader_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/mvn_unrolled_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/next_iteration_ext_test.py | 2 +- tools/mo/unit_tests/mo/front/tf/pad_tf_to_pad_test.py | 2 +- .../unit_tests/mo/front/tf/sparse_to_dense_replacer_test.py | 2 +- tools/mo/unit_tests/mo/frontend_ngraph_test.py | 2 +- tools/mo/unit_tests/mo/frontend_ngraph_test_actual.py | 2 +- tools/mo/unit_tests/mo/graph/connection_test.py | 2 +- tools/mo/unit_tests/mo/graph/graph_test.py | 2 +- tools/mo/unit_tests/mo/graph/port_test.py | 2 +- tools/mo/unit_tests/mo/load/loader_test.py | 2 +- tools/mo/unit_tests/mo/main_test_actual.py | 2 +- tools/mo/unit_tests/mo/main_test_error_log.py | 2 +- tools/mo/unit_tests/mo/middle/AddIsCyclicAttribute_test.py | 2 +- tools/mo/unit_tests/mo/middle/ArgOpsToTopK_test.py | 2 +- tools/mo/unit_tests/mo/middle/BlockLSTMtoLSTMSequence_test.py | 2 +- tools/mo/unit_tests/mo/middle/CheckForCycle_test.py | 2 +- tools/mo/unit_tests/mo/middle/ConcatOptimization_test.py | 2 +- .../unit_tests/mo/middle/ConvertGroupedStridedSlice_test.py | 2 +- .../mo/middle/CutInputHavingZeroDimFromConcat_test.py | 2 +- tools/mo/unit_tests/mo/middle/DilatedConvolution_test.py | 2 +- tools/mo/unit_tests/mo/middle/EltwiseInputReshape_test.py | 2 +- tools/mo/unit_tests/mo/middle/FakeSplitOutputs_test.py | 2 +- .../mo/unit_tests/mo/middle/FuseReshapeSequenceKaldi_test.py | 2 +- tools/mo/unit_tests/mo/middle/FusedBatchNormTraining_test.py | 2 +- tools/mo/unit_tests/mo/middle/GatherNDDecomposition_test.py | 2 +- tools/mo/unit_tests/mo/middle/GroupNorm_test.py | 2 +- tools/mo/unit_tests/mo/middle/InsertSelect_test.py | 2 +- .../mo/middle/InterpolateSequenceToInterpolate_test.py | 2 +- tools/mo/unit_tests/mo/middle/L2NormFusing_test.py | 2 +- tools/mo/unit_tests/mo/middle/LayoutChangeForEinsum_test.py | 2 +- tools/mo/unit_tests/mo/middle/LeakyReluPattern_test.py | 2 +- tools/mo/unit_tests/mo/middle/MXTileReplacer_test.py | 2 +- .../mo/unit_tests/mo/middle/MakeKaldiConstReshapable_test.py | 2 +- tools/mo/unit_tests/mo/middle/MulQuantizeFuse_test.py | 2 +- tools/mo/unit_tests/mo/middle/PoolV2ToAttributedPool_test.py | 2 +- tools/mo/unit_tests/mo/middle/PreserveRuntimeInfo_test.py | 2 +- tools/mo/unit_tests/mo/middle/ReluQuantizeFuse_test.py | 2 +- tools/mo/unit_tests/mo/middle/RemoveDuplicationMemory_test.py | 2 +- .../mo/unit_tests/mo/middle/RemoveUselessConcatSplit_test.py | 2 +- tools/mo/unit_tests/mo/middle/RemoveUselessCrops_test.py | 2 +- tools/mo/unit_tests/mo/middle/RemoveUselessPad_test.py | 2 +- .../mo/middle/ReplaceMemoryOffsetWithSplice_test.py | 2 +- tools/mo/unit_tests/mo/middle/ReplacePNormNodePattern_test.py | 2 +- .../mo/unit_tests/mo/middle/ReplaceSpliceNodePattern_test.py | 2 +- .../mo/middle/ReverseTransposeNormalization_test.py | 2 +- tools/mo/unit_tests/mo/middle/SSliceComplex_test.py | 2 +- .../mo/unit_tests/mo/middle/SharedWeightsDuplication_test.py | 2 +- tools/mo/unit_tests/mo/middle/SliceConverter_test.py | 2 +- tools/mo/unit_tests/mo/middle/SliceLikeToStridedSlice_test.py | 2 +- .../unit_tests/mo/middle/SplitConcatPairToInterpolate_test.py | 2 +- tools/mo/unit_tests/mo/middle/StridedSliceNormalizer_test.py | 2 +- tools/mo/unit_tests/mo/middle/TensorIteratorBackEdge_test.py | 2 +- tools/mo/unit_tests/mo/middle/TensorIteratorCondition_test.py | 2 +- tools/mo/unit_tests/mo/middle/TensorIteratorInput_test.py | 2 +- tools/mo/unit_tests/mo/middle/TensorIteratorOutput_test.py | 2 +- .../mo/middle/UnsqueezeTileReshapeBlockToInterpolate_test.py | 2 +- tools/mo/unit_tests/mo/middle/UpsampleToResample_test.py | 2 +- .../unit_tests/mo/middle/dequantize_linear_resolver_test.py | 2 +- tools/mo/unit_tests/mo/middle/layer_normalization_test.py | 2 +- .../mo/unit_tests/mo/middle/passes/convert_data_type_test.py | 2 +- tools/mo/unit_tests/mo/middle/passes/eliminate_test.py | 2 +- .../unit_tests/mo/middle/passes/fusing/decomposition_test.py | 2 +- .../mo/middle/passes/fusing/fuse_grouped_conv_test.py | 2 +- .../mo/middle/passes/fusing/fuse_linear_ops_test.py | 2 +- .../mo/middle/passes/fusing/fuse_linear_seq_test.py | 2 +- tools/mo/unit_tests/mo/middle/passes/fusing/helpers_test.py | 2 +- .../mo/middle/passes/fusing/mark_unfused_nodes_test.py | 2 +- .../mo/middle/passes/fusing/resnet_optimization_test.py | 2 +- tools/mo/unit_tests/mo/middle/passes/infer_test.py | 2 +- tools/mo/unit_tests/mo/middle/quantize_fuses_test.py | 2 +- .../mo/unit_tests/mo/middle/quantize_linear_resolver_test.py | 2 +- tools/mo/unit_tests/mo/middle/reverse_tensor_iterator_test.py | 2 +- tools/mo/unit_tests/mo/middle/sparse_reshape_test.py | 2 +- .../unit_tests/mo/moc_frontend/moc_extractor_test_actual.py | 2 +- tools/mo/unit_tests/mo/ops/Complex_test.py | 2 +- tools/mo/unit_tests/mo/ops/ExtractImagePatches_test.py | 2 +- tools/mo/unit_tests/mo/ops/If_test.py | 2 +- tools/mo/unit_tests/mo/ops/LookupTableInsert_test.py | 2 +- tools/mo/unit_tests/mo/ops/MatMul_test.py | 2 +- tools/mo/unit_tests/mo/ops/MatMul_value_propagation_test.py | 2 +- tools/mo/unit_tests/mo/ops/ONNXResize11_test.py | 2 +- tools/mo/unit_tests/mo/ops/ReduceOps_test.py | 2 +- tools/mo/unit_tests/mo/ops/Reverse_test.py | 2 +- tools/mo/unit_tests/mo/ops/activation_test.py | 2 +- tools/mo/unit_tests/mo/ops/argmax_test.py | 2 +- tools/mo/unit_tests/mo/ops/assert_test.py | 2 +- tools/mo/unit_tests/mo/ops/block_lstm_test.py | 2 +- tools/mo/unit_tests/mo/ops/broadcast_test.py | 2 +- tools/mo/unit_tests/mo/ops/bucketize_test.py | 2 +- tools/mo/unit_tests/mo/ops/cast_test.py | 2 +- tools/mo/unit_tests/mo/ops/concat_test.py | 2 +- tools/mo/unit_tests/mo/ops/convolution_test.py | 2 +- tools/mo/unit_tests/mo/ops/crop_test.py | 2 +- tools/mo/unit_tests/mo/ops/ctc_greedy_decoder_test.py | 2 +- tools/mo/unit_tests/mo/ops/ctc_loss_test.py | 2 +- tools/mo/unit_tests/mo/ops/cumsum_test.py | 2 +- tools/mo/unit_tests/mo/ops/deconvolution_test.py | 2 +- tools/mo/unit_tests/mo/ops/depth_to_space_test.py | 2 +- .../mo/ops/dft_signal_size_canonicalization_test.py | 2 +- tools/mo/unit_tests/mo/ops/div_value_propagation_test.py | 2 +- tools/mo/unit_tests/mo/ops/einsum_test.py | 2 +- tools/mo/unit_tests/mo/ops/elementwise_test.py | 2 +- tools/mo/unit_tests/mo/ops/embedding_bag_test.py | 2 +- tools/mo/unit_tests/mo/ops/expand_dims_test.py | 2 +- tools/mo/unit_tests/mo/ops/eye_test.py | 2 +- tools/mo/unit_tests/mo/ops/gather_test.py | 2 +- tools/mo/unit_tests/mo/ops/gatherelements_test.py | 2 +- tools/mo/unit_tests/mo/ops/gathernd_test.py | 2 +- tools/mo/unit_tests/mo/ops/grn_test.py | 2 +- tools/mo/unit_tests/mo/ops/instance_normalization_test.py | 2 +- tools/mo/unit_tests/mo/ops/interpolate_test.py | 2 +- tools/mo/unit_tests/mo/ops/merge_test.py | 2 +- tools/mo/unit_tests/mo/ops/non_max_suppression_test.py | 2 +- tools/mo/unit_tests/mo/ops/normalize_test.py | 2 +- tools/mo/unit_tests/mo/ops/one_hot_test.py | 2 +- tools/mo/unit_tests/mo/ops/op_test.py | 2 +- tools/mo/unit_tests/mo/ops/pad_test.py | 2 +- tools/mo/unit_tests/mo/ops/pooling_test.py | 2 +- tools/mo/unit_tests/mo/ops/priorbox_clustered_test.py | 2 +- tools/mo/unit_tests/mo/ops/priorbox_test.py | 2 +- tools/mo/unit_tests/mo/ops/proposal_test.py | 2 +- tools/mo/unit_tests/mo/ops/psroipooling_test.py | 2 +- tools/mo/unit_tests/mo/ops/quantize_test.py | 2 +- tools/mo/unit_tests/mo/ops/regionyolo_test.py | 2 +- tools/mo/unit_tests/mo/ops/reorgyolo_test.py | 2 +- tools/mo/unit_tests/mo/ops/reshape_test.py | 2 +- tools/mo/unit_tests/mo/ops/roialign_test.py | 2 +- tools/mo/unit_tests/mo/ops/scatter_test.py | 2 +- tools/mo/unit_tests/mo/ops/scatternd_test.py | 2 +- tools/mo/unit_tests/mo/ops/select_test.py | 2 +- tools/mo/unit_tests/mo/ops/slice_like_test.py | 2 +- tools/mo/unit_tests/mo/ops/slice_test.py | 2 +- tools/mo/unit_tests/mo/ops/space_to_depth_test.py | 2 +- tools/mo/unit_tests/mo/ops/sparse_fill_empty_rows_test.py | 2 +- tools/mo/unit_tests/mo/ops/sparse_reshape_test.py | 2 +- tools/mo/unit_tests/mo/ops/sparse_segment_mean_test.py | 2 +- tools/mo/unit_tests/mo/ops/sparse_segment_sqrtn_test.py | 2 +- tools/mo/unit_tests/mo/ops/sparse_segment_sum_test.py | 2 +- tools/mo/unit_tests/mo/ops/split_test.py | 2 +- tools/mo/unit_tests/mo/ops/squeeze_test.py | 2 +- tools/mo/unit_tests/mo/ops/strided_slice_test.py | 2 +- tools/mo/unit_tests/mo/ops/switch_test.py | 2 +- tools/mo/unit_tests/mo/ops/tile_test.py | 2 +- tools/mo/unit_tests/mo/ops/topk_test.py | 2 +- tools/mo/unit_tests/mo/ops/transpose_test.py | 2 +- tools/mo/unit_tests/mo/ops/unique_test.py | 2 +- tools/mo/unit_tests/mo/ops/unsqueeze_test.py | 2 +- tools/mo/unit_tests/mo/ops/upsample_test.py | 2 +- tools/mo/unit_tests/mo/pipeline/common_test.py | 2 +- tools/mo/unit_tests/mo/unit_test_with_mocked_telemetry.py | 2 +- tools/mo/unit_tests/mo/utils/args_to_string_test.py | 2 +- tools/mo/unit_tests/mo/utils/broadcasting_test.py | 2 +- tools/mo/unit_tests/mo/utils/cli_parser_test.py | 2 +- .../mo/utils/convert_impl_tmp_irs_cleanup_test_actual.py | 2 +- .../mo/unit_tests/mo/utils/custom_replacement_config_test.py | 2 +- tools/mo/unit_tests/mo/utils/error_test.py | 2 +- tools/mo/unit_tests/mo/utils/freeze_placeholder_test.py | 2 +- tools/mo/unit_tests/mo/utils/graph_test.py | 2 +- tools/mo/unit_tests/mo/utils/ir_engine/ir_engine_test.py | 2 +- tools/mo/unit_tests/mo/utils/ir_reader/layer_to_class_test.py | 2 +- tools/mo/unit_tests/mo/utils/ir_reader/ops_test.py | 2 +- tools/mo/unit_tests/mo/utils/ir_reader/restore_graph_test.py | 2 +- tools/mo/unit_tests/mo/utils/mo_fallback_test_actual.py | 2 +- tools/mo/unit_tests/mo/utils/mo_fallback_test_tf_fe.py | 2 +- tools/mo/unit_tests/mo/utils/pipeline_config_test.py | 2 +- tools/mo/unit_tests/mo/utils/simple_proto_parser_test.py | 2 +- tools/mo/unit_tests/mo/utils/summarize_graph_test.py | 2 +- tools/mo/unit_tests/mo/utils/telemetry_utils_test.py | 2 +- tools/mo/unit_tests/mo/utils/utils_test.py | 2 +- tools/mo/unit_tests/mo/utils/version_test.py | 2 +- tools/mo/unit_tests/moc_tf_fe/check_info_messages_test.py | 2 +- tools/mo/unit_tests/moc_tf_fe/conversion_basic_models_test.py | 2 +- .../unit_tests/moc_tf_fe/conversion_incorrect_models_test.py | 2 +- .../moc_tf_fe/conversion_with_checkpoint_v1_test.py | 2 +- tools/mo/unit_tests/moc_tf_fe/conversion_with_layout_test.py | 2 +- .../test_models/model_add_with_undefined_constant.py | 2 +- tools/mo/unit_tests/moc_tf_fe/test_models/model_bool.py | 2 +- tools/mo/unit_tests/moc_tf_fe/test_models/model_bool2.py | 2 +- tools/mo/unit_tests/moc_tf_fe/test_models/model_fp32.py | 2 +- tools/mo/unit_tests/moc_tf_fe/test_models/model_int32.py | 2 +- .../test_models/model_mul_with_undefined_constant.py | 2 +- .../mo/unit_tests/moc_tf_fe/test_models/model_switch_merge.py | 2 +- .../mo/unit_tests/moc_tf_fe/test_models/model_three_inputs.py | 2 +- .../test_models/model_with_convolution_dynamic_rank.py | 2 +- tools/mo/unit_tests/moc_tf_fe/test_models/model_with_if.py | 2 +- .../moc_tf_fe/test_models/mul_with_unknown_rank_y.py | 2 +- .../moc_tf_fe/test_models/placeholder_with_default.py | 2 +- tools/mo/unit_tests/moc_tf_fe/utils.py | 2 +- .../mock_mo_frontend/mock_mo_frontend/CMakeLists.txt | 2 +- .../mock_mo_frontend/mock_mo_frontend/mock_mo_frontend.cpp | 2 +- .../mock_mo_frontend/mock_mo_frontend/mock_mo_frontend.hpp | 2 +- .../mock_mo_frontend/mock_mo_python_api/CMakeLists.txt | 2 +- .../mock_mo_python_api/mock_mo_python_api.cpp | 2 +- tools/mo/unit_tests/utils/extractors.py | 2 +- tools/mo/unit_tests/utils/graph.py | 2 +- tools/openvino_dev/CMakeLists.txt | 2 +- tools/openvino_dev/setup.py | 2 +- tools/openvino_dev/src/openvino/tools/__init__.py | 2 +- tools/ovc/CMakeLists.txt | 2 +- tools/ovc/openvino/tools/__init__.py | 2 +- tools/ovc/openvino/tools/ovc/__init__.py | 2 +- tools/ovc/openvino/tools/ovc/__main__.py | 2 +- tools/ovc/openvino/tools/ovc/cli_parser.py | 2 +- tools/ovc/openvino/tools/ovc/convert.py | 2 +- tools/ovc/openvino/tools/ovc/convert_data_type.py | 2 +- tools/ovc/openvino/tools/ovc/convert_impl.py | 2 +- tools/ovc/openvino/tools/ovc/environment_setup_utils.py | 2 +- tools/ovc/openvino/tools/ovc/error.py | 2 +- tools/ovc/openvino/tools/ovc/get_ov_update_message.py | 2 +- tools/ovc/openvino/tools/ovc/help.py | 2 +- tools/ovc/openvino/tools/ovc/logger.py | 2 +- tools/ovc/openvino/tools/ovc/main.py | 2 +- tools/ovc/openvino/tools/ovc/moc_frontend/__init__.py | 2 +- tools/ovc/openvino/tools/ovc/moc_frontend/extractor.py | 2 +- tools/ovc/openvino/tools/ovc/moc_frontend/layout_utils.py | 2 +- tools/ovc/openvino/tools/ovc/moc_frontend/moc_emit_ir.py | 2 +- .../tools/ovc/moc_frontend/offline_transformations.py | 2 +- .../openvino/tools/ovc/moc_frontend/paddle_frontend_utils.py | 2 +- tools/ovc/openvino/tools/ovc/moc_frontend/pipeline.py | 2 +- tools/ovc/openvino/tools/ovc/moc_frontend/preprocessing.py | 2 +- .../openvino/tools/ovc/moc_frontend/pytorch_frontend_utils.py | 2 +- tools/ovc/openvino/tools/ovc/moc_frontend/shape_utils.py | 2 +- tools/ovc/openvino/tools/ovc/moc_frontend/type_utils.py | 2 +- tools/ovc/openvino/tools/ovc/ovc.py | 2 +- tools/ovc/openvino/tools/ovc/telemetry_params.py | 2 +- tools/ovc/openvino/tools/ovc/telemetry_stub.py | 2 +- tools/ovc/openvino/tools/ovc/telemetry_utils.py | 2 +- tools/ovc/openvino/tools/ovc/utils.py | 2 +- tools/ovc/openvino/tools/ovc/version.py | 2 +- tools/ovc/unit_tests/moc_tf_fe/check_info_messages_test.py | 2 +- .../ovc/unit_tests/moc_tf_fe/conversion_basic_models_test.py | 2 +- .../unit_tests/moc_tf_fe/conversion_incorrect_models_test.py | 2 +- .../moc_tf_fe/conversion_with_checkpoint_v1_test.py | 2 +- tools/ovc/unit_tests/moc_tf_fe/conversion_with_layout_test.py | 2 +- .../test_models/model_add_with_undefined_constant.py | 2 +- tools/ovc/unit_tests/moc_tf_fe/test_models/model_bool.py | 2 +- tools/ovc/unit_tests/moc_tf_fe/test_models/model_bool2.py | 2 +- tools/ovc/unit_tests/moc_tf_fe/test_models/model_fp32.py | 2 +- tools/ovc/unit_tests/moc_tf_fe/test_models/model_int32.py | 2 +- .../test_models/model_mul_with_undefined_constant.py | 2 +- .../unit_tests/moc_tf_fe/test_models/model_switch_merge.py | 2 +- .../unit_tests/moc_tf_fe/test_models/model_three_inputs.py | 2 +- .../test_models/model_with_convolution_dynamic_rank.py | 2 +- tools/ovc/unit_tests/moc_tf_fe/test_models/model_with_if.py | 2 +- .../moc_tf_fe/test_models/mul_with_unknown_rank_y.py | 2 +- .../moc_tf_fe/test_models/placeholder_with_default.py | 2 +- tools/ovc/unit_tests/moc_tf_fe/utils.py | 2 +- tools/ovc/unit_tests/ovc/bom_test.py | 2 +- tools/ovc/unit_tests/ovc/convert/import_from_mo_test.py | 2 +- tools/ovc/unit_tests/ovc/convert/meta_data_test.py | 2 +- tools/ovc/unit_tests/ovc/convert/meta_data_test_actual.py | 2 +- tools/ovc/unit_tests/ovc/convert/utils.py | 2 +- tools/ovc/unit_tests/ovc/main_test_error_log.py | 2 +- tools/ovc/unit_tests/ovc/unit_test_with_mocked_telemetry.py | 2 +- tools/ovc/unit_tests/ovc/utils/cli_parser_test.py | 2 +- tools/ovc/unit_tests/ovc/utils/error_test.py | 2 +- 10455 files changed, 10459 insertions(+), 10459 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6eb46b24d6c..70987f39997 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/arm.toolchain.cmake b/cmake/arm.toolchain.cmake index 33b92325b70..2ae8fde45b1 100644 --- a/cmake/arm.toolchain.cmake +++ b/cmake/arm.toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/arm64.toolchain.cmake b/cmake/arm64.toolchain.cmake index a23a509b2de..313732ebdc1 100644 --- a/cmake/arm64.toolchain.cmake +++ b/cmake/arm64.toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/coverage.cmake b/cmake/coverage.cmake index 1f1c4c45548..d58200400c9 100644 --- a/cmake/coverage.cmake +++ b/cmake/coverage.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/dependencies.cmake b/cmake/dependencies.cmake index fe2b54c01c9..68adfac4ff7 100644 --- a/cmake/dependencies.cmake +++ b/cmake/dependencies.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake b/cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake index 82b556cad6c..50e4909330a 100644 --- a/cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake +++ b/cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/add_target_helpers.cmake b/cmake/developer_package/add_target_helpers.cmake index 238a9cde5b3..9643f16c580 100644 --- a/cmake/developer_package/add_target_helpers.cmake +++ b/cmake/developer_package/add_target_helpers.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # @@ -160,7 +160,7 @@ function(ov_add_test_target) set(JS_BIN_NAME "${ARG_NAME}.js") set(JS_APP_NAME "${ARG_NAME}_js.js") set(JS_TEST_APP "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${JS_APP_NAME}") - file(WRITE ${JS_TEST_APP} "// Copyright (C) 2018-2023 Intel Corporation\n") + file(WRITE ${JS_TEST_APP} "// Copyright (C) 2018-2024 Intel Corporation\n") file(APPEND ${JS_TEST_APP} "// SPDX-License-Identifier: Apache-2.0\n") file(APPEND ${JS_TEST_APP} "//\n") file(APPEND ${JS_TEST_APP} "// JS test app\n") diff --git a/cmake/developer_package/api_validator/api_validator.cmake b/cmake/developer_package/api_validator/api_validator.cmake index 090a8f84fbc..e62206bfaaa 100644 --- a/cmake/developer_package/api_validator/api_validator.cmake +++ b/cmake/developer_package/api_validator/api_validator.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/api_validator/api_validator_run.cmake b/cmake/developer_package/api_validator/api_validator_run.cmake index 998c354118d..0c6c1a1ced1 100644 --- a/cmake/developer_package/api_validator/api_validator_run.cmake +++ b/cmake/developer_package/api_validator/api_validator_run.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/clang_format/clang_format.cmake b/cmake/developer_package/clang_format/clang_format.cmake index b031c1e640b..e8d91dd7d42 100644 --- a/cmake/developer_package/clang_format/clang_format.cmake +++ b/cmake/developer_package/clang_format/clang_format.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/clang_format/clang_format_check.cmake b/cmake/developer_package/clang_format/clang_format_check.cmake index c13eaddb598..535dc50dadb 100644 --- a/cmake/developer_package/clang_format/clang_format_check.cmake +++ b/cmake/developer_package/clang_format/clang_format_check.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/clang_format/clang_format_fix.cmake b/cmake/developer_package/clang_format/clang_format_fix.cmake index 657a7d0da35..c73b4a0f361 100644 --- a/cmake/developer_package/clang_format/clang_format_fix.cmake +++ b/cmake/developer_package/clang_format/clang_format_fix.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/compile_flags/fuzzing.cmake b/cmake/developer_package/compile_flags/fuzzing.cmake index 70fdb223163..b49e67c1622 100644 --- a/cmake/developer_package/compile_flags/fuzzing.cmake +++ b/cmake/developer_package/compile_flags/fuzzing.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/compile_flags/os_flags.cmake b/cmake/developer_package/compile_flags/os_flags.cmake index 5a1625349ac..e8c057f4d76 100644 --- a/cmake/developer_package/compile_flags/os_flags.cmake +++ b/cmake/developer_package/compile_flags/os_flags.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/compile_flags/sanitizer.cmake b/cmake/developer_package/compile_flags/sanitizer.cmake index fd7898134b2..908a1b844d2 100644 --- a/cmake/developer_package/compile_flags/sanitizer.cmake +++ b/cmake/developer_package/compile_flags/sanitizer.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/compile_flags/sdl.cmake b/cmake/developer_package/compile_flags/sdl.cmake index 10bfee90aaf..2ad946c5683 100644 --- a/cmake/developer_package/compile_flags/sdl.cmake +++ b/cmake/developer_package/compile_flags/sdl.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/coverage/coverage.cmake b/cmake/developer_package/coverage/coverage.cmake index f7573f10a66..d5ff560179e 100644 --- a/cmake/developer_package/coverage/coverage.cmake +++ b/cmake/developer_package/coverage/coverage.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/coverage/coverage_clean.cmake b/cmake/developer_package/coverage/coverage_clean.cmake index 5bd8b7e7166..e14b0c403e5 100644 --- a/cmake/developer_package/coverage/coverage_clean.cmake +++ b/cmake/developer_package/coverage/coverage_clean.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/coverage/coverage_merge.cmake b/cmake/developer_package/coverage/coverage_merge.cmake index 41dd1d09bc3..7270331e867 100644 --- a/cmake/developer_package/coverage/coverage_merge.cmake +++ b/cmake/developer_package/coverage/coverage_merge.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/cpplint/cpplint.cmake b/cmake/developer_package/cpplint/cpplint.cmake index aa2b4147e0e..b215ca4c83b 100644 --- a/cmake/developer_package/cpplint/cpplint.cmake +++ b/cmake/developer_package/cpplint/cpplint.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/cpplint/cpplint_html.cmake b/cmake/developer_package/cpplint/cpplint_html.cmake index 23268099eee..d356bbc7efb 100644 --- a/cmake/developer_package/cpplint/cpplint_html.cmake +++ b/cmake/developer_package/cpplint/cpplint_html.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/cpplint/cpplint_merge.cmake b/cmake/developer_package/cpplint/cpplint_merge.cmake index 1eedcc5068d..fb69df9ae40 100644 --- a/cmake/developer_package/cpplint/cpplint_merge.cmake +++ b/cmake/developer_package/cpplint/cpplint_merge.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/cpplint/cpplint_run.cmake b/cmake/developer_package/cpplint/cpplint_run.cmake index e477c9b0b70..85f797a88cc 100644 --- a/cmake/developer_package/cpplint/cpplint_run.cmake +++ b/cmake/developer_package/cpplint/cpplint_run.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/cpplint/cpplint_to_cppcheck_xml.cmake b/cmake/developer_package/cpplint/cpplint_to_cppcheck_xml.cmake index 6853f544c20..2378c891c80 100644 --- a/cmake/developer_package/cpplint/cpplint_to_cppcheck_xml.cmake +++ b/cmake/developer_package/cpplint/cpplint_to_cppcheck_xml.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/cross_compile/cross_compiled_disp_gen.cmake b/cmake/developer_package/cross_compile/cross_compiled_disp_gen.cmake index 6ead2897e09..0132f940ef7 100644 --- a/cmake/developer_package/cross_compile/cross_compiled_disp_gen.cmake +++ b/cmake/developer_package/cross_compile/cross_compiled_disp_gen.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/cross_compile/cross_compiled_disp_gen_options.in b/cmake/developer_package/cross_compile/cross_compiled_disp_gen_options.in index 047cee6d9fb..7bafa189f7f 100644 --- a/cmake/developer_package/cross_compile/cross_compiled_disp_gen_options.in +++ b/cmake/developer_package/cross_compile/cross_compiled_disp_gen_options.in @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/cross_compile/cross_compiled_func.cmake b/cmake/developer_package/cross_compile/cross_compiled_func.cmake index 88022deebc4..a83bfcffc53 100644 --- a/cmake/developer_package/cross_compile/cross_compiled_func.cmake +++ b/cmake/developer_package/cross_compile/cross_compiled_func.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/cross_compile/find_commands.cmake b/cmake/developer_package/cross_compile/find_commands.cmake index 7c6ca7fc55d..4afd880e5cd 100644 --- a/cmake/developer_package/cross_compile/find_commands.cmake +++ b/cmake/developer_package/cross_compile/find_commands.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/debug.cmake b/cmake/developer_package/debug.cmake index 33518d2008c..1752d9da65c 100644 --- a/cmake/developer_package/debug.cmake +++ b/cmake/developer_package/debug.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/download/dependency_solver.cmake b/cmake/developer_package/download/dependency_solver.cmake index f3723f650fd..15e3176fd4d 100644 --- a/cmake/developer_package/download/dependency_solver.cmake +++ b/cmake/developer_package/download/dependency_solver.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/download/download.cmake b/cmake/developer_package/download/download.cmake index 756141ead1e..7c728c1f5dc 100644 --- a/cmake/developer_package/download/download.cmake +++ b/cmake/developer_package/download/download.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/download/download_and_apply.cmake b/cmake/developer_package/download/download_and_apply.cmake index 778ae664bb3..925b903a319 100644 --- a/cmake/developer_package/download/download_and_apply.cmake +++ b/cmake/developer_package/download/download_and_apply.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/download/download_and_check.cmake b/cmake/developer_package/download/download_and_check.cmake index c3037855358..bb3b5e648fa 100644 --- a/cmake/developer_package/download/download_and_check.cmake +++ b/cmake/developer_package/download/download_and_check.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/download/download_and_extract.cmake b/cmake/developer_package/download/download_and_extract.cmake index 3d0d58e2d75..cb509dc87f5 100644 --- a/cmake/developer_package/download/download_and_extract.cmake +++ b/cmake/developer_package/download/download_and_extract.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/download/extract.cmake b/cmake/developer_package/download/extract.cmake index cdd35ce8114..2a1be51e0b6 100644 --- a/cmake/developer_package/download/extract.cmake +++ b/cmake/developer_package/download/extract.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/faster_build.cmake b/cmake/developer_package/faster_build.cmake index b9ad18dfa98..811ab23ee38 100644 --- a/cmake/developer_package/faster_build.cmake +++ b/cmake/developer_package/faster_build.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/features.cmake b/cmake/developer_package/features.cmake index 96e927187cc..432f0044125 100644 --- a/cmake/developer_package/features.cmake +++ b/cmake/developer_package/features.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/frontends/create_frontends_hpp.cmake b/cmake/developer_package/frontends/create_frontends_hpp.cmake index 06c7ad9f3c4..4944ff65c96 100644 --- a/cmake/developer_package/frontends/create_frontends_hpp.cmake +++ b/cmake/developer_package/frontends/create_frontends_hpp.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/frontends/frontends.cmake b/cmake/developer_package/frontends/frontends.cmake index 0ea811aff7e..f3b5520d6d2 100644 --- a/cmake/developer_package/frontends/frontends.cmake +++ b/cmake/developer_package/frontends/frontends.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/frontends/ov_frontends.hpp.in b/cmake/developer_package/frontends/ov_frontends.hpp.in index dba0993e9a1..d05f8afa12c 100644 --- a/cmake/developer_package/frontends/ov_frontends.hpp.in +++ b/cmake/developer_package/frontends/ov_frontends.hpp.in @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/cmake/developer_package/linux_name.cmake b/cmake/developer_package/linux_name.cmake index 9cd0ff82cde..8105d32091d 100644 --- a/cmake/developer_package/linux_name.cmake +++ b/cmake/developer_package/linux_name.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/models.cmake b/cmake/developer_package/models.cmake index 597736e2fb7..b2d322dc5db 100644 --- a/cmake/developer_package/models.cmake +++ b/cmake/developer_package/models.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/ncc_naming_style/ncc_naming_style.cmake b/cmake/developer_package/ncc_naming_style/ncc_naming_style.cmake index b661b164c18..d20582b03cb 100644 --- a/cmake/developer_package/ncc_naming_style/ncc_naming_style.cmake +++ b/cmake/developer_package/ncc_naming_style/ncc_naming_style.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/ncc_naming_style/ncc_run.cmake b/cmake/developer_package/ncc_naming_style/ncc_run.cmake index 6f87be15c1b..a33e82d858c 100644 --- a/cmake/developer_package/ncc_naming_style/ncc_run.cmake +++ b/cmake/developer_package/ncc_naming_style/ncc_run.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/ncc_naming_style/self_check/class_name.hpp b/cmake/developer_package/ncc_naming_style/self_check/class_name.hpp index dd785ef7db4..84c27a07bc3 100644 --- a/cmake/developer_package/ncc_naming_style/self_check/class_name.hpp +++ b/cmake/developer_package/ncc_naming_style/self_check/class_name.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/cmake/developer_package/ncc_naming_style/self_check/function_name.hpp b/cmake/developer_package/ncc_naming_style/self_check/function_name.hpp index 77ed858038d..9f22977a949 100644 --- a/cmake/developer_package/ncc_naming_style/self_check/function_name.hpp +++ b/cmake/developer_package/ncc_naming_style/self_check/function_name.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/cmake/developer_package/ncc_naming_style/self_check/method_name.hpp b/cmake/developer_package/ncc_naming_style/self_check/method_name.hpp index 6f3ab4f1150..f1c6fed8ee6 100644 --- a/cmake/developer_package/ncc_naming_style/self_check/method_name.hpp +++ b/cmake/developer_package/ncc_naming_style/self_check/method_name.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/cmake/developer_package/ncc_naming_style/try_find_clang.cmake b/cmake/developer_package/ncc_naming_style/try_find_clang.cmake index ade929a9bfb..dcd9e8719b4 100644 --- a/cmake/developer_package/ncc_naming_style/try_find_clang.cmake +++ b/cmake/developer_package/ncc_naming_style/try_find_clang.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/options.cmake b/cmake/developer_package/options.cmake index 7a9baa0b41d..73de6630b55 100644 --- a/cmake/developer_package/options.cmake +++ b/cmake/developer_package/options.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/packaging/archive.cmake b/cmake/developer_package/packaging/archive.cmake index 8d0225bb83d..19c6ac2ae5f 100644 --- a/cmake/developer_package/packaging/archive.cmake +++ b/cmake/developer_package/packaging/archive.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/packaging/common-libraries.cmake b/cmake/developer_package/packaging/common-libraries.cmake index 0ded13dccaa..c47c123ab4b 100644 --- a/cmake/developer_package/packaging/common-libraries.cmake +++ b/cmake/developer_package/packaging/common-libraries.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/packaging/debian/debian.cmake b/cmake/developer_package/packaging/debian/debian.cmake index fbff0d3828b..bdb005ab6c3 100644 --- a/cmake/developer_package/packaging/debian/debian.cmake +++ b/cmake/developer_package/packaging/debian/debian.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/packaging/debian/post_build.cmake b/cmake/developer_package/packaging/debian/post_build.cmake index f362fb050e4..0b4e8bf57dd 100644 --- a/cmake/developer_package/packaging/debian/post_build.cmake +++ b/cmake/developer_package/packaging/debian/post_build.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/packaging/npm.cmake b/cmake/developer_package/packaging/npm.cmake index 5a844f72dae..6d7ca6d04e6 100644 --- a/cmake/developer_package/packaging/npm.cmake +++ b/cmake/developer_package/packaging/npm.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/packaging/nsis.cmake b/cmake/developer_package/packaging/nsis.cmake index a0d90923d47..9dcda7315da 100644 --- a/cmake/developer_package/packaging/nsis.cmake +++ b/cmake/developer_package/packaging/nsis.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/packaging/packaging.cmake b/cmake/developer_package/packaging/packaging.cmake index 6f42720a2e9..53b473705e9 100644 --- a/cmake/developer_package/packaging/packaging.cmake +++ b/cmake/developer_package/packaging/packaging.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/packaging/rpm/post_build.cmake b/cmake/developer_package/packaging/rpm/post_build.cmake index de1f283ef5f..9acd8843a38 100644 --- a/cmake/developer_package/packaging/rpm/post_build.cmake +++ b/cmake/developer_package/packaging/rpm/post_build.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/packaging/rpm/rpm.cmake b/cmake/developer_package/packaging/rpm/rpm.cmake index 8c493b5a50f..99f11730983 100644 --- a/cmake/developer_package/packaging/rpm/rpm.cmake +++ b/cmake/developer_package/packaging/rpm/rpm.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/plugins/create_plugin_file.cmake b/cmake/developer_package/plugins/create_plugin_file.cmake index 86d6a2c0253..0be2dbf7d84 100644 --- a/cmake/developer_package/plugins/create_plugin_file.cmake +++ b/cmake/developer_package/plugins/create_plugin_file.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/plugins/create_plugins_hpp.cmake b/cmake/developer_package/plugins/create_plugins_hpp.cmake index e5ace23f090..c78673c13a9 100644 --- a/cmake/developer_package/plugins/create_plugins_hpp.cmake +++ b/cmake/developer_package/plugins/create_plugins_hpp.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/plugins/plugins.cmake b/cmake/developer_package/plugins/plugins.cmake index 75ab6d6b2eb..c76ed82388f 100644 --- a/cmake/developer_package/plugins/plugins.cmake +++ b/cmake/developer_package/plugins/plugins.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/plugins/plugins.hpp.in b/cmake/developer_package/plugins/plugins.hpp.in index 5940519c50c..ce612a133fa 100644 --- a/cmake/developer_package/plugins/plugins.hpp.in +++ b/cmake/developer_package/plugins/plugins.hpp.in @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/cmake/developer_package/plugins/register_plugin_cmake.cmake b/cmake/developer_package/plugins/register_plugin_cmake.cmake index eca7e0b6448..c75144e35c6 100644 --- a/cmake/developer_package/plugins/register_plugin_cmake.cmake +++ b/cmake/developer_package/plugins/register_plugin_cmake.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/plugins/unregister_plugin_cmake.cmake b/cmake/developer_package/plugins/unregister_plugin_cmake.cmake index 16543ad39b3..6611edaeb7e 100644 --- a/cmake/developer_package/plugins/unregister_plugin_cmake.cmake +++ b/cmake/developer_package/plugins/unregister_plugin_cmake.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/python_requirements.cmake b/cmake/developer_package/python_requirements.cmake index 767f130668f..cc97826b0ad 100644 --- a/cmake/developer_package/python_requirements.cmake +++ b/cmake/developer_package/python_requirements.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/shellcheck/shellcheck.cmake b/cmake/developer_package/shellcheck/shellcheck.cmake index 469a751e04d..2d0d60eaca8 100644 --- a/cmake/developer_package/shellcheck/shellcheck.cmake +++ b/cmake/developer_package/shellcheck/shellcheck.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/shellcheck/shellcheck_process.cmake b/cmake/developer_package/shellcheck/shellcheck_process.cmake index f7fe1a299b0..fc7200a3e8b 100644 --- a/cmake/developer_package/shellcheck/shellcheck_process.cmake +++ b/cmake/developer_package/shellcheck/shellcheck_process.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/target_flags.cmake b/cmake/developer_package/target_flags.cmake index b203d68558b..d047a1aebd9 100644 --- a/cmake/developer_package/target_flags.cmake +++ b/cmake/developer_package/target_flags.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # # Target system specific flags diff --git a/cmake/developer_package/tbb/TBBConfig.cmake b/cmake/developer_package/tbb/TBBConfig.cmake index 972e478d6ad..0ad1bfaefd6 100644 --- a/cmake/developer_package/tbb/TBBConfig.cmake +++ b/cmake/developer_package/tbb/TBBConfig.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/tbb/lnx/TBBConfig-version.cmake b/cmake/developer_package/tbb/lnx/TBBConfig-version.cmake index 6cf35546739..f3ae0343e50 100644 --- a/cmake/developer_package/tbb/lnx/TBBConfig-version.cmake +++ b/cmake/developer_package/tbb/lnx/TBBConfig-version.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/tbb/lnx/TBBConfig.cmake b/cmake/developer_package/tbb/lnx/TBBConfig.cmake index 64e3ced9acd..e44e7aa8fd5 100644 --- a/cmake/developer_package/tbb/lnx/TBBConfig.cmake +++ b/cmake/developer_package/tbb/lnx/TBBConfig.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # # TBB_FOUND should not be set explicitly. It is defined automatically by CMake. diff --git a/cmake/developer_package/tbb/mac/TBBConfig-version.cmake b/cmake/developer_package/tbb/mac/TBBConfig-version.cmake index 6cf35546739..f3ae0343e50 100644 --- a/cmake/developer_package/tbb/mac/TBBConfig-version.cmake +++ b/cmake/developer_package/tbb/mac/TBBConfig-version.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/tbb/mac/TBBConfig.cmake b/cmake/developer_package/tbb/mac/TBBConfig.cmake index c3077b3c3f9..023c13ec5d9 100644 --- a/cmake/developer_package/tbb/mac/TBBConfig.cmake +++ b/cmake/developer_package/tbb/mac/TBBConfig.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/tbb/win/TBBConfig-version.cmake b/cmake/developer_package/tbb/win/TBBConfig-version.cmake index 6cf35546739..f3ae0343e50 100644 --- a/cmake/developer_package/tbb/win/TBBConfig-version.cmake +++ b/cmake/developer_package/tbb/win/TBBConfig-version.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/tbb/win/TBBConfig.cmake b/cmake/developer_package/tbb/win/TBBConfig.cmake index 984222b2064..b966d614fa6 100644 --- a/cmake/developer_package/tbb/win/TBBConfig.cmake +++ b/cmake/developer_package/tbb/win/TBBConfig.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/version.cmake b/cmake/developer_package/version.cmake index adcd36f2264..03e2986f424 100644 --- a/cmake/developer_package/version.cmake +++ b/cmake/developer_package/version.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/vs_version/vs_version.cmake b/cmake/developer_package/vs_version/vs_version.cmake index ce795679829..6205d7d0763 100644 --- a/cmake/developer_package/vs_version/vs_version.cmake +++ b/cmake/developer_package/vs_version/vs_version.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/developer_package/whole_archive.cmake b/cmake/developer_package/whole_archive.cmake index c15a5c378a3..c1aafd3c141 100644 --- a/cmake/developer_package/whole_archive.cmake +++ b/cmake/developer_package/whole_archive.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/extra_modules.cmake b/cmake/extra_modules.cmake index 7936aae3917..c38df4610d1 100644 --- a/cmake/extra_modules.cmake +++ b/cmake/extra_modules.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/features.cmake b/cmake/features.cmake index 9e4e507600e..9a8b9eacc90 100644 --- a/cmake/features.cmake +++ b/cmake/features.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/packaging/archive.cmake b/cmake/packaging/archive.cmake index 59bdc01eb04..637d60507d0 100644 --- a/cmake/packaging/archive.cmake +++ b/cmake/packaging/archive.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/packaging/common-libraries.cmake b/cmake/packaging/common-libraries.cmake index 32287e64221..ecf91ed0ba8 100644 --- a/cmake/packaging/common-libraries.cmake +++ b/cmake/packaging/common-libraries.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/packaging/debian.cmake b/cmake/packaging/debian.cmake index 0f935fac9a4..905fba2118e 100644 --- a/cmake/packaging/debian.cmake +++ b/cmake/packaging/debian.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/packaging/npm.cmake b/cmake/packaging/npm.cmake index 9da86e89d1d..a5a9f32fa0a 100644 --- a/cmake/packaging/npm.cmake +++ b/cmake/packaging/npm.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/packaging/nsis.cmake b/cmake/packaging/nsis.cmake index e5467ee5afe..0f4338a950b 100644 --- a/cmake/packaging/nsis.cmake +++ b/cmake/packaging/nsis.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/packaging/packaging.cmake b/cmake/packaging/packaging.cmake index 43a180dd6f4..53a8e395a3b 100644 --- a/cmake/packaging/packaging.cmake +++ b/cmake/packaging/packaging.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/packaging/rpm.cmake b/cmake/packaging/rpm.cmake index b3f3db1aa9e..df5a30f6f54 100644 --- a/cmake/packaging/rpm.cmake +++ b/cmake/packaging/rpm.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/templates/OpenVINOConfig-version.cmake.in b/cmake/templates/OpenVINOConfig-version.cmake.in index e0ddf633ea0..58718c9827f 100644 --- a/cmake/templates/OpenVINOConfig-version.cmake.in +++ b/cmake/templates/OpenVINOConfig-version.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/templates/OpenVINOConfig.cmake.in b/cmake/templates/OpenVINOConfig.cmake.in index 03befe18c3f..3366901c022 100644 --- a/cmake/templates/OpenVINOConfig.cmake.in +++ b/cmake/templates/OpenVINOConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # # FindOpenVINO diff --git a/cmake/templates/OpenVINODeveloperPackageConfig.cmake.in b/cmake/templates/OpenVINODeveloperPackageConfig.cmake.in index 3620bcd091d..473277e70a2 100644 --- a/cmake/templates/OpenVINODeveloperPackageConfig.cmake.in +++ b/cmake/templates/OpenVINODeveloperPackageConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/templates/OpenVINODeveloperPackageConfigRelocatable.cmake.in b/cmake/templates/OpenVINODeveloperPackageConfigRelocatable.cmake.in index a4cdb93d387..61dd669912d 100644 --- a/cmake/templates/OpenVINODeveloperPackageConfigRelocatable.cmake.in +++ b/cmake/templates/OpenVINODeveloperPackageConfigRelocatable.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/templates/openvino.pc.in b/cmake/templates/openvino.pc.in index 1b95283c922..4b50b8570c4 100644 --- a/cmake/templates/openvino.pc.in +++ b/cmake/templates/openvino.pc.in @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/test_model_zoo.cmake b/cmake/test_model_zoo.cmake index 9af452c8a4d..92b8cd12451 100644 --- a/cmake/test_model_zoo.cmake +++ b/cmake/test_model_zoo.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/toolchains/ia32.linux.toolchain.cmake b/cmake/toolchains/ia32.linux.toolchain.cmake index 61c759ca4f6..1e6eaa8ddf0 100644 --- a/cmake/toolchains/ia32.linux.toolchain.cmake +++ b/cmake/toolchains/ia32.linux.toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/toolchains/mingw-w64.toolchain.cmake b/cmake/toolchains/mingw-w64.toolchain.cmake index c2ea7c4a0b6..44993baaf1e 100644 --- a/cmake/toolchains/mingw-w64.toolchain.cmake +++ b/cmake/toolchains/mingw-w64.toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/toolchains/mt.runtime.win32.toolchain.cmake b/cmake/toolchains/mt.runtime.win32.toolchain.cmake index cfa275cb0dd..7dd4e1e7f96 100644 --- a/cmake/toolchains/mt.runtime.win32.toolchain.cmake +++ b/cmake/toolchains/mt.runtime.win32.toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/toolchains/onecoreuap.toolchain.cmake b/cmake/toolchains/onecoreuap.toolchain.cmake index b801c7d4f88..af4285ee124 100644 --- a/cmake/toolchains/onecoreuap.toolchain.cmake +++ b/cmake/toolchains/onecoreuap.toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/toolchains/riscv64-gnu.toolchain.cmake b/cmake/toolchains/riscv64-gnu.toolchain.cmake index fd0c7a35c22..994b05f66b5 100644 --- a/cmake/toolchains/riscv64-gnu.toolchain.cmake +++ b/cmake/toolchains/riscv64-gnu.toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/toolchains/uwp.toolchain.cmake b/cmake/toolchains/uwp.toolchain.cmake index 406e71b7bb1..8207a44a9fd 100644 --- a/cmake/toolchains/uwp.toolchain.cmake +++ b/cmake/toolchains/uwp.toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/toolchains/x86_64.linux.toolchain.cmake b/cmake/toolchains/x86_64.linux.toolchain.cmake index 0062d8387ff..e41a1c9b55d 100644 --- a/cmake/toolchains/x86_64.linux.toolchain.cmake +++ b/cmake/toolchains/x86_64.linux.toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 7dcd8de86c6..24552d43bde 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/docs/dev/pypi_publish/pypi-openvino-dev.md b/docs/dev/pypi_publish/pypi-openvino-dev.md index 63eaedd7d75..54f94351501 100644 --- a/docs/dev/pypi_publish/pypi-openvino-dev.md +++ b/docs/dev/pypi_publish/pypi-openvino-dev.md @@ -183,7 +183,7 @@ sudo apt-get install libpython3.8 - [OpenVINO™ Notebooks](https://github.com/openvinotoolkit/openvino_notebooks) - [OpenVINO Installation Selector Tool](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html) -Copyright © 2018-2023 Intel Corporation +Copyright © 2018-2024 Intel Corporation > **LEGAL NOTICE**: Your use of this software and any required dependent software (the “Software Package”) is subject to the terms and conditions of the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html) for the Software Package, which may also include notices, disclaimers, or license terms for third party or open source software included in or with the Software Package, and your use indicates your acceptance of all such terms. Please refer to the “third-party-programs.txt” or other similarly-named text file included with the Software Package for additional details. diff --git a/docs/dev/pypi_publish/pypi-openvino-rt.md b/docs/dev/pypi_publish/pypi-openvino-rt.md index 4e976dca74f..ad8178d0e87 100644 --- a/docs/dev/pypi_publish/pypi-openvino-rt.md +++ b/docs/dev/pypi_publish/pypi-openvino-rt.md @@ -112,7 +112,7 @@ sudo apt-get install libpython3.8 - [OpenVINO™ Notebooks](https://github.com/openvinotoolkit/openvino_notebooks) - [OpenVINO Installation Selector Tool](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html) -Copyright © 2018-2023 Intel Corporation +Copyright © 2018-2024 Intel Corporation > **LEGAL NOTICE**: Your use of this software and any required dependent software (the “Software Package”) is subject to the terms and conditions of the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html) for the Software Package, which may also include notices, disclaimers, or license terms for third party or open source software included in or with the Software Package, and your use indicates your acceptance of all such terms. Please refer to the “third-party-programs.txt” or other similarly-named text file included with the Software Package for additional details. diff --git a/docs/openvino_sphinx_theme/setup.py b/docs/openvino_sphinx_theme/setup.py index 3ff56e38489..c8948288fc1 100644 --- a/docs/openvino_sphinx_theme/setup.py +++ b/docs/openvino_sphinx_theme/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from setuptools import setup diff --git a/docs/optimization_guide/nncf/code/pruning_tf.py b/docs/optimization_guide/nncf/code/pruning_tf.py index b8346c23859..4d2f5018961 100644 --- a/docs/optimization_guide/nncf/code/pruning_tf.py +++ b/docs/optimization_guide/nncf/code/pruning_tf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 #! [imports] diff --git a/docs/optimization_guide/nncf/code/pruning_torch.py b/docs/optimization_guide/nncf/code/pruning_torch.py index 99183750ec8..6bc1cae4319 100644 --- a/docs/optimization_guide/nncf/code/pruning_torch.py +++ b/docs/optimization_guide/nncf/code/pruning_torch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 #! [imports] diff --git a/docs/optimization_guide/nncf/code/qat_tf.py b/docs/optimization_guide/nncf/code/qat_tf.py index 4f944998ae3..e210b963d5a 100644 --- a/docs/optimization_guide/nncf/code/qat_tf.py +++ b/docs/optimization_guide/nncf/code/qat_tf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 #! [imports] diff --git a/docs/optimization_guide/nncf/code/qat_torch.py b/docs/optimization_guide/nncf/code/qat_torch.py index 2a624b1d348..121417e4ab0 100644 --- a/docs/optimization_guide/nncf/code/qat_torch.py +++ b/docs/optimization_guide/nncf/code/qat_torch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 #! [imports] diff --git a/docs/optimization_guide/nncf/ptq/code/ptq_aa_openvino.py b/docs/optimization_guide/nncf/ptq/code/ptq_aa_openvino.py index e0189436c53..c633e013ab0 100644 --- a/docs/optimization_guide/nncf/ptq/code/ptq_aa_openvino.py +++ b/docs/optimization_guide/nncf/ptq/code/ptq_aa_openvino.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 #! [dataset] diff --git a/docs/optimization_guide/nncf/ptq/code/ptq_onnx.py b/docs/optimization_guide/nncf/ptq/code/ptq_onnx.py index e48d1b78683..03cda85c885 100644 --- a/docs/optimization_guide/nncf/ptq/code/ptq_onnx.py +++ b/docs/optimization_guide/nncf/ptq/code/ptq_onnx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 #! [dataset] diff --git a/docs/optimization_guide/nncf/ptq/code/ptq_openvino.py b/docs/optimization_guide/nncf/ptq/code/ptq_openvino.py index 0db50416aed..b769bc7468d 100644 --- a/docs/optimization_guide/nncf/ptq/code/ptq_openvino.py +++ b/docs/optimization_guide/nncf/ptq/code/ptq_openvino.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 #! [dataset] diff --git a/docs/optimization_guide/nncf/ptq/code/ptq_tensorflow.py b/docs/optimization_guide/nncf/ptq/code/ptq_tensorflow.py index f250f5336d7..66f4e722bd9 100644 --- a/docs/optimization_guide/nncf/ptq/code/ptq_tensorflow.py +++ b/docs/optimization_guide/nncf/ptq/code/ptq_tensorflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 #! [dataset] diff --git a/docs/optimization_guide/nncf/ptq/code/ptq_torch.py b/docs/optimization_guide/nncf/ptq/code/ptq_torch.py index 90253743f2b..28ce29247eb 100644 --- a/docs/optimization_guide/nncf/ptq/code/ptq_torch.py +++ b/docs/optimization_guide/nncf/ptq/code/ptq_torch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 #! [dataset] diff --git a/docs/scripts/copy_images.py b/docs/scripts/copy_images.py index ed681cebd5e..3a5ad5a63bb 100644 --- a/docs/scripts/copy_images.py +++ b/docs/scripts/copy_images.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/docs/scripts/create_mapping.py b/docs/scripts/create_mapping.py index 471e85c3d80..310c43d2d06 100644 --- a/docs/scripts/create_mapping.py +++ b/docs/scripts/create_mapping.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/docs/scripts/filehelper.py b/docs/scripts/filehelper.py index 1f2e3d37dc7..1f6917aa728 100644 --- a/docs/scripts/filehelper.py +++ b/docs/scripts/filehelper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/docs/scripts/remove_xml.py b/docs/scripts/remove_xml.py index 143e12e323b..2a773c573d4 100644 --- a/docs/scripts/remove_xml.py +++ b/docs/scripts/remove_xml.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/docs/scripts/tests/conftest.py b/docs/scripts/tests/conftest.py index 90f3005c0fd..5db2dc8e0b2 100644 --- a/docs/scripts/tests/conftest.py +++ b/docs/scripts/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ diff --git a/docs/scripts/tests/test_docs.py b/docs/scripts/tests/test_docs.py index 98dfe817889..f08eed4412c 100644 --- a/docs/scripts/tests/test_docs.py +++ b/docs/scripts/tests/test_docs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ Test for Doxygen based documentation generation. diff --git a/docs/scripts/tests/utils/__init__.py b/docs/scripts/tests/utils/__init__.py index cddd115d397..923d56d0414 100644 --- a/docs/scripts/tests/utils/__init__.py +++ b/docs/scripts/tests/utils/__init__.py @@ -1,2 +1,2 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/docs/scripts/tests/utils/log.py b/docs/scripts/tests/utils/log.py index b42cefd8450..71bc9659346 100644 --- a/docs/scripts/tests/utils/log.py +++ b/docs/scripts/tests/utils/log.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ diff --git a/docs/snippets/ShapeInference.py b/docs/snippets/ShapeInference.py index e74565696db..43d09ca8778 100644 --- a/docs/snippets/ShapeInference.py +++ b/docs/snippets/ShapeInference.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import openvino as ov diff --git a/docs/snippets/__init__.py b/docs/snippets/__init__.py index ba30da8c291..6238ede4469 100644 --- a/docs/snippets/__init__.py +++ b/docs/snippets/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from .utils import get_image diff --git a/docs/snippets/cpu/Bfloat16Inference.py b/docs/snippets/cpu/Bfloat16Inference.py index 69479e8c3fb..4ec1fae2d51 100644 --- a/docs/snippets/cpu/Bfloat16Inference.py +++ b/docs/snippets/cpu/Bfloat16Inference.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/docs/snippets/cpu/__init__.py b/docs/snippets/cpu/__init__.py index cddd115d397..923d56d0414 100644 --- a/docs/snippets/cpu/__init__.py +++ b/docs/snippets/cpu/__init__.py @@ -1,2 +1,2 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/docs/snippets/cpu/compile_model.py b/docs/snippets/cpu/compile_model.py index b0dd9d7cefd..22b5cb2a188 100644 --- a/docs/snippets/cpu/compile_model.py +++ b/docs/snippets/cpu/compile_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from snippets import get_model diff --git a/docs/snippets/cpu/dynamic_shape.py b/docs/snippets/cpu/dynamic_shape.py index 1b531d0a8ee..cb854a46af4 100644 --- a/docs/snippets/cpu/dynamic_shape.py +++ b/docs/snippets/cpu/dynamic_shape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from snippets import get_model diff --git a/docs/snippets/cpu/ov_execution_mode.py b/docs/snippets/cpu/ov_execution_mode.py index 511e2a28dd6..b362230f2c8 100644 --- a/docs/snippets/cpu/ov_execution_mode.py +++ b/docs/snippets/cpu/ov_execution_mode.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 #! [ov:execution_mode:part0] diff --git a/docs/snippets/export_compiled_model.py b/docs/snippets/export_compiled_model.py index b89b9a1479b..e09185aaf34 100644 --- a/docs/snippets/export_compiled_model.py +++ b/docs/snippets/export_compiled_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/docs/snippets/gpu/context_sharing_va_c.cpp b/docs/snippets/gpu/context_sharing_va_c.cpp index 4501087a08c..4b14a641e48 100644 --- a/docs/snippets/gpu/context_sharing_va_c.cpp +++ b/docs/snippets/gpu/context_sharing_va_c.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/docs/snippets/gpu/preprocessing_nv12_two_planes_c.cpp b/docs/snippets/gpu/preprocessing_nv12_two_planes_c.cpp index 826af8ddffe..a40cde0486a 100644 --- a/docs/snippets/gpu/preprocessing_nv12_two_planes_c.cpp +++ b/docs/snippets/gpu/preprocessing_nv12_two_planes_c.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/docs/snippets/gpu/remote_objects_creation_c.cpp b/docs/snippets/gpu/remote_objects_creation_c.cpp index c870da6bb06..fe3b68cf5d4 100644 --- a/docs/snippets/gpu/remote_objects_creation_c.cpp +++ b/docs/snippets/gpu/remote_objects_creation_c.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/docs/snippets/main.py b/docs/snippets/main.py index 02e2d9b23d5..5ca3282a22c 100644 --- a/docs/snippets/main.py +++ b/docs/snippets/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/docs/snippets/ov_auto.py b/docs/snippets/ov_auto.py index a619e7a8f71..d878ed32dc7 100644 --- a/docs/snippets/ov_auto.py +++ b/docs/snippets/ov_auto.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/docs/snippets/ov_auto_batching.py b/docs/snippets/ov_auto_batching.py index 54a0c8accdd..67855da1831 100644 --- a/docs/snippets/ov_auto_batching.py +++ b/docs/snippets/ov_auto_batching.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/docs/snippets/ov_caching.py b/docs/snippets/ov_caching.py index b6b4c6e3f8e..d03c167b050 100644 --- a/docs/snippets/ov_caching.py +++ b/docs/snippets/ov_caching.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/docs/snippets/ov_dynamic_shapes.py b/docs/snippets/ov_dynamic_shapes.py index ce9474b6750..611d007d3fe 100644 --- a/docs/snippets/ov_dynamic_shapes.py +++ b/docs/snippets/ov_dynamic_shapes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/docs/snippets/ov_extensions.cpp b/docs/snippets/ov_extensions.cpp index 1e1044d12e8..b5ce60e62d0 100644 --- a/docs/snippets/ov_extensions.cpp +++ b/docs/snippets/ov_extensions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/docs/snippets/ov_extensions.py b/docs/snippets/ov_extensions.py index 99e1412e00e..621a0da21c5 100644 --- a/docs/snippets/ov_extensions.py +++ b/docs/snippets/ov_extensions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/docs/snippets/ov_infer_request.py b/docs/snippets/ov_infer_request.py index f2effba5fd4..1d746d314ca 100644 --- a/docs/snippets/ov_infer_request.py +++ b/docs/snippets/ov_infer_request.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from utils import get_model diff --git a/docs/snippets/ov_layout.cpp b/docs/snippets/ov_layout.cpp index f2b75dcdc72..35675c28670 100644 --- a/docs/snippets/ov_layout.cpp +++ b/docs/snippets/ov_layout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/core/layout.hpp" diff --git a/docs/snippets/ov_layout.py b/docs/snippets/ov_layout.py index 79547045ebd..70ac3e8c49f 100644 --- a/docs/snippets/ov_layout.py +++ b/docs/snippets/ov_layout.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # import openvino as ov diff --git a/docs/snippets/ov_model_snippets.py b/docs/snippets/ov_model_snippets.py index 0bddd24f142..e6d40cbe625 100644 --- a/docs/snippets/ov_model_snippets.py +++ b/docs/snippets/ov_model_snippets.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/docs/snippets/ov_model_with_state_infer.py b/docs/snippets/ov_model_with_state_infer.py index ca8518b501f..f51d03ee5be 100644 --- a/docs/snippets/ov_model_with_state_infer.py +++ b/docs/snippets/ov_model_with_state_infer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/docs/snippets/ov_multi.py b/docs/snippets/ov_multi.py index e3ee1aa7bf7..bdd8b2f0f7d 100644 --- a/docs/snippets/ov_multi.py +++ b/docs/snippets/ov_multi.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import openvino as ov diff --git a/docs/snippets/ov_preprocessing.py b/docs/snippets/ov_preprocessing.py index 440b40c980a..64334d44837 100644 --- a/docs/snippets/ov_preprocessing.py +++ b/docs/snippets/ov_preprocessing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/docs/snippets/ov_properties_api.py b/docs/snippets/ov_properties_api.py index 2c07ca67741..21faa69b58e 100644 --- a/docs/snippets/ov_properties_api.py +++ b/docs/snippets/ov_properties_api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/docs/snippets/ov_python_exclusives.py b/docs/snippets/ov_python_exclusives.py index 556735215dc..f1f019bb1a2 100644 --- a/docs/snippets/ov_python_exclusives.py +++ b/docs/snippets/ov_python_exclusives.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/docs/snippets/ov_python_inference.py b/docs/snippets/ov_python_inference.py index 9d2fb0fb139..3311382dcff 100644 --- a/docs/snippets/ov_python_inference.py +++ b/docs/snippets/ov_python_inference.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/docs/snippets/src/main.c b/docs/snippets/src/main.c index 1f6e641ac1c..0672c3973c2 100644 --- a/docs/snippets/src/main.c +++ b/docs/snippets/src/main.c @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/docs/snippets/src/main.cpp b/docs/snippets/src/main.cpp index 0ab8df28fa1..a07d01ce267 100644 --- a/docs/snippets/src/main.cpp +++ b/docs/snippets/src/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/docs/snippets/src/main.py b/docs/snippets/src/main.py index bb9dd4b1185..3e329564e84 100644 --- a/docs/snippets/src/main.py +++ b/docs/snippets/src/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/docs/snippets/template_model_transformation.cpp b/docs/snippets/template_model_transformation.cpp index 29e6baebfe1..1f7081dd55a 100644 --- a/docs/snippets/template_model_transformation.cpp +++ b/docs/snippets/template_model_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/docs/snippets/template_model_transformation.hpp b/docs/snippets/template_model_transformation.hpp index 18c75658e4b..d97552ce22a 100644 --- a/docs/snippets/template_model_transformation.hpp +++ b/docs/snippets/template_model_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/docs/snippets/template_pattern_transformation.hpp b/docs/snippets/template_pattern_transformation.hpp index 24e9c7eba5f..e9c8df67dc9 100644 --- a/docs/snippets/template_pattern_transformation.hpp +++ b/docs/snippets/template_pattern_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/docs/snippets/utils.py b/docs/snippets/utils.py index efddba09966..d7572790cac 100644 --- a/docs/snippets/utils.py +++ b/docs/snippets/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/install_build_dependencies.sh b/install_build_dependencies.sh index 61a8cf5974b..6fc053a3293 100755 --- a/install_build_dependencies.sh +++ b/install_build_dependencies.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 if [ $EUID -ne 0 ]; then diff --git a/licensing/CMakeLists.txt b/licensing/CMakeLists.txt index 490ce6e39ec..99718ae4611 100644 --- a/licensing/CMakeLists.txt +++ b/licensing/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 8dec09c0528..486c4f5392d 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/c/CMakeLists.txt b/samples/c/CMakeLists.txt index dd53980b1a4..d64dccf1ebe 100644 --- a/samples/c/CMakeLists.txt +++ b/samples/c/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/c/common/CMakeLists.txt b/samples/c/common/CMakeLists.txt index 0e0d9edd480..ec647ff3304 100644 --- a/samples/c/common/CMakeLists.txt +++ b/samples/c/common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/c/common/opencv_c_wrapper/CMakeLists.txt b/samples/c/common/opencv_c_wrapper/CMakeLists.txt index 11ae7efbf35..41268aa874e 100644 --- a/samples/c/common/opencv_c_wrapper/CMakeLists.txt +++ b/samples/c/common/opencv_c_wrapper/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/c/common/opencv_c_wrapper/include/opencv_c_wrapper.h b/samples/c/common/opencv_c_wrapper/include/opencv_c_wrapper.h index c3db6f29b71..4afcc422ff9 100644 --- a/samples/c/common/opencv_c_wrapper/include/opencv_c_wrapper.h +++ b/samples/c/common/opencv_c_wrapper/include/opencv_c_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/c/common/opencv_c_wrapper/src/bmp_reader.c b/samples/c/common/opencv_c_wrapper/src/bmp_reader.c index ff553d58814..54ea8a8f046 100644 --- a/samples/c/common/opencv_c_wrapper/src/bmp_reader.c +++ b/samples/c/common/opencv_c_wrapper/src/bmp_reader.c @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/c/common/opencv_c_wrapper/src/bmp_reader.h b/samples/c/common/opencv_c_wrapper/src/bmp_reader.h index 44b51941f28..a3ae639744f 100644 --- a/samples/c/common/opencv_c_wrapper/src/bmp_reader.h +++ b/samples/c/common/opencv_c_wrapper/src/bmp_reader.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/c/common/opencv_c_wrapper/src/opencv_c_wrapper.cpp b/samples/c/common/opencv_c_wrapper/src/opencv_c_wrapper.cpp index a43df868997..f8f2e28c9bf 100644 --- a/samples/c/common/opencv_c_wrapper/src/opencv_c_wrapper.cpp +++ b/samples/c/common/opencv_c_wrapper/src/opencv_c_wrapper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/c/hello_classification/CMakeLists.txt b/samples/c/hello_classification/CMakeLists.txt index 031b9d44037..e72710c7b9e 100644 --- a/samples/c/hello_classification/CMakeLists.txt +++ b/samples/c/hello_classification/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/c/hello_classification/main.c b/samples/c/hello_classification/main.c index 4fbf0c5f7a9..aeabc91dd74 100644 --- a/samples/c/hello_classification/main.c +++ b/samples/c/hello_classification/main.c @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/c/hello_nv12_input_classification/CMakeLists.txt b/samples/c/hello_nv12_input_classification/CMakeLists.txt index 83ae06b5205..8c19d121388 100644 --- a/samples/c/hello_nv12_input_classification/CMakeLists.txt +++ b/samples/c/hello_nv12_input_classification/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/c/hello_nv12_input_classification/main.c b/samples/c/hello_nv12_input_classification/main.c index 259f5931c7e..7e7232d8528 100644 --- a/samples/c/hello_nv12_input_classification/main.c +++ b/samples/c/hello_nv12_input_classification/main.c @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/CMakeLists.txt b/samples/cpp/CMakeLists.txt index e4b3a3bccb3..4d33bff944e 100644 --- a/samples/cpp/CMakeLists.txt +++ b/samples/cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/benchmark_app/CMakeLists.txt b/samples/cpp/benchmark_app/CMakeLists.txt index da6e5676f11..3f72c0e4123 100644 --- a/samples/cpp/benchmark_app/CMakeLists.txt +++ b/samples/cpp/benchmark_app/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/benchmark_app/benchmark_app.hpp b/samples/cpp/benchmark_app/benchmark_app.hpp index ed11bfb4d28..5bbc2a1e15f 100644 --- a/samples/cpp/benchmark_app/benchmark_app.hpp +++ b/samples/cpp/benchmark_app/benchmark_app.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/benchmark_app/infer_request_wrap.hpp b/samples/cpp/benchmark_app/infer_request_wrap.hpp index 3383bd08019..0c09a6d6ada 100644 --- a/samples/cpp/benchmark_app/infer_request_wrap.hpp +++ b/samples/cpp/benchmark_app/infer_request_wrap.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/benchmark_app/inputs_filling.cpp b/samples/cpp/benchmark_app/inputs_filling.cpp index aea6fc0be61..b302d294afe 100644 --- a/samples/cpp/benchmark_app/inputs_filling.cpp +++ b/samples/cpp/benchmark_app/inputs_filling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/benchmark_app/inputs_filling.hpp b/samples/cpp/benchmark_app/inputs_filling.hpp index 15a357ebc73..e4efe8e1730 100644 --- a/samples/cpp/benchmark_app/inputs_filling.hpp +++ b/samples/cpp/benchmark_app/inputs_filling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/benchmark_app/main.cpp b/samples/cpp/benchmark_app/main.cpp index fa5a2cd7a9d..fdc5a5288ff 100644 --- a/samples/cpp/benchmark_app/main.cpp +++ b/samples/cpp/benchmark_app/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/benchmark_app/remote_tensors_filling.cpp b/samples/cpp/benchmark_app/remote_tensors_filling.cpp index 9301a8d1132..a0d9bdc2fd5 100644 --- a/samples/cpp/benchmark_app/remote_tensors_filling.cpp +++ b/samples/cpp/benchmark_app/remote_tensors_filling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/benchmark_app/remote_tensors_filling.hpp b/samples/cpp/benchmark_app/remote_tensors_filling.hpp index dbfee53905d..dec6a23ecb4 100644 --- a/samples/cpp/benchmark_app/remote_tensors_filling.hpp +++ b/samples/cpp/benchmark_app/remote_tensors_filling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/benchmark_app/statistics_report.cpp b/samples/cpp/benchmark_app/statistics_report.cpp index 061b3c4a8d5..1641f475a8e 100644 --- a/samples/cpp/benchmark_app/statistics_report.cpp +++ b/samples/cpp/benchmark_app/statistics_report.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/benchmark_app/statistics_report.hpp b/samples/cpp/benchmark_app/statistics_report.hpp index d346d899444..6009d9a3682 100644 --- a/samples/cpp/benchmark_app/statistics_report.hpp +++ b/samples/cpp/benchmark_app/statistics_report.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/benchmark_app/utils.cpp b/samples/cpp/benchmark_app/utils.cpp index 65ab24ae53c..53bae105d50 100644 --- a/samples/cpp/benchmark_app/utils.cpp +++ b/samples/cpp/benchmark_app/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/benchmark_app/utils.hpp b/samples/cpp/benchmark_app/utils.hpp index e3277eaea60..12eeaf8e7ad 100644 --- a/samples/cpp/benchmark_app/utils.hpp +++ b/samples/cpp/benchmark_app/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/build_samples.sh b/samples/cpp/build_samples.sh index 9e5f520105b..fc171a27227 100755 --- a/samples/cpp/build_samples.sh +++ b/samples/cpp/build_samples.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # exit when any command fails diff --git a/samples/cpp/build_samples_msvc.bat b/samples/cpp/build_samples_msvc.bat index 43d69e00fe9..47e5bd659cc 100644 --- a/samples/cpp/build_samples_msvc.bat +++ b/samples/cpp/build_samples_msvc.bat @@ -1,6 +1,6 @@ @echo off -:: Copyright (C) 2018-2023 Intel Corporation +:: Copyright (C) 2018-2024 Intel Corporation :: SPDX-License-Identifier: Apache-2.0 @setlocal diff --git a/samples/cpp/classification_sample_async/CMakeLists.txt b/samples/cpp/classification_sample_async/CMakeLists.txt index ea208418b76..31b2e1da0d6 100644 --- a/samples/cpp/classification_sample_async/CMakeLists.txt +++ b/samples/cpp/classification_sample_async/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/classification_sample_async/classification_sample_async.h b/samples/cpp/classification_sample_async/classification_sample_async.h index 109a04bb219..b452fb18012 100644 --- a/samples/cpp/classification_sample_async/classification_sample_async.h +++ b/samples/cpp/classification_sample_async/classification_sample_async.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/classification_sample_async/main.cpp b/samples/cpp/classification_sample_async/main.cpp index ccdf10625fe..6ac5639fd12 100644 --- a/samples/cpp/classification_sample_async/main.cpp +++ b/samples/cpp/classification_sample_async/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/CMakeLists.txt b/samples/cpp/common/CMakeLists.txt index 3090199addb..8336f3e6f33 100644 --- a/samples/cpp/common/CMakeLists.txt +++ b/samples/cpp/common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/common/format_reader/CMakeLists.txt b/samples/cpp/common/format_reader/CMakeLists.txt index 7be5f6af757..b57d3eef388 100644 --- a/samples/cpp/common/format_reader/CMakeLists.txt +++ b/samples/cpp/common/format_reader/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/common/format_reader/include/format_reader.h b/samples/cpp/common/format_reader/include/format_reader.h index 31f6fffc436..96a8fb4f099 100644 --- a/samples/cpp/common/format_reader/include/format_reader.h +++ b/samples/cpp/common/format_reader/include/format_reader.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/include/format_reader_ptr.h b/samples/cpp/common/format_reader/include/format_reader_ptr.h index 5a931135ee5..79c87ee0147 100644 --- a/samples/cpp/common/format_reader/include/format_reader_ptr.h +++ b/samples/cpp/common/format_reader/include/format_reader_ptr.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/MnistUbyte.cpp b/samples/cpp/common/format_reader/src/MnistUbyte.cpp index 6610575a4d3..75a2e57e4e8 100644 --- a/samples/cpp/common/format_reader/src/MnistUbyte.cpp +++ b/samples/cpp/common/format_reader/src/MnistUbyte.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/MnistUbyte.h b/samples/cpp/common/format_reader/src/MnistUbyte.h index 80b5eb01cc7..4aa8fe5060a 100644 --- a/samples/cpp/common/format_reader/src/MnistUbyte.h +++ b/samples/cpp/common/format_reader/src/MnistUbyte.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/bmp.cpp b/samples/cpp/common/format_reader/src/bmp.cpp index ca885e906af..940a54de45f 100644 --- a/samples/cpp/common/format_reader/src/bmp.cpp +++ b/samples/cpp/common/format_reader/src/bmp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/bmp.h b/samples/cpp/common/format_reader/src/bmp.h index 33a3b5d292b..1e4afa7f0f8 100644 --- a/samples/cpp/common/format_reader/src/bmp.h +++ b/samples/cpp/common/format_reader/src/bmp.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/format_reader.cpp b/samples/cpp/common/format_reader/src/format_reader.cpp index 58f59aca6c6..e067e4b2eeb 100644 --- a/samples/cpp/common/format_reader/src/format_reader.cpp +++ b/samples/cpp/common/format_reader/src/format_reader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/npy.cpp b/samples/cpp/common/format_reader/src/npy.cpp index efde709300a..0427ac8ff88 100644 --- a/samples/cpp/common/format_reader/src/npy.cpp +++ b/samples/cpp/common/format_reader/src/npy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/npy.h b/samples/cpp/common/format_reader/src/npy.h index 7d512e4988e..adec7ae4c97 100644 --- a/samples/cpp/common/format_reader/src/npy.h +++ b/samples/cpp/common/format_reader/src/npy.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/opencv_wrapper.cpp b/samples/cpp/common/format_reader/src/opencv_wrapper.cpp index b7a4ea2c335..db31a6a5ca7 100644 --- a/samples/cpp/common/format_reader/src/opencv_wrapper.cpp +++ b/samples/cpp/common/format_reader/src/opencv_wrapper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/opencv_wrapper.h b/samples/cpp/common/format_reader/src/opencv_wrapper.h index d0a1b95973a..be8a6cbfe27 100644 --- a/samples/cpp/common/format_reader/src/opencv_wrapper.h +++ b/samples/cpp/common/format_reader/src/opencv_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/register.h b/samples/cpp/common/format_reader/src/register.h index 14347c71ad8..cc7ded0ba24 100644 --- a/samples/cpp/common/format_reader/src/register.h +++ b/samples/cpp/common/format_reader/src/register.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // /** diff --git a/samples/cpp/common/format_reader/src/yuv_nv12.cpp b/samples/cpp/common/format_reader/src/yuv_nv12.cpp index 9643d5e3777..31d2eaac0bc 100644 --- a/samples/cpp/common/format_reader/src/yuv_nv12.cpp +++ b/samples/cpp/common/format_reader/src/yuv_nv12.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/format_reader/src/yuv_nv12.h b/samples/cpp/common/format_reader/src/yuv_nv12.h index 621d2e8b32b..3dcc9f59605 100644 --- a/samples/cpp/common/format_reader/src/yuv_nv12.h +++ b/samples/cpp/common/format_reader/src/yuv_nv12.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/utils/CMakeLists.txt b/samples/cpp/common/utils/CMakeLists.txt index f7dd66d67b5..8cbc541351a 100644 --- a/samples/cpp/common/utils/CMakeLists.txt +++ b/samples/cpp/common/utils/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/common/utils/include/samples/args_helper.hpp b/samples/cpp/common/utils/include/samples/args_helper.hpp index 17f3e1ca480..525f99cf397 100644 --- a/samples/cpp/common/utils/include/samples/args_helper.hpp +++ b/samples/cpp/common/utils/include/samples/args_helper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/utils/include/samples/classification_results.h b/samples/cpp/common/utils/include/samples/classification_results.h index 1a9be8f8c63..273237107d2 100644 --- a/samples/cpp/common/utils/include/samples/classification_results.h +++ b/samples/cpp/common/utils/include/samples/classification_results.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/utils/include/samples/common.hpp b/samples/cpp/common/utils/include/samples/common.hpp index 047e88b24ca..f0f5eda230b 100644 --- a/samples/cpp/common/utils/include/samples/common.hpp +++ b/samples/cpp/common/utils/include/samples/common.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/utils/include/samples/console_progress.hpp b/samples/cpp/common/utils/include/samples/console_progress.hpp index 36c7233ae18..069c4e7f7b5 100644 --- a/samples/cpp/common/utils/include/samples/console_progress.hpp +++ b/samples/cpp/common/utils/include/samples/console_progress.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/utils/include/samples/csv_dumper.hpp b/samples/cpp/common/utils/include/samples/csv_dumper.hpp index 460c4f090c3..664cf778407 100644 --- a/samples/cpp/common/utils/include/samples/csv_dumper.hpp +++ b/samples/cpp/common/utils/include/samples/csv_dumper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/utils/include/samples/os/windows/w_dirent.h b/samples/cpp/common/utils/include/samples/os/windows/w_dirent.h index dad337c1736..1a8ae8ea41a 100644 --- a/samples/cpp/common/utils/include/samples/os/windows/w_dirent.h +++ b/samples/cpp/common/utils/include/samples/os/windows/w_dirent.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/utils/include/samples/slog.hpp b/samples/cpp/common/utils/include/samples/slog.hpp index b3717c4868b..7518291f124 100644 --- a/samples/cpp/common/utils/include/samples/slog.hpp +++ b/samples/cpp/common/utils/include/samples/slog.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/utils/src/args_helper.cpp b/samples/cpp/common/utils/src/args_helper.cpp index a67440c2903..f4a3d10ceb0 100644 --- a/samples/cpp/common/utils/src/args_helper.cpp +++ b/samples/cpp/common/utils/src/args_helper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/utils/src/latency_metrics.cpp b/samples/cpp/common/utils/src/latency_metrics.cpp index 9966213e944..3e037c3e180 100644 --- a/samples/cpp/common/utils/src/latency_metrics.cpp +++ b/samples/cpp/common/utils/src/latency_metrics.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/common/utils/src/slog.cpp b/samples/cpp/common/utils/src/slog.cpp index 459e5c10bd5..215c6d08322 100644 --- a/samples/cpp/common/utils/src/slog.cpp +++ b/samples/cpp/common/utils/src/slog.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/hello_classification/CMakeLists.txt b/samples/cpp/hello_classification/CMakeLists.txt index 1d397db3d3f..5e5cbece8c5 100644 --- a/samples/cpp/hello_classification/CMakeLists.txt +++ b/samples/cpp/hello_classification/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/hello_classification/main.cpp b/samples/cpp/hello_classification/main.cpp index f05451b46c2..601e2457138 100644 --- a/samples/cpp/hello_classification/main.cpp +++ b/samples/cpp/hello_classification/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/hello_nv12_input_classification/CMakeLists.txt b/samples/cpp/hello_nv12_input_classification/CMakeLists.txt index 1e0e73ca8ec..012f8ed3f5a 100644 --- a/samples/cpp/hello_nv12_input_classification/CMakeLists.txt +++ b/samples/cpp/hello_nv12_input_classification/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/hello_nv12_input_classification/main.cpp b/samples/cpp/hello_nv12_input_classification/main.cpp index 477209e828b..d88658fc00d 100644 --- a/samples/cpp/hello_nv12_input_classification/main.cpp +++ b/samples/cpp/hello_nv12_input_classification/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/hello_query_device/CMakeLists.txt b/samples/cpp/hello_query_device/CMakeLists.txt index b7947a58cf3..b9c8ea6db5a 100644 --- a/samples/cpp/hello_query_device/CMakeLists.txt +++ b/samples/cpp/hello_query_device/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/hello_query_device/main.cpp b/samples/cpp/hello_query_device/main.cpp index 9dad08e7f7d..53b320ab666 100644 --- a/samples/cpp/hello_query_device/main.cpp +++ b/samples/cpp/hello_query_device/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/hello_reshape_ssd/CMakeLists.txt b/samples/cpp/hello_reshape_ssd/CMakeLists.txt index 6405c769f24..244c9181c65 100644 --- a/samples/cpp/hello_reshape_ssd/CMakeLists.txt +++ b/samples/cpp/hello_reshape_ssd/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/hello_reshape_ssd/main.cpp b/samples/cpp/hello_reshape_ssd/main.cpp index ea61b6cf36f..6e8de6561af 100644 --- a/samples/cpp/hello_reshape_ssd/main.cpp +++ b/samples/cpp/hello_reshape_ssd/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/model_creation_sample/CMakeLists.txt b/samples/cpp/model_creation_sample/CMakeLists.txt index 9d42ef3602a..ad0ad251368 100644 --- a/samples/cpp/model_creation_sample/CMakeLists.txt +++ b/samples/cpp/model_creation_sample/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/samples/cpp/model_creation_sample/main.cpp b/samples/cpp/model_creation_sample/main.cpp index 8f2df4817bf..c3e83e6edec 100644 --- a/samples/cpp/model_creation_sample/main.cpp +++ b/samples/cpp/model_creation_sample/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/cpp/model_creation_sample/model_creation_sample.hpp b/samples/cpp/model_creation_sample/model_creation_sample.hpp index 1ab9a76f6b7..2d4e2440909 100644 --- a/samples/cpp/model_creation_sample/model_creation_sample.hpp +++ b/samples/cpp/model_creation_sample/model_creation_sample.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/samples/python/classification_sample_async/classification_sample_async.py b/samples/python/classification_sample_async/classification_sample_async.py index b687d0dd3d6..a4d5fe53d35 100755 --- a/samples/python/classification_sample_async/classification_sample_async.py +++ b/samples/python/classification_sample_async/classification_sample_async.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/samples/python/hello_classification/hello_classification.py b/samples/python/hello_classification/hello_classification.py index 9e391c32219..3c3508f6987 100755 --- a/samples/python/hello_classification/hello_classification.py +++ b/samples/python/hello_classification/hello_classification.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/samples/python/hello_query_device/hello_query_device.py b/samples/python/hello_query_device/hello_query_device.py index 20f784bc6f6..6c9bbee69a4 100755 --- a/samples/python/hello_query_device/hello_query_device.py +++ b/samples/python/hello_query_device/hello_query_device.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log import sys diff --git a/samples/python/hello_reshape_ssd/hello_reshape_ssd.py b/samples/python/hello_reshape_ssd/hello_reshape_ssd.py index 40d4afdbcf0..40f9b475167 100755 --- a/samples/python/hello_reshape_ssd/hello_reshape_ssd.py +++ b/samples/python/hello_reshape_ssd/hello_reshape_ssd.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/samples/python/model_creation_sample/data.py b/samples/python/model_creation_sample/data.py index e205e50b94d..5facc227e9b 100644 --- a/samples/python/model_creation_sample/data.py +++ b/samples/python/model_creation_sample/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy diff --git a/samples/python/model_creation_sample/model_creation_sample.py b/samples/python/model_creation_sample/model_creation_sample.py index 85815df2a7c..1a9fdac84fa 100755 --- a/samples/python/model_creation_sample/model_creation_sample.py +++ b/samples/python/model_creation_sample/model_creation_sample.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log import sys diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 6506fb80991..73cdd57e508 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/scripts/install_dependencies/install_openvino_dependencies.sh b/scripts/install_dependencies/install_openvino_dependencies.sh index 4c964182f16..ad489419755 100755 --- a/scripts/install_dependencies/install_openvino_dependencies.sh +++ b/scripts/install_dependencies/install_openvino_dependencies.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 set -e diff --git a/scripts/setupvars/setupvars.bat b/scripts/setupvars/setupvars.bat index 7aec4a6bcc4..65f11e58ba2 100644 --- a/scripts/setupvars/setupvars.bat +++ b/scripts/setupvars/setupvars.bat @@ -1,6 +1,6 @@ @echo off -:: Copyright (C) 2018-2023 Intel Corporation +:: Copyright (C) 2018-2024 Intel Corporation :: SPDX-License-Identifier: Apache-2.0 set SCRIPT_NAME=%~nx0 diff --git a/scripts/setupvars/setupvars.sh b/scripts/setupvars/setupvars.sh index cc569d69bcb..e4801265735 100755 --- a/scripts/setupvars/setupvars.sh +++ b/scripts/setupvars/setupvars.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 abs_path () { diff --git a/scripts/submodule_update_with_gitee.sh b/scripts/submodule_update_with_gitee.sh index 8381a555a20..9d5f015c5a9 100755 --- a/scripts/submodule_update_with_gitee.sh +++ b/scripts/submodule_update_with_gitee.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/scripts/utils/create_package.py b/scripts/utils/create_package.py index 89814e59c7c..2db714b4072 100644 --- a/scripts/utils/create_package.py +++ b/scripts/utils/create_package.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/scripts/utils/utils.py b/scripts/utils/utils.py index 9b8ce5b31a8..dbe8df67dbe 100644 --- a/scripts/utils/utils.py +++ b/scripts/utils/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 67ed291ff62..288e297411a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/bindings/CMakeLists.txt b/src/bindings/CMakeLists.txt index ca504b02c4b..642aeef6ca3 100644 --- a/src/bindings/CMakeLists.txt +++ b/src/bindings/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/bindings/c/CMakeLists.txt b/src/bindings/c/CMakeLists.txt index c351ed9495d..c829f450760 100644 --- a/src/bindings/c/CMakeLists.txt +++ b/src/bindings/c/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/bindings/c/include/openvino/c/auto/properties.h b/src/bindings/c/include/openvino/c/auto/properties.h index 87d920cc131..c2df74a176f 100644 --- a/src/bindings/c/include/openvino/c/auto/properties.h +++ b/src/bindings/c/include/openvino/c/auto/properties.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/deprecated.h b/src/bindings/c/include/openvino/c/deprecated.h index a4c271633ca..f1917505d28 100644 --- a/src/bindings/c/include/openvino/c/deprecated.h +++ b/src/bindings/c/include/openvino/c/deprecated.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/gpu/gpu_plugin_properties.h b/src/bindings/c/include/openvino/c/gpu/gpu_plugin_properties.h index 7ec3b46731b..7a9836daaf0 100644 --- a/src/bindings/c/include/openvino/c/gpu/gpu_plugin_properties.h +++ b/src/bindings/c/include/openvino/c/gpu/gpu_plugin_properties.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/openvino.h b/src/bindings/c/include/openvino/c/openvino.h index c534fc688d1..28c79441b3e 100644 --- a/src/bindings/c/include/openvino/c/openvino.h +++ b/src/bindings/c/include/openvino/c/openvino.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_common.h b/src/bindings/c/include/openvino/c/ov_common.h index f1be5750c3b..daebbb7b656 100644 --- a/src/bindings/c/include/openvino/c/ov_common.h +++ b/src/bindings/c/include/openvino/c/ov_common.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_compiled_model.h b/src/bindings/c/include/openvino/c/ov_compiled_model.h index 4bba5c8c152..7e068e6abd1 100644 --- a/src/bindings/c/include/openvino/c/ov_compiled_model.h +++ b/src/bindings/c/include/openvino/c/ov_compiled_model.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_core.h b/src/bindings/c/include/openvino/c/ov_core.h index 7b7bc3c4dfb..12736190b9d 100644 --- a/src/bindings/c/include/openvino/c/ov_core.h +++ b/src/bindings/c/include/openvino/c/ov_core.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_dimension.h b/src/bindings/c/include/openvino/c/ov_dimension.h index 70cdffeaacb..a4cbb2eb267 100644 --- a/src/bindings/c/include/openvino/c/ov_dimension.h +++ b/src/bindings/c/include/openvino/c/ov_dimension.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_infer_request.h b/src/bindings/c/include/openvino/c/ov_infer_request.h index 6b9087356b2..26331d89f6c 100644 --- a/src/bindings/c/include/openvino/c/ov_infer_request.h +++ b/src/bindings/c/include/openvino/c/ov_infer_request.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_layout.h b/src/bindings/c/include/openvino/c/ov_layout.h index 03835f6985d..dc7302e6fff 100644 --- a/src/bindings/c/include/openvino/c/ov_layout.h +++ b/src/bindings/c/include/openvino/c/ov_layout.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_model.h b/src/bindings/c/include/openvino/c/ov_model.h index 1ee78f6e528..1a3b1312687 100644 --- a/src/bindings/c/include/openvino/c/ov_model.h +++ b/src/bindings/c/include/openvino/c/ov_model.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_node.h b/src/bindings/c/include/openvino/c/ov_node.h index e1201db39cd..bf637db224d 100644 --- a/src/bindings/c/include/openvino/c/ov_node.h +++ b/src/bindings/c/include/openvino/c/ov_node.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_partial_shape.h b/src/bindings/c/include/openvino/c/ov_partial_shape.h index 93011c5bd8e..ee4d324bb22 100644 --- a/src/bindings/c/include/openvino/c/ov_partial_shape.h +++ b/src/bindings/c/include/openvino/c/ov_partial_shape.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_prepostprocess.h b/src/bindings/c/include/openvino/c/ov_prepostprocess.h index 5a0250b16e8..b2211b6d83c 100644 --- a/src/bindings/c/include/openvino/c/ov_prepostprocess.h +++ b/src/bindings/c/include/openvino/c/ov_prepostprocess.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_property.h b/src/bindings/c/include/openvino/c/ov_property.h index dbefcbb366a..5532287057a 100644 --- a/src/bindings/c/include/openvino/c/ov_property.h +++ b/src/bindings/c/include/openvino/c/ov_property.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_rank.h b/src/bindings/c/include/openvino/c/ov_rank.h index 2795b36d3eb..470089d459d 100644 --- a/src/bindings/c/include/openvino/c/ov_rank.h +++ b/src/bindings/c/include/openvino/c/ov_rank.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_shape.h b/src/bindings/c/include/openvino/c/ov_shape.h index 6ff4f4d7bf4..f3ebbe2cfdf 100644 --- a/src/bindings/c/include/openvino/c/ov_shape.h +++ b/src/bindings/c/include/openvino/c/ov_shape.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/include/openvino/c/ov_tensor.h b/src/bindings/c/include/openvino/c/ov_tensor.h index a2369f33260..2c0b49658c9 100644 --- a/src/bindings/c/include/openvino/c/ov_tensor.h +++ b/src/bindings/c/include/openvino/c/ov_tensor.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/src/CMakeLists.txt b/src/bindings/c/src/CMakeLists.txt index bade88e437e..7e966f0e697 100644 --- a/src/bindings/c/src/CMakeLists.txt +++ b/src/bindings/c/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/bindings/c/src/common.h b/src/bindings/c/src/common.h index 030f3c72e6a..cec3e9999c4 100644 --- a/src/bindings/c/src/common.h +++ b/src/bindings/c/src/common.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/bindings/c/src/ov_auto_property.cpp b/src/bindings/c/src/ov_auto_property.cpp index c8900e87c7a..f3426d9169c 100644 --- a/src/bindings/c/src/ov_auto_property.cpp +++ b/src/bindings/c/src/ov_auto_property.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/src/ov_common.cpp b/src/bindings/c/src/ov_common.cpp index c2ee2fd293c..4781feb9271 100644 --- a/src/bindings/c/src/ov_common.cpp +++ b/src/bindings/c/src/ov_common.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_common.h" diff --git a/src/bindings/c/src/ov_compiled_model.cpp b/src/bindings/c/src/ov_compiled_model.cpp index ca2f7234933..caa69449291 100644 --- a/src/bindings/c/src/ov_compiled_model.cpp +++ b/src/bindings/c/src/ov_compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_compiled_model.h" diff --git a/src/bindings/c/src/ov_core.cpp b/src/bindings/c/src/ov_core.cpp index a1a90740393..46dbbe67c46 100644 --- a/src/bindings/c/src/ov_core.cpp +++ b/src/bindings/c/src/ov_core.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_core.h" diff --git a/src/bindings/c/src/ov_dimension.cpp b/src/bindings/c/src/ov_dimension.cpp index 162d883a6b3..5533389c26c 100644 --- a/src/bindings/c/src/ov_dimension.cpp +++ b/src/bindings/c/src/ov_dimension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_dimension.h" diff --git a/src/bindings/c/src/ov_infer_request.cpp b/src/bindings/c/src/ov_infer_request.cpp index b059cccefa4..e5089819a3b 100644 --- a/src/bindings/c/src/ov_infer_request.cpp +++ b/src/bindings/c/src/ov_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_infer_request.h" diff --git a/src/bindings/c/src/ov_layout.cpp b/src/bindings/c/src/ov_layout.cpp index 23e0cf401b5..76436f24d66 100644 --- a/src/bindings/c/src/ov_layout.cpp +++ b/src/bindings/c/src/ov_layout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_layout.h" diff --git a/src/bindings/c/src/ov_model.cpp b/src/bindings/c/src/ov_model.cpp index 3b56daca552..5f8ec07123f 100644 --- a/src/bindings/c/src/ov_model.cpp +++ b/src/bindings/c/src/ov_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_model.h" diff --git a/src/bindings/c/src/ov_node.cpp b/src/bindings/c/src/ov_node.cpp index 75d82a9b337..b52eda58faa 100644 --- a/src/bindings/c/src/ov_node.cpp +++ b/src/bindings/c/src/ov_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_node.h" diff --git a/src/bindings/c/src/ov_partial_shape.cpp b/src/bindings/c/src/ov_partial_shape.cpp index dbe2ae10f55..dd25f790328 100644 --- a/src/bindings/c/src/ov_partial_shape.cpp +++ b/src/bindings/c/src/ov_partial_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_partial_shape.h" diff --git a/src/bindings/c/src/ov_prepostprocess.cpp b/src/bindings/c/src/ov_prepostprocess.cpp index bda44004ca9..1af8a9e1f9f 100644 --- a/src/bindings/c/src/ov_prepostprocess.cpp +++ b/src/bindings/c/src/ov_prepostprocess.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_prepostprocess.h" diff --git a/src/bindings/c/src/ov_property.cpp b/src/bindings/c/src/ov_property.cpp index 8a083e2afd8..7c33b4b8dbb 100644 --- a/src/bindings/c/src/ov_property.cpp +++ b/src/bindings/c/src/ov_property.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_property.h" diff --git a/src/bindings/c/src/ov_rank.cpp b/src/bindings/c/src/ov_rank.cpp index 36e54de6308..8f34ebc1839 100644 --- a/src/bindings/c/src/ov_rank.cpp +++ b/src/bindings/c/src/ov_rank.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_rank.h" diff --git a/src/bindings/c/src/ov_shape.cpp b/src/bindings/c/src/ov_shape.cpp index 6d96f57a384..209665e831b 100644 --- a/src/bindings/c/src/ov_shape.cpp +++ b/src/bindings/c/src/ov_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_shape.h" diff --git a/src/bindings/c/src/ov_tensor.cpp b/src/bindings/c/src/ov_tensor.cpp index d81ab949d6b..3ad7d408add 100644 --- a/src/bindings/c/src/ov_tensor.cpp +++ b/src/bindings/c/src/ov_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/c/ov_tensor.h" diff --git a/src/bindings/c/tests/CMakeLists.txt b/src/bindings/c/tests/CMakeLists.txt index 3ceb40ee2e8..0edf1ffac3d 100644 --- a/src/bindings/c/tests/CMakeLists.txt +++ b/src/bindings/c/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/bindings/c/tests/ov_auto_property_test.cpp b/src/bindings/c/tests/ov_auto_property_test.cpp index 74a47cca725..73e50051bfd 100644 --- a/src/bindings/c/tests/ov_auto_property_test.cpp +++ b/src/bindings/c/tests/ov_auto_property_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/tests/ov_compiled_model_test.cpp b/src/bindings/c/tests/ov_compiled_model_test.cpp index b066d60533b..43722630c8c 100644 --- a/src/bindings/c/tests/ov_compiled_model_test.cpp +++ b/src/bindings/c/tests/ov_compiled_model_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/tests/ov_core_test.cpp b/src/bindings/c/tests/ov_core_test.cpp index 69762a901d8..3e8ceebcaa0 100644 --- a/src/bindings/c/tests/ov_core_test.cpp +++ b/src/bindings/c/tests/ov_core_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/tests/ov_infer_request_test.cpp b/src/bindings/c/tests/ov_infer_request_test.cpp index b7c820c9f33..f02446e2aaa 100644 --- a/src/bindings/c/tests/ov_infer_request_test.cpp +++ b/src/bindings/c/tests/ov_infer_request_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/bindings/c/tests/ov_layout_test.cpp b/src/bindings/c/tests/ov_layout_test.cpp index 115cbe2efcf..efb003bcd61 100644 --- a/src/bindings/c/tests/ov_layout_test.cpp +++ b/src/bindings/c/tests/ov_layout_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "ov_test.hpp" diff --git a/src/bindings/c/tests/ov_model_test.cpp b/src/bindings/c/tests/ov_model_test.cpp index 228eada97b0..1318655acfc 100644 --- a/src/bindings/c/tests/ov_model_test.cpp +++ b/src/bindings/c/tests/ov_model_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "ov_test.hpp" diff --git a/src/bindings/c/tests/ov_partial_shape_test.cpp b/src/bindings/c/tests/ov_partial_shape_test.cpp index f5d40ef9174..1c35251c248 100644 --- a/src/bindings/c/tests/ov_partial_shape_test.cpp +++ b/src/bindings/c/tests/ov_partial_shape_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "ov_test.hpp" diff --git a/src/bindings/c/tests/ov_preprocess_test.cpp b/src/bindings/c/tests/ov_preprocess_test.cpp index 2bf0d061d0c..4ea4eddf14c 100644 --- a/src/bindings/c/tests/ov_preprocess_test.cpp +++ b/src/bindings/c/tests/ov_preprocess_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "ov_test.hpp" diff --git a/src/bindings/c/tests/ov_tensor_test.cpp b/src/bindings/c/tests/ov_tensor_test.cpp index 014b567f5f4..81668783c86 100644 --- a/src/bindings/c/tests/ov_tensor_test.cpp +++ b/src/bindings/c/tests/ov_tensor_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "ov_test.hpp" diff --git a/src/bindings/c/tests/ov_test.cpp b/src/bindings/c/tests/ov_test.cpp index abafe06838d..7bea238e837 100644 --- a/src/bindings/c/tests/ov_test.cpp +++ b/src/bindings/c/tests/ov_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "ov_test.hpp" diff --git a/src/bindings/c/tests/ov_test.hpp b/src/bindings/c/tests/ov_test.hpp index 66b829f8a9e..708629c4ba6 100644 --- a/src/bindings/c/tests/ov_test.hpp +++ b/src/bindings/c/tests/ov_test.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/bindings/c/tests/ov_windows_conflict_test.cpp b/src/bindings/c/tests/ov_windows_conflict_test.cpp index 07262bddeeb..082ef20ac6c 100644 --- a/src/bindings/c/tests/ov_windows_conflict_test.cpp +++ b/src/bindings/c/tests/ov_windows_conflict_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/tests/test_model_repo.cpp b/src/bindings/c/tests/test_model_repo.cpp index 3c11f14fe1f..c7f544bddfa 100644 --- a/src/bindings/c/tests/test_model_repo.cpp +++ b/src/bindings/c/tests/test_model_repo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/c/tests/test_model_repo.hpp b/src/bindings/c/tests/test_model_repo.hpp index 476725ffdeb..5cec7aaf3e2 100644 --- a/src/bindings/c/tests/test_model_repo.hpp +++ b/src/bindings/c/tests/test_model_repo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bindings/js/CMakeLists.txt b/src/bindings/js/CMakeLists.txt index 20bf139a54a..12d04447f49 100644 --- a/src/bindings/js/CMakeLists.txt +++ b/src/bindings/js/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/bindings/js/node/CMakeLists.txt b/src/bindings/js/node/CMakeLists.txt index cb713db9c75..90ce599bdac 100644 --- a/src/bindings/js/node/CMakeLists.txt +++ b/src/bindings/js/node/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/bindings/js/node/include/addon.hpp b/src/bindings/js/node/include/addon.hpp index f9312978d0b..ee4864876ea 100644 --- a/src/bindings/js/node/include/addon.hpp +++ b/src/bindings/js/node/include/addon.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/async_reader.hpp b/src/bindings/js/node/include/async_reader.hpp index b5872184328..2e67fd48715 100644 --- a/src/bindings/js/node/include/async_reader.hpp +++ b/src/bindings/js/node/include/async_reader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/compiled_model.hpp b/src/bindings/js/node/include/compiled_model.hpp index b6de5e5a9d6..cc3a86eda2c 100644 --- a/src/bindings/js/node/include/compiled_model.hpp +++ b/src/bindings/js/node/include/compiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/core_wrap.hpp b/src/bindings/js/node/include/core_wrap.hpp index 13732e26d7a..ac4637c5faf 100644 --- a/src/bindings/js/node/include/core_wrap.hpp +++ b/src/bindings/js/node/include/core_wrap.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/element_type.hpp b/src/bindings/js/node/include/element_type.hpp index 7ff79a433a8..73cc4289cbc 100644 --- a/src/bindings/js/node/include/element_type.hpp +++ b/src/bindings/js/node/include/element_type.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/errors.hpp b/src/bindings/js/node/include/errors.hpp index f558c154440..a9f44c8a3e7 100644 --- a/src/bindings/js/node/include/errors.hpp +++ b/src/bindings/js/node/include/errors.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/helper.hpp b/src/bindings/js/node/include/helper.hpp index 796eaee4014..944b1a68fb0 100644 --- a/src/bindings/js/node/include/helper.hpp +++ b/src/bindings/js/node/include/helper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/infer_request.hpp b/src/bindings/js/node/include/infer_request.hpp index e7f68a4b48f..100204bf4f1 100644 --- a/src/bindings/js/node/include/infer_request.hpp +++ b/src/bindings/js/node/include/infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/model_wrap.hpp b/src/bindings/js/node/include/model_wrap.hpp index 39c2a078b0d..365bfbff87d 100644 --- a/src/bindings/js/node/include/model_wrap.hpp +++ b/src/bindings/js/node/include/model_wrap.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/node_output.hpp b/src/bindings/js/node/include/node_output.hpp index 0e1561d85f5..a796f92523f 100644 --- a/src/bindings/js/node/include/node_output.hpp +++ b/src/bindings/js/node/include/node_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/partial_shape_wrap.hpp b/src/bindings/js/node/include/partial_shape_wrap.hpp index 236012bd291..5cfa3416429 100644 --- a/src/bindings/js/node/include/partial_shape_wrap.hpp +++ b/src/bindings/js/node/include/partial_shape_wrap.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/preprocess/input_info.hpp b/src/bindings/js/node/include/preprocess/input_info.hpp index 3bdd0e0dbe6..6d3dbc30269 100644 --- a/src/bindings/js/node/include/preprocess/input_info.hpp +++ b/src/bindings/js/node/include/preprocess/input_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/preprocess/input_model_info.hpp b/src/bindings/js/node/include/preprocess/input_model_info.hpp index eaea8b56802..ea05f83a97a 100644 --- a/src/bindings/js/node/include/preprocess/input_model_info.hpp +++ b/src/bindings/js/node/include/preprocess/input_model_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/preprocess/input_tensor_info.hpp b/src/bindings/js/node/include/preprocess/input_tensor_info.hpp index 5a28c8c5e53..0fc2110edd0 100644 --- a/src/bindings/js/node/include/preprocess/input_tensor_info.hpp +++ b/src/bindings/js/node/include/preprocess/input_tensor_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/preprocess/output_info.hpp b/src/bindings/js/node/include/preprocess/output_info.hpp index e83c3c3cb2e..0cc209d67e2 100644 --- a/src/bindings/js/node/include/preprocess/output_info.hpp +++ b/src/bindings/js/node/include/preprocess/output_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/preprocess/output_tensor_info.hpp b/src/bindings/js/node/include/preprocess/output_tensor_info.hpp index db9efcc3e38..6f838920e5f 100644 --- a/src/bindings/js/node/include/preprocess/output_tensor_info.hpp +++ b/src/bindings/js/node/include/preprocess/output_tensor_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/preprocess/pre_post_process_wrap.hpp b/src/bindings/js/node/include/preprocess/pre_post_process_wrap.hpp index 8e525b22431..fcea5004373 100644 --- a/src/bindings/js/node/include/preprocess/pre_post_process_wrap.hpp +++ b/src/bindings/js/node/include/preprocess/pre_post_process_wrap.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/preprocess/preprocess.hpp b/src/bindings/js/node/include/preprocess/preprocess.hpp index b88b0ac554f..513a350b766 100644 --- a/src/bindings/js/node/include/preprocess/preprocess.hpp +++ b/src/bindings/js/node/include/preprocess/preprocess.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/preprocess/preprocess_steps.hpp b/src/bindings/js/node/include/preprocess/preprocess_steps.hpp index e0e4be55938..105ddefc29f 100644 --- a/src/bindings/js/node/include/preprocess/preprocess_steps.hpp +++ b/src/bindings/js/node/include/preprocess/preprocess_steps.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/preprocess/resize_algorithm.hpp b/src/bindings/js/node/include/preprocess/resize_algorithm.hpp index 781c05bafdd..f9e2b7ce2a8 100644 --- a/src/bindings/js/node/include/preprocess/resize_algorithm.hpp +++ b/src/bindings/js/node/include/preprocess/resize_algorithm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/include/tensor.hpp b/src/bindings/js/node/include/tensor.hpp index 91285a77097..3ee9ae043c4 100644 --- a/src/bindings/js/node/include/tensor.hpp +++ b/src/bindings/js/node/include/tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/bindings/js/node/src/addon.cpp b/src/bindings/js/node/src/addon.cpp index 64d5273eeba..4d43c8f27e3 100644 --- a/src/bindings/js/node/src/addon.cpp +++ b/src/bindings/js/node/src/addon.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/addon.hpp" diff --git a/src/bindings/js/node/src/async_reader.cpp b/src/bindings/js/node/src/async_reader.cpp index bcdd6b84e94..c4616da838a 100644 --- a/src/bindings/js/node/src/async_reader.cpp +++ b/src/bindings/js/node/src/async_reader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/async_reader.hpp" diff --git a/src/bindings/js/node/src/compiled_model.cpp b/src/bindings/js/node/src/compiled_model.cpp index fa7c959fd01..d02f14a82ba 100644 --- a/src/bindings/js/node/src/compiled_model.cpp +++ b/src/bindings/js/node/src/compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/compiled_model.hpp" diff --git a/src/bindings/js/node/src/core_wrap.cpp b/src/bindings/js/node/src/core_wrap.cpp index 743fbb811f8..d5d5d68ed6b 100644 --- a/src/bindings/js/node/src/core_wrap.cpp +++ b/src/bindings/js/node/src/core_wrap.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/core_wrap.hpp" diff --git a/src/bindings/js/node/src/element_type.cpp b/src/bindings/js/node/src/element_type.cpp index 6b8a7956168..7d8c04437e5 100644 --- a/src/bindings/js/node/src/element_type.cpp +++ b/src/bindings/js/node/src/element_type.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/element_type.hpp" diff --git a/src/bindings/js/node/src/errors.cpp b/src/bindings/js/node/src/errors.cpp index 62b20d10778..b5ccf4674bb 100644 --- a/src/bindings/js/node/src/errors.cpp +++ b/src/bindings/js/node/src/errors.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/errors.hpp" diff --git a/src/bindings/js/node/src/helper.cpp b/src/bindings/js/node/src/helper.cpp index c22398985ab..5f8a909a97f 100644 --- a/src/bindings/js/node/src/helper.cpp +++ b/src/bindings/js/node/src/helper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/helper.hpp" diff --git a/src/bindings/js/node/src/infer_request.cpp b/src/bindings/js/node/src/infer_request.cpp index 7e5bee9b915..302548e691d 100644 --- a/src/bindings/js/node/src/infer_request.cpp +++ b/src/bindings/js/node/src/infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/infer_request.hpp" diff --git a/src/bindings/js/node/src/model_wrap.cpp b/src/bindings/js/node/src/model_wrap.cpp index f81c2b027db..67cc6a5dec1 100644 --- a/src/bindings/js/node/src/model_wrap.cpp +++ b/src/bindings/js/node/src/model_wrap.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/model_wrap.hpp" diff --git a/src/bindings/js/node/src/node_output.cpp b/src/bindings/js/node/src/node_output.cpp index 444b35255cc..8f23a7ead61 100644 --- a/src/bindings/js/node/src/node_output.cpp +++ b/src/bindings/js/node/src/node_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/node_output.hpp" diff --git a/src/bindings/js/node/src/partial_shape_wrap.cpp b/src/bindings/js/node/src/partial_shape_wrap.cpp index f9632d2f2b2..a32bc87a88b 100644 --- a/src/bindings/js/node/src/partial_shape_wrap.cpp +++ b/src/bindings/js/node/src/partial_shape_wrap.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/partial_shape_wrap.hpp" diff --git a/src/bindings/js/node/src/preprocess/input_info.cpp b/src/bindings/js/node/src/preprocess/input_info.cpp index d1504d83dd7..8a041f1a87e 100644 --- a/src/bindings/js/node/src/preprocess/input_info.cpp +++ b/src/bindings/js/node/src/preprocess/input_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/preprocess/input_info.hpp" diff --git a/src/bindings/js/node/src/preprocess/input_model_info.cpp b/src/bindings/js/node/src/preprocess/input_model_info.cpp index 5756154fc8f..5a1e8b69539 100644 --- a/src/bindings/js/node/src/preprocess/input_model_info.cpp +++ b/src/bindings/js/node/src/preprocess/input_model_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/preprocess/input_model_info.hpp" diff --git a/src/bindings/js/node/src/preprocess/input_tensor_info.cpp b/src/bindings/js/node/src/preprocess/input_tensor_info.cpp index 38ab2779ffc..5748d7e87a8 100644 --- a/src/bindings/js/node/src/preprocess/input_tensor_info.cpp +++ b/src/bindings/js/node/src/preprocess/input_tensor_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/preprocess/input_tensor_info.hpp" diff --git a/src/bindings/js/node/src/preprocess/output_info.cpp b/src/bindings/js/node/src/preprocess/output_info.cpp index 3422228f70a..08d7129be5a 100644 --- a/src/bindings/js/node/src/preprocess/output_info.cpp +++ b/src/bindings/js/node/src/preprocess/output_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/preprocess/output_info.hpp" diff --git a/src/bindings/js/node/src/preprocess/output_tensor_info.cpp b/src/bindings/js/node/src/preprocess/output_tensor_info.cpp index 32886187d5f..740574e630b 100644 --- a/src/bindings/js/node/src/preprocess/output_tensor_info.cpp +++ b/src/bindings/js/node/src/preprocess/output_tensor_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/preprocess/output_tensor_info.hpp" diff --git a/src/bindings/js/node/src/preprocess/pre_post_process_wrap.cpp b/src/bindings/js/node/src/preprocess/pre_post_process_wrap.cpp index c8a4c801471..0e8a43894bf 100644 --- a/src/bindings/js/node/src/preprocess/pre_post_process_wrap.cpp +++ b/src/bindings/js/node/src/preprocess/pre_post_process_wrap.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/preprocess/pre_post_process_wrap.hpp" diff --git a/src/bindings/js/node/src/preprocess/preprocess.cpp b/src/bindings/js/node/src/preprocess/preprocess.cpp index 5ccd1c65d52..7d213699bf5 100644 --- a/src/bindings/js/node/src/preprocess/preprocess.cpp +++ b/src/bindings/js/node/src/preprocess/preprocess.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/preprocess/preprocess.hpp" diff --git a/src/bindings/js/node/src/preprocess/preprocess_steps.cpp b/src/bindings/js/node/src/preprocess/preprocess_steps.cpp index 75b3c077799..03221a56e28 100644 --- a/src/bindings/js/node/src/preprocess/preprocess_steps.cpp +++ b/src/bindings/js/node/src/preprocess/preprocess_steps.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/preprocess/preprocess_steps.hpp" diff --git a/src/bindings/js/node/src/preprocess/resize_algorithm.cpp b/src/bindings/js/node/src/preprocess/resize_algorithm.cpp index cfaa32c28c9..bdb401b9c5b 100644 --- a/src/bindings/js/node/src/preprocess/resize_algorithm.cpp +++ b/src/bindings/js/node/src/preprocess/resize_algorithm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/preprocess/resize_algorithm.hpp" diff --git a/src/bindings/js/node/src/tensor.cpp b/src/bindings/js/node/src/tensor.cpp index a062db821cd..8f654dc0d70 100644 --- a/src/bindings/js/node/src/tensor.cpp +++ b/src/bindings/js/node/src/tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "node/include/tensor.hpp" diff --git a/src/bindings/js/node/tests/basic.test.js b/src/bindings/js/node/tests/basic.test.js index 88393b489bb..8711ba3d33e 100644 --- a/src/bindings/js/node/tests/basic.test.js +++ b/src/bindings/js/node/tests/basic.test.js @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 const { addon: ov } = require('..'); diff --git a/src/bindings/js/node/tests/infer_request.test.js b/src/bindings/js/node/tests/infer_request.test.js index 513a2a3324b..98d7f4e809f 100644 --- a/src/bindings/js/node/tests/infer_request.test.js +++ b/src/bindings/js/node/tests/infer_request.test.js @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 const { addon: ov } = require('..'); diff --git a/src/bindings/js/node/tests/partial_shape.test.js b/src/bindings/js/node/tests/partial_shape.test.js index 107baa582e7..80845d99421 100644 --- a/src/bindings/js/node/tests/partial_shape.test.js +++ b/src/bindings/js/node/tests/partial_shape.test.js @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 const { addon: ov } = require('..'); diff --git a/src/bindings/js/node/tests/pre_post_processor.test.js b/src/bindings/js/node/tests/pre_post_processor.test.js index 69a8a571ff1..233bfe46505 100644 --- a/src/bindings/js/node/tests/pre_post_processor.test.js +++ b/src/bindings/js/node/tests/pre_post_processor.test.js @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 const { addon: ov } = require('..'); diff --git a/src/bindings/js/node/tests/read_model.test.js b/src/bindings/js/node/tests/read_model.test.js index 41be22a1d76..407627c5ae9 100644 --- a/src/bindings/js/node/tests/read_model.test.js +++ b/src/bindings/js/node/tests/read_model.test.js @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 const fs = require('node:fs'); diff --git a/src/bindings/js/node/tests/tensor.test.js b/src/bindings/js/node/tests/tensor.test.js index 335342049f5..e4268374fbc 100644 --- a/src/bindings/js/node/tests/tensor.test.js +++ b/src/bindings/js/node/tests/tensor.test.js @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 const { addon: ov } = require('..'); diff --git a/src/bindings/js/node/tests/utils.js b/src/bindings/js/node/tests/utils.js index de81a314a32..b7d5182737e 100644 --- a/src/bindings/js/node/tests/utils.js +++ b/src/bindings/js/node/tests/utils.js @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 const path = require('path'); diff --git a/src/cmake/install_tbb.cmake b/src/cmake/install_tbb.cmake index 2f01aa5bff4..527ea7f40b0 100644 --- a/src/cmake/install_tbb.cmake +++ b/src/cmake/install_tbb.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/cmake/openvino.cmake b/src/cmake/openvino.cmake index c742a5388f8..c6822f0253c 100644 --- a/src/cmake/openvino.cmake +++ b/src/cmake/openvino.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/cmake/ov_parallel.cmake b/src/cmake/ov_parallel.cmake index 3ed4507cb63..3793db98e30 100644 --- a/src/cmake/ov_parallel.cmake +++ b/src/cmake/ov_parallel.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/cmake/pkg_config_gen.cmake b/src/cmake/pkg_config_gen.cmake index b57c3795754..b4a9d2398b8 100644 --- a/src/cmake/pkg_config_gen.cmake +++ b/src/cmake/pkg_config_gen.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 45f6863dece..e1603a8c0f9 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/conditional_compilation/CMakeLists.txt b/src/common/conditional_compilation/CMakeLists.txt index 8f5cd90fe22..72080b3272f 100644 --- a/src/common/conditional_compilation/CMakeLists.txt +++ b/src/common/conditional_compilation/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/conditional_compilation/include/openvino/cc/factory.h b/src/common/conditional_compilation/include/openvino/cc/factory.h index 05151fbe980..3f9ebb5e0ba 100644 --- a/src/common/conditional_compilation/include/openvino/cc/factory.h +++ b/src/common/conditional_compilation/include/openvino/cc/factory.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/conditional_compilation/include/openvino/cc/ngraph/itt.hpp b/src/common/conditional_compilation/include/openvino/cc/ngraph/itt.hpp index a907f987ebc..c58481ae5f6 100644 --- a/src/common/conditional_compilation/include/openvino/cc/ngraph/itt.hpp +++ b/src/common/conditional_compilation/include/openvino/cc/ngraph/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/conditional_compilation/include/openvino/cc/pass/itt.hpp b/src/common/conditional_compilation/include/openvino/cc/pass/itt.hpp index 3b522cb78f1..f15f46f78f6 100644 --- a/src/common/conditional_compilation/include/openvino/cc/pass/itt.hpp +++ b/src/common/conditional_compilation/include/openvino/cc/pass/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/conditional_compilation/include/openvino/cc/selective_build.h b/src/common/conditional_compilation/include/openvino/cc/selective_build.h index ded58394c7a..0ace62e5570 100644 --- a/src/common/conditional_compilation/include/openvino/cc/selective_build.h +++ b/src/common/conditional_compilation/include/openvino/cc/selective_build.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/conditional_compilation/scripts/ccheader.py b/src/common/conditional_compilation/scripts/ccheader.py index 5b1828dce6e..a5b0eaacded 100755 --- a/src/common/conditional_compilation/scripts/ccheader.py +++ b/src/common/conditional_compilation/scripts/ccheader.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # The main purpose of this script is code generation for conditional compilation. diff --git a/src/common/conditional_compilation/tests/CMakeLists.txt b/src/common/conditional_compilation/tests/CMakeLists.txt index a57ef923bad..2184286049e 100644 --- a/src/common/conditional_compilation/tests/CMakeLists.txt +++ b/src/common/conditional_compilation/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/conditional_compilation/tests/selective_build.cpp b/src/common/conditional_compilation/tests/selective_build.cpp index af7564769e8..00c39a6c882 100644 --- a/src/common/conditional_compilation/tests/selective_build.cpp +++ b/src/common/conditional_compilation/tests/selective_build.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/conditional_compilation/tests/selective_build_analyzer.cpp b/src/common/conditional_compilation/tests/selective_build_analyzer.cpp index 31aa1cb8411..6cb8a02b5bd 100644 --- a/src/common/conditional_compilation/tests/selective_build_analyzer.cpp +++ b/src/common/conditional_compilation/tests/selective_build_analyzer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/itt/CMakeLists.txt b/src/common/itt/CMakeLists.txt index 4541fa11275..1862257412b 100644 --- a/src/common/itt/CMakeLists.txt +++ b/src/common/itt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/itt/cmake/ITTConfig.cmake b/src/common/itt/cmake/ITTConfig.cmake index 251900ce60e..a0a910f154b 100644 --- a/src/common/itt/cmake/ITTConfig.cmake +++ b/src/common/itt/cmake/ITTConfig.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/itt/include/openvino/function_name.hpp b/src/common/itt/include/openvino/function_name.hpp index 1d527521735..9ecbd5e704d 100644 --- a/src/common/itt/include/openvino/function_name.hpp +++ b/src/common/itt/include/openvino/function_name.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/itt/include/openvino/itt.hpp b/src/common/itt/include/openvino/itt.hpp index 0680b6cbc1c..584e0742722 100644 --- a/src/common/itt/include/openvino/itt.hpp +++ b/src/common/itt/include/openvino/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/itt/src/itt.cpp b/src/common/itt/src/itt.cpp index b6316465578..7f27d34a3ea 100644 --- a/src/common/itt/src/itt.cpp +++ b/src/common/itt/src/itt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/CMakeLists.txt b/src/common/low_precision_transformations/CMakeLists.txt index a325407d829..f525aaa3ece 100644 --- a/src/common/low_precision_transformations/CMakeLists.txt +++ b/src/common/low_precision_transformations/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/low_precision_transformations/include/itt.hpp b/src/common/low_precision_transformations/include/itt.hpp index f9388c2facc..3e4bd1bcb05 100644 --- a/src/common/low_precision_transformations/include/itt.hpp +++ b/src/common/low_precision_transformations/include/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/add.hpp b/src/common/low_precision_transformations/include/low_precision/add.hpp index 6b4a24f6d79..c71e2456a1c 100644 --- a/src/common/low_precision_transformations/include/low_precision/add.hpp +++ b/src/common/low_precision_transformations/include/low_precision/add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/align_quantization_intervals.hpp b/src/common/low_precision_transformations/include/low_precision/align_quantization_intervals.hpp index 560e2ccfe4e..2caf346bfc5 100644 --- a/src/common/low_precision_transformations/include/low_precision/align_quantization_intervals.hpp +++ b/src/common/low_precision_transformations/include/low_precision/align_quantization_intervals.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/align_quantization_parameters.hpp b/src/common/low_precision_transformations/include/low_precision/align_quantization_parameters.hpp index 64c0c3df02f..89c9bf59747 100644 --- a/src/common/low_precision_transformations/include/low_precision/align_quantization_parameters.hpp +++ b/src/common/low_precision_transformations/include/low_precision/align_quantization_parameters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/assign_and_read_value.hpp b/src/common/low_precision_transformations/include/low_precision/assign_and_read_value.hpp index a1a25b40155..a5e299e4720 100644 --- a/src/common/low_precision_transformations/include/low_precision/assign_and_read_value.hpp +++ b/src/common/low_precision_transformations/include/low_precision/assign_and_read_value.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/avg_pool.hpp b/src/common/low_precision_transformations/include/low_precision/avg_pool.hpp index b63f019f97c..43138351cf9 100644 --- a/src/common/low_precision_transformations/include/low_precision/avg_pool.hpp +++ b/src/common/low_precision_transformations/include/low_precision/avg_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/base_matcher_pass.hpp b/src/common/low_precision_transformations/include/low_precision/base_matcher_pass.hpp index 7a7359b79a5..a71735090f4 100644 --- a/src/common/low_precision_transformations/include/low_precision/base_matcher_pass.hpp +++ b/src/common/low_precision_transformations/include/low_precision/base_matcher_pass.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/clamp.hpp b/src/common/low_precision_transformations/include/low_precision/clamp.hpp index 4f0ae6dea2d..0aa2ab3bd82 100644 --- a/src/common/low_precision_transformations/include/low_precision/clamp.hpp +++ b/src/common/low_precision_transformations/include/low_precision/clamp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/common/fake_quantize_dequantization.hpp b/src/common/low_precision_transformations/include/low_precision/common/fake_quantize_dequantization.hpp index 6ea3a38e7fa..e67e17b2816 100644 --- a/src/common/low_precision_transformations/include/low_precision/common/fake_quantize_dequantization.hpp +++ b/src/common/low_precision_transformations/include/low_precision/common/fake_quantize_dequantization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/common/ie_lpt_exception.hpp b/src/common/low_precision_transformations/include/low_precision/common/ie_lpt_exception.hpp index 8e7ea80134d..2476361c53d 100644 --- a/src/common/low_precision_transformations/include/low_precision/common/ie_lpt_exception.hpp +++ b/src/common/low_precision_transformations/include/low_precision/common/ie_lpt_exception.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/common/precisions_restriction.hpp b/src/common/low_precision_transformations/include/low_precision/common/precisions_restriction.hpp index 7301d13b27b..e3a42a0e8ce 100644 --- a/src/common/low_precision_transformations/include/low_precision/common/precisions_restriction.hpp +++ b/src/common/low_precision_transformations/include/low_precision/common/precisions_restriction.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/concat.hpp b/src/common/low_precision_transformations/include/low_precision/concat.hpp index a1f9c680f9e..c178cfe82ec 100644 --- a/src/common/low_precision_transformations/include/low_precision/concat.hpp +++ b/src/common/low_precision_transformations/include/low_precision/concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/convert.hpp b/src/common/low_precision_transformations/include/low_precision/convert.hpp index 58dcbdff0f2..70fb76107f0 100644 --- a/src/common/low_precision_transformations/include/low_precision/convert.hpp +++ b/src/common/low_precision_transformations/include/low_precision/convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/convert_subtract_constant.hpp b/src/common/low_precision_transformations/include/low_precision/convert_subtract_constant.hpp index 8da0c9deff2..0316f0b2b02 100644 --- a/src/common/low_precision_transformations/include/low_precision/convert_subtract_constant.hpp +++ b/src/common/low_precision_transformations/include/low_precision/convert_subtract_constant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/convolution.hpp b/src/common/low_precision_transformations/include/low_precision/convolution.hpp index 6710b9999c5..0d687325692 100644 --- a/src/common/low_precision_transformations/include/low_precision/convolution.hpp +++ b/src/common/low_precision_transformations/include/low_precision/convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/convolution_backprop_data.hpp b/src/common/low_precision_transformations/include/low_precision/convolution_backprop_data.hpp index 1dd4c64b659..4b20516c51a 100644 --- a/src/common/low_precision_transformations/include/low_precision/convolution_backprop_data.hpp +++ b/src/common/low_precision_transformations/include/low_precision/convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/create_attribute.hpp b/src/common/low_precision_transformations/include/low_precision/create_attribute.hpp index 3581690c447..1357b81a88a 100644 --- a/src/common/low_precision_transformations/include/low_precision/create_attribute.hpp +++ b/src/common/low_precision_transformations/include/low_precision/create_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/create_precisions_dependent_attribute.hpp b/src/common/low_precision_transformations/include/low_precision/create_precisions_dependent_attribute.hpp index 96f268a5259..dc3d81eefd9 100644 --- a/src/common/low_precision_transformations/include/low_precision/create_precisions_dependent_attribute.hpp +++ b/src/common/low_precision_transformations/include/low_precision/create_precisions_dependent_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/depth_to_space.hpp b/src/common/low_precision_transformations/include/low_precision/depth_to_space.hpp index c62f917b9f4..0b8c2f6a4f3 100644 --- a/src/common/low_precision_transformations/include/low_precision/depth_to_space.hpp +++ b/src/common/low_precision_transformations/include/low_precision/depth_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/eltwise_base_transformation.hpp b/src/common/low_precision_transformations/include/low_precision/eltwise_base_transformation.hpp index 17536e559dd..ad6e11edc2f 100644 --- a/src/common/low_precision_transformations/include/low_precision/eltwise_base_transformation.hpp +++ b/src/common/low_precision_transformations/include/low_precision/eltwise_base_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/fake_quantize.hpp b/src/common/low_precision_transformations/include/low_precision/fake_quantize.hpp index d550cf1446e..7d1fd56940f 100644 --- a/src/common/low_precision_transformations/include/low_precision/fake_quantize.hpp +++ b/src/common/low_precision_transformations/include/low_precision/fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/fake_quantize_decomposition.hpp b/src/common/low_precision_transformations/include/low_precision/fake_quantize_decomposition.hpp index b2c1d2b6d23..bb898e37dd4 100644 --- a/src/common/low_precision_transformations/include/low_precision/fake_quantize_decomposition.hpp +++ b/src/common/low_precision_transformations/include/low_precision/fake_quantize_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/fold_convert.hpp b/src/common/low_precision_transformations/include/low_precision/fold_convert.hpp index d817d8f18ab..f2eff4ec0bb 100644 --- a/src/common/low_precision_transformations/include/low_precision/fold_convert.hpp +++ b/src/common/low_precision_transformations/include/low_precision/fold_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/fold_fake_quantize.hpp b/src/common/low_precision_transformations/include/low_precision/fold_fake_quantize.hpp index 46eb2ad5d8f..545c2eb430f 100644 --- a/src/common/low_precision_transformations/include/low_precision/fold_fake_quantize.hpp +++ b/src/common/low_precision_transformations/include/low_precision/fold_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/fuse_convert.hpp b/src/common/low_precision_transformations/include/low_precision/fuse_convert.hpp index 6366368e349..bbcc934d305 100644 --- a/src/common/low_precision_transformations/include/low_precision/fuse_convert.hpp +++ b/src/common/low_precision_transformations/include/low_precision/fuse_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/fuse_elementwise_to_fake_quantize.hpp b/src/common/low_precision_transformations/include/low_precision/fuse_elementwise_to_fake_quantize.hpp index 20bccb7cee3..65a034279c1 100644 --- a/src/common/low_precision_transformations/include/low_precision/fuse_elementwise_to_fake_quantize.hpp +++ b/src/common/low_precision_transformations/include/low_precision/fuse_elementwise_to_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/fuse_multiply_to_fake_quantize.hpp b/src/common/low_precision_transformations/include/low_precision/fuse_multiply_to_fake_quantize.hpp index 4456ca76438..0bb4f874c16 100644 --- a/src/common/low_precision_transformations/include/low_precision/fuse_multiply_to_fake_quantize.hpp +++ b/src/common/low_precision_transformations/include/low_precision/fuse_multiply_to_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/fuse_subtract_to_fake_quantize.hpp b/src/common/low_precision_transformations/include/low_precision/fuse_subtract_to_fake_quantize.hpp index 5e38f70d538..74e5ce299f6 100644 --- a/src/common/low_precision_transformations/include/low_precision/fuse_subtract_to_fake_quantize.hpp +++ b/src/common/low_precision_transformations/include/low_precision/fuse_subtract_to_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/group_convolution.hpp b/src/common/low_precision_transformations/include/low_precision/group_convolution.hpp index 59cc516b149..b51b7cb2a8a 100644 --- a/src/common/low_precision_transformations/include/low_precision/group_convolution.hpp +++ b/src/common/low_precision_transformations/include/low_precision/group_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/interpolate.hpp b/src/common/low_precision_transformations/include/low_precision/interpolate.hpp index d3a9e7cfc7a..ad8b3268d05 100644 --- a/src/common/low_precision_transformations/include/low_precision/interpolate.hpp +++ b/src/common/low_precision_transformations/include/low_precision/interpolate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/layer_transformation.hpp b/src/common/low_precision_transformations/include/low_precision/layer_transformation.hpp index 6ae8d66d42a..c6a58dbf91b 100644 --- a/src/common/low_precision_transformations/include/low_precision/layer_transformation.hpp +++ b/src/common/low_precision_transformations/include/low_precision/layer_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/low_precision.hpp b/src/common/low_precision_transformations/include/low_precision/low_precision.hpp index 083ec628ca2..d6bddd3643a 100644 --- a/src/common/low_precision_transformations/include/low_precision/low_precision.hpp +++ b/src/common/low_precision_transformations/include/low_precision/low_precision.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/lpt_itt.hpp b/src/common/low_precision_transformations/include/low_precision/lpt_itt.hpp index c4314033a98..ae97bedb97d 100644 --- a/src/common/low_precision_transformations/include/low_precision/lpt_itt.hpp +++ b/src/common/low_precision_transformations/include/low_precision/lpt_itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/lpt_visibility.hpp b/src/common/low_precision_transformations/include/low_precision/lpt_visibility.hpp index ed2551fd313..3fe9b36c88f 100644 --- a/src/common/low_precision_transformations/include/low_precision/lpt_visibility.hpp +++ b/src/common/low_precision_transformations/include/low_precision/lpt_visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/markup_avg_pool_precision_preserved.hpp b/src/common/low_precision_transformations/include/low_precision/markup_avg_pool_precision_preserved.hpp index 710e24410ba..da3605b4ee4 100644 --- a/src/common/low_precision_transformations/include/low_precision/markup_avg_pool_precision_preserved.hpp +++ b/src/common/low_precision_transformations/include/low_precision/markup_avg_pool_precision_preserved.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/markup_bias.hpp b/src/common/low_precision_transformations/include/low_precision/markup_bias.hpp index 62dac842724..de5487187c4 100644 --- a/src/common/low_precision_transformations/include/low_precision/markup_bias.hpp +++ b/src/common/low_precision_transformations/include/low_precision/markup_bias.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/markup_can_be_quantized.hpp b/src/common/low_precision_transformations/include/low_precision/markup_can_be_quantized.hpp index 761fac01943..f886e69f208 100644 --- a/src/common/low_precision_transformations/include/low_precision/markup_can_be_quantized.hpp +++ b/src/common/low_precision_transformations/include/low_precision/markup_can_be_quantized.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/markup_precisions.hpp b/src/common/low_precision_transformations/include/low_precision/markup_precisions.hpp index 821ffeccaca..92ea93b2c3e 100644 --- a/src/common/low_precision_transformations/include/low_precision/markup_precisions.hpp +++ b/src/common/low_precision_transformations/include/low_precision/markup_precisions.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/markup_quantization_granularity.hpp b/src/common/low_precision_transformations/include/low_precision/markup_quantization_granularity.hpp index 449838d461c..a61473cf263 100644 --- a/src/common/low_precision_transformations/include/low_precision/markup_quantization_granularity.hpp +++ b/src/common/low_precision_transformations/include/low_precision/markup_quantization_granularity.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/mat_mul.hpp b/src/common/low_precision_transformations/include/low_precision/mat_mul.hpp index 88f7bf06793..bc0077a716f 100644 --- a/src/common/low_precision_transformations/include/low_precision/mat_mul.hpp +++ b/src/common/low_precision_transformations/include/low_precision/mat_mul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/max_pool.hpp b/src/common/low_precision_transformations/include/low_precision/max_pool.hpp index 46454920f00..16b3fb65917 100644 --- a/src/common/low_precision_transformations/include/low_precision/max_pool.hpp +++ b/src/common/low_precision_transformations/include/low_precision/max_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/move_fake_quantize.hpp b/src/common/low_precision_transformations/include/low_precision/move_fake_quantize.hpp index bbe56d06bfa..169a4261a4a 100644 --- a/src/common/low_precision_transformations/include/low_precision/move_fake_quantize.hpp +++ b/src/common/low_precision_transformations/include/low_precision/move_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/multiply.hpp b/src/common/low_precision_transformations/include/low_precision/multiply.hpp index e0236f2bf47..576cb7b23b6 100644 --- a/src/common/low_precision_transformations/include/low_precision/multiply.hpp +++ b/src/common/low_precision_transformations/include/low_precision/multiply.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/multiply_partial.hpp b/src/common/low_precision_transformations/include/low_precision/multiply_partial.hpp index 2d1ff65f1f5..f91f54cd1ad 100644 --- a/src/common/low_precision_transformations/include/low_precision/multiply_partial.hpp +++ b/src/common/low_precision_transformations/include/low_precision/multiply_partial.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/multiply_to_group_convolution.hpp b/src/common/low_precision_transformations/include/low_precision/multiply_to_group_convolution.hpp index 654555d7293..b2091d44fdd 100644 --- a/src/common/low_precision_transformations/include/low_precision/multiply_to_group_convolution.hpp +++ b/src/common/low_precision_transformations/include/low_precision/multiply_to_group_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/mvn.hpp b/src/common/low_precision_transformations/include/low_precision/mvn.hpp index dc4c7be58a3..f875e32d96e 100644 --- a/src/common/low_precision_transformations/include/low_precision/mvn.hpp +++ b/src/common/low_precision_transformations/include/low_precision/mvn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/network_helper.hpp b/src/common/low_precision_transformations/include/low_precision/network_helper.hpp index df5be5c8a22..a6eb13cb1e9 100644 --- a/src/common/low_precision_transformations/include/low_precision/network_helper.hpp +++ b/src/common/low_precision_transformations/include/low_precision/network_helper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/normalize_l2.hpp b/src/common/low_precision_transformations/include/low_precision/normalize_l2.hpp index 63d067fe14d..5d31067bfbb 100644 --- a/src/common/low_precision_transformations/include/low_precision/normalize_l2.hpp +++ b/src/common/low_precision_transformations/include/low_precision/normalize_l2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/pad.hpp b/src/common/low_precision_transformations/include/low_precision/pad.hpp index 92c70e5635a..8eccf9f87e7 100644 --- a/src/common/low_precision_transformations/include/low_precision/pad.hpp +++ b/src/common/low_precision_transformations/include/low_precision/pad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/prelu.hpp b/src/common/low_precision_transformations/include/low_precision/prelu.hpp index a418427519d..6a712b3e773 100644 --- a/src/common/low_precision_transformations/include/low_precision/prelu.hpp +++ b/src/common/low_precision_transformations/include/low_precision/prelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/propagate_precisions.hpp b/src/common/low_precision_transformations/include/low_precision/propagate_precisions.hpp index 1c41633c0b5..c17fa2faded 100644 --- a/src/common/low_precision_transformations/include/low_precision/propagate_precisions.hpp +++ b/src/common/low_precision_transformations/include/low_precision/propagate_precisions.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/propagate_shared_value.hpp b/src/common/low_precision_transformations/include/low_precision/propagate_shared_value.hpp index 64c6c2473e8..3f69575fc20 100644 --- a/src/common/low_precision_transformations/include/low_precision/propagate_shared_value.hpp +++ b/src/common/low_precision_transformations/include/low_precision/propagate_shared_value.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/propagate_through_precision_preserved.hpp b/src/common/low_precision_transformations/include/low_precision/propagate_through_precision_preserved.hpp index ffdf2962919..ce6139e2fca 100644 --- a/src/common/low_precision_transformations/include/low_precision/propagate_through_precision_preserved.hpp +++ b/src/common/low_precision_transformations/include/low_precision/propagate_through_precision_preserved.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/propagate_to_input.hpp b/src/common/low_precision_transformations/include/low_precision/propagate_to_input.hpp index 21f0998db4a..0e8b0026faf 100644 --- a/src/common/low_precision_transformations/include/low_precision/propagate_to_input.hpp +++ b/src/common/low_precision_transformations/include/low_precision/propagate_to_input.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/pull_reshape_through_dequantization.hpp b/src/common/low_precision_transformations/include/low_precision/pull_reshape_through_dequantization.hpp index 34ab1e9d8b1..adf623c757b 100644 --- a/src/common/low_precision_transformations/include/low_precision/pull_reshape_through_dequantization.hpp +++ b/src/common/low_precision_transformations/include/low_precision/pull_reshape_through_dequantization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/pull_transpose_through_dequantization.hpp b/src/common/low_precision_transformations/include/low_precision/pull_transpose_through_dequantization.hpp index 0ba6a1463d7..aca835624e7 100644 --- a/src/common/low_precision_transformations/include/low_precision/pull_transpose_through_dequantization.hpp +++ b/src/common/low_precision_transformations/include/low_precision/pull_transpose_through_dequantization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/quantization_details.hpp b/src/common/low_precision_transformations/include/low_precision/quantization_details.hpp index 6c65278e97a..35ccfe366f4 100644 --- a/src/common/low_precision_transformations/include/low_precision/quantization_details.hpp +++ b/src/common/low_precision_transformations/include/low_precision/quantization_details.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/reduce_base_transformation.hpp b/src/common/low_precision_transformations/include/low_precision/reduce_base_transformation.hpp index 80d7f87fb74..5b7c126083b 100644 --- a/src/common/low_precision_transformations/include/low_precision/reduce_base_transformation.hpp +++ b/src/common/low_precision_transformations/include/low_precision/reduce_base_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/reduce_max.hpp b/src/common/low_precision_transformations/include/low_precision/reduce_max.hpp index e5083e8d822..813d5d7a4a6 100644 --- a/src/common/low_precision_transformations/include/low_precision/reduce_max.hpp +++ b/src/common/low_precision_transformations/include/low_precision/reduce_max.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/reduce_mean.hpp b/src/common/low_precision_transformations/include/low_precision/reduce_mean.hpp index a7bc624ca67..4bf3a98a628 100644 --- a/src/common/low_precision_transformations/include/low_precision/reduce_mean.hpp +++ b/src/common/low_precision_transformations/include/low_precision/reduce_mean.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/reduce_min.hpp b/src/common/low_precision_transformations/include/low_precision/reduce_min.hpp index c1fa80766a7..0f82cfe52d7 100644 --- a/src/common/low_precision_transformations/include/low_precision/reduce_min.hpp +++ b/src/common/low_precision_transformations/include/low_precision/reduce_min.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/reduce_sum.hpp b/src/common/low_precision_transformations/include/low_precision/reduce_sum.hpp index 47f6d7bdf12..2e6ab050545 100644 --- a/src/common/low_precision_transformations/include/low_precision/reduce_sum.hpp +++ b/src/common/low_precision_transformations/include/low_precision/reduce_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/relu.hpp b/src/common/low_precision_transformations/include/low_precision/relu.hpp index 128d3e1b5ee..3c2a6dbb114 100644 --- a/src/common/low_precision_transformations/include/low_precision/relu.hpp +++ b/src/common/low_precision_transformations/include/low_precision/relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/reshape.hpp b/src/common/low_precision_transformations/include/low_precision/reshape.hpp index dee0da2bfb1..b5885ccbbaa 100644 --- a/src/common/low_precision_transformations/include/low_precision/reshape.hpp +++ b/src/common/low_precision_transformations/include/low_precision/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/rt_info/attribute_parameters.hpp b/src/common/low_precision_transformations/include/low_precision/rt_info/attribute_parameters.hpp index 0ce6628ed88..a0186b076b0 100644 --- a/src/common/low_precision_transformations/include/low_precision/rt_info/attribute_parameters.hpp +++ b/src/common/low_precision_transformations/include/low_precision/rt_info/attribute_parameters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/rt_info/avg_pool_precision_preserved_attribute.hpp b/src/common/low_precision_transformations/include/low_precision/rt_info/avg_pool_precision_preserved_attribute.hpp index 8b8ac2b0f27..0f3631e3143 100644 --- a/src/common/low_precision_transformations/include/low_precision/rt_info/avg_pool_precision_preserved_attribute.hpp +++ b/src/common/low_precision_transformations/include/low_precision/rt_info/avg_pool_precision_preserved_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/rt_info/bias_attribute.hpp b/src/common/low_precision_transformations/include/low_precision/rt_info/bias_attribute.hpp index b1e02c310ca..21df0300542 100644 --- a/src/common/low_precision_transformations/include/low_precision/rt_info/bias_attribute.hpp +++ b/src/common/low_precision_transformations/include/low_precision/rt_info/bias_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/rt_info/intervals_alignment_attribute.hpp b/src/common/low_precision_transformations/include/low_precision/rt_info/intervals_alignment_attribute.hpp index 18c68ceb4eb..65dc5b25922 100644 --- a/src/common/low_precision_transformations/include/low_precision/rt_info/intervals_alignment_attribute.hpp +++ b/src/common/low_precision_transformations/include/low_precision/rt_info/intervals_alignment_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/rt_info/precision_preserved_attribute.hpp b/src/common/low_precision_transformations/include/low_precision/rt_info/precision_preserved_attribute.hpp index 91ccb583c82..0cb45162b67 100644 --- a/src/common/low_precision_transformations/include/low_precision/rt_info/precision_preserved_attribute.hpp +++ b/src/common/low_precision_transformations/include/low_precision/rt_info/precision_preserved_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/rt_info/precisions_attribute.hpp b/src/common/low_precision_transformations/include/low_precision/rt_info/precisions_attribute.hpp index 81c247106b8..26f296842b8 100644 --- a/src/common/low_precision_transformations/include/low_precision/rt_info/precisions_attribute.hpp +++ b/src/common/low_precision_transformations/include/low_precision/rt_info/precisions_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/rt_info/quantization_alignment_attribute.hpp b/src/common/low_precision_transformations/include/low_precision/rt_info/quantization_alignment_attribute.hpp index c9bd659638c..cf836ee6bba 100644 --- a/src/common/low_precision_transformations/include/low_precision/rt_info/quantization_alignment_attribute.hpp +++ b/src/common/low_precision_transformations/include/low_precision/rt_info/quantization_alignment_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/rt_info/quantization_granularity_attribute.hpp b/src/common/low_precision_transformations/include/low_precision/rt_info/quantization_granularity_attribute.hpp index 9866720fc68..19fb7e3463d 100644 --- a/src/common/low_precision_transformations/include/low_precision/rt_info/quantization_granularity_attribute.hpp +++ b/src/common/low_precision_transformations/include/low_precision/rt_info/quantization_granularity_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/rt_info/shared_value_attribute.hpp b/src/common/low_precision_transformations/include/low_precision/rt_info/shared_value_attribute.hpp index 7ac41a872c7..f7ea19b0a2e 100644 --- a/src/common/low_precision_transformations/include/low_precision/rt_info/shared_value_attribute.hpp +++ b/src/common/low_precision_transformations/include/low_precision/rt_info/shared_value_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/shuffle_channels.hpp b/src/common/low_precision_transformations/include/low_precision/shuffle_channels.hpp index ccecb5ddbf6..7163269a5c0 100644 --- a/src/common/low_precision_transformations/include/low_precision/shuffle_channels.hpp +++ b/src/common/low_precision_transformations/include/low_precision/shuffle_channels.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/split.hpp b/src/common/low_precision_transformations/include/low_precision/split.hpp index 690e67c156b..323ebcb3e3c 100644 --- a/src/common/low_precision_transformations/include/low_precision/split.hpp +++ b/src/common/low_precision_transformations/include/low_precision/split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/squeeze.hpp b/src/common/low_precision_transformations/include/low_precision/squeeze.hpp index af70246a715..c46111b95f7 100644 --- a/src/common/low_precision_transformations/include/low_precision/squeeze.hpp +++ b/src/common/low_precision_transformations/include/low_precision/squeeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/strided_slice.hpp b/src/common/low_precision_transformations/include/low_precision/strided_slice.hpp index ec960e2783e..b00d520b465 100644 --- a/src/common/low_precision_transformations/include/low_precision/strided_slice.hpp +++ b/src/common/low_precision_transformations/include/low_precision/strided_slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/subtract.hpp b/src/common/low_precision_transformations/include/low_precision/subtract.hpp index c3f91070c82..07fdafcc4dd 100644 --- a/src/common/low_precision_transformations/include/low_precision/subtract.hpp +++ b/src/common/low_precision_transformations/include/low_precision/subtract.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/transformation_context.hpp b/src/common/low_precision_transformations/include/low_precision/transformation_context.hpp index a35ea4f3bd2..ff7b71d7af8 100644 --- a/src/common/low_precision_transformations/include/low_precision/transformation_context.hpp +++ b/src/common/low_precision_transformations/include/low_precision/transformation_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/transparent_base_transformation.hpp b/src/common/low_precision_transformations/include/low_precision/transparent_base_transformation.hpp index ea0000225f3..31d97b7299e 100644 --- a/src/common/low_precision_transformations/include/low_precision/transparent_base_transformation.hpp +++ b/src/common/low_precision_transformations/include/low_precision/transparent_base_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/transpose.hpp b/src/common/low_precision_transformations/include/low_precision/transpose.hpp index 63c75c5e5e2..95a00cd5220 100644 --- a/src/common/low_precision_transformations/include/low_precision/transpose.hpp +++ b/src/common/low_precision_transformations/include/low_precision/transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/unsqueeze.hpp b/src/common/low_precision_transformations/include/low_precision/unsqueeze.hpp index 2c15b4feccc..a210ade1450 100644 --- a/src/common/low_precision_transformations/include/low_precision/unsqueeze.hpp +++ b/src/common/low_precision_transformations/include/low_precision/unsqueeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/update_shared_precision_preserved.hpp b/src/common/low_precision_transformations/include/low_precision/update_shared_precision_preserved.hpp index e26716ed943..4113e1d86d4 100644 --- a/src/common/low_precision_transformations/include/low_precision/update_shared_precision_preserved.hpp +++ b/src/common/low_precision_transformations/include/low_precision/update_shared_precision_preserved.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/variadic_split.hpp b/src/common/low_precision_transformations/include/low_precision/variadic_split.hpp index 27b5d864eb8..3584866b5cc 100644 --- a/src/common/low_precision_transformations/include/low_precision/variadic_split.hpp +++ b/src/common/low_precision_transformations/include/low_precision/variadic_split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/include/low_precision/weightable_layer_transformation.hpp b/src/common/low_precision_transformations/include/low_precision/weightable_layer_transformation.hpp index 2bd0634c8e9..07d9fa1f7cd 100644 --- a/src/common/low_precision_transformations/include/low_precision/weightable_layer_transformation.hpp +++ b/src/common/low_precision_transformations/include/low_precision/weightable_layer_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/add.cpp b/src/common/low_precision_transformations/src/add.cpp index 03fbcf320de..2c1c863fa99 100644 --- a/src/common/low_precision_transformations/src/add.cpp +++ b/src/common/low_precision_transformations/src/add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/align_quantization_intervals.cpp b/src/common/low_precision_transformations/src/align_quantization_intervals.cpp index f1bc1dfe4f3..e8f8bb0250d 100644 --- a/src/common/low_precision_transformations/src/align_quantization_intervals.cpp +++ b/src/common/low_precision_transformations/src/align_quantization_intervals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/align_quantization_parameters.cpp b/src/common/low_precision_transformations/src/align_quantization_parameters.cpp index ade4a900105..236cc802d4f 100644 --- a/src/common/low_precision_transformations/src/align_quantization_parameters.cpp +++ b/src/common/low_precision_transformations/src/align_quantization_parameters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/assign_and_read_value.cpp b/src/common/low_precision_transformations/src/assign_and_read_value.cpp index cae504705b1..55ed4c9a7cf 100644 --- a/src/common/low_precision_transformations/src/assign_and_read_value.cpp +++ b/src/common/low_precision_transformations/src/assign_and_read_value.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/avg_pool.cpp b/src/common/low_precision_transformations/src/avg_pool.cpp index 77bfd9ee27c..34a9b51078a 100644 --- a/src/common/low_precision_transformations/src/avg_pool.cpp +++ b/src/common/low_precision_transformations/src/avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/base_matcher_pass.cpp b/src/common/low_precision_transformations/src/base_matcher_pass.cpp index f1b50d8d82f..d17939de551 100644 --- a/src/common/low_precision_transformations/src/base_matcher_pass.cpp +++ b/src/common/low_precision_transformations/src/base_matcher_pass.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/clamp.cpp b/src/common/low_precision_transformations/src/clamp.cpp index 71a61e4e601..e7f056181ce 100644 --- a/src/common/low_precision_transformations/src/clamp.cpp +++ b/src/common/low_precision_transformations/src/clamp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/concat.cpp b/src/common/low_precision_transformations/src/concat.cpp index ec0cb6215bf..0d5eb1cbc2f 100644 --- a/src/common/low_precision_transformations/src/concat.cpp +++ b/src/common/low_precision_transformations/src/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/convert.cpp b/src/common/low_precision_transformations/src/convert.cpp index 3b1e96f2ea9..3b8a544dede 100644 --- a/src/common/low_precision_transformations/src/convert.cpp +++ b/src/common/low_precision_transformations/src/convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/convert_subtract_constant.cpp b/src/common/low_precision_transformations/src/convert_subtract_constant.cpp index da7f97a1870..c7cae825e58 100644 --- a/src/common/low_precision_transformations/src/convert_subtract_constant.cpp +++ b/src/common/low_precision_transformations/src/convert_subtract_constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/convolution.cpp b/src/common/low_precision_transformations/src/convolution.cpp index 9ab8e94018e..a93a9f7a159 100644 --- a/src/common/low_precision_transformations/src/convolution.cpp +++ b/src/common/low_precision_transformations/src/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/convolution_backprop_data.cpp b/src/common/low_precision_transformations/src/convolution_backprop_data.cpp index dc2de396540..03ac567d274 100644 --- a/src/common/low_precision_transformations/src/convolution_backprop_data.cpp +++ b/src/common/low_precision_transformations/src/convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/depth_to_space.cpp b/src/common/low_precision_transformations/src/depth_to_space.cpp index fe7ea0977a4..bc50d5ef235 100644 --- a/src/common/low_precision_transformations/src/depth_to_space.cpp +++ b/src/common/low_precision_transformations/src/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/eltwise_base_transformation.cpp b/src/common/low_precision_transformations/src/eltwise_base_transformation.cpp index c0760bd853f..9c72378bdba 100644 --- a/src/common/low_precision_transformations/src/eltwise_base_transformation.cpp +++ b/src/common/low_precision_transformations/src/eltwise_base_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/fake_quantize.cpp b/src/common/low_precision_transformations/src/fake_quantize.cpp index a60c3bfcd93..306382a8282 100644 --- a/src/common/low_precision_transformations/src/fake_quantize.cpp +++ b/src/common/low_precision_transformations/src/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/fake_quantize_decomposition.cpp b/src/common/low_precision_transformations/src/fake_quantize_decomposition.cpp index 00a73145698..5e8539d17a6 100644 --- a/src/common/low_precision_transformations/src/fake_quantize_decomposition.cpp +++ b/src/common/low_precision_transformations/src/fake_quantize_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/fake_quantize_dequantization.cpp b/src/common/low_precision_transformations/src/fake_quantize_dequantization.cpp index b156a73f7b0..56d2fb5ccbb 100644 --- a/src/common/low_precision_transformations/src/fake_quantize_dequantization.cpp +++ b/src/common/low_precision_transformations/src/fake_quantize_dequantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/fold_convert.cpp b/src/common/low_precision_transformations/src/fold_convert.cpp index 4054b0fad4e..401972aa196 100644 --- a/src/common/low_precision_transformations/src/fold_convert.cpp +++ b/src/common/low_precision_transformations/src/fold_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/fold_fake_quantize.cpp b/src/common/low_precision_transformations/src/fold_fake_quantize.cpp index 1c06a22f478..92d1eee068f 100644 --- a/src/common/low_precision_transformations/src/fold_fake_quantize.cpp +++ b/src/common/low_precision_transformations/src/fold_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/fuse_convert.cpp b/src/common/low_precision_transformations/src/fuse_convert.cpp index 372476aeabe..3c9d6ab7c2e 100644 --- a/src/common/low_precision_transformations/src/fuse_convert.cpp +++ b/src/common/low_precision_transformations/src/fuse_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/fuse_elementwise_to_fake_quantize.cpp b/src/common/low_precision_transformations/src/fuse_elementwise_to_fake_quantize.cpp index c641824bf53..db31222ce16 100644 --- a/src/common/low_precision_transformations/src/fuse_elementwise_to_fake_quantize.cpp +++ b/src/common/low_precision_transformations/src/fuse_elementwise_to_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/fuse_multiply_to_fake_quantize.cpp b/src/common/low_precision_transformations/src/fuse_multiply_to_fake_quantize.cpp index ccc21649009..cb054e0dd2b 100644 --- a/src/common/low_precision_transformations/src/fuse_multiply_to_fake_quantize.cpp +++ b/src/common/low_precision_transformations/src/fuse_multiply_to_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/fuse_subtract_to_fake_quantize.cpp b/src/common/low_precision_transformations/src/fuse_subtract_to_fake_quantize.cpp index 56ed774ba36..c342dccada7 100644 --- a/src/common/low_precision_transformations/src/fuse_subtract_to_fake_quantize.cpp +++ b/src/common/low_precision_transformations/src/fuse_subtract_to_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/group_convolution.cpp b/src/common/low_precision_transformations/src/group_convolution.cpp index 70c046649db..1dc243b4106 100644 --- a/src/common/low_precision_transformations/src/group_convolution.cpp +++ b/src/common/low_precision_transformations/src/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/interpolate.cpp b/src/common/low_precision_transformations/src/interpolate.cpp index 9d683144273..0582c72c984 100644 --- a/src/common/low_precision_transformations/src/interpolate.cpp +++ b/src/common/low_precision_transformations/src/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/layer_transformation.cpp b/src/common/low_precision_transformations/src/layer_transformation.cpp index b5c8c9e7f1d..818af1444d7 100644 --- a/src/common/low_precision_transformations/src/layer_transformation.cpp +++ b/src/common/low_precision_transformations/src/layer_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/low_precision.cpp b/src/common/low_precision_transformations/src/low_precision.cpp index 988b38f49a9..5a0210ef6d3 100644 --- a/src/common/low_precision_transformations/src/low_precision.cpp +++ b/src/common/low_precision_transformations/src/low_precision.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/markup_avg_pool_precision_preserved.cpp b/src/common/low_precision_transformations/src/markup_avg_pool_precision_preserved.cpp index 21255fa7b94..ef5675bd764 100644 --- a/src/common/low_precision_transformations/src/markup_avg_pool_precision_preserved.cpp +++ b/src/common/low_precision_transformations/src/markup_avg_pool_precision_preserved.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/markup_bias.cpp b/src/common/low_precision_transformations/src/markup_bias.cpp index c07f10d40a5..3bed31b13e2 100644 --- a/src/common/low_precision_transformations/src/markup_bias.cpp +++ b/src/common/low_precision_transformations/src/markup_bias.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/markup_can_be_quantized.cpp b/src/common/low_precision_transformations/src/markup_can_be_quantized.cpp index ba10926799a..6097498ca59 100644 --- a/src/common/low_precision_transformations/src/markup_can_be_quantized.cpp +++ b/src/common/low_precision_transformations/src/markup_can_be_quantized.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/markup_precisions.cpp b/src/common/low_precision_transformations/src/markup_precisions.cpp index 7cdcbcf3743..4d42370d87c 100644 --- a/src/common/low_precision_transformations/src/markup_precisions.cpp +++ b/src/common/low_precision_transformations/src/markup_precisions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/markup_quantization_granularity.cpp b/src/common/low_precision_transformations/src/markup_quantization_granularity.cpp index 593ddde3208..245619736fc 100644 --- a/src/common/low_precision_transformations/src/markup_quantization_granularity.cpp +++ b/src/common/low_precision_transformations/src/markup_quantization_granularity.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/mat_mul.cpp b/src/common/low_precision_transformations/src/mat_mul.cpp index 557375d8e49..857e04246b8 100644 --- a/src/common/low_precision_transformations/src/mat_mul.cpp +++ b/src/common/low_precision_transformations/src/mat_mul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/max_pool.cpp b/src/common/low_precision_transformations/src/max_pool.cpp index 4bf344b0593..4a8a4913fdd 100644 --- a/src/common/low_precision_transformations/src/max_pool.cpp +++ b/src/common/low_precision_transformations/src/max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/move_fake_quantize.cpp b/src/common/low_precision_transformations/src/move_fake_quantize.cpp index c2e550d447f..1b3fbec4074 100644 --- a/src/common/low_precision_transformations/src/move_fake_quantize.cpp +++ b/src/common/low_precision_transformations/src/move_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/multiply_partial.cpp b/src/common/low_precision_transformations/src/multiply_partial.cpp index a04279533ba..a14d4a30643 100644 --- a/src/common/low_precision_transformations/src/multiply_partial.cpp +++ b/src/common/low_precision_transformations/src/multiply_partial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/multiply_to_group_convolution.cpp b/src/common/low_precision_transformations/src/multiply_to_group_convolution.cpp index b679e0882f4..fd64cd4737f 100644 --- a/src/common/low_precision_transformations/src/multiply_to_group_convolution.cpp +++ b/src/common/low_precision_transformations/src/multiply_to_group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/mvn.cpp b/src/common/low_precision_transformations/src/mvn.cpp index dbe9adfc434..01d109ec538 100644 --- a/src/common/low_precision_transformations/src/mvn.cpp +++ b/src/common/low_precision_transformations/src/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/network_helper.cpp b/src/common/low_precision_transformations/src/network_helper.cpp index e2b3f470daa..58561cb1482 100644 --- a/src/common/low_precision_transformations/src/network_helper.cpp +++ b/src/common/low_precision_transformations/src/network_helper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/normalize_l2.cpp b/src/common/low_precision_transformations/src/normalize_l2.cpp index 2c267560c42..5190660e3b5 100644 --- a/src/common/low_precision_transformations/src/normalize_l2.cpp +++ b/src/common/low_precision_transformations/src/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/pad.cpp b/src/common/low_precision_transformations/src/pad.cpp index 1b34903d389..f63e4f20cdf 100644 --- a/src/common/low_precision_transformations/src/pad.cpp +++ b/src/common/low_precision_transformations/src/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/prelu.cpp b/src/common/low_precision_transformations/src/prelu.cpp index c596cf9d4d6..ec37c7c506e 100644 --- a/src/common/low_precision_transformations/src/prelu.cpp +++ b/src/common/low_precision_transformations/src/prelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/propagate_precisions.cpp b/src/common/low_precision_transformations/src/propagate_precisions.cpp index abc4079100f..f849dbfe552 100644 --- a/src/common/low_precision_transformations/src/propagate_precisions.cpp +++ b/src/common/low_precision_transformations/src/propagate_precisions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/pull_reshape_through_dequantization.cpp b/src/common/low_precision_transformations/src/pull_reshape_through_dequantization.cpp index 636b745f97c..f31df155979 100644 --- a/src/common/low_precision_transformations/src/pull_reshape_through_dequantization.cpp +++ b/src/common/low_precision_transformations/src/pull_reshape_through_dequantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/pull_transpose_through_dequantization.cpp b/src/common/low_precision_transformations/src/pull_transpose_through_dequantization.cpp index d890f05bc27..4bdefdd3427 100644 --- a/src/common/low_precision_transformations/src/pull_transpose_through_dequantization.cpp +++ b/src/common/low_precision_transformations/src/pull_transpose_through_dequantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/quantization_details.cpp b/src/common/low_precision_transformations/src/quantization_details.cpp index 04d8381d4b7..e78312a59a8 100644 --- a/src/common/low_precision_transformations/src/quantization_details.cpp +++ b/src/common/low_precision_transformations/src/quantization_details.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/reduce_base_transformation.cpp b/src/common/low_precision_transformations/src/reduce_base_transformation.cpp index 99e4d9a3ba0..c3684ed3108 100644 --- a/src/common/low_precision_transformations/src/reduce_base_transformation.cpp +++ b/src/common/low_precision_transformations/src/reduce_base_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/reduce_max.cpp b/src/common/low_precision_transformations/src/reduce_max.cpp index c0d29d189a2..9b43dac33a6 100644 --- a/src/common/low_precision_transformations/src/reduce_max.cpp +++ b/src/common/low_precision_transformations/src/reduce_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/reduce_mean.cpp b/src/common/low_precision_transformations/src/reduce_mean.cpp index 65e70e7d593..5ebd35d9556 100644 --- a/src/common/low_precision_transformations/src/reduce_mean.cpp +++ b/src/common/low_precision_transformations/src/reduce_mean.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/reduce_min.cpp b/src/common/low_precision_transformations/src/reduce_min.cpp index 61ac93b1022..7ea0d289d3b 100644 --- a/src/common/low_precision_transformations/src/reduce_min.cpp +++ b/src/common/low_precision_transformations/src/reduce_min.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/reduce_sum.cpp b/src/common/low_precision_transformations/src/reduce_sum.cpp index 7e5169a2f16..63534ddef29 100644 --- a/src/common/low_precision_transformations/src/reduce_sum.cpp +++ b/src/common/low_precision_transformations/src/reduce_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/relu.cpp b/src/common/low_precision_transformations/src/relu.cpp index f40cfbe0a00..8b5952ad3c7 100644 --- a/src/common/low_precision_transformations/src/relu.cpp +++ b/src/common/low_precision_transformations/src/relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/reshape.cpp b/src/common/low_precision_transformations/src/reshape.cpp index c5bad493ac5..d7e736d3f16 100644 --- a/src/common/low_precision_transformations/src/reshape.cpp +++ b/src/common/low_precision_transformations/src/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/rt_info/avg_pool_precision_preserved_attribute.cpp b/src/common/low_precision_transformations/src/rt_info/avg_pool_precision_preserved_attribute.cpp index 1646524d166..e5d2f354235 100644 --- a/src/common/low_precision_transformations/src/rt_info/avg_pool_precision_preserved_attribute.cpp +++ b/src/common/low_precision_transformations/src/rt_info/avg_pool_precision_preserved_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/rt_info/bias_attribute.cpp b/src/common/low_precision_transformations/src/rt_info/bias_attribute.cpp index 2fbc4e1f802..817f6e60d4a 100644 --- a/src/common/low_precision_transformations/src/rt_info/bias_attribute.cpp +++ b/src/common/low_precision_transformations/src/rt_info/bias_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/rt_info/intervals_alignment_attribute.cpp b/src/common/low_precision_transformations/src/rt_info/intervals_alignment_attribute.cpp index afeaeda7774..fb7de71a57c 100644 --- a/src/common/low_precision_transformations/src/rt_info/intervals_alignment_attribute.cpp +++ b/src/common/low_precision_transformations/src/rt_info/intervals_alignment_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/rt_info/precision_preserved_attribute.cpp b/src/common/low_precision_transformations/src/rt_info/precision_preserved_attribute.cpp index 42521527d90..4baa969c94a 100644 --- a/src/common/low_precision_transformations/src/rt_info/precision_preserved_attribute.cpp +++ b/src/common/low_precision_transformations/src/rt_info/precision_preserved_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/rt_info/precisions_attribute.cpp b/src/common/low_precision_transformations/src/rt_info/precisions_attribute.cpp index 237e4e711bf..65b0e3a1ec5 100644 --- a/src/common/low_precision_transformations/src/rt_info/precisions_attribute.cpp +++ b/src/common/low_precision_transformations/src/rt_info/precisions_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/rt_info/quantization_alignment_attribute.cpp b/src/common/low_precision_transformations/src/rt_info/quantization_alignment_attribute.cpp index daccb491e42..83d25f9e5cb 100644 --- a/src/common/low_precision_transformations/src/rt_info/quantization_alignment_attribute.cpp +++ b/src/common/low_precision_transformations/src/rt_info/quantization_alignment_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/shuffle_channels.cpp b/src/common/low_precision_transformations/src/shuffle_channels.cpp index a4835e3c2f2..655a6bcd44f 100644 --- a/src/common/low_precision_transformations/src/shuffle_channels.cpp +++ b/src/common/low_precision_transformations/src/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/split.cpp b/src/common/low_precision_transformations/src/split.cpp index 3313248bc5f..317030cc40e 100644 --- a/src/common/low_precision_transformations/src/split.cpp +++ b/src/common/low_precision_transformations/src/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/squeeze.cpp b/src/common/low_precision_transformations/src/squeeze.cpp index a6d8fb60b53..65cefb6116e 100644 --- a/src/common/low_precision_transformations/src/squeeze.cpp +++ b/src/common/low_precision_transformations/src/squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/strided_slice.cpp b/src/common/low_precision_transformations/src/strided_slice.cpp index 98c3f2c64c7..653f8ad09e8 100644 --- a/src/common/low_precision_transformations/src/strided_slice.cpp +++ b/src/common/low_precision_transformations/src/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/subtract.cpp b/src/common/low_precision_transformations/src/subtract.cpp index 321eff36e5a..955f88b6c9b 100644 --- a/src/common/low_precision_transformations/src/subtract.cpp +++ b/src/common/low_precision_transformations/src/subtract.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/transformation_context.cpp b/src/common/low_precision_transformations/src/transformation_context.cpp index cc031e4552c..b65597d5c8b 100644 --- a/src/common/low_precision_transformations/src/transformation_context.cpp +++ b/src/common/low_precision_transformations/src/transformation_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/transparent_base_transformation.cpp b/src/common/low_precision_transformations/src/transparent_base_transformation.cpp index 2a66653e29b..8ee3f134230 100644 --- a/src/common/low_precision_transformations/src/transparent_base_transformation.cpp +++ b/src/common/low_precision_transformations/src/transparent_base_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/transpose.cpp b/src/common/low_precision_transformations/src/transpose.cpp index 8d8994c994d..b0a261287ca 100644 --- a/src/common/low_precision_transformations/src/transpose.cpp +++ b/src/common/low_precision_transformations/src/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/unsqueeze.cpp b/src/common/low_precision_transformations/src/unsqueeze.cpp index 89bfe10f553..ae03a1cd62f 100644 --- a/src/common/low_precision_transformations/src/unsqueeze.cpp +++ b/src/common/low_precision_transformations/src/unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/variadic_split.cpp b/src/common/low_precision_transformations/src/variadic_split.cpp index 31274392fce..0db5e6c2886 100644 --- a/src/common/low_precision_transformations/src/variadic_split.cpp +++ b/src/common/low_precision_transformations/src/variadic_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/src/weightable_layer_transformation.cpp b/src/common/low_precision_transformations/src/weightable_layer_transformation.cpp index dd6995efc6e..91327cfb87e 100644 --- a/src/common/low_precision_transformations/src/weightable_layer_transformation.cpp +++ b/src/common/low_precision_transformations/src/weightable_layer_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/CMakeLists.txt b/src/common/low_precision_transformations/tests/CMakeLists.txt index 85d4e5ce472..d1a71de0ab4 100644 --- a/src/common/low_precision_transformations/tests/CMakeLists.txt +++ b/src/common/low_precision_transformations/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/low_precision_transformations/tests/add_transformation.cpp b/src/common/low_precision_transformations/tests/add_transformation.cpp index bb7ad3f9b79..83a0a968715 100644 --- a/src/common/low_precision_transformations/tests/add_transformation.cpp +++ b/src/common/low_precision_transformations/tests/add_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/align_concat_quantization_parameters_transformation.cpp b/src/common/low_precision_transformations/tests/align_concat_quantization_parameters_transformation.cpp index 35403e98d72..3a50af6e8c4 100644 --- a/src/common/low_precision_transformations/tests/align_concat_quantization_parameters_transformation.cpp +++ b/src/common/low_precision_transformations/tests/align_concat_quantization_parameters_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/assign_and_read_value_transformation.cpp b/src/common/low_precision_transformations/tests/assign_and_read_value_transformation.cpp index 249e356506c..b04f7d3235a 100644 --- a/src/common/low_precision_transformations/tests/assign_and_read_value_transformation.cpp +++ b/src/common/low_precision_transformations/tests/assign_and_read_value_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/avg_pool_transformation.cpp b/src/common/low_precision_transformations/tests/avg_pool_transformation.cpp index bcfb4a9b44b..8c18f36db46 100644 --- a/src/common/low_precision_transformations/tests/avg_pool_transformation.cpp +++ b/src/common/low_precision_transformations/tests/avg_pool_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/avg_pool_with_child_transformation.cpp b/src/common/low_precision_transformations/tests/avg_pool_with_child_transformation.cpp index 44afa368f81..0449eb7f481 100644 --- a/src/common/low_precision_transformations/tests/avg_pool_with_child_transformation.cpp +++ b/src/common/low_precision_transformations/tests/avg_pool_with_child_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/clamp_transformation.cpp b/src/common/low_precision_transformations/tests/clamp_transformation.cpp index 36ce1466d16..a470d59fe90 100644 --- a/src/common/low_precision_transformations/tests/clamp_transformation.cpp +++ b/src/common/low_precision_transformations/tests/clamp_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/compose_fake_quantize_transformation.cpp b/src/common/low_precision_transformations/tests/compose_fake_quantize_transformation.cpp index 4e8f330518a..27b8635f1a8 100644 --- a/src/common/low_precision_transformations/tests/compose_fake_quantize_transformation.cpp +++ b/src/common/low_precision_transformations/tests/compose_fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_selection_with_intermediate_transformation.cpp b/src/common/low_precision_transformations/tests/concat_selection_with_intermediate_transformation.cpp index 65af6e00c06..37678868948 100644 --- a/src/common/low_precision_transformations/tests/concat_selection_with_intermediate_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_selection_with_intermediate_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_transformation.cpp b/src/common/low_precision_transformations/tests/concat_transformation.cpp index a0fc8fc0ea6..a2010723215 100644 --- a/src/common/low_precision_transformations/tests/concat_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_different_precision_on_children.cpp b/src/common/low_precision_transformations/tests/concat_with_different_precision_on_children.cpp index 218b0a175c3..ab16105800c 100644 --- a/src/common/low_precision_transformations/tests/concat_with_different_precision_on_children.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_different_precision_on_children.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_fq_tranformation.cpp b/src/common/low_precision_transformations/tests/concat_with_fq_tranformation.cpp index d37ad028152..bbb2fe3b96d 100644 --- a/src/common/low_precision_transformations/tests/concat_with_fq_tranformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_fq_tranformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_intermediate_precision_selection_transformation.cpp b/src/common/low_precision_transformations/tests/concat_with_intermediate_precision_selection_transformation.cpp index d67b3bf6021..cc979dbcb71 100644 --- a/src/common/low_precision_transformations/tests/concat_with_intermediate_precision_selection_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_intermediate_precision_selection_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_intermediate_reshape_transformation.cpp b/src/common/low_precision_transformations/tests/concat_with_intermediate_reshape_transformation.cpp index 05d852b9eea..6ecb4d3d3c4 100644 --- a/src/common/low_precision_transformations/tests/concat_with_intermediate_reshape_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_intermediate_reshape_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_intermediate_transformation.cpp b/src/common/low_precision_transformations/tests/concat_with_intermediate_transformation.cpp index c812fec1baf..79d4519572c 100644 --- a/src/common/low_precision_transformations/tests/concat_with_intermediate_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_intermediate_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_intermediate_with_constant_transformation.cpp b/src/common/low_precision_transformations/tests/concat_with_intermediate_with_constant_transformation.cpp index fe1baaf9294..6250109c5a2 100644 --- a/src/common/low_precision_transformations/tests/concat_with_intermediate_with_constant_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_intermediate_with_constant_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_neighbors_transformation.cpp b/src/common/low_precision_transformations/tests/concat_with_neighbors_transformation.cpp index 35391120d7a..5c680c316cf 100644 --- a/src/common/low_precision_transformations/tests/concat_with_neighbors_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_neighbors_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_neighbors_transformation_with_convolution.cpp b/src/common/low_precision_transformations/tests/concat_with_neighbors_transformation_with_convolution.cpp index 37134a3c62f..5fb581bba7b 100644 --- a/src/common/low_precision_transformations/tests/concat_with_neighbors_transformation_with_convolution.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_neighbors_transformation_with_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_not_quantized_parent_transformation.cpp b/src/common/low_precision_transformations/tests/concat_with_not_quantized_parent_transformation.cpp index caec75183c0..e230135493d 100644 --- a/src/common/low_precision_transformations/tests/concat_with_not_quantized_parent_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_not_quantized_parent_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_reshape_at_the_end_transformation.cpp b/src/common/low_precision_transformations/tests/concat_with_reshape_at_the_end_transformation.cpp index 0e2f9a3c731..6c23bcde220 100644 --- a/src/common/low_precision_transformations/tests/concat_with_reshape_at_the_end_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_reshape_at_the_end_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_split_transformation.cpp b/src/common/low_precision_transformations/tests/concat_with_split_transformation.cpp index cf1e1efec0d..94ca826ce60 100644 --- a/src/common/low_precision_transformations/tests/concat_with_split_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/concat_with_strided_slice_transformation.cpp b/src/common/low_precision_transformations/tests/concat_with_strided_slice_transformation.cpp index 7f9fc556dfb..aa8acf0c47d 100644 --- a/src/common/low_precision_transformations/tests/concat_with_strided_slice_transformation.cpp +++ b/src/common/low_precision_transformations/tests/concat_with_strided_slice_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/convert_subtract_constant_transformation.cpp b/src/common/low_precision_transformations/tests/convert_subtract_constant_transformation.cpp index 6de23587eb8..7a911218f26 100644 --- a/src/common/low_precision_transformations/tests/convert_subtract_constant_transformation.cpp +++ b/src/common/low_precision_transformations/tests/convert_subtract_constant_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/convolution_backprop_data_transformation.cpp b/src/common/low_precision_transformations/tests/convolution_backprop_data_transformation.cpp index 6b76a3bb986..8f746d90f2a 100644 --- a/src/common/low_precision_transformations/tests/convolution_backprop_data_transformation.cpp +++ b/src/common/low_precision_transformations/tests/convolution_backprop_data_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/convolution_qdq_transformation.cpp b/src/common/low_precision_transformations/tests/convolution_qdq_transformation.cpp index 08c6909e8fa..0fb77bec035 100644 --- a/src/common/low_precision_transformations/tests/convolution_qdq_transformation.cpp +++ b/src/common/low_precision_transformations/tests/convolution_qdq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/convolution_transformation.cpp b/src/common/low_precision_transformations/tests/convolution_transformation.cpp index 35b6d91ee1a..3bd22a39871 100644 --- a/src/common/low_precision_transformations/tests/convolution_transformation.cpp +++ b/src/common/low_precision_transformations/tests/convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/convolution_with_incorrect_weights.cpp b/src/common/low_precision_transformations/tests/convolution_with_incorrect_weights.cpp index d2d4bc3acbf..ccd65f661a2 100644 --- a/src/common/low_precision_transformations/tests/convolution_with_incorrect_weights.cpp +++ b/src/common/low_precision_transformations/tests/convolution_with_incorrect_weights.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/depth_to_space_transformation.cpp b/src/common/low_precision_transformations/tests/depth_to_space_transformation.cpp index 4e8e6e4776f..5f5ef7f9fd8 100644 --- a/src/common/low_precision_transformations/tests/depth_to_space_transformation.cpp +++ b/src/common/low_precision_transformations/tests/depth_to_space_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/elementwise_with_multi_parent_dequantization_transformation.cpp b/src/common/low_precision_transformations/tests/elementwise_with_multi_parent_dequantization_transformation.cpp index b24ac6a0e96..b437201e6ce 100644 --- a/src/common/low_precision_transformations/tests/elementwise_with_multi_parent_dequantization_transformation.cpp +++ b/src/common/low_precision_transformations/tests/elementwise_with_multi_parent_dequantization_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/eltwise_transformation_is_broadcasted_test.cpp b/src/common/low_precision_transformations/tests/eltwise_transformation_is_broadcasted_test.cpp index 0a3c7564937..be640aa7808 100644 --- a/src/common/low_precision_transformations/tests/eltwise_transformation_is_broadcasted_test.cpp +++ b/src/common/low_precision_transformations/tests/eltwise_transformation_is_broadcasted_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fake_quantize_and_two_output_branches_with_convolution.cpp b/src/common/low_precision_transformations/tests/fake_quantize_and_two_output_branches_with_convolution.cpp index 92128001060..a00f1286397 100644 --- a/src/common/low_precision_transformations/tests/fake_quantize_and_two_output_branches_with_convolution.cpp +++ b/src/common/low_precision_transformations/tests/fake_quantize_and_two_output_branches_with_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fake_quantize_on_weights_with_unsupported_child.cpp b/src/common/low_precision_transformations/tests/fake_quantize_on_weights_with_unsupported_child.cpp index 51127d6dc96..027946d1d7c 100644 --- a/src/common/low_precision_transformations/tests/fake_quantize_on_weights_with_unsupported_child.cpp +++ b/src/common/low_precision_transformations/tests/fake_quantize_on_weights_with_unsupported_child.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fake_quantize_precision_selection_transformation.cpp b/src/common/low_precision_transformations/tests/fake_quantize_precision_selection_transformation.cpp index 7c3a3c6c0ba..12ec47e3153 100644 --- a/src/common/low_precision_transformations/tests/fake_quantize_precision_selection_transformation.cpp +++ b/src/common/low_precision_transformations/tests/fake_quantize_precision_selection_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fake_quantize_transformation.cpp b/src/common/low_precision_transformations/tests/fake_quantize_transformation.cpp index 238cf5806f1..1cbdb60fe1c 100644 --- a/src/common/low_precision_transformations/tests/fake_quantize_transformation.cpp +++ b/src/common/low_precision_transformations/tests/fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fake_quantize_with_dq_not_optimal_transformation.cpp b/src/common/low_precision_transformations/tests/fake_quantize_with_dq_not_optimal_transformation.cpp index 9f378bb165d..0a8d0ba5913 100644 --- a/src/common/low_precision_transformations/tests/fake_quantize_with_dq_not_optimal_transformation.cpp +++ b/src/common/low_precision_transformations/tests/fake_quantize_with_dq_not_optimal_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fake_quantize_with_dynamic_intervals_transformation.cpp b/src/common/low_precision_transformations/tests/fake_quantize_with_dynamic_intervals_transformation.cpp index b890e07a7bf..d8c69a40b04 100644 --- a/src/common/low_precision_transformations/tests/fake_quantize_with_dynamic_intervals_transformation.cpp +++ b/src/common/low_precision_transformations/tests/fake_quantize_with_dynamic_intervals_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fold_convert_transformation.cpp b/src/common/low_precision_transformations/tests/fold_convert_transformation.cpp index 5be68ebe623..91ea3521ac1 100644 --- a/src/common/low_precision_transformations/tests/fold_convert_transformation.cpp +++ b/src/common/low_precision_transformations/tests/fold_convert_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fold_fake_quantize_in_transformations.cpp b/src/common/low_precision_transformations/tests/fold_fake_quantize_in_transformations.cpp index afcf67289a0..e231ddc7841 100644 --- a/src/common/low_precision_transformations/tests/fold_fake_quantize_in_transformations.cpp +++ b/src/common/low_precision_transformations/tests/fold_fake_quantize_in_transformations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fuse_convert_transformation.cpp b/src/common/low_precision_transformations/tests/fuse_convert_transformation.cpp index 36524145062..41ff6e30d84 100644 --- a/src/common/low_precision_transformations/tests/fuse_convert_transformation.cpp +++ b/src/common/low_precision_transformations/tests/fuse_convert_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fuse_fake_quantize_with_multi_inputs_transformation.cpp b/src/common/low_precision_transformations/tests/fuse_fake_quantize_with_multi_inputs_transformation.cpp index a3119d4b60f..e8308549ee1 100644 --- a/src/common/low_precision_transformations/tests/fuse_fake_quantize_with_multi_inputs_transformation.cpp +++ b/src/common/low_precision_transformations/tests/fuse_fake_quantize_with_multi_inputs_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fuse_multiply_to_fake_quantize_transformation.cpp b/src/common/low_precision_transformations/tests/fuse_multiply_to_fake_quantize_transformation.cpp index 67d8ebfda35..52aa433e17a 100644 --- a/src/common/low_precision_transformations/tests/fuse_multiply_to_fake_quantize_transformation.cpp +++ b/src/common/low_precision_transformations/tests/fuse_multiply_to_fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/fuse_subtract_to_fake_quantize_transformation.cpp b/src/common/low_precision_transformations/tests/fuse_subtract_to_fake_quantize_transformation.cpp index c0e591d7b09..a41754c9fa3 100644 --- a/src/common/low_precision_transformations/tests/fuse_subtract_to_fake_quantize_transformation.cpp +++ b/src/common/low_precision_transformations/tests/fuse_subtract_to_fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/get_dequantization_below_transformation.cpp b/src/common/low_precision_transformations/tests/get_dequantization_below_transformation.cpp index a4649bf9295..ff67bceed83 100644 --- a/src/common/low_precision_transformations/tests/get_dequantization_below_transformation.cpp +++ b/src/common/low_precision_transformations/tests/get_dequantization_below_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/get_dequantization_test.cpp b/src/common/low_precision_transformations/tests/get_dequantization_test.cpp index 1de971be010..22cd77e3db2 100644 --- a/src/common/low_precision_transformations/tests/get_dequantization_test.cpp +++ b/src/common/low_precision_transformations/tests/get_dequantization_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/get_dequantization_transformation.cpp b/src/common/low_precision_transformations/tests/get_dequantization_transformation.cpp index 824db4237bd..015eaa09f0f 100644 --- a/src/common/low_precision_transformations/tests/get_dequantization_transformation.cpp +++ b/src/common/low_precision_transformations/tests/get_dequantization_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/group_convolution_transformation.cpp b/src/common/low_precision_transformations/tests/group_convolution_transformation.cpp index 20cac523def..b1cb4b49940 100644 --- a/src/common/low_precision_transformations/tests/group_convolution_transformation.cpp +++ b/src/common/low_precision_transformations/tests/group_convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/interpolate_transformation.cpp b/src/common/low_precision_transformations/tests/interpolate_transformation.cpp index 5ca7383b505..97b21f1bcf4 100644 --- a/src/common/low_precision_transformations/tests/interpolate_transformation.cpp +++ b/src/common/low_precision_transformations/tests/interpolate_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/is_asymmetric_on_weights_dequantization.cpp b/src/common/low_precision_transformations/tests/is_asymmetric_on_weights_dequantization.cpp index 05aefb99fec..12da61b8c77 100644 --- a/src/common/low_precision_transformations/tests/is_asymmetric_on_weights_dequantization.cpp +++ b/src/common/low_precision_transformations/tests/is_asymmetric_on_weights_dequantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/is_asymmetric_on_weights_fq.cpp b/src/common/low_precision_transformations/tests/is_asymmetric_on_weights_fq.cpp index fefb756bb8f..f47a26527ce 100644 --- a/src/common/low_precision_transformations/tests/is_asymmetric_on_weights_fq.cpp +++ b/src/common/low_precision_transformations/tests/is_asymmetric_on_weights_fq.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/is_constant_path_transformation.cpp b/src/common/low_precision_transformations/tests/is_constant_path_transformation.cpp index 9c498a1202d..979421c18a9 100644 --- a/src/common/low_precision_transformations/tests/is_constant_path_transformation.cpp +++ b/src/common/low_precision_transformations/tests/is_constant_path_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/is_function_quantized_transformation.cpp b/src/common/low_precision_transformations/tests/is_function_quantized_transformation.cpp index ea4cbecf7cb..55920e1c1e2 100644 --- a/src/common/low_precision_transformations/tests/is_function_quantized_transformation.cpp +++ b/src/common/low_precision_transformations/tests/is_function_quantized_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/layer_transformation.cpp b/src/common/low_precision_transformations/tests/layer_transformation.cpp index 49e7b71883f..fd588151672 100644 --- a/src/common/low_precision_transformations/tests/layer_transformation.cpp +++ b/src/common/low_precision_transformations/tests/layer_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/layer_transformation.hpp b/src/common/low_precision_transformations/tests/layer_transformation.hpp index 3c05114c926..3e187baf002 100644 --- a/src/common/low_precision_transformations/tests/layer_transformation.hpp +++ b/src/common/low_precision_transformations/tests/layer_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/lpt_avoid_shapeof_propagation_test.cpp b/src/common/low_precision_transformations/tests/lpt_avoid_shapeof_propagation_test.cpp index 44f6e884a76..5b363f28d50 100644 --- a/src/common/low_precision_transformations/tests/lpt_avoid_shapeof_propagation_test.cpp +++ b/src/common/low_precision_transformations/tests/lpt_avoid_shapeof_propagation_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/mark_dequantization_subgraph_transformation.cpp b/src/common/low_precision_transformations/tests/mark_dequantization_subgraph_transformation.cpp index 1bb38b64647..f68b7ba43b7 100644 --- a/src/common/low_precision_transformations/tests/mark_dequantization_subgraph_transformation.cpp +++ b/src/common/low_precision_transformations/tests/mark_dequantization_subgraph_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/markup_avg_pool_precisions_transformation.cpp b/src/common/low_precision_transformations/tests/markup_avg_pool_precisions_transformation.cpp index a485eda3958..e28bbe3f0fe 100644 --- a/src/common/low_precision_transformations/tests/markup_avg_pool_precisions_transformation.cpp +++ b/src/common/low_precision_transformations/tests/markup_avg_pool_precisions_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/markup_bias_transformation.cpp b/src/common/low_precision_transformations/tests/markup_bias_transformation.cpp index 05555281b1d..7e661d4ba02 100644 --- a/src/common/low_precision_transformations/tests/markup_bias_transformation.cpp +++ b/src/common/low_precision_transformations/tests/markup_bias_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/mat_mul_transformation.cpp b/src/common/low_precision_transformations/tests/mat_mul_transformation.cpp index 81e255920e7..c221e63cadf 100644 --- a/src/common/low_precision_transformations/tests/mat_mul_transformation.cpp +++ b/src/common/low_precision_transformations/tests/mat_mul_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/mat_mul_with_constant_transformation.cpp b/src/common/low_precision_transformations/tests/mat_mul_with_constant_transformation.cpp index df62fbd1efd..454802c965f 100644 --- a/src/common/low_precision_transformations/tests/mat_mul_with_constant_transformation.cpp +++ b/src/common/low_precision_transformations/tests/mat_mul_with_constant_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/max_pool_transformation.cpp b/src/common/low_precision_transformations/tests/max_pool_transformation.cpp index 233cc9e2610..7b6f5f642c0 100644 --- a/src/common/low_precision_transformations/tests/max_pool_transformation.cpp +++ b/src/common/low_precision_transformations/tests/max_pool_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/move_dequantization_after_transformation.cpp b/src/common/low_precision_transformations/tests/move_dequantization_after_transformation.cpp index b775b4c9865..7844690208c 100644 --- a/src/common/low_precision_transformations/tests/move_dequantization_after_transformation.cpp +++ b/src/common/low_precision_transformations/tests/move_dequantization_after_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/move_fake_quantize_transformation.cpp b/src/common/low_precision_transformations/tests/move_fake_quantize_transformation.cpp index 0b4f65cf56a..6635f16f85b 100644 --- a/src/common/low_precision_transformations/tests/move_fake_quantize_transformation.cpp +++ b/src/common/low_precision_transformations/tests/move_fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/multiply_partial_transformation.cpp b/src/common/low_precision_transformations/tests/multiply_partial_transformation.cpp index 43f6b59f7c8..407a42cfa37 100644 --- a/src/common/low_precision_transformations/tests/multiply_partial_transformation.cpp +++ b/src/common/low_precision_transformations/tests/multiply_partial_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/multiply_to_group_convolution_transformation.cpp b/src/common/low_precision_transformations/tests/multiply_to_group_convolution_transformation.cpp index d2a8bd344ca..5d222e3c91c 100644 --- a/src/common/low_precision_transformations/tests/multiply_to_group_convolution_transformation.cpp +++ b/src/common/low_precision_transformations/tests/multiply_to_group_convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/multiply_transformation.cpp b/src/common/low_precision_transformations/tests/multiply_transformation.cpp index e484db53bbc..340100c21ea 100644 --- a/src/common/low_precision_transformations/tests/multiply_transformation.cpp +++ b/src/common/low_precision_transformations/tests/multiply_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/mvn_transformation.cpp b/src/common/low_precision_transformations/tests/mvn_transformation.cpp index aad6131a880..a970856c76f 100644 --- a/src/common/low_precision_transformations/tests/mvn_transformation.cpp +++ b/src/common/low_precision_transformations/tests/mvn_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/normalize_dequantization_transformation.cpp b/src/common/low_precision_transformations/tests/normalize_dequantization_transformation.cpp index f5588ef594e..3937a9a0e59 100644 --- a/src/common/low_precision_transformations/tests/normalize_dequantization_transformation.cpp +++ b/src/common/low_precision_transformations/tests/normalize_dequantization_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/normalize_l2_transformation.cpp b/src/common/low_precision_transformations/tests/normalize_l2_transformation.cpp index 54f87d41efd..5c1dfc449f4 100644 --- a/src/common/low_precision_transformations/tests/normalize_l2_transformation.cpp +++ b/src/common/low_precision_transformations/tests/normalize_l2_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/pad_transformation.cpp b/src/common/low_precision_transformations/tests/pad_transformation.cpp index 4efab328c67..9f1bacedc7b 100644 --- a/src/common/low_precision_transformations/tests/pad_transformation.cpp +++ b/src/common/low_precision_transformations/tests/pad_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/precision_details_test.cpp b/src/common/low_precision_transformations/tests/precision_details_test.cpp index e8a81f200cd..acf389e6e6e 100644 --- a/src/common/low_precision_transformations/tests/precision_details_test.cpp +++ b/src/common/low_precision_transformations/tests/precision_details_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/prelu_transformation.cpp b/src/common/low_precision_transformations/tests/prelu_transformation.cpp index d83a1d0356b..df1930a1845 100644 --- a/src/common/low_precision_transformations/tests/prelu_transformation.cpp +++ b/src/common/low_precision_transformations/tests/prelu_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/pull_reshape_through_dequantization_transformation.cpp b/src/common/low_precision_transformations/tests/pull_reshape_through_dequantization_transformation.cpp index 4c6da2aa9fb..d6bdc4289a5 100644 --- a/src/common/low_precision_transformations/tests/pull_reshape_through_dequantization_transformation.cpp +++ b/src/common/low_precision_transformations/tests/pull_reshape_through_dequantization_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/pull_transpose_through_dequantization_transformation.cpp b/src/common/low_precision_transformations/tests/pull_transpose_through_dequantization_transformation.cpp index 5bed4976d67..753a156ac9e 100644 --- a/src/common/low_precision_transformations/tests/pull_transpose_through_dequantization_transformation.cpp +++ b/src/common/low_precision_transformations/tests/pull_transpose_through_dequantization_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/reduce_max_transformation.cpp b/src/common/low_precision_transformations/tests/reduce_max_transformation.cpp index f059d66376c..d4a80836e5e 100644 --- a/src/common/low_precision_transformations/tests/reduce_max_transformation.cpp +++ b/src/common/low_precision_transformations/tests/reduce_max_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/reduce_mean_transformation.cpp b/src/common/low_precision_transformations/tests/reduce_mean_transformation.cpp index 0dbdff0f2d7..891a55dac1a 100644 --- a/src/common/low_precision_transformations/tests/reduce_mean_transformation.cpp +++ b/src/common/low_precision_transformations/tests/reduce_mean_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/reduce_min_transformation.cpp b/src/common/low_precision_transformations/tests/reduce_min_transformation.cpp index c5c1c6bc304..1e237cafa1f 100644 --- a/src/common/low_precision_transformations/tests/reduce_min_transformation.cpp +++ b/src/common/low_precision_transformations/tests/reduce_min_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/reduce_sum_transformation.cpp b/src/common/low_precision_transformations/tests/reduce_sum_transformation.cpp index 33f413f7de6..8faa9a0fdd6 100644 --- a/src/common/low_precision_transformations/tests/reduce_sum_transformation.cpp +++ b/src/common/low_precision_transformations/tests/reduce_sum_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/reduce_transformation.hpp b/src/common/low_precision_transformations/tests/reduce_transformation.hpp index 065a8d9730d..58a8cfd0bb3 100644 --- a/src/common/low_precision_transformations/tests/reduce_transformation.hpp +++ b/src/common/low_precision_transformations/tests/reduce_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/relu_transformation.cpp b/src/common/low_precision_transformations/tests/relu_transformation.cpp index 34c90bb2de8..9526251aa4a 100644 --- a/src/common/low_precision_transformations/tests/relu_transformation.cpp +++ b/src/common/low_precision_transformations/tests/relu_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/reshape_transformation.cpp b/src/common/low_precision_transformations/tests/reshape_transformation.cpp index f3a766da00d..0e8bd028b2b 100644 --- a/src/common/low_precision_transformations/tests/reshape_transformation.cpp +++ b/src/common/low_precision_transformations/tests/reshape_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/round_transformation.cpp b/src/common/low_precision_transformations/tests/round_transformation.cpp index dc12ba4aac5..51a5fc017e0 100644 --- a/src/common/low_precision_transformations/tests/round_transformation.cpp +++ b/src/common/low_precision_transformations/tests/round_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/separate_in_standalone_branch_transformation.cpp b/src/common/low_precision_transformations/tests/separate_in_standalone_branch_transformation.cpp index fd6b375b19e..b60880133c0 100644 --- a/src/common/low_precision_transformations/tests/separate_in_standalone_branch_transformation.cpp +++ b/src/common/low_precision_transformations/tests/separate_in_standalone_branch_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/shuffle_channels_transformation.cpp b/src/common/low_precision_transformations/tests/shuffle_channels_transformation.cpp index 7e194e4d644..967893849ca 100644 --- a/src/common/low_precision_transformations/tests/shuffle_channels_transformation.cpp +++ b/src/common/low_precision_transformations/tests/shuffle_channels_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/simple_low_precision_transformer.cpp b/src/common/low_precision_transformations/tests/simple_low_precision_transformer.cpp index 55f4a0f7b9d..a763dabaf62 100644 --- a/src/common/low_precision_transformations/tests/simple_low_precision_transformer.cpp +++ b/src/common/low_precision_transformations/tests/simple_low_precision_transformer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/simple_low_precision_transformer.hpp b/src/common/low_precision_transformations/tests/simple_low_precision_transformer.hpp index 087aaef8423..7593361f8dd 100644 --- a/src/common/low_precision_transformations/tests/simple_low_precision_transformer.hpp +++ b/src/common/low_precision_transformations/tests/simple_low_precision_transformer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/split_transformation.cpp b/src/common/low_precision_transformations/tests/split_transformation.cpp index 0df168a65e3..c309815414a 100644 --- a/src/common/low_precision_transformations/tests/split_transformation.cpp +++ b/src/common/low_precision_transformations/tests/split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/squeeze_transformation.cpp b/src/common/low_precision_transformations/tests/squeeze_transformation.cpp index f56622e7915..68b61d20811 100644 --- a/src/common/low_precision_transformations/tests/squeeze_transformation.cpp +++ b/src/common/low_precision_transformations/tests/squeeze_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/strided_slice_transformation.cpp b/src/common/low_precision_transformations/tests/strided_slice_transformation.cpp index 71b049def7f..710f58ad659 100644 --- a/src/common/low_precision_transformations/tests/strided_slice_transformation.cpp +++ b/src/common/low_precision_transformations/tests/strided_slice_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/subgraph/src/fq_decomposition_with_shared_constants.cpp b/src/common/low_precision_transformations/tests/subgraph/src/fq_decomposition_with_shared_constants.cpp index c1ed461c45b..bad9e0c36c6 100644 --- a/src/common/low_precision_transformations/tests/subgraph/src/fq_decomposition_with_shared_constants.cpp +++ b/src/common/low_precision_transformations/tests/subgraph/src/fq_decomposition_with_shared_constants.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/transformations_after_split_transformation.cpp b/src/common/low_precision_transformations/tests/transformations_after_split_transformation.cpp index d3f5b0c9723..432eec126ad 100644 --- a/src/common/low_precision_transformations/tests/transformations_after_split_transformation.cpp +++ b/src/common/low_precision_transformations/tests/transformations_after_split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/transformer_is_function_quantized.cpp b/src/common/low_precision_transformations/tests/transformer_is_function_quantized.cpp index 24e0c91d4da..44f101dd7db 100644 --- a/src/common/low_precision_transformations/tests/transformer_is_function_quantized.cpp +++ b/src/common/low_precision_transformations/tests/transformer_is_function_quantized.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/transpose_transformation.cpp b/src/common/low_precision_transformations/tests/transpose_transformation.cpp index d50976fd3bb..90352b79f4a 100644 --- a/src/common/low_precision_transformations/tests/transpose_transformation.cpp +++ b/src/common/low_precision_transformations/tests/transpose_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/unit/calclulate_levels_test.cpp b/src/common/low_precision_transformations/tests/unit/calclulate_levels_test.cpp index 35917c62491..6bdffcec4b9 100644 --- a/src/common/low_precision_transformations/tests/unit/calclulate_levels_test.cpp +++ b/src/common/low_precision_transformations/tests/unit/calclulate_levels_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/unit/reshape_test.cpp b/src/common/low_precision_transformations/tests/unit/reshape_test.cpp index 045e9714166..0fb8ba0a383 100644 --- a/src/common/low_precision_transformations/tests/unit/reshape_test.cpp +++ b/src/common/low_precision_transformations/tests/unit/reshape_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/unit/shared_attribute_add.cpp b/src/common/low_precision_transformations/tests/unit/shared_attribute_add.cpp index 4d220fa1f3e..c9f4d26c576 100644 --- a/src/common/low_precision_transformations/tests/unit/shared_attribute_add.cpp +++ b/src/common/low_precision_transformations/tests/unit/shared_attribute_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/unit/update_reshape_values.cpp b/src/common/low_precision_transformations/tests/unit/update_reshape_values.cpp index 56c605fda53..3e5d0734c45 100644 --- a/src/common/low_precision_transformations/tests/unit/update_reshape_values.cpp +++ b/src/common/low_precision_transformations/tests/unit/update_reshape_values.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/unsqueeze_transformation.cpp b/src/common/low_precision_transformations/tests/unsqueeze_transformation.cpp index ca93d77246c..e736157fb11 100644 --- a/src/common/low_precision_transformations/tests/unsqueeze_transformation.cpp +++ b/src/common/low_precision_transformations/tests/unsqueeze_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/low_precision_transformations/tests/variadic_split_transformation.cpp b/src/common/low_precision_transformations/tests/variadic_split_transformation.cpp index 39a8cfa2242..8adb0caa427 100644 --- a/src/common/low_precision_transformations/tests/variadic_split_transformation.cpp +++ b/src/common/low_precision_transformations/tests/variadic_split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/offline_transformations/CMakeLists.txt b/src/common/offline_transformations/CMakeLists.txt index 69335b19be4..d9c1b65dfbd 100644 --- a/src/common/offline_transformations/CMakeLists.txt +++ b/src/common/offline_transformations/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/offline_transformations/include/mask_attribute.hpp b/src/common/offline_transformations/include/mask_attribute.hpp index cb787fdd46a..514a8d4e92c 100644 --- a/src/common/offline_transformations/include/mask_attribute.hpp +++ b/src/common/offline_transformations/include/mask_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/offline_transformations/include/pruning.hpp b/src/common/offline_transformations/include/pruning.hpp index 2ac4ff6aea3..c71a84fe18d 100644 --- a/src/common/offline_transformations/include/pruning.hpp +++ b/src/common/offline_transformations/include/pruning.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/offline_transformations/src/pruning/init_const_mask.cpp b/src/common/offline_transformations/src/pruning/init_const_mask.cpp index 84863f9cbe3..85225c2a657 100644 --- a/src/common/offline_transformations/src/pruning/init_const_mask.cpp +++ b/src/common/offline_transformations/src/pruning/init_const_mask.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/offline_transformations/src/pruning/init_masks.cpp b/src/common/offline_transformations/src/pruning/init_masks.cpp index 858fbd8de5a..7259bc25751 100644 --- a/src/common/offline_transformations/src/pruning/init_masks.cpp +++ b/src/common/offline_transformations/src/pruning/init_masks.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/offline_transformations/src/pruning/mask_attribute.cpp b/src/common/offline_transformations/src/pruning/mask_attribute.cpp index 0067a2b710c..c5e33e89115 100644 --- a/src/common/offline_transformations/src/pruning/mask_attribute.cpp +++ b/src/common/offline_transformations/src/pruning/mask_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/offline_transformations/src/pruning/propagate_masks.cpp b/src/common/offline_transformations/src/pruning/propagate_masks.cpp index 58a96449002..3d22feafa60 100644 --- a/src/common/offline_transformations/src/pruning/propagate_masks.cpp +++ b/src/common/offline_transformations/src/pruning/propagate_masks.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/offline_transformations/src/pruning/pruning.cpp b/src/common/offline_transformations/src/pruning/pruning.cpp index 115c3e7458e..3d13d471229 100644 --- a/src/common/offline_transformations/src/pruning/pruning.cpp +++ b/src/common/offline_transformations/src/pruning/pruning.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/offline_transformations/src/pruning/shrink_weights.cpp b/src/common/offline_transformations/src/pruning/shrink_weights.cpp index 13b78275243..617cbbf7373 100644 --- a/src/common/offline_transformations/src/pruning/shrink_weights.cpp +++ b/src/common/offline_transformations/src/pruning/shrink_weights.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/CMakeLists.txt b/src/common/snippets/CMakeLists.txt index dcde389cde7..56c6488fb47 100644 --- a/src/common/snippets/CMakeLists.txt +++ b/src/common/snippets/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/snippets/include/snippets/emitter.hpp b/src/common/snippets/include/snippets/emitter.hpp index f61e94f521a..6ae41e3cc3a 100644 --- a/src/common/snippets/include/snippets/emitter.hpp +++ b/src/common/snippets/include/snippets/emitter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/generator.hpp b/src/common/snippets/include/snippets/generator.hpp index a4541551553..4c10f112bc2 100644 --- a/src/common/snippets/include/snippets/generator.hpp +++ b/src/common/snippets/include/snippets/generator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/itt.hpp b/src/common/snippets/include/snippets/itt.hpp index 4a617f5a06e..2e67da0396f 100644 --- a/src/common/snippets/include/snippets/itt.hpp +++ b/src/common/snippets/include/snippets/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/lowered/pass/insert_perf_count.hpp b/src/common/snippets/include/snippets/lowered/pass/insert_perf_count.hpp index 17d3f4cb282..6d20db94037 100644 --- a/src/common/snippets/include/snippets/lowered/pass/insert_perf_count.hpp +++ b/src/common/snippets/include/snippets/lowered/pass/insert_perf_count.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef SNIPPETS_DEBUG_CAPS diff --git a/src/common/snippets/include/snippets/lowered/pass/load_movebroadcast_to_broadcastload.hpp b/src/common/snippets/include/snippets/lowered/pass/load_movebroadcast_to_broadcastload.hpp index e7aac012480..f7585d58641 100644 --- a/src/common/snippets/include/snippets/lowered/pass/load_movebroadcast_to_broadcastload.hpp +++ b/src/common/snippets/include/snippets/lowered/pass/load_movebroadcast_to_broadcastload.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/brgemm.hpp b/src/common/snippets/include/snippets/op/brgemm.hpp index 8ba681fb8e9..cfdfbadd561 100644 --- a/src/common/snippets/include/snippets/op/brgemm.hpp +++ b/src/common/snippets/include/snippets/op/brgemm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/broadcastload.hpp b/src/common/snippets/include/snippets/op/broadcastload.hpp index a46311d3015..749eef16119 100644 --- a/src/common/snippets/include/snippets/op/broadcastload.hpp +++ b/src/common/snippets/include/snippets/op/broadcastload.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/broadcastmove.hpp b/src/common/snippets/include/snippets/op/broadcastmove.hpp index 95579c17484..764ba476170 100644 --- a/src/common/snippets/include/snippets/op/broadcastmove.hpp +++ b/src/common/snippets/include/snippets/op/broadcastmove.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/buffer.hpp b/src/common/snippets/include/snippets/op/buffer.hpp index d0e1152b589..454fb5301ad 100644 --- a/src/common/snippets/include/snippets/op/buffer.hpp +++ b/src/common/snippets/include/snippets/op/buffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/convert_saturation.hpp b/src/common/snippets/include/snippets/op/convert_saturation.hpp index 3911c1585c4..68889fcec10 100644 --- a/src/common/snippets/include/snippets/op/convert_saturation.hpp +++ b/src/common/snippets/include/snippets/op/convert_saturation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/convert_truncation.hpp b/src/common/snippets/include/snippets/op/convert_truncation.hpp index 1064ca403a3..c6bf1dac8c1 100644 --- a/src/common/snippets/include/snippets/op/convert_truncation.hpp +++ b/src/common/snippets/include/snippets/op/convert_truncation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/fill.hpp b/src/common/snippets/include/snippets/op/fill.hpp index d14c28cf5a1..789bc6cce91 100644 --- a/src/common/snippets/include/snippets/op/fill.hpp +++ b/src/common/snippets/include/snippets/op/fill.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/horizon_max.hpp b/src/common/snippets/include/snippets/op/horizon_max.hpp index 80bdf36ed4b..72ef3dc1ff0 100644 --- a/src/common/snippets/include/snippets/op/horizon_max.hpp +++ b/src/common/snippets/include/snippets/op/horizon_max.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/horizon_sum.hpp b/src/common/snippets/include/snippets/op/horizon_sum.hpp index 47f3b8dccf8..8553ad14f77 100644 --- a/src/common/snippets/include/snippets/op/horizon_sum.hpp +++ b/src/common/snippets/include/snippets/op/horizon_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/kernel.hpp b/src/common/snippets/include/snippets/op/kernel.hpp index 71c0bcc703a..02a05ee1253 100644 --- a/src/common/snippets/include/snippets/op/kernel.hpp +++ b/src/common/snippets/include/snippets/op/kernel.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/load.hpp b/src/common/snippets/include/snippets/op/load.hpp index abd93d82648..bc4b00f82db 100644 --- a/src/common/snippets/include/snippets/op/load.hpp +++ b/src/common/snippets/include/snippets/op/load.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/loop.hpp b/src/common/snippets/include/snippets/op/loop.hpp index b49c3652f72..1053dba7d2a 100644 --- a/src/common/snippets/include/snippets/op/loop.hpp +++ b/src/common/snippets/include/snippets/op/loop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/memory_access.hpp b/src/common/snippets/include/snippets/op/memory_access.hpp index ae0ac665ec5..ea41acb4a0d 100644 --- a/src/common/snippets/include/snippets/op/memory_access.hpp +++ b/src/common/snippets/include/snippets/op/memory_access.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/nop.hpp b/src/common/snippets/include/snippets/op/nop.hpp index 3a9d5ba41f4..a4c22ecbe53 100644 --- a/src/common/snippets/include/snippets/op/nop.hpp +++ b/src/common/snippets/include/snippets/op/nop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/perf_count.hpp b/src/common/snippets/include/snippets/op/perf_count.hpp index 4c9f9c6e523..b326cc18593 100644 --- a/src/common/snippets/include/snippets/op/perf_count.hpp +++ b/src/common/snippets/include/snippets/op/perf_count.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/powerstatic.hpp b/src/common/snippets/include/snippets/op/powerstatic.hpp index d76fa48e060..47baa4c0361 100644 --- a/src/common/snippets/include/snippets/op/powerstatic.hpp +++ b/src/common/snippets/include/snippets/op/powerstatic.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/rank_normalization.hpp b/src/common/snippets/include/snippets/op/rank_normalization.hpp index c1ed530ce05..47b18601f8d 100644 --- a/src/common/snippets/include/snippets/op/rank_normalization.hpp +++ b/src/common/snippets/include/snippets/op/rank_normalization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/reduce.hpp b/src/common/snippets/include/snippets/op/reduce.hpp index 49cfb3aef53..4604baff8dc 100644 --- a/src/common/snippets/include/snippets/op/reduce.hpp +++ b/src/common/snippets/include/snippets/op/reduce.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/scalar.hpp b/src/common/snippets/include/snippets/op/scalar.hpp index 2720ffdc062..6b16d83de3f 100644 --- a/src/common/snippets/include/snippets/op/scalar.hpp +++ b/src/common/snippets/include/snippets/op/scalar.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/serialization_node.hpp b/src/common/snippets/include/snippets/op/serialization_node.hpp index 8910f98bd0a..74ddaca4e02 100644 --- a/src/common/snippets/include/snippets/op/serialization_node.hpp +++ b/src/common/snippets/include/snippets/op/serialization_node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/store.hpp b/src/common/snippets/include/snippets/op/store.hpp index 909c86a689d..adb5842b7c9 100644 --- a/src/common/snippets/include/snippets/op/store.hpp +++ b/src/common/snippets/include/snippets/op/store.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/subgraph.hpp b/src/common/snippets/include/snippets/op/subgraph.hpp index e5d99d59a6d..2c0558abdc7 100644 --- a/src/common/snippets/include/snippets/op/subgraph.hpp +++ b/src/common/snippets/include/snippets/op/subgraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/op/vector_buffer.hpp b/src/common/snippets/include/snippets/op/vector_buffer.hpp index 4bd1fb1cf93..31b68af8a85 100644 --- a/src/common/snippets/include/snippets/op/vector_buffer.hpp +++ b/src/common/snippets/include/snippets/op/vector_buffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/align_element_types.hpp b/src/common/snippets/include/snippets/pass/align_element_types.hpp index 9a8a5ff880a..1d5a1fa9256 100644 --- a/src/common/snippets/include/snippets/pass/align_element_types.hpp +++ b/src/common/snippets/include/snippets/pass/align_element_types.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/broadcast_to_movebroadcast.hpp b/src/common/snippets/include/snippets/pass/broadcast_to_movebroadcast.hpp index 625684417cc..3e2dc15d99a 100644 --- a/src/common/snippets/include/snippets/pass/broadcast_to_movebroadcast.hpp +++ b/src/common/snippets/include/snippets/pass/broadcast_to_movebroadcast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/canonicalization.hpp b/src/common/snippets/include/snippets/pass/canonicalization.hpp index f57218328ca..5c7acaa781d 100644 --- a/src/common/snippets/include/snippets/pass/canonicalization.hpp +++ b/src/common/snippets/include/snippets/pass/canonicalization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/collapse_subgraph.hpp b/src/common/snippets/include/snippets/pass/collapse_subgraph.hpp index ed6faab4842..67cac232971 100644 --- a/src/common/snippets/include/snippets/pass/collapse_subgraph.hpp +++ b/src/common/snippets/include/snippets/pass/collapse_subgraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/explicit_transpose_matmul_inputs.hpp b/src/common/snippets/include/snippets/pass/explicit_transpose_matmul_inputs.hpp index 378128d9014..d4aa8ed2ed9 100644 --- a/src/common/snippets/include/snippets/pass/explicit_transpose_matmul_inputs.hpp +++ b/src/common/snippets/include/snippets/pass/explicit_transpose_matmul_inputs.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/extract_constants.hpp b/src/common/snippets/include/snippets/pass/extract_constants.hpp index 17db3101c95..b50b63a9e3b 100644 --- a/src/common/snippets/include/snippets/pass/extract_constants.hpp +++ b/src/common/snippets/include/snippets/pass/extract_constants.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/extract_reshapes_from_mha.hpp b/src/common/snippets/include/snippets/pass/extract_reshapes_from_mha.hpp index d0b98da98db..9c7e9f67b7e 100644 --- a/src/common/snippets/include/snippets/pass/extract_reshapes_from_mha.hpp +++ b/src/common/snippets/include/snippets/pass/extract_reshapes_from_mha.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/extract_unsupported_transposes.hpp b/src/common/snippets/include/snippets/pass/extract_unsupported_transposes.hpp index 48b1c2fed88..1a27f533bb9 100644 --- a/src/common/snippets/include/snippets/pass/extract_unsupported_transposes.hpp +++ b/src/common/snippets/include/snippets/pass/extract_unsupported_transposes.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/fq_decomposition.hpp b/src/common/snippets/include/snippets/pass/fq_decomposition.hpp index 30e23b66c55..9ad25c927d1 100644 --- a/src/common/snippets/include/snippets/pass/fq_decomposition.hpp +++ b/src/common/snippets/include/snippets/pass/fq_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/fuse_transpose_brgemm.hpp b/src/common/snippets/include/snippets/pass/fuse_transpose_brgemm.hpp index faf320a8d8c..d32bc179f8a 100644 --- a/src/common/snippets/include/snippets/pass/fuse_transpose_brgemm.hpp +++ b/src/common/snippets/include/snippets/pass/fuse_transpose_brgemm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/hash.hpp b/src/common/snippets/include/snippets/pass/hash.hpp index 8d0689c7376..66126cd21bb 100644 --- a/src/common/snippets/include/snippets/pass/hash.hpp +++ b/src/common/snippets/include/snippets/pass/hash.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/insert_movebroadcast.hpp b/src/common/snippets/include/snippets/pass/insert_movebroadcast.hpp index fd5ab9e46a1..2ee9de1c15e 100644 --- a/src/common/snippets/include/snippets/pass/insert_movebroadcast.hpp +++ b/src/common/snippets/include/snippets/pass/insert_movebroadcast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/manager.hpp b/src/common/snippets/include/snippets/pass/manager.hpp index 3867366f1b3..075d4499585 100644 --- a/src/common/snippets/include/snippets/pass/manager.hpp +++ b/src/common/snippets/include/snippets/pass/manager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/matmul_to_brgemm.hpp b/src/common/snippets/include/snippets/pass/matmul_to_brgemm.hpp index 86f9569cc09..2b5cc357cc5 100644 --- a/src/common/snippets/include/snippets/pass/matmul_to_brgemm.hpp +++ b/src/common/snippets/include/snippets/pass/matmul_to_brgemm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/mha_tokenization.hpp b/src/common/snippets/include/snippets/pass/mha_tokenization.hpp index f5d637f1abb..e3e7939632c 100644 --- a/src/common/snippets/include/snippets/pass/mha_tokenization.hpp +++ b/src/common/snippets/include/snippets/pass/mha_tokenization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/positioned_pass.hpp b/src/common/snippets/include/snippets/pass/positioned_pass.hpp index 9f6791a2362..bf32ed3444e 100644 --- a/src/common/snippets/include/snippets/pass/positioned_pass.hpp +++ b/src/common/snippets/include/snippets/pass/positioned_pass.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/reduce_to_snippets_reduce.hpp b/src/common/snippets/include/snippets/pass/reduce_to_snippets_reduce.hpp index 5d280fb0848..1270cf1eccc 100644 --- a/src/common/snippets/include/snippets/pass/reduce_to_snippets_reduce.hpp +++ b/src/common/snippets/include/snippets/pass/reduce_to_snippets_reduce.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/softmax_reshape_elimination.hpp b/src/common/snippets/include/snippets/pass/softmax_reshape_elimination.hpp index 8c240a08eeb..f72098996a0 100644 --- a/src/common/snippets/include/snippets/pass/softmax_reshape_elimination.hpp +++ b/src/common/snippets/include/snippets/pass/softmax_reshape_elimination.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/split_dimension_m.hpp b/src/common/snippets/include/snippets/pass/split_dimension_m.hpp index b57841a5e9c..e6d808794a1 100644 --- a/src/common/snippets/include/snippets/pass/split_dimension_m.hpp +++ b/src/common/snippets/include/snippets/pass/split_dimension_m.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/subgraph_manager.hpp b/src/common/snippets/include/snippets/pass/subgraph_manager.hpp index 2aeea775987..0ee3573aad3 100644 --- a/src/common/snippets/include/snippets/pass/subgraph_manager.hpp +++ b/src/common/snippets/include/snippets/pass/subgraph_manager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/subgraph_pass.hpp b/src/common/snippets/include/snippets/pass/subgraph_pass.hpp index c8d65f0bc53..6665c14d9c5 100644 --- a/src/common/snippets/include/snippets/pass/subgraph_pass.hpp +++ b/src/common/snippets/include/snippets/pass/subgraph_pass.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/tokenization.hpp b/src/common/snippets/include/snippets/pass/tokenization.hpp index a222bd72ef4..be08a883c2b 100644 --- a/src/common/snippets/include/snippets/pass/tokenization.hpp +++ b/src/common/snippets/include/snippets/pass/tokenization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/transform_convert.hpp b/src/common/snippets/include/snippets/pass/transform_convert.hpp index 91513157e8f..bf9c27f0d78 100644 --- a/src/common/snippets/include/snippets/pass/transform_convert.hpp +++ b/src/common/snippets/include/snippets/pass/transform_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/pass/validate.hpp b/src/common/snippets/include/snippets/pass/validate.hpp index f0803d88bb1..be0aed0a9f1 100644 --- a/src/common/snippets/include/snippets/pass/validate.hpp +++ b/src/common/snippets/include/snippets/pass/validate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/remarks.hpp b/src/common/snippets/include/snippets/remarks.hpp index 9ed2892a41e..b17749bf7b5 100644 --- a/src/common/snippets/include/snippets/remarks.hpp +++ b/src/common/snippets/include/snippets/remarks.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/snippets_isa.hpp b/src/common/snippets/include/snippets/snippets_isa.hpp index cfb191a080c..f0564becaf2 100644 --- a/src/common/snippets/include/snippets/snippets_isa.hpp +++ b/src/common/snippets/include/snippets/snippets_isa.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/snippets_isa_tbl.hpp b/src/common/snippets/include/snippets/snippets_isa_tbl.hpp index 8de082781f1..fed0dfcdd5c 100644 --- a/src/common/snippets/include/snippets/snippets_isa_tbl.hpp +++ b/src/common/snippets/include/snippets/snippets_isa_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/include/snippets/utils.hpp b/src/common/snippets/include/snippets/utils.hpp index 93bef515532..41d87f0e0fe 100644 --- a/src/common/snippets/include/snippets/utils.hpp +++ b/src/common/snippets/include/snippets/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/emitter.cpp b/src/common/snippets/src/emitter.cpp index 45f6657bfe3..26745531cc2 100644 --- a/src/common/snippets/src/emitter.cpp +++ b/src/common/snippets/src/emitter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/generator.cpp b/src/common/snippets/src/generator.cpp index 3818f4e528e..8a0ae29f281 100644 --- a/src/common/snippets/src/generator.cpp +++ b/src/common/snippets/src/generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/lowered/pass/insert_perf_count.cpp b/src/common/snippets/src/lowered/pass/insert_perf_count.cpp index 9f68b45c8d0..88fb39ec85c 100644 --- a/src/common/snippets/src/lowered/pass/insert_perf_count.cpp +++ b/src/common/snippets/src/lowered/pass/insert_perf_count.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef SNIPPETS_DEBUG_CAPS diff --git a/src/common/snippets/src/op/brgemm.cpp b/src/common/snippets/src/op/brgemm.cpp index 6ea77e447c4..36cf9147ee4 100644 --- a/src/common/snippets/src/op/brgemm.cpp +++ b/src/common/snippets/src/op/brgemm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/broadcastload.cpp b/src/common/snippets/src/op/broadcastload.cpp index 9775b2cc572..152d68006e0 100644 --- a/src/common/snippets/src/op/broadcastload.cpp +++ b/src/common/snippets/src/op/broadcastload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/broadcastmove.cpp b/src/common/snippets/src/op/broadcastmove.cpp index ee9b715077b..a42a736e3a5 100644 --- a/src/common/snippets/src/op/broadcastmove.cpp +++ b/src/common/snippets/src/op/broadcastmove.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/buffer.cpp b/src/common/snippets/src/op/buffer.cpp index 36bc185dd8b..424063d68d5 100644 --- a/src/common/snippets/src/op/buffer.cpp +++ b/src/common/snippets/src/op/buffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/convert_saturation.cpp b/src/common/snippets/src/op/convert_saturation.cpp index eab5ba76e48..0257df91eb6 100644 --- a/src/common/snippets/src/op/convert_saturation.cpp +++ b/src/common/snippets/src/op/convert_saturation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/convert_truncation.cpp b/src/common/snippets/src/op/convert_truncation.cpp index a117ed295d8..65fa0e38046 100644 --- a/src/common/snippets/src/op/convert_truncation.cpp +++ b/src/common/snippets/src/op/convert_truncation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/fill.cpp b/src/common/snippets/src/op/fill.cpp index 05f79495ae1..a271b0a3680 100644 --- a/src/common/snippets/src/op/fill.cpp +++ b/src/common/snippets/src/op/fill.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/horizon_max.cpp b/src/common/snippets/src/op/horizon_max.cpp index a5e92e49ac5..9621286e091 100644 --- a/src/common/snippets/src/op/horizon_max.cpp +++ b/src/common/snippets/src/op/horizon_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/horizon_sum.cpp b/src/common/snippets/src/op/horizon_sum.cpp index da0b863842b..59e24622fac 100644 --- a/src/common/snippets/src/op/horizon_sum.cpp +++ b/src/common/snippets/src/op/horizon_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/kernel.cpp b/src/common/snippets/src/op/kernel.cpp index 54069314aed..8486672c7d1 100644 --- a/src/common/snippets/src/op/kernel.cpp +++ b/src/common/snippets/src/op/kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/load.cpp b/src/common/snippets/src/op/load.cpp index 065372f7a76..b009ecd2e9e 100644 --- a/src/common/snippets/src/op/load.cpp +++ b/src/common/snippets/src/op/load.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/loop.cpp b/src/common/snippets/src/op/loop.cpp index b7fa9020eba..73766669300 100644 --- a/src/common/snippets/src/op/loop.cpp +++ b/src/common/snippets/src/op/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/memory_access.cpp b/src/common/snippets/src/op/memory_access.cpp index f98d72be7f9..b721c444709 100644 --- a/src/common/snippets/src/op/memory_access.cpp +++ b/src/common/snippets/src/op/memory_access.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/nop.cpp b/src/common/snippets/src/op/nop.cpp index 50be9810d0e..5b9c2566a89 100644 --- a/src/common/snippets/src/op/nop.cpp +++ b/src/common/snippets/src/op/nop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/perf_count.cpp b/src/common/snippets/src/op/perf_count.cpp index 0b0203329d2..f18bba1dbf6 100644 --- a/src/common/snippets/src/op/perf_count.cpp +++ b/src/common/snippets/src/op/perf_count.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef SNIPPETS_DEBUG_CAPS diff --git a/src/common/snippets/src/op/rank_normalization.cpp b/src/common/snippets/src/op/rank_normalization.cpp index 5dfd46492a1..3dc1a6355c0 100644 --- a/src/common/snippets/src/op/rank_normalization.cpp +++ b/src/common/snippets/src/op/rank_normalization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/reduce.cpp b/src/common/snippets/src/op/reduce.cpp index 69472dc4ee6..5717bfe1255 100644 --- a/src/common/snippets/src/op/reduce.cpp +++ b/src/common/snippets/src/op/reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/scalar.cpp b/src/common/snippets/src/op/scalar.cpp index 4efd1716a6f..cacffdb1ae6 100644 --- a/src/common/snippets/src/op/scalar.cpp +++ b/src/common/snippets/src/op/scalar.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/serialization_node.cpp b/src/common/snippets/src/op/serialization_node.cpp index dde0f0ae6aa..085de9616ca 100644 --- a/src/common/snippets/src/op/serialization_node.cpp +++ b/src/common/snippets/src/op/serialization_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/store.cpp b/src/common/snippets/src/op/store.cpp index f7aa73b857c..d4f0087791e 100644 --- a/src/common/snippets/src/op/store.cpp +++ b/src/common/snippets/src/op/store.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/subgraph.cpp b/src/common/snippets/src/op/subgraph.cpp index 8ccb0e6fea3..70224751f1f 100644 --- a/src/common/snippets/src/op/subgraph.cpp +++ b/src/common/snippets/src/op/subgraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/op/vector_buffer.cpp b/src/common/snippets/src/op/vector_buffer.cpp index a0b021bc828..8cf0260ccd2 100644 --- a/src/common/snippets/src/op/vector_buffer.cpp +++ b/src/common/snippets/src/op/vector_buffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/align_element_types.cpp b/src/common/snippets/src/pass/align_element_types.cpp index ebf0580ae8f..625294d9e09 100644 --- a/src/common/snippets/src/pass/align_element_types.cpp +++ b/src/common/snippets/src/pass/align_element_types.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/broadcast_to_movebroadcast.cpp b/src/common/snippets/src/pass/broadcast_to_movebroadcast.cpp index a3e687d44b3..045c656abdb 100644 --- a/src/common/snippets/src/pass/broadcast_to_movebroadcast.cpp +++ b/src/common/snippets/src/pass/broadcast_to_movebroadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/canonicalization.cpp b/src/common/snippets/src/pass/canonicalization.cpp index 23414d2925b..7aec0c4adf8 100644 --- a/src/common/snippets/src/pass/canonicalization.cpp +++ b/src/common/snippets/src/pass/canonicalization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/collapse_subgraph.cpp b/src/common/snippets/src/pass/collapse_subgraph.cpp index 641a8c5e228..cc983fcc748 100644 --- a/src/common/snippets/src/pass/collapse_subgraph.cpp +++ b/src/common/snippets/src/pass/collapse_subgraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/explicit_transpose_matmul_inputs.cpp b/src/common/snippets/src/pass/explicit_transpose_matmul_inputs.cpp index e98a2c3d57a..f384abcb08c 100644 --- a/src/common/snippets/src/pass/explicit_transpose_matmul_inputs.cpp +++ b/src/common/snippets/src/pass/explicit_transpose_matmul_inputs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/extract_constants.cpp b/src/common/snippets/src/pass/extract_constants.cpp index 54a2a56cd27..65cb0b4990b 100644 --- a/src/common/snippets/src/pass/extract_constants.cpp +++ b/src/common/snippets/src/pass/extract_constants.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/extract_reshapes_from_mha.cpp b/src/common/snippets/src/pass/extract_reshapes_from_mha.cpp index 777832fc19e..8fa2917091a 100644 --- a/src/common/snippets/src/pass/extract_reshapes_from_mha.cpp +++ b/src/common/snippets/src/pass/extract_reshapes_from_mha.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/extract_unsupported_transposes.cpp b/src/common/snippets/src/pass/extract_unsupported_transposes.cpp index 4cc87b3810c..a0f5085afa8 100644 --- a/src/common/snippets/src/pass/extract_unsupported_transposes.cpp +++ b/src/common/snippets/src/pass/extract_unsupported_transposes.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/fq_decomposition.cpp b/src/common/snippets/src/pass/fq_decomposition.cpp index a173396544d..7548d745102 100644 --- a/src/common/snippets/src/pass/fq_decomposition.cpp +++ b/src/common/snippets/src/pass/fq_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/fuse_transpose_brgemm.cpp b/src/common/snippets/src/pass/fuse_transpose_brgemm.cpp index 4492c1f7466..0edefb513f7 100644 --- a/src/common/snippets/src/pass/fuse_transpose_brgemm.cpp +++ b/src/common/snippets/src/pass/fuse_transpose_brgemm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/hash.cpp b/src/common/snippets/src/pass/hash.cpp index 7a18650dea3..02223f0f94e 100644 --- a/src/common/snippets/src/pass/hash.cpp +++ b/src/common/snippets/src/pass/hash.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/insert_movebroadcast.cpp b/src/common/snippets/src/pass/insert_movebroadcast.cpp index 38b85d11a19..805ab216de5 100644 --- a/src/common/snippets/src/pass/insert_movebroadcast.cpp +++ b/src/common/snippets/src/pass/insert_movebroadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/manager.cpp b/src/common/snippets/src/pass/manager.cpp index d5a1456c9a8..81c46a1df50 100644 --- a/src/common/snippets/src/pass/manager.cpp +++ b/src/common/snippets/src/pass/manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/matmul_to_brgemm.cpp b/src/common/snippets/src/pass/matmul_to_brgemm.cpp index ba2d8c6311a..a6ea1740185 100644 --- a/src/common/snippets/src/pass/matmul_to_brgemm.cpp +++ b/src/common/snippets/src/pass/matmul_to_brgemm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/mha_tokenization.cpp b/src/common/snippets/src/pass/mha_tokenization.cpp index 982448ecdfd..a7c483b443c 100644 --- a/src/common/snippets/src/pass/mha_tokenization.cpp +++ b/src/common/snippets/src/pass/mha_tokenization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/positioned_pass.cpp b/src/common/snippets/src/pass/positioned_pass.cpp index 5f1e21f0aff..5f5e2c5b9e2 100644 --- a/src/common/snippets/src/pass/positioned_pass.cpp +++ b/src/common/snippets/src/pass/positioned_pass.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/reduce_to_snippets_reduce.cpp b/src/common/snippets/src/pass/reduce_to_snippets_reduce.cpp index edbf10c0b12..0c1b895f374 100644 --- a/src/common/snippets/src/pass/reduce_to_snippets_reduce.cpp +++ b/src/common/snippets/src/pass/reduce_to_snippets_reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/softmax_decomposition.cpp b/src/common/snippets/src/pass/softmax_decomposition.cpp index c253b1f0b2e..269d06c958d 100644 --- a/src/common/snippets/src/pass/softmax_decomposition.cpp +++ b/src/common/snippets/src/pass/softmax_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/softmax_reshape_elimination.cpp b/src/common/snippets/src/pass/softmax_reshape_elimination.cpp index 7ea708b9359..7bbe82c2569 100644 --- a/src/common/snippets/src/pass/softmax_reshape_elimination.cpp +++ b/src/common/snippets/src/pass/softmax_reshape_elimination.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/split_dimension_m.cpp b/src/common/snippets/src/pass/split_dimension_m.cpp index 671a12bffa3..17788c5438e 100644 --- a/src/common/snippets/src/pass/split_dimension_m.cpp +++ b/src/common/snippets/src/pass/split_dimension_m.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/tokenization.cpp b/src/common/snippets/src/pass/tokenization.cpp index 0dc0415356b..4b96a1f60a8 100644 --- a/src/common/snippets/src/pass/tokenization.cpp +++ b/src/common/snippets/src/pass/tokenization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/transform_convert.cpp b/src/common/snippets/src/pass/transform_convert.cpp index b6ea483b81b..d486ec2733f 100644 --- a/src/common/snippets/src/pass/transform_convert.cpp +++ b/src/common/snippets/src/pass/transform_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/pass/transpose_decomposition.cpp b/src/common/snippets/src/pass/transpose_decomposition.cpp index fe7cf7a702b..6c2b1834e4e 100644 --- a/src/common/snippets/src/pass/transpose_decomposition.cpp +++ b/src/common/snippets/src/pass/transpose_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/src/utils.cpp b/src/common/snippets/src/utils.cpp index 98c141e0696..d3106179c7f 100644 --- a/src/common/snippets/src/utils.cpp +++ b/src/common/snippets/src/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/tests/CMakeLists.txt b/src/common/snippets/tests/CMakeLists.txt index 274d653518a..d04b0804bff 100644 --- a/src/common/snippets/tests/CMakeLists.txt +++ b/src/common/snippets/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/snippets/tests/src/lowered/pass/buffer_allocation.cpp b/src/common/snippets/tests/src/lowered/pass/buffer_allocation.cpp index a6f243181b5..62f82705f0b 100644 --- a/src/common/snippets/tests/src/lowered/pass/buffer_allocation.cpp +++ b/src/common/snippets/tests/src/lowered/pass/buffer_allocation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/tests/src/lowered/pass/loop.cpp b/src/common/snippets/tests/src/lowered/pass/loop.cpp index baa9900b5c6..1ddc793d9ed 100644 --- a/src/common/snippets/tests/src/lowered/pass/loop.cpp +++ b/src/common/snippets/tests/src/lowered/pass/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/tests/src/pass/movebroadcast.cpp b/src/common/snippets/tests/src/pass/movebroadcast.cpp index caf48b76383..f4154f06e8c 100644 --- a/src/common/snippets/tests/src/pass/movebroadcast.cpp +++ b/src/common/snippets/tests/src/pass/movebroadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/snippets/tests/src/pass/softmax_reshape_elimination.cpp b/src/common/snippets/tests/src/pass/softmax_reshape_elimination.cpp index 60122311a4d..6e6ee871b16 100644 --- a/src/common/snippets/tests/src/pass/softmax_reshape_elimination.cpp +++ b/src/common/snippets/tests/src/pass/softmax_reshape_elimination.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/CMakeLists.txt b/src/common/transformations/CMakeLists.txt index 1d398b00546..700e9f4f097 100644 --- a/src/common/transformations/CMakeLists.txt +++ b/src/common/transformations/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/transformations/include/ov_ops/augru_cell.hpp b/src/common/transformations/include/ov_ops/augru_cell.hpp index 2e263c96e51..fdf2b2b60e7 100644 --- a/src/common/transformations/include/ov_ops/augru_cell.hpp +++ b/src/common/transformations/include/ov_ops/augru_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/ov_ops/augru_sequence.hpp b/src/common/transformations/include/ov_ops/augru_sequence.hpp index c1d93f3d254..7125658caf4 100644 --- a/src/common/transformations/include/ov_ops/augru_sequence.hpp +++ b/src/common/transformations/include/ov_ops/augru_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/ov_ops/multiclass_nms_ie_internal.hpp b/src/common/transformations/include/ov_ops/multiclass_nms_ie_internal.hpp index f603f2577ec..38fd664369d 100644 --- a/src/common/transformations/include/ov_ops/multiclass_nms_ie_internal.hpp +++ b/src/common/transformations/include/ov_ops/multiclass_nms_ie_internal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/ov_ops/nms_ie_internal.hpp b/src/common/transformations/include/ov_ops/nms_ie_internal.hpp index 75f4fa6e1b9..2ca134ce0d8 100644 --- a/src/common/transformations/include/ov_ops/nms_ie_internal.hpp +++ b/src/common/transformations/include/ov_ops/nms_ie_internal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/ov_ops/nms_static_shape_ie.hpp b/src/common/transformations/include/ov_ops/nms_static_shape_ie.hpp index 2bc4219c82b..6274536b5a0 100644 --- a/src/common/transformations/include/ov_ops/nms_static_shape_ie.hpp +++ b/src/common/transformations/include/ov_ops/nms_static_shape_ie.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/ov_ops/opset_private_tbl.hpp b/src/common/transformations/include/ov_ops/opset_private_tbl.hpp index 5cb0be4d598..e592b1e40eb 100644 --- a/src/common/transformations/include/ov_ops/opset_private_tbl.hpp +++ b/src/common/transformations/include/ov_ops/opset_private_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/ov_ops/rotary_positional_embeddings.hpp b/src/common/transformations/include/ov_ops/rotary_positional_embeddings.hpp index 0ae6db9ddcc..ef9dd0835da 100644 --- a/src/common/transformations/include/ov_ops/rotary_positional_embeddings.hpp +++ b/src/common/transformations/include/ov_ops/rotary_positional_embeddings.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/ov_ops/type_relaxed.hpp b/src/common/transformations/include/ov_ops/type_relaxed.hpp index 62728f39c63..77b0ca774c3 100644 --- a/src/common/transformations/include/ov_ops/type_relaxed.hpp +++ b/src/common/transformations/include/ov_ops/type_relaxed.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/adaptive_pool_to_reduce.hpp b/src/common/transformations/include/transformations/common_optimizations/adaptive_pool_to_reduce.hpp index 21f5c3f3c4c..a8e2bda647e 100644 --- a/src/common/transformations/include/transformations/common_optimizations/adaptive_pool_to_reduce.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/adaptive_pool_to_reduce.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/add_fake_quantize_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/add_fake_quantize_fusion.hpp index 63636de3d1f..442e8f05548 100644 --- a/src/common/transformations/include/transformations/common_optimizations/add_fake_quantize_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/add_fake_quantize_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/augru_cell_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/augru_cell_fusion.hpp index dc0227a14ee..88a464fb816 100644 --- a/src/common/transformations/include/transformations/common_optimizations/augru_cell_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/augru_cell_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/batch_to_space_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/batch_to_space_fusion.hpp index 0e0f1e667ae..4075b2d8c11 100644 --- a/src/common/transformations/include/transformations/common_optimizations/batch_to_space_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/batch_to_space_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/binarize_weights.hpp b/src/common/transformations/include/transformations/common_optimizations/binarize_weights.hpp index b0856fa07f6..91c3fb3a794 100644 --- a/src/common/transformations/include/transformations/common_optimizations/binarize_weights.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/binarize_weights.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/broadcast_elementwise_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/broadcast_elementwise_fusion.hpp index fe6a936fe76..fce96aff0ff 100644 --- a/src/common/transformations/include/transformations/common_optimizations/broadcast_elementwise_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/broadcast_elementwise_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/broadcast_transition.hpp b/src/common/transformations/include/transformations/common_optimizations/broadcast_transition.hpp index 0d4f96c240a..8dcaca0b7c6 100644 --- a/src/common/transformations/include/transformations/common_optimizations/broadcast_transition.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/broadcast_transition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/change_placeholder_types.hpp b/src/common/transformations/include/transformations/common_optimizations/change_placeholder_types.hpp index c7b88448fe9..d2ff059d597 100644 --- a/src/common/transformations/include/transformations/common_optimizations/change_placeholder_types.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/change_placeholder_types.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/clamp_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/clamp_fusion.hpp index 882a2dee9ed..1cd33cdd937 100644 --- a/src/common/transformations/include/transformations/common_optimizations/clamp_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/clamp_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/common_optimizations.hpp b/src/common/transformations/include/transformations/common_optimizations/common_optimizations.hpp index 8d59e2575f1..ccb268ebf17 100644 --- a/src/common/transformations/include/transformations/common_optimizations/common_optimizations.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/common_optimizations.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/compress_float_constants.hpp b/src/common/transformations/include/transformations/common_optimizations/compress_float_constants.hpp index f431f18638e..106d097f7e2 100644 --- a/src/common/transformations/include/transformations/common_optimizations/compress_float_constants.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/compress_float_constants.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/concat_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/concat_fusion.hpp index 8f4a83b8a7b..0a450e3d4f1 100644 --- a/src/common/transformations/include/transformations/common_optimizations/concat_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/concat_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/concat_reduce_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/concat_reduce_fusion.hpp index a451a8608d2..4aa5391dd42 100644 --- a/src/common/transformations/include/transformations/common_optimizations/concat_reduce_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/concat_reduce_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/conv_mul_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/conv_mul_fusion.hpp index 851048c7df0..b96dd5346da 100644 --- a/src/common/transformations/include/transformations/common_optimizations/conv_mul_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/conv_mul_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/conv_to_binary_conv.hpp b/src/common/transformations/include/transformations/common_optimizations/conv_to_binary_conv.hpp index 40886720682..d615d3d6fd7 100644 --- a/src/common/transformations/include/transformations/common_optimizations/conv_to_binary_conv.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/conv_to_binary_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/convert_nms_gather_path_to_unsigned.hpp b/src/common/transformations/include/transformations/common_optimizations/convert_nms_gather_path_to_unsigned.hpp index c5f383a2eff..d778c255160 100644 --- a/src/common/transformations/include/transformations/common_optimizations/convert_nms_gather_path_to_unsigned.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/convert_nms_gather_path_to_unsigned.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/convert_quantize_dequantize.hpp b/src/common/transformations/include/transformations/common_optimizations/convert_quantize_dequantize.hpp index fd95b579369..823844b416a 100644 --- a/src/common/transformations/include/transformations/common_optimizations/convert_quantize_dequantize.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/convert_quantize_dequantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/convert_u4_weights_zero_point_to_scalar.hpp b/src/common/transformations/include/transformations/common_optimizations/convert_u4_weights_zero_point_to_scalar.hpp index 632e33a2cd9..f6463890f60 100644 --- a/src/common/transformations/include/transformations/common_optimizations/convert_u4_weights_zero_point_to_scalar.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/convert_u4_weights_zero_point_to_scalar.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/depth_to_space_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/depth_to_space_fusion.hpp index d3f6149cbd2..82184e8491a 100644 --- a/src/common/transformations/include/transformations/common_optimizations/depth_to_space_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/depth_to_space_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/dilated_convolution_converter.hpp b/src/common/transformations/include/transformations/common_optimizations/dilated_convolution_converter.hpp index b86e7a5463f..c4814634d91 100644 --- a/src/common/transformations/include/transformations/common_optimizations/dilated_convolution_converter.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/dilated_convolution_converter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/disable_random_uniform_constant_folding.hpp b/src/common/transformations/include/transformations/common_optimizations/disable_random_uniform_constant_folding.hpp index 102911c3202..00735ac681f 100644 --- a/src/common/transformations/include/transformations/common_optimizations/disable_random_uniform_constant_folding.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/disable_random_uniform_constant_folding.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/disable_shapeof_constant_folding.hpp b/src/common/transformations/include/transformations/common_optimizations/disable_shapeof_constant_folding.hpp index f2f4d33a978..f0e439b72c1 100644 --- a/src/common/transformations/include/transformations/common_optimizations/disable_shapeof_constant_folding.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/disable_shapeof_constant_folding.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/divide_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/divide_fusion.hpp index 04f538d5b11..911c5c55868 100644 --- a/src/common/transformations/include/transformations/common_optimizations/divide_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/divide_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/dropout_with_random_uniform_replacer.hpp b/src/common/transformations/include/transformations/common_optimizations/dropout_with_random_uniform_replacer.hpp index 2938b798b34..ab5e157e5cf 100644 --- a/src/common/transformations/include/transformations/common_optimizations/dropout_with_random_uniform_replacer.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/dropout_with_random_uniform_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/eliminate_duplicate_ti_inputs.hpp b/src/common/transformations/include/transformations/common_optimizations/eliminate_duplicate_ti_inputs.hpp index 84056579fee..87c4b28f3a7 100644 --- a/src/common/transformations/include/transformations/common_optimizations/eliminate_duplicate_ti_inputs.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/eliminate_duplicate_ti_inputs.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/eliminate_unsqueeze_gather.hpp b/src/common/transformations/include/transformations/common_optimizations/eliminate_unsqueeze_gather.hpp index 1552e1ecd3f..244a51e8cb7 100644 --- a/src/common/transformations/include/transformations/common_optimizations/eliminate_unsqueeze_gather.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/eliminate_unsqueeze_gather.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/fold_subgraph_empty_inputs.hpp b/src/common/transformations/include/transformations/common_optimizations/fold_subgraph_empty_inputs.hpp index 97c783dc17f..698a45f4acb 100644 --- a/src/common/transformations/include/transformations/common_optimizations/fold_subgraph_empty_inputs.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/fold_subgraph_empty_inputs.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/fq_mul_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/fq_mul_fusion.hpp index e92ed6ab7a5..6b3875a3a97 100644 --- a/src/common/transformations/include/transformations/common_optimizations/fq_mul_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/fq_mul_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/fq_reshape_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/fq_reshape_fusion.hpp index 48a65968a38..c39e505a0fa 100644 --- a/src/common/transformations/include/transformations/common_optimizations/fq_reshape_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/fq_reshape_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/fuse_rotary_positional_embeddings.hpp b/src/common/transformations/include/transformations/common_optimizations/fuse_rotary_positional_embeddings.hpp index a9325f12787..92870ba313d 100644 --- a/src/common/transformations/include/transformations/common_optimizations/fuse_rotary_positional_embeddings.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/fuse_rotary_positional_embeddings.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/gelu_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/gelu_fusion.hpp index 32c61f472c4..c3e50b7c992 100644 --- a/src/common/transformations/include/transformations/common_optimizations/gelu_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/gelu_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/gru_cell_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/gru_cell_fusion.hpp index c0bc3d33deb..4cb8542190d 100644 --- a/src/common/transformations/include/transformations/common_optimizations/gru_cell_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/gru_cell_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/hsigmoid_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/hsigmoid_fusion.hpp index f52336536b6..04841837a5a 100644 --- a/src/common/transformations/include/transformations/common_optimizations/hsigmoid_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/hsigmoid_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/hswish_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/hswish_fusion.hpp index 1d2f4e57023..ede2769ec27 100644 --- a/src/common/transformations/include/transformations/common_optimizations/hswish_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/hswish_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/interpolate_sequence_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/interpolate_sequence_fusion.hpp index 42a47f2a2b0..ff2c2ae9fe9 100644 --- a/src/common/transformations/include/transformations/common_optimizations/interpolate_sequence_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/interpolate_sequence_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/leaky_relu_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/leaky_relu_fusion.hpp index e5d8efe80f2..42c66251cde 100644 --- a/src/common/transformations/include/transformations/common_optimizations/leaky_relu_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/leaky_relu_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/lin_op_sequence_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/lin_op_sequence_fusion.hpp index f3b520aa479..2e239e40c33 100644 --- a/src/common/transformations/include/transformations/common_optimizations/lin_op_sequence_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/lin_op_sequence_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/mark_precision_sensitive_shapeof_subgraphs.hpp b/src/common/transformations/include/transformations/common_optimizations/mark_precision_sensitive_shapeof_subgraphs.hpp index d400a9e689f..05e73456d46 100644 --- a/src/common/transformations/include/transformations/common_optimizations/mark_precision_sensitive_shapeof_subgraphs.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/mark_precision_sensitive_shapeof_subgraphs.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/matmul_multiply_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/matmul_multiply_fusion.hpp index caad5bfbb91..57108da5ea5 100644 --- a/src/common/transformations/include/transformations/common_optimizations/matmul_multiply_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/matmul_multiply_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/mish_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/mish_fusion.hpp index 400b846ea02..6f37fdf7dae 100644 --- a/src/common/transformations/include/transformations/common_optimizations/mish_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/mish_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/moc_legacy_transformations.hpp b/src/common/transformations/include/transformations/common_optimizations/moc_legacy_transformations.hpp index 1787ef6e7f8..833ce83e6cf 100644 --- a/src/common/transformations/include/transformations/common_optimizations/moc_legacy_transformations.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/moc_legacy_transformations.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/moc_transformations.hpp b/src/common/transformations/include/transformations/common_optimizations/moc_transformations.hpp index 15fc6549e5e..ffe98b65a2b 100644 --- a/src/common/transformations/include/transformations/common_optimizations/moc_transformations.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/moc_transformations.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/mul_conv_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/mul_conv_fusion.hpp index 22e62d8246b..1b2906a0292 100644 --- a/src/common/transformations/include/transformations/common_optimizations/mul_conv_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/mul_conv_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/mul_fake_quantize_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/mul_fake_quantize_fusion.hpp index fa44f0929ec..b4be1d6c7c3 100644 --- a/src/common/transformations/include/transformations/common_optimizations/mul_fake_quantize_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/mul_fake_quantize_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/mvn_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/mvn_fusion.hpp index 0acd54729f0..dc8561d89e1 100644 --- a/src/common/transformations/include/transformations/common_optimizations/mvn_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/mvn_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/nearest_neighbor_upsampling_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/nearest_neighbor_upsampling_fusion.hpp index 6b84d6f7e1c..40536393a08 100644 --- a/src/common/transformations/include/transformations/common_optimizations/nearest_neighbor_upsampling_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/nearest_neighbor_upsampling_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/nonzero_horizontal_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/nonzero_horizontal_fusion.hpp index 2490c85bdd4..7e4ac4a25bf 100644 --- a/src/common/transformations/include/transformations/common_optimizations/nonzero_horizontal_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/nonzero_horizontal_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/nop_elimination.hpp b/src/common/transformations/include/transformations/common_optimizations/nop_elimination.hpp index 51afe2aa8a0..2ad3320268f 100644 --- a/src/common/transformations/include/transformations/common_optimizations/nop_elimination.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/nop_elimination.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/normalize_l2_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/normalize_l2_fusion.hpp index 03d245ba198..e117e97c3ea 100644 --- a/src/common/transformations/include/transformations/common_optimizations/normalize_l2_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/normalize_l2_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/optimize_strided_slice.hpp b/src/common/transformations/include/transformations/common_optimizations/optimize_strided_slice.hpp index bbf618aa2bc..ca331d6a8ba 100644 --- a/src/common/transformations/include/transformations/common_optimizations/optimize_strided_slice.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/optimize_strided_slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/pad_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/pad_fusion.hpp index 64de0f46c84..799fe0a8a4e 100644 --- a/src/common/transformations/include/transformations/common_optimizations/pad_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/pad_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/pull_transpose_through_fq.hpp b/src/common/transformations/include/transformations/common_optimizations/pull_transpose_through_fq.hpp index eec337e14e2..27ac2edd134 100644 --- a/src/common/transformations/include/transformations/common_optimizations/pull_transpose_through_fq.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/pull_transpose_through_fq.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/random_uniform_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/random_uniform_fusion.hpp index 260c0a3a498..96cede7bb5a 100644 --- a/src/common/transformations/include/transformations/common_optimizations/random_uniform_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/random_uniform_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/reduce_merge.hpp b/src/common/transformations/include/transformations/common_optimizations/reduce_merge.hpp index 3267e42a051..87af67497b8 100644 --- a/src/common/transformations/include/transformations/common_optimizations/reduce_merge.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/reduce_merge.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/relu_fake_quantize_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/relu_fake_quantize_fusion.hpp index c3997f1449b..a905438f8fd 100644 --- a/src/common/transformations/include/transformations/common_optimizations/relu_fake_quantize_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/relu_fake_quantize_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/remove_concat_zero_dim_input.hpp b/src/common/transformations/include/transformations/common_optimizations/remove_concat_zero_dim_input.hpp index 5af15153ef9..c941a60c1b9 100644 --- a/src/common/transformations/include/transformations/common_optimizations/remove_concat_zero_dim_input.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/remove_concat_zero_dim_input.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/remove_filtering_boxes_by_size.hpp b/src/common/transformations/include/transformations/common_optimizations/remove_filtering_boxes_by_size.hpp index 09d6557e8de..40dfb824d2e 100644 --- a/src/common/transformations/include/transformations/common_optimizations/remove_filtering_boxes_by_size.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/remove_filtering_boxes_by_size.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/remove_multi_subgraph_op_dangling_params.hpp b/src/common/transformations/include/transformations/common_optimizations/remove_multi_subgraph_op_dangling_params.hpp index f2554e5db6f..359d68f7c98 100644 --- a/src/common/transformations/include/transformations/common_optimizations/remove_multi_subgraph_op_dangling_params.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/remove_multi_subgraph_op_dangling_params.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/reshape_prelu.hpp b/src/common/transformations/include/transformations/common_optimizations/reshape_prelu.hpp index c9c06032e8b..d2984eceec4 100644 --- a/src/common/transformations/include/transformations/common_optimizations/reshape_prelu.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/reshape_prelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/reshape_sequence_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/reshape_sequence_fusion.hpp index 02a22e3ebb8..338655e70f8 100644 --- a/src/common/transformations/include/transformations/common_optimizations/reshape_sequence_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/reshape_sequence_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/reverse_shape_and_type_infer.hpp b/src/common/transformations/include/transformations/common_optimizations/reverse_shape_and_type_infer.hpp index 4760bf487d8..cfc5d789d9c 100644 --- a/src/common/transformations/include/transformations/common_optimizations/reverse_shape_and_type_infer.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/reverse_shape_and_type_infer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/ric_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/ric_fusion.hpp index 57bd7528c3d..d47ba645b94 100644 --- a/src/common/transformations/include/transformations/common_optimizations/ric_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/ric_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/select_with_one_value_condition.hpp b/src/common/transformations/include/transformations/common_optimizations/select_with_one_value_condition.hpp index e54789c6e9d..66d4f50fbc6 100644 --- a/src/common/transformations/include/transformations/common_optimizations/select_with_one_value_condition.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/select_with_one_value_condition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/sequence_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/sequence_fusion.hpp index 4f65b8ee030..cdbd57ec269 100644 --- a/src/common/transformations/include/transformations/common_optimizations/sequence_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/sequence_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/shared_ops_optimization.hpp b/src/common/transformations/include/transformations/common_optimizations/shared_ops_optimization.hpp index 19253ee385b..da582db367b 100644 --- a/src/common/transformations/include/transformations/common_optimizations/shared_ops_optimization.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/shared_ops_optimization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/shuffle_channels_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/shuffle_channels_fusion.hpp index 2e93061eabc..6b3aa632f34 100644 --- a/src/common/transformations/include/transformations/common_optimizations/shuffle_channels_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/shuffle_channels_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/simplify_shape_of_sub_graph.hpp b/src/common/transformations/include/transformations/common_optimizations/simplify_shape_of_sub_graph.hpp index ec3c86ddff9..142fed3f2c3 100644 --- a/src/common/transformations/include/transformations/common_optimizations/simplify_shape_of_sub_graph.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/simplify_shape_of_sub_graph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/softmax_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/softmax_fusion.hpp index a53be2e73ed..88ef524ef52 100644 --- a/src/common/transformations/include/transformations/common_optimizations/softmax_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/softmax_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/softplus_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/softplus_fusion.hpp index 68c45892fc5..094dee82f6c 100644 --- a/src/common/transformations/include/transformations/common_optimizations/softplus_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/softplus_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/softplus_to_mish_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/softplus_to_mish_fusion.hpp index e384223850e..bb0689bc639 100644 --- a/src/common/transformations/include/transformations/common_optimizations/softplus_to_mish_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/softplus_to_mish_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/space_to_batch_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/space_to_batch_fusion.hpp index e71dd6fc936..0048e63b7e6 100644 --- a/src/common/transformations/include/transformations/common_optimizations/space_to_batch_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/space_to_batch_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/split_concat_pair_to_interpolate_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/split_concat_pair_to_interpolate_fusion.hpp index 5924a702d29..f18c0b73697 100644 --- a/src/common/transformations/include/transformations/common_optimizations/split_concat_pair_to_interpolate_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/split_concat_pair_to_interpolate_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/split_squeeze_concat_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/split_squeeze_concat_fusion.hpp index 386313769c5..6ec54032c0c 100644 --- a/src/common/transformations/include/transformations/common_optimizations/split_squeeze_concat_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/split_squeeze_concat_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/strides_optimization.hpp b/src/common/transformations/include/transformations/common_optimizations/strides_optimization.hpp index e34d9c6c079..a0d73eb6b40 100644 --- a/src/common/transformations/include/transformations/common_optimizations/strides_optimization.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/strides_optimization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/subtract_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/subtract_fusion.hpp index 01fc7cb0c5b..18f660ccf58 100644 --- a/src/common/transformations/include/transformations/common_optimizations/subtract_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/subtract_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/swish_fusion.hpp b/src/common/transformations/include/transformations/common_optimizations/swish_fusion.hpp index 01ffbfcaf88..a630e1998e8 100644 --- a/src/common/transformations/include/transformations/common_optimizations/swish_fusion.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/swish_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/transpose_reshape_elimination_for_matmul.hpp b/src/common/transformations/include/transformations/common_optimizations/transpose_reshape_elimination_for_matmul.hpp index 2f11cda0258..7ac286eb610 100644 --- a/src/common/transformations/include/transformations/common_optimizations/transpose_reshape_elimination_for_matmul.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/transpose_reshape_elimination_for_matmul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/transpose_sinking.hpp b/src/common/transformations/include/transformations/common_optimizations/transpose_sinking.hpp index 0aaeb696fe4..3fc33c9a553 100644 --- a/src/common/transformations/include/transformations/common_optimizations/transpose_sinking.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/transpose_sinking.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/transpose_to_reshape.hpp b/src/common/transformations/include/transformations/common_optimizations/transpose_to_reshape.hpp index 46dc8f7f887..3ca43521250 100644 --- a/src/common/transformations/include/transformations/common_optimizations/transpose_to_reshape.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/transpose_to_reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/weights_dequantize_to_fake_quantize.hpp b/src/common/transformations/include/transformations/common_optimizations/weights_dequantize_to_fake_quantize.hpp index 12f7aeea254..5e856384a0b 100644 --- a/src/common/transformations/include/transformations/common_optimizations/weights_dequantize_to_fake_quantize.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/weights_dequantize_to_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/common_optimizations/wrap_interpolate_into_transposes.hpp b/src/common/transformations/include/transformations/common_optimizations/wrap_interpolate_into_transposes.hpp index e35ed14042f..1a4122349c5 100644 --- a/src/common/transformations/include/transformations/common_optimizations/wrap_interpolate_into_transposes.hpp +++ b/src/common/transformations/include/transformations/common_optimizations/wrap_interpolate_into_transposes.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/control_flow/unroll_if.hpp b/src/common/transformations/include/transformations/control_flow/unroll_if.hpp index dc31052b004..a41447caa2f 100644 --- a/src/common/transformations/include/transformations/control_flow/unroll_if.hpp +++ b/src/common/transformations/include/transformations/control_flow/unroll_if.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/control_flow/unroll_tensor_iterator.hpp b/src/common/transformations/include/transformations/control_flow/unroll_tensor_iterator.hpp index 584446fedd9..b2755da91bf 100644 --- a/src/common/transformations/include/transformations/control_flow/unroll_tensor_iterator.hpp +++ b/src/common/transformations/include/transformations/control_flow/unroll_tensor_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/convert_precision.hpp b/src/common/transformations/include/transformations/convert_precision.hpp index b7fb396ace5..636dae4ac4d 100644 --- a/src/common/transformations/include/transformations/convert_precision.hpp +++ b/src/common/transformations/include/transformations/convert_precision.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/flush_fp32_subnormals_to_zero.hpp b/src/common/transformations/include/transformations/flush_fp32_subnormals_to_zero.hpp index 6ae87b1cd52..26925ad35ab 100644 --- a/src/common/transformations/include/transformations/flush_fp32_subnormals_to_zero.hpp +++ b/src/common/transformations/include/transformations/flush_fp32_subnormals_to_zero.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/fp16_compression/align_mixed_fp32_fp16_types.hpp b/src/common/transformations/include/transformations/fp16_compression/align_mixed_fp32_fp16_types.hpp index f78a80b115f..e819795d9be 100644 --- a/src/common/transformations/include/transformations/fp16_compression/align_mixed_fp32_fp16_types.hpp +++ b/src/common/transformations/include/transformations/fp16_compression/align_mixed_fp32_fp16_types.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/fp16_compression/convert_compression_only_to_legacy.hpp b/src/common/transformations/include/transformations/fp16_compression/convert_compression_only_to_legacy.hpp index 68840163574..9a4ab82a778 100644 --- a/src/common/transformations/include/transformations/fp16_compression/convert_compression_only_to_legacy.hpp +++ b/src/common/transformations/include/transformations/fp16_compression/convert_compression_only_to_legacy.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/fp16_compression/mark_decompression_convert_constant_folding.hpp b/src/common/transformations/include/transformations/fp16_compression/mark_decompression_convert_constant_folding.hpp index e350cc7f50e..a9aa3a0855c 100644 --- a/src/common/transformations/include/transformations/fp16_compression/mark_decompression_convert_constant_folding.hpp +++ b/src/common/transformations/include/transformations/fp16_compression/mark_decompression_convert_constant_folding.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/fp16_compression/mark_subgraphs_to_keep_in_mixed_precision.hpp b/src/common/transformations/include/transformations/fp16_compression/mark_subgraphs_to_keep_in_mixed_precision.hpp index e9d0a217820..ae50cc2d943 100644 --- a/src/common/transformations/include/transformations/fp16_compression/mark_subgraphs_to_keep_in_mixed_precision.hpp +++ b/src/common/transformations/include/transformations/fp16_compression/mark_subgraphs_to_keep_in_mixed_precision.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/hash.hpp b/src/common/transformations/include/transformations/hash.hpp index 822b081bba1..73668c7e535 100644 --- a/src/common/transformations/include/transformations/hash.hpp +++ b/src/common/transformations/include/transformations/hash.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/init_node_info.hpp b/src/common/transformations/include/transformations/init_node_info.hpp index ff7302c8da7..13e748f2316 100644 --- a/src/common/transformations/include/transformations/init_node_info.hpp +++ b/src/common/transformations/include/transformations/init_node_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/low_precision/mark_dequantization_subgraph.hpp b/src/common/transformations/include/transformations/low_precision/mark_dequantization_subgraph.hpp index d30794852f6..ec7595eea85 100644 --- a/src/common/transformations/include/transformations/low_precision/mark_dequantization_subgraph.hpp +++ b/src/common/transformations/include/transformations/low_precision/mark_dequantization_subgraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/batch_norm_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/batch_norm_decomposition.hpp index fa6fe3f2882..75b1bc38df3 100644 --- a/src/common/transformations/include/transformations/op_conversions/batch_norm_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/batch_norm_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/bidirectional_sequences_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/bidirectional_sequences_decomposition.hpp index 26fddc28817..2a1234ef7c0 100644 --- a/src/common/transformations/include/transformations/op_conversions/bidirectional_sequences_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/bidirectional_sequences_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_batch_to_space.hpp b/src/common/transformations/include/transformations/op_conversions/convert_batch_to_space.hpp index cdc98344ab5..5e84c886f4e 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_batch_to_space.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_batch_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_bitwise_to_logical_bool.hpp b/src/common/transformations/include/transformations/op_conversions/convert_bitwise_to_logical_bool.hpp index f676b46ede5..897bf9ea70f 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_bitwise_to_logical_bool.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_bitwise_to_logical_bool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_broadcast3.hpp b/src/common/transformations/include/transformations/op_conversions/convert_broadcast3.hpp index 9d3c4f937ec..afadecfd967 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_broadcast3.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_broadcast3.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_broadcast_to_tiles.hpp b/src/common/transformations/include/transformations/op_conversions/convert_broadcast_to_tiles.hpp index 4db0548df26..ba799943863 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_broadcast_to_tiles.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_broadcast_to_tiles.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_deformable_conv_v8_to_v1.hpp b/src/common/transformations/include/transformations/op_conversions/convert_deformable_conv_v8_to_v1.hpp index 3e91fc68683..9208403e4ec 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_deformable_conv_v8_to_v1.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_deformable_conv_v8_to_v1.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_depth_to_space.hpp b/src/common/transformations/include/transformations/op_conversions/convert_depth_to_space.hpp index a3dd4c968a9..72e0ecb168f 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_depth_to_space.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_depth_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_divide.hpp b/src/common/transformations/include/transformations/op_conversions/convert_divide.hpp index 689acd00b55..9698f59f2b7 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_divide.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_divide.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_gather_0d.hpp b/src/common/transformations/include/transformations/op_conversions/convert_gather_0d.hpp index b2c917c02dd..2d97152a1b1 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_gather_0d.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_gather_0d.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_gather_downgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_gather_downgrade.hpp index 071061fb820..e6b6b0a8b67 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_gather_downgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_gather_downgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_gather_upgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_gather_upgrade.hpp index 6040e95346e..cfc2f41b23a 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_gather_upgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_gather_upgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_gelu.hpp b/src/common/transformations/include/transformations/op_conversions/convert_gelu.hpp index db7b756d346..a7d172cb81a 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_gelu.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_gelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_interpolate11_downgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_interpolate11_downgrade.hpp index 65a64376294..2797da23703 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_interpolate11_downgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_interpolate11_downgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_interpolate1_to_interpolate4.hpp b/src/common/transformations/include/transformations/op_conversions/convert_interpolate1_to_interpolate4.hpp index e06daf0723d..6c54128dfce 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_interpolate1_to_interpolate4.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_interpolate1_to_interpolate4.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_matrix_nms_to_matrix_nms_ie.hpp b/src/common/transformations/include/transformations/op_conversions/convert_matrix_nms_to_matrix_nms_ie.hpp index 8656e4dbcee..940db160860 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_matrix_nms_to_matrix_nms_ie.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_matrix_nms_to_matrix_nms_ie.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_maxpool_downgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_maxpool_downgrade.hpp index 51b74dd5f79..84c99d0da7f 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_maxpool_downgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_maxpool_downgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_maxpool_upgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_maxpool_upgrade.hpp index 80b33b54b5a..ade23432733 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_maxpool_upgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_maxpool_upgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_minimum_to_power_and_max.hpp b/src/common/transformations/include/transformations/op_conversions/convert_minimum_to_power_and_max.hpp index 292378f322f..90f97eb8cdb 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_minimum_to_power_and_max.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_minimum_to_power_and_max.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_mod.hpp b/src/common/transformations/include/transformations/op_conversions/convert_mod.hpp index 4f5013fcaba..d3bec6f48e7 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_mod.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_mod.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie.hpp b/src/common/transformations/include/transformations/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie.hpp index 521744c78dd..5a33375a833 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_multiclass_nms_upgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_multiclass_nms_upgrade.hpp index 15195e08bbd..653aeca61fd 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_multiclass_nms_upgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_multiclass_nms_upgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_mvn1_to_mvn6.hpp b/src/common/transformations/include/transformations/op_conversions/convert_mvn1_to_mvn6.hpp index be72d23db02..4daba95e86a 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_mvn1_to_mvn6.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_mvn1_to_mvn6.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_negative.hpp b/src/common/transformations/include/transformations/op_conversions/convert_negative.hpp index 045306ff6d7..e85e6092b6e 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_negative.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_negative.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_nms9_to_nms_ie_internal.hpp b/src/common/transformations/include/transformations/op_conversions/convert_nms9_to_nms_ie_internal.hpp index 219f786df2e..d9078815070 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_nms9_to_nms_ie_internal.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_nms9_to_nms_ie_internal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_nms_rotated_to_nms_ie_internal.hpp b/src/common/transformations/include/transformations/op_conversions/convert_nms_rotated_to_nms_ie_internal.hpp index 5eb3b285365..f117b406d28 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_nms_rotated_to_nms_ie_internal.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_nms_rotated_to_nms_ie_internal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_nms_to_nms_ie_internal.hpp b/src/common/transformations/include/transformations/op_conversions/convert_nms_to_nms_ie_internal.hpp index 45f50d0beb8..a5ff6807870 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_nms_to_nms_ie_internal.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_nms_to_nms_ie_internal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_pad12_downgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_pad12_downgrade.hpp index 1ad7099a9cf..7cd48773e49 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_pad12_downgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_pad12_downgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_pad_to_group_conv.hpp b/src/common/transformations/include/transformations/op_conversions/convert_pad_to_group_conv.hpp index 4f3689c2b86..8134d27d207 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_pad_to_group_conv.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_pad_to_group_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_previous_nms_to_nms_5.hpp b/src/common/transformations/include/transformations/op_conversions/convert_previous_nms_to_nms_5.hpp index 2b60d223b6b..7077d672d0a 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_previous_nms_to_nms_5.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_previous_nms_to_nms_5.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_previous_nms_to_nms_9.hpp b/src/common/transformations/include/transformations/op_conversions/convert_previous_nms_to_nms_9.hpp index c4314312318..1a50dd10708 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_previous_nms_to_nms_9.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_previous_nms_to_nms_9.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_prior_box_v8_to_v0.hpp b/src/common/transformations/include/transformations/op_conversions/convert_prior_box_v8_to_v0.hpp index e5f3b9479fc..24b4520c506 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_prior_box_v8_to_v0.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_prior_box_v8_to_v0.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_reduce_to_pooling.hpp b/src/common/transformations/include/transformations/op_conversions/convert_reduce_to_pooling.hpp index a28237c8ae1..baa8b827590 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_reduce_to_pooling.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_reduce_to_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_reduce_to_reshape.hpp b/src/common/transformations/include/transformations/op_conversions/convert_reduce_to_reshape.hpp index c21a44e45ee..0ca0f6e458b 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_reduce_to_reshape.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_reduce_to_reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_roi_align_v3_to_v9.hpp b/src/common/transformations/include/transformations/op_conversions/convert_roi_align_v3_to_v9.hpp index 21b18b88e12..66de7739d61 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_roi_align_v3_to_v9.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_roi_align_v3_to_v9.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_roi_align_v9_to_v3.hpp b/src/common/transformations/include/transformations/op_conversions/convert_roi_align_v9_to_v3.hpp index 1462c0e6bdc..6d0a830dc7f 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_roi_align_v9_to_v3.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_roi_align_v9_to_v3.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_scatter_elements_to_scatter.hpp b/src/common/transformations/include/transformations/op_conversions/convert_scatter_elements_to_scatter.hpp index b6ea0aa9711..9bc3cedbf3b 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_scatter_elements_to_scatter.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_scatter_elements_to_scatter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_scatter_elements_update12_downgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_scatter_elements_update12_downgrade.hpp index 45a1543dc9f..37f5a86224c 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_scatter_elements_update12_downgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_scatter_elements_update12_downgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_sequences_to_tensor_iterator.hpp b/src/common/transformations/include/transformations/op_conversions/convert_sequences_to_tensor_iterator.hpp index 0a6a86bb613..44502b42174 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_sequences_to_tensor_iterator.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_sequences_to_tensor_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_shapeof3.hpp b/src/common/transformations/include/transformations/op_conversions/convert_shapeof3.hpp index 656e8a7a128..e684e7a699b 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_shapeof3.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_shapeof3.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_shuffle_channels3.hpp b/src/common/transformations/include/transformations/op_conversions/convert_shuffle_channels3.hpp index 21886c6c50c..3efd57c95c1 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_shuffle_channels3.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_shuffle_channels3.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_slice_to_strided_slice.hpp b/src/common/transformations/include/transformations/op_conversions/convert_slice_to_strided_slice.hpp index f71c843043e..c6b4bf125f1 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_slice_to_strided_slice.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_slice_to_strided_slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_softmax_downgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_softmax_downgrade.hpp index 6d9e96a4668..0bd1d11c68a 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_softmax_downgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_softmax_downgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_softmax_upgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_softmax_upgrade.hpp index 6880905feee..31754bc9a99 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_softmax_upgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_softmax_upgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_space_to_batch.hpp b/src/common/transformations/include/transformations/op_conversions/convert_space_to_batch.hpp index 89020d18144..7d3f98cd273 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_space_to_batch.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_space_to_batch.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_space_to_depth.hpp b/src/common/transformations/include/transformations/op_conversions/convert_space_to_depth.hpp index 73cf1f4b3dc..ec97bbdc620 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_space_to_depth.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_space_to_depth.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_subtract.hpp b/src/common/transformations/include/transformations/op_conversions/convert_subtract.hpp index 3d3782169c2..b3f41501dfd 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_subtract.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_subtract.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_ti_to_sequences.hpp b/src/common/transformations/include/transformations/op_conversions/convert_ti_to_sequences.hpp index bff6612df1e..4d8199c2870 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_ti_to_sequences.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_ti_to_sequences.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_topk11_downgrade.hpp b/src/common/transformations/include/transformations/op_conversions/convert_topk11_downgrade.hpp index 99a237e6700..0514e0bad38 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_topk11_downgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_topk11_downgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_topk3.hpp b/src/common/transformations/include/transformations/op_conversions/convert_topk3.hpp index 0d317d90248..7b5b5dad08f 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_topk3.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_topk3.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/convert_xor_to_logical_xor.hpp b/src/common/transformations/include/transformations/op_conversions/convert_xor_to_logical_xor.hpp index c5807ff39d1..21740be2159 100644 --- a/src/common/transformations/include/transformations/op_conversions/convert_xor_to_logical_xor.hpp +++ b/src/common/transformations/include/transformations/op_conversions/convert_xor_to_logical_xor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/detection_output_downgrade.hpp b/src/common/transformations/include/transformations/op_conversions/detection_output_downgrade.hpp index 51aad9148f4..f34c28a0f32 100644 --- a/src/common/transformations/include/transformations/op_conversions/detection_output_downgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/detection_output_downgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/detection_output_upgrade.hpp b/src/common/transformations/include/transformations/op_conversions/detection_output_upgrade.hpp index e5337a16810..cb0b108f224 100644 --- a/src/common/transformations/include/transformations/op_conversions/detection_output_upgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/detection_output_upgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/einsum_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/einsum_decomposition.hpp index 6828101b136..a754f954261 100644 --- a/src/common/transformations/include/transformations/op_conversions/einsum_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/einsum_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/eye_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/eye_decomposition.hpp index cef3ece4676..dda37e63fe9 100644 --- a/src/common/transformations/include/transformations/op_conversions/eye_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/eye_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/fq_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/fq_decomposition.hpp index 88e7e74c14d..c1ed179ba39 100644 --- a/src/common/transformations/include/transformations/op_conversions/fq_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/fq_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/gelu7_downgrade.hpp b/src/common/transformations/include/transformations/op_conversions/gelu7_downgrade.hpp index adc0b3b4bea..b95d2a21472 100644 --- a/src/common/transformations/include/transformations/op_conversions/gelu7_downgrade.hpp +++ b/src/common/transformations/include/transformations/op_conversions/gelu7_downgrade.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/group_normalization_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/group_normalization_decomposition.hpp index 20e2187caaf..c9dbfe594c1 100644 --- a/src/common/transformations/include/transformations/op_conversions/group_normalization_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/group_normalization_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/gru_cell_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/gru_cell_decomposition.hpp index 04d4078dd87..de6e414e3a9 100644 --- a/src/common/transformations/include/transformations/op_conversions/gru_cell_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/gru_cell_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/hsigmoid_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/hsigmoid_decomposition.hpp index ca9cbed22cf..6db5d0b3955 100644 --- a/src/common/transformations/include/transformations/op_conversions/hsigmoid_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/hsigmoid_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/hswish_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/hswish_decomposition.hpp index d60bc4caceb..021768ce572 100644 --- a/src/common/transformations/include/transformations/op_conversions/hswish_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/hswish_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/log_softmax_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/log_softmax_decomposition.hpp index 06d36cae1eb..625f375487d 100644 --- a/src/common/transformations/include/transformations/op_conversions/log_softmax_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/log_softmax_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/lstm_cell_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/lstm_cell_decomposition.hpp index 81c45b0a37d..d2f16d5c1a1 100644 --- a/src/common/transformations/include/transformations/op_conversions/lstm_cell_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/lstm_cell_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/mvn6_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/mvn6_decomposition.hpp index c598fcab7f9..2cff2f6ea82 100644 --- a/src/common/transformations/include/transformations/op_conversions/mvn6_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/mvn6_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/normalize_l2_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/normalize_l2_decomposition.hpp index cc878f81685..d93c28577c2 100644 --- a/src/common/transformations/include/transformations/op_conversions/normalize_l2_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/normalize_l2_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/reduce_l1_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/reduce_l1_decomposition.hpp index 1c91109512e..18f3560b90c 100644 --- a/src/common/transformations/include/transformations/op_conversions/reduce_l1_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/reduce_l1_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/reduce_l2_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/reduce_l2_decomposition.hpp index c9a3bb3e038..ab69a523ea9 100644 --- a/src/common/transformations/include/transformations/op_conversions/reduce_l2_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/reduce_l2_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/rnn_cell_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/rnn_cell_decomposition.hpp index 0a160e8f2b0..df8fab51867 100644 --- a/src/common/transformations/include/transformations/op_conversions/rnn_cell_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/rnn_cell_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/scaled_dot_product_attention_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/scaled_dot_product_attention_decomposition.hpp index 6cd7df71c86..254f64ff43c 100644 --- a/src/common/transformations/include/transformations/op_conversions/scaled_dot_product_attention_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/scaled_dot_product_attention_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.hpp b/src/common/transformations/include/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.hpp index 41e5ee176d5..a87bcd5265f 100644 --- a/src/common/transformations/include/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.hpp +++ b/src/common/transformations/include/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/softmax_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/softmax_decomposition.hpp index ba801df3cdc..b7fb184a74f 100644 --- a/src/common/transformations/include/transformations/op_conversions/softmax_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/softmax_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/softplus_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/softplus_decomposition.hpp index 2ebb7ae5636..2d79165c5aa 100644 --- a/src/common/transformations/include/transformations/op_conversions/softplus_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/softplus_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/softsign_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/softsign_decomposition.hpp index a3839df510e..62f372052e8 100644 --- a/src/common/transformations/include/transformations/op_conversions/softsign_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/softsign_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/op_conversions/unique_decomposition.hpp b/src/common/transformations/include/transformations/op_conversions/unique_decomposition.hpp index ef80752872f..05833b9305c 100644 --- a/src/common/transformations/include/transformations/op_conversions/unique_decomposition.hpp +++ b/src/common/transformations/include/transformations/op_conversions/unique_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/opset_conversions/convert_opset2_to_opset1.hpp b/src/common/transformations/include/transformations/opset_conversions/convert_opset2_to_opset1.hpp index 96c548acda7..273f7f91562 100644 --- a/src/common/transformations/include/transformations/opset_conversions/convert_opset2_to_opset1.hpp +++ b/src/common/transformations/include/transformations/opset_conversions/convert_opset2_to_opset1.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/opset_conversions/convert_opset3_to_opset2.hpp b/src/common/transformations/include/transformations/opset_conversions/convert_opset3_to_opset2.hpp index 2935ed0846f..d7100c6adfc 100644 --- a/src/common/transformations/include/transformations/opset_conversions/convert_opset3_to_opset2.hpp +++ b/src/common/transformations/include/transformations/opset_conversions/convert_opset3_to_opset2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/resolve_names_collisions.hpp b/src/common/transformations/include/transformations/resolve_names_collisions.hpp index e0a76f2e8fb..f1d1f18a505 100644 --- a/src/common/transformations/include/transformations/resolve_names_collisions.hpp +++ b/src/common/transformations/include/transformations/resolve_names_collisions.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/attributes.hpp b/src/common/transformations/include/transformations/rt_info/attributes.hpp index 39bb1bdee1d..04017c456a4 100644 --- a/src/common/transformations/include/transformations/rt_info/attributes.hpp +++ b/src/common/transformations/include/transformations/rt_info/attributes.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/decompression.hpp b/src/common/transformations/include/transformations/rt_info/decompression.hpp index f96ad893a1d..84f474c247a 100644 --- a/src/common/transformations/include/transformations/rt_info/decompression.hpp +++ b/src/common/transformations/include/transformations/rt_info/decompression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/disable_constant_folding.hpp b/src/common/transformations/include/transformations/rt_info/disable_constant_folding.hpp index 6c7684363c9..15946381390 100644 --- a/src/common/transformations/include/transformations/rt_info/disable_constant_folding.hpp +++ b/src/common/transformations/include/transformations/rt_info/disable_constant_folding.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/disable_fp16_compression.hpp b/src/common/transformations/include/transformations/rt_info/disable_fp16_compression.hpp index 1315293aa74..462b9c54a57 100644 --- a/src/common/transformations/include/transformations/rt_info/disable_fp16_compression.hpp +++ b/src/common/transformations/include/transformations/rt_info/disable_fp16_compression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/fused_names_attribute.hpp b/src/common/transformations/include/transformations/rt_info/fused_names_attribute.hpp index 6b9b51feef4..9835bb1d251 100644 --- a/src/common/transformations/include/transformations/rt_info/fused_names_attribute.hpp +++ b/src/common/transformations/include/transformations/rt_info/fused_names_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/is_shape_subgraph.hpp b/src/common/transformations/include/transformations/rt_info/is_shape_subgraph.hpp index e74b38e2bef..63ebe86d72d 100644 --- a/src/common/transformations/include/transformations/rt_info/is_shape_subgraph.hpp +++ b/src/common/transformations/include/transformations/rt_info/is_shape_subgraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/keep_const_precision.hpp b/src/common/transformations/include/transformations/rt_info/keep_const_precision.hpp index fb50f6cc99f..46c8bf00deb 100644 --- a/src/common/transformations/include/transformations/rt_info/keep_const_precision.hpp +++ b/src/common/transformations/include/transformations/rt_info/keep_const_precision.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/nms_selected_indices.hpp b/src/common/transformations/include/transformations/rt_info/nms_selected_indices.hpp index 28fa98d324f..841371e3b9a 100644 --- a/src/common/transformations/include/transformations/rt_info/nms_selected_indices.hpp +++ b/src/common/transformations/include/transformations/rt_info/nms_selected_indices.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/old_api_map_element_type_attribute.hpp b/src/common/transformations/include/transformations/rt_info/old_api_map_element_type_attribute.hpp index 31619108455..028e8ebf255 100644 --- a/src/common/transformations/include/transformations/rt_info/old_api_map_element_type_attribute.hpp +++ b/src/common/transformations/include/transformations/rt_info/old_api_map_element_type_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/old_api_map_order_attribute.hpp b/src/common/transformations/include/transformations/rt_info/old_api_map_order_attribute.hpp index 09e766243fa..a790dc83fcd 100644 --- a/src/common/transformations/include/transformations/rt_info/old_api_map_order_attribute.hpp +++ b/src/common/transformations/include/transformations/rt_info/old_api_map_order_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/preprocessing_attribute.hpp b/src/common/transformations/include/transformations/rt_info/preprocessing_attribute.hpp index 6145d9f6295..0511ec6bd79 100644 --- a/src/common/transformations/include/transformations/rt_info/preprocessing_attribute.hpp +++ b/src/common/transformations/include/transformations/rt_info/preprocessing_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/primitives_priority_attribute.hpp b/src/common/transformations/include/transformations/rt_info/primitives_priority_attribute.hpp index 9bd9b2b0d69..dc18fb458cd 100644 --- a/src/common/transformations/include/transformations/rt_info/primitives_priority_attribute.hpp +++ b/src/common/transformations/include/transformations/rt_info/primitives_priority_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/rt_info/strides_property.hpp b/src/common/transformations/include/transformations/rt_info/strides_property.hpp index 2b5fbe477b4..26b7b91c848 100644 --- a/src/common/transformations/include/transformations/rt_info/strides_property.hpp +++ b/src/common/transformations/include/transformations/rt_info/strides_property.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/smart_reshape/broadcast_const_range_replacement.hpp b/src/common/transformations/include/transformations/smart_reshape/broadcast_const_range_replacement.hpp index 65ad6ed1801..2561a01854c 100644 --- a/src/common/transformations/include/transformations/smart_reshape/broadcast_const_range_replacement.hpp +++ b/src/common/transformations/include/transformations/smart_reshape/broadcast_const_range_replacement.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/smart_reshape/lstm_states_broadcast.hpp b/src/common/transformations/include/transformations/smart_reshape/lstm_states_broadcast.hpp index dc88e067fbb..8616fafa2b1 100644 --- a/src/common/transformations/include/transformations/smart_reshape/lstm_states_broadcast.hpp +++ b/src/common/transformations/include/transformations/smart_reshape/lstm_states_broadcast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/smart_reshape/matmul_sr.hpp b/src/common/transformations/include/transformations/smart_reshape/matmul_sr.hpp index 641de8e724f..430da1d1250 100644 --- a/src/common/transformations/include/transformations/smart_reshape/matmul_sr.hpp +++ b/src/common/transformations/include/transformations/smart_reshape/matmul_sr.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/smart_reshape/proposal_scales_stridedslice.hpp b/src/common/transformations/include/transformations/smart_reshape/proposal_scales_stridedslice.hpp index 23bbada87e2..6c853f5820a 100644 --- a/src/common/transformations/include/transformations/smart_reshape/proposal_scales_stridedslice.hpp +++ b/src/common/transformations/include/transformations/smart_reshape/proposal_scales_stridedslice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/smart_reshape/reshape_sinking.hpp b/src/common/transformations/include/transformations/smart_reshape/reshape_sinking.hpp index 8a123bbeca5..c9fa23ce7f8 100644 --- a/src/common/transformations/include/transformations/smart_reshape/reshape_sinking.hpp +++ b/src/common/transformations/include/transformations/smart_reshape/reshape_sinking.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/smart_reshape/reshape_to_1D.hpp b/src/common/transformations/include/transformations/smart_reshape/reshape_to_1D.hpp index 6c66c4c9421..d08f2129251 100644 --- a/src/common/transformations/include/transformations/smart_reshape/reshape_to_1D.hpp +++ b/src/common/transformations/include/transformations/smart_reshape/reshape_to_1D.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/smart_reshape/shape_of_const_folding.hpp b/src/common/transformations/include/transformations/smart_reshape/shape_of_const_folding.hpp index a8c715d7792..d7dc15d4d74 100644 --- a/src/common/transformations/include/transformations/smart_reshape/shape_of_const_folding.hpp +++ b/src/common/transformations/include/transformations/smart_reshape/shape_of_const_folding.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/smart_reshape/smart_reshape.hpp b/src/common/transformations/include/transformations/smart_reshape/smart_reshape.hpp index 60e0ccbefda..f8f6c021097 100644 --- a/src/common/transformations/include/transformations/smart_reshape/smart_reshape.hpp +++ b/src/common/transformations/include/transformations/smart_reshape/smart_reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/smart_reshape/strided_slice_squeeze.hpp b/src/common/transformations/include/transformations/smart_reshape/strided_slice_squeeze.hpp index c40f2c31e31..a60b76f8a84 100644 --- a/src/common/transformations/include/transformations/smart_reshape/strided_slice_squeeze.hpp +++ b/src/common/transformations/include/transformations/smart_reshape/strided_slice_squeeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/symbolic_transformations/chained_maximum.hpp b/src/common/transformations/include/transformations/symbolic_transformations/chained_maximum.hpp index 0ec8e76ea02..49e84844935 100644 --- a/src/common/transformations/include/transformations/symbolic_transformations/chained_maximum.hpp +++ b/src/common/transformations/include/transformations/symbolic_transformations/chained_maximum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/symbolic_transformations/dereshape_matmul.hpp b/src/common/transformations/include/transformations/symbolic_transformations/dereshape_matmul.hpp index f6941a3ba91..72a2224da23 100644 --- a/src/common/transformations/include/transformations/symbolic_transformations/dereshape_matmul.hpp +++ b/src/common/transformations/include/transformations/symbolic_transformations/dereshape_matmul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/symbolic_transformations/label_optimization.hpp b/src/common/transformations/include/transformations/symbolic_transformations/label_optimization.hpp index 1de236dbd7e..c76dcc54d84 100644 --- a/src/common/transformations/include/transformations/symbolic_transformations/label_optimization.hpp +++ b/src/common/transformations/include/transformations/symbolic_transformations/label_optimization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/symbolic_transformations/nop_broadcast.hpp b/src/common/transformations/include/transformations/symbolic_transformations/nop_broadcast.hpp index e822aab4c6b..19d6e41f962 100644 --- a/src/common/transformations/include/transformations/symbolic_transformations/nop_broadcast.hpp +++ b/src/common/transformations/include/transformations/symbolic_transformations/nop_broadcast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/symbolic_transformations/reshape_optimizations.hpp b/src/common/transformations/include/transformations/symbolic_transformations/reshape_optimizations.hpp index fd0fa82cd7c..8cdcaee05e7 100644 --- a/src/common/transformations/include/transformations/symbolic_transformations/reshape_optimizations.hpp +++ b/src/common/transformations/include/transformations/symbolic_transformations/reshape_optimizations.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/symbolic_transformations/symbolic_optimizations.hpp b/src/common/transformations/include/transformations/symbolic_transformations/symbolic_optimizations.hpp index 4357b4b38bb..ff11473633b 100644 --- a/src/common/transformations/include/transformations/symbolic_transformations/symbolic_optimizations.hpp +++ b/src/common/transformations/include/transformations/symbolic_transformations/symbolic_optimizations.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/symbolic_transformations/utils.hpp b/src/common/transformations/include/transformations/symbolic_transformations/utils.hpp index 9d2ecdda82d..2819dbd9572 100644 --- a/src/common/transformations/include/transformations/symbolic_transformations/utils.hpp +++ b/src/common/transformations/include/transformations/symbolic_transformations/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/transpose_sinking/ts_base.hpp b/src/common/transformations/include/transformations/transpose_sinking/ts_base.hpp index 34fdb79a672..6864469de87 100644 --- a/src/common/transformations/include/transformations/transpose_sinking/ts_base.hpp +++ b/src/common/transformations/include/transformations/transpose_sinking/ts_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/transpose_sinking/ts_reset_no_sinking_attribute.hpp b/src/common/transformations/include/transformations/transpose_sinking/ts_reset_no_sinking_attribute.hpp index 6690756038d..cab1f184110 100644 --- a/src/common/transformations/include/transformations/transpose_sinking/ts_reset_no_sinking_attribute.hpp +++ b/src/common/transformations/include/transformations/transpose_sinking/ts_reset_no_sinking_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations/utils/utils.hpp b/src/common/transformations/include/transformations/utils/utils.hpp index e60243b60e6..4b66b22b53d 100644 --- a/src/common/transformations/include/transformations/utils/utils.hpp +++ b/src/common/transformations/include/transformations/utils/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/include/transformations_visibility.hpp b/src/common/transformations/include/transformations_visibility.hpp index 83a210c3650..6c9f81feb78 100644 --- a/src/common/transformations/include/transformations_visibility.hpp +++ b/src/common/transformations/include/transformations_visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/itt.hpp b/src/common/transformations/src/itt.hpp index b392de8d349..27ea27b1d90 100644 --- a/src/common/transformations/src/itt.hpp +++ b/src/common/transformations/src/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/ov_ops/augru_cell.cpp b/src/common/transformations/src/ov_ops/augru_cell.cpp index b9740c928ff..8cf3422aa45 100644 --- a/src/common/transformations/src/ov_ops/augru_cell.cpp +++ b/src/common/transformations/src/ov_ops/augru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/ov_ops/augru_sequence.cpp b/src/common/transformations/src/ov_ops/augru_sequence.cpp index cc827f34b82..506d9de3697 100644 --- a/src/common/transformations/src/ov_ops/augru_sequence.cpp +++ b/src/common/transformations/src/ov_ops/augru_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/ov_ops/multiclass_nms_ie_internal.cpp b/src/common/transformations/src/ov_ops/multiclass_nms_ie_internal.cpp index d46e95efcc6..64da6b26bc4 100644 --- a/src/common/transformations/src/ov_ops/multiclass_nms_ie_internal.cpp +++ b/src/common/transformations/src/ov_ops/multiclass_nms_ie_internal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/ov_ops/nms_ie_internal.cpp b/src/common/transformations/src/ov_ops/nms_ie_internal.cpp index e879224dd93..ca7aaf08340 100644 --- a/src/common/transformations/src/ov_ops/nms_ie_internal.cpp +++ b/src/common/transformations/src/ov_ops/nms_ie_internal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/ov_ops/nms_static_shape_ie.cpp b/src/common/transformations/src/ov_ops/nms_static_shape_ie.cpp index bb77bd6f5f4..5b64580d9b3 100644 --- a/src/common/transformations/src/ov_ops/nms_static_shape_ie.cpp +++ b/src/common/transformations/src/ov_ops/nms_static_shape_ie.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/ov_ops/rotary_positional_embeddings.cpp b/src/common/transformations/src/ov_ops/rotary_positional_embeddings.cpp index 02f16f01ce5..bcc22e202ef 100644 --- a/src/common/transformations/src/ov_ops/rotary_positional_embeddings.cpp +++ b/src/common/transformations/src/ov_ops/rotary_positional_embeddings.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/precomp.hpp b/src/common/transformations/src/precomp.hpp index 4c592248e62..47ccc89d18d 100644 --- a/src/common/transformations/src/precomp.hpp +++ b/src/common/transformations/src/precomp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/adaptive_pool_to_reduce.cpp b/src/common/transformations/src/transformations/common_optimizations/adaptive_pool_to_reduce.cpp index 6374206435e..e22001f50ab 100644 --- a/src/common/transformations/src/transformations/common_optimizations/adaptive_pool_to_reduce.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/adaptive_pool_to_reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/add_fake_quantize_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/add_fake_quantize_fusion.cpp index 5dbe2addff8..bf2e63270ba 100644 --- a/src/common/transformations/src/transformations/common_optimizations/add_fake_quantize_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/add_fake_quantize_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/augru_cell_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/augru_cell_fusion.cpp index fa4030c7cbe..92910b042c0 100644 --- a/src/common/transformations/src/transformations/common_optimizations/augru_cell_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/augru_cell_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/batch_to_space_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/batch_to_space_fusion.cpp index e19a3de1c51..bf5ce09f517 100644 --- a/src/common/transformations/src/transformations/common_optimizations/batch_to_space_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/batch_to_space_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/binarize_weights.cpp b/src/common/transformations/src/transformations/common_optimizations/binarize_weights.cpp index a558d1d2667..dbbcfe3622b 100644 --- a/src/common/transformations/src/transformations/common_optimizations/binarize_weights.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/binarize_weights.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/broadcast_elementwise_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/broadcast_elementwise_fusion.cpp index 878521a0bfb..99e5b829b1e 100644 --- a/src/common/transformations/src/transformations/common_optimizations/broadcast_elementwise_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/broadcast_elementwise_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/broadcast_transition.cpp b/src/common/transformations/src/transformations/common_optimizations/broadcast_transition.cpp index c68016620ca..4dca5173c65 100644 --- a/src/common/transformations/src/transformations/common_optimizations/broadcast_transition.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/broadcast_transition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/change_placeholder_types.cpp b/src/common/transformations/src/transformations/common_optimizations/change_placeholder_types.cpp index ea4e0819f12..1fe7f9b1e2f 100644 --- a/src/common/transformations/src/transformations/common_optimizations/change_placeholder_types.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/change_placeholder_types.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/clamp_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/clamp_fusion.cpp index 58de15acdf7..2a742999433 100644 --- a/src/common/transformations/src/transformations/common_optimizations/clamp_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/clamp_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/common_optimizations.cpp b/src/common/transformations/src/transformations/common_optimizations/common_optimizations.cpp index 30faae0cfee..89f45784472 100644 --- a/src/common/transformations/src/transformations/common_optimizations/common_optimizations.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/common_optimizations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/compress_float_constants.cpp b/src/common/transformations/src/transformations/common_optimizations/compress_float_constants.cpp index 4a2ea16c24a..5699b30801a 100644 --- a/src/common/transformations/src/transformations/common_optimizations/compress_float_constants.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/compress_float_constants.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/concat_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/concat_fusion.cpp index 49994d809aa..86e0196a643 100644 --- a/src/common/transformations/src/transformations/common_optimizations/concat_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/concat_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/concat_reduce_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/concat_reduce_fusion.cpp index 7f625b3855f..21e2f47788e 100644 --- a/src/common/transformations/src/transformations/common_optimizations/concat_reduce_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/concat_reduce_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/conv_mul_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/conv_mul_fusion.cpp index 17c59bbb95b..e4e7866f3d9 100644 --- a/src/common/transformations/src/transformations/common_optimizations/conv_mul_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/conv_mul_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/conv_to_binary_conv.cpp b/src/common/transformations/src/transformations/common_optimizations/conv_to_binary_conv.cpp index d6a5538500d..b3771005396 100644 --- a/src/common/transformations/src/transformations/common_optimizations/conv_to_binary_conv.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/conv_to_binary_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/convert_nms_gather_path_to_unsigned.cpp b/src/common/transformations/src/transformations/common_optimizations/convert_nms_gather_path_to_unsigned.cpp index a59232ed2e4..1cd38b4caa0 100644 --- a/src/common/transformations/src/transformations/common_optimizations/convert_nms_gather_path_to_unsigned.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/convert_nms_gather_path_to_unsigned.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "transformations/common_optimizations/convert_nms_gather_path_to_unsigned.hpp" diff --git a/src/common/transformations/src/transformations/common_optimizations/convert_quantize_dequantize.cpp b/src/common/transformations/src/transformations/common_optimizations/convert_quantize_dequantize.cpp index 827be5aa687..77d4a9d1454 100644 --- a/src/common/transformations/src/transformations/common_optimizations/convert_quantize_dequantize.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/convert_quantize_dequantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/convert_u4_weights_zero_point_to_scalar.cpp b/src/common/transformations/src/transformations/common_optimizations/convert_u4_weights_zero_point_to_scalar.cpp index 79be25747ae..ea8080c1ebf 100644 --- a/src/common/transformations/src/transformations/common_optimizations/convert_u4_weights_zero_point_to_scalar.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/convert_u4_weights_zero_point_to_scalar.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/depth_to_space_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/depth_to_space_fusion.cpp index 03ea54420be..6f650f616e4 100644 --- a/src/common/transformations/src/transformations/common_optimizations/depth_to_space_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/depth_to_space_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/dilated_convolution_converter.cpp b/src/common/transformations/src/transformations/common_optimizations/dilated_convolution_converter.cpp index ee0bdd18c17..3c088e4e7d6 100644 --- a/src/common/transformations/src/transformations/common_optimizations/dilated_convolution_converter.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/dilated_convolution_converter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/disable_random_uniform_constant_folding.cpp b/src/common/transformations/src/transformations/common_optimizations/disable_random_uniform_constant_folding.cpp index 5257f9ec779..faf9e0f8396 100644 --- a/src/common/transformations/src/transformations/common_optimizations/disable_random_uniform_constant_folding.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/disable_random_uniform_constant_folding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/disable_shapeof_constant_folding.cpp b/src/common/transformations/src/transformations/common_optimizations/disable_shapeof_constant_folding.cpp index ae679b5dca8..8e7f7bb73c2 100644 --- a/src/common/transformations/src/transformations/common_optimizations/disable_shapeof_constant_folding.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/disable_shapeof_constant_folding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/divide_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/divide_fusion.cpp index ce28e676284..6cfde285269 100644 --- a/src/common/transformations/src/transformations/common_optimizations/divide_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/divide_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/dropout_with_random_uniform_replacer.cpp b/src/common/transformations/src/transformations/common_optimizations/dropout_with_random_uniform_replacer.cpp index cae72ad549b..31a6741ef4a 100644 --- a/src/common/transformations/src/transformations/common_optimizations/dropout_with_random_uniform_replacer.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/dropout_with_random_uniform_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/eliminate_duplicate_ti_inputs.cpp b/src/common/transformations/src/transformations/common_optimizations/eliminate_duplicate_ti_inputs.cpp index 5fde4e3e202..d15bbbf6a45 100644 --- a/src/common/transformations/src/transformations/common_optimizations/eliminate_duplicate_ti_inputs.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/eliminate_duplicate_ti_inputs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/eliminate_unsqueeze_gather.cpp b/src/common/transformations/src/transformations/common_optimizations/eliminate_unsqueeze_gather.cpp index 90efaa9b692..330838e74a2 100644 --- a/src/common/transformations/src/transformations/common_optimizations/eliminate_unsqueeze_gather.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/eliminate_unsqueeze_gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/fold_subgraph_empty_inputs.cpp b/src/common/transformations/src/transformations/common_optimizations/fold_subgraph_empty_inputs.cpp index 75d600993cc..8eaa1e22a11 100644 --- a/src/common/transformations/src/transformations/common_optimizations/fold_subgraph_empty_inputs.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/fold_subgraph_empty_inputs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/fq_mul_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/fq_mul_fusion.cpp index 344d2b85d04..1b439776b0d 100644 --- a/src/common/transformations/src/transformations/common_optimizations/fq_mul_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/fq_mul_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/fq_reshape_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/fq_reshape_fusion.cpp index 50ec00491fc..8840a93e07c 100644 --- a/src/common/transformations/src/transformations/common_optimizations/fq_reshape_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/fq_reshape_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/fuse_rotary_positional_embeddings.cpp b/src/common/transformations/src/transformations/common_optimizations/fuse_rotary_positional_embeddings.cpp index 4da2f2643ca..51fb9376952 100644 --- a/src/common/transformations/src/transformations/common_optimizations/fuse_rotary_positional_embeddings.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/fuse_rotary_positional_embeddings.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/gelu_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/gelu_fusion.cpp index 7f7915f7965..bdc98b1dd52 100644 --- a/src/common/transformations/src/transformations/common_optimizations/gelu_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/gelu_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/gru_cell_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/gru_cell_fusion.cpp index d126bb6c0c1..8be985d746a 100644 --- a/src/common/transformations/src/transformations/common_optimizations/gru_cell_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/gru_cell_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/hsigmoid_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/hsigmoid_fusion.cpp index 8d4d011f532..1237754ce56 100644 --- a/src/common/transformations/src/transformations/common_optimizations/hsigmoid_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/hsigmoid_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/hswish_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/hswish_fusion.cpp index 1a33eda0a95..05317bca85d 100644 --- a/src/common/transformations/src/transformations/common_optimizations/hswish_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/hswish_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/interpolate_sequence_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/interpolate_sequence_fusion.cpp index 1cc9f21d5f6..851e6c1cf55 100644 --- a/src/common/transformations/src/transformations/common_optimizations/interpolate_sequence_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/interpolate_sequence_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/leaky_relu_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/leaky_relu_fusion.cpp index 3bcd5edcb09..e0a63f3c8cc 100644 --- a/src/common/transformations/src/transformations/common_optimizations/leaky_relu_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/leaky_relu_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/lin_op_sequence_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/lin_op_sequence_fusion.cpp index 937b8f6b9ba..3d8fb9780ea 100644 --- a/src/common/transformations/src/transformations/common_optimizations/lin_op_sequence_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/lin_op_sequence_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/mark_precision_sensitive_shapeof_subgraphs.cpp b/src/common/transformations/src/transformations/common_optimizations/mark_precision_sensitive_shapeof_subgraphs.cpp index 65f617885d1..1cef297fc4a 100644 --- a/src/common/transformations/src/transformations/common_optimizations/mark_precision_sensitive_shapeof_subgraphs.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/mark_precision_sensitive_shapeof_subgraphs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/matmul_multiply_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/matmul_multiply_fusion.cpp index 105a21e23a9..2d6976d326a 100644 --- a/src/common/transformations/src/transformations/common_optimizations/matmul_multiply_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/matmul_multiply_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/mish_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/mish_fusion.cpp index 4e0ab2decc9..e3f3a291b0f 100644 --- a/src/common/transformations/src/transformations/common_optimizations/mish_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/mish_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/moc_legacy_transformations.cpp b/src/common/transformations/src/transformations/common_optimizations/moc_legacy_transformations.cpp index 475e6f862ff..83cf163555c 100644 --- a/src/common/transformations/src/transformations/common_optimizations/moc_legacy_transformations.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/moc_legacy_transformations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/moc_transformations.cpp b/src/common/transformations/src/transformations/common_optimizations/moc_transformations.cpp index 39d74106464..44f301490c6 100644 --- a/src/common/transformations/src/transformations/common_optimizations/moc_transformations.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/moc_transformations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/mul_conv_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/mul_conv_fusion.cpp index 6d80be4319b..c366fbbe2e2 100644 --- a/src/common/transformations/src/transformations/common_optimizations/mul_conv_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/mul_conv_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/mul_fake_quantize_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/mul_fake_quantize_fusion.cpp index cce87184f41..365a74f000b 100644 --- a/src/common/transformations/src/transformations/common_optimizations/mul_fake_quantize_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/mul_fake_quantize_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/mvn_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/mvn_fusion.cpp index 492a68a8eb6..10ae77fe3bd 100644 --- a/src/common/transformations/src/transformations/common_optimizations/mvn_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/mvn_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/nearest_neighbor_upsampling_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/nearest_neighbor_upsampling_fusion.cpp index b3507979e68..a124759c820 100644 --- a/src/common/transformations/src/transformations/common_optimizations/nearest_neighbor_upsampling_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/nearest_neighbor_upsampling_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/nonzero_horizontal_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/nonzero_horizontal_fusion.cpp index efa6a36eee1..aa231ed8dac 100644 --- a/src/common/transformations/src/transformations/common_optimizations/nonzero_horizontal_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/nonzero_horizontal_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/nop_elimination.cpp b/src/common/transformations/src/transformations/common_optimizations/nop_elimination.cpp index 4afeb134767..8847e281089 100644 --- a/src/common/transformations/src/transformations/common_optimizations/nop_elimination.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/nop_elimination.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/normalize_l2_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/normalize_l2_fusion.cpp index 1a2927b8c04..aa65493f670 100644 --- a/src/common/transformations/src/transformations/common_optimizations/normalize_l2_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/normalize_l2_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/optimize_strided_slice.cpp b/src/common/transformations/src/transformations/common_optimizations/optimize_strided_slice.cpp index 253004f6941..d4267b940a4 100644 --- a/src/common/transformations/src/transformations/common_optimizations/optimize_strided_slice.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/optimize_strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/pad_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/pad_fusion.cpp index 9f71ba9248f..875a013574e 100644 --- a/src/common/transformations/src/transformations/common_optimizations/pad_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/pad_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/pull_transpose_through_fq.cpp b/src/common/transformations/src/transformations/common_optimizations/pull_transpose_through_fq.cpp index 01a3a27efd0..80084573fd3 100644 --- a/src/common/transformations/src/transformations/common_optimizations/pull_transpose_through_fq.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/pull_transpose_through_fq.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/random_uniform_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/random_uniform_fusion.cpp index 455e32087e5..83608d9d536 100644 --- a/src/common/transformations/src/transformations/common_optimizations/random_uniform_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/random_uniform_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/reduce_merge.cpp b/src/common/transformations/src/transformations/common_optimizations/reduce_merge.cpp index 6352156d97a..36bf0ef2080 100644 --- a/src/common/transformations/src/transformations/common_optimizations/reduce_merge.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/reduce_merge.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/relu_fake_quantize_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/relu_fake_quantize_fusion.cpp index c8691845240..17fddea374b 100644 --- a/src/common/transformations/src/transformations/common_optimizations/relu_fake_quantize_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/relu_fake_quantize_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/remove_concat_zero_dim_input.cpp b/src/common/transformations/src/transformations/common_optimizations/remove_concat_zero_dim_input.cpp index 6eeca5d9060..1682bfdd2db 100644 --- a/src/common/transformations/src/transformations/common_optimizations/remove_concat_zero_dim_input.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/remove_concat_zero_dim_input.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/remove_filtering_boxes_by_size.cpp b/src/common/transformations/src/transformations/common_optimizations/remove_filtering_boxes_by_size.cpp index 092249e26fe..60b22a7e973 100644 --- a/src/common/transformations/src/transformations/common_optimizations/remove_filtering_boxes_by_size.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/remove_filtering_boxes_by_size.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/remove_multi_subgraph_op_dangling_params.cpp b/src/common/transformations/src/transformations/common_optimizations/remove_multi_subgraph_op_dangling_params.cpp index 3304ee3718a..ed15354bbb1 100644 --- a/src/common/transformations/src/transformations/common_optimizations/remove_multi_subgraph_op_dangling_params.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/remove_multi_subgraph_op_dangling_params.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/reshape_prelu.cpp b/src/common/transformations/src/transformations/common_optimizations/reshape_prelu.cpp index 7d239cb6224..e0e9ed2896b 100644 --- a/src/common/transformations/src/transformations/common_optimizations/reshape_prelu.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/reshape_prelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/reshape_sequence_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/reshape_sequence_fusion.cpp index fc099a1c2f8..de616d8996f 100644 --- a/src/common/transformations/src/transformations/common_optimizations/reshape_sequence_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/reshape_sequence_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/reverse_shape_and_type_infer.cpp b/src/common/transformations/src/transformations/common_optimizations/reverse_shape_and_type_infer.cpp index e277efb5fc9..00eeac2943e 100644 --- a/src/common/transformations/src/transformations/common_optimizations/reverse_shape_and_type_infer.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/reverse_shape_and_type_infer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/ric_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/ric_fusion.cpp index a60b5a57e30..fbca97f81c0 100644 --- a/src/common/transformations/src/transformations/common_optimizations/ric_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/ric_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/select_with_one_value_condition.cpp b/src/common/transformations/src/transformations/common_optimizations/select_with_one_value_condition.cpp index 329922bb0a0..abb20a71603 100644 --- a/src/common/transformations/src/transformations/common_optimizations/select_with_one_value_condition.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/select_with_one_value_condition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/sequence_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/sequence_fusion.cpp index e7b40717a5a..d3527c5f4a0 100644 --- a/src/common/transformations/src/transformations/common_optimizations/sequence_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/sequence_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/shared_ops_optimization.cpp b/src/common/transformations/src/transformations/common_optimizations/shared_ops_optimization.cpp index 320e1b49468..a8d7d7f2856 100644 --- a/src/common/transformations/src/transformations/common_optimizations/shared_ops_optimization.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/shared_ops_optimization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/shuffle_channels_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/shuffle_channels_fusion.cpp index d9a8e17067e..6b6d3081fe4 100644 --- a/src/common/transformations/src/transformations/common_optimizations/shuffle_channels_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/shuffle_channels_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/simplify_shape_of_sub_graph.cpp b/src/common/transformations/src/transformations/common_optimizations/simplify_shape_of_sub_graph.cpp index 094130aacfd..71fcda6071b 100644 --- a/src/common/transformations/src/transformations/common_optimizations/simplify_shape_of_sub_graph.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/simplify_shape_of_sub_graph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/softmax_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/softmax_fusion.cpp index fa9555f6a84..994a54aa2f2 100644 --- a/src/common/transformations/src/transformations/common_optimizations/softmax_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/softmax_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/softplus_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/softplus_fusion.cpp index 03ecd841367..63473853b62 100644 --- a/src/common/transformations/src/transformations/common_optimizations/softplus_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/softplus_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/softplus_to_mish_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/softplus_to_mish_fusion.cpp index bc33f2686b9..30e32120a4b 100644 --- a/src/common/transformations/src/transformations/common_optimizations/softplus_to_mish_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/softplus_to_mish_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/space_to_batch_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/space_to_batch_fusion.cpp index 4f013456e25..dd9c9be98c7 100644 --- a/src/common/transformations/src/transformations/common_optimizations/space_to_batch_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/space_to_batch_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/split_concat_pair_to_interpolate_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/split_concat_pair_to_interpolate_fusion.cpp index 5d709fb95b6..f66ea5859fb 100644 --- a/src/common/transformations/src/transformations/common_optimizations/split_concat_pair_to_interpolate_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/split_concat_pair_to_interpolate_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/split_squeeze_concat_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/split_squeeze_concat_fusion.cpp index f6041428e9e..51972e8e77b 100644 --- a/src/common/transformations/src/transformations/common_optimizations/split_squeeze_concat_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/split_squeeze_concat_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/strides_optimization.cpp b/src/common/transformations/src/transformations/common_optimizations/strides_optimization.cpp index 813aedb046f..c7da5cd7c1b 100644 --- a/src/common/transformations/src/transformations/common_optimizations/strides_optimization.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/strides_optimization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/subtract_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/subtract_fusion.cpp index 2a26d130363..2e3397f099d 100644 --- a/src/common/transformations/src/transformations/common_optimizations/subtract_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/subtract_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/swish_fusion.cpp b/src/common/transformations/src/transformations/common_optimizations/swish_fusion.cpp index d74fe15da0f..54962723d6b 100644 --- a/src/common/transformations/src/transformations/common_optimizations/swish_fusion.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/swish_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/transpose_reshape_elimination_for_matmul.cpp b/src/common/transformations/src/transformations/common_optimizations/transpose_reshape_elimination_for_matmul.cpp index f6309ecbc17..5f75ab3cc91 100644 --- a/src/common/transformations/src/transformations/common_optimizations/transpose_reshape_elimination_for_matmul.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/transpose_reshape_elimination_for_matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/transpose_sinking.cpp b/src/common/transformations/src/transformations/common_optimizations/transpose_sinking.cpp index cc1cd9370a6..20e2f063393 100644 --- a/src/common/transformations/src/transformations/common_optimizations/transpose_sinking.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/transpose_sinking.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/transpose_to_reshape.cpp b/src/common/transformations/src/transformations/common_optimizations/transpose_to_reshape.cpp index 3223911897a..d2025cf7b7e 100644 --- a/src/common/transformations/src/transformations/common_optimizations/transpose_to_reshape.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/transpose_to_reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/weights_dequantize_to_fake_quantize.cpp b/src/common/transformations/src/transformations/common_optimizations/weights_dequantize_to_fake_quantize.cpp index 582d48917f5..3b7896832c2 100644 --- a/src/common/transformations/src/transformations/common_optimizations/weights_dequantize_to_fake_quantize.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/weights_dequantize_to_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/common_optimizations/wrap_interpolate_into_transposes.cpp b/src/common/transformations/src/transformations/common_optimizations/wrap_interpolate_into_transposes.cpp index 5a7eb50f85d..6b29353206f 100644 --- a/src/common/transformations/src/transformations/common_optimizations/wrap_interpolate_into_transposes.cpp +++ b/src/common/transformations/src/transformations/common_optimizations/wrap_interpolate_into_transposes.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/control_flow/unroll_if.cpp b/src/common/transformations/src/transformations/control_flow/unroll_if.cpp index 9321b111dc7..18b95538bcb 100644 --- a/src/common/transformations/src/transformations/control_flow/unroll_if.cpp +++ b/src/common/transformations/src/transformations/control_flow/unroll_if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/control_flow/unroll_tensor_iterator.cpp b/src/common/transformations/src/transformations/control_flow/unroll_tensor_iterator.cpp index 099623fc989..e807115c94f 100644 --- a/src/common/transformations/src/transformations/control_flow/unroll_tensor_iterator.cpp +++ b/src/common/transformations/src/transformations/control_flow/unroll_tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/convert_precision.cpp b/src/common/transformations/src/transformations/convert_precision.cpp index e3f149f958e..d5c8204663c 100644 --- a/src/common/transformations/src/transformations/convert_precision.cpp +++ b/src/common/transformations/src/transformations/convert_precision.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/flush_fp32_subnormals_to_zero.cpp b/src/common/transformations/src/transformations/flush_fp32_subnormals_to_zero.cpp index ca03c288092..1d324297b34 100644 --- a/src/common/transformations/src/transformations/flush_fp32_subnormals_to_zero.cpp +++ b/src/common/transformations/src/transformations/flush_fp32_subnormals_to_zero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/fp16_compression/align_mixed_fp32_fp16_types.cpp b/src/common/transformations/src/transformations/fp16_compression/align_mixed_fp32_fp16_types.cpp index 5281f68f393..7cc2964b177 100644 --- a/src/common/transformations/src/transformations/fp16_compression/align_mixed_fp32_fp16_types.cpp +++ b/src/common/transformations/src/transformations/fp16_compression/align_mixed_fp32_fp16_types.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/fp16_compression/convert_compression_only_to_legacy.cpp b/src/common/transformations/src/transformations/fp16_compression/convert_compression_only_to_legacy.cpp index 37b42fa1f2c..ebeb900a31f 100644 --- a/src/common/transformations/src/transformations/fp16_compression/convert_compression_only_to_legacy.cpp +++ b/src/common/transformations/src/transformations/fp16_compression/convert_compression_only_to_legacy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/fp16_compression/mark_subgraphs_to_keep_in_mixed_precision.cpp b/src/common/transformations/src/transformations/fp16_compression/mark_subgraphs_to_keep_in_mixed_precision.cpp index ad850281c1b..c5e768fa687 100644 --- a/src/common/transformations/src/transformations/fp16_compression/mark_subgraphs_to_keep_in_mixed_precision.cpp +++ b/src/common/transformations/src/transformations/fp16_compression/mark_subgraphs_to_keep_in_mixed_precision.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/init_node_info.cpp b/src/common/transformations/src/transformations/init_node_info.cpp index 5e8e516890f..cfc9d6dd20d 100644 --- a/src/common/transformations/src/transformations/init_node_info.cpp +++ b/src/common/transformations/src/transformations/init_node_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/low_precision/mark_dequantization_subgraph.cpp b/src/common/transformations/src/transformations/low_precision/mark_dequantization_subgraph.cpp index 57c5dcdd9d5..c8903a73033 100644 --- a/src/common/transformations/src/transformations/low_precision/mark_dequantization_subgraph.cpp +++ b/src/common/transformations/src/transformations/low_precision/mark_dequantization_subgraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/batch_norm_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/batch_norm_decomposition.cpp index 31e53513b9c..5bb57bd3a2f 100644 --- a/src/common/transformations/src/transformations/op_conversions/batch_norm_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/batch_norm_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/bidirectional_sequences_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/bidirectional_sequences_decomposition.cpp index 9d2779b8379..521c3418bd6 100644 --- a/src/common/transformations/src/transformations/op_conversions/bidirectional_sequences_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/bidirectional_sequences_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_batch_to_space.cpp b/src/common/transformations/src/transformations/op_conversions/convert_batch_to_space.cpp index 9d7281b35bc..7fd664331da 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_batch_to_space.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_bitwise_to_logical_bool.cpp b/src/common/transformations/src/transformations/op_conversions/convert_bitwise_to_logical_bool.cpp index c3a9e21317c..d0c76c7e396 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_bitwise_to_logical_bool.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_bitwise_to_logical_bool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_broadcast3.cpp b/src/common/transformations/src/transformations/op_conversions/convert_broadcast3.cpp index 9d85b3f71b9..e66b503ee33 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_broadcast3.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_broadcast3.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_broadcast_to_tiles.cpp b/src/common/transformations/src/transformations/op_conversions/convert_broadcast_to_tiles.cpp index 52c361ccfa5..2d5e9bb4db8 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_broadcast_to_tiles.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_broadcast_to_tiles.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_deformable_conv_v8_to_v1.cpp b/src/common/transformations/src/transformations/op_conversions/convert_deformable_conv_v8_to_v1.cpp index 6f47f92f397..f4ba3bac0bc 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_deformable_conv_v8_to_v1.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_deformable_conv_v8_to_v1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_depth_to_space.cpp b/src/common/transformations/src/transformations/op_conversions/convert_depth_to_space.cpp index a341c9b1b86..a98ee725c4a 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_depth_to_space.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_divide.cpp b/src/common/transformations/src/transformations/op_conversions/convert_divide.cpp index 939a7ab42d4..b2a392b323d 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_divide.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_divide.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_gather_0d.cpp b/src/common/transformations/src/transformations/op_conversions/convert_gather_0d.cpp index d8347e5e31f..0eb315647cd 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_gather_0d.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_gather_0d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_gather_downgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_gather_downgrade.cpp index 4c525f7d3dd..58acbf9561e 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_gather_downgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_gather_downgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_gather_upgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_gather_upgrade.cpp index 5334ac3dc39..ca179af3f63 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_gather_upgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_gather_upgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_gelu.cpp b/src/common/transformations/src/transformations/op_conversions/convert_gelu.cpp index 9bc855b0d4e..96eb97cfcb0 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_gelu.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_gelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_interpolate11_downgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_interpolate11_downgrade.cpp index a4c25732487..dcc4c4f8d86 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_interpolate11_downgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_interpolate11_downgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_matrix_nms_to_matrix_nms_ie.cpp b/src/common/transformations/src/transformations/op_conversions/convert_matrix_nms_to_matrix_nms_ie.cpp index 770dd443fc9..e04a25e2373 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_matrix_nms_to_matrix_nms_ie.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_matrix_nms_to_matrix_nms_ie.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_maxpool_downgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_maxpool_downgrade.cpp index a6f756ac05a..fe390af3cd8 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_maxpool_downgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_maxpool_downgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_maxpool_upgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_maxpool_upgrade.cpp index 659c6bc96c4..94b693a0468 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_maxpool_upgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_maxpool_upgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_minimum_to_power_and_max.cpp b/src/common/transformations/src/transformations/op_conversions/convert_minimum_to_power_and_max.cpp index 56f2fdd4b95..f20cecd60ea 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_minimum_to_power_and_max.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_minimum_to_power_and_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_mod.cpp b/src/common/transformations/src/transformations/op_conversions/convert_mod.cpp index fcb2fbe33f1..bceb63dcbe6 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_mod.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie.cpp b/src/common/transformations/src/transformations/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie.cpp index 2caf6a6e1d8..730788b2c4c 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_multiclass_nms_upgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_multiclass_nms_upgrade.cpp index de48363db0f..c1b6927bed7 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_multiclass_nms_upgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_multiclass_nms_upgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_mvn1_to_mvn6.cpp b/src/common/transformations/src/transformations/op_conversions/convert_mvn1_to_mvn6.cpp index b26ed1ab1c4..20cda699a36 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_mvn1_to_mvn6.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_mvn1_to_mvn6.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_negative.cpp b/src/common/transformations/src/transformations/op_conversions/convert_negative.cpp index 3abe809cd88..fdbd17fcd7d 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_negative.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_negative.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_nms9_to_nms_ie_internal.cpp b/src/common/transformations/src/transformations/op_conversions/convert_nms9_to_nms_ie_internal.cpp index 0feda380515..d97500a652c 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_nms9_to_nms_ie_internal.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_nms9_to_nms_ie_internal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_nms_to_nms_ie_internal.cpp b/src/common/transformations/src/transformations/op_conversions/convert_nms_to_nms_ie_internal.cpp index 5233ab4a0dc..be45d994027 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_nms_to_nms_ie_internal.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_nms_to_nms_ie_internal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_pad12_downgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_pad12_downgrade.cpp index a3b6096d46d..5d1db243863 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_pad12_downgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_pad12_downgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_pad_to_group_conv.cpp b/src/common/transformations/src/transformations/op_conversions/convert_pad_to_group_conv.cpp index 869c2ee3379..be3233a45ad 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_pad_to_group_conv.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_pad_to_group_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_previous_nms_to_nms_5.cpp b/src/common/transformations/src/transformations/op_conversions/convert_previous_nms_to_nms_5.cpp index 16ca9cc071c..e1282438920 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_previous_nms_to_nms_5.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_previous_nms_to_nms_5.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_previous_nms_to_nms_9.cpp b/src/common/transformations/src/transformations/op_conversions/convert_previous_nms_to_nms_9.cpp index a39227205f4..5cde94bf29a 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_previous_nms_to_nms_9.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_previous_nms_to_nms_9.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_prior_box_v8_to_v0.cpp b/src/common/transformations/src/transformations/op_conversions/convert_prior_box_v8_to_v0.cpp index c53a9c9832d..c7c00facc00 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_prior_box_v8_to_v0.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_prior_box_v8_to_v0.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_reduce_to_pooling.cpp b/src/common/transformations/src/transformations/op_conversions/convert_reduce_to_pooling.cpp index 0f5e12ccef1..535bd6bf453 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_reduce_to_pooling.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_reduce_to_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_reduce_to_reshape.cpp b/src/common/transformations/src/transformations/op_conversions/convert_reduce_to_reshape.cpp index a241678104c..5b323503a36 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_reduce_to_reshape.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_reduce_to_reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_roi_align_v3_to_v9.cpp b/src/common/transformations/src/transformations/op_conversions/convert_roi_align_v3_to_v9.cpp index 881a6d69bc9..0cf2905eee8 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_roi_align_v3_to_v9.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_roi_align_v3_to_v9.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_roi_align_v9_to_v3.cpp b/src/common/transformations/src/transformations/op_conversions/convert_roi_align_v9_to_v3.cpp index cfec9a6270d..e8bf1399ee7 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_roi_align_v9_to_v3.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_roi_align_v9_to_v3.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_scatter_elements_to_scatter.cpp b/src/common/transformations/src/transformations/op_conversions/convert_scatter_elements_to_scatter.cpp index c59322e0305..65053f6308f 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_scatter_elements_to_scatter.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_scatter_elements_to_scatter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_scatter_elements_update12_downgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_scatter_elements_update12_downgrade.cpp index 53d9be2fefc..3606998d7aa 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_scatter_elements_update12_downgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_scatter_elements_update12_downgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_sequences_to_tensor_iterator.cpp b/src/common/transformations/src/transformations/op_conversions/convert_sequences_to_tensor_iterator.cpp index 32bbfd2e31a..81280019104 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_sequences_to_tensor_iterator.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_sequences_to_tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_shapeof3.cpp b/src/common/transformations/src/transformations/op_conversions/convert_shapeof3.cpp index 6cbfe193546..15b1c7bf6b2 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_shapeof3.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_shapeof3.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_shuffle_channels3.cpp b/src/common/transformations/src/transformations/op_conversions/convert_shuffle_channels3.cpp index 74c75adfda1..06c2e311ca4 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_shuffle_channels3.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_shuffle_channels3.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_slice_to_strided_slice.cpp b/src/common/transformations/src/transformations/op_conversions/convert_slice_to_strided_slice.cpp index d4f1bf6418d..dc4c8721c8b 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_slice_to_strided_slice.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_slice_to_strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_softmax_downgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_softmax_downgrade.cpp index f53750079a4..21d75406852 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_softmax_downgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_softmax_downgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_softmax_upgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_softmax_upgrade.cpp index 7942c110e1d..12f9e55c595 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_softmax_upgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_softmax_upgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_space_to_batch.cpp b/src/common/transformations/src/transformations/op_conversions/convert_space_to_batch.cpp index 8ac2e294bd1..ee35c206110 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_space_to_batch.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_space_to_depth.cpp b/src/common/transformations/src/transformations/op_conversions/convert_space_to_depth.cpp index febb87963eb..80a695255f1 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_space_to_depth.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_subtract.cpp b/src/common/transformations/src/transformations/op_conversions/convert_subtract.cpp index 786237239e9..8ee62588d9d 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_subtract.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_subtract.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_ti_to_sequences.cpp b/src/common/transformations/src/transformations/op_conversions/convert_ti_to_sequences.cpp index 94c26584004..0a6e8142aad 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_ti_to_sequences.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_ti_to_sequences.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_topk11_downgrade.cpp b/src/common/transformations/src/transformations/op_conversions/convert_topk11_downgrade.cpp index 755eca6c7d1..3650759cad4 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_topk11_downgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_topk11_downgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_topk3.cpp b/src/common/transformations/src/transformations/op_conversions/convert_topk3.cpp index a4720b6d661..4c4d3a1b2d4 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_topk3.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_topk3.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/convert_xor_to_logical_xor.cpp b/src/common/transformations/src/transformations/op_conversions/convert_xor_to_logical_xor.cpp index 0f20944df52..581de029d58 100644 --- a/src/common/transformations/src/transformations/op_conversions/convert_xor_to_logical_xor.cpp +++ b/src/common/transformations/src/transformations/op_conversions/convert_xor_to_logical_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/detection_output_downgrade.cpp b/src/common/transformations/src/transformations/op_conversions/detection_output_downgrade.cpp index 0a09bdfc683..c4120da78c2 100644 --- a/src/common/transformations/src/transformations/op_conversions/detection_output_downgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/detection_output_downgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/detection_output_upgrade.cpp b/src/common/transformations/src/transformations/op_conversions/detection_output_upgrade.cpp index 2b2ab325173..0fcc4cb4859 100644 --- a/src/common/transformations/src/transformations/op_conversions/detection_output_upgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/detection_output_upgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/einsum_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/einsum_decomposition.cpp index 32f88c0a4ed..2206a02411b 100644 --- a/src/common/transformations/src/transformations/op_conversions/einsum_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/einsum_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/eye_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/eye_decomposition.cpp index aa25b3c2b55..93d06500f30 100644 --- a/src/common/transformations/src/transformations/op_conversions/eye_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/eye_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/fq_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/fq_decomposition.cpp index d82b23d4de5..2747d3d9c0f 100644 --- a/src/common/transformations/src/transformations/op_conversions/fq_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/fq_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/gelu7_downgrade.cpp b/src/common/transformations/src/transformations/op_conversions/gelu7_downgrade.cpp index ade988445df..251ed86b9f1 100644 --- a/src/common/transformations/src/transformations/op_conversions/gelu7_downgrade.cpp +++ b/src/common/transformations/src/transformations/op_conversions/gelu7_downgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/group_normalization_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/group_normalization_decomposition.cpp index 7b5dd79b771..e54cfaae6f0 100644 --- a/src/common/transformations/src/transformations/op_conversions/group_normalization_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/group_normalization_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/gru_cell_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/gru_cell_decomposition.cpp index 550e64ea10e..58f8efe9a85 100644 --- a/src/common/transformations/src/transformations/op_conversions/gru_cell_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/gru_cell_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/hsigmoid_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/hsigmoid_decomposition.cpp index 9003324f2b7..dbc70417cea 100644 --- a/src/common/transformations/src/transformations/op_conversions/hsigmoid_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/hsigmoid_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/hswish_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/hswish_decomposition.cpp index 56ab8d7cfe2..09fd4e3f63e 100644 --- a/src/common/transformations/src/transformations/op_conversions/hswish_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/hswish_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/log_softmax_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/log_softmax_decomposition.cpp index 14d1c2a2ef8..c74446f3a7e 100644 --- a/src/common/transformations/src/transformations/op_conversions/log_softmax_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/log_softmax_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/lstm_cell_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/lstm_cell_decomposition.cpp index 2be430626c8..a63896993a3 100644 --- a/src/common/transformations/src/transformations/op_conversions/lstm_cell_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/lstm_cell_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/mvn6_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/mvn6_decomposition.cpp index 92ce64b8a0d..5ad5695ab71 100644 --- a/src/common/transformations/src/transformations/op_conversions/mvn6_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/mvn6_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/normalize_l2_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/normalize_l2_decomposition.cpp index 824287ed46d..57f3ee9d04f 100644 --- a/src/common/transformations/src/transformations/op_conversions/normalize_l2_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/normalize_l2_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/reduce_l1_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/reduce_l1_decomposition.cpp index bdfd9441e16..194ac5c488b 100644 --- a/src/common/transformations/src/transformations/op_conversions/reduce_l1_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/reduce_l1_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/reduce_l2_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/reduce_l2_decomposition.cpp index b4850e10909..2ec97e119ef 100644 --- a/src/common/transformations/src/transformations/op_conversions/reduce_l2_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/reduce_l2_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/rnn_cell_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/rnn_cell_decomposition.cpp index 7290aab1d2a..1a18514c64d 100644 --- a/src/common/transformations/src/transformations/op_conversions/rnn_cell_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/rnn_cell_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/scaled_dot_product_attention_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/scaled_dot_product_attention_decomposition.cpp index 7c02cf8b5ca..4af6bdc4eda 100644 --- a/src/common/transformations/src/transformations/op_conversions/scaled_dot_product_attention_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/scaled_dot_product_attention_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.cpp b/src/common/transformations/src/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.cpp index a458be4ecd3..759af1be456 100644 --- a/src/common/transformations/src/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.cpp +++ b/src/common/transformations/src/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/softmax_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/softmax_decomposition.cpp index 07d987610ff..f53bfa7b484 100644 --- a/src/common/transformations/src/transformations/op_conversions/softmax_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/softmax_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/softplus_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/softplus_decomposition.cpp index b97f1b9a6df..23335409f88 100644 --- a/src/common/transformations/src/transformations/op_conversions/softplus_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/softplus_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/softsign_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/softsign_decomposition.cpp index fc010cf16df..3837ae8a7b1 100644 --- a/src/common/transformations/src/transformations/op_conversions/softsign_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/softsign_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/op_conversions/unique_decomposition.cpp b/src/common/transformations/src/transformations/op_conversions/unique_decomposition.cpp index e8969287266..774f24e072c 100644 --- a/src/common/transformations/src/transformations/op_conversions/unique_decomposition.cpp +++ b/src/common/transformations/src/transformations/op_conversions/unique_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/opset_conversions/convert_opset2_to_opset1.cpp b/src/common/transformations/src/transformations/opset_conversions/convert_opset2_to_opset1.cpp index 2c487861d06..ab042a4cbda 100644 --- a/src/common/transformations/src/transformations/opset_conversions/convert_opset2_to_opset1.cpp +++ b/src/common/transformations/src/transformations/opset_conversions/convert_opset2_to_opset1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/opset_conversions/convert_opset3_to_opset2.cpp b/src/common/transformations/src/transformations/opset_conversions/convert_opset3_to_opset2.cpp index 848db4b60df..4c9ef1950ac 100644 --- a/src/common/transformations/src/transformations/opset_conversions/convert_opset3_to_opset2.cpp +++ b/src/common/transformations/src/transformations/opset_conversions/convert_opset3_to_opset2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/resolve_names_collisions.cpp b/src/common/transformations/src/transformations/resolve_names_collisions.cpp index 4fe3ea8f99e..f6472dbc2ae 100644 --- a/src/common/transformations/src/transformations/resolve_names_collisions.cpp +++ b/src/common/transformations/src/transformations/resolve_names_collisions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/attributes.cpp b/src/common/transformations/src/transformations/rt_info/attributes.cpp index 98946d0a1df..883c4ddda39 100644 --- a/src/common/transformations/src/transformations/rt_info/attributes.cpp +++ b/src/common/transformations/src/transformations/rt_info/attributes.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/decompression.cpp b/src/common/transformations/src/transformations/rt_info/decompression.cpp index b87589aee0a..8fd7dda5bd0 100644 --- a/src/common/transformations/src/transformations/rt_info/decompression.cpp +++ b/src/common/transformations/src/transformations/rt_info/decompression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/disable_fp16_compression.cpp b/src/common/transformations/src/transformations/rt_info/disable_fp16_compression.cpp index dbe5586dfe6..816932317c5 100644 --- a/src/common/transformations/src/transformations/rt_info/disable_fp16_compression.cpp +++ b/src/common/transformations/src/transformations/rt_info/disable_fp16_compression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/fused_names_attribute.cpp b/src/common/transformations/src/transformations/rt_info/fused_names_attribute.cpp index 018addae9e0..3b8843ed1bf 100644 --- a/src/common/transformations/src/transformations/rt_info/fused_names_attribute.cpp +++ b/src/common/transformations/src/transformations/rt_info/fused_names_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/is_shape_sugraph.cpp b/src/common/transformations/src/transformations/rt_info/is_shape_sugraph.cpp index 6e3e5f122f8..dfbcd0b911d 100644 --- a/src/common/transformations/src/transformations/rt_info/is_shape_sugraph.cpp +++ b/src/common/transformations/src/transformations/rt_info/is_shape_sugraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/keep_const_precision.cpp b/src/common/transformations/src/transformations/rt_info/keep_const_precision.cpp index 8752631e74b..fad7a18db4c 100644 --- a/src/common/transformations/src/transformations/rt_info/keep_const_precision.cpp +++ b/src/common/transformations/src/transformations/rt_info/keep_const_precision.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/nms_selected_indices.cpp b/src/common/transformations/src/transformations/rt_info/nms_selected_indices.cpp index d4909cbd77a..bf68ba69155 100644 --- a/src/common/transformations/src/transformations/rt_info/nms_selected_indices.cpp +++ b/src/common/transformations/src/transformations/rt_info/nms_selected_indices.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/old_api_map_element_type_attribute.cpp b/src/common/transformations/src/transformations/rt_info/old_api_map_element_type_attribute.cpp index 188b5d8ff6f..aa1852144ec 100644 --- a/src/common/transformations/src/transformations/rt_info/old_api_map_element_type_attribute.cpp +++ b/src/common/transformations/src/transformations/rt_info/old_api_map_element_type_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/old_api_map_order_attribute.cpp b/src/common/transformations/src/transformations/rt_info/old_api_map_order_attribute.cpp index 2a824534c88..90366f27390 100644 --- a/src/common/transformations/src/transformations/rt_info/old_api_map_order_attribute.cpp +++ b/src/common/transformations/src/transformations/rt_info/old_api_map_order_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/preprocessing_attribute.cpp b/src/common/transformations/src/transformations/rt_info/preprocessing_attribute.cpp index b7cfa8e0385..88bd9bb9b78 100644 --- a/src/common/transformations/src/transformations/rt_info/preprocessing_attribute.cpp +++ b/src/common/transformations/src/transformations/rt_info/preprocessing_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/primitives_priority_attribute.cpp b/src/common/transformations/src/transformations/rt_info/primitives_priority_attribute.cpp index 0f9ebd43ac2..3f2331f399b 100644 --- a/src/common/transformations/src/transformations/rt_info/primitives_priority_attribute.cpp +++ b/src/common/transformations/src/transformations/rt_info/primitives_priority_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/rt_info/strides_property.cpp b/src/common/transformations/src/transformations/rt_info/strides_property.cpp index d2a15e834a9..4b1bd57afb5 100644 --- a/src/common/transformations/src/transformations/rt_info/strides_property.cpp +++ b/src/common/transformations/src/transformations/rt_info/strides_property.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/smart_reshape/broadcast_const_range_replacement.cpp b/src/common/transformations/src/transformations/smart_reshape/broadcast_const_range_replacement.cpp index 985a147fd8a..03e59e33e0d 100644 --- a/src/common/transformations/src/transformations/smart_reshape/broadcast_const_range_replacement.cpp +++ b/src/common/transformations/src/transformations/smart_reshape/broadcast_const_range_replacement.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/smart_reshape/lstm_states_broadcast.cpp b/src/common/transformations/src/transformations/smart_reshape/lstm_states_broadcast.cpp index 28b65cf9add..108b8694c69 100644 --- a/src/common/transformations/src/transformations/smart_reshape/lstm_states_broadcast.cpp +++ b/src/common/transformations/src/transformations/smart_reshape/lstm_states_broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/smart_reshape/matmul_sr.cpp b/src/common/transformations/src/transformations/smart_reshape/matmul_sr.cpp index 1a3bccc2cc2..e7f4c0bb86e 100644 --- a/src/common/transformations/src/transformations/smart_reshape/matmul_sr.cpp +++ b/src/common/transformations/src/transformations/smart_reshape/matmul_sr.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/smart_reshape/proposal_scales_stridedslice.cpp b/src/common/transformations/src/transformations/smart_reshape/proposal_scales_stridedslice.cpp index d5668c14835..cd30fd2bbf3 100644 --- a/src/common/transformations/src/transformations/smart_reshape/proposal_scales_stridedslice.cpp +++ b/src/common/transformations/src/transformations/smart_reshape/proposal_scales_stridedslice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/smart_reshape/reshape_sinking.cpp b/src/common/transformations/src/transformations/smart_reshape/reshape_sinking.cpp index a531ed147b5..f92f7673dd8 100644 --- a/src/common/transformations/src/transformations/smart_reshape/reshape_sinking.cpp +++ b/src/common/transformations/src/transformations/smart_reshape/reshape_sinking.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/smart_reshape/reshape_to_1D.cpp b/src/common/transformations/src/transformations/smart_reshape/reshape_to_1D.cpp index a71dad1f49d..556dd3b5824 100644 --- a/src/common/transformations/src/transformations/smart_reshape/reshape_to_1D.cpp +++ b/src/common/transformations/src/transformations/smart_reshape/reshape_to_1D.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/smart_reshape/shape_of_const_folding.cpp b/src/common/transformations/src/transformations/smart_reshape/shape_of_const_folding.cpp index 081a9371393..66b35e1b2fa 100644 --- a/src/common/transformations/src/transformations/smart_reshape/shape_of_const_folding.cpp +++ b/src/common/transformations/src/transformations/smart_reshape/shape_of_const_folding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/smart_reshape/smart_reshape.cpp b/src/common/transformations/src/transformations/smart_reshape/smart_reshape.cpp index 0a13b2ed691..67e70843803 100644 --- a/src/common/transformations/src/transformations/smart_reshape/smart_reshape.cpp +++ b/src/common/transformations/src/transformations/smart_reshape/smart_reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/smart_reshape/strided_slice_squeeze.cpp b/src/common/transformations/src/transformations/smart_reshape/strided_slice_squeeze.cpp index 45540edfa93..334afd8caa7 100644 --- a/src/common/transformations/src/transformations/smart_reshape/strided_slice_squeeze.cpp +++ b/src/common/transformations/src/transformations/smart_reshape/strided_slice_squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/symbolic_transformations/chained_maximum.cpp b/src/common/transformations/src/transformations/symbolic_transformations/chained_maximum.cpp index c6bb082990d..faea81d8ff3 100644 --- a/src/common/transformations/src/transformations/symbolic_transformations/chained_maximum.cpp +++ b/src/common/transformations/src/transformations/symbolic_transformations/chained_maximum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/symbolic_transformations/dereshape_matmul.cpp b/src/common/transformations/src/transformations/symbolic_transformations/dereshape_matmul.cpp index 99b498c9ad5..3b0efe486d1 100644 --- a/src/common/transformations/src/transformations/symbolic_transformations/dereshape_matmul.cpp +++ b/src/common/transformations/src/transformations/symbolic_transformations/dereshape_matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/symbolic_transformations/label_optimization.cpp b/src/common/transformations/src/transformations/symbolic_transformations/label_optimization.cpp index 5a8cbf2cf87..4411935bd14 100644 --- a/src/common/transformations/src/transformations/symbolic_transformations/label_optimization.cpp +++ b/src/common/transformations/src/transformations/symbolic_transformations/label_optimization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/symbolic_transformations/nop_broadcast.cpp b/src/common/transformations/src/transformations/symbolic_transformations/nop_broadcast.cpp index 6890446f455..7b94b625af3 100644 --- a/src/common/transformations/src/transformations/symbolic_transformations/nop_broadcast.cpp +++ b/src/common/transformations/src/transformations/symbolic_transformations/nop_broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/symbolic_transformations/reshape_optimizations.cpp b/src/common/transformations/src/transformations/symbolic_transformations/reshape_optimizations.cpp index c533a752eed..27565ad67cd 100644 --- a/src/common/transformations/src/transformations/symbolic_transformations/reshape_optimizations.cpp +++ b/src/common/transformations/src/transformations/symbolic_transformations/reshape_optimizations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/symbolic_transformations/symbolic_optimizations.cpp b/src/common/transformations/src/transformations/symbolic_transformations/symbolic_optimizations.cpp index 31b3ac6dedc..ae0098e8e23 100644 --- a/src/common/transformations/src/transformations/symbolic_transformations/symbolic_optimizations.cpp +++ b/src/common/transformations/src/transformations/symbolic_transformations/symbolic_optimizations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/symbolic_transformations/utils.cpp b/src/common/transformations/src/transformations/symbolic_transformations/utils.cpp index abe1485bf5f..e30babe3827 100644 --- a/src/common/transformations/src/transformations/symbolic_transformations/utils.cpp +++ b/src/common/transformations/src/transformations/symbolic_transformations/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_base.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_base.cpp index 684fd4f8121..b0d132a18c9 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_base.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_binary.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_binary.cpp index bda76409896..4f383c50b59 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_binary.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_binary.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_concat.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_concat.cpp index eda96d78ee4..03337fad22a 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_concat.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_data_movement.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_data_movement.cpp index 9cf985d0203..fd761b6e2b0 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_data_movement.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_data_movement.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_fuse.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_fuse.cpp index a1c783f6d93..2631172d4d8 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_fuse.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_fuse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_gather.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_gather.cpp index eb1ae50ca1d..299c620d150 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_gather.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_interpolate.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_interpolate.cpp index 951a01027f5..4eeda4e8d80 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_interpolate.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_reduction.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_reduction.cpp index ac58ab756ca..3bb3d9255db 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_reduction.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_reduction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_reset_no_sinking_attribute.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_reset_no_sinking_attribute.cpp index dea1a224345..811be22593f 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_reset_no_sinking_attribute.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_reset_no_sinking_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_slice.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_slice.cpp index 942fd142978..b5092bfeb60 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_slice.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_split.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_split.cpp index ed3c2d1d678..c1dc63b7186 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_split.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_squeeze.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_squeeze.cpp index 97ba37d29e2..e8924064af3 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_squeeze.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_unary.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_unary.cpp index 84ca60a3c6b..0af6166dddb 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_unary.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_unary.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_unsqueeze.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_unsqueeze.cpp index cff70f1452f..139dd83191f 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_unsqueeze.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/transpose_sinking/ts_utils.cpp b/src/common/transformations/src/transformations/transpose_sinking/ts_utils.cpp index 0bda9c28e57..b9aa17f0691 100644 --- a/src/common/transformations/src/transformations/transpose_sinking/ts_utils.cpp +++ b/src/common/transformations/src/transformations/transpose_sinking/ts_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/src/transformations/utils/utils.cpp b/src/common/transformations/src/transformations/utils/utils.cpp index a5deb7daffb..6b4b1889711 100644 --- a/src/common/transformations/src/transformations/utils/utils.cpp +++ b/src/common/transformations/src/transformations/utils/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/CMakeLists.txt b/src/common/transformations/tests/CMakeLists.txt index 87f6ce83cb6..37a7e0ab08d 100644 --- a/src/common/transformations/tests/CMakeLists.txt +++ b/src/common/transformations/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/transformations/tests/common_optimizations/adaptive_pool_to_reduce.cpp b/src/common/transformations/tests/common_optimizations/adaptive_pool_to_reduce.cpp index 00091ffc3ba..ae1ce94a0fb 100644 --- a/src/common/transformations/tests/common_optimizations/adaptive_pool_to_reduce.cpp +++ b/src/common/transformations/tests/common_optimizations/adaptive_pool_to_reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/add_fake_quantize_fusion.cpp b/src/common/transformations/tests/common_optimizations/add_fake_quantize_fusion.cpp index ed3a6db8aa5..69f9854126a 100644 --- a/src/common/transformations/tests/common_optimizations/add_fake_quantize_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/add_fake_quantize_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/align_mixed_fp32_fp16_types_test.cpp b/src/common/transformations/tests/common_optimizations/align_mixed_fp32_fp16_types_test.cpp index bd874644e4d..993d8b19e5e 100644 --- a/src/common/transformations/tests/common_optimizations/align_mixed_fp32_fp16_types_test.cpp +++ b/src/common/transformations/tests/common_optimizations/align_mixed_fp32_fp16_types_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/augru_cell_fusion.cpp b/src/common/transformations/tests/common_optimizations/augru_cell_fusion.cpp index 40d224d37dd..c4e574158ed 100644 --- a/src/common/transformations/tests/common_optimizations/augru_cell_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/augru_cell_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/batch_to_space_fusion.cpp b/src/common/transformations/tests/common_optimizations/batch_to_space_fusion.cpp index c9971fbb904..a3545f500c4 100644 --- a/src/common/transformations/tests/common_optimizations/batch_to_space_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/batch_to_space_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/binarize_weights.cpp b/src/common/transformations/tests/common_optimizations/binarize_weights.cpp index 9edf9cf0129..ee0139a9852 100644 --- a/src/common/transformations/tests/common_optimizations/binarize_weights.cpp +++ b/src/common/transformations/tests/common_optimizations/binarize_weights.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/broadcast_elementwise_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/broadcast_elementwise_fusion_test.cpp index ea6331b63c5..47ff5e3c6f2 100644 --- a/src/common/transformations/tests/common_optimizations/broadcast_elementwise_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/broadcast_elementwise_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/broadcast_transition_test.cpp b/src/common/transformations/tests/common_optimizations/broadcast_transition_test.cpp index de9109cfb69..cb2a9a74f37 100644 --- a/src/common/transformations/tests/common_optimizations/broadcast_transition_test.cpp +++ b/src/common/transformations/tests/common_optimizations/broadcast_transition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/change_placeholder_types_test.cpp b/src/common/transformations/tests/common_optimizations/change_placeholder_types_test.cpp index 02e9c4c179d..1ad50be6410 100644 --- a/src/common/transformations/tests/common_optimizations/change_placeholder_types_test.cpp +++ b/src/common/transformations/tests/common_optimizations/change_placeholder_types_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/clamp_fusion.cpp b/src/common/transformations/tests/common_optimizations/clamp_fusion.cpp index 28cd0c86f63..b37c0ffcc3f 100644 --- a/src/common/transformations/tests/common_optimizations/clamp_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/clamp_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/compress_float_constants_test.cpp b/src/common/transformations/tests/common_optimizations/compress_float_constants_test.cpp index 9ed38a8c845..3bf2464d76b 100644 --- a/src/common/transformations/tests/common_optimizations/compress_float_constants_test.cpp +++ b/src/common/transformations/tests/common_optimizations/compress_float_constants_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/concat_fusion.cpp b/src/common/transformations/tests/common_optimizations/concat_fusion.cpp index 9e2defae977..03e029f357e 100644 --- a/src/common/transformations/tests/common_optimizations/concat_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/concat_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/concat_reduce_fusion.cpp b/src/common/transformations/tests/common_optimizations/concat_reduce_fusion.cpp index 634701a3fda..52bf3bc12d6 100644 --- a/src/common/transformations/tests/common_optimizations/concat_reduce_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/concat_reduce_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/conv_to_binary_conv.cpp b/src/common/transformations/tests/common_optimizations/conv_to_binary_conv.cpp index 059774f9f13..d0fd6c3f361 100644 --- a/src/common/transformations/tests/common_optimizations/conv_to_binary_conv.cpp +++ b/src/common/transformations/tests/common_optimizations/conv_to_binary_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/convert_compression_only_to_legacy_test.cpp b/src/common/transformations/tests/common_optimizations/convert_compression_only_to_legacy_test.cpp index 45b9a00fbf1..65e781c6d50 100644 --- a/src/common/transformations/tests/common_optimizations/convert_compression_only_to_legacy_test.cpp +++ b/src/common/transformations/tests/common_optimizations/convert_compression_only_to_legacy_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/convert_divide.cpp b/src/common/transformations/tests/common_optimizations/convert_divide.cpp index 2eb1597022e..1235a31ebf9 100644 --- a/src/common/transformations/tests/common_optimizations/convert_divide.cpp +++ b/src/common/transformations/tests/common_optimizations/convert_divide.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/convert_nms_gather_path_to_unsigned_test.cpp b/src/common/transformations/tests/common_optimizations/convert_nms_gather_path_to_unsigned_test.cpp index 54b7f208bc0..e9763e4d6bf 100644 --- a/src/common/transformations/tests/common_optimizations/convert_nms_gather_path_to_unsigned_test.cpp +++ b/src/common/transformations/tests/common_optimizations/convert_nms_gather_path_to_unsigned_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/convert_quantize_dequantize.cpp b/src/common/transformations/tests/common_optimizations/convert_quantize_dequantize.cpp index 0875298fe89..543ed3dd4e8 100644 --- a/src/common/transformations/tests/common_optimizations/convert_quantize_dequantize.cpp +++ b/src/common/transformations/tests/common_optimizations/convert_quantize_dequantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/convert_u4_weights_zero_point_to_scalar.cpp b/src/common/transformations/tests/common_optimizations/convert_u4_weights_zero_point_to_scalar.cpp index 70d22a1a1c4..8dceeb064c6 100644 --- a/src/common/transformations/tests/common_optimizations/convert_u4_weights_zero_point_to_scalar.cpp +++ b/src/common/transformations/tests/common_optimizations/convert_u4_weights_zero_point_to_scalar.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/depth_to_space_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/depth_to_space_fusion_test.cpp index d5b8b587ab8..284e09c20df 100644 --- a/src/common/transformations/tests/common_optimizations/depth_to_space_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/depth_to_space_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/dilated_convolution_converter.cpp b/src/common/transformations/tests/common_optimizations/dilated_convolution_converter.cpp index 0ca92054751..4cbd17ba421 100644 --- a/src/common/transformations/tests/common_optimizations/dilated_convolution_converter.cpp +++ b/src/common/transformations/tests/common_optimizations/dilated_convolution_converter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/disable_shapeof_constant_folding_tests.cpp b/src/common/transformations/tests/common_optimizations/disable_shapeof_constant_folding_tests.cpp index 8e22712e53e..35992d41af3 100644 --- a/src/common/transformations/tests/common_optimizations/disable_shapeof_constant_folding_tests.cpp +++ b/src/common/transformations/tests/common_optimizations/disable_shapeof_constant_folding_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/divide_fusion.cpp b/src/common/transformations/tests/common_optimizations/divide_fusion.cpp index 002dfa7a40b..6ff8634ca67 100644 --- a/src/common/transformations/tests/common_optimizations/divide_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/divide_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/dropout_with_random_uniform_replacer_test.cpp b/src/common/transformations/tests/common_optimizations/dropout_with_random_uniform_replacer_test.cpp index 45ab3e44429..c2c40946498 100644 --- a/src/common/transformations/tests/common_optimizations/dropout_with_random_uniform_replacer_test.cpp +++ b/src/common/transformations/tests/common_optimizations/dropout_with_random_uniform_replacer_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/eliminate_duplicate_ti_inputs.cpp b/src/common/transformations/tests/common_optimizations/eliminate_duplicate_ti_inputs.cpp index e597b55a6d0..6af176b48ee 100644 --- a/src/common/transformations/tests/common_optimizations/eliminate_duplicate_ti_inputs.cpp +++ b/src/common/transformations/tests/common_optimizations/eliminate_duplicate_ti_inputs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/eliminate_split_test.cpp b/src/common/transformations/tests/common_optimizations/eliminate_split_test.cpp index 1a16befe56f..8f6fa149f70 100644 --- a/src/common/transformations/tests/common_optimizations/eliminate_split_test.cpp +++ b/src/common/transformations/tests/common_optimizations/eliminate_split_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/eliminate_unsqueeze_gather.cpp b/src/common/transformations/tests/common_optimizations/eliminate_unsqueeze_gather.cpp index 77f820a024f..60c2f34b55c 100644 --- a/src/common/transformations/tests/common_optimizations/eliminate_unsqueeze_gather.cpp +++ b/src/common/transformations/tests/common_optimizations/eliminate_unsqueeze_gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/flush_fp32_subnormals_to_zero_test.cpp b/src/common/transformations/tests/common_optimizations/flush_fp32_subnormals_to_zero_test.cpp index b2eeda611fd..6d135f6404a 100644 --- a/src/common/transformations/tests/common_optimizations/flush_fp32_subnormals_to_zero_test.cpp +++ b/src/common/transformations/tests/common_optimizations/flush_fp32_subnormals_to_zero_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/fold_subgraph_empty_inputs_test.cpp b/src/common/transformations/tests/common_optimizations/fold_subgraph_empty_inputs_test.cpp index 603fe46180c..6ee950a5c67 100644 --- a/src/common/transformations/tests/common_optimizations/fold_subgraph_empty_inputs_test.cpp +++ b/src/common/transformations/tests/common_optimizations/fold_subgraph_empty_inputs_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/fq_mul_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/fq_mul_fusion_test.cpp index f9036fb5ead..25e8f864f78 100644 --- a/src/common/transformations/tests/common_optimizations/fq_mul_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/fq_mul_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/fq_reshape_fusion.cpp b/src/common/transformations/tests/common_optimizations/fq_reshape_fusion.cpp index 8127ad129ef..7389e12299e 100644 --- a/src/common/transformations/tests/common_optimizations/fq_reshape_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/fq_reshape_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/fuse_rotary_positional_embeddings.cpp b/src/common/transformations/tests/common_optimizations/fuse_rotary_positional_embeddings.cpp index 48ee524c1fb..1d7423e14b8 100644 --- a/src/common/transformations/tests/common_optimizations/fuse_rotary_positional_embeddings.cpp +++ b/src/common/transformations/tests/common_optimizations/fuse_rotary_positional_embeddings.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/fused_names_cleanup.cpp b/src/common/transformations/tests/common_optimizations/fused_names_cleanup.cpp index 0d80c5cd8f1..6ca9b21d7ee 100644 --- a/src/common/transformations/tests/common_optimizations/fused_names_cleanup.cpp +++ b/src/common/transformations/tests/common_optimizations/fused_names_cleanup.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/gelu_fusion.cpp b/src/common/transformations/tests/common_optimizations/gelu_fusion.cpp index aa1f1d32a3d..e2769724bc4 100644 --- a/src/common/transformations/tests/common_optimizations/gelu_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/gelu_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/gru_cell_fusion.cpp b/src/common/transformations/tests/common_optimizations/gru_cell_fusion.cpp index f9419ff4671..a5546f06b39 100644 --- a/src/common/transformations/tests/common_optimizations/gru_cell_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/gru_cell_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/hsigmoid_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/hsigmoid_fusion_test.cpp index 71651a4a920..41607f8133d 100644 --- a/src/common/transformations/tests/common_optimizations/hsigmoid_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/hsigmoid_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/hswish_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/hswish_fusion_test.cpp index f09deddae6e..8bbe4bc1a08 100644 --- a/src/common/transformations/tests/common_optimizations/hswish_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/hswish_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/interpolate_sequence_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/interpolate_sequence_fusion_test.cpp index cbe57135481..b127d1baf90 100644 --- a/src/common/transformations/tests/common_optimizations/interpolate_sequence_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/interpolate_sequence_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/leaky_relu_fusion.cpp b/src/common/transformations/tests/common_optimizations/leaky_relu_fusion.cpp index dd54319e75e..f4436576577 100644 --- a/src/common/transformations/tests/common_optimizations/leaky_relu_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/leaky_relu_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/lin_op_sequence_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/lin_op_sequence_fusion_test.cpp index cfef2d2b2ac..a304b95d811 100644 --- a/src/common/transformations/tests/common_optimizations/lin_op_sequence_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/lin_op_sequence_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/low_latency_v2_test.cpp b/src/common/transformations/tests/common_optimizations/low_latency_v2_test.cpp index 702b4cbdfee..3be5c365947 100644 --- a/src/common/transformations/tests/common_optimizations/low_latency_v2_test.cpp +++ b/src/common/transformations/tests/common_optimizations/low_latency_v2_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/mark_precision_sensitive_shapeof_subgraphs_test.cpp b/src/common/transformations/tests/common_optimizations/mark_precision_sensitive_shapeof_subgraphs_test.cpp index 30c4b3048c2..180f7b8aa2d 100644 --- a/src/common/transformations/tests/common_optimizations/mark_precision_sensitive_shapeof_subgraphs_test.cpp +++ b/src/common/transformations/tests/common_optimizations/mark_precision_sensitive_shapeof_subgraphs_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/mark_subgraph_to_keep_in_mixed_precision_test.cpp b/src/common/transformations/tests/common_optimizations/mark_subgraph_to_keep_in_mixed_precision_test.cpp index 59033d5d8f0..95dfeae604e 100644 --- a/src/common/transformations/tests/common_optimizations/mark_subgraph_to_keep_in_mixed_precision_test.cpp +++ b/src/common/transformations/tests/common_optimizations/mark_subgraph_to_keep_in_mixed_precision_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/matmul_multiply_fusion.cpp b/src/common/transformations/tests/common_optimizations/matmul_multiply_fusion.cpp index 3c0a5f9a417..6bac9562bee 100644 --- a/src/common/transformations/tests/common_optimizations/matmul_multiply_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/matmul_multiply_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/mish_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/mish_fusion_test.cpp index 4fa1af8088d..9c9c263b000 100644 --- a/src/common/transformations/tests/common_optimizations/mish_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/mish_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/moc_transformations.cpp b/src/common/transformations/tests/common_optimizations/moc_transformations.cpp index ab5af2bfacc..c7ffe2626c0 100644 --- a/src/common/transformations/tests/common_optimizations/moc_transformations.cpp +++ b/src/common/transformations/tests/common_optimizations/moc_transformations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/mul_fake_quantize_fusion.cpp b/src/common/transformations/tests/common_optimizations/mul_fake_quantize_fusion.cpp index e49c1824933..0289b4116eb 100644 --- a/src/common/transformations/tests/common_optimizations/mul_fake_quantize_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/mul_fake_quantize_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/mvn_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/mvn_fusion_test.cpp index 4885de0b55a..542bcb1f523 100644 --- a/src/common/transformations/tests/common_optimizations/mvn_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/mvn_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/nearest_neighbor_upsampling_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/nearest_neighbor_upsampling_fusion_test.cpp index 9217a5e75c7..54f56c563bf 100644 --- a/src/common/transformations/tests/common_optimizations/nearest_neighbor_upsampling_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/nearest_neighbor_upsampling_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/ngraph_fq_transpose_test.cpp b/src/common/transformations/tests/common_optimizations/ngraph_fq_transpose_test.cpp index 60c92f407b7..7369b620772 100644 --- a/src/common/transformations/tests/common_optimizations/ngraph_fq_transpose_test.cpp +++ b/src/common/transformations/tests/common_optimizations/ngraph_fq_transpose_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/nonzero_horizontal_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/nonzero_horizontal_fusion_test.cpp index 6a7bca0feff..96953684eb1 100644 --- a/src/common/transformations/tests/common_optimizations/nonzero_horizontal_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/nonzero_horizontal_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/nop_elimination.cpp b/src/common/transformations/tests/common_optimizations/nop_elimination.cpp index b3da26e1232..e2436bd9786 100644 --- a/src/common/transformations/tests/common_optimizations/nop_elimination.cpp +++ b/src/common/transformations/tests/common_optimizations/nop_elimination.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/normalize_l2_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/normalize_l2_fusion_test.cpp index 45a2f548afe..24ea59fc9d3 100644 --- a/src/common/transformations/tests/common_optimizations/normalize_l2_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/normalize_l2_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/optimize_strided_slice_test.cpp b/src/common/transformations/tests/common_optimizations/optimize_strided_slice_test.cpp index 1ad79c32789..82a4647b6ce 100644 --- a/src/common/transformations/tests/common_optimizations/optimize_strided_slice_test.cpp +++ b/src/common/transformations/tests/common_optimizations/optimize_strided_slice_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/pad_fusion.cpp b/src/common/transformations/tests/common_optimizations/pad_fusion.cpp index cc76b81642d..a97147d490a 100644 --- a/src/common/transformations/tests/common_optimizations/pad_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/pad_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/preprocessing_fusion_tests.cpp b/src/common/transformations/tests/common_optimizations/preprocessing_fusion_tests.cpp index 6d02d6ac92c..2389109afc5 100644 --- a/src/common/transformations/tests/common_optimizations/preprocessing_fusion_tests.cpp +++ b/src/common/transformations/tests/common_optimizations/preprocessing_fusion_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/random_uniform_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/random_uniform_fusion_test.cpp index 3d8bb05930a..a13c4eab1ed 100644 --- a/src/common/transformations/tests/common_optimizations/random_uniform_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/random_uniform_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/reduce_merge.cpp b/src/common/transformations/tests/common_optimizations/reduce_merge.cpp index 18793aaecca..fc4b034782b 100644 --- a/src/common/transformations/tests/common_optimizations/reduce_merge.cpp +++ b/src/common/transformations/tests/common_optimizations/reduce_merge.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/relu_fake_quantize_fusion.cpp b/src/common/transformations/tests/common_optimizations/relu_fake_quantize_fusion.cpp index 866b21dcb03..07b886ca6ef 100644 --- a/src/common/transformations/tests/common_optimizations/relu_fake_quantize_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/relu_fake_quantize_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/remove_concat_zero_dim_input_test.cpp b/src/common/transformations/tests/common_optimizations/remove_concat_zero_dim_input_test.cpp index d0c30243016..d8699e10d0a 100644 --- a/src/common/transformations/tests/common_optimizations/remove_concat_zero_dim_input_test.cpp +++ b/src/common/transformations/tests/common_optimizations/remove_concat_zero_dim_input_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/remove_multi_subgraph_op_dangling_params_tests.cpp b/src/common/transformations/tests/common_optimizations/remove_multi_subgraph_op_dangling_params_tests.cpp index e58947f38ab..89f332bffeb 100644 --- a/src/common/transformations/tests/common_optimizations/remove_multi_subgraph_op_dangling_params_tests.cpp +++ b/src/common/transformations/tests/common_optimizations/remove_multi_subgraph_op_dangling_params_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/reshape_prelu_test.cpp b/src/common/transformations/tests/common_optimizations/reshape_prelu_test.cpp index c5d30ac2c8d..c4139f2e9e0 100644 --- a/src/common/transformations/tests/common_optimizations/reshape_prelu_test.cpp +++ b/src/common/transformations/tests/common_optimizations/reshape_prelu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/reshape_sequence_fusion.cpp b/src/common/transformations/tests/common_optimizations/reshape_sequence_fusion.cpp index ba123af81b0..1afb91dc84f 100644 --- a/src/common/transformations/tests/common_optimizations/reshape_sequence_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/reshape_sequence_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/reverse_shape_and_type_infer.cpp b/src/common/transformations/tests/common_optimizations/reverse_shape_and_type_infer.cpp index caf3aa7a507..9af5e17c94d 100644 --- a/src/common/transformations/tests/common_optimizations/reverse_shape_and_type_infer.cpp +++ b/src/common/transformations/tests/common_optimizations/reverse_shape_and_type_infer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/select_with_one_value_condition_test.cpp b/src/common/transformations/tests/common_optimizations/select_with_one_value_condition_test.cpp index dedf18ee06c..be51787ff24 100644 --- a/src/common/transformations/tests/common_optimizations/select_with_one_value_condition_test.cpp +++ b/src/common/transformations/tests/common_optimizations/select_with_one_value_condition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/sequence_fusion.cpp b/src/common/transformations/tests/common_optimizations/sequence_fusion.cpp index 2582975ccba..ca47560e968 100644 --- a/src/common/transformations/tests/common_optimizations/sequence_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/sequence_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/shared_ops_optimization.cpp b/src/common/transformations/tests/common_optimizations/shared_ops_optimization.cpp index 4416266f472..3f717726b75 100644 --- a/src/common/transformations/tests/common_optimizations/shared_ops_optimization.cpp +++ b/src/common/transformations/tests/common_optimizations/shared_ops_optimization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "transformations/common_optimizations/shared_ops_optimization.hpp" diff --git a/src/common/transformations/tests/common_optimizations/shuffle_channels_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/shuffle_channels_fusion_test.cpp index f8dae816e46..6ff71612e12 100644 --- a/src/common/transformations/tests/common_optimizations/shuffle_channels_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/shuffle_channels_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/simplify_second_input_of_reshape_test.cpp b/src/common/transformations/tests/common_optimizations/simplify_second_input_of_reshape_test.cpp index cd8ca2f1f0a..9f5fc505b06 100644 --- a/src/common/transformations/tests/common_optimizations/simplify_second_input_of_reshape_test.cpp +++ b/src/common/transformations/tests/common_optimizations/simplify_second_input_of_reshape_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/simplify_shape_of_sub_graph.cpp b/src/common/transformations/tests/common_optimizations/simplify_shape_of_sub_graph.cpp index fa7abfab9ca..7fdea86498b 100644 --- a/src/common/transformations/tests/common_optimizations/simplify_shape_of_sub_graph.cpp +++ b/src/common/transformations/tests/common_optimizations/simplify_shape_of_sub_graph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/softmax_fusion.cpp b/src/common/transformations/tests/common_optimizations/softmax_fusion.cpp index 42fef042146..b318195fde2 100644 --- a/src/common/transformations/tests/common_optimizations/softmax_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/softmax_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/softplus_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/softplus_fusion_test.cpp index dbec848af67..e895615a273 100644 --- a/src/common/transformations/tests/common_optimizations/softplus_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/softplus_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/space_to_batch_fusion.cpp b/src/common/transformations/tests/common_optimizations/space_to_batch_fusion.cpp index 5d2c13b8939..e549beb440e 100644 --- a/src/common/transformations/tests/common_optimizations/space_to_batch_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/space_to_batch_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/split_concat_pair_to_interpolate_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/split_concat_pair_to_interpolate_fusion_test.cpp index 059d662a0e4..c3804e02369 100644 --- a/src/common/transformations/tests/common_optimizations/split_concat_pair_to_interpolate_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/split_concat_pair_to_interpolate_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/split_squeeze_concat_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/split_squeeze_concat_fusion_test.cpp index 3bea132c205..947dc6f9693 100644 --- a/src/common/transformations/tests/common_optimizations/split_squeeze_concat_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/split_squeeze_concat_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/strides_optimization.cpp b/src/common/transformations/tests/common_optimizations/strides_optimization.cpp index 6b24813fab7..cd34a813e80 100644 --- a/src/common/transformations/tests/common_optimizations/strides_optimization.cpp +++ b/src/common/transformations/tests/common_optimizations/strides_optimization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/subtract_fusion.cpp b/src/common/transformations/tests/common_optimizations/subtract_fusion.cpp index 39e261a9f49..6a6c56aa3c9 100644 --- a/src/common/transformations/tests/common_optimizations/subtract_fusion.cpp +++ b/src/common/transformations/tests/common_optimizations/subtract_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/swish_fusion_test.cpp b/src/common/transformations/tests/common_optimizations/swish_fusion_test.cpp index 341b572d10d..6ce7655a180 100644 --- a/src/common/transformations/tests/common_optimizations/swish_fusion_test.cpp +++ b/src/common/transformations/tests/common_optimizations/swish_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/transpose_reshape_elimination_for_matmul.cpp b/src/common/transformations/tests/common_optimizations/transpose_reshape_elimination_for_matmul.cpp index 6071554e0c3..ea57598a16c 100644 --- a/src/common/transformations/tests/common_optimizations/transpose_reshape_elimination_for_matmul.cpp +++ b/src/common/transformations/tests/common_optimizations/transpose_reshape_elimination_for_matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/transpose_sinking_test.cpp b/src/common/transformations/tests/common_optimizations/transpose_sinking_test.cpp index 09a34e6d665..d8f9b9eb9af 100644 --- a/src/common/transformations/tests/common_optimizations/transpose_sinking_test.cpp +++ b/src/common/transformations/tests/common_optimizations/transpose_sinking_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/transpose_to_reshape_test.cpp b/src/common/transformations/tests/common_optimizations/transpose_to_reshape_test.cpp index 89006f26348..74740f53d18 100644 --- a/src/common/transformations/tests/common_optimizations/transpose_to_reshape_test.cpp +++ b/src/common/transformations/tests/common_optimizations/transpose_to_reshape_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/weights_dequantize_to_fake_quantize.cpp b/src/common/transformations/tests/common_optimizations/weights_dequantize_to_fake_quantize.cpp index bac86a3b967..36bea291864 100644 --- a/src/common/transformations/tests/common_optimizations/weights_dequantize_to_fake_quantize.cpp +++ b/src/common/transformations/tests/common_optimizations/weights_dequantize_to_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/common_optimizations/wrap_interpolate_into_transposes_test.cpp b/src/common/transformations/tests/common_optimizations/wrap_interpolate_into_transposes_test.cpp index 4d92ad3a5be..81afb11a179 100644 --- a/src/common/transformations/tests/common_optimizations/wrap_interpolate_into_transposes_test.cpp +++ b/src/common/transformations/tests/common_optimizations/wrap_interpolate_into_transposes_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/const_folding_for_if.cpp b/src/common/transformations/tests/const_folding_for_if.cpp index 017cdc0aa04..34da5f86d7c 100644 --- a/src/common/transformations/tests/const_folding_for_if.cpp +++ b/src/common/transformations/tests/const_folding_for_if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/const_folding_for_mvn.cpp b/src/common/transformations/tests/const_folding_for_mvn.cpp index 1cb833bafb7..c8d66ea9bf7 100644 --- a/src/common/transformations/tests/const_folding_for_mvn.cpp +++ b/src/common/transformations/tests/const_folding_for_mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/const_folding_prior_box.cpp b/src/common/transformations/tests/const_folding_prior_box.cpp index 347414edda7..768a6781088 100644 --- a/src/common/transformations/tests/const_folding_prior_box.cpp +++ b/src/common/transformations/tests/const_folding_prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/control_flow/unroll_if_test.cpp b/src/common/transformations/tests/control_flow/unroll_if_test.cpp index b9e21feb2ee..3ebaa7edf54 100644 --- a/src/common/transformations/tests/control_flow/unroll_if_test.cpp +++ b/src/common/transformations/tests/control_flow/unroll_if_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/control_flow/unroll_loop_test.cpp b/src/common/transformations/tests/control_flow/unroll_loop_test.cpp index 084ec4d9916..18a0216888a 100644 --- a/src/common/transformations/tests/control_flow/unroll_loop_test.cpp +++ b/src/common/transformations/tests/control_flow/unroll_loop_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/control_flow/unroll_tensor_iterator_test.cpp b/src/common/transformations/tests/control_flow/unroll_tensor_iterator_test.cpp index 75e58c57121..41f68b584d9 100644 --- a/src/common/transformations/tests/control_flow/unroll_tensor_iterator_test.cpp +++ b/src/common/transformations/tests/control_flow/unroll_tensor_iterator_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/make_stateful_test.cpp b/src/common/transformations/tests/make_stateful_test.cpp index a9cb0dce741..d8bf71ad363 100644 --- a/src/common/transformations/tests/make_stateful_test.cpp +++ b/src/common/transformations/tests/make_stateful_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/offline_transformations/pruning_test.cpp b/src/common/transformations/tests/offline_transformations/pruning_test.cpp index 52978905a41..56eef126b02 100644 --- a/src/common/transformations/tests/offline_transformations/pruning_test.cpp +++ b/src/common/transformations/tests/offline_transformations/pruning_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/batch_norm_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/batch_norm_decomposition_test.cpp index 51fc081353e..a052bd18f33 100644 --- a/src/common/transformations/tests/op_conversions/batch_norm_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/batch_norm_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/batch_to_space_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/batch_to_space_decomposition_test.cpp index 5b89c46d15a..17577d63a6f 100644 --- a/src/common/transformations/tests/op_conversions/batch_to_space_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/batch_to_space_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/bidirectional_sequences_decomposition.cpp b/src/common/transformations/tests/op_conversions/bidirectional_sequences_decomposition.cpp index a5dc59409ef..9315c7d164e 100644 --- a/src/common/transformations/tests/op_conversions/bidirectional_sequences_decomposition.cpp +++ b/src/common/transformations/tests/op_conversions/bidirectional_sequences_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_bitwise_to_logical_bool_test.cpp b/src/common/transformations/tests/op_conversions/convert_bitwise_to_logical_bool_test.cpp index 761a2fb93d0..8115057abb7 100644 --- a/src/common/transformations/tests/op_conversions/convert_bitwise_to_logical_bool_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_bitwise_to_logical_bool_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_broadcast3_test.cpp b/src/common/transformations/tests/op_conversions/convert_broadcast3_test.cpp index 90f6acef9ca..d6759c9b032 100644 --- a/src/common/transformations/tests/op_conversions/convert_broadcast3_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_broadcast3_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_broadcast_to_tiles_test.cpp b/src/common/transformations/tests/op_conversions/convert_broadcast_to_tiles_test.cpp index 9e359567caf..4fd44a1d61b 100644 --- a/src/common/transformations/tests/op_conversions/convert_broadcast_to_tiles_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_broadcast_to_tiles_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_deformable_conv_v8_to_v1_test.cpp b/src/common/transformations/tests/op_conversions/convert_deformable_conv_v8_to_v1_test.cpp index e3bc49c0576..ba7b1e3430a 100644 --- a/src/common/transformations/tests/op_conversions/convert_deformable_conv_v8_to_v1_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_deformable_conv_v8_to_v1_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_gather_0d_test.cpp b/src/common/transformations/tests/op_conversions/convert_gather_0d_test.cpp index 2e1fad8ada5..14271ac7221 100644 --- a/src/common/transformations/tests/op_conversions/convert_gather_0d_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_gather_0d_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_gather_downgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_gather_downgrade_test.cpp index b38ff9239c5..391333da705 100644 --- a/src/common/transformations/tests/op_conversions/convert_gather_downgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_gather_downgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_gather_upgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_gather_upgrade_test.cpp index c818abcb1e5..b9de6c78d73 100644 --- a/src/common/transformations/tests/op_conversions/convert_gather_upgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_gather_upgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_interpolate11_downgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_interpolate11_downgrade_test.cpp index 4971f013607..f3805e3dc98 100644 --- a/src/common/transformations/tests/op_conversions/convert_interpolate11_downgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_interpolate11_downgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_interpolate1_to_interpolate4_test.cpp b/src/common/transformations/tests/op_conversions/convert_interpolate1_to_interpolate4_test.cpp index 8252265fec3..38713cb4d52 100644 --- a/src/common/transformations/tests/op_conversions/convert_interpolate1_to_interpolate4_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_interpolate1_to_interpolate4_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_matrix_nms_to_matrix_nms_ie_internal.cpp b/src/common/transformations/tests/op_conversions/convert_matrix_nms_to_matrix_nms_ie_internal.cpp index 1fa886900d4..895bc3345ec 100644 --- a/src/common/transformations/tests/op_conversions/convert_matrix_nms_to_matrix_nms_ie_internal.cpp +++ b/src/common/transformations/tests/op_conversions/convert_matrix_nms_to_matrix_nms_ie_internal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_maxpool_downgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_maxpool_downgrade_test.cpp index 828ccf8d240..2660f51a73c 100644 --- a/src/common/transformations/tests/op_conversions/convert_maxpool_downgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_maxpool_downgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_maxpool_upgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_maxpool_upgrade_test.cpp index b31156dfaf1..a6307c42024 100644 --- a/src/common/transformations/tests/op_conversions/convert_maxpool_upgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_maxpool_upgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie_internal.cpp b/src/common/transformations/tests/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie_internal.cpp index 55295a1c358..ed9b3ec9fb8 100644 --- a/src/common/transformations/tests/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie_internal.cpp +++ b/src/common/transformations/tests/op_conversions/convert_multiclass_nms_to_multiclass_nms_ie_internal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_multiclass_nms_upgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_multiclass_nms_upgrade_test.cpp index a7febbfa035..e1c386f83a8 100644 --- a/src/common/transformations/tests/op_conversions/convert_multiclass_nms_upgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_multiclass_nms_upgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_mvn1_to_mvn6_test.cpp b/src/common/transformations/tests/op_conversions/convert_mvn1_to_mvn6_test.cpp index cb7ecf4d706..75c0b31292e 100644 --- a/src/common/transformations/tests/op_conversions/convert_mvn1_to_mvn6_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_mvn1_to_mvn6_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_nms9_to_nms_ie_internal_test.cpp b/src/common/transformations/tests/op_conversions/convert_nms9_to_nms_ie_internal_test.cpp index 5b07a27006e..d93ebb64040 100644 --- a/src/common/transformations/tests/op_conversions/convert_nms9_to_nms_ie_internal_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_nms9_to_nms_ie_internal_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_nms_to_nms_ie_internal_test.cpp b/src/common/transformations/tests/op_conversions/convert_nms_to_nms_ie_internal_test.cpp index e6e495949e6..81d66bc18f4 100644 --- a/src/common/transformations/tests/op_conversions/convert_nms_to_nms_ie_internal_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_nms_to_nms_ie_internal_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_pad12_downgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_pad12_downgrade_test.cpp index 9f8f5aaa2b0..b894a3c2bd6 100644 --- a/src/common/transformations/tests/op_conversions/convert_pad12_downgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_pad12_downgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_pad_to_group_conv.cpp b/src/common/transformations/tests/op_conversions/convert_pad_to_group_conv.cpp index f3e7d6f6cbf..f28627b3283 100644 --- a/src/common/transformations/tests/op_conversions/convert_pad_to_group_conv.cpp +++ b/src/common/transformations/tests/op_conversions/convert_pad_to_group_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_previous_nms_to_nms_5.cpp b/src/common/transformations/tests/op_conversions/convert_previous_nms_to_nms_5.cpp index c9e874ab2f4..a7e68eef4bc 100644 --- a/src/common/transformations/tests/op_conversions/convert_previous_nms_to_nms_5.cpp +++ b/src/common/transformations/tests/op_conversions/convert_previous_nms_to_nms_5.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_previous_nms_to_nms_9.cpp b/src/common/transformations/tests/op_conversions/convert_previous_nms_to_nms_9.cpp index 8668097e0af..d8bdf18065c 100644 --- a/src/common/transformations/tests/op_conversions/convert_previous_nms_to_nms_9.cpp +++ b/src/common/transformations/tests/op_conversions/convert_previous_nms_to_nms_9.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_prior_box_v8_to_v0_test.cpp b/src/common/transformations/tests/op_conversions/convert_prior_box_v8_to_v0_test.cpp index 26b885ad9b8..08d29355fdb 100644 --- a/src/common/transformations/tests/op_conversions/convert_prior_box_v8_to_v0_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_prior_box_v8_to_v0_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_reduce_to_pooling_test.cpp b/src/common/transformations/tests/op_conversions/convert_reduce_to_pooling_test.cpp index 33268c2c92e..1e3ae8d00ec 100644 --- a/src/common/transformations/tests/op_conversions/convert_reduce_to_pooling_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_reduce_to_pooling_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_roi_align_v3_to_v9_test.cpp b/src/common/transformations/tests/op_conversions/convert_roi_align_v3_to_v9_test.cpp index 443e3cc2126..64e6e149083 100644 --- a/src/common/transformations/tests/op_conversions/convert_roi_align_v3_to_v9_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_roi_align_v3_to_v9_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_roi_align_v9_to_v3_test.cpp b/src/common/transformations/tests/op_conversions/convert_roi_align_v9_to_v3_test.cpp index eb710cdf0ee..bde761ab132 100644 --- a/src/common/transformations/tests/op_conversions/convert_roi_align_v9_to_v3_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_roi_align_v9_to_v3_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_scatter_elements_to_scatter_test.cpp b/src/common/transformations/tests/op_conversions/convert_scatter_elements_to_scatter_test.cpp index ce79a93ad17..c4eadf737e9 100644 --- a/src/common/transformations/tests/op_conversions/convert_scatter_elements_to_scatter_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_scatter_elements_to_scatter_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_scatter_elements_update12_downgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_scatter_elements_update12_downgrade_test.cpp index ae5b9e5881e..6dea497f64a 100644 --- a/src/common/transformations/tests/op_conversions/convert_scatter_elements_update12_downgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_scatter_elements_update12_downgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_sequences_to_ti_test.cpp b/src/common/transformations/tests/op_conversions/convert_sequences_to_ti_test.cpp index 7509865ad8c..45b2b31e273 100644 --- a/src/common/transformations/tests/op_conversions/convert_sequences_to_ti_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_sequences_to_ti_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_shapeof3.cpp b/src/common/transformations/tests/op_conversions/convert_shapeof3.cpp index 9395b7085c1..fbcd7f3333b 100644 --- a/src/common/transformations/tests/op_conversions/convert_shapeof3.cpp +++ b/src/common/transformations/tests/op_conversions/convert_shapeof3.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_shuffle_channels3_test.cpp b/src/common/transformations/tests/op_conversions/convert_shuffle_channels3_test.cpp index 38992e1f72d..b1b56719927 100644 --- a/src/common/transformations/tests/op_conversions/convert_shuffle_channels3_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_shuffle_channels3_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_softmax_downgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_softmax_downgrade_test.cpp index d615944a0f2..9a5774d6edf 100644 --- a/src/common/transformations/tests/op_conversions/convert_softmax_downgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_softmax_downgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_softmax_upgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_softmax_upgrade_test.cpp index 29ac5dc861a..a8e128e1696 100644 --- a/src/common/transformations/tests/op_conversions/convert_softmax_upgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_softmax_upgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_ti_to_sequences_test.cpp b/src/common/transformations/tests/op_conversions/convert_ti_to_sequences_test.cpp index 4521936361c..e03f821c555 100644 --- a/src/common/transformations/tests/op_conversions/convert_ti_to_sequences_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_ti_to_sequences_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_topk11_downgrade_test.cpp b/src/common/transformations/tests/op_conversions/convert_topk11_downgrade_test.cpp index ee20b832bdb..db7843efd29 100644 --- a/src/common/transformations/tests/op_conversions/convert_topk11_downgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_topk11_downgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_topk3_test.cpp b/src/common/transformations/tests/op_conversions/convert_topk3_test.cpp index b8cd0863671..c41df465d73 100644 --- a/src/common/transformations/tests/op_conversions/convert_topk3_test.cpp +++ b/src/common/transformations/tests/op_conversions/convert_topk3_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/convert_xor_to_logical_xor.cpp b/src/common/transformations/tests/op_conversions/convert_xor_to_logical_xor.cpp index e1316c52ebc..e14b533e500 100644 --- a/src/common/transformations/tests/op_conversions/convert_xor_to_logical_xor.cpp +++ b/src/common/transformations/tests/op_conversions/convert_xor_to_logical_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/detection_output_downgrade_test.cpp b/src/common/transformations/tests/op_conversions/detection_output_downgrade_test.cpp index 979975fc5f7..06aeaf06d57 100644 --- a/src/common/transformations/tests/op_conversions/detection_output_downgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/detection_output_downgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/detection_output_upgrade_test.cpp b/src/common/transformations/tests/op_conversions/detection_output_upgrade_test.cpp index 9ad0b8823d7..4f235a1f4eb 100644 --- a/src/common/transformations/tests/op_conversions/detection_output_upgrade_test.cpp +++ b/src/common/transformations/tests/op_conversions/detection_output_upgrade_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/eye_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/eye_decomposition_test.cpp index 43a1f64d87a..036049ce504 100644 --- a/src/common/transformations/tests/op_conversions/eye_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/eye_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/fq_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/fq_decomposition_test.cpp index 2d2d8598631..7e2a1754f8d 100644 --- a/src/common/transformations/tests/op_conversions/fq_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/fq_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/gelu7_downgrade.cpp b/src/common/transformations/tests/op_conversions/gelu7_downgrade.cpp index 8f7739031fa..81b3a53a75f 100644 --- a/src/common/transformations/tests/op_conversions/gelu7_downgrade.cpp +++ b/src/common/transformations/tests/op_conversions/gelu7_downgrade.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/group_normalization_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/group_normalization_decomposition_test.cpp index 30f6b499305..a04baf39c22 100644 --- a/src/common/transformations/tests/op_conversions/group_normalization_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/group_normalization_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/hsigmoid_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/hsigmoid_decomposition_test.cpp index f3c74f40c69..7b7f1cd6710 100644 --- a/src/common/transformations/tests/op_conversions/hsigmoid_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/hsigmoid_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/hswish_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/hswish_decomposition_test.cpp index 6dee023a121..8607ba59ea4 100644 --- a/src/common/transformations/tests/op_conversions/hswish_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/hswish_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/log_softmax_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/log_softmax_decomposition_test.cpp index 67d007c891d..c82f220a61b 100644 --- a/src/common/transformations/tests/op_conversions/log_softmax_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/log_softmax_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/mvn6_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/mvn6_decomposition_test.cpp index 360acab8202..e362b08b578 100644 --- a/src/common/transformations/tests/op_conversions/mvn6_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/mvn6_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/ngraph_depth_to_space_transform_test.cpp b/src/common/transformations/tests/op_conversions/ngraph_depth_to_space_transform_test.cpp index aecb7a4dd2f..37040b3fd00 100644 --- a/src/common/transformations/tests/op_conversions/ngraph_depth_to_space_transform_test.cpp +++ b/src/common/transformations/tests/op_conversions/ngraph_depth_to_space_transform_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/ngraph_mode_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/ngraph_mode_decomposition_test.cpp index 1845c7d2c6c..cfd5c69e482 100644 --- a/src/common/transformations/tests/op_conversions/ngraph_mode_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/ngraph_mode_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/normalize_l2_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/normalize_l2_decomposition_test.cpp index 2739bce3c4b..73bd3e36785 100644 --- a/src/common/transformations/tests/op_conversions/normalize_l2_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/normalize_l2_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/reduce_l1_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/reduce_l1_decomposition_test.cpp index 406e06047a4..faf76524d8a 100644 --- a/src/common/transformations/tests/op_conversions/reduce_l1_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/reduce_l1_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/reduce_l2_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/reduce_l2_decomposition_test.cpp index 77855a96539..e6266056dc7 100644 --- a/src/common/transformations/tests/op_conversions/reduce_l2_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/reduce_l2_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/scaled_dot_product_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/scaled_dot_product_decomposition_test.cpp index 92748222ead..42c925de42f 100644 --- a/src/common/transformations/tests/op_conversions/scaled_dot_product_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/scaled_dot_product_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/simplify_ctc_greedy_decoder_seq_len_test.cpp b/src/common/transformations/tests/op_conversions/simplify_ctc_greedy_decoder_seq_len_test.cpp index 1503105879a..dad614a56a6 100644 --- a/src/common/transformations/tests/op_conversions/simplify_ctc_greedy_decoder_seq_len_test.cpp +++ b/src/common/transformations/tests/op_conversions/simplify_ctc_greedy_decoder_seq_len_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/softplus_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/softplus_decomposition_test.cpp index b06bb97e5ce..e8dcf7f6fad 100644 --- a/src/common/transformations/tests/op_conversions/softplus_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/softplus_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/softsign_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/softsign_decomposition_test.cpp index e96fa65055d..28c454f5801 100644 --- a/src/common/transformations/tests/op_conversions/softsign_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/softsign_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/op_conversions/unique_decomposition_test.cpp b/src/common/transformations/tests/op_conversions/unique_decomposition_test.cpp index 900bfcbb71c..72f1129fc87 100644 --- a/src/common/transformations/tests/op_conversions/unique_decomposition_test.cpp +++ b/src/common/transformations/tests/op_conversions/unique_decomposition_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/resolve_names_collisions.cpp b/src/common/transformations/tests/resolve_names_collisions.cpp index a67ce5ba44e..4d34b838b05 100644 --- a/src/common/transformations/tests/resolve_names_collisions.cpp +++ b/src/common/transformations/tests/resolve_names_collisions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/skip_tests_config.cpp b/src/common/transformations/tests/skip_tests_config.cpp index 782deb3a0b4..5a72b4ba81c 100644 --- a/src/common/transformations/tests/skip_tests_config.cpp +++ b/src/common/transformations/tests/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/smart_reshape/broadcast_const_range_replacement.cpp b/src/common/transformations/tests/smart_reshape/broadcast_const_range_replacement.cpp index 412438578ec..397c230a365 100644 --- a/src/common/transformations/tests/smart_reshape/broadcast_const_range_replacement.cpp +++ b/src/common/transformations/tests/smart_reshape/broadcast_const_range_replacement.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/smart_reshape/lstm_states_broadcast.cpp b/src/common/transformations/tests/smart_reshape/lstm_states_broadcast.cpp index 574236dad5e..3c8752d3483 100644 --- a/src/common/transformations/tests/smart_reshape/lstm_states_broadcast.cpp +++ b/src/common/transformations/tests/smart_reshape/lstm_states_broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/smart_reshape/reshape_sinking.cpp b/src/common/transformations/tests/smart_reshape/reshape_sinking.cpp index edd7597f064..17798a581da 100644 --- a/src/common/transformations/tests/smart_reshape/reshape_sinking.cpp +++ b/src/common/transformations/tests/smart_reshape/reshape_sinking.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/smart_reshape/shape_of_const_folding.cpp b/src/common/transformations/tests/smart_reshape/shape_of_const_folding.cpp index 43126366e5e..411aba18634 100644 --- a/src/common/transformations/tests/smart_reshape/shape_of_const_folding.cpp +++ b/src/common/transformations/tests/smart_reshape/shape_of_const_folding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/smart_reshape/sr_mimicking_sbs.cpp b/src/common/transformations/tests/smart_reshape/sr_mimicking_sbs.cpp index 40f954312b7..d2e3b826120 100644 --- a/src/common/transformations/tests/smart_reshape/sr_mimicking_sbs.cpp +++ b/src/common/transformations/tests/smart_reshape/sr_mimicking_sbs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/smart_reshape/sr_proposal_scales.cpp b/src/common/transformations/tests/smart_reshape/sr_proposal_scales.cpp index 06408dc2807..7ac7d2306ed 100644 --- a/src/common/transformations/tests/smart_reshape/sr_proposal_scales.cpp +++ b/src/common/transformations/tests/smart_reshape/sr_proposal_scales.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/smart_reshape/sr_reshape_1d.cpp b/src/common/transformations/tests/smart_reshape/sr_reshape_1d.cpp index d98cb32f258..d819c38adc8 100644 --- a/src/common/transformations/tests/smart_reshape/sr_reshape_1d.cpp +++ b/src/common/transformations/tests/smart_reshape/sr_reshape_1d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/smart_reshape/sr_strided_slice_squeeze.cpp b/src/common/transformations/tests/smart_reshape/sr_strided_slice_squeeze.cpp index 3c9053594ff..395658091ff 100644 --- a/src/common/transformations/tests/smart_reshape/sr_strided_slice_squeeze.cpp +++ b/src/common/transformations/tests/smart_reshape/sr_strided_slice_squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/smart_reshape/sr_sub_graph_ops.cpp b/src/common/transformations/tests/smart_reshape/sr_sub_graph_ops.cpp index 25c30db2fa4..1d0e7e134b7 100644 --- a/src/common/transformations/tests/smart_reshape/sr_sub_graph_ops.cpp +++ b/src/common/transformations/tests/smart_reshape/sr_sub_graph_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/symbolic_transformations/chained_maximum.cpp b/src/common/transformations/tests/symbolic_transformations/chained_maximum.cpp index 9b5506ac2c0..7e4553fb5f9 100644 --- a/src/common/transformations/tests/symbolic_transformations/chained_maximum.cpp +++ b/src/common/transformations/tests/symbolic_transformations/chained_maximum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/symbolic_transformations/dereshape_fullyconnected.cpp b/src/common/transformations/tests/symbolic_transformations/dereshape_fullyconnected.cpp index 8b2fc3075be..56f022dfda9 100644 --- a/src/common/transformations/tests/symbolic_transformations/dereshape_fullyconnected.cpp +++ b/src/common/transformations/tests/symbolic_transformations/dereshape_fullyconnected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/symbolic_transformations/dereshape_matmul.cpp b/src/common/transformations/tests/symbolic_transformations/dereshape_matmul.cpp index 013540af3bd..b48f8c11ae1 100644 --- a/src/common/transformations/tests/symbolic_transformations/dereshape_matmul.cpp +++ b/src/common/transformations/tests/symbolic_transformations/dereshape_matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/symbolic_transformations/label_optimization.cpp b/src/common/transformations/tests/symbolic_transformations/label_optimization.cpp index 798fd3aa5a1..cdff47d01e4 100644 --- a/src/common/transformations/tests/symbolic_transformations/label_optimization.cpp +++ b/src/common/transformations/tests/symbolic_transformations/label_optimization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/symbolic_transformations/nop_broadcast.cpp b/src/common/transformations/tests/symbolic_transformations/nop_broadcast.cpp index b3b6b27f011..6e0c9f0bcaf 100644 --- a/src/common/transformations/tests/symbolic_transformations/nop_broadcast.cpp +++ b/src/common/transformations/tests/symbolic_transformations/nop_broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/symbolic_transformations/reshape_optimizations.cpp b/src/common/transformations/tests/symbolic_transformations/reshape_optimizations.cpp index 07af3a6a4ee..089090aa0ed 100644 --- a/src/common/transformations/tests/symbolic_transformations/reshape_optimizations.cpp +++ b/src/common/transformations/tests/symbolic_transformations/reshape_optimizations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/transpose_sinking/ts_reset_no_sinking_attribute.cpp b/src/common/transformations/tests/transpose_sinking/ts_reset_no_sinking_attribute.cpp index 1fecf456fa6..7897bd088f5 100644 --- a/src/common/transformations/tests/transpose_sinking/ts_reset_no_sinking_attribute.cpp +++ b/src/common/transformations/tests/transpose_sinking/ts_reset_no_sinking_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/type_relaxed_tests.cpp b/src/common/transformations/tests/type_relaxed_tests.cpp index cb485e1d01e..7168320cf14 100644 --- a/src/common/transformations/tests/type_relaxed_tests.cpp +++ b/src/common/transformations/tests/type_relaxed_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/utils/compare_functions_test.cpp b/src/common/transformations/tests/utils/compare_functions_test.cpp index d50053a23bb..666e229205c 100644 --- a/src/common/transformations/tests/utils/compare_functions_test.cpp +++ b/src/common/transformations/tests/utils/compare_functions_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/utils/convert_precision.cpp b/src/common/transformations/tests/utils/convert_precision.cpp index dbfd39e4934..768e6a84bff 100644 --- a/src/common/transformations/tests/utils/convert_precision.cpp +++ b/src/common/transformations/tests/utils/convert_precision.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/utils/primitives_priority_test.cpp b/src/common/transformations/tests/utils/primitives_priority_test.cpp index 6baceddaaac..7ec1d98fec5 100644 --- a/src/common/transformations/tests/utils/primitives_priority_test.cpp +++ b/src/common/transformations/tests/utils/primitives_priority_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/transformations/tests/utils/utils_test.cpp b/src/common/transformations/tests/utils/utils_test.cpp index 60626561c03..eac3fe2a278 100644 --- a/src/common/transformations/tests/utils/utils_test.cpp +++ b/src/common/transformations/tests/utils/utils_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/CMakeLists.txt b/src/common/util/CMakeLists.txt index 5ae3491c851..6b5cf4b7a64 100644 --- a/src/common/util/CMakeLists.txt +++ b/src/common/util/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/common/util/include/openvino/util/common_util.hpp b/src/common/util/include/openvino/util/common_util.hpp index fc1cea05887..d068db37336 100644 --- a/src/common/util/include/openvino/util/common_util.hpp +++ b/src/common/util/include/openvino/util/common_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/include/openvino/util/const_string.hpp b/src/common/util/include/openvino/util/const_string.hpp index 9aa04790fe3..a1022bd6e70 100644 --- a/src/common/util/include/openvino/util/const_string.hpp +++ b/src/common/util/include/openvino/util/const_string.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/include/openvino/util/env_util.hpp b/src/common/util/include/openvino/util/env_util.hpp index 5470b59d02c..6c1454c268f 100644 --- a/src/common/util/include/openvino/util/env_util.hpp +++ b/src/common/util/include/openvino/util/env_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/include/openvino/util/file_util.hpp b/src/common/util/include/openvino/util/file_util.hpp index 94678df085d..d41b21e78ed 100644 --- a/src/common/util/include/openvino/util/file_util.hpp +++ b/src/common/util/include/openvino/util/file_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/include/openvino/util/log.hpp b/src/common/util/include/openvino/util/log.hpp index 3160c6d2f6c..c3cf82e2dc5 100644 --- a/src/common/util/include/openvino/util/log.hpp +++ b/src/common/util/include/openvino/util/log.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/include/openvino/util/mmap_object.hpp b/src/common/util/include/openvino/util/mmap_object.hpp index 23d724111b5..5cfc2adac1e 100644 --- a/src/common/util/include/openvino/util/mmap_object.hpp +++ b/src/common/util/include/openvino/util/mmap_object.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/include/openvino/util/pp.hpp b/src/common/util/include/openvino/util/pp.hpp index feb3664c5fd..f4714d283d9 100644 --- a/src/common/util/include/openvino/util/pp.hpp +++ b/src/common/util/include/openvino/util/pp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/include/openvino/util/shared_object.hpp b/src/common/util/include/openvino/util/shared_object.hpp index 8da45800f72..b1ee5b99440 100644 --- a/src/common/util/include/openvino/util/shared_object.hpp +++ b/src/common/util/include/openvino/util/shared_object.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/include/openvino/util/util.hpp b/src/common/util/include/openvino/util/util.hpp index 0ff8c7fb063..3d696f7e32e 100644 --- a/src/common/util/include/openvino/util/util.hpp +++ b/src/common/util/include/openvino/util/util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/src/common_util.cpp b/src/common/util/src/common_util.cpp index 3b2bc55f5c9..95b833c2767 100644 --- a/src/common/util/src/common_util.cpp +++ b/src/common/util/src/common_util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/src/env_util.cpp b/src/common/util/src/env_util.cpp index 020ea870a52..99d6965fac1 100644 --- a/src/common/util/src/env_util.cpp +++ b/src/common/util/src/env_util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/src/file_util.cpp b/src/common/util/src/file_util.cpp index b845c7b9737..ade00c4a6bc 100644 --- a/src/common/util/src/file_util.cpp +++ b/src/common/util/src/file_util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/src/log.cpp b/src/common/util/src/log.cpp index a3189ad8765..32058cc8ee3 100644 --- a/src/common/util/src/log.cpp +++ b/src/common/util/src/log.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/src/os/lin/lin_mmap_object.cpp b/src/common/util/src/os/lin/lin_mmap_object.cpp index dd345b13024..3a95b53b139 100644 --- a/src/common/util/src/os/lin/lin_mmap_object.cpp +++ b/src/common/util/src/os/lin/lin_mmap_object.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/src/os/lin/lin_shared_object_loader.cpp b/src/common/util/src/os/lin/lin_shared_object_loader.cpp index ad97072c6d6..b8be3b7ddcb 100644 --- a/src/common/util/src/os/lin/lin_shared_object_loader.cpp +++ b/src/common/util/src/os/lin/lin_shared_object_loader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/src/os/win/win_mmap_object.cpp b/src/common/util/src/os/win/win_mmap_object.cpp index 092d117f4fd..114ef6cd9cd 100644 --- a/src/common/util/src/os/win/win_mmap_object.cpp +++ b/src/common/util/src/os/win/win_mmap_object.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/common/util/src/os/win/win_shared_object_loader.cpp b/src/common/util/src/os/win/win_shared_object_loader.cpp index 82a41a129d1..c42e75bde2e 100644 --- a/src/common/util/src/os/win/win_shared_object_loader.cpp +++ b/src/common/util/src/os/win/win_shared_object_loader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 9606d8cbefb..2039173f027 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/core/dev_api/openvino/core/bound_evaluation_util.hpp b/src/core/dev_api/openvino/core/bound_evaluation_util.hpp index 7d4e32259c6..86c8e9fa81e 100644 --- a/src/core/dev_api/openvino/core/bound_evaluation_util.hpp +++ b/src/core/dev_api/openvino/core/bound_evaluation_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/dev_api/openvino/core/descriptor_tensor.hpp b/src/core/dev_api/openvino/core/descriptor_tensor.hpp index 9e89086f36a..6643c0814f9 100644 --- a/src/core/dev_api/openvino/core/descriptor_tensor.hpp +++ b/src/core/dev_api/openvino/core/descriptor_tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/dev_api/openvino/core/meta_data.hpp b/src/core/dev_api/openvino/core/meta_data.hpp index 3f992ef6f1b..3b0debaff37 100644 --- a/src/core/dev_api/openvino/core/meta_data.hpp +++ b/src/core/dev_api/openvino/core/meta_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/dev_api/openvino/core/shape_util.hpp b/src/core/dev_api/openvino/core/shape_util.hpp index dda99a8ddc8..915303bc168 100644 --- a/src/core/dev_api/openvino/core/shape_util.hpp +++ b/src/core/dev_api/openvino/core/shape_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/dev_api/openvino/core/so_extension.hpp b/src/core/dev_api/openvino/core/so_extension.hpp index cbba0d29c68..931344b5fc4 100644 --- a/src/core/dev_api/openvino/core/so_extension.hpp +++ b/src/core/dev_api/openvino/core/so_extension.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/dev_api/openvino/core/type/nf4.hpp b/src/core/dev_api/openvino/core/type/nf4.hpp index 58a036b97f3..cb1681f6eb3 100644 --- a/src/core/dev_api/openvino/core/type/nf4.hpp +++ b/src/core/dev_api/openvino/core/type/nf4.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/dev_api/openvino/core/validation_util.hpp b/src/core/dev_api/openvino/core/validation_util.hpp index c2e8729bccf..5825518c264 100644 --- a/src/core/dev_api/openvino/core/validation_util.hpp +++ b/src/core/dev_api/openvino/core/validation_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/dev_api/openvino/op/util/slice_plan.hpp b/src/core/dev_api/openvino/op/util/slice_plan.hpp index a20ba63d0e3..e26d1274bbb 100644 --- a/src/core/dev_api/openvino/op/util/slice_plan.hpp +++ b/src/core/dev_api/openvino/op/util/slice_plan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/dev_api/openvino/runtime/aligned_buffer.hpp b/src/core/dev_api/openvino/runtime/aligned_buffer.hpp index 7611744f7c4..904e30999d1 100644 --- a/src/core/dev_api/openvino/runtime/aligned_buffer.hpp +++ b/src/core/dev_api/openvino/runtime/aligned_buffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/dev_api/openvino/runtime/itensor.hpp b/src/core/dev_api/openvino/runtime/itensor.hpp index c7916d2e4b9..27e5814dc97 100644 --- a/src/core/dev_api/openvino/runtime/itensor.hpp +++ b/src/core/dev_api/openvino/runtime/itensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/dev_api/openvino/runtime/shared_buffer.hpp b/src/core/dev_api/openvino/runtime/shared_buffer.hpp index 1b51bfa07b7..c4420b9e3fa 100644 --- a/src/core/dev_api/openvino/runtime/shared_buffer.hpp +++ b/src/core/dev_api/openvino/runtime/shared_buffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/dev_api/openvino/runtime/string_aligned_buffer.hpp b/src/core/dev_api/openvino/runtime/string_aligned_buffer.hpp index 1133a8b5897..81819b694e5 100644 --- a/src/core/dev_api/openvino/runtime/string_aligned_buffer.hpp +++ b/src/core/dev_api/openvino/runtime/string_aligned_buffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/any.hpp b/src/core/include/openvino/core/any.hpp index d5f45a9f479..ca0c86aa924 100644 --- a/src/core/include/openvino/core/any.hpp +++ b/src/core/include/openvino/core/any.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/attribute_adapter.hpp b/src/core/include/openvino/core/attribute_adapter.hpp index cdf254c7013..20d40ea3a46 100644 --- a/src/core/include/openvino/core/attribute_adapter.hpp +++ b/src/core/include/openvino/core/attribute_adapter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/attribute_visitor.hpp b/src/core/include/openvino/core/attribute_visitor.hpp index 61a8092d134..a2c6ebdd985 100644 --- a/src/core/include/openvino/core/attribute_visitor.hpp +++ b/src/core/include/openvino/core/attribute_visitor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/axis_set.hpp b/src/core/include/openvino/core/axis_set.hpp index c9d9cbe5233..596e0801cb6 100644 --- a/src/core/include/openvino/core/axis_set.hpp +++ b/src/core/include/openvino/core/axis_set.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/axis_vector.hpp b/src/core/include/openvino/core/axis_vector.hpp index 18ef389e851..5fbb21bfc19 100644 --- a/src/core/include/openvino/core/axis_vector.hpp +++ b/src/core/include/openvino/core/axis_vector.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/coordinate.hpp b/src/core/include/openvino/core/coordinate.hpp index 04706392d53..e1da1fdf871 100644 --- a/src/core/include/openvino/core/coordinate.hpp +++ b/src/core/include/openvino/core/coordinate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/coordinate_diff.hpp b/src/core/include/openvino/core/coordinate_diff.hpp index edb5ea3e588..5bc3ed8719d 100644 --- a/src/core/include/openvino/core/coordinate_diff.hpp +++ b/src/core/include/openvino/core/coordinate_diff.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/core.hpp b/src/core/include/openvino/core/core.hpp index 823218666f2..258d66d9b91 100644 --- a/src/core/include/openvino/core/core.hpp +++ b/src/core/include/openvino/core/core.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/core_visibility.hpp b/src/core/include/openvino/core/core_visibility.hpp index b9d60aafc5b..11d7ecdd297 100644 --- a/src/core/include/openvino/core/core_visibility.hpp +++ b/src/core/include/openvino/core/core_visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/deprecated.hpp b/src/core/include/openvino/core/deprecated.hpp index 9599f22a0e6..280234cf45e 100644 --- a/src/core/include/openvino/core/deprecated.hpp +++ b/src/core/include/openvino/core/deprecated.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/descriptor/input.hpp b/src/core/include/openvino/core/descriptor/input.hpp index 1a23dd006c3..cbedde6d73a 100644 --- a/src/core/include/openvino/core/descriptor/input.hpp +++ b/src/core/include/openvino/core/descriptor/input.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/descriptor/output.hpp b/src/core/include/openvino/core/descriptor/output.hpp index 77269d09203..cef60d0f477 100644 --- a/src/core/include/openvino/core/descriptor/output.hpp +++ b/src/core/include/openvino/core/descriptor/output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/descriptor/tensor.hpp b/src/core/include/openvino/core/descriptor/tensor.hpp index fbdc23ee398..28d04f36c9c 100644 --- a/src/core/include/openvino/core/descriptor/tensor.hpp +++ b/src/core/include/openvino/core/descriptor/tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/dimension.hpp b/src/core/include/openvino/core/dimension.hpp index 1bffc3174fa..7c7d13f3e4e 100644 --- a/src/core/include/openvino/core/dimension.hpp +++ b/src/core/include/openvino/core/dimension.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/enum_mask.hpp b/src/core/include/openvino/core/enum_mask.hpp index 25db6ae5b0a..b5fba02409a 100644 --- a/src/core/include/openvino/core/enum_mask.hpp +++ b/src/core/include/openvino/core/enum_mask.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/enum_names.hpp b/src/core/include/openvino/core/enum_names.hpp index 7885200645f..84f6574ac91 100644 --- a/src/core/include/openvino/core/enum_names.hpp +++ b/src/core/include/openvino/core/enum_names.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/except.hpp b/src/core/include/openvino/core/except.hpp index 829bb24bd00..fdb3746d323 100644 --- a/src/core/include/openvino/core/except.hpp +++ b/src/core/include/openvino/core/except.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/extension.hpp b/src/core/include/openvino/core/extension.hpp index 595513b70f3..9b474d62b12 100644 --- a/src/core/include/openvino/core/extension.hpp +++ b/src/core/include/openvino/core/extension.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/graph_util.hpp b/src/core/include/openvino/core/graph_util.hpp index 454ed6a2492..3f0926abfc4 100644 --- a/src/core/include/openvino/core/graph_util.hpp +++ b/src/core/include/openvino/core/graph_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/interval.hpp b/src/core/include/openvino/core/interval.hpp index ff5f599f87c..f46a7ee7a52 100644 --- a/src/core/include/openvino/core/interval.hpp +++ b/src/core/include/openvino/core/interval.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/layout.hpp b/src/core/include/openvino/core/layout.hpp index abc14cb7519..71d00855c64 100644 --- a/src/core/include/openvino/core/layout.hpp +++ b/src/core/include/openvino/core/layout.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/model.hpp b/src/core/include/openvino/core/model.hpp index 609da76a9ed..3f82b205d0c 100644 --- a/src/core/include/openvino/core/model.hpp +++ b/src/core/include/openvino/core/model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/node.hpp b/src/core/include/openvino/core/node.hpp index 93b1e23db80..e0e027a3bf1 100644 --- a/src/core/include/openvino/core/node.hpp +++ b/src/core/include/openvino/core/node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/node_input.hpp b/src/core/include/openvino/core/node_input.hpp index fc91ddfa6ba..b151a92a735 100644 --- a/src/core/include/openvino/core/node_input.hpp +++ b/src/core/include/openvino/core/node_input.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/node_output.hpp b/src/core/include/openvino/core/node_output.hpp index 1287150dafd..d377d6a424c 100644 --- a/src/core/include/openvino/core/node_output.hpp +++ b/src/core/include/openvino/core/node_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/node_vector.hpp b/src/core/include/openvino/core/node_vector.hpp index 1cefa12a8cb..935945f0096 100644 --- a/src/core/include/openvino/core/node_vector.hpp +++ b/src/core/include/openvino/core/node_vector.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/op_extension.hpp b/src/core/include/openvino/core/op_extension.hpp index f76ecc43f44..d8fbb791edb 100644 --- a/src/core/include/openvino/core/op_extension.hpp +++ b/src/core/include/openvino/core/op_extension.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/parallel.hpp b/src/core/include/openvino/core/parallel.hpp index 425e79685b5..87280238adf 100644 --- a/src/core/include/openvino/core/parallel.hpp +++ b/src/core/include/openvino/core/parallel.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/partial_shape.hpp b/src/core/include/openvino/core/partial_shape.hpp index 041cb7f6789..d4478c417f2 100644 --- a/src/core/include/openvino/core/partial_shape.hpp +++ b/src/core/include/openvino/core/partial_shape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/color_format.hpp b/src/core/include/openvino/core/preprocess/color_format.hpp index 6b6ebd751e1..ca5d1103347 100644 --- a/src/core/include/openvino/core/preprocess/color_format.hpp +++ b/src/core/include/openvino/core/preprocess/color_format.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/input_info.hpp b/src/core/include/openvino/core/preprocess/input_info.hpp index 8585e7ef5a0..901d080fbde 100644 --- a/src/core/include/openvino/core/preprocess/input_info.hpp +++ b/src/core/include/openvino/core/preprocess/input_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/input_model_info.hpp b/src/core/include/openvino/core/preprocess/input_model_info.hpp index 40cd4a0ab14..c4590c9c9ca 100644 --- a/src/core/include/openvino/core/preprocess/input_model_info.hpp +++ b/src/core/include/openvino/core/preprocess/input_model_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/input_tensor_info.hpp b/src/core/include/openvino/core/preprocess/input_tensor_info.hpp index d592ce92bf4..f1b9ce4e1e7 100644 --- a/src/core/include/openvino/core/preprocess/input_tensor_info.hpp +++ b/src/core/include/openvino/core/preprocess/input_tensor_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/output_info.hpp b/src/core/include/openvino/core/preprocess/output_info.hpp index 1be74f05c8f..25a8f1412ec 100644 --- a/src/core/include/openvino/core/preprocess/output_info.hpp +++ b/src/core/include/openvino/core/preprocess/output_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/output_model_info.hpp b/src/core/include/openvino/core/preprocess/output_model_info.hpp index e5b96ee5134..dd039006300 100644 --- a/src/core/include/openvino/core/preprocess/output_model_info.hpp +++ b/src/core/include/openvino/core/preprocess/output_model_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/output_tensor_info.hpp b/src/core/include/openvino/core/preprocess/output_tensor_info.hpp index 33b5a3a7c9e..de9fedc2e56 100644 --- a/src/core/include/openvino/core/preprocess/output_tensor_info.hpp +++ b/src/core/include/openvino/core/preprocess/output_tensor_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/postprocess_steps.hpp b/src/core/include/openvino/core/preprocess/postprocess_steps.hpp index d9e0cf75c74..2ed7771a842 100644 --- a/src/core/include/openvino/core/preprocess/postprocess_steps.hpp +++ b/src/core/include/openvino/core/preprocess/postprocess_steps.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/pre_post_process.hpp b/src/core/include/openvino/core/preprocess/pre_post_process.hpp index 969ec41080a..e48f6a3dfd9 100644 --- a/src/core/include/openvino/core/preprocess/pre_post_process.hpp +++ b/src/core/include/openvino/core/preprocess/pre_post_process.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/preprocess_steps.hpp b/src/core/include/openvino/core/preprocess/preprocess_steps.hpp index aed2188c7c3..ae41e447551 100644 --- a/src/core/include/openvino/core/preprocess/preprocess_steps.hpp +++ b/src/core/include/openvino/core/preprocess/preprocess_steps.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/preprocess/resize_algorithm.hpp b/src/core/include/openvino/core/preprocess/resize_algorithm.hpp index 98e100b5cd8..c7a31d4ec32 100644 --- a/src/core/include/openvino/core/preprocess/resize_algorithm.hpp +++ b/src/core/include/openvino/core/preprocess/resize_algorithm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/rank.hpp b/src/core/include/openvino/core/rank.hpp index d5a25c4c599..9c93f407acb 100644 --- a/src/core/include/openvino/core/rank.hpp +++ b/src/core/include/openvino/core/rank.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/rt_info.hpp b/src/core/include/openvino/core/rt_info.hpp index 10b67f1620c..908f6c57135 100644 --- a/src/core/include/openvino/core/rt_info.hpp +++ b/src/core/include/openvino/core/rt_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/rtti.hpp b/src/core/include/openvino/core/rtti.hpp index 06b541204d8..553382003e8 100644 --- a/src/core/include/openvino/core/rtti.hpp +++ b/src/core/include/openvino/core/rtti.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/runtime_attribute.hpp b/src/core/include/openvino/core/runtime_attribute.hpp index 5502c3eb8ff..86d301ddbfc 100644 --- a/src/core/include/openvino/core/runtime_attribute.hpp +++ b/src/core/include/openvino/core/runtime_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/shape.hpp b/src/core/include/openvino/core/shape.hpp index 4283e3a4a54..4d327261d8b 100644 --- a/src/core/include/openvino/core/shape.hpp +++ b/src/core/include/openvino/core/shape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/strides.hpp b/src/core/include/openvino/core/strides.hpp index 096b6ba3f56..c5d22b43565 100644 --- a/src/core/include/openvino/core/strides.hpp +++ b/src/core/include/openvino/core/strides.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/type.hpp b/src/core/include/openvino/core/type.hpp index ca4435c47c3..a14f8bf6782 100644 --- a/src/core/include/openvino/core/type.hpp +++ b/src/core/include/openvino/core/type.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/type/bfloat16.hpp b/src/core/include/openvino/core/type/bfloat16.hpp index f968e4cdedd..31c9d241002 100644 --- a/src/core/include/openvino/core/type/bfloat16.hpp +++ b/src/core/include/openvino/core/type/bfloat16.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/type/element_type.hpp b/src/core/include/openvino/core/type/element_type.hpp index bea57a6ce98..39833797c3a 100644 --- a/src/core/include/openvino/core/type/element_type.hpp +++ b/src/core/include/openvino/core/type/element_type.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/type/element_type_traits.hpp b/src/core/include/openvino/core/type/element_type_traits.hpp index fefbac51866..c47bae8a139 100644 --- a/src/core/include/openvino/core/type/element_type_traits.hpp +++ b/src/core/include/openvino/core/type/element_type_traits.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/type/float16.hpp b/src/core/include/openvino/core/type/float16.hpp index 2784549d32f..68931c4059f 100644 --- a/src/core/include/openvino/core/type/float16.hpp +++ b/src/core/include/openvino/core/type/float16.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/type/float8_e4m3.hpp b/src/core/include/openvino/core/type/float8_e4m3.hpp index 84ec06c5c16..1ecf7f821f6 100644 --- a/src/core/include/openvino/core/type/float8_e4m3.hpp +++ b/src/core/include/openvino/core/type/float8_e4m3.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/type/float8_e5m2.hpp b/src/core/include/openvino/core/type/float8_e5m2.hpp index 0c678a7aa96..43e75475fba 100644 --- a/src/core/include/openvino/core/type/float8_e5m2.hpp +++ b/src/core/include/openvino/core/type/float8_e5m2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/core/visibility.hpp b/src/core/include/openvino/core/visibility.hpp index dbe1156abb1..dd1723a98b5 100644 --- a/src/core/include/openvino/core/visibility.hpp +++ b/src/core/include/openvino/core/visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/abs.hpp b/src/core/include/openvino/op/abs.hpp index 4c255d3e625..f2ba7dda002 100644 --- a/src/core/include/openvino/op/abs.hpp +++ b/src/core/include/openvino/op/abs.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/acos.hpp b/src/core/include/openvino/op/acos.hpp index eaa5b268055..15d054bb4f0 100644 --- a/src/core/include/openvino/op/acos.hpp +++ b/src/core/include/openvino/op/acos.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/acosh.hpp b/src/core/include/openvino/op/acosh.hpp index 71bbf26bca9..d4ef950f364 100644 --- a/src/core/include/openvino/op/acosh.hpp +++ b/src/core/include/openvino/op/acosh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/adaptive_avg_pool.hpp b/src/core/include/openvino/op/adaptive_avg_pool.hpp index ef8ef545258..5d50d5ecd49 100644 --- a/src/core/include/openvino/op/adaptive_avg_pool.hpp +++ b/src/core/include/openvino/op/adaptive_avg_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/adaptive_max_pool.hpp b/src/core/include/openvino/op/adaptive_max_pool.hpp index e61d1ed053c..727db6ba460 100644 --- a/src/core/include/openvino/op/adaptive_max_pool.hpp +++ b/src/core/include/openvino/op/adaptive_max_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/add.hpp b/src/core/include/openvino/op/add.hpp index 0a83c97f131..0691cdfed29 100644 --- a/src/core/include/openvino/op/add.hpp +++ b/src/core/include/openvino/op/add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/asin.hpp b/src/core/include/openvino/op/asin.hpp index 3ef67abaf23..16a2a950dc3 100644 --- a/src/core/include/openvino/op/asin.hpp +++ b/src/core/include/openvino/op/asin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/asinh.hpp b/src/core/include/openvino/op/asinh.hpp index ae8a8c9c2c1..410968d13d1 100644 --- a/src/core/include/openvino/op/asinh.hpp +++ b/src/core/include/openvino/op/asinh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/assign.hpp b/src/core/include/openvino/op/assign.hpp index e40372591ea..c3f8492e54b 100644 --- a/src/core/include/openvino/op/assign.hpp +++ b/src/core/include/openvino/op/assign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/atan.hpp b/src/core/include/openvino/op/atan.hpp index db0abfdc918..b25512dbef8 100644 --- a/src/core/include/openvino/op/atan.hpp +++ b/src/core/include/openvino/op/atan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/atanh.hpp b/src/core/include/openvino/op/atanh.hpp index 85cb4b4af46..47da8793076 100644 --- a/src/core/include/openvino/op/atanh.hpp +++ b/src/core/include/openvino/op/atanh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/avg_pool.hpp b/src/core/include/openvino/op/avg_pool.hpp index 24298c8602b..6e68b660e6c 100644 --- a/src/core/include/openvino/op/avg_pool.hpp +++ b/src/core/include/openvino/op/avg_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/batch_norm.hpp b/src/core/include/openvino/op/batch_norm.hpp index 3800090312c..eb539d298d7 100644 --- a/src/core/include/openvino/op/batch_norm.hpp +++ b/src/core/include/openvino/op/batch_norm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/batch_to_space.hpp b/src/core/include/openvino/op/batch_to_space.hpp index 2dbbf018913..fa8a5f1e829 100644 --- a/src/core/include/openvino/op/batch_to_space.hpp +++ b/src/core/include/openvino/op/batch_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/binary_convolution.hpp b/src/core/include/openvino/op/binary_convolution.hpp index c327df01812..9ea634a5da4 100644 --- a/src/core/include/openvino/op/binary_convolution.hpp +++ b/src/core/include/openvino/op/binary_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/bitwise_and.hpp b/src/core/include/openvino/op/bitwise_and.hpp index 4a9867b222a..0443e493a1a 100644 --- a/src/core/include/openvino/op/bitwise_and.hpp +++ b/src/core/include/openvino/op/bitwise_and.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/bitwise_not.hpp b/src/core/include/openvino/op/bitwise_not.hpp index 8b5c8faa800..bdec8cfc838 100644 --- a/src/core/include/openvino/op/bitwise_not.hpp +++ b/src/core/include/openvino/op/bitwise_not.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/bitwise_or.hpp b/src/core/include/openvino/op/bitwise_or.hpp index 0f40a850036..fd85a9aff8f 100644 --- a/src/core/include/openvino/op/bitwise_or.hpp +++ b/src/core/include/openvino/op/bitwise_or.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/bitwise_xor.hpp b/src/core/include/openvino/op/bitwise_xor.hpp index 6ebb07bfe38..e89485c2ffa 100644 --- a/src/core/include/openvino/op/bitwise_xor.hpp +++ b/src/core/include/openvino/op/bitwise_xor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/broadcast.hpp b/src/core/include/openvino/op/broadcast.hpp index 8442f22c7ac..a6e906577b0 100644 --- a/src/core/include/openvino/op/broadcast.hpp +++ b/src/core/include/openvino/op/broadcast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/bucketize.hpp b/src/core/include/openvino/op/bucketize.hpp index 33bbfbc8003..c2d8fd46583 100644 --- a/src/core/include/openvino/op/bucketize.hpp +++ b/src/core/include/openvino/op/bucketize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/ceiling.hpp b/src/core/include/openvino/op/ceiling.hpp index b372e3d1887..58cda282c08 100644 --- a/src/core/include/openvino/op/ceiling.hpp +++ b/src/core/include/openvino/op/ceiling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/clamp.hpp b/src/core/include/openvino/op/clamp.hpp index bdee557cc0a..57aee474b17 100644 --- a/src/core/include/openvino/op/clamp.hpp +++ b/src/core/include/openvino/op/clamp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/concat.hpp b/src/core/include/openvino/op/concat.hpp index 263409486a8..4ca09de2a88 100644 --- a/src/core/include/openvino/op/concat.hpp +++ b/src/core/include/openvino/op/concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/convert.hpp b/src/core/include/openvino/op/convert.hpp index 338e200fb67..e4eeb8250b2 100644 --- a/src/core/include/openvino/op/convert.hpp +++ b/src/core/include/openvino/op/convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/convert_like.hpp b/src/core/include/openvino/op/convert_like.hpp index b852a6fde68..244d0f4c7d7 100644 --- a/src/core/include/openvino/op/convert_like.hpp +++ b/src/core/include/openvino/op/convert_like.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/convolution.hpp b/src/core/include/openvino/op/convolution.hpp index e184ab23e3b..d5acb7bb596 100644 --- a/src/core/include/openvino/op/convolution.hpp +++ b/src/core/include/openvino/op/convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/cos.hpp b/src/core/include/openvino/op/cos.hpp index 3cb3d15fb6a..147ae0ccaa9 100644 --- a/src/core/include/openvino/op/cos.hpp +++ b/src/core/include/openvino/op/cos.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/cosh.hpp b/src/core/include/openvino/op/cosh.hpp index dc33992b093..24f9a7a0c21 100644 --- a/src/core/include/openvino/op/cosh.hpp +++ b/src/core/include/openvino/op/cosh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/ctc_greedy_decoder.hpp b/src/core/include/openvino/op/ctc_greedy_decoder.hpp index eff8ac82418..224c12bfb10 100644 --- a/src/core/include/openvino/op/ctc_greedy_decoder.hpp +++ b/src/core/include/openvino/op/ctc_greedy_decoder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/ctc_greedy_decoder_seq_len.hpp b/src/core/include/openvino/op/ctc_greedy_decoder_seq_len.hpp index e07493a7811..09bdf3c0de9 100644 --- a/src/core/include/openvino/op/ctc_greedy_decoder_seq_len.hpp +++ b/src/core/include/openvino/op/ctc_greedy_decoder_seq_len.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/ctc_loss.hpp b/src/core/include/openvino/op/ctc_loss.hpp index 3a1077d9394..578c6094c2b 100644 --- a/src/core/include/openvino/op/ctc_loss.hpp +++ b/src/core/include/openvino/op/ctc_loss.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/cum_sum.hpp b/src/core/include/openvino/op/cum_sum.hpp index a8999804a48..38656f0d228 100644 --- a/src/core/include/openvino/op/cum_sum.hpp +++ b/src/core/include/openvino/op/cum_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/deformable_convolution.hpp b/src/core/include/openvino/op/deformable_convolution.hpp index 5d2573ec4bb..1ac05330c0a 100644 --- a/src/core/include/openvino/op/deformable_convolution.hpp +++ b/src/core/include/openvino/op/deformable_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/deformable_psroi_pooling.hpp b/src/core/include/openvino/op/deformable_psroi_pooling.hpp index 3e3315a95b9..1c3da84c074 100644 --- a/src/core/include/openvino/op/deformable_psroi_pooling.hpp +++ b/src/core/include/openvino/op/deformable_psroi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/depth_to_space.hpp b/src/core/include/openvino/op/depth_to_space.hpp index c7b946e71e9..33cff25f773 100644 --- a/src/core/include/openvino/op/depth_to_space.hpp +++ b/src/core/include/openvino/op/depth_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/detection_output.hpp b/src/core/include/openvino/op/detection_output.hpp index 9924adc9b5b..fec42177c2a 100644 --- a/src/core/include/openvino/op/detection_output.hpp +++ b/src/core/include/openvino/op/detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/divide.hpp b/src/core/include/openvino/op/divide.hpp index 33e8ff09043..debf80f783b 100644 --- a/src/core/include/openvino/op/divide.hpp +++ b/src/core/include/openvino/op/divide.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/einsum.hpp b/src/core/include/openvino/op/einsum.hpp index 9d1c179c2c5..fb8e89e728d 100644 --- a/src/core/include/openvino/op/einsum.hpp +++ b/src/core/include/openvino/op/einsum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/elu.hpp b/src/core/include/openvino/op/elu.hpp index 2f1be37cdd9..251c8cc01cc 100644 --- a/src/core/include/openvino/op/elu.hpp +++ b/src/core/include/openvino/op/elu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/embedding_segments_sum.hpp b/src/core/include/openvino/op/embedding_segments_sum.hpp index 55108f6ccb9..e53617bedc2 100644 --- a/src/core/include/openvino/op/embedding_segments_sum.hpp +++ b/src/core/include/openvino/op/embedding_segments_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/embeddingbag_offsets_sum.hpp b/src/core/include/openvino/op/embeddingbag_offsets_sum.hpp index 7c3ad7a7b74..8bc8fa8d281 100644 --- a/src/core/include/openvino/op/embeddingbag_offsets_sum.hpp +++ b/src/core/include/openvino/op/embeddingbag_offsets_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/embeddingbag_packedsum.hpp b/src/core/include/openvino/op/embeddingbag_packedsum.hpp index b095b226a9e..7abec388926 100644 --- a/src/core/include/openvino/op/embeddingbag_packedsum.hpp +++ b/src/core/include/openvino/op/embeddingbag_packedsum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/equal.hpp b/src/core/include/openvino/op/equal.hpp index a66e00d4be9..c34c402a93b 100644 --- a/src/core/include/openvino/op/equal.hpp +++ b/src/core/include/openvino/op/equal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/erf.hpp b/src/core/include/openvino/op/erf.hpp index 29d6b46545c..842c00659ed 100644 --- a/src/core/include/openvino/op/erf.hpp +++ b/src/core/include/openvino/op/erf.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/exp.hpp b/src/core/include/openvino/op/exp.hpp index 90ee8ff9f69..d188a44bc39 100644 --- a/src/core/include/openvino/op/exp.hpp +++ b/src/core/include/openvino/op/exp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/experimental_detectron_detection_output.hpp b/src/core/include/openvino/op/experimental_detectron_detection_output.hpp index 19d19874ec0..c72418ad12b 100644 --- a/src/core/include/openvino/op/experimental_detectron_detection_output.hpp +++ b/src/core/include/openvino/op/experimental_detectron_detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/experimental_detectron_generate_proposals.hpp b/src/core/include/openvino/op/experimental_detectron_generate_proposals.hpp index dae0682c8c1..4acdaa5dc49 100644 --- a/src/core/include/openvino/op/experimental_detectron_generate_proposals.hpp +++ b/src/core/include/openvino/op/experimental_detectron_generate_proposals.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/experimental_detectron_prior_grid_generator.hpp b/src/core/include/openvino/op/experimental_detectron_prior_grid_generator.hpp index a1f3ce765f4..1ed04e3ff93 100644 --- a/src/core/include/openvino/op/experimental_detectron_prior_grid_generator.hpp +++ b/src/core/include/openvino/op/experimental_detectron_prior_grid_generator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/experimental_detectron_roi_feature.hpp b/src/core/include/openvino/op/experimental_detectron_roi_feature.hpp index b1f0e29f975..1553bf83726 100644 --- a/src/core/include/openvino/op/experimental_detectron_roi_feature.hpp +++ b/src/core/include/openvino/op/experimental_detectron_roi_feature.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/experimental_detectron_topkrois.hpp b/src/core/include/openvino/op/experimental_detectron_topkrois.hpp index 99f27edda18..d7d4c36ffa9 100644 --- a/src/core/include/openvino/op/experimental_detectron_topkrois.hpp +++ b/src/core/include/openvino/op/experimental_detectron_topkrois.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/extractimagepatches.hpp b/src/core/include/openvino/op/extractimagepatches.hpp index fc4977e862d..0492ab09e7b 100644 --- a/src/core/include/openvino/op/extractimagepatches.hpp +++ b/src/core/include/openvino/op/extractimagepatches.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/eye.hpp b/src/core/include/openvino/op/eye.hpp index 1096e488aa1..52b6c699e28 100644 --- a/src/core/include/openvino/op/eye.hpp +++ b/src/core/include/openvino/op/eye.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/fake_convert.hpp b/src/core/include/openvino/op/fake_convert.hpp index 17441337c01..c3eaa43b98a 100644 --- a/src/core/include/openvino/op/fake_convert.hpp +++ b/src/core/include/openvino/op/fake_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/fake_quantize.hpp b/src/core/include/openvino/op/fake_quantize.hpp index d40cb174f2b..b47c7016c87 100644 --- a/src/core/include/openvino/op/fake_quantize.hpp +++ b/src/core/include/openvino/op/fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/floor.hpp b/src/core/include/openvino/op/floor.hpp index a88cb4a8ae4..6c4c0f3d9b0 100644 --- a/src/core/include/openvino/op/floor.hpp +++ b/src/core/include/openvino/op/floor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/floor_mod.hpp b/src/core/include/openvino/op/floor_mod.hpp index 624914825cf..076ab09910e 100644 --- a/src/core/include/openvino/op/floor_mod.hpp +++ b/src/core/include/openvino/op/floor_mod.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/gather.hpp b/src/core/include/openvino/op/gather.hpp index ceb5584c1e6..5816c411222 100644 --- a/src/core/include/openvino/op/gather.hpp +++ b/src/core/include/openvino/op/gather.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/gather_elements.hpp b/src/core/include/openvino/op/gather_elements.hpp index 4d8c419e616..a9e7d3f5446 100644 --- a/src/core/include/openvino/op/gather_elements.hpp +++ b/src/core/include/openvino/op/gather_elements.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/gather_nd.hpp b/src/core/include/openvino/op/gather_nd.hpp index 59680a37d4e..c7c89a6cf0f 100644 --- a/src/core/include/openvino/op/gather_nd.hpp +++ b/src/core/include/openvino/op/gather_nd.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/gather_tree.hpp b/src/core/include/openvino/op/gather_tree.hpp index b89503ba648..f3d19856b31 100644 --- a/src/core/include/openvino/op/gather_tree.hpp +++ b/src/core/include/openvino/op/gather_tree.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/gelu.hpp b/src/core/include/openvino/op/gelu.hpp index 9a47b1437aa..e7198e19d4d 100644 --- a/src/core/include/openvino/op/gelu.hpp +++ b/src/core/include/openvino/op/gelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/generate_proposals.hpp b/src/core/include/openvino/op/generate_proposals.hpp index 7863e88770e..b5944429fd3 100644 --- a/src/core/include/openvino/op/generate_proposals.hpp +++ b/src/core/include/openvino/op/generate_proposals.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/greater.hpp b/src/core/include/openvino/op/greater.hpp index daf38ed8c9d..bd6ab406ce3 100644 --- a/src/core/include/openvino/op/greater.hpp +++ b/src/core/include/openvino/op/greater.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/greater_eq.hpp b/src/core/include/openvino/op/greater_eq.hpp index 2eddf32444f..1a06d1d1375 100644 --- a/src/core/include/openvino/op/greater_eq.hpp +++ b/src/core/include/openvino/op/greater_eq.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/grid_sample.hpp b/src/core/include/openvino/op/grid_sample.hpp index 13f2fab78d6..c0bf94109e8 100644 --- a/src/core/include/openvino/op/grid_sample.hpp +++ b/src/core/include/openvino/op/grid_sample.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/grn.hpp b/src/core/include/openvino/op/grn.hpp index f51a21846b0..56fc899db37 100644 --- a/src/core/include/openvino/op/grn.hpp +++ b/src/core/include/openvino/op/grn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/group_conv.hpp b/src/core/include/openvino/op/group_conv.hpp index cfb7c6e313c..2ab67cf8a13 100644 --- a/src/core/include/openvino/op/group_conv.hpp +++ b/src/core/include/openvino/op/group_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/group_normalization.hpp b/src/core/include/openvino/op/group_normalization.hpp index 98e8fcff275..f766b0f9924 100644 --- a/src/core/include/openvino/op/group_normalization.hpp +++ b/src/core/include/openvino/op/group_normalization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/gru_cell.hpp b/src/core/include/openvino/op/gru_cell.hpp index de58ba04154..3e5abfdad6f 100644 --- a/src/core/include/openvino/op/gru_cell.hpp +++ b/src/core/include/openvino/op/gru_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/gru_sequence.hpp b/src/core/include/openvino/op/gru_sequence.hpp index 52aaca66564..219da67784b 100644 --- a/src/core/include/openvino/op/gru_sequence.hpp +++ b/src/core/include/openvino/op/gru_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/hard_sigmoid.hpp b/src/core/include/openvino/op/hard_sigmoid.hpp index fb77a2bdede..27efcd58cc8 100644 --- a/src/core/include/openvino/op/hard_sigmoid.hpp +++ b/src/core/include/openvino/op/hard_sigmoid.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/hsigmoid.hpp b/src/core/include/openvino/op/hsigmoid.hpp index 2c5503b488e..c1cbe70339c 100644 --- a/src/core/include/openvino/op/hsigmoid.hpp +++ b/src/core/include/openvino/op/hsigmoid.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/hswish.hpp b/src/core/include/openvino/op/hswish.hpp index fc2130b56d9..f3b9ec800b5 100644 --- a/src/core/include/openvino/op/hswish.hpp +++ b/src/core/include/openvino/op/hswish.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/i420_to_bgr.hpp b/src/core/include/openvino/op/i420_to_bgr.hpp index bd40b845944..251158e0254 100644 --- a/src/core/include/openvino/op/i420_to_bgr.hpp +++ b/src/core/include/openvino/op/i420_to_bgr.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/i420_to_rgb.hpp b/src/core/include/openvino/op/i420_to_rgb.hpp index 92e422b3a52..ec60ed02624 100644 --- a/src/core/include/openvino/op/i420_to_rgb.hpp +++ b/src/core/include/openvino/op/i420_to_rgb.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/idft.hpp b/src/core/include/openvino/op/idft.hpp index f5198e3c6fd..07f969f80d6 100644 --- a/src/core/include/openvino/op/idft.hpp +++ b/src/core/include/openvino/op/idft.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/if.hpp b/src/core/include/openvino/op/if.hpp index d4a779385fc..b1044ae0113 100644 --- a/src/core/include/openvino/op/if.hpp +++ b/src/core/include/openvino/op/if.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/interpolate.hpp b/src/core/include/openvino/op/interpolate.hpp index f48297e7257..0776cccd476 100644 --- a/src/core/include/openvino/op/interpolate.hpp +++ b/src/core/include/openvino/op/interpolate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/irdft.hpp b/src/core/include/openvino/op/irdft.hpp index 3b76e2988cb..21c87b48489 100644 --- a/src/core/include/openvino/op/irdft.hpp +++ b/src/core/include/openvino/op/irdft.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/is_finite.hpp b/src/core/include/openvino/op/is_finite.hpp index bea1020e33e..73f49a851a2 100644 --- a/src/core/include/openvino/op/is_finite.hpp +++ b/src/core/include/openvino/op/is_finite.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/is_inf.hpp b/src/core/include/openvino/op/is_inf.hpp index 4d5596bf6be..9ce3c75698e 100644 --- a/src/core/include/openvino/op/is_inf.hpp +++ b/src/core/include/openvino/op/is_inf.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/is_nan.hpp b/src/core/include/openvino/op/is_nan.hpp index f6e2b49aa51..0df2b1a021d 100644 --- a/src/core/include/openvino/op/is_nan.hpp +++ b/src/core/include/openvino/op/is_nan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/less.hpp b/src/core/include/openvino/op/less.hpp index f57ebbc07bf..addd72973f5 100644 --- a/src/core/include/openvino/op/less.hpp +++ b/src/core/include/openvino/op/less.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/less_eq.hpp b/src/core/include/openvino/op/less_eq.hpp index f11fe2d7a77..7039bd06574 100644 --- a/src/core/include/openvino/op/less_eq.hpp +++ b/src/core/include/openvino/op/less_eq.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/log.hpp b/src/core/include/openvino/op/log.hpp index 33a0fe6aa44..15ea64123b1 100644 --- a/src/core/include/openvino/op/log.hpp +++ b/src/core/include/openvino/op/log.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/log_softmax.hpp b/src/core/include/openvino/op/log_softmax.hpp index b4bca830a08..7bcdb0c8be7 100644 --- a/src/core/include/openvino/op/log_softmax.hpp +++ b/src/core/include/openvino/op/log_softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/logical_and.hpp b/src/core/include/openvino/op/logical_and.hpp index 382679d16b7..6ebb287cb33 100644 --- a/src/core/include/openvino/op/logical_and.hpp +++ b/src/core/include/openvino/op/logical_and.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/logical_not.hpp b/src/core/include/openvino/op/logical_not.hpp index 052aed0a09a..f47293cd10e 100644 --- a/src/core/include/openvino/op/logical_not.hpp +++ b/src/core/include/openvino/op/logical_not.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/logical_or.hpp b/src/core/include/openvino/op/logical_or.hpp index 1dab36217b1..09a94960d4d 100644 --- a/src/core/include/openvino/op/logical_or.hpp +++ b/src/core/include/openvino/op/logical_or.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/logical_xor.hpp b/src/core/include/openvino/op/logical_xor.hpp index 773f0eba593..325f4814314 100644 --- a/src/core/include/openvino/op/logical_xor.hpp +++ b/src/core/include/openvino/op/logical_xor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/loop.hpp b/src/core/include/openvino/op/loop.hpp index c1ad30e5308..437e417c66a 100644 --- a/src/core/include/openvino/op/loop.hpp +++ b/src/core/include/openvino/op/loop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/lrn.hpp b/src/core/include/openvino/op/lrn.hpp index cbe0a0aa849..edadf7e050c 100644 --- a/src/core/include/openvino/op/lrn.hpp +++ b/src/core/include/openvino/op/lrn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/lstm_cell.hpp b/src/core/include/openvino/op/lstm_cell.hpp index f1798385047..745f425c7f1 100644 --- a/src/core/include/openvino/op/lstm_cell.hpp +++ b/src/core/include/openvino/op/lstm_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/lstm_sequence.hpp b/src/core/include/openvino/op/lstm_sequence.hpp index f29b9db58ae..1c883a5fa4b 100644 --- a/src/core/include/openvino/op/lstm_sequence.hpp +++ b/src/core/include/openvino/op/lstm_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/matmul.hpp b/src/core/include/openvino/op/matmul.hpp index 302b3b9b167..69b7e21cfce 100644 --- a/src/core/include/openvino/op/matmul.hpp +++ b/src/core/include/openvino/op/matmul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/matrix_nms.hpp b/src/core/include/openvino/op/matrix_nms.hpp index ad748d01b3a..e7e9ec59441 100644 --- a/src/core/include/openvino/op/matrix_nms.hpp +++ b/src/core/include/openvino/op/matrix_nms.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/max_pool.hpp b/src/core/include/openvino/op/max_pool.hpp index 534f8b1d067..de075e4448b 100644 --- a/src/core/include/openvino/op/max_pool.hpp +++ b/src/core/include/openvino/op/max_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/maximum.hpp b/src/core/include/openvino/op/maximum.hpp index 69652a958db..25cc078350b 100644 --- a/src/core/include/openvino/op/maximum.hpp +++ b/src/core/include/openvino/op/maximum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/minimum.hpp b/src/core/include/openvino/op/minimum.hpp index 30819b2a72f..12c8603079a 100644 --- a/src/core/include/openvino/op/minimum.hpp +++ b/src/core/include/openvino/op/minimum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/mish.hpp b/src/core/include/openvino/op/mish.hpp index d44484cd947..d81020fb4cf 100644 --- a/src/core/include/openvino/op/mish.hpp +++ b/src/core/include/openvino/op/mish.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/mod.hpp b/src/core/include/openvino/op/mod.hpp index defb1c65163..772cf8f386e 100644 --- a/src/core/include/openvino/op/mod.hpp +++ b/src/core/include/openvino/op/mod.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/multiclass_nms.hpp b/src/core/include/openvino/op/multiclass_nms.hpp index 2326b9c6e33..148c92cce30 100644 --- a/src/core/include/openvino/op/multiclass_nms.hpp +++ b/src/core/include/openvino/op/multiclass_nms.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/multinomial.hpp b/src/core/include/openvino/op/multinomial.hpp index 85016dd5550..a7167ad288c 100644 --- a/src/core/include/openvino/op/multinomial.hpp +++ b/src/core/include/openvino/op/multinomial.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/multiply.hpp b/src/core/include/openvino/op/multiply.hpp index 0fb82273056..b37ba72b3e5 100644 --- a/src/core/include/openvino/op/multiply.hpp +++ b/src/core/include/openvino/op/multiply.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/mvn.hpp b/src/core/include/openvino/op/mvn.hpp index 7f198ec1444..de0537fac26 100644 --- a/src/core/include/openvino/op/mvn.hpp +++ b/src/core/include/openvino/op/mvn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/negative.hpp b/src/core/include/openvino/op/negative.hpp index db67628e8a6..f8bf6b79959 100644 --- a/src/core/include/openvino/op/negative.hpp +++ b/src/core/include/openvino/op/negative.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/nms_rotated.hpp b/src/core/include/openvino/op/nms_rotated.hpp index 0a4dd3e04dc..bd261c51671 100644 --- a/src/core/include/openvino/op/nms_rotated.hpp +++ b/src/core/include/openvino/op/nms_rotated.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/non_max_suppression.hpp b/src/core/include/openvino/op/non_max_suppression.hpp index e85f7138810..68e850f7676 100644 --- a/src/core/include/openvino/op/non_max_suppression.hpp +++ b/src/core/include/openvino/op/non_max_suppression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/non_zero.hpp b/src/core/include/openvino/op/non_zero.hpp index 2a39e85b9ff..0392fb9e895 100644 --- a/src/core/include/openvino/op/non_zero.hpp +++ b/src/core/include/openvino/op/non_zero.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/normalize_l2.hpp b/src/core/include/openvino/op/normalize_l2.hpp index 30d0943fa48..9b254aead6f 100644 --- a/src/core/include/openvino/op/normalize_l2.hpp +++ b/src/core/include/openvino/op/normalize_l2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/not_equal.hpp b/src/core/include/openvino/op/not_equal.hpp index 371d6d7cafd..fd4c89202bf 100644 --- a/src/core/include/openvino/op/not_equal.hpp +++ b/src/core/include/openvino/op/not_equal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/nv12_to_bgr.hpp b/src/core/include/openvino/op/nv12_to_bgr.hpp index 27e885a4ff3..de93c960a41 100644 --- a/src/core/include/openvino/op/nv12_to_bgr.hpp +++ b/src/core/include/openvino/op/nv12_to_bgr.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/nv12_to_rgb.hpp b/src/core/include/openvino/op/nv12_to_rgb.hpp index de4d06a5bf1..783496441a4 100644 --- a/src/core/include/openvino/op/nv12_to_rgb.hpp +++ b/src/core/include/openvino/op/nv12_to_rgb.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/one_hot.hpp b/src/core/include/openvino/op/one_hot.hpp index 1720b8fe927..312a68d08fc 100644 --- a/src/core/include/openvino/op/one_hot.hpp +++ b/src/core/include/openvino/op/one_hot.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/op.hpp b/src/core/include/openvino/op/op.hpp index 79640071807..62328429107 100644 --- a/src/core/include/openvino/op/op.hpp +++ b/src/core/include/openvino/op/op.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/pad.hpp b/src/core/include/openvino/op/pad.hpp index 59553fa523e..d027e491922 100644 --- a/src/core/include/openvino/op/pad.hpp +++ b/src/core/include/openvino/op/pad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/parameter.hpp b/src/core/include/openvino/op/parameter.hpp index 7808cd260b0..a29e35ad51b 100644 --- a/src/core/include/openvino/op/parameter.hpp +++ b/src/core/include/openvino/op/parameter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/power.hpp b/src/core/include/openvino/op/power.hpp index 4155833acfc..dabc87a4014 100644 --- a/src/core/include/openvino/op/power.hpp +++ b/src/core/include/openvino/op/power.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/prelu.hpp b/src/core/include/openvino/op/prelu.hpp index bed626c4993..a4d98e5d169 100644 --- a/src/core/include/openvino/op/prelu.hpp +++ b/src/core/include/openvino/op/prelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/prior_box.hpp b/src/core/include/openvino/op/prior_box.hpp index 8e19933359d..801883aae68 100644 --- a/src/core/include/openvino/op/prior_box.hpp +++ b/src/core/include/openvino/op/prior_box.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/prior_box_clustered.hpp b/src/core/include/openvino/op/prior_box_clustered.hpp index 01cd2eb1f2c..2c1945dc91c 100644 --- a/src/core/include/openvino/op/prior_box_clustered.hpp +++ b/src/core/include/openvino/op/prior_box_clustered.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/proposal.hpp b/src/core/include/openvino/op/proposal.hpp index 315785067e0..67f62bde20f 100644 --- a/src/core/include/openvino/op/proposal.hpp +++ b/src/core/include/openvino/op/proposal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/psroi_pooling.hpp b/src/core/include/openvino/op/psroi_pooling.hpp index 9f35139ac03..b7a66316c58 100644 --- a/src/core/include/openvino/op/psroi_pooling.hpp +++ b/src/core/include/openvino/op/psroi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/random_uniform.hpp b/src/core/include/openvino/op/random_uniform.hpp index 30d6b924079..9cebfb9d2ac 100644 --- a/src/core/include/openvino/op/random_uniform.hpp +++ b/src/core/include/openvino/op/random_uniform.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/range.hpp b/src/core/include/openvino/op/range.hpp index 76093516326..cc7e3acefb2 100644 --- a/src/core/include/openvino/op/range.hpp +++ b/src/core/include/openvino/op/range.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/rdft.hpp b/src/core/include/openvino/op/rdft.hpp index d37fd78a5fc..ac19da2e6dd 100644 --- a/src/core/include/openvino/op/rdft.hpp +++ b/src/core/include/openvino/op/rdft.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/read_value.hpp b/src/core/include/openvino/op/read_value.hpp index 15735449f1f..27447644037 100644 --- a/src/core/include/openvino/op/read_value.hpp +++ b/src/core/include/openvino/op/read_value.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reduce_l1.hpp b/src/core/include/openvino/op/reduce_l1.hpp index fdbe7885ef5..b37f3ee923b 100644 --- a/src/core/include/openvino/op/reduce_l1.hpp +++ b/src/core/include/openvino/op/reduce_l1.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reduce_l2.hpp b/src/core/include/openvino/op/reduce_l2.hpp index 392708254df..1f2381f5c81 100644 --- a/src/core/include/openvino/op/reduce_l2.hpp +++ b/src/core/include/openvino/op/reduce_l2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reduce_logical_and.hpp b/src/core/include/openvino/op/reduce_logical_and.hpp index 2fb2341a8c3..1805ba4b1b8 100644 --- a/src/core/include/openvino/op/reduce_logical_and.hpp +++ b/src/core/include/openvino/op/reduce_logical_and.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reduce_logical_or.hpp b/src/core/include/openvino/op/reduce_logical_or.hpp index 6d61e2f0a8a..4d2fe86cba0 100644 --- a/src/core/include/openvino/op/reduce_logical_or.hpp +++ b/src/core/include/openvino/op/reduce_logical_or.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reduce_max.hpp b/src/core/include/openvino/op/reduce_max.hpp index 1e8e508b30c..524f4aa663e 100644 --- a/src/core/include/openvino/op/reduce_max.hpp +++ b/src/core/include/openvino/op/reduce_max.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reduce_mean.hpp b/src/core/include/openvino/op/reduce_mean.hpp index f8c4bb9bf91..7a8caebb266 100644 --- a/src/core/include/openvino/op/reduce_mean.hpp +++ b/src/core/include/openvino/op/reduce_mean.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reduce_min.hpp b/src/core/include/openvino/op/reduce_min.hpp index 0fe90c35caf..469dd542574 100644 --- a/src/core/include/openvino/op/reduce_min.hpp +++ b/src/core/include/openvino/op/reduce_min.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reduce_prod.hpp b/src/core/include/openvino/op/reduce_prod.hpp index d53ba7ca404..d05be4656f1 100644 --- a/src/core/include/openvino/op/reduce_prod.hpp +++ b/src/core/include/openvino/op/reduce_prod.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reduce_sum.hpp b/src/core/include/openvino/op/reduce_sum.hpp index 8a210c60986..712c173608d 100644 --- a/src/core/include/openvino/op/reduce_sum.hpp +++ b/src/core/include/openvino/op/reduce_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/region_yolo.hpp b/src/core/include/openvino/op/region_yolo.hpp index 917353e737d..533b5b7c396 100644 --- a/src/core/include/openvino/op/region_yolo.hpp +++ b/src/core/include/openvino/op/region_yolo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/relu.hpp b/src/core/include/openvino/op/relu.hpp index 69a6ea6059d..4eca55b6e26 100644 --- a/src/core/include/openvino/op/relu.hpp +++ b/src/core/include/openvino/op/relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reorg_yolo.hpp b/src/core/include/openvino/op/reorg_yolo.hpp index 83cce7a8ed4..1530c692582 100644 --- a/src/core/include/openvino/op/reorg_yolo.hpp +++ b/src/core/include/openvino/op/reorg_yolo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reshape.hpp b/src/core/include/openvino/op/reshape.hpp index 274b276e7f2..4bf54c55622 100644 --- a/src/core/include/openvino/op/reshape.hpp +++ b/src/core/include/openvino/op/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/result.hpp b/src/core/include/openvino/op/result.hpp index 28e1f50043d..dc8162a10b6 100644 --- a/src/core/include/openvino/op/result.hpp +++ b/src/core/include/openvino/op/result.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reverse.hpp b/src/core/include/openvino/op/reverse.hpp index 5d2b961c28c..8ef31bfed7a 100644 --- a/src/core/include/openvino/op/reverse.hpp +++ b/src/core/include/openvino/op/reverse.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/reverse_sequence.hpp b/src/core/include/openvino/op/reverse_sequence.hpp index 716c5e94df3..2581999836d 100644 --- a/src/core/include/openvino/op/reverse_sequence.hpp +++ b/src/core/include/openvino/op/reverse_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/rnn_cell.hpp b/src/core/include/openvino/op/rnn_cell.hpp index dc3530bf25a..562ccb857e2 100644 --- a/src/core/include/openvino/op/rnn_cell.hpp +++ b/src/core/include/openvino/op/rnn_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/rnn_sequence.hpp b/src/core/include/openvino/op/rnn_sequence.hpp index ae61adb49cc..d84f1ed83c1 100644 --- a/src/core/include/openvino/op/rnn_sequence.hpp +++ b/src/core/include/openvino/op/rnn_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/roi_align.hpp b/src/core/include/openvino/op/roi_align.hpp index 32586dd3681..b30257a0ff6 100644 --- a/src/core/include/openvino/op/roi_align.hpp +++ b/src/core/include/openvino/op/roi_align.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/roi_pooling.hpp b/src/core/include/openvino/op/roi_pooling.hpp index fef2546e3ab..87ba126f788 100644 --- a/src/core/include/openvino/op/roi_pooling.hpp +++ b/src/core/include/openvino/op/roi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/roll.hpp b/src/core/include/openvino/op/roll.hpp index 844a39b19cf..8adca9ae587 100644 --- a/src/core/include/openvino/op/roll.hpp +++ b/src/core/include/openvino/op/roll.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/round.hpp b/src/core/include/openvino/op/round.hpp index e8e2a5f5278..b0384d4ccc1 100644 --- a/src/core/include/openvino/op/round.hpp +++ b/src/core/include/openvino/op/round.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/scaled_dot_product_attention.hpp b/src/core/include/openvino/op/scaled_dot_product_attention.hpp index 313e743dded..fc5ac110d39 100644 --- a/src/core/include/openvino/op/scaled_dot_product_attention.hpp +++ b/src/core/include/openvino/op/scaled_dot_product_attention.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/scatter_elements_update.hpp b/src/core/include/openvino/op/scatter_elements_update.hpp index d5fbe5e0cba..b4b745f6bf1 100644 --- a/src/core/include/openvino/op/scatter_elements_update.hpp +++ b/src/core/include/openvino/op/scatter_elements_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/scatter_nd_update.hpp b/src/core/include/openvino/op/scatter_nd_update.hpp index c998d35f3c4..41b74ae2a04 100644 --- a/src/core/include/openvino/op/scatter_nd_update.hpp +++ b/src/core/include/openvino/op/scatter_nd_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/scatter_update.hpp b/src/core/include/openvino/op/scatter_update.hpp index 04f3da94709..81b1f60d30d 100644 --- a/src/core/include/openvino/op/scatter_update.hpp +++ b/src/core/include/openvino/op/scatter_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/select.hpp b/src/core/include/openvino/op/select.hpp index 70ea4652d76..90ddd79cfdf 100644 --- a/src/core/include/openvino/op/select.hpp +++ b/src/core/include/openvino/op/select.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/selu.hpp b/src/core/include/openvino/op/selu.hpp index df75b71466c..d152975b9cb 100644 --- a/src/core/include/openvino/op/selu.hpp +++ b/src/core/include/openvino/op/selu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/shape_of.hpp b/src/core/include/openvino/op/shape_of.hpp index fad8132eaf0..cd54f12a56f 100644 --- a/src/core/include/openvino/op/shape_of.hpp +++ b/src/core/include/openvino/op/shape_of.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/shuffle_channels.hpp b/src/core/include/openvino/op/shuffle_channels.hpp index e60182fec97..321319d2e90 100644 --- a/src/core/include/openvino/op/shuffle_channels.hpp +++ b/src/core/include/openvino/op/shuffle_channels.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/sigmoid.hpp b/src/core/include/openvino/op/sigmoid.hpp index 9c244e2681f..d3a0bc6119a 100644 --- a/src/core/include/openvino/op/sigmoid.hpp +++ b/src/core/include/openvino/op/sigmoid.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/sign.hpp b/src/core/include/openvino/op/sign.hpp index b2f4e1305ab..929ca90bcc3 100644 --- a/src/core/include/openvino/op/sign.hpp +++ b/src/core/include/openvino/op/sign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/sin.hpp b/src/core/include/openvino/op/sin.hpp index 2fcdc35da82..7f5c6d0b2de 100644 --- a/src/core/include/openvino/op/sin.hpp +++ b/src/core/include/openvino/op/sin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/sinh.hpp b/src/core/include/openvino/op/sinh.hpp index aabadf73cb3..a50705ac13a 100644 --- a/src/core/include/openvino/op/sinh.hpp +++ b/src/core/include/openvino/op/sinh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/sink.hpp b/src/core/include/openvino/op/sink.hpp index d83bd36213f..4bba7968877 100644 --- a/src/core/include/openvino/op/sink.hpp +++ b/src/core/include/openvino/op/sink.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/slice.hpp b/src/core/include/openvino/op/slice.hpp index bb36ea4cac0..d8bedcaa361 100644 --- a/src/core/include/openvino/op/slice.hpp +++ b/src/core/include/openvino/op/slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/softmax.hpp b/src/core/include/openvino/op/softmax.hpp index 4537c2ed264..598832a61d8 100644 --- a/src/core/include/openvino/op/softmax.hpp +++ b/src/core/include/openvino/op/softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/softplus.hpp b/src/core/include/openvino/op/softplus.hpp index b8b83fb8c52..4f1576858ac 100644 --- a/src/core/include/openvino/op/softplus.hpp +++ b/src/core/include/openvino/op/softplus.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/softsign.hpp b/src/core/include/openvino/op/softsign.hpp index 05a2c337b1c..97866328ee3 100644 --- a/src/core/include/openvino/op/softsign.hpp +++ b/src/core/include/openvino/op/softsign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/space_to_batch.hpp b/src/core/include/openvino/op/space_to_batch.hpp index bb68e258bd4..0aaad7d14f3 100644 --- a/src/core/include/openvino/op/space_to_batch.hpp +++ b/src/core/include/openvino/op/space_to_batch.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/space_to_depth.hpp b/src/core/include/openvino/op/space_to_depth.hpp index 41582981d39..9eda253c31b 100644 --- a/src/core/include/openvino/op/space_to_depth.hpp +++ b/src/core/include/openvino/op/space_to_depth.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/split.hpp b/src/core/include/openvino/op/split.hpp index 6137f0591cf..97fa56e4f0b 100644 --- a/src/core/include/openvino/op/split.hpp +++ b/src/core/include/openvino/op/split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/sqrt.hpp b/src/core/include/openvino/op/sqrt.hpp index d09521e95cb..52aba35c38d 100644 --- a/src/core/include/openvino/op/sqrt.hpp +++ b/src/core/include/openvino/op/sqrt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/squared_difference.hpp b/src/core/include/openvino/op/squared_difference.hpp index 845ef75b28b..97950a373e5 100644 --- a/src/core/include/openvino/op/squared_difference.hpp +++ b/src/core/include/openvino/op/squared_difference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/squeeze.hpp b/src/core/include/openvino/op/squeeze.hpp index e66cfb3d276..2481029609a 100644 --- a/src/core/include/openvino/op/squeeze.hpp +++ b/src/core/include/openvino/op/squeeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/strided_slice.hpp b/src/core/include/openvino/op/strided_slice.hpp index 47c5d461f19..d76c6419018 100644 --- a/src/core/include/openvino/op/strided_slice.hpp +++ b/src/core/include/openvino/op/strided_slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/subtract.hpp b/src/core/include/openvino/op/subtract.hpp index 63da458f23a..35ed4e33282 100644 --- a/src/core/include/openvino/op/subtract.hpp +++ b/src/core/include/openvino/op/subtract.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/swish.hpp b/src/core/include/openvino/op/swish.hpp index d9bb1381a82..98217d3ca90 100644 --- a/src/core/include/openvino/op/swish.hpp +++ b/src/core/include/openvino/op/swish.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/tan.hpp b/src/core/include/openvino/op/tan.hpp index 2c527b51a54..02fea071511 100644 --- a/src/core/include/openvino/op/tan.hpp +++ b/src/core/include/openvino/op/tan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/tanh.hpp b/src/core/include/openvino/op/tanh.hpp index bdd302ab036..ed8a139c343 100644 --- a/src/core/include/openvino/op/tanh.hpp +++ b/src/core/include/openvino/op/tanh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/tensor_iterator.hpp b/src/core/include/openvino/op/tensor_iterator.hpp index b1cd8bd7690..85184e7c13a 100644 --- a/src/core/include/openvino/op/tensor_iterator.hpp +++ b/src/core/include/openvino/op/tensor_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/tile.hpp b/src/core/include/openvino/op/tile.hpp index 9cb72cc5adf..c880ae72bec 100644 --- a/src/core/include/openvino/op/tile.hpp +++ b/src/core/include/openvino/op/tile.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/topk.hpp b/src/core/include/openvino/op/topk.hpp index cfc6ccd6cc5..4a097f267e5 100644 --- a/src/core/include/openvino/op/topk.hpp +++ b/src/core/include/openvino/op/topk.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/transpose.hpp b/src/core/include/openvino/op/transpose.hpp index 133b19074ae..a0380ac29da 100644 --- a/src/core/include/openvino/op/transpose.hpp +++ b/src/core/include/openvino/op/transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/unique.hpp b/src/core/include/openvino/op/unique.hpp index f021040300f..9fc1ed6344f 100644 --- a/src/core/include/openvino/op/unique.hpp +++ b/src/core/include/openvino/op/unique.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/unsqueeze.hpp b/src/core/include/openvino/op/unsqueeze.hpp index 855507cf914..71939fef2d0 100644 --- a/src/core/include/openvino/op/unsqueeze.hpp +++ b/src/core/include/openvino/op/unsqueeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/activation_functions.hpp b/src/core/include/openvino/op/util/activation_functions.hpp index 05f6d837bf2..f62ddad7c0f 100644 --- a/src/core/include/openvino/op/util/activation_functions.hpp +++ b/src/core/include/openvino/op/util/activation_functions.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/arithmetic_reduction.hpp b/src/core/include/openvino/op/util/arithmetic_reduction.hpp index 464b650e9e8..36544441842 100644 --- a/src/core/include/openvino/op/util/arithmetic_reduction.hpp +++ b/src/core/include/openvino/op/util/arithmetic_reduction.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/arithmetic_reductions_keep_dims.hpp b/src/core/include/openvino/op/util/arithmetic_reductions_keep_dims.hpp index 81761c370a0..7eca3778f27 100644 --- a/src/core/include/openvino/op/util/arithmetic_reductions_keep_dims.hpp +++ b/src/core/include/openvino/op/util/arithmetic_reductions_keep_dims.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/assign_base.hpp b/src/core/include/openvino/op/util/assign_base.hpp index a1ada482551..e2b255d911d 100644 --- a/src/core/include/openvino/op/util/assign_base.hpp +++ b/src/core/include/openvino/op/util/assign_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/attr_types.hpp b/src/core/include/openvino/op/util/attr_types.hpp index b5da45476d6..c794504da35 100644 --- a/src/core/include/openvino/op/util/attr_types.hpp +++ b/src/core/include/openvino/op/util/attr_types.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/axes_util.hpp b/src/core/include/openvino/op/util/axes_util.hpp index 48f34d6b4e0..383e864021e 100644 --- a/src/core/include/openvino/op/util/axes_util.hpp +++ b/src/core/include/openvino/op/util/axes_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/binary_elementwise_arithmetic.hpp b/src/core/include/openvino/op/util/binary_elementwise_arithmetic.hpp index 62d9d431635..22c89ecfa11 100644 --- a/src/core/include/openvino/op/util/binary_elementwise_arithmetic.hpp +++ b/src/core/include/openvino/op/util/binary_elementwise_arithmetic.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/binary_elementwise_bitwise.hpp b/src/core/include/openvino/op/util/binary_elementwise_bitwise.hpp index 16096219e4d..43d313693d2 100644 --- a/src/core/include/openvino/op/util/binary_elementwise_bitwise.hpp +++ b/src/core/include/openvino/op/util/binary_elementwise_bitwise.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/binary_elementwise_comparison.hpp b/src/core/include/openvino/op/util/binary_elementwise_comparison.hpp index 57774fe88bc..b911b052e03 100644 --- a/src/core/include/openvino/op/util/binary_elementwise_comparison.hpp +++ b/src/core/include/openvino/op/util/binary_elementwise_comparison.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/binary_elementwise_logical.hpp b/src/core/include/openvino/op/util/binary_elementwise_logical.hpp index 2d341dab481..24e9a2044bd 100644 --- a/src/core/include/openvino/op/util/binary_elementwise_logical.hpp +++ b/src/core/include/openvino/op/util/binary_elementwise_logical.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/broadcast_base.hpp b/src/core/include/openvino/op/util/broadcast_base.hpp index 92f283a8963..2e500eb611c 100644 --- a/src/core/include/openvino/op/util/broadcast_base.hpp +++ b/src/core/include/openvino/op/util/broadcast_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/include/openvino/op/util/convert_color_i420_base.hpp b/src/core/include/openvino/op/util/convert_color_i420_base.hpp index 6cc266c1bfc..19e416d991b 100644 --- a/src/core/include/openvino/op/util/convert_color_i420_base.hpp +++ b/src/core/include/openvino/op/util/convert_color_i420_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/convert_color_nv12_base.hpp b/src/core/include/openvino/op/util/convert_color_nv12_base.hpp index bda44bd1983..6727944eb0e 100644 --- a/src/core/include/openvino/op/util/convert_color_nv12_base.hpp +++ b/src/core/include/openvino/op/util/convert_color_nv12_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/convolution_backprop_base.hpp b/src/core/include/openvino/op/util/convolution_backprop_base.hpp index 2adeec2e887..9a24dc4eddd 100644 --- a/src/core/include/openvino/op/util/convolution_backprop_base.hpp +++ b/src/core/include/openvino/op/util/convolution_backprop_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/convolution_base.hpp b/src/core/include/openvino/op/util/convolution_base.hpp index 920fa17d74b..f73d05182e8 100644 --- a/src/core/include/openvino/op/util/convolution_base.hpp +++ b/src/core/include/openvino/op/util/convolution_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/deformable_convolution_base.hpp b/src/core/include/openvino/op/util/deformable_convolution_base.hpp index e2b1c530909..8773b989885 100644 --- a/src/core/include/openvino/op/util/deformable_convolution_base.hpp +++ b/src/core/include/openvino/op/util/deformable_convolution_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/detection_output_base.hpp b/src/core/include/openvino/op/util/detection_output_base.hpp index 6fa2db6b14a..f1344dc8381 100644 --- a/src/core/include/openvino/op/util/detection_output_base.hpp +++ b/src/core/include/openvino/op/util/detection_output_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/elementwise_args.hpp b/src/core/include/openvino/op/util/elementwise_args.hpp index 8ee0149bb51..39e2b5733d3 100644 --- a/src/core/include/openvino/op/util/elementwise_args.hpp +++ b/src/core/include/openvino/op/util/elementwise_args.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/embeddingbag_offsets_base.hpp b/src/core/include/openvino/op/util/embeddingbag_offsets_base.hpp index 9853bbcc433..030a3f12671 100644 --- a/src/core/include/openvino/op/util/embeddingbag_offsets_base.hpp +++ b/src/core/include/openvino/op/util/embeddingbag_offsets_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/embeddingbag_packed_base.hpp b/src/core/include/openvino/op/util/embeddingbag_packed_base.hpp index 39ae6012e9c..e79721787c9 100644 --- a/src/core/include/openvino/op/util/embeddingbag_packed_base.hpp +++ b/src/core/include/openvino/op/util/embeddingbag_packed_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/fft_base.hpp b/src/core/include/openvino/op/util/fft_base.hpp index 03cbff8beee..9c3b7106a53 100644 --- a/src/core/include/openvino/op/util/fft_base.hpp +++ b/src/core/include/openvino/op/util/fft_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/framework_node.hpp b/src/core/include/openvino/op/util/framework_node.hpp index f8a63b38b82..258e249e610 100644 --- a/src/core/include/openvino/op/util/framework_node.hpp +++ b/src/core/include/openvino/op/util/framework_node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/gather_base.hpp b/src/core/include/openvino/op/util/gather_base.hpp index 48b2af6b93c..f9125c4c13e 100644 --- a/src/core/include/openvino/op/util/gather_base.hpp +++ b/src/core/include/openvino/op/util/gather_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/gather_nd_base.hpp b/src/core/include/openvino/op/util/gather_nd_base.hpp index be4638cdf75..8bd1c6ed30c 100644 --- a/src/core/include/openvino/op/util/gather_nd_base.hpp +++ b/src/core/include/openvino/op/util/gather_nd_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/index_reduction.hpp b/src/core/include/openvino/op/util/index_reduction.hpp index e72c964a56d..6f57afe6a7e 100644 --- a/src/core/include/openvino/op/util/index_reduction.hpp +++ b/src/core/include/openvino/op/util/index_reduction.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/interpolate_base.hpp b/src/core/include/openvino/op/util/interpolate_base.hpp index 84654c79ed7..858ee639b40 100644 --- a/src/core/include/openvino/op/util/interpolate_base.hpp +++ b/src/core/include/openvino/op/util/interpolate_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/logical_reduction.hpp b/src/core/include/openvino/op/util/logical_reduction.hpp index 47c39a80c53..1059dd922fd 100644 --- a/src/core/include/openvino/op/util/logical_reduction.hpp +++ b/src/core/include/openvino/op/util/logical_reduction.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/logical_reduction_keep_dims.hpp b/src/core/include/openvino/op/util/logical_reduction_keep_dims.hpp index d866339a711..cfa03130d44 100644 --- a/src/core/include/openvino/op/util/logical_reduction_keep_dims.hpp +++ b/src/core/include/openvino/op/util/logical_reduction_keep_dims.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/max_pool_base.hpp b/src/core/include/openvino/op/util/max_pool_base.hpp index e633c364a0b..4fc3529c435 100644 --- a/src/core/include/openvino/op/util/max_pool_base.hpp +++ b/src/core/include/openvino/op/util/max_pool_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/multi_subgraph_base.hpp b/src/core/include/openvino/op/util/multi_subgraph_base.hpp index 76999aac55b..749d82c0bbf 100644 --- a/src/core/include/openvino/op/util/multi_subgraph_base.hpp +++ b/src/core/include/openvino/op/util/multi_subgraph_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/multiclass_nms_base.hpp b/src/core/include/openvino/op/util/multiclass_nms_base.hpp index 514bac0636f..1be7eecd50f 100644 --- a/src/core/include/openvino/op/util/multiclass_nms_base.hpp +++ b/src/core/include/openvino/op/util/multiclass_nms_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/op_types.hpp b/src/core/include/openvino/op/util/op_types.hpp index e2facd7c724..c61c6b23c09 100644 --- a/src/core/include/openvino/op/util/op_types.hpp +++ b/src/core/include/openvino/op/util/op_types.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/pad_base.hpp b/src/core/include/openvino/op/util/pad_base.hpp index bdb9d48665d..6efb4aa8efc 100644 --- a/src/core/include/openvino/op/util/pad_base.hpp +++ b/src/core/include/openvino/op/util/pad_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/precision_sensitive_attribute.hpp b/src/core/include/openvino/op/util/precision_sensitive_attribute.hpp index 6216a3e2052..d17167308a8 100644 --- a/src/core/include/openvino/op/util/precision_sensitive_attribute.hpp +++ b/src/core/include/openvino/op/util/precision_sensitive_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/read_value_base.hpp b/src/core/include/openvino/op/util/read_value_base.hpp index 88879d172d4..a2ccf77b5eb 100644 --- a/src/core/include/openvino/op/util/read_value_base.hpp +++ b/src/core/include/openvino/op/util/read_value_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/recurrent_sequence.hpp b/src/core/include/openvino/op/util/recurrent_sequence.hpp index 452c4150576..f226312f27e 100644 --- a/src/core/include/openvino/op/util/recurrent_sequence.hpp +++ b/src/core/include/openvino/op/util/recurrent_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/reduction_base.hpp b/src/core/include/openvino/op/util/reduction_base.hpp index a0ed930ce05..98f9a8112cf 100644 --- a/src/core/include/openvino/op/util/reduction_base.hpp +++ b/src/core/include/openvino/op/util/reduction_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/rnn_cell_base.hpp b/src/core/include/openvino/op/util/rnn_cell_base.hpp index 9afbc8a8649..e5aa4e59ba5 100644 --- a/src/core/include/openvino/op/util/rnn_cell_base.hpp +++ b/src/core/include/openvino/op/util/rnn_cell_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/scatter_base.hpp b/src/core/include/openvino/op/util/scatter_base.hpp index 8b16e0d3853..4aa2afeac2f 100644 --- a/src/core/include/openvino/op/util/scatter_base.hpp +++ b/src/core/include/openvino/op/util/scatter_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/scatter_elements_update_base.hpp b/src/core/include/openvino/op/util/scatter_elements_update_base.hpp index 45c6e2a5fea..7bfc8e29c93 100644 --- a/src/core/include/openvino/op/util/scatter_elements_update_base.hpp +++ b/src/core/include/openvino/op/util/scatter_elements_update_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/scatter_nd_base.hpp b/src/core/include/openvino/op/util/scatter_nd_base.hpp index 1143bf920f1..f46b23cb164 100644 --- a/src/core/include/openvino/op/util/scatter_nd_base.hpp +++ b/src/core/include/openvino/op/util/scatter_nd_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/sub_graph_base.hpp b/src/core/include/openvino/op/util/sub_graph_base.hpp index 9c7033bec93..7fda720ce67 100644 --- a/src/core/include/openvino/op/util/sub_graph_base.hpp +++ b/src/core/include/openvino/op/util/sub_graph_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/symbolic_info.hpp b/src/core/include/openvino/op/util/symbolic_info.hpp index 39875d187bc..1291ec578ed 100644 --- a/src/core/include/openvino/op/util/symbolic_info.hpp +++ b/src/core/include/openvino/op/util/symbolic_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/topk_base.hpp b/src/core/include/openvino/op/util/topk_base.hpp index 586d495e186..ca3dcd78036 100644 --- a/src/core/include/openvino/op/util/topk_base.hpp +++ b/src/core/include/openvino/op/util/topk_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/unary_elementwise_arithmetic.hpp b/src/core/include/openvino/op/util/unary_elementwise_arithmetic.hpp index d0954f9d4c8..2e4cc496644 100644 --- a/src/core/include/openvino/op/util/unary_elementwise_arithmetic.hpp +++ b/src/core/include/openvino/op/util/unary_elementwise_arithmetic.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/variable.hpp b/src/core/include/openvino/op/util/variable.hpp index 039f97a1a47..6214481184f 100644 --- a/src/core/include/openvino/op/util/variable.hpp +++ b/src/core/include/openvino/op/util/variable.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/variable_context.hpp b/src/core/include/openvino/op/util/variable_context.hpp index ec86b320594..fc2d30ae8c1 100644 --- a/src/core/include/openvino/op/util/variable_context.hpp +++ b/src/core/include/openvino/op/util/variable_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/variable_extension.hpp b/src/core/include/openvino/op/util/variable_extension.hpp index 5601afe5863..7e025bc49c0 100644 --- a/src/core/include/openvino/op/util/variable_extension.hpp +++ b/src/core/include/openvino/op/util/variable_extension.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/util/variable_value.hpp b/src/core/include/openvino/op/util/variable_value.hpp index 57e25e893e2..5de48e06005 100644 --- a/src/core/include/openvino/op/util/variable_value.hpp +++ b/src/core/include/openvino/op/util/variable_value.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/variadic_split.hpp b/src/core/include/openvino/op/variadic_split.hpp index 49cb5dcc714..6219527f120 100644 --- a/src/core/include/openvino/op/variadic_split.hpp +++ b/src/core/include/openvino/op/variadic_split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/op/xor.hpp b/src/core/include/openvino/op/xor.hpp index 700aa34891e..f79d20a23a3 100644 --- a/src/core/include/openvino/op/xor.hpp +++ b/src/core/include/openvino/op/xor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset.hpp b/src/core/include/openvino/opsets/opset.hpp index f14fc6feb85..a3f88d0d308 100644 --- a/src/core/include/openvino/opsets/opset.hpp +++ b/src/core/include/openvino/opsets/opset.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset1.hpp b/src/core/include/openvino/opsets/opset1.hpp index 062dacde745..e2a7a159299 100644 --- a/src/core/include/openvino/opsets/opset1.hpp +++ b/src/core/include/openvino/opsets/opset1.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset10.hpp b/src/core/include/openvino/opsets/opset10.hpp index ddd6a649344..0574aded47e 100644 --- a/src/core/include/openvino/opsets/opset10.hpp +++ b/src/core/include/openvino/opsets/opset10.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset10_tbl.hpp b/src/core/include/openvino/opsets/opset10_tbl.hpp index cc48a596cd2..28d284c376a 100644 --- a/src/core/include/openvino/opsets/opset10_tbl.hpp +++ b/src/core/include/openvino/opsets/opset10_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset11.hpp b/src/core/include/openvino/opsets/opset11.hpp index 3d8748ed17f..2c64311d8fb 100644 --- a/src/core/include/openvino/opsets/opset11.hpp +++ b/src/core/include/openvino/opsets/opset11.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset11_tbl.hpp b/src/core/include/openvino/opsets/opset11_tbl.hpp index 2c123403305..9a3991b5abf 100644 --- a/src/core/include/openvino/opsets/opset11_tbl.hpp +++ b/src/core/include/openvino/opsets/opset11_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset12.hpp b/src/core/include/openvino/opsets/opset12.hpp index c27b699d880..ea459c58f19 100644 --- a/src/core/include/openvino/opsets/opset12.hpp +++ b/src/core/include/openvino/opsets/opset12.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset12_tbl.hpp b/src/core/include/openvino/opsets/opset12_tbl.hpp index 4952dca4db5..718b03fd79d 100644 --- a/src/core/include/openvino/opsets/opset12_tbl.hpp +++ b/src/core/include/openvino/opsets/opset12_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset13.hpp b/src/core/include/openvino/opsets/opset13.hpp index a97cefba596..db6bc0920b6 100644 --- a/src/core/include/openvino/opsets/opset13.hpp +++ b/src/core/include/openvino/opsets/opset13.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset13_tbl.hpp b/src/core/include/openvino/opsets/opset13_tbl.hpp index 02597716a2a..b409be334ba 100644 --- a/src/core/include/openvino/opsets/opset13_tbl.hpp +++ b/src/core/include/openvino/opsets/opset13_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset14.hpp b/src/core/include/openvino/opsets/opset14.hpp index b4edf282425..eee9f7ab60c 100644 --- a/src/core/include/openvino/opsets/opset14.hpp +++ b/src/core/include/openvino/opsets/opset14.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset1_tbl.hpp b/src/core/include/openvino/opsets/opset1_tbl.hpp index 552595fac18..089df5896e6 100644 --- a/src/core/include/openvino/opsets/opset1_tbl.hpp +++ b/src/core/include/openvino/opsets/opset1_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset2.hpp b/src/core/include/openvino/opsets/opset2.hpp index baba5290816..bcdaa6a1bc3 100644 --- a/src/core/include/openvino/opsets/opset2.hpp +++ b/src/core/include/openvino/opsets/opset2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset2_tbl.hpp b/src/core/include/openvino/opsets/opset2_tbl.hpp index 44df5358b1b..1d7c55ea745 100644 --- a/src/core/include/openvino/opsets/opset2_tbl.hpp +++ b/src/core/include/openvino/opsets/opset2_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset3.hpp b/src/core/include/openvino/opsets/opset3.hpp index f2ded9a4273..a4e99a21e1c 100644 --- a/src/core/include/openvino/opsets/opset3.hpp +++ b/src/core/include/openvino/opsets/opset3.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset3_tbl.hpp b/src/core/include/openvino/opsets/opset3_tbl.hpp index c3ab9896515..3c34a6999f2 100644 --- a/src/core/include/openvino/opsets/opset3_tbl.hpp +++ b/src/core/include/openvino/opsets/opset3_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset4.hpp b/src/core/include/openvino/opsets/opset4.hpp index aa6eba6f6fc..738ef53e84d 100644 --- a/src/core/include/openvino/opsets/opset4.hpp +++ b/src/core/include/openvino/opsets/opset4.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset4_tbl.hpp b/src/core/include/openvino/opsets/opset4_tbl.hpp index 682a88e0043..c02db1d9626 100644 --- a/src/core/include/openvino/opsets/opset4_tbl.hpp +++ b/src/core/include/openvino/opsets/opset4_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset5.hpp b/src/core/include/openvino/opsets/opset5.hpp index 83f6a46c348..93ab01a65dd 100644 --- a/src/core/include/openvino/opsets/opset5.hpp +++ b/src/core/include/openvino/opsets/opset5.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset5_tbl.hpp b/src/core/include/openvino/opsets/opset5_tbl.hpp index 7c132835a74..2d5d79ffb17 100644 --- a/src/core/include/openvino/opsets/opset5_tbl.hpp +++ b/src/core/include/openvino/opsets/opset5_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset6.hpp b/src/core/include/openvino/opsets/opset6.hpp index 3d0ecb1d203..2ba002c2459 100644 --- a/src/core/include/openvino/opsets/opset6.hpp +++ b/src/core/include/openvino/opsets/opset6.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset6_tbl.hpp b/src/core/include/openvino/opsets/opset6_tbl.hpp index 28305b949b5..9eeebc80857 100644 --- a/src/core/include/openvino/opsets/opset6_tbl.hpp +++ b/src/core/include/openvino/opsets/opset6_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset7.hpp b/src/core/include/openvino/opsets/opset7.hpp index 945eb65fcba..84f8dd6f1c3 100644 --- a/src/core/include/openvino/opsets/opset7.hpp +++ b/src/core/include/openvino/opsets/opset7.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset7_tbl.hpp b/src/core/include/openvino/opsets/opset7_tbl.hpp index 620bd980a28..a7bae602ae7 100644 --- a/src/core/include/openvino/opsets/opset7_tbl.hpp +++ b/src/core/include/openvino/opsets/opset7_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset8.hpp b/src/core/include/openvino/opsets/opset8.hpp index 7516191646a..a7d344038ac 100644 --- a/src/core/include/openvino/opsets/opset8.hpp +++ b/src/core/include/openvino/opsets/opset8.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset8_tbl.hpp b/src/core/include/openvino/opsets/opset8_tbl.hpp index c9801381c4a..c31512f4a27 100644 --- a/src/core/include/openvino/opsets/opset8_tbl.hpp +++ b/src/core/include/openvino/opsets/opset8_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset9.hpp b/src/core/include/openvino/opsets/opset9.hpp index c92f7a3754d..4ad535e65b5 100644 --- a/src/core/include/openvino/opsets/opset9.hpp +++ b/src/core/include/openvino/opsets/opset9.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/opsets/opset9_tbl.hpp b/src/core/include/openvino/opsets/opset9_tbl.hpp index 76f2d37c250..1144fdbcca6 100644 --- a/src/core/include/openvino/opsets/opset9_tbl.hpp +++ b/src/core/include/openvino/opsets/opset9_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/constant_folding.hpp b/src/core/include/openvino/pass/constant_folding.hpp index 167b5da5487..134f02c5909 100644 --- a/src/core/include/openvino/pass/constant_folding.hpp +++ b/src/core/include/openvino/pass/constant_folding.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/convert_fp32_to_fp16.hpp b/src/core/include/openvino/pass/convert_fp32_to_fp16.hpp index 972d426c42f..61c76e3b2f9 100644 --- a/src/core/include/openvino/pass/convert_fp32_to_fp16.hpp +++ b/src/core/include/openvino/pass/convert_fp32_to_fp16.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/graph_rewrite.hpp b/src/core/include/openvino/pass/graph_rewrite.hpp index 0b49f77ee7e..792393b33a1 100644 --- a/src/core/include/openvino/pass/graph_rewrite.hpp +++ b/src/core/include/openvino/pass/graph_rewrite.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/low_latency.hpp b/src/core/include/openvino/pass/low_latency.hpp index 750fad543be..b3a8d38f755 100644 --- a/src/core/include/openvino/pass/low_latency.hpp +++ b/src/core/include/openvino/pass/low_latency.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/make_stateful.hpp b/src/core/include/openvino/pass/make_stateful.hpp index 3c77684eb94..a4132589fe6 100644 --- a/src/core/include/openvino/pass/make_stateful.hpp +++ b/src/core/include/openvino/pass/make_stateful.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/manager.hpp b/src/core/include/openvino/pass/manager.hpp index 54fe775f581..8ca9ce354ee 100644 --- a/src/core/include/openvino/pass/manager.hpp +++ b/src/core/include/openvino/pass/manager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pass.hpp b/src/core/include/openvino/pass/pass.hpp index 7f5ee620bfe..5c27df8aed4 100644 --- a/src/core/include/openvino/pass/pass.hpp +++ b/src/core/include/openvino/pass/pass.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pass_config.hpp b/src/core/include/openvino/pass/pass_config.hpp index 67821abd8e1..465f91622a1 100644 --- a/src/core/include/openvino/pass/pass_config.hpp +++ b/src/core/include/openvino/pass/pass_config.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/matcher.hpp b/src/core/include/openvino/pass/pattern/matcher.hpp index d23613a2a31..9613180377a 100644 --- a/src/core/include/openvino/pass/pattern/matcher.hpp +++ b/src/core/include/openvino/pass/pattern/matcher.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/any.hpp b/src/core/include/openvino/pass/pattern/op/any.hpp index fdf2601bae6..65c2df8ecd8 100644 --- a/src/core/include/openvino/pass/pattern/op/any.hpp +++ b/src/core/include/openvino/pass/pattern/op/any.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/any_of.hpp b/src/core/include/openvino/pass/pattern/op/any_of.hpp index 468347a72ca..7e011dc777c 100644 --- a/src/core/include/openvino/pass/pattern/op/any_of.hpp +++ b/src/core/include/openvino/pass/pattern/op/any_of.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/any_output.hpp b/src/core/include/openvino/pass/pattern/op/any_output.hpp index 6d2ac4dbe81..8d22825d43f 100644 --- a/src/core/include/openvino/pass/pattern/op/any_output.hpp +++ b/src/core/include/openvino/pass/pattern/op/any_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/branch.hpp b/src/core/include/openvino/pass/pattern/op/branch.hpp index 124b17b330c..7b9a2c6323f 100644 --- a/src/core/include/openvino/pass/pattern/op/branch.hpp +++ b/src/core/include/openvino/pass/pattern/op/branch.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/capture.hpp b/src/core/include/openvino/pass/pattern/op/capture.hpp index 14c5d76de66..0d1d7aeecb4 100644 --- a/src/core/include/openvino/pass/pattern/op/capture.hpp +++ b/src/core/include/openvino/pass/pattern/op/capture.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/label.hpp b/src/core/include/openvino/pass/pattern/op/label.hpp index fc808fff35d..82fa50a6a50 100644 --- a/src/core/include/openvino/pass/pattern/op/label.hpp +++ b/src/core/include/openvino/pass/pattern/op/label.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/or.hpp b/src/core/include/openvino/pass/pattern/op/or.hpp index 26c3c108a21..b482e175e2b 100644 --- a/src/core/include/openvino/pass/pattern/op/or.hpp +++ b/src/core/include/openvino/pass/pattern/op/or.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/pattern.hpp b/src/core/include/openvino/pass/pattern/op/pattern.hpp index 643a1c935b8..9af075f07e1 100644 --- a/src/core/include/openvino/pass/pattern/op/pattern.hpp +++ b/src/core/include/openvino/pass/pattern/op/pattern.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/skip.hpp b/src/core/include/openvino/pass/pattern/op/skip.hpp index 587596d754b..350c7d2b81e 100644 --- a/src/core/include/openvino/pass/pattern/op/skip.hpp +++ b/src/core/include/openvino/pass/pattern/op/skip.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/true.hpp b/src/core/include/openvino/pass/pattern/op/true.hpp index 5be63beda2d..de79aa563a2 100644 --- a/src/core/include/openvino/pass/pattern/op/true.hpp +++ b/src/core/include/openvino/pass/pattern/op/true.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/pattern/op/wrap_type.hpp b/src/core/include/openvino/pass/pattern/op/wrap_type.hpp index 4289db01377..c008d9d9887 100644 --- a/src/core/include/openvino/pass/pattern/op/wrap_type.hpp +++ b/src/core/include/openvino/pass/pattern/op/wrap_type.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/serialize.hpp b/src/core/include/openvino/pass/serialize.hpp index 332b8d76b90..c85a85381b2 100644 --- a/src/core/include/openvino/pass/serialize.hpp +++ b/src/core/include/openvino/pass/serialize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/validate.hpp b/src/core/include/openvino/pass/validate.hpp index 307831e3951..23cfe9909f7 100644 --- a/src/core/include/openvino/pass/validate.hpp +++ b/src/core/include/openvino/pass/validate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/pass/visualize_tree.hpp b/src/core/include/openvino/pass/visualize_tree.hpp index 0e3e3a05555..0436dba3a14 100644 --- a/src/core/include/openvino/pass/visualize_tree.hpp +++ b/src/core/include/openvino/pass/visualize_tree.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/runtime/allocator.hpp b/src/core/include/openvino/runtime/allocator.hpp index f92be30a434..c1e049cae55 100644 --- a/src/core/include/openvino/runtime/allocator.hpp +++ b/src/core/include/openvino/runtime/allocator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/include/openvino/runtime/tensor.hpp b/src/core/include/openvino/runtime/tensor.hpp index 61b829fafb2..6ed1a795e7a 100644 --- a/src/core/include/openvino/runtime/tensor.hpp +++ b/src/core/include/openvino/runtime/tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/CMakeLists.txt b/src/core/reference/CMakeLists.txt index e868c07c391..791489b6e51 100644 --- a/src/core/reference/CMakeLists.txt +++ b/src/core/reference/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/core/reference/include/openvino/reference/abs.hpp b/src/core/reference/include/openvino/reference/abs.hpp index 426634a63a2..d996b585001 100644 --- a/src/core/reference/include/openvino/reference/abs.hpp +++ b/src/core/reference/include/openvino/reference/abs.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/acos.hpp b/src/core/reference/include/openvino/reference/acos.hpp index 03a66685615..885402530f7 100644 --- a/src/core/reference/include/openvino/reference/acos.hpp +++ b/src/core/reference/include/openvino/reference/acos.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/acosh.hpp b/src/core/reference/include/openvino/reference/acosh.hpp index 009c7750b8a..16b04ffa5ad 100644 --- a/src/core/reference/include/openvino/reference/acosh.hpp +++ b/src/core/reference/include/openvino/reference/acosh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/adaptive_avg_pool.hpp b/src/core/reference/include/openvino/reference/adaptive_avg_pool.hpp index d59eb1bf6e1..1e09a7b7e20 100644 --- a/src/core/reference/include/openvino/reference/adaptive_avg_pool.hpp +++ b/src/core/reference/include/openvino/reference/adaptive_avg_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/adaptive_max_pool.hpp b/src/core/reference/include/openvino/reference/adaptive_max_pool.hpp index a84ed81b47d..d8cb0007979 100644 --- a/src/core/reference/include/openvino/reference/adaptive_max_pool.hpp +++ b/src/core/reference/include/openvino/reference/adaptive_max_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/add.hpp b/src/core/reference/include/openvino/reference/add.hpp index 4b097ec2bb2..0cc1e076f1e 100644 --- a/src/core/reference/include/openvino/reference/add.hpp +++ b/src/core/reference/include/openvino/reference/add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/and.hpp b/src/core/reference/include/openvino/reference/and.hpp index 8f43b045d63..5dd23c8eeab 100644 --- a/src/core/reference/include/openvino/reference/and.hpp +++ b/src/core/reference/include/openvino/reference/and.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/asin.hpp b/src/core/reference/include/openvino/reference/asin.hpp index e661f5abd45..49a385bd467 100644 --- a/src/core/reference/include/openvino/reference/asin.hpp +++ b/src/core/reference/include/openvino/reference/asin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/asinh.hpp b/src/core/reference/include/openvino/reference/asinh.hpp index 47892c5b73a..fe49bb6982e 100644 --- a/src/core/reference/include/openvino/reference/asinh.hpp +++ b/src/core/reference/include/openvino/reference/asinh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/atan.hpp b/src/core/reference/include/openvino/reference/atan.hpp index 79054cfc5e6..495383570ad 100644 --- a/src/core/reference/include/openvino/reference/atan.hpp +++ b/src/core/reference/include/openvino/reference/atan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/atan2.hpp b/src/core/reference/include/openvino/reference/atan2.hpp index d16d48fae31..e989a7b8844 100644 --- a/src/core/reference/include/openvino/reference/atan2.hpp +++ b/src/core/reference/include/openvino/reference/atan2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/atanh.hpp b/src/core/reference/include/openvino/reference/atanh.hpp index 1e15f56d0eb..61822f1b346 100644 --- a/src/core/reference/include/openvino/reference/atanh.hpp +++ b/src/core/reference/include/openvino/reference/atanh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/autobroadcast_binop.hpp b/src/core/reference/include/openvino/reference/autobroadcast_binop.hpp index 510d691f228..cdae05772ea 100644 --- a/src/core/reference/include/openvino/reference/autobroadcast_binop.hpp +++ b/src/core/reference/include/openvino/reference/autobroadcast_binop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/avg_pool.hpp b/src/core/reference/include/openvino/reference/avg_pool.hpp index c395ff5c52f..16202591507 100644 --- a/src/core/reference/include/openvino/reference/avg_pool.hpp +++ b/src/core/reference/include/openvino/reference/avg_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/batch_norm.hpp b/src/core/reference/include/openvino/reference/batch_norm.hpp index 1050d78ecaa..5a4cbc4a750 100644 --- a/src/core/reference/include/openvino/reference/batch_norm.hpp +++ b/src/core/reference/include/openvino/reference/batch_norm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/binary_convolution.hpp b/src/core/reference/include/openvino/reference/binary_convolution.hpp index ba13dad1a29..1bbf1ed339d 100644 --- a/src/core/reference/include/openvino/reference/binary_convolution.hpp +++ b/src/core/reference/include/openvino/reference/binary_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/bitwise_and.hpp b/src/core/reference/include/openvino/reference/bitwise_and.hpp index a6422b5d489..56a314c3aee 100644 --- a/src/core/reference/include/openvino/reference/bitwise_and.hpp +++ b/src/core/reference/include/openvino/reference/bitwise_and.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/bitwise_not.hpp b/src/core/reference/include/openvino/reference/bitwise_not.hpp index da0cd9095c3..b8bb7d3a0fd 100644 --- a/src/core/reference/include/openvino/reference/bitwise_not.hpp +++ b/src/core/reference/include/openvino/reference/bitwise_not.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/bitwise_or.hpp b/src/core/reference/include/openvino/reference/bitwise_or.hpp index 54eb2fe91ff..45bf7857a8a 100644 --- a/src/core/reference/include/openvino/reference/bitwise_or.hpp +++ b/src/core/reference/include/openvino/reference/bitwise_or.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/bitwise_xor.hpp b/src/core/reference/include/openvino/reference/bitwise_xor.hpp index 7204077c4ab..3fb0d3e2184 100644 --- a/src/core/reference/include/openvino/reference/bitwise_xor.hpp +++ b/src/core/reference/include/openvino/reference/bitwise_xor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/broadcast.hpp b/src/core/reference/include/openvino/reference/broadcast.hpp index 36767f94cbd..bd0ad54d991 100644 --- a/src/core/reference/include/openvino/reference/broadcast.hpp +++ b/src/core/reference/include/openvino/reference/broadcast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/bucketize.hpp b/src/core/reference/include/openvino/reference/bucketize.hpp index 49fd22eaf66..80bb1624bac 100644 --- a/src/core/reference/include/openvino/reference/bucketize.hpp +++ b/src/core/reference/include/openvino/reference/bucketize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/ceiling.hpp b/src/core/reference/include/openvino/reference/ceiling.hpp index 69553d470b1..3448f9896ea 100644 --- a/src/core/reference/include/openvino/reference/ceiling.hpp +++ b/src/core/reference/include/openvino/reference/ceiling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/clamp.hpp b/src/core/reference/include/openvino/reference/clamp.hpp index a658928a994..bbc0e3ae0eb 100644 --- a/src/core/reference/include/openvino/reference/clamp.hpp +++ b/src/core/reference/include/openvino/reference/clamp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/concat.hpp b/src/core/reference/include/openvino/reference/concat.hpp index 751226d8325..d8dd917930d 100644 --- a/src/core/reference/include/openvino/reference/concat.hpp +++ b/src/core/reference/include/openvino/reference/concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/constant.hpp b/src/core/reference/include/openvino/reference/constant.hpp index 2c0a6add560..d30d1f655aa 100644 --- a/src/core/reference/include/openvino/reference/constant.hpp +++ b/src/core/reference/include/openvino/reference/constant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/convert.hpp b/src/core/reference/include/openvino/reference/convert.hpp index 061aab73b2d..8af21adc189 100644 --- a/src/core/reference/include/openvino/reference/convert.hpp +++ b/src/core/reference/include/openvino/reference/convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/convert_color_nv12.hpp b/src/core/reference/include/openvino/reference/convert_color_nv12.hpp index d0d9b3ee1cc..d2aa3d8e98e 100644 --- a/src/core/reference/include/openvino/reference/convert_color_nv12.hpp +++ b/src/core/reference/include/openvino/reference/convert_color_nv12.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/convolution.hpp b/src/core/reference/include/openvino/reference/convolution.hpp index fb9e68fa3c3..a460f3f02da 100644 --- a/src/core/reference/include/openvino/reference/convolution.hpp +++ b/src/core/reference/include/openvino/reference/convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/convolution_backprop_data.hpp b/src/core/reference/include/openvino/reference/convolution_backprop_data.hpp index d1491d68b5f..2fef37a4b76 100644 --- a/src/core/reference/include/openvino/reference/convolution_backprop_data.hpp +++ b/src/core/reference/include/openvino/reference/convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/copy.hpp b/src/core/reference/include/openvino/reference/copy.hpp index 245489ad616..0e5cee928d4 100644 --- a/src/core/reference/include/openvino/reference/copy.hpp +++ b/src/core/reference/include/openvino/reference/copy.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/cos.hpp b/src/core/reference/include/openvino/reference/cos.hpp index ecd50ec940d..bf603b57e94 100644 --- a/src/core/reference/include/openvino/reference/cos.hpp +++ b/src/core/reference/include/openvino/reference/cos.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/cosh.hpp b/src/core/reference/include/openvino/reference/cosh.hpp index 8d373570a65..a3b0bb895b6 100644 --- a/src/core/reference/include/openvino/reference/cosh.hpp +++ b/src/core/reference/include/openvino/reference/cosh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/ctc_greedy_decoder.hpp b/src/core/reference/include/openvino/reference/ctc_greedy_decoder.hpp index bb19527c659..e98eef3faea 100644 --- a/src/core/reference/include/openvino/reference/ctc_greedy_decoder.hpp +++ b/src/core/reference/include/openvino/reference/ctc_greedy_decoder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/ctc_greedy_decoder_seq_len.hpp b/src/core/reference/include/openvino/reference/ctc_greedy_decoder_seq_len.hpp index bf3e28e339d..7fabbc7cee5 100644 --- a/src/core/reference/include/openvino/reference/ctc_greedy_decoder_seq_len.hpp +++ b/src/core/reference/include/openvino/reference/ctc_greedy_decoder_seq_len.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/ctc_loss.hpp b/src/core/reference/include/openvino/reference/ctc_loss.hpp index 7e12b9abf84..3a253ee1745 100644 --- a/src/core/reference/include/openvino/reference/ctc_loss.hpp +++ b/src/core/reference/include/openvino/reference/ctc_loss.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/cum_sum.hpp b/src/core/reference/include/openvino/reference/cum_sum.hpp index 24c9d543d9f..d1acd9eb53c 100644 --- a/src/core/reference/include/openvino/reference/cum_sum.hpp +++ b/src/core/reference/include/openvino/reference/cum_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/deformable_convolution.hpp b/src/core/reference/include/openvino/reference/deformable_convolution.hpp index a6255782263..faf62369eac 100644 --- a/src/core/reference/include/openvino/reference/deformable_convolution.hpp +++ b/src/core/reference/include/openvino/reference/deformable_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/deformable_psroi_pooling.hpp b/src/core/reference/include/openvino/reference/deformable_psroi_pooling.hpp index 1d62f34f4f9..c96768059ec 100644 --- a/src/core/reference/include/openvino/reference/deformable_psroi_pooling.hpp +++ b/src/core/reference/include/openvino/reference/deformable_psroi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // DeformablePSROIPooling implementation was inspired by diff --git a/src/core/reference/include/openvino/reference/depth_to_space.hpp b/src/core/reference/include/openvino/reference/depth_to_space.hpp index 93b957f93ea..dd3525ad10e 100644 --- a/src/core/reference/include/openvino/reference/depth_to_space.hpp +++ b/src/core/reference/include/openvino/reference/depth_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/detection_output.hpp b/src/core/reference/include/openvino/reference/detection_output.hpp index f5e79988ba7..f0160880e4e 100644 --- a/src/core/reference/include/openvino/reference/detection_output.hpp +++ b/src/core/reference/include/openvino/reference/detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/divide.hpp b/src/core/reference/include/openvino/reference/divide.hpp index 08b75017c29..8614799203c 100644 --- a/src/core/reference/include/openvino/reference/divide.hpp +++ b/src/core/reference/include/openvino/reference/divide.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/einsum.hpp b/src/core/reference/include/openvino/reference/einsum.hpp index c1a42524d50..793638aa209 100644 --- a/src/core/reference/include/openvino/reference/einsum.hpp +++ b/src/core/reference/include/openvino/reference/einsum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/elu.hpp b/src/core/reference/include/openvino/reference/elu.hpp index 6ae9d6467aa..fc49a7a4a5a 100644 --- a/src/core/reference/include/openvino/reference/elu.hpp +++ b/src/core/reference/include/openvino/reference/elu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/embedding_bag_offsets_sum.hpp b/src/core/reference/include/openvino/reference/embedding_bag_offsets_sum.hpp index 0d87538de89..48633f008a1 100644 --- a/src/core/reference/include/openvino/reference/embedding_bag_offsets_sum.hpp +++ b/src/core/reference/include/openvino/reference/embedding_bag_offsets_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/embedding_bag_packed_sum.hpp b/src/core/reference/include/openvino/reference/embedding_bag_packed_sum.hpp index 678b7495c73..bfddc0729f0 100644 --- a/src/core/reference/include/openvino/reference/embedding_bag_packed_sum.hpp +++ b/src/core/reference/include/openvino/reference/embedding_bag_packed_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/embedding_segments_sum.hpp b/src/core/reference/include/openvino/reference/embedding_segments_sum.hpp index 557fd248d0d..b5520304552 100644 --- a/src/core/reference/include/openvino/reference/embedding_segments_sum.hpp +++ b/src/core/reference/include/openvino/reference/embedding_segments_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/equal.hpp b/src/core/reference/include/openvino/reference/equal.hpp index 5e75b110eb9..d6e2c96932d 100644 --- a/src/core/reference/include/openvino/reference/equal.hpp +++ b/src/core/reference/include/openvino/reference/equal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/erf.hpp b/src/core/reference/include/openvino/reference/erf.hpp index d928ab9087f..477e3eae8b9 100644 --- a/src/core/reference/include/openvino/reference/erf.hpp +++ b/src/core/reference/include/openvino/reference/erf.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/exp.hpp b/src/core/reference/include/openvino/reference/exp.hpp index dde6f812461..488dcf12d8c 100644 --- a/src/core/reference/include/openvino/reference/exp.hpp +++ b/src/core/reference/include/openvino/reference/exp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/experimental_detectron_proposal_single_image.hpp b/src/core/reference/include/openvino/reference/experimental_detectron_proposal_single_image.hpp index 68d7f7e6889..e70006ec60c 100644 --- a/src/core/reference/include/openvino/reference/experimental_detectron_proposal_single_image.hpp +++ b/src/core/reference/include/openvino/reference/experimental_detectron_proposal_single_image.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/experimental_detectron_roi_feature_extractor.hpp b/src/core/reference/include/openvino/reference/experimental_detectron_roi_feature_extractor.hpp index 80d283d2dad..13cf1f2132d 100644 --- a/src/core/reference/include/openvino/reference/experimental_detectron_roi_feature_extractor.hpp +++ b/src/core/reference/include/openvino/reference/experimental_detectron_roi_feature_extractor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/experimental_detectron_topk_rois.hpp b/src/core/reference/include/openvino/reference/experimental_detectron_topk_rois.hpp index 876874c2a3a..4446dc8b986 100644 --- a/src/core/reference/include/openvino/reference/experimental_detectron_topk_rois.hpp +++ b/src/core/reference/include/openvino/reference/experimental_detectron_topk_rois.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/extract_image_patches.hpp b/src/core/reference/include/openvino/reference/extract_image_patches.hpp index 24840917856..6bbca1596a6 100644 --- a/src/core/reference/include/openvino/reference/extract_image_patches.hpp +++ b/src/core/reference/include/openvino/reference/extract_image_patches.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/eye.hpp b/src/core/reference/include/openvino/reference/eye.hpp index 2cb997c03f0..35b7937f0b2 100644 --- a/src/core/reference/include/openvino/reference/eye.hpp +++ b/src/core/reference/include/openvino/reference/eye.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/fake_convert.hpp b/src/core/reference/include/openvino/reference/fake_convert.hpp index 58fe81cd7fb..a6822cbb5c0 100644 --- a/src/core/reference/include/openvino/reference/fake_convert.hpp +++ b/src/core/reference/include/openvino/reference/fake_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/fake_quantize.hpp b/src/core/reference/include/openvino/reference/fake_quantize.hpp index a731290c251..95d9c086917 100644 --- a/src/core/reference/include/openvino/reference/fake_quantize.hpp +++ b/src/core/reference/include/openvino/reference/fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/floor.hpp b/src/core/reference/include/openvino/reference/floor.hpp index 223463e46f9..1d1f7ad1756 100644 --- a/src/core/reference/include/openvino/reference/floor.hpp +++ b/src/core/reference/include/openvino/reference/floor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/floor_mod.hpp b/src/core/reference/include/openvino/reference/floor_mod.hpp index 9868627dc18..b71140df192 100644 --- a/src/core/reference/include/openvino/reference/floor_mod.hpp +++ b/src/core/reference/include/openvino/reference/floor_mod.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/function.hpp b/src/core/reference/include/openvino/reference/function.hpp index 24c10da48b4..3f01efe675b 100644 --- a/src/core/reference/include/openvino/reference/function.hpp +++ b/src/core/reference/include/openvino/reference/function.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/gather.hpp b/src/core/reference/include/openvino/reference/gather.hpp index a580c20bc35..9289181747c 100644 --- a/src/core/reference/include/openvino/reference/gather.hpp +++ b/src/core/reference/include/openvino/reference/gather.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/gather_elements.hpp b/src/core/reference/include/openvino/reference/gather_elements.hpp index 0f269123ec8..af196c9ad4c 100644 --- a/src/core/reference/include/openvino/reference/gather_elements.hpp +++ b/src/core/reference/include/openvino/reference/gather_elements.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/gather_nd.hpp b/src/core/reference/include/openvino/reference/gather_nd.hpp index 6ca656b66a7..42920cbbf0f 100644 --- a/src/core/reference/include/openvino/reference/gather_nd.hpp +++ b/src/core/reference/include/openvino/reference/gather_nd.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/gather_tree.hpp b/src/core/reference/include/openvino/reference/gather_tree.hpp index df0e581f0df..2842478b25f 100644 --- a/src/core/reference/include/openvino/reference/gather_tree.hpp +++ b/src/core/reference/include/openvino/reference/gather_tree.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/gelu.hpp b/src/core/reference/include/openvino/reference/gelu.hpp index 091887c4f9d..1a3d96a85ba 100644 --- a/src/core/reference/include/openvino/reference/gelu.hpp +++ b/src/core/reference/include/openvino/reference/gelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/generate_proposal.hpp b/src/core/reference/include/openvino/reference/generate_proposal.hpp index 64bbfc6e55d..18610d0034b 100644 --- a/src/core/reference/include/openvino/reference/generate_proposal.hpp +++ b/src/core/reference/include/openvino/reference/generate_proposal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/greater.hpp b/src/core/reference/include/openvino/reference/greater.hpp index 98f1ecfff51..7a7d2d40de8 100644 --- a/src/core/reference/include/openvino/reference/greater.hpp +++ b/src/core/reference/include/openvino/reference/greater.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/greater_eq.hpp b/src/core/reference/include/openvino/reference/greater_eq.hpp index 6b8f5759c41..c54ab9630ab 100644 --- a/src/core/reference/include/openvino/reference/greater_eq.hpp +++ b/src/core/reference/include/openvino/reference/greater_eq.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/grn.hpp b/src/core/reference/include/openvino/reference/grn.hpp index e05962e6154..04ebb89bca7 100644 --- a/src/core/reference/include/openvino/reference/grn.hpp +++ b/src/core/reference/include/openvino/reference/grn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/group_convolution.hpp b/src/core/reference/include/openvino/reference/group_convolution.hpp index 0ae26e696b6..381d610e1f1 100644 --- a/src/core/reference/include/openvino/reference/group_convolution.hpp +++ b/src/core/reference/include/openvino/reference/group_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/group_convolution_backprop_data.hpp b/src/core/reference/include/openvino/reference/group_convolution_backprop_data.hpp index 5c410d044ce..123bc7dc4c9 100644 --- a/src/core/reference/include/openvino/reference/group_convolution_backprop_data.hpp +++ b/src/core/reference/include/openvino/reference/group_convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/group_normalization.hpp b/src/core/reference/include/openvino/reference/group_normalization.hpp index d6e5602a586..dd88f6b87ec 100644 --- a/src/core/reference/include/openvino/reference/group_normalization.hpp +++ b/src/core/reference/include/openvino/reference/group_normalization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/gru_cell.hpp b/src/core/reference/include/openvino/reference/gru_cell.hpp index 9211650b757..af8fd554add 100644 --- a/src/core/reference/include/openvino/reference/gru_cell.hpp +++ b/src/core/reference/include/openvino/reference/gru_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/hard_sigmoid.hpp b/src/core/reference/include/openvino/reference/hard_sigmoid.hpp index dd2cb98df1d..8ff7503aec4 100644 --- a/src/core/reference/include/openvino/reference/hard_sigmoid.hpp +++ b/src/core/reference/include/openvino/reference/hard_sigmoid.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/helpers.hpp b/src/core/reference/include/openvino/reference/helpers.hpp index 2f2cfb3807e..7029ad97b7b 100644 --- a/src/core/reference/include/openvino/reference/helpers.hpp +++ b/src/core/reference/include/openvino/reference/helpers.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/hsigmoid.hpp b/src/core/reference/include/openvino/reference/hsigmoid.hpp index 069a12257e4..262559a54a7 100644 --- a/src/core/reference/include/openvino/reference/hsigmoid.hpp +++ b/src/core/reference/include/openvino/reference/hsigmoid.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/hswish.hpp b/src/core/reference/include/openvino/reference/hswish.hpp index 65a0ca846c1..8c4fbc7bdd3 100644 --- a/src/core/reference/include/openvino/reference/hswish.hpp +++ b/src/core/reference/include/openvino/reference/hswish.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/if.hpp b/src/core/reference/include/openvino/reference/if.hpp index 27fc71ed393..e1025979b1b 100644 --- a/src/core/reference/include/openvino/reference/if.hpp +++ b/src/core/reference/include/openvino/reference/if.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/interpolate.hpp b/src/core/reference/include/openvino/reference/interpolate.hpp index 17b42e0af7e..64e21f27f0c 100644 --- a/src/core/reference/include/openvino/reference/interpolate.hpp +++ b/src/core/reference/include/openvino/reference/interpolate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/interpolate_pil.hpp b/src/core/reference/include/openvino/reference/interpolate_pil.hpp index d57875cc538..5027909e2ee 100644 --- a/src/core/reference/include/openvino/reference/interpolate_pil.hpp +++ b/src/core/reference/include/openvino/reference/interpolate_pil.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // // The implementation for BILINEAR_PILLOW and BICUBIC_PILLOW is based on the diff --git a/src/core/reference/include/openvino/reference/is_finite.hpp b/src/core/reference/include/openvino/reference/is_finite.hpp index 302da8485d3..50c9f32506a 100644 --- a/src/core/reference/include/openvino/reference/is_finite.hpp +++ b/src/core/reference/include/openvino/reference/is_finite.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/is_inf.hpp b/src/core/reference/include/openvino/reference/is_inf.hpp index 210248ff2fc..9cbb8d22eb6 100644 --- a/src/core/reference/include/openvino/reference/is_inf.hpp +++ b/src/core/reference/include/openvino/reference/is_inf.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/is_nan.hpp b/src/core/reference/include/openvino/reference/is_nan.hpp index 7b96e3abb08..0d72a0b2893 100644 --- a/src/core/reference/include/openvino/reference/is_nan.hpp +++ b/src/core/reference/include/openvino/reference/is_nan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/less.hpp b/src/core/reference/include/openvino/reference/less.hpp index 6ab5f41f6d0..48c0ce980f1 100644 --- a/src/core/reference/include/openvino/reference/less.hpp +++ b/src/core/reference/include/openvino/reference/less.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/less_eq.hpp b/src/core/reference/include/openvino/reference/less_eq.hpp index d5442620c45..56dc7361cec 100644 --- a/src/core/reference/include/openvino/reference/less_eq.hpp +++ b/src/core/reference/include/openvino/reference/less_eq.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/log.hpp b/src/core/reference/include/openvino/reference/log.hpp index d8b7fdeab3b..174a1725f04 100644 --- a/src/core/reference/include/openvino/reference/log.hpp +++ b/src/core/reference/include/openvino/reference/log.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/log_softmax.hpp b/src/core/reference/include/openvino/reference/log_softmax.hpp index 710b605e850..df97e306422 100644 --- a/src/core/reference/include/openvino/reference/log_softmax.hpp +++ b/src/core/reference/include/openvino/reference/log_softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/logical_not.hpp b/src/core/reference/include/openvino/reference/logical_not.hpp index ca31a824b50..b8b7ac93120 100644 --- a/src/core/reference/include/openvino/reference/logical_not.hpp +++ b/src/core/reference/include/openvino/reference/logical_not.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/logical_reduction.hpp b/src/core/reference/include/openvino/reference/logical_reduction.hpp index 9005c574c4c..b36d4887342 100644 --- a/src/core/reference/include/openvino/reference/logical_reduction.hpp +++ b/src/core/reference/include/openvino/reference/logical_reduction.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/loop.hpp b/src/core/reference/include/openvino/reference/loop.hpp index 19e16c2067d..f0633aa1d67 100644 --- a/src/core/reference/include/openvino/reference/loop.hpp +++ b/src/core/reference/include/openvino/reference/loop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/lrn.hpp b/src/core/reference/include/openvino/reference/lrn.hpp index b4df9e363f7..f13ecc71ee0 100644 --- a/src/core/reference/include/openvino/reference/lrn.hpp +++ b/src/core/reference/include/openvino/reference/lrn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/lstm_cell.hpp b/src/core/reference/include/openvino/reference/lstm_cell.hpp index 1a21f21cb3e..c900241883e 100644 --- a/src/core/reference/include/openvino/reference/lstm_cell.hpp +++ b/src/core/reference/include/openvino/reference/lstm_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/matmul.hpp b/src/core/reference/include/openvino/reference/matmul.hpp index 32ced574949..964bbc5c4a2 100644 --- a/src/core/reference/include/openvino/reference/matmul.hpp +++ b/src/core/reference/include/openvino/reference/matmul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/matrix_nms.hpp b/src/core/reference/include/openvino/reference/matrix_nms.hpp index eb2040dabc5..0d1630b4703 100644 --- a/src/core/reference/include/openvino/reference/matrix_nms.hpp +++ b/src/core/reference/include/openvino/reference/matrix_nms.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/max_pool.hpp b/src/core/reference/include/openvino/reference/max_pool.hpp index df56c4f2b26..ac94e194073 100644 --- a/src/core/reference/include/openvino/reference/max_pool.hpp +++ b/src/core/reference/include/openvino/reference/max_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/maximum.hpp b/src/core/reference/include/openvino/reference/maximum.hpp index 18711cdd29c..562182f1a94 100644 --- a/src/core/reference/include/openvino/reference/maximum.hpp +++ b/src/core/reference/include/openvino/reference/maximum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/minimum.hpp b/src/core/reference/include/openvino/reference/minimum.hpp index 8d70ae0fc99..499050c4ea6 100644 --- a/src/core/reference/include/openvino/reference/minimum.hpp +++ b/src/core/reference/include/openvino/reference/minimum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/mish.hpp b/src/core/reference/include/openvino/reference/mish.hpp index d2707cb8652..a0086430a25 100644 --- a/src/core/reference/include/openvino/reference/mish.hpp +++ b/src/core/reference/include/openvino/reference/mish.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/mod.hpp b/src/core/reference/include/openvino/reference/mod.hpp index 671ee012393..a900664598d 100644 --- a/src/core/reference/include/openvino/reference/mod.hpp +++ b/src/core/reference/include/openvino/reference/mod.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/multiclass_nms.hpp b/src/core/reference/include/openvino/reference/multiclass_nms.hpp index 58b67f3257d..98f4c44af12 100644 --- a/src/core/reference/include/openvino/reference/multiclass_nms.hpp +++ b/src/core/reference/include/openvino/reference/multiclass_nms.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/multinomial.hpp b/src/core/reference/include/openvino/reference/multinomial.hpp index e18dee650ec..cf17253d8d6 100644 --- a/src/core/reference/include/openvino/reference/multinomial.hpp +++ b/src/core/reference/include/openvino/reference/multinomial.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/multiply.hpp b/src/core/reference/include/openvino/reference/multiply.hpp index 8394d58ecc9..5d02385db21 100644 --- a/src/core/reference/include/openvino/reference/multiply.hpp +++ b/src/core/reference/include/openvino/reference/multiply.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/mvn.hpp b/src/core/reference/include/openvino/reference/mvn.hpp index 3083b6e0d58..b3419bc192a 100644 --- a/src/core/reference/include/openvino/reference/mvn.hpp +++ b/src/core/reference/include/openvino/reference/mvn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/negate.hpp b/src/core/reference/include/openvino/reference/negate.hpp index 26f679e1288..31a639dbb97 100644 --- a/src/core/reference/include/openvino/reference/negate.hpp +++ b/src/core/reference/include/openvino/reference/negate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/nms_rotated.hpp b/src/core/reference/include/openvino/reference/nms_rotated.hpp index 98d8018f6db..95230eecba2 100644 --- a/src/core/reference/include/openvino/reference/nms_rotated.hpp +++ b/src/core/reference/include/openvino/reference/nms_rotated.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/nms_rotated_util.hpp b/src/core/reference/include/openvino/reference/nms_rotated_util.hpp index 56e1421d0b1..f4557888bc6 100644 --- a/src/core/reference/include/openvino/reference/nms_rotated_util.hpp +++ b/src/core/reference/include/openvino/reference/nms_rotated_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // // Copyright (c) Facebook, Inc. and its affiliates. diff --git a/src/core/reference/include/openvino/reference/non_max_suppression.hpp b/src/core/reference/include/openvino/reference/non_max_suppression.hpp index 9787e38ed47..7e7eeb1419d 100644 --- a/src/core/reference/include/openvino/reference/non_max_suppression.hpp +++ b/src/core/reference/include/openvino/reference/non_max_suppression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/non_zero.hpp b/src/core/reference/include/openvino/reference/non_zero.hpp index a693bfbe949..4e1ecb3fdbc 100644 --- a/src/core/reference/include/openvino/reference/non_zero.hpp +++ b/src/core/reference/include/openvino/reference/non_zero.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/normalize_l2.hpp b/src/core/reference/include/openvino/reference/normalize_l2.hpp index b1af06ea763..1a69664c09b 100644 --- a/src/core/reference/include/openvino/reference/normalize_l2.hpp +++ b/src/core/reference/include/openvino/reference/normalize_l2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/not_equal.hpp b/src/core/reference/include/openvino/reference/not_equal.hpp index eb71674f32e..0e54370b218 100644 --- a/src/core/reference/include/openvino/reference/not_equal.hpp +++ b/src/core/reference/include/openvino/reference/not_equal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/one_hot.hpp b/src/core/reference/include/openvino/reference/one_hot.hpp index abf2bd7142d..11553ced61d 100644 --- a/src/core/reference/include/openvino/reference/one_hot.hpp +++ b/src/core/reference/include/openvino/reference/one_hot.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/or.hpp b/src/core/reference/include/openvino/reference/or.hpp index 4b0d760ec41..dab6932da48 100644 --- a/src/core/reference/include/openvino/reference/or.hpp +++ b/src/core/reference/include/openvino/reference/or.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/pad.hpp b/src/core/reference/include/openvino/reference/pad.hpp index 27ef1a471fb..186939c2e3b 100644 --- a/src/core/reference/include/openvino/reference/pad.hpp +++ b/src/core/reference/include/openvino/reference/pad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/power.hpp b/src/core/reference/include/openvino/reference/power.hpp index 932168f4970..21aa09ea489 100644 --- a/src/core/reference/include/openvino/reference/power.hpp +++ b/src/core/reference/include/openvino/reference/power.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/prelu.hpp b/src/core/reference/include/openvino/reference/prelu.hpp index 88ffcc1ffcf..7dd569debde 100644 --- a/src/core/reference/include/openvino/reference/prelu.hpp +++ b/src/core/reference/include/openvino/reference/prelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/prior_box.hpp b/src/core/reference/include/openvino/reference/prior_box.hpp index 57b5373e498..c6b76dfdb8a 100644 --- a/src/core/reference/include/openvino/reference/prior_box.hpp +++ b/src/core/reference/include/openvino/reference/prior_box.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/prior_box_clustered.hpp b/src/core/reference/include/openvino/reference/prior_box_clustered.hpp index d4b2b2f64bd..848d0ae2c1c 100644 --- a/src/core/reference/include/openvino/reference/prior_box_clustered.hpp +++ b/src/core/reference/include/openvino/reference/prior_box_clustered.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/proposal.hpp b/src/core/reference/include/openvino/reference/proposal.hpp index 2f25027ba36..f80faafc5ef 100644 --- a/src/core/reference/include/openvino/reference/proposal.hpp +++ b/src/core/reference/include/openvino/reference/proposal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/psroi_pooling.hpp b/src/core/reference/include/openvino/reference/psroi_pooling.hpp index e7182325648..2a2c03bf415 100644 --- a/src/core/reference/include/openvino/reference/psroi_pooling.hpp +++ b/src/core/reference/include/openvino/reference/psroi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/random_uniform.hpp b/src/core/reference/include/openvino/reference/random_uniform.hpp index 35257bba4a0..2be89160f7e 100644 --- a/src/core/reference/include/openvino/reference/random_uniform.hpp +++ b/src/core/reference/include/openvino/reference/random_uniform.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/range.hpp b/src/core/reference/include/openvino/reference/range.hpp index e05b15bfaa3..7572dfb093b 100644 --- a/src/core/reference/include/openvino/reference/range.hpp +++ b/src/core/reference/include/openvino/reference/range.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reduce_l1.hpp b/src/core/reference/include/openvino/reference/reduce_l1.hpp index c729f974908..cfde6337cf1 100644 --- a/src/core/reference/include/openvino/reference/reduce_l1.hpp +++ b/src/core/reference/include/openvino/reference/reduce_l1.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reduce_l2.hpp b/src/core/reference/include/openvino/reference/reduce_l2.hpp index a7b9375cfc9..d5c9308903a 100644 --- a/src/core/reference/include/openvino/reference/reduce_l2.hpp +++ b/src/core/reference/include/openvino/reference/reduce_l2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reduce_max.hpp b/src/core/reference/include/openvino/reference/reduce_max.hpp index 3d16d343de7..8fb0f9caa0d 100644 --- a/src/core/reference/include/openvino/reference/reduce_max.hpp +++ b/src/core/reference/include/openvino/reference/reduce_max.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reduce_mean.hpp b/src/core/reference/include/openvino/reference/reduce_mean.hpp index e7dfd1b9766..4c46d4ca786 100644 --- a/src/core/reference/include/openvino/reference/reduce_mean.hpp +++ b/src/core/reference/include/openvino/reference/reduce_mean.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reduce_min.hpp b/src/core/reference/include/openvino/reference/reduce_min.hpp index 1acc4c29a55..795894789d3 100644 --- a/src/core/reference/include/openvino/reference/reduce_min.hpp +++ b/src/core/reference/include/openvino/reference/reduce_min.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reduce_prod.hpp b/src/core/reference/include/openvino/reference/reduce_prod.hpp index 32741036e8c..cf274eb1827 100644 --- a/src/core/reference/include/openvino/reference/reduce_prod.hpp +++ b/src/core/reference/include/openvino/reference/reduce_prod.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reduce_sum.hpp b/src/core/reference/include/openvino/reference/reduce_sum.hpp index c7d9ecf98bf..213527262f9 100644 --- a/src/core/reference/include/openvino/reference/reduce_sum.hpp +++ b/src/core/reference/include/openvino/reference/reduce_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/region_yolo.hpp b/src/core/reference/include/openvino/reference/region_yolo.hpp index 58a110c4429..30bf536ef1f 100644 --- a/src/core/reference/include/openvino/reference/region_yolo.hpp +++ b/src/core/reference/include/openvino/reference/region_yolo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/relu.hpp b/src/core/reference/include/openvino/reference/relu.hpp index eba942fff89..51f933eaf3a 100644 --- a/src/core/reference/include/openvino/reference/relu.hpp +++ b/src/core/reference/include/openvino/reference/relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reorg_yolo.hpp b/src/core/reference/include/openvino/reference/reorg_yolo.hpp index 64e5f2180a8..500718a4900 100644 --- a/src/core/reference/include/openvino/reference/reorg_yolo.hpp +++ b/src/core/reference/include/openvino/reference/reorg_yolo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reshape.hpp b/src/core/reference/include/openvino/reference/reshape.hpp index 517db723543..b398ad7cb5d 100644 --- a/src/core/reference/include/openvino/reference/reshape.hpp +++ b/src/core/reference/include/openvino/reference/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/result.hpp b/src/core/reference/include/openvino/reference/result.hpp index 9b59302fb0c..a56af53165f 100644 --- a/src/core/reference/include/openvino/reference/result.hpp +++ b/src/core/reference/include/openvino/reference/result.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reverse.hpp b/src/core/reference/include/openvino/reference/reverse.hpp index 2eeb6afff50..e789356b7b4 100644 --- a/src/core/reference/include/openvino/reference/reverse.hpp +++ b/src/core/reference/include/openvino/reference/reverse.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/reverse_sequence.hpp b/src/core/reference/include/openvino/reference/reverse_sequence.hpp index 07f7f6f68af..7a5a96906b3 100644 --- a/src/core/reference/include/openvino/reference/reverse_sequence.hpp +++ b/src/core/reference/include/openvino/reference/reverse_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/rnn_cell.hpp b/src/core/reference/include/openvino/reference/rnn_cell.hpp index cc5309ce3f0..3487950c7cb 100644 --- a/src/core/reference/include/openvino/reference/rnn_cell.hpp +++ b/src/core/reference/include/openvino/reference/rnn_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/roi_align.hpp b/src/core/reference/include/openvino/reference/roi_align.hpp index 31eca09ebe4..583d6b7ae6e 100644 --- a/src/core/reference/include/openvino/reference/roi_align.hpp +++ b/src/core/reference/include/openvino/reference/roi_align.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/roi_pooling.hpp b/src/core/reference/include/openvino/reference/roi_pooling.hpp index 02247ee2fa5..eccbb9dce06 100644 --- a/src/core/reference/include/openvino/reference/roi_pooling.hpp +++ b/src/core/reference/include/openvino/reference/roi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/round.hpp b/src/core/reference/include/openvino/reference/round.hpp index f3080c4edcd..66f0956909e 100644 --- a/src/core/reference/include/openvino/reference/round.hpp +++ b/src/core/reference/include/openvino/reference/round.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/rounding_guard.hpp b/src/core/reference/include/openvino/reference/rounding_guard.hpp index 4c11b2637ae..6666585944e 100644 --- a/src/core/reference/include/openvino/reference/rounding_guard.hpp +++ b/src/core/reference/include/openvino/reference/rounding_guard.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/scatter_elements_update.hpp b/src/core/reference/include/openvino/reference/scatter_elements_update.hpp index 1cf8cd62a97..1daccbc95cd 100644 --- a/src/core/reference/include/openvino/reference/scatter_elements_update.hpp +++ b/src/core/reference/include/openvino/reference/scatter_elements_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/scatter_nd_update.hpp b/src/core/reference/include/openvino/reference/scatter_nd_update.hpp index ff63313823b..8ce97e90902 100644 --- a/src/core/reference/include/openvino/reference/scatter_nd_update.hpp +++ b/src/core/reference/include/openvino/reference/scatter_nd_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/scatter_update.hpp b/src/core/reference/include/openvino/reference/scatter_update.hpp index 07dab6be32b..6050cc9a852 100644 --- a/src/core/reference/include/openvino/reference/scatter_update.hpp +++ b/src/core/reference/include/openvino/reference/scatter_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/select.hpp b/src/core/reference/include/openvino/reference/select.hpp index 743c8b089d0..fc42f8ab9da 100644 --- a/src/core/reference/include/openvino/reference/select.hpp +++ b/src/core/reference/include/openvino/reference/select.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/selu.hpp b/src/core/reference/include/openvino/reference/selu.hpp index b498fba38d4..a39aafd136f 100644 --- a/src/core/reference/include/openvino/reference/selu.hpp +++ b/src/core/reference/include/openvino/reference/selu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/sequences.hpp b/src/core/reference/include/openvino/reference/sequences.hpp index cbbd91655b1..af1946fcbe7 100644 --- a/src/core/reference/include/openvino/reference/sequences.hpp +++ b/src/core/reference/include/openvino/reference/sequences.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/shape_of.hpp b/src/core/reference/include/openvino/reference/shape_of.hpp index b2b6ab478b1..20e29ba0f50 100644 --- a/src/core/reference/include/openvino/reference/shape_of.hpp +++ b/src/core/reference/include/openvino/reference/shape_of.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/shuffle_channels.hpp b/src/core/reference/include/openvino/reference/shuffle_channels.hpp index 36d25657b19..b85be77a1b5 100644 --- a/src/core/reference/include/openvino/reference/shuffle_channels.hpp +++ b/src/core/reference/include/openvino/reference/shuffle_channels.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/sigmoid.hpp b/src/core/reference/include/openvino/reference/sigmoid.hpp index 4e1daafeff3..ccc4fcc0f9f 100644 --- a/src/core/reference/include/openvino/reference/sigmoid.hpp +++ b/src/core/reference/include/openvino/reference/sigmoid.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/sign.hpp b/src/core/reference/include/openvino/reference/sign.hpp index fe65c357046..a02d9c58b9d 100644 --- a/src/core/reference/include/openvino/reference/sign.hpp +++ b/src/core/reference/include/openvino/reference/sign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/sin.hpp b/src/core/reference/include/openvino/reference/sin.hpp index c4207c02ab4..392a1cc4de6 100644 --- a/src/core/reference/include/openvino/reference/sin.hpp +++ b/src/core/reference/include/openvino/reference/sin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/sinh.hpp b/src/core/reference/include/openvino/reference/sinh.hpp index 2cda218657c..6f92e3ea0cb 100644 --- a/src/core/reference/include/openvino/reference/sinh.hpp +++ b/src/core/reference/include/openvino/reference/sinh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/slice.hpp b/src/core/reference/include/openvino/reference/slice.hpp index bb45b596c02..4fe49218321 100644 --- a/src/core/reference/include/openvino/reference/slice.hpp +++ b/src/core/reference/include/openvino/reference/slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/softmax.hpp b/src/core/reference/include/openvino/reference/softmax.hpp index 1e03f940376..4bf18758cea 100644 --- a/src/core/reference/include/openvino/reference/softmax.hpp +++ b/src/core/reference/include/openvino/reference/softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/softplus.hpp b/src/core/reference/include/openvino/reference/softplus.hpp index 77d817f8507..9f51543a688 100644 --- a/src/core/reference/include/openvino/reference/softplus.hpp +++ b/src/core/reference/include/openvino/reference/softplus.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/softsign.hpp b/src/core/reference/include/openvino/reference/softsign.hpp index 4105386ffec..77afd1431a2 100644 --- a/src/core/reference/include/openvino/reference/softsign.hpp +++ b/src/core/reference/include/openvino/reference/softsign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/space_to_depth.hpp b/src/core/reference/include/openvino/reference/space_to_depth.hpp index 3df0bdd4123..624e5439ea8 100644 --- a/src/core/reference/include/openvino/reference/space_to_depth.hpp +++ b/src/core/reference/include/openvino/reference/space_to_depth.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/split.hpp b/src/core/reference/include/openvino/reference/split.hpp index 6e3564ed035..c35185e208e 100644 --- a/src/core/reference/include/openvino/reference/split.hpp +++ b/src/core/reference/include/openvino/reference/split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/sqrt.hpp b/src/core/reference/include/openvino/reference/sqrt.hpp index 1562b7cca23..df7121e25a8 100644 --- a/src/core/reference/include/openvino/reference/sqrt.hpp +++ b/src/core/reference/include/openvino/reference/sqrt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/squared_difference.hpp b/src/core/reference/include/openvino/reference/squared_difference.hpp index a7e4149de21..333f3887459 100644 --- a/src/core/reference/include/openvino/reference/squared_difference.hpp +++ b/src/core/reference/include/openvino/reference/squared_difference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/strided_slice.hpp b/src/core/reference/include/openvino/reference/strided_slice.hpp index 256b58ca12d..0de4d4ff91f 100644 --- a/src/core/reference/include/openvino/reference/strided_slice.hpp +++ b/src/core/reference/include/openvino/reference/strided_slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/subtract.hpp b/src/core/reference/include/openvino/reference/subtract.hpp index 689ceb6915b..20a9cdc2f54 100644 --- a/src/core/reference/include/openvino/reference/subtract.hpp +++ b/src/core/reference/include/openvino/reference/subtract.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/swish.hpp b/src/core/reference/include/openvino/reference/swish.hpp index 775e18af282..e65aeff5fc0 100644 --- a/src/core/reference/include/openvino/reference/swish.hpp +++ b/src/core/reference/include/openvino/reference/swish.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/tan.hpp b/src/core/reference/include/openvino/reference/tan.hpp index c3d3b90b7db..37dad5b2dbe 100644 --- a/src/core/reference/include/openvino/reference/tan.hpp +++ b/src/core/reference/include/openvino/reference/tan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/tanh.hpp b/src/core/reference/include/openvino/reference/tanh.hpp index e5913362be9..26fab4e4afc 100644 --- a/src/core/reference/include/openvino/reference/tanh.hpp +++ b/src/core/reference/include/openvino/reference/tanh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/tensor_iterator.hpp b/src/core/reference/include/openvino/reference/tensor_iterator.hpp index 05a66f2e640..98344520578 100644 --- a/src/core/reference/include/openvino/reference/tensor_iterator.hpp +++ b/src/core/reference/include/openvino/reference/tensor_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/tile.hpp b/src/core/reference/include/openvino/reference/tile.hpp index 81fcf4b0182..597ec74a031 100644 --- a/src/core/reference/include/openvino/reference/tile.hpp +++ b/src/core/reference/include/openvino/reference/tile.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/topk.hpp b/src/core/reference/include/openvino/reference/topk.hpp index e2679a09d26..3decfe64ea7 100644 --- a/src/core/reference/include/openvino/reference/topk.hpp +++ b/src/core/reference/include/openvino/reference/topk.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/transpose.hpp b/src/core/reference/include/openvino/reference/transpose.hpp index a1a160307f9..5e403a1cf34 100644 --- a/src/core/reference/include/openvino/reference/transpose.hpp +++ b/src/core/reference/include/openvino/reference/transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/utils/coordinate_index.hpp b/src/core/reference/include/openvino/reference/utils/coordinate_index.hpp index 573fa708728..bef7b0706e3 100644 --- a/src/core/reference/include/openvino/reference/utils/coordinate_index.hpp +++ b/src/core/reference/include/openvino/reference/utils/coordinate_index.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/utils/coordinate_range.hpp b/src/core/reference/include/openvino/reference/utils/coordinate_range.hpp index 611a911ae27..61965214a04 100644 --- a/src/core/reference/include/openvino/reference/utils/coordinate_range.hpp +++ b/src/core/reference/include/openvino/reference/utils/coordinate_range.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/utils/coordinate_transform.hpp b/src/core/reference/include/openvino/reference/utils/coordinate_transform.hpp index 692de2f2e2f..40603b6c5a1 100644 --- a/src/core/reference/include/openvino/reference/utils/coordinate_transform.hpp +++ b/src/core/reference/include/openvino/reference/utils/coordinate_transform.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/utils/fft_common.hpp b/src/core/reference/include/openvino/reference/utils/fft_common.hpp index 02ede7769ea..cd5a93f4c05 100644 --- a/src/core/reference/include/openvino/reference/utils/fft_common.hpp +++ b/src/core/reference/include/openvino/reference/utils/fft_common.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/utils/nms_common.hpp b/src/core/reference/include/openvino/reference/utils/nms_common.hpp index b8364bb0661..ebb072afe0d 100644 --- a/src/core/reference/include/openvino/reference/utils/nms_common.hpp +++ b/src/core/reference/include/openvino/reference/utils/nms_common.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/utils/span.hpp b/src/core/reference/include/openvino/reference/utils/span.hpp index 50fc379e916..ef9dd06a70e 100644 --- a/src/core/reference/include/openvino/reference/utils/span.hpp +++ b/src/core/reference/include/openvino/reference/utils/span.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/utils/type_util.hpp b/src/core/reference/include/openvino/reference/utils/type_util.hpp index 10d513d2fb8..8b6a1eff570 100644 --- a/src/core/reference/include/openvino/reference/utils/type_util.hpp +++ b/src/core/reference/include/openvino/reference/utils/type_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/include/openvino/reference/xor.hpp b/src/core/reference/include/openvino/reference/xor.hpp index 637ffa86849..0c3ab5d43d2 100644 --- a/src/core/reference/include/openvino/reference/xor.hpp +++ b/src/core/reference/include/openvino/reference/xor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/broadcast.cpp b/src/core/reference/src/op/broadcast.cpp index bfd27e5be56..f06b3a12314 100644 --- a/src/core/reference/src/op/broadcast.cpp +++ b/src/core/reference/src/op/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/concat.cpp b/src/core/reference/src/op/concat.cpp index 815925274ea..124c16b25af 100644 --- a/src/core/reference/src/op/concat.cpp +++ b/src/core/reference/src/op/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/convert.cpp b/src/core/reference/src/op/convert.cpp index 46704d64551..4fa46760ca7 100644 --- a/src/core/reference/src/op/convert.cpp +++ b/src/core/reference/src/op/convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/depth_to_space.cpp b/src/core/reference/src/op/depth_to_space.cpp index 19024002ea0..f0fade351b4 100644 --- a/src/core/reference/src/op/depth_to_space.cpp +++ b/src/core/reference/src/op/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/einsum.cpp b/src/core/reference/src/op/einsum.cpp index 113b1c24930..639d93b6c3c 100644 --- a/src/core/reference/src/op/einsum.cpp +++ b/src/core/reference/src/op/einsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/experimental_detectron_proposal_single_image.cpp b/src/core/reference/src/op/experimental_detectron_proposal_single_image.cpp index ef9ad0002d4..50f4296b9f0 100644 --- a/src/core/reference/src/op/experimental_detectron_proposal_single_image.cpp +++ b/src/core/reference/src/op/experimental_detectron_proposal_single_image.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/experimental_detectron_roi_feature_extractor.cpp b/src/core/reference/src/op/experimental_detectron_roi_feature_extractor.cpp index 423fb3d4a7d..9bb8d032725 100644 --- a/src/core/reference/src/op/experimental_detectron_roi_feature_extractor.cpp +++ b/src/core/reference/src/op/experimental_detectron_roi_feature_extractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/fake_convert.cpp b/src/core/reference/src/op/fake_convert.cpp index 0aa498647ee..fb461037f0f 100644 --- a/src/core/reference/src/op/fake_convert.cpp +++ b/src/core/reference/src/op/fake_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/function.cpp b/src/core/reference/src/op/function.cpp index 7212615e58e..2aef5ea7228 100644 --- a/src/core/reference/src/op/function.cpp +++ b/src/core/reference/src/op/function.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/gather_tree.cpp b/src/core/reference/src/op/gather_tree.cpp index 4a5dd31092e..73ad790a22d 100644 --- a/src/core/reference/src/op/gather_tree.cpp +++ b/src/core/reference/src/op/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/generate_proposal.cpp b/src/core/reference/src/op/generate_proposal.cpp index 10fa35d0dcb..10fdd558b87 100644 --- a/src/core/reference/src/op/generate_proposal.cpp +++ b/src/core/reference/src/op/generate_proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/group_convolution.cpp b/src/core/reference/src/op/group_convolution.cpp index cb613b74ed7..5642b0aac6a 100644 --- a/src/core/reference/src/op/group_convolution.cpp +++ b/src/core/reference/src/op/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/group_convolution_backprop_data.cpp b/src/core/reference/src/op/group_convolution_backprop_data.cpp index dd8cacb46d7..178f1f88caf 100644 --- a/src/core/reference/src/op/group_convolution_backprop_data.cpp +++ b/src/core/reference/src/op/group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/if.cpp b/src/core/reference/src/op/if.cpp index 3b74fa78108..3054203b190 100644 --- a/src/core/reference/src/op/if.cpp +++ b/src/core/reference/src/op/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/interpolate.cpp b/src/core/reference/src/op/interpolate.cpp index e7b4deb9e84..3b4adc34050 100644 --- a/src/core/reference/src/op/interpolate.cpp +++ b/src/core/reference/src/op/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/jit_generator.cpp b/src/core/reference/src/op/jit_generator.cpp index e0585ae442c..c980d34e166 100644 --- a/src/core/reference/src/op/jit_generator.cpp +++ b/src/core/reference/src/op/jit_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/jit_generator.hpp b/src/core/reference/src/op/jit_generator.hpp index e6da95c0440..924d582d8bc 100644 --- a/src/core/reference/src/op/jit_generator.hpp +++ b/src/core/reference/src/op/jit_generator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/loop.cpp b/src/core/reference/src/op/loop.cpp index 39ad2c2d4f2..ef75b0a1889 100644 --- a/src/core/reference/src/op/loop.cpp +++ b/src/core/reference/src/op/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/matmul.cpp b/src/core/reference/src/op/matmul.cpp index f84287c0256..dff918b2e13 100644 --- a/src/core/reference/src/op/matmul.cpp +++ b/src/core/reference/src/op/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/matrix_nms.cpp b/src/core/reference/src/op/matrix_nms.cpp index 2dfe451afe6..3be7a5420b6 100644 --- a/src/core/reference/src/op/matrix_nms.cpp +++ b/src/core/reference/src/op/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/multiclass_nms.cpp b/src/core/reference/src/op/multiclass_nms.cpp index b38091c7dd7..3f0b6c8634e 100644 --- a/src/core/reference/src/op/multiclass_nms.cpp +++ b/src/core/reference/src/op/multiclass_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/nms_rotated.cpp b/src/core/reference/src/op/nms_rotated.cpp index 299ef8c6f23..4db15d7672c 100644 --- a/src/core/reference/src/op/nms_rotated.cpp +++ b/src/core/reference/src/op/nms_rotated.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/non_max_suppression.cpp b/src/core/reference/src/op/non_max_suppression.cpp index 51609fd8059..cd507fca5a5 100644 --- a/src/core/reference/src/op/non_max_suppression.cpp +++ b/src/core/reference/src/op/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/pad.cpp b/src/core/reference/src/op/pad.cpp index e5894721357..778ec582e7d 100644 --- a/src/core/reference/src/op/pad.cpp +++ b/src/core/reference/src/op/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/random_uniform.cpp b/src/core/reference/src/op/random_uniform.cpp index 01215b095d2..37d3a437e2a 100644 --- a/src/core/reference/src/op/random_uniform.cpp +++ b/src/core/reference/src/op/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/reorg_yolo.cpp b/src/core/reference/src/op/reorg_yolo.cpp index 68d1936e893..694b87dc83b 100644 --- a/src/core/reference/src/op/reorg_yolo.cpp +++ b/src/core/reference/src/op/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/reshape.cpp b/src/core/reference/src/op/reshape.cpp index efbf0933fc3..c43dab81cdd 100644 --- a/src/core/reference/src/op/reshape.cpp +++ b/src/core/reference/src/op/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/reverse.cpp b/src/core/reference/src/op/reverse.cpp index e0555cde41e..a88992964d2 100644 --- a/src/core/reference/src/op/reverse.cpp +++ b/src/core/reference/src/op/reverse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/shuffle_channels.cpp b/src/core/reference/src/op/shuffle_channels.cpp index bc46c80afb0..97e16fb9ad8 100644 --- a/src/core/reference/src/op/shuffle_channels.cpp +++ b/src/core/reference/src/op/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/slice.cpp b/src/core/reference/src/op/slice.cpp index 4f01cbce8a8..f912a77ece5 100644 --- a/src/core/reference/src/op/slice.cpp +++ b/src/core/reference/src/op/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/space_to_depth.cpp b/src/core/reference/src/op/space_to_depth.cpp index 67790a7b56a..4dda06e2917 100644 --- a/src/core/reference/src/op/space_to_depth.cpp +++ b/src/core/reference/src/op/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/split.cpp b/src/core/reference/src/op/split.cpp index 855fc29c4a1..e9644c10b57 100644 --- a/src/core/reference/src/op/split.cpp +++ b/src/core/reference/src/op/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/strided_slice.cpp b/src/core/reference/src/op/strided_slice.cpp index 8dab6bfef29..7fd9a0a2d70 100644 --- a/src/core/reference/src/op/strided_slice.cpp +++ b/src/core/reference/src/op/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/tensor_iterator.cpp b/src/core/reference/src/op/tensor_iterator.cpp index d0466d7cef1..96fb53e579d 100644 --- a/src/core/reference/src/op/tensor_iterator.cpp +++ b/src/core/reference/src/op/tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/tile.cpp b/src/core/reference/src/op/tile.cpp index 95162f62e7e..936055c44da 100644 --- a/src/core/reference/src/op/tile.cpp +++ b/src/core/reference/src/op/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/transpose.cpp b/src/core/reference/src/op/transpose.cpp index c20ff0e0f8d..afd5db7d280 100644 --- a/src/core/reference/src/op/transpose.cpp +++ b/src/core/reference/src/op/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/utils/fft_common.cpp b/src/core/reference/src/op/utils/fft_common.cpp index 6bf248190ed..810668b11fc 100644 --- a/src/core/reference/src/op/utils/fft_common.cpp +++ b/src/core/reference/src/op/utils/fft_common.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/op/utils/nms_common.cpp b/src/core/reference/src/op/utils/nms_common.cpp index 427ef985fe8..86e76be27da 100644 --- a/src/core/reference/src/op/utils/nms_common.cpp +++ b/src/core/reference/src/op/utils/nms_common.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/precomp.hpp b/src/core/reference/src/precomp.hpp index bb55689d851..0e844c27402 100644 --- a/src/core/reference/src/precomp.hpp +++ b/src/core/reference/src/precomp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/utils/coordinate_index.cpp b/src/core/reference/src/utils/coordinate_index.cpp index 72232d62e35..f733b7bc63a 100644 --- a/src/core/reference/src/utils/coordinate_index.cpp +++ b/src/core/reference/src/utils/coordinate_index.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/utils/coordinate_range.cpp b/src/core/reference/src/utils/coordinate_range.cpp index 61c039c8090..7f807c17517 100644 --- a/src/core/reference/src/utils/coordinate_range.cpp +++ b/src/core/reference/src/utils/coordinate_range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/reference/src/utils/coordinate_transform.cpp b/src/core/reference/src/utils/coordinate_transform.cpp index bd8995a1008..fbb3d54a598 100644 --- a/src/core/reference/src/utils/coordinate_transform.cpp +++ b/src/core/reference/src/utils/coordinate_transform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/CMakeLists.txt b/src/core/shape_inference/CMakeLists.txt index db862ac520d..1c137c5c3d5 100644 --- a/src/core/shape_inference/CMakeLists.txt +++ b/src/core/shape_inference/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/core/shape_inference/include/adaptive_avg_pool_shape_inference.hpp b/src/core/shape_inference/include/adaptive_avg_pool_shape_inference.hpp index 1c19f4c4926..7d9a55d7d95 100644 --- a/src/core/shape_inference/include/adaptive_avg_pool_shape_inference.hpp +++ b/src/core/shape_inference/include/adaptive_avg_pool_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/adaptive_max_pool_shape_inference.hpp b/src/core/shape_inference/include/adaptive_max_pool_shape_inference.hpp index 7afda410724..ed577fb2f15 100644 --- a/src/core/shape_inference/include/adaptive_max_pool_shape_inference.hpp +++ b/src/core/shape_inference/include/adaptive_max_pool_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/assign_shape_inference.hpp b/src/core/shape_inference/include/assign_shape_inference.hpp index 307e71b8774..9111f6d82d8 100644 --- a/src/core/shape_inference/include/assign_shape_inference.hpp +++ b/src/core/shape_inference/include/assign_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/augru_cell_shape_inference.hpp b/src/core/shape_inference/include/augru_cell_shape_inference.hpp index 10a9282ac55..884725ee47d 100644 --- a/src/core/shape_inference/include/augru_cell_shape_inference.hpp +++ b/src/core/shape_inference/include/augru_cell_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/augru_sequence_shape_inference.hpp b/src/core/shape_inference/include/augru_sequence_shape_inference.hpp index c76e491a5bb..dcfad6873f0 100644 --- a/src/core/shape_inference/include/augru_sequence_shape_inference.hpp +++ b/src/core/shape_inference/include/augru_sequence_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/avg_pool_shape_inference.hpp b/src/core/shape_inference/include/avg_pool_shape_inference.hpp index ae45b3cb8bd..d81bc150b3d 100644 --- a/src/core/shape_inference/include/avg_pool_shape_inference.hpp +++ b/src/core/shape_inference/include/avg_pool_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/batch_to_space_shape_inference.hpp b/src/core/shape_inference/include/batch_to_space_shape_inference.hpp index 8372dafe81d..a235d1e3676 100644 --- a/src/core/shape_inference/include/batch_to_space_shape_inference.hpp +++ b/src/core/shape_inference/include/batch_to_space_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/binary_convolution_shape_inference.hpp b/src/core/shape_inference/include/binary_convolution_shape_inference.hpp index a5d8bc0ac27..ebff40082c1 100644 --- a/src/core/shape_inference/include/binary_convolution_shape_inference.hpp +++ b/src/core/shape_inference/include/binary_convolution_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/broadcast_shape_inference.hpp b/src/core/shape_inference/include/broadcast_shape_inference.hpp index 7bed67c8a72..8e50d49cc7f 100644 --- a/src/core/shape_inference/include/broadcast_shape_inference.hpp +++ b/src/core/shape_inference/include/broadcast_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/bucketize_shape_inference.hpp b/src/core/shape_inference/include/bucketize_shape_inference.hpp index e16bcfe755e..b8141573e64 100644 --- a/src/core/shape_inference/include/bucketize_shape_inference.hpp +++ b/src/core/shape_inference/include/bucketize_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/convolution_backprop_shape_inference.hpp b/src/core/shape_inference/include/convolution_backprop_shape_inference.hpp index ee6ae9baa71..bcdd514b2e3 100644 --- a/src/core/shape_inference/include/convolution_backprop_shape_inference.hpp +++ b/src/core/shape_inference/include/convolution_backprop_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/convolution_backprop_shape_inference_util.hpp b/src/core/shape_inference/include/convolution_backprop_shape_inference_util.hpp index d9d2a8eb664..f5f867b4861 100644 --- a/src/core/shape_inference/include/convolution_backprop_shape_inference_util.hpp +++ b/src/core/shape_inference/include/convolution_backprop_shape_inference_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/convolution_shape_inference.hpp b/src/core/shape_inference/include/convolution_shape_inference.hpp index 5cd6ab4052e..03addf2b347 100644 --- a/src/core/shape_inference/include/convolution_shape_inference.hpp +++ b/src/core/shape_inference/include/convolution_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/convolution_shape_inference_util.hpp b/src/core/shape_inference/include/convolution_shape_inference_util.hpp index 7cae0c4dcf3..edd5f875da7 100644 --- a/src/core/shape_inference/include/convolution_shape_inference_util.hpp +++ b/src/core/shape_inference/include/convolution_shape_inference_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/ctc_greedy_decoder_seq_len_shape_inference.hpp b/src/core/shape_inference/include/ctc_greedy_decoder_seq_len_shape_inference.hpp index db85cebe8fa..b7768742f36 100644 --- a/src/core/shape_inference/include/ctc_greedy_decoder_seq_len_shape_inference.hpp +++ b/src/core/shape_inference/include/ctc_greedy_decoder_seq_len_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/ctc_greedy_decoder_shape_inference.hpp b/src/core/shape_inference/include/ctc_greedy_decoder_shape_inference.hpp index 396a38e0c54..3d5f44d85b1 100644 --- a/src/core/shape_inference/include/ctc_greedy_decoder_shape_inference.hpp +++ b/src/core/shape_inference/include/ctc_greedy_decoder_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/ctc_loss_shape_inference.hpp b/src/core/shape_inference/include/ctc_loss_shape_inference.hpp index b282ec9aa7a..65a5fee89ef 100644 --- a/src/core/shape_inference/include/ctc_loss_shape_inference.hpp +++ b/src/core/shape_inference/include/ctc_loss_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/deformable_convolution_shape_inference.hpp b/src/core/shape_inference/include/deformable_convolution_shape_inference.hpp index 5d91bace7e5..0840a0f7271 100644 --- a/src/core/shape_inference/include/deformable_convolution_shape_inference.hpp +++ b/src/core/shape_inference/include/deformable_convolution_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/deformable_psroi_pooling_shape_inference.hpp b/src/core/shape_inference/include/deformable_psroi_pooling_shape_inference.hpp index 3c90472e532..29ae93469cd 100644 --- a/src/core/shape_inference/include/deformable_psroi_pooling_shape_inference.hpp +++ b/src/core/shape_inference/include/deformable_psroi_pooling_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/depth_to_space_shape_inference.hpp b/src/core/shape_inference/include/depth_to_space_shape_inference.hpp index c5aa99aafc7..b36053ce098 100644 --- a/src/core/shape_inference/include/depth_to_space_shape_inference.hpp +++ b/src/core/shape_inference/include/depth_to_space_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/detection_output_shape_inference.hpp b/src/core/shape_inference/include/detection_output_shape_inference.hpp index 7743d016129..1dc0ab61727 100644 --- a/src/core/shape_inference/include/detection_output_shape_inference.hpp +++ b/src/core/shape_inference/include/detection_output_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/dimension_util.hpp b/src/core/shape_inference/include/dimension_util.hpp index e80ca96afe1..a48cb25a956 100644 --- a/src/core/shape_inference/include/dimension_util.hpp +++ b/src/core/shape_inference/include/dimension_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/einsum_shape_inference.hpp b/src/core/shape_inference/include/einsum_shape_inference.hpp index 6e5c0049ea1..94f902509c3 100644 --- a/src/core/shape_inference/include/einsum_shape_inference.hpp +++ b/src/core/shape_inference/include/einsum_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/element_visitor.hpp b/src/core/shape_inference/include/element_visitor.hpp index 99b0be18e66..de4f8f57e97 100644 --- a/src/core/shape_inference/include/element_visitor.hpp +++ b/src/core/shape_inference/include/element_visitor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/eltwise_shape_inference.hpp b/src/core/shape_inference/include/eltwise_shape_inference.hpp index cfae0ad3443..7cb585fb621 100644 --- a/src/core/shape_inference/include/eltwise_shape_inference.hpp +++ b/src/core/shape_inference/include/eltwise_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/embedding_segments_sum_shape_inference.hpp b/src/core/shape_inference/include/embedding_segments_sum_shape_inference.hpp index edbed345e1f..44671e4272b 100644 --- a/src/core/shape_inference/include/embedding_segments_sum_shape_inference.hpp +++ b/src/core/shape_inference/include/embedding_segments_sum_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/embedding_shape_infer_utils.hpp b/src/core/shape_inference/include/embedding_shape_infer_utils.hpp index b6db2001059..48418a927e5 100644 --- a/src/core/shape_inference/include/embedding_shape_infer_utils.hpp +++ b/src/core/shape_inference/include/embedding_shape_infer_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/embeddingbag_offsets_shape_inference.hpp b/src/core/shape_inference/include/embeddingbag_offsets_shape_inference.hpp index 4266661e66f..49f271b7086 100644 --- a/src/core/shape_inference/include/embeddingbag_offsets_shape_inference.hpp +++ b/src/core/shape_inference/include/embeddingbag_offsets_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/embeddingbag_packed_shape_inference.hpp b/src/core/shape_inference/include/embeddingbag_packed_shape_inference.hpp index 1af486ea980..b4dde64e4cb 100644 --- a/src/core/shape_inference/include/embeddingbag_packed_shape_inference.hpp +++ b/src/core/shape_inference/include/embeddingbag_packed_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/experimental_detectron_detection_output_shape_inference.hpp b/src/core/shape_inference/include/experimental_detectron_detection_output_shape_inference.hpp index e4983d79af1..a74e9fe0b67 100644 --- a/src/core/shape_inference/include/experimental_detectron_detection_output_shape_inference.hpp +++ b/src/core/shape_inference/include/experimental_detectron_detection_output_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/experimental_detectron_generate_proposals_shape_inference.hpp b/src/core/shape_inference/include/experimental_detectron_generate_proposals_shape_inference.hpp index 003a4f7b806..79956f72ce5 100644 --- a/src/core/shape_inference/include/experimental_detectron_generate_proposals_shape_inference.hpp +++ b/src/core/shape_inference/include/experimental_detectron_generate_proposals_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/experimental_detectron_prior_grid_generator_shape_inference.hpp b/src/core/shape_inference/include/experimental_detectron_prior_grid_generator_shape_inference.hpp index 98a532e3eae..2dc8743d3d9 100644 --- a/src/core/shape_inference/include/experimental_detectron_prior_grid_generator_shape_inference.hpp +++ b/src/core/shape_inference/include/experimental_detectron_prior_grid_generator_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/experimental_detectron_roi_feature_shape_inference.hpp b/src/core/shape_inference/include/experimental_detectron_roi_feature_shape_inference.hpp index 325da43c0e6..f53b27b3c0d 100644 --- a/src/core/shape_inference/include/experimental_detectron_roi_feature_shape_inference.hpp +++ b/src/core/shape_inference/include/experimental_detectron_roi_feature_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/experimental_detectron_topkrois_shape_inference.hpp b/src/core/shape_inference/include/experimental_detectron_topkrois_shape_inference.hpp index 6eafd451050..e0d362874ac 100644 --- a/src/core/shape_inference/include/experimental_detectron_topkrois_shape_inference.hpp +++ b/src/core/shape_inference/include/experimental_detectron_topkrois_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/extract_image_patches_shape_inference.hpp b/src/core/shape_inference/include/extract_image_patches_shape_inference.hpp index c0c23eb9ad0..26a561b5399 100644 --- a/src/core/shape_inference/include/extract_image_patches_shape_inference.hpp +++ b/src/core/shape_inference/include/extract_image_patches_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/eye_shape_inference.hpp b/src/core/shape_inference/include/eye_shape_inference.hpp index c33ce3cc1fe..8bc05da89ab 100644 --- a/src/core/shape_inference/include/eye_shape_inference.hpp +++ b/src/core/shape_inference/include/eye_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/fake_convert_shape_inference.hpp b/src/core/shape_inference/include/fake_convert_shape_inference.hpp index 8452b451247..4ef81d98fd3 100644 --- a/src/core/shape_inference/include/fake_convert_shape_inference.hpp +++ b/src/core/shape_inference/include/fake_convert_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/fake_quantize.hpp b/src/core/shape_inference/include/fake_quantize.hpp index 62ec9141818..6777136f1da 100644 --- a/src/core/shape_inference/include/fake_quantize.hpp +++ b/src/core/shape_inference/include/fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/fft_base_shape_inference.hpp b/src/core/shape_inference/include/fft_base_shape_inference.hpp index 7ed8d9bd9ce..b4a195c733d 100644 --- a/src/core/shape_inference/include/fft_base_shape_inference.hpp +++ b/src/core/shape_inference/include/fft_base_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/fft_common_validation.hpp b/src/core/shape_inference/include/fft_common_validation.hpp index b81a351f8c7..da2dcc4086e 100644 --- a/src/core/shape_inference/include/fft_common_validation.hpp +++ b/src/core/shape_inference/include/fft_common_validation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/gather_elements_shape_inference.hpp b/src/core/shape_inference/include/gather_elements_shape_inference.hpp index 471e72e01ce..4dfbb7c9b37 100644 --- a/src/core/shape_inference/include/gather_elements_shape_inference.hpp +++ b/src/core/shape_inference/include/gather_elements_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/gather_nd_shape_inference.hpp b/src/core/shape_inference/include/gather_nd_shape_inference.hpp index d4302521c27..c286665fc82 100644 --- a/src/core/shape_inference/include/gather_nd_shape_inference.hpp +++ b/src/core/shape_inference/include/gather_nd_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/gather_shape_inference.hpp b/src/core/shape_inference/include/gather_shape_inference.hpp index 22704dbc6aa..7a256a57185 100644 --- a/src/core/shape_inference/include/gather_shape_inference.hpp +++ b/src/core/shape_inference/include/gather_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/gather_tree_shape_inference.hpp b/src/core/shape_inference/include/gather_tree_shape_inference.hpp index 2a28a5453d2..eea63daed11 100644 --- a/src/core/shape_inference/include/gather_tree_shape_inference.hpp +++ b/src/core/shape_inference/include/gather_tree_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/generate_proposals_shape_inference.hpp b/src/core/shape_inference/include/generate_proposals_shape_inference.hpp index ddd536fe737..6e075b54b62 100644 --- a/src/core/shape_inference/include/generate_proposals_shape_inference.hpp +++ b/src/core/shape_inference/include/generate_proposals_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/grid_sample_shape_inference.hpp b/src/core/shape_inference/include/grid_sample_shape_inference.hpp index 7fd85bf9afd..c6c83842efe 100644 --- a/src/core/shape_inference/include/grid_sample_shape_inference.hpp +++ b/src/core/shape_inference/include/grid_sample_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/group_convolution_backprop_shape_inference.hpp b/src/core/shape_inference/include/group_convolution_backprop_shape_inference.hpp index fc69b3af245..a133debad2d 100644 --- a/src/core/shape_inference/include/group_convolution_backprop_shape_inference.hpp +++ b/src/core/shape_inference/include/group_convolution_backprop_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/group_convolution_shape_inference.hpp b/src/core/shape_inference/include/group_convolution_shape_inference.hpp index 5a0171306a3..756cf6e0b8c 100644 --- a/src/core/shape_inference/include/group_convolution_shape_inference.hpp +++ b/src/core/shape_inference/include/group_convolution_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/group_normalization_shape_inference.hpp b/src/core/shape_inference/include/group_normalization_shape_inference.hpp index c4c24796b39..8bcf8e9e445 100644 --- a/src/core/shape_inference/include/group_normalization_shape_inference.hpp +++ b/src/core/shape_inference/include/group_normalization_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/gru_cell_shape_inference.hpp b/src/core/shape_inference/include/gru_cell_shape_inference.hpp index 5066591d54f..f6f50fb4d50 100644 --- a/src/core/shape_inference/include/gru_cell_shape_inference.hpp +++ b/src/core/shape_inference/include/gru_cell_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/gru_sequence_shape_inference.hpp b/src/core/shape_inference/include/gru_sequence_shape_inference.hpp index cd179d041e4..4e2273bfdc2 100644 --- a/src/core/shape_inference/include/gru_sequence_shape_inference.hpp +++ b/src/core/shape_inference/include/gru_sequence_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/i420_shape_inference.hpp b/src/core/shape_inference/include/i420_shape_inference.hpp index 366a75377cd..99e22a9cc02 100644 --- a/src/core/shape_inference/include/i420_shape_inference.hpp +++ b/src/core/shape_inference/include/i420_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/interpolate_shape_inference.hpp b/src/core/shape_inference/include/interpolate_shape_inference.hpp index 49b81b2250a..3ef6bc38511 100644 --- a/src/core/shape_inference/include/interpolate_shape_inference.hpp +++ b/src/core/shape_inference/include/interpolate_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/irdft_shape_inference.hpp b/src/core/shape_inference/include/irdft_shape_inference.hpp index b44edb1be74..4d64f270ef5 100644 --- a/src/core/shape_inference/include/irdft_shape_inference.hpp +++ b/src/core/shape_inference/include/irdft_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/lstm_cell_shape_inference.hpp b/src/core/shape_inference/include/lstm_cell_shape_inference.hpp index 3ac1c6bfac5..e7626fc698d 100644 --- a/src/core/shape_inference/include/lstm_cell_shape_inference.hpp +++ b/src/core/shape_inference/include/lstm_cell_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/lstm_sequence_shape_inference.hpp b/src/core/shape_inference/include/lstm_sequence_shape_inference.hpp index a34c7a52447..3ee8182cd64 100644 --- a/src/core/shape_inference/include/lstm_sequence_shape_inference.hpp +++ b/src/core/shape_inference/include/lstm_sequence_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/matmul_shape_inference.hpp b/src/core/shape_inference/include/matmul_shape_inference.hpp index bb588003fcc..1e5a0a70037 100644 --- a/src/core/shape_inference/include/matmul_shape_inference.hpp +++ b/src/core/shape_inference/include/matmul_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/matrix_nms_shape_inference.hpp b/src/core/shape_inference/include/matrix_nms_shape_inference.hpp index 0aaef2f0354..c1daf9cf52a 100644 --- a/src/core/shape_inference/include/matrix_nms_shape_inference.hpp +++ b/src/core/shape_inference/include/matrix_nms_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/max_pool_shape_inference.hpp b/src/core/shape_inference/include/max_pool_shape_inference.hpp index f5cf23a16c9..d4696d665d0 100644 --- a/src/core/shape_inference/include/max_pool_shape_inference.hpp +++ b/src/core/shape_inference/include/max_pool_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/multiclass_nms_shape_inference.hpp b/src/core/shape_inference/include/multiclass_nms_shape_inference.hpp index f6882e12586..2a3179cd723 100644 --- a/src/core/shape_inference/include/multiclass_nms_shape_inference.hpp +++ b/src/core/shape_inference/include/multiclass_nms_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/multinomial_shape_inference.hpp b/src/core/shape_inference/include/multinomial_shape_inference.hpp index 9271de3c7fa..4d5c6c83d2b 100644 --- a/src/core/shape_inference/include/multinomial_shape_inference.hpp +++ b/src/core/shape_inference/include/multinomial_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/nms_shape_inference.hpp b/src/core/shape_inference/include/nms_shape_inference.hpp index d59cfd9f6eb..dc55338c411 100644 --- a/src/core/shape_inference/include/nms_shape_inference.hpp +++ b/src/core/shape_inference/include/nms_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/nv12_shape_inference.hpp b/src/core/shape_inference/include/nv12_shape_inference.hpp index 51ff6f35c09..d66cdfc8150 100644 --- a/src/core/shape_inference/include/nv12_shape_inference.hpp +++ b/src/core/shape_inference/include/nv12_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/one_hot_shape_inference.hpp b/src/core/shape_inference/include/one_hot_shape_inference.hpp index 76ede5b1814..cfcbbbed3b5 100644 --- a/src/core/shape_inference/include/one_hot_shape_inference.hpp +++ b/src/core/shape_inference/include/one_hot_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/pad_shape_inference.hpp b/src/core/shape_inference/include/pad_shape_inference.hpp index 7a9e2c7b688..7b96d5fb573 100644 --- a/src/core/shape_inference/include/pad_shape_inference.hpp +++ b/src/core/shape_inference/include/pad_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/pooling_shape_inference_util.hpp b/src/core/shape_inference/include/pooling_shape_inference_util.hpp index f53ef153580..5b06154068c 100644 --- a/src/core/shape_inference/include/pooling_shape_inference_util.hpp +++ b/src/core/shape_inference/include/pooling_shape_inference_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/proposal_shape_inference.hpp b/src/core/shape_inference/include/proposal_shape_inference.hpp index a3b7f4702e4..5545ce90c13 100644 --- a/src/core/shape_inference/include/proposal_shape_inference.hpp +++ b/src/core/shape_inference/include/proposal_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/psroi_pooling_shape_inference.hpp b/src/core/shape_inference/include/psroi_pooling_shape_inference.hpp index d84a9c5d242..1c9db1fff92 100644 --- a/src/core/shape_inference/include/psroi_pooling_shape_inference.hpp +++ b/src/core/shape_inference/include/psroi_pooling_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/random_uniform_shape_inference.hpp b/src/core/shape_inference/include/random_uniform_shape_inference.hpp index f7f017155b7..f02f2de37b0 100644 --- a/src/core/shape_inference/include/random_uniform_shape_inference.hpp +++ b/src/core/shape_inference/include/random_uniform_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/range_shape_inference.hpp b/src/core/shape_inference/include/range_shape_inference.hpp index 4376076445a..3be56a4543a 100644 --- a/src/core/shape_inference/include/range_shape_inference.hpp +++ b/src/core/shape_inference/include/range_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/rdft_shape_inference.hpp b/src/core/shape_inference/include/rdft_shape_inference.hpp index ebdf9d4720c..f59eebbc40d 100644 --- a/src/core/shape_inference/include/rdft_shape_inference.hpp +++ b/src/core/shape_inference/include/rdft_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/reduce_shape_inference.hpp b/src/core/shape_inference/include/reduce_shape_inference.hpp index f9f30d0a448..97ecb1ddf6b 100644 --- a/src/core/shape_inference/include/reduce_shape_inference.hpp +++ b/src/core/shape_inference/include/reduce_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/region_yolo_shape_inference.hpp b/src/core/shape_inference/include/region_yolo_shape_inference.hpp index a565db63e45..844fda2a78f 100644 --- a/src/core/shape_inference/include/region_yolo_shape_inference.hpp +++ b/src/core/shape_inference/include/region_yolo_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/reorg_yolo_shape_inference.hpp b/src/core/shape_inference/include/reorg_yolo_shape_inference.hpp index 3a18a3c0602..28a4706605e 100644 --- a/src/core/shape_inference/include/reorg_yolo_shape_inference.hpp +++ b/src/core/shape_inference/include/reorg_yolo_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/reshape_shape_inference.hpp b/src/core/shape_inference/include/reshape_shape_inference.hpp index e076e80fcac..5da89e773be 100644 --- a/src/core/shape_inference/include/reshape_shape_inference.hpp +++ b/src/core/shape_inference/include/reshape_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/reverse_sequence_shape_inference.hpp b/src/core/shape_inference/include/reverse_sequence_shape_inference.hpp index f7b918068bf..76c9d7752a7 100644 --- a/src/core/shape_inference/include/reverse_sequence_shape_inference.hpp +++ b/src/core/shape_inference/include/reverse_sequence_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/reverse_shape_inference.hpp b/src/core/shape_inference/include/reverse_shape_inference.hpp index d904c7e150d..574f81a4cba 100644 --- a/src/core/shape_inference/include/reverse_shape_inference.hpp +++ b/src/core/shape_inference/include/reverse_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/rnn_base_shape_inference.hpp b/src/core/shape_inference/include/rnn_base_shape_inference.hpp index 5a2e36ad35e..d9d0347b8ea 100644 --- a/src/core/shape_inference/include/rnn_base_shape_inference.hpp +++ b/src/core/shape_inference/include/rnn_base_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/rnn_cell_shape_inference.hpp b/src/core/shape_inference/include/rnn_cell_shape_inference.hpp index 69613a27f62..9e69c8e37b6 100644 --- a/src/core/shape_inference/include/rnn_cell_shape_inference.hpp +++ b/src/core/shape_inference/include/rnn_cell_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/rnn_sequence_shape_inference.hpp b/src/core/shape_inference/include/rnn_sequence_shape_inference.hpp index 65f79039d52..8a3912f055f 100644 --- a/src/core/shape_inference/include/rnn_sequence_shape_inference.hpp +++ b/src/core/shape_inference/include/rnn_sequence_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/roi_align_shape_inference.hpp b/src/core/shape_inference/include/roi_align_shape_inference.hpp index db2e3049cf5..9b60f030b3c 100644 --- a/src/core/shape_inference/include/roi_align_shape_inference.hpp +++ b/src/core/shape_inference/include/roi_align_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/roi_pooling_shape_inference.hpp b/src/core/shape_inference/include/roi_pooling_shape_inference.hpp index 3f319aa5821..ceb7df91aa9 100644 --- a/src/core/shape_inference/include/roi_pooling_shape_inference.hpp +++ b/src/core/shape_inference/include/roi_pooling_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/roll_shape_inference.hpp b/src/core/shape_inference/include/roll_shape_inference.hpp index 39097c03284..c4e8a17e979 100644 --- a/src/core/shape_inference/include/roll_shape_inference.hpp +++ b/src/core/shape_inference/include/roll_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/scaled_dot_product_attention_shape_inference.hpp b/src/core/shape_inference/include/scaled_dot_product_attention_shape_inference.hpp index 32bca7b9593..7b38bc8c10d 100644 --- a/src/core/shape_inference/include/scaled_dot_product_attention_shape_inference.hpp +++ b/src/core/shape_inference/include/scaled_dot_product_attention_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/scatter_elements_update_shape_inference.hpp b/src/core/shape_inference/include/scatter_elements_update_shape_inference.hpp index 68ace70f0d3..b8a810b356c 100644 --- a/src/core/shape_inference/include/scatter_elements_update_shape_inference.hpp +++ b/src/core/shape_inference/include/scatter_elements_update_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/scatter_nd_base_shape_inference.hpp b/src/core/shape_inference/include/scatter_nd_base_shape_inference.hpp index 71778e11511..77c65b43415 100644 --- a/src/core/shape_inference/include/scatter_nd_base_shape_inference.hpp +++ b/src/core/shape_inference/include/scatter_nd_base_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/select_shape_inference.hpp b/src/core/shape_inference/include/select_shape_inference.hpp index 9c40baab5dc..ca4f46c3db3 100644 --- a/src/core/shape_inference/include/select_shape_inference.hpp +++ b/src/core/shape_inference/include/select_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/sequnce_generator.hpp b/src/core/shape_inference/include/sequnce_generator.hpp index 82011d43fa5..3713826e625 100644 --- a/src/core/shape_inference/include/sequnce_generator.hpp +++ b/src/core/shape_inference/include/sequnce_generator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/shape_nodes.hpp b/src/core/shape_inference/include/shape_nodes.hpp index 0656b28ee9e..45c94db325c 100644 --- a/src/core/shape_inference/include/shape_nodes.hpp +++ b/src/core/shape_inference/include/shape_nodes.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/shape_validation.hpp b/src/core/shape_inference/include/shape_validation.hpp index 5573077bfe5..c13713c9175 100644 --- a/src/core/shape_inference/include/shape_validation.hpp +++ b/src/core/shape_inference/include/shape_validation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/shuffle_channels_shape_inference.hpp b/src/core/shape_inference/include/shuffle_channels_shape_inference.hpp index 1456b24d9e4..e007a00fcbd 100644 --- a/src/core/shape_inference/include/shuffle_channels_shape_inference.hpp +++ b/src/core/shape_inference/include/shuffle_channels_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/space_to_batch_shape_inference.hpp b/src/core/shape_inference/include/space_to_batch_shape_inference.hpp index 9adae645222..6995d40c6cc 100644 --- a/src/core/shape_inference/include/space_to_batch_shape_inference.hpp +++ b/src/core/shape_inference/include/space_to_batch_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/space_to_depth_shape_inference.hpp b/src/core/shape_inference/include/space_to_depth_shape_inference.hpp index e7f3972488c..274f3b8ce87 100644 --- a/src/core/shape_inference/include/space_to_depth_shape_inference.hpp +++ b/src/core/shape_inference/include/space_to_depth_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/split_shape_inference.hpp b/src/core/shape_inference/include/split_shape_inference.hpp index 0ac913d82ae..aeccd3d788b 100644 --- a/src/core/shape_inference/include/split_shape_inference.hpp +++ b/src/core/shape_inference/include/split_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/strided_slice_shape_inference.hpp b/src/core/shape_inference/include/strided_slice_shape_inference.hpp index 090213ef2be..20ee3827fc7 100644 --- a/src/core/shape_inference/include/strided_slice_shape_inference.hpp +++ b/src/core/shape_inference/include/strided_slice_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/tensor_data_accessor.hpp b/src/core/shape_inference/include/tensor_data_accessor.hpp index 36d29d934c2..73b4052f445 100644 --- a/src/core/shape_inference/include/tensor_data_accessor.hpp +++ b/src/core/shape_inference/include/tensor_data_accessor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/tile_shape_inference.hpp b/src/core/shape_inference/include/tile_shape_inference.hpp index ec763860712..5c6cf58106d 100644 --- a/src/core/shape_inference/include/tile_shape_inference.hpp +++ b/src/core/shape_inference/include/tile_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/topk_shape_inference.hpp b/src/core/shape_inference/include/topk_shape_inference.hpp index 1cf3bf708e9..85753ccf82f 100644 --- a/src/core/shape_inference/include/topk_shape_inference.hpp +++ b/src/core/shape_inference/include/topk_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/include/transpose_shape_inference.hpp b/src/core/shape_inference/include/transpose_shape_inference.hpp index 81092017434..8bc7848b529 100644 --- a/src/core/shape_inference/include/transpose_shape_inference.hpp +++ b/src/core/shape_inference/include/transpose_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/utils.hpp b/src/core/shape_inference/include/utils.hpp index 02e412cfde3..53cbfe6c8b7 100644 --- a/src/core/shape_inference/include/utils.hpp +++ b/src/core/shape_inference/include/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/shape_inference/include/variadic_split_shape_inference.hpp b/src/core/shape_inference/include/variadic_split_shape_inference.hpp index d1f75c6c463..77023a61641 100644 --- a/src/core/shape_inference/include/variadic_split_shape_inference.hpp +++ b/src/core/shape_inference/include/variadic_split_shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/src/tensor_data_accessor.cpp b/src/core/shape_inference/src/tensor_data_accessor.cpp index 9b8af21dba6..bc15c5f6b6c 100644 --- a/src/core/shape_inference/src/tensor_data_accessor.cpp +++ b/src/core/shape_inference/src/tensor_data_accessor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/shape_inference/src/utils.cpp b/src/core/shape_inference/src/utils.cpp index 23d2c59230e..e14edf8b2e8 100644 --- a/src/core/shape_inference/src/utils.cpp +++ b/src/core/shape_inference/src/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/any.cpp b/src/core/src/any.cpp index 7303ebddc8f..82dc01c9937 100644 --- a/src/core/src/any.cpp +++ b/src/core/src/any.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/atomic_guard.hpp b/src/core/src/atomic_guard.hpp index 046aa17461e..e41b9cd8aa3 100644 --- a/src/core/src/atomic_guard.hpp +++ b/src/core/src/atomic_guard.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/attribute_visitor.cpp b/src/core/src/attribute_visitor.cpp index d6ccbdde6dd..cad17b771fc 100644 --- a/src/core/src/attribute_visitor.cpp +++ b/src/core/src/attribute_visitor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/axis_set.cpp b/src/core/src/axis_set.cpp index 8f3a98c2268..edb596118a9 100644 --- a/src/core/src/axis_set.cpp +++ b/src/core/src/axis_set.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/axis_vector.cpp b/src/core/src/axis_vector.cpp index 4c74dca49c2..753af77926e 100644 --- a/src/core/src/axis_vector.cpp +++ b/src/core/src/axis_vector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/bound_evaluate.cpp b/src/core/src/bound_evaluate.cpp index 881762cce8f..c9b5cd3fb42 100644 --- a/src/core/src/bound_evaluate.cpp +++ b/src/core/src/bound_evaluate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/bound_evaluate.hpp b/src/core/src/bound_evaluate.hpp index 952343a7d00..458918d971d 100644 --- a/src/core/src/bound_evaluate.hpp +++ b/src/core/src/bound_evaluate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/coordinate.cpp b/src/core/src/coordinate.cpp index c0805addfa2..228c9e250ea 100644 --- a/src/core/src/coordinate.cpp +++ b/src/core/src/coordinate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/coordinate_diff.cpp b/src/core/src/coordinate_diff.cpp index 49430140b4b..45ccdba11d0 100644 --- a/src/core/src/coordinate_diff.cpp +++ b/src/core/src/coordinate_diff.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/descriptor/input.cpp b/src/core/src/descriptor/input.cpp index 1c41ac617a9..544abd10945 100644 --- a/src/core/src/descriptor/input.cpp +++ b/src/core/src/descriptor/input.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/descriptor/output.cpp b/src/core/src/descriptor/output.cpp index 36012422a63..01106863e40 100644 --- a/src/core/src/descriptor/output.cpp +++ b/src/core/src/descriptor/output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/descriptor/tensor.cpp b/src/core/src/descriptor/tensor.cpp index 33d9e88af5b..9f68fbfd7d2 100644 --- a/src/core/src/descriptor/tensor.cpp +++ b/src/core/src/descriptor/tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/dimension.cpp b/src/core/src/dimension.cpp index c9e34a5758b..918880fd15c 100644 --- a/src/core/src/dimension.cpp +++ b/src/core/src/dimension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/evaluator.hpp b/src/core/src/evaluator.hpp index d784077a030..3e9408219b2 100644 --- a/src/core/src/evaluator.hpp +++ b/src/core/src/evaluator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/except.cpp b/src/core/src/except.cpp index 66d67c779b0..6ce0568e04e 100644 --- a/src/core/src/except.cpp +++ b/src/core/src/except.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/extension.cpp b/src/core/src/extension.cpp index 2c90f474c65..5245a54ee0d 100644 --- a/src/core/src/extension.cpp +++ b/src/core/src/extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/interval.cpp b/src/core/src/interval.cpp index 81af026cd5c..1b305e1df06 100644 --- a/src/core/src/interval.cpp +++ b/src/core/src/interval.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/itt.hpp b/src/core/src/itt.hpp index e50af7da7f4..30abba633cc 100644 --- a/src/core/src/itt.hpp +++ b/src/core/src/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/layout.cpp b/src/core/src/layout.cpp index 14e19ff21f0..d91144bfd7f 100644 --- a/src/core/src/layout.cpp +++ b/src/core/src/layout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/layout_utils.hpp b/src/core/src/layout_utils.hpp index 9738d4d0736..32c6c152c71 100644 --- a/src/core/src/layout_utils.hpp +++ b/src/core/src/layout_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/node_input.cpp b/src/core/src/node_input.cpp index 11a353cb765..2be733abd18 100644 --- a/src/core/src/node_input.cpp +++ b/src/core/src/node_input.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/node_output.cpp b/src/core/src/node_output.cpp index 3bdbce3b763..5a087cf116f 100644 --- a/src/core/src/node_output.cpp +++ b/src/core/src/node_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/node_vector.cpp b/src/core/src/node_vector.cpp index c5d07842329..3ef52278ffa 100644 --- a/src/core/src/node_vector.cpp +++ b/src/core/src/node_vector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/abs.cpp b/src/core/src/op/abs.cpp index f4c44219555..b2391572328 100644 --- a/src/core/src/op/abs.cpp +++ b/src/core/src/op/abs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/acos.cpp b/src/core/src/op/acos.cpp index 980884125f5..93eb95ce0ac 100644 --- a/src/core/src/op/acos.cpp +++ b/src/core/src/op/acos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/acosh.cpp b/src/core/src/op/acosh.cpp index e49633ec138..d7c1e6c6f3c 100644 --- a/src/core/src/op/acosh.cpp +++ b/src/core/src/op/acosh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/adaptive_avg_pool.cpp b/src/core/src/op/adaptive_avg_pool.cpp index 950db197bdf..cd7ef6f4d32 100644 --- a/src/core/src/op/adaptive_avg_pool.cpp +++ b/src/core/src/op/adaptive_avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/adaptive_max_pool.cpp b/src/core/src/op/adaptive_max_pool.cpp index 72da7223a52..26a8eadf86b 100644 --- a/src/core/src/op/adaptive_max_pool.cpp +++ b/src/core/src/op/adaptive_max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/add.cpp b/src/core/src/op/add.cpp index 7ee54013153..6b4680fed57 100644 --- a/src/core/src/op/add.cpp +++ b/src/core/src/op/add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/asin.cpp b/src/core/src/op/asin.cpp index 896457d1202..3ce35d536ad 100644 --- a/src/core/src/op/asin.cpp +++ b/src/core/src/op/asin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/asinh.cpp b/src/core/src/op/asinh.cpp index 138357e3155..ce5ff8b728d 100644 --- a/src/core/src/op/asinh.cpp +++ b/src/core/src/op/asinh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/assign.cpp b/src/core/src/op/assign.cpp index ff2102135b3..da79244127c 100644 --- a/src/core/src/op/assign.cpp +++ b/src/core/src/op/assign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/atan.cpp b/src/core/src/op/atan.cpp index 503f694e40f..665525db6a2 100644 --- a/src/core/src/op/atan.cpp +++ b/src/core/src/op/atan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/atanh.cpp b/src/core/src/op/atanh.cpp index 3f1029f340f..f7848d11520 100644 --- a/src/core/src/op/atanh.cpp +++ b/src/core/src/op/atanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/avg_pool.cpp b/src/core/src/op/avg_pool.cpp index 40e8a617330..da4935e8069 100644 --- a/src/core/src/op/avg_pool.cpp +++ b/src/core/src/op/avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/batch_to_space.cpp b/src/core/src/op/batch_to_space.cpp index 9a6c39161e0..a70c2af3a67 100644 --- a/src/core/src/op/batch_to_space.cpp +++ b/src/core/src/op/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/binary_convolution.cpp b/src/core/src/op/binary_convolution.cpp index c14bf530c04..2c2b4e669ab 100644 --- a/src/core/src/op/binary_convolution.cpp +++ b/src/core/src/op/binary_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/bitwise_and.cpp b/src/core/src/op/bitwise_and.cpp index 22da9e92f47..5cf77d153fc 100644 --- a/src/core/src/op/bitwise_and.cpp +++ b/src/core/src/op/bitwise_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/op/bitwise_and.hpp" diff --git a/src/core/src/op/bitwise_not.cpp b/src/core/src/op/bitwise_not.cpp index 257a796fda2..586585a107b 100644 --- a/src/core/src/op/bitwise_not.cpp +++ b/src/core/src/op/bitwise_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/op/bitwise_not.hpp" diff --git a/src/core/src/op/bitwise_or.cpp b/src/core/src/op/bitwise_or.cpp index 02ff0ad0830..536e1ea9528 100644 --- a/src/core/src/op/bitwise_or.cpp +++ b/src/core/src/op/bitwise_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/op/bitwise_or.hpp" diff --git a/src/core/src/op/bitwise_xor.cpp b/src/core/src/op/bitwise_xor.cpp index 320fe39f120..ddd0913d5bc 100644 --- a/src/core/src/op/bitwise_xor.cpp +++ b/src/core/src/op/bitwise_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/op/bitwise_xor.hpp" diff --git a/src/core/src/op/broadcast.cpp b/src/core/src/op/broadcast.cpp index 26957103499..c7df0553d0b 100644 --- a/src/core/src/op/broadcast.cpp +++ b/src/core/src/op/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/bucketize.cpp b/src/core/src/op/bucketize.cpp index d05b4edc7e1..f1fb2a00685 100644 --- a/src/core/src/op/bucketize.cpp +++ b/src/core/src/op/bucketize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/op/bucketize.hpp" diff --git a/src/core/src/op/ceiling.cpp b/src/core/src/op/ceiling.cpp index b3ea66ae2a6..8c2ee442c58 100644 --- a/src/core/src/op/ceiling.cpp +++ b/src/core/src/op/ceiling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/clamp.cpp b/src/core/src/op/clamp.cpp index 1ca329e51e8..f13a1923ab9 100644 --- a/src/core/src/op/clamp.cpp +++ b/src/core/src/op/clamp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/concat.cpp b/src/core/src/op/concat.cpp index b670af7d4e0..37a8099feb2 100644 --- a/src/core/src/op/concat.cpp +++ b/src/core/src/op/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/constant.cpp b/src/core/src/op/constant.cpp index a32df53042b..5c91e1abb53 100644 --- a/src/core/src/op/constant.cpp +++ b/src/core/src/op/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/convert.cpp b/src/core/src/op/convert.cpp index 2ddc6c1a017..0ba49505871 100644 --- a/src/core/src/op/convert.cpp +++ b/src/core/src/op/convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/convert_like.cpp b/src/core/src/op/convert_like.cpp index a83ed49516c..3dc0159bb55 100644 --- a/src/core/src/op/convert_like.cpp +++ b/src/core/src/op/convert_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/convolution.cpp b/src/core/src/op/convolution.cpp index d95a13c39a3..55133488ee3 100644 --- a/src/core/src/op/convolution.cpp +++ b/src/core/src/op/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/cos.cpp b/src/core/src/op/cos.cpp index 879d7835364..7b2fc8db7da 100644 --- a/src/core/src/op/cos.cpp +++ b/src/core/src/op/cos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/cosh.cpp b/src/core/src/op/cosh.cpp index 247b7cc697a..0e0146ca151 100644 --- a/src/core/src/op/cosh.cpp +++ b/src/core/src/op/cosh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/ctc_greedy_decoder.cpp b/src/core/src/op/ctc_greedy_decoder.cpp index 0e41c01aaf3..d93b82ec26c 100644 --- a/src/core/src/op/ctc_greedy_decoder.cpp +++ b/src/core/src/op/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/ctc_greedy_decoder_seq_len.cpp b/src/core/src/op/ctc_greedy_decoder_seq_len.cpp index 24049ed0b91..ff82f28b74a 100644 --- a/src/core/src/op/ctc_greedy_decoder_seq_len.cpp +++ b/src/core/src/op/ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/ctc_loss.cpp b/src/core/src/op/ctc_loss.cpp index fdd18224732..a920e3b9c79 100644 --- a/src/core/src/op/ctc_loss.cpp +++ b/src/core/src/op/ctc_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/cum_sum.cpp b/src/core/src/op/cum_sum.cpp index a8737d59b7c..12b830c78f4 100644 --- a/src/core/src/op/cum_sum.cpp +++ b/src/core/src/op/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/deformable_convolution.cpp b/src/core/src/op/deformable_convolution.cpp index b753b949295..e26022b2790 100644 --- a/src/core/src/op/deformable_convolution.cpp +++ b/src/core/src/op/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/deformable_psroi_pooling.cpp b/src/core/src/op/deformable_psroi_pooling.cpp index b5d956aed8b..d14cf0b66e8 100644 --- a/src/core/src/op/deformable_psroi_pooling.cpp +++ b/src/core/src/op/deformable_psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/depth_to_space.cpp b/src/core/src/op/depth_to_space.cpp index 47e7137ea62..0837897dac5 100644 --- a/src/core/src/op/depth_to_space.cpp +++ b/src/core/src/op/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/detection_output.cpp b/src/core/src/op/detection_output.cpp index dfdddd007d8..141d7c98680 100644 --- a/src/core/src/op/detection_output.cpp +++ b/src/core/src/op/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/divide.cpp b/src/core/src/op/divide.cpp index 159ed6d1814..b00b731b296 100644 --- a/src/core/src/op/divide.cpp +++ b/src/core/src/op/divide.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/einsum.cpp b/src/core/src/op/einsum.cpp index 6b1a2fa2cf6..281dc58d076 100644 --- a/src/core/src/op/einsum.cpp +++ b/src/core/src/op/einsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/elu.cpp b/src/core/src/op/elu.cpp index 10a3bf26a21..207082ec00e 100644 --- a/src/core/src/op/elu.cpp +++ b/src/core/src/op/elu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/embedding_segments_sum.cpp b/src/core/src/op/embedding_segments_sum.cpp index 2647baa7e24..2caf623261e 100644 --- a/src/core/src/op/embedding_segments_sum.cpp +++ b/src/core/src/op/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/embeddingbag_offsets_sum.cpp b/src/core/src/op/embeddingbag_offsets_sum.cpp index fa2e222386b..f075fc0434a 100644 --- a/src/core/src/op/embeddingbag_offsets_sum.cpp +++ b/src/core/src/op/embeddingbag_offsets_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/embeddingbag_packedsum.cpp b/src/core/src/op/embeddingbag_packedsum.cpp index 59f47715c9c..bbf7bc97497 100644 --- a/src/core/src/op/embeddingbag_packedsum.cpp +++ b/src/core/src/op/embeddingbag_packedsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/equal.cpp b/src/core/src/op/equal.cpp index e87ea2dd4c8..c269b3baddf 100644 --- a/src/core/src/op/equal.cpp +++ b/src/core/src/op/equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/erf.cpp b/src/core/src/op/erf.cpp index 9259bf10b93..13eb3fa9457 100644 --- a/src/core/src/op/erf.cpp +++ b/src/core/src/op/erf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/exp.cpp b/src/core/src/op/exp.cpp index 1798077da64..d49d1e2db48 100644 --- a/src/core/src/op/exp.cpp +++ b/src/core/src/op/exp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/experimental_detectron_detection_output.cpp b/src/core/src/op/experimental_detectron_detection_output.cpp index 27c17a3aba7..b7f7dc70b22 100644 --- a/src/core/src/op/experimental_detectron_detection_output.cpp +++ b/src/core/src/op/experimental_detectron_detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/experimental_detectron_generate_proposals.cpp b/src/core/src/op/experimental_detectron_generate_proposals.cpp index 2f4067be7d6..7674b6815cb 100644 --- a/src/core/src/op/experimental_detectron_generate_proposals.cpp +++ b/src/core/src/op/experimental_detectron_generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/experimental_detectron_prior_grid_generator.cpp b/src/core/src/op/experimental_detectron_prior_grid_generator.cpp index 56891357757..fced421c552 100644 --- a/src/core/src/op/experimental_detectron_prior_grid_generator.cpp +++ b/src/core/src/op/experimental_detectron_prior_grid_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/experimental_detectron_roi_feature.cpp b/src/core/src/op/experimental_detectron_roi_feature.cpp index 7da0cc6a81c..dd8d8536376 100644 --- a/src/core/src/op/experimental_detectron_roi_feature.cpp +++ b/src/core/src/op/experimental_detectron_roi_feature.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/experimental_detectron_topkrois.cpp b/src/core/src/op/experimental_detectron_topkrois.cpp index 3ef507c2954..02f28636ac6 100644 --- a/src/core/src/op/experimental_detectron_topkrois.cpp +++ b/src/core/src/op/experimental_detectron_topkrois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/extractimagepatches.cpp b/src/core/src/op/extractimagepatches.cpp index 1c1f5c783bd..7c8d9053ba1 100644 --- a/src/core/src/op/extractimagepatches.cpp +++ b/src/core/src/op/extractimagepatches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/eye.cpp b/src/core/src/op/eye.cpp index ae1af1c4a5f..1230ce9e4d8 100644 --- a/src/core/src/op/eye.cpp +++ b/src/core/src/op/eye.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/fake_quantize.cpp b/src/core/src/op/fake_quantize.cpp index 41d9701f448..c53f0fcdd27 100644 --- a/src/core/src/op/fake_quantize.cpp +++ b/src/core/src/op/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/floor.cpp b/src/core/src/op/floor.cpp index 0b8f4962e16..9d3e2f645f1 100644 --- a/src/core/src/op/floor.cpp +++ b/src/core/src/op/floor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/floor_mod.cpp b/src/core/src/op/floor_mod.cpp index 6347190ad12..8930de1c824 100644 --- a/src/core/src/op/floor_mod.cpp +++ b/src/core/src/op/floor_mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/gather.cpp b/src/core/src/op/gather.cpp index 71b434964b7..449b09d15d7 100644 --- a/src/core/src/op/gather.cpp +++ b/src/core/src/op/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/gather_elements.cpp b/src/core/src/op/gather_elements.cpp index 3fce2efbea2..1d9ade16006 100644 --- a/src/core/src/op/gather_elements.cpp +++ b/src/core/src/op/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/gather_nd.cpp b/src/core/src/op/gather_nd.cpp index 313eb84266a..2b7236943f9 100644 --- a/src/core/src/op/gather_nd.cpp +++ b/src/core/src/op/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/gather_tree.cpp b/src/core/src/op/gather_tree.cpp index a98b7f5e941..a1618b59834 100644 --- a/src/core/src/op/gather_tree.cpp +++ b/src/core/src/op/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/gelu.cpp b/src/core/src/op/gelu.cpp index 33575eafe26..4f7bb19e8ac 100644 --- a/src/core/src/op/gelu.cpp +++ b/src/core/src/op/gelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/generate_proposals.cpp b/src/core/src/op/generate_proposals.cpp index 48fd69ac2e5..a8fa0ee43ec 100644 --- a/src/core/src/op/generate_proposals.cpp +++ b/src/core/src/op/generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/greater.cpp b/src/core/src/op/greater.cpp index 770df368c3a..3dacdda99b2 100644 --- a/src/core/src/op/greater.cpp +++ b/src/core/src/op/greater.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/greater_eq.cpp b/src/core/src/op/greater_eq.cpp index e1aecc2e512..6f82d06f200 100644 --- a/src/core/src/op/greater_eq.cpp +++ b/src/core/src/op/greater_eq.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/grid_sample.cpp b/src/core/src/op/grid_sample.cpp index c1e4cfd8ac9..b792f8ec311 100644 --- a/src/core/src/op/grid_sample.cpp +++ b/src/core/src/op/grid_sample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/grn.cpp b/src/core/src/op/grn.cpp index c5a5180e91d..84903373f30 100644 --- a/src/core/src/op/grn.cpp +++ b/src/core/src/op/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/group_conv.cpp b/src/core/src/op/group_conv.cpp index de382ca4e4c..703d57f73ad 100644 --- a/src/core/src/op/group_conv.cpp +++ b/src/core/src/op/group_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/group_normalization.cpp b/src/core/src/op/group_normalization.cpp index 6c7e95936d7..de2b5cf2dd8 100644 --- a/src/core/src/op/group_normalization.cpp +++ b/src/core/src/op/group_normalization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/gru_cell.cpp b/src/core/src/op/gru_cell.cpp index 23bb8b46518..e247fe6a3f8 100644 --- a/src/core/src/op/gru_cell.cpp +++ b/src/core/src/op/gru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/gru_sequence.cpp b/src/core/src/op/gru_sequence.cpp index 94d83b42405..1b19c3805e5 100644 --- a/src/core/src/op/gru_sequence.cpp +++ b/src/core/src/op/gru_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/hard_sigmoid.cpp b/src/core/src/op/hard_sigmoid.cpp index e61f2df6aa3..3c6b03d85cb 100644 --- a/src/core/src/op/hard_sigmoid.cpp +++ b/src/core/src/op/hard_sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/hsigmoid.cpp b/src/core/src/op/hsigmoid.cpp index 87baadbff5c..8e8b7cb26b7 100644 --- a/src/core/src/op/hsigmoid.cpp +++ b/src/core/src/op/hsigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/hswish.cpp b/src/core/src/op/hswish.cpp index 8d28ec2e14c..3d9a53cac9c 100644 --- a/src/core/src/op/hswish.cpp +++ b/src/core/src/op/hswish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/i420_to_bgr.cpp b/src/core/src/op/i420_to_bgr.cpp index d7728b7817e..32b1e91d415 100644 --- a/src/core/src/op/i420_to_bgr.cpp +++ b/src/core/src/op/i420_to_bgr.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/i420_to_rgb.cpp b/src/core/src/op/i420_to_rgb.cpp index 46c4c114603..8ab3fb474ce 100644 --- a/src/core/src/op/i420_to_rgb.cpp +++ b/src/core/src/op/i420_to_rgb.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/idft.cpp b/src/core/src/op/idft.cpp index a8bb171a5ad..541326470a6 100644 --- a/src/core/src/op/idft.cpp +++ b/src/core/src/op/idft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/if.cpp b/src/core/src/op/if.cpp index 89d1816cc8e..cf393e06aba 100644 --- a/src/core/src/op/if.cpp +++ b/src/core/src/op/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/interpolate.cpp b/src/core/src/op/interpolate.cpp index 884fb0ba713..5ad6b8db2b9 100644 --- a/src/core/src/op/interpolate.cpp +++ b/src/core/src/op/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/irdft.cpp b/src/core/src/op/irdft.cpp index 2f282e9ec5c..6a82aebfc97 100644 --- a/src/core/src/op/irdft.cpp +++ b/src/core/src/op/irdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/is_finite.cpp b/src/core/src/op/is_finite.cpp index 987b3e1482c..4449ae5c306 100644 --- a/src/core/src/op/is_finite.cpp +++ b/src/core/src/op/is_finite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/is_inf.cpp b/src/core/src/op/is_inf.cpp index 72800a18bd6..ab1431463b5 100644 --- a/src/core/src/op/is_inf.cpp +++ b/src/core/src/op/is_inf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/is_nan.cpp b/src/core/src/op/is_nan.cpp index d6aace70749..6f040b41598 100644 --- a/src/core/src/op/is_nan.cpp +++ b/src/core/src/op/is_nan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/less.cpp b/src/core/src/op/less.cpp index 1a704894c2a..f3b1826e871 100644 --- a/src/core/src/op/less.cpp +++ b/src/core/src/op/less.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/less_eq.cpp b/src/core/src/op/less_eq.cpp index 8ce5b76da76..288d24a4e78 100644 --- a/src/core/src/op/less_eq.cpp +++ b/src/core/src/op/less_eq.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/log.cpp b/src/core/src/op/log.cpp index 23e1f99f1cd..5c62a40407d 100644 --- a/src/core/src/op/log.cpp +++ b/src/core/src/op/log.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/log_softmax.cpp b/src/core/src/op/log_softmax.cpp index a16ac224f07..95ddab9b4dd 100644 --- a/src/core/src/op/log_softmax.cpp +++ b/src/core/src/op/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/logical_and.cpp b/src/core/src/op/logical_and.cpp index 91ff10dc156..7270f1e24c1 100644 --- a/src/core/src/op/logical_and.cpp +++ b/src/core/src/op/logical_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/logical_not.cpp b/src/core/src/op/logical_not.cpp index 7fbaad734e0..eb0b9bf51f1 100644 --- a/src/core/src/op/logical_not.cpp +++ b/src/core/src/op/logical_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/logical_or.cpp b/src/core/src/op/logical_or.cpp index 5d9532b1358..9a1bc831da3 100644 --- a/src/core/src/op/logical_or.cpp +++ b/src/core/src/op/logical_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/loop.cpp b/src/core/src/op/loop.cpp index 2a1a32b2883..16841318d66 100644 --- a/src/core/src/op/loop.cpp +++ b/src/core/src/op/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/lrn.cpp b/src/core/src/op/lrn.cpp index d212d8c4718..031b5b39c03 100644 --- a/src/core/src/op/lrn.cpp +++ b/src/core/src/op/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/lstm_cell.cpp b/src/core/src/op/lstm_cell.cpp index 49b6a93a0c7..69ab4775aa1 100644 --- a/src/core/src/op/lstm_cell.cpp +++ b/src/core/src/op/lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/lstm_sequence.cpp b/src/core/src/op/lstm_sequence.cpp index eedc91259e0..ed964d81bf5 100644 --- a/src/core/src/op/lstm_sequence.cpp +++ b/src/core/src/op/lstm_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/matmul.cpp b/src/core/src/op/matmul.cpp index a67409c35f9..080e2a024e4 100644 --- a/src/core/src/op/matmul.cpp +++ b/src/core/src/op/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/matrix_nms.cpp b/src/core/src/op/matrix_nms.cpp index 9231494b309..e30b9502e5b 100644 --- a/src/core/src/op/matrix_nms.cpp +++ b/src/core/src/op/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/max_pool.cpp b/src/core/src/op/max_pool.cpp index d08fa4dfc29..955721313a5 100644 --- a/src/core/src/op/max_pool.cpp +++ b/src/core/src/op/max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/maximum.cpp b/src/core/src/op/maximum.cpp index d7ec74fef3d..3469d1dfa18 100644 --- a/src/core/src/op/maximum.cpp +++ b/src/core/src/op/maximum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/minimum.cpp b/src/core/src/op/minimum.cpp index 7b18da50d1a..fb7603b438e 100644 --- a/src/core/src/op/minimum.cpp +++ b/src/core/src/op/minimum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/mish.cpp b/src/core/src/op/mish.cpp index 0f2060ba4cf..98d349af04d 100644 --- a/src/core/src/op/mish.cpp +++ b/src/core/src/op/mish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/mod.cpp b/src/core/src/op/mod.cpp index 0305136d8f5..04a2b4257ab 100644 --- a/src/core/src/op/mod.cpp +++ b/src/core/src/op/mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/multiclass_nms.cpp b/src/core/src/op/multiclass_nms.cpp index dde9e2725dd..0c19efd0279 100644 --- a/src/core/src/op/multiclass_nms.cpp +++ b/src/core/src/op/multiclass_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/multinomial.cpp b/src/core/src/op/multinomial.cpp index 248b8188c0e..0b7509b6352 100644 --- a/src/core/src/op/multinomial.cpp +++ b/src/core/src/op/multinomial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/multiply.cpp b/src/core/src/op/multiply.cpp index d06c6cb559e..fa3ef518c03 100644 --- a/src/core/src/op/multiply.cpp +++ b/src/core/src/op/multiply.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/mvn.cpp b/src/core/src/op/mvn.cpp index 5b9805d9051..e63edcad116 100644 --- a/src/core/src/op/mvn.cpp +++ b/src/core/src/op/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/negative.cpp b/src/core/src/op/negative.cpp index d596dd30299..8624f79fdf3 100644 --- a/src/core/src/op/negative.cpp +++ b/src/core/src/op/negative.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/nms_rotated.cpp b/src/core/src/op/nms_rotated.cpp index 32de842feb0..0f1425d6029 100644 --- a/src/core/src/op/nms_rotated.cpp +++ b/src/core/src/op/nms_rotated.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/non_max_suppression.cpp b/src/core/src/op/non_max_suppression.cpp index 801d4f16ada..2132b8bd86b 100644 --- a/src/core/src/op/non_max_suppression.cpp +++ b/src/core/src/op/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/non_zero.cpp b/src/core/src/op/non_zero.cpp index 4ed8e0870ec..7f8169354b7 100644 --- a/src/core/src/op/non_zero.cpp +++ b/src/core/src/op/non_zero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/normalize_l2.cpp b/src/core/src/op/normalize_l2.cpp index f111224efc6..2a616d02f39 100644 --- a/src/core/src/op/normalize_l2.cpp +++ b/src/core/src/op/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/not_equal.cpp b/src/core/src/op/not_equal.cpp index db2b0bc40fc..298eee7cdb0 100644 --- a/src/core/src/op/not_equal.cpp +++ b/src/core/src/op/not_equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/nv12_to_bgr.cpp b/src/core/src/op/nv12_to_bgr.cpp index fe87c6e3b1f..54a525043e7 100644 --- a/src/core/src/op/nv12_to_bgr.cpp +++ b/src/core/src/op/nv12_to_bgr.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/nv12_to_rgb.cpp b/src/core/src/op/nv12_to_rgb.cpp index cd7ae71fc27..13730cc96b4 100644 --- a/src/core/src/op/nv12_to_rgb.cpp +++ b/src/core/src/op/nv12_to_rgb.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/one_hot.cpp b/src/core/src/op/one_hot.cpp index ac9ba016a70..b35a4ee671b 100644 --- a/src/core/src/op/one_hot.cpp +++ b/src/core/src/op/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/op.cpp b/src/core/src/op/op.cpp index 383de812c94..33e9685921f 100644 --- a/src/core/src/op/op.cpp +++ b/src/core/src/op/op.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/pad.cpp b/src/core/src/op/pad.cpp index 167ce72b732..c5d2dee086e 100644 --- a/src/core/src/op/pad.cpp +++ b/src/core/src/op/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/parameter.cpp b/src/core/src/op/parameter.cpp index a7e598a7e89..16cd315f9df 100644 --- a/src/core/src/op/parameter.cpp +++ b/src/core/src/op/parameter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/power.cpp b/src/core/src/op/power.cpp index ee3202196ca..54aeeede795 100644 --- a/src/core/src/op/power.cpp +++ b/src/core/src/op/power.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/prelu.cpp b/src/core/src/op/prelu.cpp index 082fa8a3f57..1ee2133d673 100644 --- a/src/core/src/op/prelu.cpp +++ b/src/core/src/op/prelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/prior_box.cpp b/src/core/src/op/prior_box.cpp index d89286a84ec..a3255a95113 100644 --- a/src/core/src/op/prior_box.cpp +++ b/src/core/src/op/prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/prior_box_clustered.cpp b/src/core/src/op/prior_box_clustered.cpp index f31671922d7..d65dddd81d3 100644 --- a/src/core/src/op/prior_box_clustered.cpp +++ b/src/core/src/op/prior_box_clustered.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/proposal.cpp b/src/core/src/op/proposal.cpp index 14a996e2373..75e7d363cfa 100644 --- a/src/core/src/op/proposal.cpp +++ b/src/core/src/op/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/psroi_pooling.cpp b/src/core/src/op/psroi_pooling.cpp index 39833a72e2f..e5f83c7b177 100644 --- a/src/core/src/op/psroi_pooling.cpp +++ b/src/core/src/op/psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/random_uniform.cpp b/src/core/src/op/random_uniform.cpp index c40e4cb0017..f64c27e7b58 100644 --- a/src/core/src/op/random_uniform.cpp +++ b/src/core/src/op/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/range.cpp b/src/core/src/op/range.cpp index 6f929ad020f..62b11b3c4d0 100644 --- a/src/core/src/op/range.cpp +++ b/src/core/src/op/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/rdft.cpp b/src/core/src/op/rdft.cpp index 2627a2245c2..6360c43cd37 100644 --- a/src/core/src/op/rdft.cpp +++ b/src/core/src/op/rdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/read_value.cpp b/src/core/src/op/read_value.cpp index 6511c55fc1c..0c9ce8e88cc 100644 --- a/src/core/src/op/read_value.cpp +++ b/src/core/src/op/read_value.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reduce_l1.cpp b/src/core/src/op/reduce_l1.cpp index 6aec5c47989..f4140ae4ae8 100644 --- a/src/core/src/op/reduce_l1.cpp +++ b/src/core/src/op/reduce_l1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reduce_l2.cpp b/src/core/src/op/reduce_l2.cpp index b2a8344a663..d464bd2126a 100644 --- a/src/core/src/op/reduce_l2.cpp +++ b/src/core/src/op/reduce_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reduce_logical_and.cpp b/src/core/src/op/reduce_logical_and.cpp index 1d2cce23211..8e5a8ca2659 100644 --- a/src/core/src/op/reduce_logical_and.cpp +++ b/src/core/src/op/reduce_logical_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reduce_logical_or.cpp b/src/core/src/op/reduce_logical_or.cpp index b41c78fa859..88d154a548a 100644 --- a/src/core/src/op/reduce_logical_or.cpp +++ b/src/core/src/op/reduce_logical_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reduce_max.cpp b/src/core/src/op/reduce_max.cpp index bc58ca60631..667ebe79520 100644 --- a/src/core/src/op/reduce_max.cpp +++ b/src/core/src/op/reduce_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reduce_mean.cpp b/src/core/src/op/reduce_mean.cpp index fdf4bc983cc..e086ebe165e 100644 --- a/src/core/src/op/reduce_mean.cpp +++ b/src/core/src/op/reduce_mean.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reduce_min.cpp b/src/core/src/op/reduce_min.cpp index fa10c2f8407..cf06ad238b4 100644 --- a/src/core/src/op/reduce_min.cpp +++ b/src/core/src/op/reduce_min.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reduce_prod.cpp b/src/core/src/op/reduce_prod.cpp index 94e2707908e..501f2dcc929 100644 --- a/src/core/src/op/reduce_prod.cpp +++ b/src/core/src/op/reduce_prod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reduce_sum.cpp b/src/core/src/op/reduce_sum.cpp index cd807be1c61..8205c6680e3 100644 --- a/src/core/src/op/reduce_sum.cpp +++ b/src/core/src/op/reduce_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/region_yolo.cpp b/src/core/src/op/region_yolo.cpp index 8c1c2040de0..680d9632e05 100644 --- a/src/core/src/op/region_yolo.cpp +++ b/src/core/src/op/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/relu.cpp b/src/core/src/op/relu.cpp index de7650fb3eb..fabd5b6d3c0 100644 --- a/src/core/src/op/relu.cpp +++ b/src/core/src/op/relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reorg_yolo.cpp b/src/core/src/op/reorg_yolo.cpp index 847b6709079..961dc38b3d9 100644 --- a/src/core/src/op/reorg_yolo.cpp +++ b/src/core/src/op/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reshape.cpp b/src/core/src/op/reshape.cpp index 9cb2a379899..0382c7b3a92 100644 --- a/src/core/src/op/reshape.cpp +++ b/src/core/src/op/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/result.cpp b/src/core/src/op/result.cpp index 6fa49a40d9e..b500ae13100 100644 --- a/src/core/src/op/result.cpp +++ b/src/core/src/op/result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reverse.cpp b/src/core/src/op/reverse.cpp index fb538181d42..b778e204e2b 100644 --- a/src/core/src/op/reverse.cpp +++ b/src/core/src/op/reverse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/reverse_sequence.cpp b/src/core/src/op/reverse_sequence.cpp index ea18211e067..36d7dec3f15 100644 --- a/src/core/src/op/reverse_sequence.cpp +++ b/src/core/src/op/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/rnn_cell.cpp b/src/core/src/op/rnn_cell.cpp index 71c3782e979..bf442c9ce32 100644 --- a/src/core/src/op/rnn_cell.cpp +++ b/src/core/src/op/rnn_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/rnn_sequence.cpp b/src/core/src/op/rnn_sequence.cpp index 9a307ee8ed3..b02efab8160 100644 --- a/src/core/src/op/rnn_sequence.cpp +++ b/src/core/src/op/rnn_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/roi_align.cpp b/src/core/src/op/roi_align.cpp index 13c82c8d96a..fbaccbbe483 100644 --- a/src/core/src/op/roi_align.cpp +++ b/src/core/src/op/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/roi_pooling.cpp b/src/core/src/op/roi_pooling.cpp index 813a667e6fb..798922da634 100644 --- a/src/core/src/op/roi_pooling.cpp +++ b/src/core/src/op/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/roll.cpp b/src/core/src/op/roll.cpp index 4eb3c86e8ed..d4ec7fdb0ec 100644 --- a/src/core/src/op/roll.cpp +++ b/src/core/src/op/roll.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/round.cpp b/src/core/src/op/round.cpp index 310fcc17b3b..85d3f5e9840 100644 --- a/src/core/src/op/round.cpp +++ b/src/core/src/op/round.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/scaled_dot_product_attention.cpp b/src/core/src/op/scaled_dot_product_attention.cpp index 92a762b673f..61bdde3324d 100644 --- a/src/core/src/op/scaled_dot_product_attention.cpp +++ b/src/core/src/op/scaled_dot_product_attention.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/scatter_elements_update.cpp b/src/core/src/op/scatter_elements_update.cpp index f3773ca4a1f..ba6ec51c820 100644 --- a/src/core/src/op/scatter_elements_update.cpp +++ b/src/core/src/op/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/scatter_nd_update.cpp b/src/core/src/op/scatter_nd_update.cpp index 9828f95292d..d18092212b3 100644 --- a/src/core/src/op/scatter_nd_update.cpp +++ b/src/core/src/op/scatter_nd_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/scatter_update.cpp b/src/core/src/op/scatter_update.cpp index ca7c3edeade..ec2c92990f1 100644 --- a/src/core/src/op/scatter_update.cpp +++ b/src/core/src/op/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/select.cpp b/src/core/src/op/select.cpp index ec7ac4ad934..9cf9434c0aa 100644 --- a/src/core/src/op/select.cpp +++ b/src/core/src/op/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/selu.cpp b/src/core/src/op/selu.cpp index 7ec6bd6970a..88275a72e76 100644 --- a/src/core/src/op/selu.cpp +++ b/src/core/src/op/selu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/shape_of.cpp b/src/core/src/op/shape_of.cpp index a970c0df6b3..183c9bc3e78 100644 --- a/src/core/src/op/shape_of.cpp +++ b/src/core/src/op/shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/shuffle_channels.cpp b/src/core/src/op/shuffle_channels.cpp index 33304a3d9b7..80658a696e3 100644 --- a/src/core/src/op/shuffle_channels.cpp +++ b/src/core/src/op/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/sigmoid.cpp b/src/core/src/op/sigmoid.cpp index d2dbb039d23..13f2a7c6856 100644 --- a/src/core/src/op/sigmoid.cpp +++ b/src/core/src/op/sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/sign.cpp b/src/core/src/op/sign.cpp index b98cf40880e..5aab097dbf4 100644 --- a/src/core/src/op/sign.cpp +++ b/src/core/src/op/sign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/sin.cpp b/src/core/src/op/sin.cpp index 27a076d3b07..6b2d8db62fd 100644 --- a/src/core/src/op/sin.cpp +++ b/src/core/src/op/sin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/sinh.cpp b/src/core/src/op/sinh.cpp index 5e5057e4d6c..a292b41fa4e 100644 --- a/src/core/src/op/sinh.cpp +++ b/src/core/src/op/sinh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/sink.cpp b/src/core/src/op/sink.cpp index ae7bdc85245..f3685a9a147 100644 --- a/src/core/src/op/sink.cpp +++ b/src/core/src/op/sink.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/slice.cpp b/src/core/src/op/slice.cpp index e1cc3a7d079..f9d2b58d304 100644 --- a/src/core/src/op/slice.cpp +++ b/src/core/src/op/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/softmax.cpp b/src/core/src/op/softmax.cpp index 01944fcc5c8..2b6cfd7306f 100644 --- a/src/core/src/op/softmax.cpp +++ b/src/core/src/op/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/softplus.cpp b/src/core/src/op/softplus.cpp index 187cba572b6..099a74e7e2d 100644 --- a/src/core/src/op/softplus.cpp +++ b/src/core/src/op/softplus.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/softsign.cpp b/src/core/src/op/softsign.cpp index db77292317a..7b35f50991d 100644 --- a/src/core/src/op/softsign.cpp +++ b/src/core/src/op/softsign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/op/softsign.hpp" diff --git a/src/core/src/op/space_to_batch.cpp b/src/core/src/op/space_to_batch.cpp index b4e32b133a4..7d7237a4e0a 100644 --- a/src/core/src/op/space_to_batch.cpp +++ b/src/core/src/op/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/space_to_depth.cpp b/src/core/src/op/space_to_depth.cpp index 838caa610e5..43ef62906a2 100644 --- a/src/core/src/op/space_to_depth.cpp +++ b/src/core/src/op/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/split.cpp b/src/core/src/op/split.cpp index 5372ab8da72..3bcd4309f60 100644 --- a/src/core/src/op/split.cpp +++ b/src/core/src/op/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/sqrt.cpp b/src/core/src/op/sqrt.cpp index 3289079cf0f..7dfc2dbd25f 100644 --- a/src/core/src/op/sqrt.cpp +++ b/src/core/src/op/sqrt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/squared_difference.cpp b/src/core/src/op/squared_difference.cpp index 48d0a8f6ae9..8258e5a2a0b 100644 --- a/src/core/src/op/squared_difference.cpp +++ b/src/core/src/op/squared_difference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/squeeze.cpp b/src/core/src/op/squeeze.cpp index 4161fd60c72..b13c26ebcb4 100644 --- a/src/core/src/op/squeeze.cpp +++ b/src/core/src/op/squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/strided_slice.cpp b/src/core/src/op/strided_slice.cpp index 48b7acdf0ef..74ee1e525d2 100644 --- a/src/core/src/op/strided_slice.cpp +++ b/src/core/src/op/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/subtract.cpp b/src/core/src/op/subtract.cpp index d8cfe224955..f8f0bb93d03 100644 --- a/src/core/src/op/subtract.cpp +++ b/src/core/src/op/subtract.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/swish.cpp b/src/core/src/op/swish.cpp index 646a363fa31..c7a9a16be5d 100644 --- a/src/core/src/op/swish.cpp +++ b/src/core/src/op/swish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/tan.cpp b/src/core/src/op/tan.cpp index dcb2db05b06..f313759ac76 100644 --- a/src/core/src/op/tan.cpp +++ b/src/core/src/op/tan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/tanh.cpp b/src/core/src/op/tanh.cpp index ccd9a4d443a..de6d46202b4 100644 --- a/src/core/src/op/tanh.cpp +++ b/src/core/src/op/tanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/tensor_iterator.cpp b/src/core/src/op/tensor_iterator.cpp index 03eaf0e837f..255b49b5360 100644 --- a/src/core/src/op/tensor_iterator.cpp +++ b/src/core/src/op/tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/tile.cpp b/src/core/src/op/tile.cpp index e5e20ad9b41..6cbaa53e409 100644 --- a/src/core/src/op/tile.cpp +++ b/src/core/src/op/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/topk.cpp b/src/core/src/op/topk.cpp index 8cbaeae7096..60c65e87c7d 100644 --- a/src/core/src/op/topk.cpp +++ b/src/core/src/op/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/transpose.cpp b/src/core/src/op/transpose.cpp index 72ab396835f..80139eed278 100644 --- a/src/core/src/op/transpose.cpp +++ b/src/core/src/op/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/type_relaxed.cpp b/src/core/src/op/type_relaxed.cpp index 994ccc3394f..09e4d37cfe0 100644 --- a/src/core/src/op/type_relaxed.cpp +++ b/src/core/src/op/type_relaxed.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/unique.cpp b/src/core/src/op/unique.cpp index 25aca0628cd..e11a73381a3 100644 --- a/src/core/src/op/unique.cpp +++ b/src/core/src/op/unique.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/unsqueeze.cpp b/src/core/src/op/unsqueeze.cpp index 74a74afbf8a..7d4c7beb4c1 100644 --- a/src/core/src/op/unsqueeze.cpp +++ b/src/core/src/op/unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/activation_functions.cpp b/src/core/src/op/util/activation_functions.cpp index 85bfb39df5c..710e035eb79 100644 --- a/src/core/src/op/util/activation_functions.cpp +++ b/src/core/src/op/util/activation_functions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/arithmetic_reduction.cpp b/src/core/src/op/util/arithmetic_reduction.cpp index 43db89f6260..a67420c6c18 100644 --- a/src/core/src/op/util/arithmetic_reduction.cpp +++ b/src/core/src/op/util/arithmetic_reduction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/arithmetic_reductions_keep_dims.cpp b/src/core/src/op/util/arithmetic_reductions_keep_dims.cpp index fe80b4cef52..fd982795379 100644 --- a/src/core/src/op/util/arithmetic_reductions_keep_dims.cpp +++ b/src/core/src/op/util/arithmetic_reductions_keep_dims.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/assign_base.cpp b/src/core/src/op/util/assign_base.cpp index 733625f3f53..8a5e750cfa8 100644 --- a/src/core/src/op/util/assign_base.cpp +++ b/src/core/src/op/util/assign_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/attr_types.cpp b/src/core/src/op/util/attr_types.cpp index 02fdaffef6b..ecff35cbef4 100644 --- a/src/core/src/op/util/attr_types.cpp +++ b/src/core/src/op/util/attr_types.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/axes_util.cpp b/src/core/src/op/util/axes_util.cpp index 965ac057e2f..afdafd8a47e 100644 --- a/src/core/src/op/util/axes_util.cpp +++ b/src/core/src/op/util/axes_util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/binary_elementwise_arithmetic.cpp b/src/core/src/op/util/binary_elementwise_arithmetic.cpp index c605065e041..49a0077fd88 100644 --- a/src/core/src/op/util/binary_elementwise_arithmetic.cpp +++ b/src/core/src/op/util/binary_elementwise_arithmetic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/binary_elementwise_bitwise.cpp b/src/core/src/op/util/binary_elementwise_bitwise.cpp index 342bcf9cd75..7bcb03da6b4 100644 --- a/src/core/src/op/util/binary_elementwise_bitwise.cpp +++ b/src/core/src/op/util/binary_elementwise_bitwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/binary_elementwise_comparison.cpp b/src/core/src/op/util/binary_elementwise_comparison.cpp index c4464505879..639c8aa277f 100644 --- a/src/core/src/op/util/binary_elementwise_comparison.cpp +++ b/src/core/src/op/util/binary_elementwise_comparison.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/binary_elementwise_logical.cpp b/src/core/src/op/util/binary_elementwise_logical.cpp index 9c4ec8a4923..1d691163fbd 100644 --- a/src/core/src/op/util/binary_elementwise_logical.cpp +++ b/src/core/src/op/util/binary_elementwise_logical.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/broadcast_base.cpp b/src/core/src/op/util/broadcast_base.cpp index b0ffd1ad671..48ca06dbd97 100644 --- a/src/core/src/op/util/broadcast_base.cpp +++ b/src/core/src/op/util/broadcast_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/convert_color_i420_base.cpp b/src/core/src/op/util/convert_color_i420_base.cpp index caa951ea9cb..c8dba39aff6 100644 --- a/src/core/src/op/util/convert_color_i420_base.cpp +++ b/src/core/src/op/util/convert_color_i420_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/convert_color_nv12_base.cpp b/src/core/src/op/util/convert_color_nv12_base.cpp index e12288c6c8f..bb8d854384e 100644 --- a/src/core/src/op/util/convert_color_nv12_base.cpp +++ b/src/core/src/op/util/convert_color_nv12_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/deformable_convolution_base.cpp b/src/core/src/op/util/deformable_convolution_base.cpp index cf2d053a297..b255a70b831 100644 --- a/src/core/src/op/util/deformable_convolution_base.cpp +++ b/src/core/src/op/util/deformable_convolution_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/detection_output_base.cpp b/src/core/src/op/util/detection_output_base.cpp index 450125089ab..1f315d06f0c 100644 --- a/src/core/src/op/util/detection_output_base.cpp +++ b/src/core/src/op/util/detection_output_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/elementwise_args.cpp b/src/core/src/op/util/elementwise_args.cpp index 0557b2a22f4..206cc176846 100644 --- a/src/core/src/op/util/elementwise_args.cpp +++ b/src/core/src/op/util/elementwise_args.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/embeddingbag_offsets_base.cpp b/src/core/src/op/util/embeddingbag_offsets_base.cpp index 2939fa9f449..f032c09658d 100644 --- a/src/core/src/op/util/embeddingbag_offsets_base.cpp +++ b/src/core/src/op/util/embeddingbag_offsets_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/embeddingbag_packed_base.cpp b/src/core/src/op/util/embeddingbag_packed_base.cpp index 9bcc7ddc1a0..cfebf16d68c 100644 --- a/src/core/src/op/util/embeddingbag_packed_base.cpp +++ b/src/core/src/op/util/embeddingbag_packed_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/fft_base.cpp b/src/core/src/op/util/fft_base.cpp index 13c839994f8..7afcac7e22d 100644 --- a/src/core/src/op/util/fft_base.cpp +++ b/src/core/src/op/util/fft_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/framework_node.cpp b/src/core/src/op/util/framework_node.cpp index 8936407d6e3..9a3389a020b 100644 --- a/src/core/src/op/util/framework_node.cpp +++ b/src/core/src/op/util/framework_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/gather_base.cpp b/src/core/src/op/util/gather_base.cpp index 71220e46a71..0843399590d 100644 --- a/src/core/src/op/util/gather_base.cpp +++ b/src/core/src/op/util/gather_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/gather_nd_base.cpp b/src/core/src/op/util/gather_nd_base.cpp index 5229c29dfd6..db46a0e97df 100644 --- a/src/core/src/op/util/gather_nd_base.cpp +++ b/src/core/src/op/util/gather_nd_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/index_reduction.cpp b/src/core/src/op/util/index_reduction.cpp index 67802295f60..dac49b32c77 100644 --- a/src/core/src/op/util/index_reduction.cpp +++ b/src/core/src/op/util/index_reduction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/interpolate_base.cpp b/src/core/src/op/util/interpolate_base.cpp index 761c0f5f37a..5b735d02603 100644 --- a/src/core/src/op/util/interpolate_base.cpp +++ b/src/core/src/op/util/interpolate_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/logical_reduction.cpp b/src/core/src/op/util/logical_reduction.cpp index e8e19a5952d..708972dc9ee 100644 --- a/src/core/src/op/util/logical_reduction.cpp +++ b/src/core/src/op/util/logical_reduction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/logical_reduction_keep_dims.cpp b/src/core/src/op/util/logical_reduction_keep_dims.cpp index b4fe89a7d38..732e22c445b 100644 --- a/src/core/src/op/util/logical_reduction_keep_dims.cpp +++ b/src/core/src/op/util/logical_reduction_keep_dims.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/max_pool_base.cpp b/src/core/src/op/util/max_pool_base.cpp index e9f889d38df..ad0b0a17487 100644 --- a/src/core/src/op/util/max_pool_base.cpp +++ b/src/core/src/op/util/max_pool_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/multi_subgraph_base.cpp b/src/core/src/op/util/multi_subgraph_base.cpp index 01817f6fd2e..43cd61e6645 100644 --- a/src/core/src/op/util/multi_subgraph_base.cpp +++ b/src/core/src/op/util/multi_subgraph_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/multiclass_nms_base.cpp b/src/core/src/op/util/multiclass_nms_base.cpp index 5dcbe639106..91efcd149e1 100644 --- a/src/core/src/op/util/multiclass_nms_base.cpp +++ b/src/core/src/op/util/multiclass_nms_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/op_types.cpp b/src/core/src/op/util/op_types.cpp index 2e5763b52a3..053051535ae 100644 --- a/src/core/src/op/util/op_types.cpp +++ b/src/core/src/op/util/op_types.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/pad_base.cpp b/src/core/src/op/util/pad_base.cpp index dfd1095dc9a..df7ef5fff93 100644 --- a/src/core/src/op/util/pad_base.cpp +++ b/src/core/src/op/util/pad_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/precision_sensitive_attribute.cpp b/src/core/src/op/util/precision_sensitive_attribute.cpp index 1f0cc861974..e50a76a8d70 100644 --- a/src/core/src/op/util/precision_sensitive_attribute.cpp +++ b/src/core/src/op/util/precision_sensitive_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/read_value_base.cpp b/src/core/src/op/util/read_value_base.cpp index 994bdd2208b..a2b6be4c74e 100644 --- a/src/core/src/op/util/read_value_base.cpp +++ b/src/core/src/op/util/read_value_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/recurrent_sequence.cpp b/src/core/src/op/util/recurrent_sequence.cpp index 4bef269d4b5..4f2f08867e8 100644 --- a/src/core/src/op/util/recurrent_sequence.cpp +++ b/src/core/src/op/util/recurrent_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/reduction_base.cpp b/src/core/src/op/util/reduction_base.cpp index 406da53e764..7d6168f61d9 100644 --- a/src/core/src/op/util/reduction_base.cpp +++ b/src/core/src/op/util/reduction_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/rnn_cell_base.cpp b/src/core/src/op/util/rnn_cell_base.cpp index c129054c269..40b9da86029 100644 --- a/src/core/src/op/util/rnn_cell_base.cpp +++ b/src/core/src/op/util/rnn_cell_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/scatter_base.cpp b/src/core/src/op/util/scatter_base.cpp index 27d3b8a185f..9777263872e 100644 --- a/src/core/src/op/util/scatter_base.cpp +++ b/src/core/src/op/util/scatter_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/scatter_elements_update_base.cpp b/src/core/src/op/util/scatter_elements_update_base.cpp index 11c2e9be68e..db4fdf0515d 100644 --- a/src/core/src/op/util/scatter_elements_update_base.cpp +++ b/src/core/src/op/util/scatter_elements_update_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/scatter_nd_base.cpp b/src/core/src/op/util/scatter_nd_base.cpp index 31b93020018..33c8a534851 100644 --- a/src/core/src/op/util/scatter_nd_base.cpp +++ b/src/core/src/op/util/scatter_nd_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/slice_plan.cpp b/src/core/src/op/util/slice_plan.cpp index 434f8554906..5541d94d824 100644 --- a/src/core/src/op/util/slice_plan.cpp +++ b/src/core/src/op/util/slice_plan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/sub_graph_base.cpp b/src/core/src/op/util/sub_graph_base.cpp index c51c6a61764..963db56c1a8 100644 --- a/src/core/src/op/util/sub_graph_base.cpp +++ b/src/core/src/op/util/sub_graph_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/symbolic_info.cpp b/src/core/src/op/util/symbolic_info.cpp index 5dd2858a4ee..fe0854a4f50 100644 --- a/src/core/src/op/util/symbolic_info.cpp +++ b/src/core/src/op/util/symbolic_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/topk_base.cpp b/src/core/src/op/util/topk_base.cpp index 7857741e22f..219e8d57315 100644 --- a/src/core/src/op/util/topk_base.cpp +++ b/src/core/src/op/util/topk_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/unary_elementwise_arithmetic.cpp b/src/core/src/op/util/unary_elementwise_arithmetic.cpp index 737e8398a7e..884102c7a03 100644 --- a/src/core/src/op/util/unary_elementwise_arithmetic.cpp +++ b/src/core/src/op/util/unary_elementwise_arithmetic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/util/variable_value.cpp b/src/core/src/op/util/variable_value.cpp index 4d3662ecfda..e89f340e085 100644 --- a/src/core/src/op/util/variable_value.cpp +++ b/src/core/src/op/util/variable_value.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/variadic_split.cpp b/src/core/src/op/variadic_split.cpp index ec3fe39b8a1..3484a889792 100644 --- a/src/core/src/op/variadic_split.cpp +++ b/src/core/src/op/variadic_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/op/xor.cpp b/src/core/src/op/xor.cpp index df5286d72b6..3dc6499bebc 100644 --- a/src/core/src/op/xor.cpp +++ b/src/core/src/op/xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/opsets/opset.cpp b/src/core/src/opsets/opset.cpp index 1412b8067bb..8bfc5cac120 100644 --- a/src/core/src/opsets/opset.cpp +++ b/src/core/src/opsets/opset.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/partial_shape.cpp b/src/core/src/partial_shape.cpp index efc4c65e2aa..34039f48910 100644 --- a/src/core/src/partial_shape.cpp +++ b/src/core/src/partial_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pass/constant_folding.cpp b/src/core/src/pass/constant_folding.cpp index f3d37291e4d..c691c818a9c 100644 --- a/src/core/src/pass/constant_folding.cpp +++ b/src/core/src/pass/constant_folding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pass/convert_fp32_to_fp16.cpp b/src/core/src/pass/convert_fp32_to_fp16.cpp index 5f7aecee04a..4ccd024e1cf 100644 --- a/src/core/src/pass/convert_fp32_to_fp16.cpp +++ b/src/core/src/pass/convert_fp32_to_fp16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pass/graph_rewrite.cpp b/src/core/src/pass/graph_rewrite.cpp index 66ff59ae07e..7c1942a7f25 100644 --- a/src/core/src/pass/graph_rewrite.cpp +++ b/src/core/src/pass/graph_rewrite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pass/low_latency.cpp b/src/core/src/pass/low_latency.cpp index f6111c26179..4590f8c876a 100644 --- a/src/core/src/pass/low_latency.cpp +++ b/src/core/src/pass/low_latency.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pass/make_stateful.cpp b/src/core/src/pass/make_stateful.cpp index fa3198a6d12..8a39e667e8d 100644 --- a/src/core/src/pass/make_stateful.cpp +++ b/src/core/src/pass/make_stateful.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pass/pass.cpp b/src/core/src/pass/pass.cpp index 98d17f117f0..629accb04ea 100644 --- a/src/core/src/pass/pass.cpp +++ b/src/core/src/pass/pass.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pass/pass_config.cpp b/src/core/src/pass/pass_config.cpp index 50bb49fbfe2..1aeac8772e0 100644 --- a/src/core/src/pass/pass_config.cpp +++ b/src/core/src/pass/pass_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pass/perf_counters.cpp b/src/core/src/pass/perf_counters.cpp index ddc91abf51b..b0775d4dde8 100644 --- a/src/core/src/pass/perf_counters.cpp +++ b/src/core/src/pass/perf_counters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "perf_counters.hpp" diff --git a/src/core/src/pass/perf_counters.hpp b/src/core/src/pass/perf_counters.hpp index 13c1d3abe15..435454c6c14 100644 --- a/src/core/src/pass/perf_counters.hpp +++ b/src/core/src/pass/perf_counters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/core/src/pass/serialize.cpp b/src/core/src/pass/serialize.cpp index 1b45730c2ed..a5c195a633e 100644 --- a/src/core/src/pass/serialize.cpp +++ b/src/core/src/pass/serialize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pass/validate.cpp b/src/core/src/pass/validate.cpp index 049643b797a..ad69f90b351 100644 --- a/src/core/src/pass/validate.cpp +++ b/src/core/src/pass/validate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pass/visualize_tree.cpp b/src/core/src/pass/visualize_tree.cpp index 68a21d53c3d..7a24338a447 100644 --- a/src/core/src/pass/visualize_tree.cpp +++ b/src/core/src/pass/visualize_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/any.cpp b/src/core/src/pattern/op/any.cpp index 39c5f1b628c..64735104ee8 100644 --- a/src/core/src/pattern/op/any.cpp +++ b/src/core/src/pattern/op/any.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/any_of.cpp b/src/core/src/pattern/op/any_of.cpp index a21e871d5f5..22688eb1434 100644 --- a/src/core/src/pattern/op/any_of.cpp +++ b/src/core/src/pattern/op/any_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/any_output.cpp b/src/core/src/pattern/op/any_output.cpp index f4eaa4acf14..65758bab872 100644 --- a/src/core/src/pattern/op/any_output.cpp +++ b/src/core/src/pattern/op/any_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/branch.cpp b/src/core/src/pattern/op/branch.cpp index fab84ebd477..2215ca3976a 100644 --- a/src/core/src/pattern/op/branch.cpp +++ b/src/core/src/pattern/op/branch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/capture.cpp b/src/core/src/pattern/op/capture.cpp index 570652664b4..27f05c1e666 100644 --- a/src/core/src/pattern/op/capture.cpp +++ b/src/core/src/pattern/op/capture.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/label.cpp b/src/core/src/pattern/op/label.cpp index 87128fb9402..1bf916d32ec 100644 --- a/src/core/src/pattern/op/label.cpp +++ b/src/core/src/pattern/op/label.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/optional.cpp b/src/core/src/pattern/op/optional.cpp index 1cab241b8bf..57cc35c547b 100644 --- a/src/core/src/pattern/op/optional.cpp +++ b/src/core/src/pattern/op/optional.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/or.cpp b/src/core/src/pattern/op/or.cpp index 48c3fc06161..d68cf5f5e64 100644 --- a/src/core/src/pattern/op/or.cpp +++ b/src/core/src/pattern/op/or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/pattern.cpp b/src/core/src/pattern/op/pattern.cpp index f3c95fea3c1..e0e0810deb5 100644 --- a/src/core/src/pattern/op/pattern.cpp +++ b/src/core/src/pattern/op/pattern.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/skip.cpp b/src/core/src/pattern/op/skip.cpp index 43c206ebaa1..7d653a9711d 100644 --- a/src/core/src/pattern/op/skip.cpp +++ b/src/core/src/pattern/op/skip.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/true.cpp b/src/core/src/pattern/op/true.cpp index c099ca963e6..6378457c310 100644 --- a/src/core/src/pattern/op/true.cpp +++ b/src/core/src/pattern/op/true.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/pattern/op/wrap_type.cpp b/src/core/src/pattern/op/wrap_type.cpp index 1878dcadbf4..1d2f0b04ea2 100644 --- a/src/core/src/pattern/op/wrap_type.cpp +++ b/src/core/src/pattern/op/wrap_type.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/precomp.hpp b/src/core/src/precomp.hpp index dbeac291a85..9299904516c 100644 --- a/src/core/src/precomp.hpp +++ b/src/core/src/precomp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/preprocess/color_utils.cpp b/src/core/src/preprocess/color_utils.cpp index f3084fbc1c1..bba898dfe03 100644 --- a/src/core/src/preprocess/color_utils.cpp +++ b/src/core/src/preprocess/color_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/preprocess/color_utils.hpp b/src/core/src/preprocess/color_utils.hpp index 6f7064296b3..331a6a9a1ec 100644 --- a/src/core/src/preprocess/color_utils.hpp +++ b/src/core/src/preprocess/color_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/preprocess/function_guard.hpp b/src/core/src/preprocess/function_guard.hpp index cc6ee28da6a..48ec5140a50 100644 --- a/src/core/src/preprocess/function_guard.hpp +++ b/src/core/src/preprocess/function_guard.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/preprocess/pre_post_process.cpp b/src/core/src/preprocess/pre_post_process.cpp index 0350437299a..2d60c3c6310 100644 --- a/src/core/src/preprocess/pre_post_process.cpp +++ b/src/core/src/preprocess/pre_post_process.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/preprocess/preprocess_impls.cpp b/src/core/src/preprocess/preprocess_impls.cpp index ffab14fea8b..bcc511332a0 100644 --- a/src/core/src/preprocess/preprocess_impls.cpp +++ b/src/core/src/preprocess/preprocess_impls.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/preprocess/preprocess_impls.hpp b/src/core/src/preprocess/preprocess_impls.hpp index 0bf89fe0918..87d6b5456ba 100644 --- a/src/core/src/preprocess/preprocess_impls.hpp +++ b/src/core/src/preprocess/preprocess_impls.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/preprocess/preprocess_steps_impl.cpp b/src/core/src/preprocess/preprocess_steps_impl.cpp index fadf5330c80..0d1594d4ffe 100644 --- a/src/core/src/preprocess/preprocess_steps_impl.cpp +++ b/src/core/src/preprocess/preprocess_steps_impl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/preprocess/preprocess_steps_impl.hpp b/src/core/src/preprocess/preprocess_steps_impl.hpp index 79d6e0ef297..0cb36b91706 100644 --- a/src/core/src/preprocess/preprocess_steps_impl.hpp +++ b/src/core/src/preprocess/preprocess_steps_impl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/rt_info.cpp b/src/core/src/rt_info.cpp index b99446f6461..177e4e8faea 100644 --- a/src/core/src/rt_info.cpp +++ b/src/core/src/rt_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/runtime/aligned_buffer.cpp b/src/core/src/runtime/aligned_buffer.cpp index 993a3928e79..a1ee983dd95 100644 --- a/src/core/src/runtime/aligned_buffer.cpp +++ b/src/core/src/runtime/aligned_buffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/runtime/allocator.cpp b/src/core/src/runtime/allocator.cpp index 01c43e4acef..7e9ad7f2d7b 100644 --- a/src/core/src/runtime/allocator.cpp +++ b/src/core/src/runtime/allocator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/runtime/itensor.cpp b/src/core/src/runtime/itensor.cpp index 5068d949526..29dcde3eefb 100644 --- a/src/core/src/runtime/itensor.cpp +++ b/src/core/src/runtime/itensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/runtime/string_aligned_buffer.cpp b/src/core/src/runtime/string_aligned_buffer.cpp index 28c4c82d0b5..0974d3bd89f 100644 --- a/src/core/src/runtime/string_aligned_buffer.cpp +++ b/src/core/src/runtime/string_aligned_buffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/runtime/tensor.cpp b/src/core/src/runtime/tensor.cpp index f3e89472dc8..8fca87b59b0 100644 --- a/src/core/src/runtime/tensor.cpp +++ b/src/core/src/runtime/tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/runtime_attribute.cpp b/src/core/src/runtime_attribute.cpp index 0d5b44ea0d2..8a784f35bb1 100644 --- a/src/core/src/runtime_attribute.cpp +++ b/src/core/src/runtime_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/shape.cpp b/src/core/src/shape.cpp index 306dcbee8e6..d08d511a366 100644 --- a/src/core/src/shape.cpp +++ b/src/core/src/shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/shape_util.cpp b/src/core/src/shape_util.cpp index 6e0457f7841..4fd85928cf7 100644 --- a/src/core/src/shape_util.cpp +++ b/src/core/src/shape_util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/shared_node_info.hpp b/src/core/src/shared_node_info.hpp index dec611ce94b..812dcdf1a69 100644 --- a/src/core/src/shared_node_info.hpp +++ b/src/core/src/shared_node_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/so_extension.cpp b/src/core/src/so_extension.cpp index a3adf262eac..0111e9fdd3f 100644 --- a/src/core/src/so_extension.cpp +++ b/src/core/src/so_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/strides.cpp b/src/core/src/strides.cpp index d23e5e5f97d..c9e92b18fef 100644 --- a/src/core/src/strides.cpp +++ b/src/core/src/strides.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/tensor_name_util.hpp b/src/core/src/tensor_name_util.hpp index 72038b229e9..9a70330ff8b 100644 --- a/src/core/src/tensor_name_util.hpp +++ b/src/core/src/tensor_name_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/type.cpp b/src/core/src/type.cpp index c75d9a7476d..dd1f308050f 100644 --- a/src/core/src/type.cpp +++ b/src/core/src/type.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/type/bfloat16.cpp b/src/core/src/type/bfloat16.cpp index 3ef9a2e80c4..184bb3781ba 100644 --- a/src/core/src/type/bfloat16.cpp +++ b/src/core/src/type/bfloat16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/type/element_type.cpp b/src/core/src/type/element_type.cpp index a49312b6530..088a6a2367e 100644 --- a/src/core/src/type/element_type.cpp +++ b/src/core/src/type/element_type.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/type/float16.cpp b/src/core/src/type/float16.cpp index 5e83e905921..cc1b0f0293d 100644 --- a/src/core/src/type/float16.cpp +++ b/src/core/src/type/float16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/type/float8_e4m3.cpp b/src/core/src/type/float8_e4m3.cpp index bd760fcc965..9e5ab519934 100644 --- a/src/core/src/type/float8_e4m3.cpp +++ b/src/core/src/type/float8_e4m3.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/type/float8_e5m2.cpp b/src/core/src/type/float8_e5m2.cpp index a7f9c25ab13..aa368ab3887 100644 --- a/src/core/src/type/float8_e5m2.cpp +++ b/src/core/src/type/float8_e5m2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/type/nf4.cpp b/src/core/src/type/nf4.cpp index 7031b9c2898..c926e11a97e 100644 --- a/src/core/src/type/nf4.cpp +++ b/src/core/src/type/nf4.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/src/version.cpp b/src/core/src/version.cpp index 6ff9458fd18..26e34efdcab 100644 --- a/src/core/src/version.cpp +++ b/src/core/src/version.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/template_extension/CMakeLists.txt b/src/core/template_extension/CMakeLists.txt index cff16cefc7d..fc00025d7c1 100644 --- a/src/core/template_extension/CMakeLists.txt +++ b/src/core/template_extension/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/core/template_extension/identity.cpp b/src/core/template_extension/identity.cpp index b605cb2c2de..f3cf38ba1b2 100644 --- a/src/core/template_extension/identity.cpp +++ b/src/core/template_extension/identity.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/template_extension/identity.hpp b/src/core/template_extension/identity.hpp index 2ca6c412071..4c8b1c0bb40 100644 --- a/src/core/template_extension/identity.hpp +++ b/src/core/template_extension/identity.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/template_extension/ov_extension.cpp b/src/core/template_extension/ov_extension.cpp index 353e44894be..6ea0d76e39f 100644 --- a/src/core/template_extension/ov_extension.cpp +++ b/src/core/template_extension/ov_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/CMakeLists.txt b/src/core/tests/CMakeLists.txt index 73a0fe75c59..c3ed58783ac 100644 --- a/src/core/tests/CMakeLists.txt +++ b/src/core/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/core/tests/aligned_buffer.cpp b/src/core/tests/aligned_buffer.cpp index 604d153eeb5..10513026313 100644 --- a/src/core/tests/aligned_buffer.cpp +++ b/src/core/tests/aligned_buffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/all_close_f.cpp b/src/core/tests/all_close_f.cpp index 31ade659fa1..0956f28d41c 100644 --- a/src/core/tests/all_close_f.cpp +++ b/src/core/tests/all_close_f.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/any.cpp b/src/core/tests/any.cpp index 8cd84407859..426bf1373a3 100644 --- a/src/core/tests/any.cpp +++ b/src/core/tests/any.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/bfloat16.cpp b/src/core/tests/bfloat16.cpp index f031d01226c..6725b2bdaad 100644 --- a/src/core/tests/bfloat16.cpp +++ b/src/core/tests/bfloat16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/bound_evaluate.cpp b/src/core/tests/bound_evaluate.cpp index 638fc1ae9ac..1fe8e08dd9d 100644 --- a/src/core/tests/bound_evaluate.cpp +++ b/src/core/tests/bound_evaluate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/check.cpp b/src/core/tests/check.cpp index 69a0f1342ff..5c4979da3cd 100644 --- a/src/core/tests/check.cpp +++ b/src/core/tests/check.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/conditional_compilation/ov_cc_collect.cpp b/src/core/tests/conditional_compilation/ov_cc_collect.cpp index 164ca5de082..896520da1b0 100644 --- a/src/core/tests/conditional_compilation/ov_cc_collect.cpp +++ b/src/core/tests/conditional_compilation/ov_cc_collect.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/conditional_compilation/ov_cc_off.cpp b/src/core/tests/conditional_compilation/ov_cc_off.cpp index 1f41caf01bf..9ec49befaf4 100644 --- a/src/core/tests/conditional_compilation/ov_cc_off.cpp +++ b/src/core/tests/conditional_compilation/ov_cc_off.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/conditional_compilation/ov_cc_on.cpp b/src/core/tests/conditional_compilation/ov_cc_on.cpp index 7ed6d87c751..f72c552767f 100644 --- a/src/core/tests/conditional_compilation/ov_cc_on.cpp +++ b/src/core/tests/conditional_compilation/ov_cc_on.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/constant.cpp b/src/core/tests/constant.cpp index b91035eafcc..592f86d159d 100644 --- a/src/core/tests/constant.cpp +++ b/src/core/tests/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/control_dependencies.cpp b/src/core/tests/control_dependencies.cpp index 03d22a1619f..e085c762067 100644 --- a/src/core/tests/control_dependencies.cpp +++ b/src/core/tests/control_dependencies.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/convert_u1_to_string.cpp b/src/core/tests/convert_u1_to_string.cpp index cfb4e826876..7d30830fa18 100644 --- a/src/core/tests/convert_u1_to_string.cpp +++ b/src/core/tests/convert_u1_to_string.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/coordinate_range.cpp b/src/core/tests/coordinate_range.cpp index 502de728270..da8981537fc 100644 --- a/src/core/tests/coordinate_range.cpp +++ b/src/core/tests/coordinate_range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/copy.cpp b/src/core/tests/copy.cpp index f902d7485a1..5456374ca76 100644 --- a/src/core/tests/copy.cpp +++ b/src/core/tests/copy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/copy_runtime_info.cpp b/src/core/tests/copy_runtime_info.cpp index 4755e40651f..c32a4b87c66 100644 --- a/src/core/tests/copy_runtime_info.cpp +++ b/src/core/tests/copy_runtime_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/dimension.cpp b/src/core/tests/dimension.cpp index 262d7c75ea4..30aa8816731 100644 --- a/src/core/tests/dimension.cpp +++ b/src/core/tests/dimension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/dnnl.cpp b/src/core/tests/dnnl.cpp index 900ad34c7cf..f847da555a3 100644 --- a/src/core/tests/dnnl.cpp +++ b/src/core/tests/dnnl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/element_type.cpp b/src/core/tests/element_type.cpp index d7bd49c2e2e..847e0de9849 100644 --- a/src/core/tests/element_type.cpp +++ b/src/core/tests/element_type.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/eval.cpp b/src/core/tests/eval.cpp index 6eeb7509bbe..55cbae7eeb0 100644 --- a/src/core/tests/eval.cpp +++ b/src/core/tests/eval.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/evaluate_bound/transpose.cpp b/src/core/tests/evaluate_bound/transpose.cpp index efb985ccf03..3c79d541690 100644 --- a/src/core/tests/evaluate_bound/transpose.cpp +++ b/src/core/tests/evaluate_bound/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/extension.cpp b/src/core/tests/extension.cpp index 5dd442c65e0..39ee45ca438 100644 --- a/src/core/tests/extension.cpp +++ b/src/core/tests/extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/file_util.cpp b/src/core/tests/file_util.cpp index 848a91dbbfa..f83c8dd55b5 100644 --- a/src/core/tests/file_util.cpp +++ b/src/core/tests/file_util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/float16.cpp b/src/core/tests/float16.cpp index 88038c4b712..e626967089e 100644 --- a/src/core/tests/float16.cpp +++ b/src/core/tests/float16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/float8_e4m3.cpp b/src/core/tests/float8_e4m3.cpp index 5da69d5ceee..f0ae1f224a5 100644 --- a/src/core/tests/float8_e4m3.cpp +++ b/src/core/tests/float8_e4m3.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/float8_e5m2.cpp b/src/core/tests/float8_e5m2.cpp index 9d10959175e..254e29f0773 100644 --- a/src/core/tests/float8_e5m2.cpp +++ b/src/core/tests/float8_e5m2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/framework_node.cpp b/src/core/tests/framework_node.cpp index 6ad3b1ddc47..731cab0318f 100644 --- a/src/core/tests/framework_node.cpp +++ b/src/core/tests/framework_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/frontend/CMakeLists.txt b/src/core/tests/frontend/CMakeLists.txt index a03ed97cac9..be11ac61fa3 100644 --- a/src/core/tests/frontend/CMakeLists.txt +++ b/src/core/tests/frontend/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/core/tests/frontend/decoder_transformation_extension.cpp b/src/core/tests/frontend/decoder_transformation_extension.cpp index b0f2c6fad8e..714dd4b9faf 100644 --- a/src/core/tests/frontend/decoder_transformation_extension.cpp +++ b/src/core/tests/frontend/decoder_transformation_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/frontend/frontend_manager.cpp b/src/core/tests/frontend/frontend_manager.cpp index 1e62a2a39e3..62545ea439f 100644 --- a/src/core/tests/frontend/frontend_manager.cpp +++ b/src/core/tests/frontend/frontend_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/frontend/mock_frontend.cpp b/src/core/tests/frontend/mock_frontend.cpp index a70c4d54e1a..3ece8d00228 100644 --- a/src/core/tests/frontend/mock_frontend.cpp +++ b/src/core/tests/frontend/mock_frontend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/frontend/progress_reporter.cpp b/src/core/tests/frontend/progress_reporter.cpp index 93b2f18d7b5..f8fe6c0b952 100644 --- a/src/core/tests/frontend/progress_reporter.cpp +++ b/src/core/tests/frontend/progress_reporter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/graph_rewrite.cpp b/src/core/tests/graph_rewrite.cpp index 39f97f51a8a..587fc5bf3d1 100644 --- a/src/core/tests/graph_rewrite.cpp +++ b/src/core/tests/graph_rewrite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/input_output_assign.cpp b/src/core/tests/input_output_assign.cpp index be2544115c3..af08530a6a6 100644 --- a/src/core/tests/input_output_assign.cpp +++ b/src/core/tests/input_output_assign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/int4.cpp b/src/core/tests/int4.cpp index d9a20fbf364..dc9fc0d11d8 100644 --- a/src/core/tests/int4.cpp +++ b/src/core/tests/int4.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/intervals.cpp b/src/core/tests/intervals.cpp index b9d3d4cfee6..bb5f89b8ee3 100644 --- a/src/core/tests/intervals.cpp +++ b/src/core/tests/intervals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/layout.cpp b/src/core/tests/layout.cpp index 1214b6503ed..0e7bb39dc70 100644 --- a/src/core/tests/layout.cpp +++ b/src/core/tests/layout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/main.cpp b/src/core/tests/main.cpp index b60d348073e..287b6554282 100644 --- a/src/core/tests/main.cpp +++ b/src/core/tests/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/matcher_pass.cpp b/src/core/tests/matcher_pass.cpp index 0ac381a531a..b845f496461 100644 --- a/src/core/tests/matcher_pass.cpp +++ b/src/core/tests/matcher_pass.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/model.cpp b/src/core/tests/model.cpp index 90391a5a923..49cc67cc02b 100644 --- a/src/core/tests/model.cpp +++ b/src/core/tests/model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/nf4.cpp b/src/core/tests/nf4.cpp index 6975d3fba42..f048342b803 100644 --- a/src/core/tests/nf4.cpp +++ b/src/core/tests/nf4.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/node_input_output.cpp b/src/core/tests/node_input_output.cpp index 14034a42491..e71513516ee 100644 --- a/src/core/tests/node_input_output.cpp +++ b/src/core/tests/node_input_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/node_test.cpp b/src/core/tests/node_test.cpp index 10d159aa1b9..d4874d0f6a2 100644 --- a/src/core/tests/node_test.cpp +++ b/src/core/tests/node_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/op.cpp b/src/core/tests/op.cpp index 29059999689..e59247f0ee1 100644 --- a/src/core/tests/op.cpp +++ b/src/core/tests/op.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/op_version_tbl.hpp b/src/core/tests/op_version_tbl.hpp index d861bfba0c4..d26e7c0aed2 100644 --- a/src/core/tests/op_version_tbl.hpp +++ b/src/core/tests/op_version_tbl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/opset1.cpp b/src/core/tests/opset1.cpp index 6a800064109..c4e4cd16903 100644 --- a/src/core/tests/opset1.cpp +++ b/src/core/tests/opset1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/ov_default_allocator_test.cpp b/src/core/tests/ov_default_allocator_test.cpp index 02eed51f805..fa76d655b37 100644 --- a/src/core/tests/ov_default_allocator_test.cpp +++ b/src/core/tests/ov_default_allocator_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/ov_tensor_test.cpp b/src/core/tests/ov_tensor_test.cpp index a31bf5540d4..34daa178e6f 100644 --- a/src/core/tests/ov_tensor_test.cpp +++ b/src/core/tests/ov_tensor_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/partial_shape.cpp b/src/core/tests/partial_shape.cpp index 3ab9fe9c01f..04d9c15fac6 100644 --- a/src/core/tests/partial_shape.cpp +++ b/src/core/tests/partial_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass/constant_folding.cpp b/src/core/tests/pass/constant_folding.cpp index 3bf52c6aaf5..66a1ee923cf 100644 --- a/src/core/tests/pass/constant_folding.cpp +++ b/src/core/tests/pass/constant_folding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass/serialization/cleanup.cpp b/src/core/tests/pass/serialization/cleanup.cpp index a2e19cfc5fa..bf13d5e4a2f 100644 --- a/src/core/tests/pass/serialization/cleanup.cpp +++ b/src/core/tests/pass/serialization/cleanup.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass/serialization/const_compression.cpp b/src/core/tests/pass/serialization/const_compression.cpp index 60b1f6c9cec..d4d6f4d2b86 100644 --- a/src/core/tests/pass/serialization/const_compression.cpp +++ b/src/core/tests/pass/serialization/const_compression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass/serialization/custom_ops.cpp b/src/core/tests/pass/serialization/custom_ops.cpp index 7821a732dfa..7ce988f0ffe 100644 --- a/src/core/tests/pass/serialization/custom_ops.cpp +++ b/src/core/tests/pass/serialization/custom_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass/serialization/deterministicity.cpp b/src/core/tests/pass/serialization/deterministicity.cpp index a0fb0d6656c..5bcfbf97b77 100644 --- a/src/core/tests/pass/serialization/deterministicity.cpp +++ b/src/core/tests/pass/serialization/deterministicity.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass/serialization/read_ir.hpp b/src/core/tests/pass/serialization/read_ir.hpp index 90e466016b5..e428ca690d7 100644 --- a/src/core/tests/pass/serialization/read_ir.hpp +++ b/src/core/tests/pass/serialization/read_ir.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass/serialization/rt_info_serialization.cpp b/src/core/tests/pass/serialization/rt_info_serialization.cpp index 581b9a84457..3a0a6e8241e 100644 --- a/src/core/tests/pass/serialization/rt_info_serialization.cpp +++ b/src/core/tests/pass/serialization/rt_info_serialization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass/serialization/serialize.cpp b/src/core/tests/pass/serialization/serialize.cpp index d33a8701b45..e45d5d1d143 100644 --- a/src/core/tests/pass/serialization/serialize.cpp +++ b/src/core/tests/pass/serialization/serialize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass/serialization/tensor_iterator.cpp b/src/core/tests/pass/serialization/tensor_iterator.cpp index f77686a0d72..7bff7de1efe 100644 --- a/src/core/tests/pass/serialization/tensor_iterator.cpp +++ b/src/core/tests/pass/serialization/tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass/serialization/tensor_names.cpp b/src/core/tests/pass/serialization/tensor_names.cpp index bc3541cf90e..6d282c09586 100644 --- a/src/core/tests/pass/serialization/tensor_names.cpp +++ b/src/core/tests/pass/serialization/tensor_names.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass_config.cpp b/src/core/tests/pass_config.cpp index 9b495e67c11..566534d4f46 100644 --- a/src/core/tests/pass_config.cpp +++ b/src/core/tests/pass_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/pass_manager.cpp b/src/core/tests/pass_manager.cpp index c1c53ec52a3..fe3a0e1232c 100644 --- a/src/core/tests/pass_manager.cpp +++ b/src/core/tests/pass_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/preprocess.cpp b/src/core/tests/preprocess.cpp index 8824abdc1b5..cb76dc59f3c 100644 --- a/src/core/tests/preprocess.cpp +++ b/src/core/tests/preprocess.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/replace_node.cpp b/src/core/tests/replace_node.cpp index aca03711031..1e35e262c52 100644 --- a/src/core/tests/replace_node.cpp +++ b/src/core/tests/replace_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/reshape_opt_kernel.cpp b/src/core/tests/reshape_opt_kernel.cpp index 823f75cc39e..0d1eb05d991 100644 --- a/src/core/tests/reshape_opt_kernel.cpp +++ b/src/core/tests/reshape_opt_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/rtti.cpp b/src/core/tests/rtti.cpp index 67d203591b0..9df6b367e27 100644 --- a/src/core/tests/rtti.cpp +++ b/src/core/tests/rtti.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/shape.cpp b/src/core/tests/shape.cpp index 0f543a927d6..6df81d36156 100644 --- a/src/core/tests/shape.cpp +++ b/src/core/tests/shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/span.cpp b/src/core/tests/span.cpp index e4bdb449bd1..9e949ab7075 100644 --- a/src/core/tests/span.cpp +++ b/src/core/tests/span.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/tensor.cpp b/src/core/tests/tensor.cpp index 29f7baa5b2c..5b199267584 100644 --- a/src/core/tests/tensor.cpp +++ b/src/core/tests/tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/threading.cpp b/src/core/tests/threading.cpp index fdd50df25fc..0b429a32a3a 100644 --- a/src/core/tests/threading.cpp +++ b/src/core/tests/threading.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_info.cpp b/src/core/tests/type_info.cpp index c4a681f4b6d..4494d4ce707 100644 --- a/src/core/tests/type_info.cpp +++ b/src/core/tests/type_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/abs.cpp b/src/core/tests/type_prop/abs.cpp index 83930f7f9b4..42803950588 100644 --- a/src/core/tests/type_prop/abs.cpp +++ b/src/core/tests/type_prop/abs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/acos.cpp b/src/core/tests/type_prop/acos.cpp index 287307c9cf4..605ad0cf08c 100644 --- a/src/core/tests/type_prop/acos.cpp +++ b/src/core/tests/type_prop/acos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/acosh.cpp b/src/core/tests/type_prop/acosh.cpp index a198b17d6d3..2622707bc72 100644 --- a/src/core/tests/type_prop/acosh.cpp +++ b/src/core/tests/type_prop/acosh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/adaptive_avg_pool.cpp b/src/core/tests/type_prop/adaptive_avg_pool.cpp index 3426dde22c2..956d2841d93 100644 --- a/src/core/tests/type_prop/adaptive_avg_pool.cpp +++ b/src/core/tests/type_prop/adaptive_avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/adaptive_max_pool.cpp b/src/core/tests/type_prop/adaptive_max_pool.cpp index 376a05ecd8b..b4c53ff21d8 100644 --- a/src/core/tests/type_prop/adaptive_max_pool.cpp +++ b/src/core/tests/type_prop/adaptive_max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/add.cpp b/src/core/tests/type_prop/add.cpp index 2592ee9add5..d2d43e0fc45 100644 --- a/src/core/tests/type_prop/add.cpp +++ b/src/core/tests/type_prop/add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/arithmetic_ops.hpp b/src/core/tests/type_prop/arithmetic_ops.hpp index 1485e7579b7..ef9a1b0225a 100644 --- a/src/core/tests/type_prop/arithmetic_ops.hpp +++ b/src/core/tests/type_prop/arithmetic_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/asin.cpp b/src/core/tests/type_prop/asin.cpp index 0dff86e5127..8f44e02f252 100644 --- a/src/core/tests/type_prop/asin.cpp +++ b/src/core/tests/type_prop/asin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/asinh.cpp b/src/core/tests/type_prop/asinh.cpp index c415c6a3c8e..7beb110e72c 100644 --- a/src/core/tests/type_prop/asinh.cpp +++ b/src/core/tests/type_prop/asinh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/assign.cpp b/src/core/tests/type_prop/assign.cpp index 700eae07cbe..fb6dc9e1eaa 100644 --- a/src/core/tests/type_prop/assign.cpp +++ b/src/core/tests/type_prop/assign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/atan.cpp b/src/core/tests/type_prop/atan.cpp index 2ef5a87d4ba..78ff84ed03e 100644 --- a/src/core/tests/type_prop/atan.cpp +++ b/src/core/tests/type_prop/atan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/atanh.cpp b/src/core/tests/type_prop/atanh.cpp index 2b0ab5d7011..42802ceea75 100644 --- a/src/core/tests/type_prop/atanh.cpp +++ b/src/core/tests/type_prop/atanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/augru_cell.cpp b/src/core/tests/type_prop/augru_cell.cpp index 286e254ee8a..4116abe7287 100644 --- a/src/core/tests/type_prop/augru_cell.cpp +++ b/src/core/tests/type_prop/augru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/augru_sequence.cpp b/src/core/tests/type_prop/augru_sequence.cpp index 9c6c9bec2da..12a1622d707 100644 --- a/src/core/tests/type_prop/augru_sequence.cpp +++ b/src/core/tests/type_prop/augru_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/avg_pool.cpp b/src/core/tests/type_prop/avg_pool.cpp index 96e8e2c61b5..b39260037df 100644 --- a/src/core/tests/type_prop/avg_pool.cpp +++ b/src/core/tests/type_prop/avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/binary_convolution.cpp b/src/core/tests/type_prop/binary_convolution.cpp index 9f19ac439f1..1d5ace4b7ac 100644 --- a/src/core/tests/type_prop/binary_convolution.cpp +++ b/src/core/tests/type_prop/binary_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/binary_elementwise.cpp b/src/core/tests/type_prop/binary_elementwise.cpp index 3816f430843..661da925bc3 100644 --- a/src/core/tests/type_prop/binary_elementwise.cpp +++ b/src/core/tests/type_prop/binary_elementwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/bitwise_and.cpp b/src/core/tests/type_prop/bitwise_and.cpp index 0490f79c96e..935d20c2e93 100644 --- a/src/core/tests/type_prop/bitwise_and.cpp +++ b/src/core/tests/type_prop/bitwise_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/bitwise_not.cpp b/src/core/tests/type_prop/bitwise_not.cpp index edfb0693db3..27432dda5f8 100644 --- a/src/core/tests/type_prop/bitwise_not.cpp +++ b/src/core/tests/type_prop/bitwise_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/bitwise_ops.hpp b/src/core/tests/type_prop/bitwise_ops.hpp index 3a8dc24df1b..75bc8030005 100644 --- a/src/core/tests/type_prop/bitwise_ops.hpp +++ b/src/core/tests/type_prop/bitwise_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/bitwise_or.cpp b/src/core/tests/type_prop/bitwise_or.cpp index bb41322f1de..b89e8fa79a3 100644 --- a/src/core/tests/type_prop/bitwise_or.cpp +++ b/src/core/tests/type_prop/bitwise_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/bitwise_xor.cpp b/src/core/tests/type_prop/bitwise_xor.cpp index 00a1a299573..8c689b7fb56 100644 --- a/src/core/tests/type_prop/bitwise_xor.cpp +++ b/src/core/tests/type_prop/bitwise_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/broadcast.cpp b/src/core/tests/type_prop/broadcast.cpp index 33d4cf2d5ce..86ff62ec53e 100644 --- a/src/core/tests/type_prop/broadcast.cpp +++ b/src/core/tests/type_prop/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/bucketize.cpp b/src/core/tests/type_prop/bucketize.cpp index 7608f89cae1..a6b0c00c8d8 100644 --- a/src/core/tests/type_prop/bucketize.cpp +++ b/src/core/tests/type_prop/bucketize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/ceiling.cpp b/src/core/tests/type_prop/ceiling.cpp index af7b7a5bfc5..11184e4a951 100644 --- a/src/core/tests/type_prop/ceiling.cpp +++ b/src/core/tests/type_prop/ceiling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/clamp.cpp b/src/core/tests/type_prop/clamp.cpp index 9e85571928f..24c20b93dcf 100644 --- a/src/core/tests/type_prop/clamp.cpp +++ b/src/core/tests/type_prop/clamp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/concat.cpp b/src/core/tests/type_prop/concat.cpp index 0114f8192be..92e7de52654 100644 --- a/src/core/tests/type_prop/concat.cpp +++ b/src/core/tests/type_prop/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/constant.cpp b/src/core/tests/type_prop/constant.cpp index 061f5c21877..563f52ef9a7 100644 --- a/src/core/tests/type_prop/constant.cpp +++ b/src/core/tests/type_prop/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/convert.cpp b/src/core/tests/type_prop/convert.cpp index e48257b84cc..d71eb87b38d 100644 --- a/src/core/tests/type_prop/convert.cpp +++ b/src/core/tests/type_prop/convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/convert_color_i420.cpp b/src/core/tests/type_prop/convert_color_i420.cpp index 00cddfd93e8..2207478de77 100644 --- a/src/core/tests/type_prop/convert_color_i420.cpp +++ b/src/core/tests/type_prop/convert_color_i420.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/convert_color_i420_base.hpp b/src/core/tests/type_prop/convert_color_i420_base.hpp index 0ec9f7c50e0..dd6bc0a7a9f 100644 --- a/src/core/tests/type_prop/convert_color_i420_base.hpp +++ b/src/core/tests/type_prop/convert_color_i420_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/convert_color_nv12.cpp b/src/core/tests/type_prop/convert_color_nv12.cpp index a5ca9345275..6ac9ec510eb 100644 --- a/src/core/tests/type_prop/convert_color_nv12.cpp +++ b/src/core/tests/type_prop/convert_color_nv12.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/convert_color_nv12_base.hpp b/src/core/tests/type_prop/convert_color_nv12_base.hpp index c4b6aa42079..7ccef7ee5d8 100644 --- a/src/core/tests/type_prop/convert_color_nv12_base.hpp +++ b/src/core/tests/type_prop/convert_color_nv12_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/convolution.cpp b/src/core/tests/type_prop/convolution.cpp index 2ee5280b5cf..2561f8e0523 100644 --- a/src/core/tests/type_prop/convolution.cpp +++ b/src/core/tests/type_prop/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/convolution_backprop_data.cpp b/src/core/tests/type_prop/convolution_backprop_data.cpp index bce3b5ffde8..7dcf37e89e4 100644 --- a/src/core/tests/type_prop/convolution_backprop_data.cpp +++ b/src/core/tests/type_prop/convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/cos.cpp b/src/core/tests/type_prop/cos.cpp index 57023bbbc74..031b6d4a422 100644 --- a/src/core/tests/type_prop/cos.cpp +++ b/src/core/tests/type_prop/cos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/cosh.cpp b/src/core/tests/type_prop/cosh.cpp index 9af935ddc6e..79c2ee62080 100644 --- a/src/core/tests/type_prop/cosh.cpp +++ b/src/core/tests/type_prop/cosh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/ctc_greedy_decoder.cpp b/src/core/tests/type_prop/ctc_greedy_decoder.cpp index 84df9ab1d71..0c3ee4b0917 100644 --- a/src/core/tests/type_prop/ctc_greedy_decoder.cpp +++ b/src/core/tests/type_prop/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/ctc_greedy_decoder_seq_len.cpp b/src/core/tests/type_prop/ctc_greedy_decoder_seq_len.cpp index 827f6888b41..263ad1e7225 100644 --- a/src/core/tests/type_prop/ctc_greedy_decoder_seq_len.cpp +++ b/src/core/tests/type_prop/ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/ctc_loss.cpp b/src/core/tests/type_prop/ctc_loss.cpp index 1d50b041926..f611e31902e 100644 --- a/src/core/tests/type_prop/ctc_loss.cpp +++ b/src/core/tests/type_prop/ctc_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/cum_sum.cpp b/src/core/tests/type_prop/cum_sum.cpp index bf5b96e726f..a938b64d286 100644 --- a/src/core/tests/type_prop/cum_sum.cpp +++ b/src/core/tests/type_prop/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/deformable_convolution.cpp b/src/core/tests/type_prop/deformable_convolution.cpp index 5b9bf65409e..c4c3d29eefc 100644 --- a/src/core/tests/type_prop/deformable_convolution.cpp +++ b/src/core/tests/type_prop/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/deformable_convolution_opset8.cpp b/src/core/tests/type_prop/deformable_convolution_opset8.cpp index 4f0fdef78be..e1fded3bc56 100644 --- a/src/core/tests/type_prop/deformable_convolution_opset8.cpp +++ b/src/core/tests/type_prop/deformable_convolution_opset8.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/deformable_psroi_pooling.cpp b/src/core/tests/type_prop/deformable_psroi_pooling.cpp index 46a9ae3c27d..858a16e886c 100644 --- a/src/core/tests/type_prop/deformable_psroi_pooling.cpp +++ b/src/core/tests/type_prop/deformable_psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/detection_output.cpp b/src/core/tests/type_prop/detection_output.cpp index 786747b56c2..ee15bde9c20 100644 --- a/src/core/tests/type_prop/detection_output.cpp +++ b/src/core/tests/type_prop/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/divide.cpp b/src/core/tests/type_prop/divide.cpp index 9a4ffdd6e09..1646d473d6c 100644 --- a/src/core/tests/type_prop/divide.cpp +++ b/src/core/tests/type_prop/divide.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/dyn_reshape.cpp b/src/core/tests/type_prop/dyn_reshape.cpp index 6d018b4ef14..c07d12b6482 100644 --- a/src/core/tests/type_prop/dyn_reshape.cpp +++ b/src/core/tests/type_prop/dyn_reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/einsum.cpp b/src/core/tests/type_prop/einsum.cpp index 70c75487f9c..906b5af5f11 100644 --- a/src/core/tests/type_prop/einsum.cpp +++ b/src/core/tests/type_prop/einsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/elu.cpp b/src/core/tests/type_prop/elu.cpp index df6c57a2a24..0c1ce313a33 100644 --- a/src/core/tests/type_prop/elu.cpp +++ b/src/core/tests/type_prop/elu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/embedding_segments_sum.cpp b/src/core/tests/type_prop/embedding_segments_sum.cpp index 4a8b41e80ab..2d5adf48ed1 100644 --- a/src/core/tests/type_prop/embedding_segments_sum.cpp +++ b/src/core/tests/type_prop/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/embeddingbag_offsetssum.cpp b/src/core/tests/type_prop/embeddingbag_offsetssum.cpp index 86359c8e2b3..03b00330987 100644 --- a/src/core/tests/type_prop/embeddingbag_offsetssum.cpp +++ b/src/core/tests/type_prop/embeddingbag_offsetssum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/embeddingbag_packedsum.cpp b/src/core/tests/type_prop/embeddingbag_packedsum.cpp index 2da948a764b..3b7f846b1c4 100644 --- a/src/core/tests/type_prop/embeddingbag_packedsum.cpp +++ b/src/core/tests/type_prop/embeddingbag_packedsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/equal.cpp b/src/core/tests/type_prop/equal.cpp index d57462dc40e..9c86cbf4934 100644 --- a/src/core/tests/type_prop/equal.cpp +++ b/src/core/tests/type_prop/equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/erf.cpp b/src/core/tests/type_prop/erf.cpp index 90e17b85d7f..ac51babcd08 100644 --- a/src/core/tests/type_prop/erf.cpp +++ b/src/core/tests/type_prop/erf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/exp.cpp b/src/core/tests/type_prop/exp.cpp index 2d61f9d1ead..65862dc5b2d 100644 --- a/src/core/tests/type_prop/exp.cpp +++ b/src/core/tests/type_prop/exp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/experimental_detectron_detection_output.cpp b/src/core/tests/type_prop/experimental_detectron_detection_output.cpp index dfcb17aae0c..5edef18e78d 100644 --- a/src/core/tests/type_prop/experimental_detectron_detection_output.cpp +++ b/src/core/tests/type_prop/experimental_detectron_detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/experimental_detectron_generate_proposals.cpp b/src/core/tests/type_prop/experimental_detectron_generate_proposals.cpp index a95aa022c3c..4c664037c5d 100644 --- a/src/core/tests/type_prop/experimental_detectron_generate_proposals.cpp +++ b/src/core/tests/type_prop/experimental_detectron_generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/experimental_detectron_prior_grid_generator.cpp b/src/core/tests/type_prop/experimental_detectron_prior_grid_generator.cpp index 0a88a2a7a99..a4e25ab2d0f 100644 --- a/src/core/tests/type_prop/experimental_detectron_prior_grid_generator.cpp +++ b/src/core/tests/type_prop/experimental_detectron_prior_grid_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/experimental_detectron_roi_feature_extractor.cpp b/src/core/tests/type_prop/experimental_detectron_roi_feature_extractor.cpp index 7aed790d1a0..e4c9214249e 100644 --- a/src/core/tests/type_prop/experimental_detectron_roi_feature_extractor.cpp +++ b/src/core/tests/type_prop/experimental_detectron_roi_feature_extractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/experimental_detectron_topkrois.cpp b/src/core/tests/type_prop/experimental_detectron_topkrois.cpp index ce6dba3b855..ba475d36dd6 100644 --- a/src/core/tests/type_prop/experimental_detectron_topkrois.cpp +++ b/src/core/tests/type_prop/experimental_detectron_topkrois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/extractimagepatches.cpp b/src/core/tests/type_prop/extractimagepatches.cpp index 929df14d877..15345d7870e 100644 --- a/src/core/tests/type_prop/extractimagepatches.cpp +++ b/src/core/tests/type_prop/extractimagepatches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/eye.cpp b/src/core/tests/type_prop/eye.cpp index b82dddda653..70e40f1d534 100644 --- a/src/core/tests/type_prop/eye.cpp +++ b/src/core/tests/type_prop/eye.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/fake_convert.cpp b/src/core/tests/type_prop/fake_convert.cpp index 2eb9b537548..ccdaed07a7c 100644 --- a/src/core/tests/type_prop/fake_convert.cpp +++ b/src/core/tests/type_prop/fake_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/fake_quantize.cpp b/src/core/tests/type_prop/fake_quantize.cpp index 2b5cbe9f387..b18860cf63c 100644 --- a/src/core/tests/type_prop/fake_quantize.cpp +++ b/src/core/tests/type_prop/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/fft_base_complex.cpp b/src/core/tests/type_prop/fft_base_complex.cpp index d3d5cd9abb7..1cb166fa04a 100644 --- a/src/core/tests/type_prop/fft_base_complex.cpp +++ b/src/core/tests/type_prop/fft_base_complex.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/floor.cpp b/src/core/tests/type_prop/floor.cpp index d7b1c99a01f..51b8db5b7c0 100644 --- a/src/core/tests/type_prop/floor.cpp +++ b/src/core/tests/type_prop/floor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/floor_mod.cpp b/src/core/tests/type_prop/floor_mod.cpp index 6189b10d112..99b19defca5 100644 --- a/src/core/tests/type_prop/floor_mod.cpp +++ b/src/core/tests/type_prop/floor_mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/framework_node.cpp b/src/core/tests/type_prop/framework_node.cpp index 298e29d4827..f8c9b5eeafe 100644 --- a/src/core/tests/type_prop/framework_node.cpp +++ b/src/core/tests/type_prop/framework_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/gather.cpp b/src/core/tests/type_prop/gather.cpp index 9a8aa5654a9..3f075d3682c 100644 --- a/src/core/tests/type_prop/gather.cpp +++ b/src/core/tests/type_prop/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/gather_elements.cpp b/src/core/tests/type_prop/gather_elements.cpp index fcd72878db6..88afe6f4591 100644 --- a/src/core/tests/type_prop/gather_elements.cpp +++ b/src/core/tests/type_prop/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/gather_nd.cpp b/src/core/tests/type_prop/gather_nd.cpp index 250aba9121e..4a82d2cf7f3 100644 --- a/src/core/tests/type_prop/gather_nd.cpp +++ b/src/core/tests/type_prop/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/gather_tree.cpp b/src/core/tests/type_prop/gather_tree.cpp index 9cc618da9d9..1c2f034836d 100644 --- a/src/core/tests/type_prop/gather_tree.cpp +++ b/src/core/tests/type_prop/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/gelu.cpp b/src/core/tests/type_prop/gelu.cpp index 3bbfe70aa63..a19b4cf64e3 100644 --- a/src/core/tests/type_prop/gelu.cpp +++ b/src/core/tests/type_prop/gelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/generate_proposals.cpp b/src/core/tests/type_prop/generate_proposals.cpp index 86b23139127..0b88c1bc8b1 100644 --- a/src/core/tests/type_prop/generate_proposals.cpp +++ b/src/core/tests/type_prop/generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/grid_sample.cpp b/src/core/tests/type_prop/grid_sample.cpp index 2afbf061ccf..15927c17897 100644 --- a/src/core/tests/type_prop/grid_sample.cpp +++ b/src/core/tests/type_prop/grid_sample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/grn.cpp b/src/core/tests/type_prop/grn.cpp index 098834e8d62..bc7ef1f089b 100644 --- a/src/core/tests/type_prop/grn.cpp +++ b/src/core/tests/type_prop/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/group_convolution.cpp b/src/core/tests/type_prop/group_convolution.cpp index 9fc74eb4388..09cc4910933 100644 --- a/src/core/tests/type_prop/group_convolution.cpp +++ b/src/core/tests/type_prop/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/group_convolution_backprop_data.cpp b/src/core/tests/type_prop/group_convolution_backprop_data.cpp index 57a556f2697..2fa75a1ae94 100644 --- a/src/core/tests/type_prop/group_convolution_backprop_data.cpp +++ b/src/core/tests/type_prop/group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/group_normalization.cpp b/src/core/tests/type_prop/group_normalization.cpp index 84ec5f98319..1eaa24d315a 100644 --- a/src/core/tests/type_prop/group_normalization.cpp +++ b/src/core/tests/type_prop/group_normalization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/gru_cell.cpp b/src/core/tests/type_prop/gru_cell.cpp index 7d5ea237ec4..a36ba225e72 100644 --- a/src/core/tests/type_prop/gru_cell.cpp +++ b/src/core/tests/type_prop/gru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/gru_sequence.cpp b/src/core/tests/type_prop/gru_sequence.cpp index 8e133c4a71e..eeaaf570702 100644 --- a/src/core/tests/type_prop/gru_sequence.cpp +++ b/src/core/tests/type_prop/gru_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/hard_sigmoid.cpp b/src/core/tests/type_prop/hard_sigmoid.cpp index 3de9a5aa00c..cb8578d35fd 100644 --- a/src/core/tests/type_prop/hard_sigmoid.cpp +++ b/src/core/tests/type_prop/hard_sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/hsigmoid.cpp b/src/core/tests/type_prop/hsigmoid.cpp index 979ec92cff6..41cd0c57fd5 100644 --- a/src/core/tests/type_prop/hsigmoid.cpp +++ b/src/core/tests/type_prop/hsigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/hswish.cpp b/src/core/tests/type_prop/hswish.cpp index bca5d101a90..bd628498437 100644 --- a/src/core/tests/type_prop/hswish.cpp +++ b/src/core/tests/type_prop/hswish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/if.cpp b/src/core/tests/type_prop/if.cpp index a61363d1581..d893b34472a 100644 --- a/src/core/tests/type_prop/if.cpp +++ b/src/core/tests/type_prop/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/interpolate.cpp b/src/core/tests/type_prop/interpolate.cpp index 174dd935060..5dded3427f3 100644 --- a/src/core/tests/type_prop/interpolate.cpp +++ b/src/core/tests/type_prop/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/irdft.cpp b/src/core/tests/type_prop/irdft.cpp index adb4552d2b1..2792ddeaa83 100644 --- a/src/core/tests/type_prop/irdft.cpp +++ b/src/core/tests/type_prop/irdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/is_finite.cpp b/src/core/tests/type_prop/is_finite.cpp index 7787ff91f90..e6b45f86e28 100644 --- a/src/core/tests/type_prop/is_finite.cpp +++ b/src/core/tests/type_prop/is_finite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/is_inf.cpp b/src/core/tests/type_prop/is_inf.cpp index 04991801a17..e1f1cae645a 100644 --- a/src/core/tests/type_prop/is_inf.cpp +++ b/src/core/tests/type_prop/is_inf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/is_nan.cpp b/src/core/tests/type_prop/is_nan.cpp index c3173f992cc..ecf52c6c0ba 100644 --- a/src/core/tests/type_prop/is_nan.cpp +++ b/src/core/tests/type_prop/is_nan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/log_softmax.cpp b/src/core/tests/type_prop/log_softmax.cpp index 5650990682b..5c5a46e0341 100644 --- a/src/core/tests/type_prop/log_softmax.cpp +++ b/src/core/tests/type_prop/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/logical_and.cpp b/src/core/tests/type_prop/logical_and.cpp index a16eafa5131..d8e95145d9d 100644 --- a/src/core/tests/type_prop/logical_and.cpp +++ b/src/core/tests/type_prop/logical_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/logical_not.cpp b/src/core/tests/type_prop/logical_not.cpp index 4a9d75bf5f6..1f46b1ac888 100644 --- a/src/core/tests/type_prop/logical_not.cpp +++ b/src/core/tests/type_prop/logical_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/logical_ops.hpp b/src/core/tests/type_prop/logical_ops.hpp index b3e226e5ecb..3a481d54968 100644 --- a/src/core/tests/type_prop/logical_ops.hpp +++ b/src/core/tests/type_prop/logical_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/logical_or.cpp b/src/core/tests/type_prop/logical_or.cpp index a8984b15089..7af0dfcb9a3 100644 --- a/src/core/tests/type_prop/logical_or.cpp +++ b/src/core/tests/type_prop/logical_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/logical_xor.cpp b/src/core/tests/type_prop/logical_xor.cpp index 06e67fa1db7..a31d03b6795 100644 --- a/src/core/tests/type_prop/logical_xor.cpp +++ b/src/core/tests/type_prop/logical_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/loop.cpp b/src/core/tests/type_prop/loop.cpp index 124c81b14c3..25b35bbda94 100644 --- a/src/core/tests/type_prop/loop.cpp +++ b/src/core/tests/type_prop/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/lrn.cpp b/src/core/tests/type_prop/lrn.cpp index 22458274cac..5ea9e64263c 100644 --- a/src/core/tests/type_prop/lrn.cpp +++ b/src/core/tests/type_prop/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/lstm_cell.cpp b/src/core/tests/type_prop/lstm_cell.cpp index ab346b2e0fa..ff9db4294cc 100644 --- a/src/core/tests/type_prop/lstm_cell.cpp +++ b/src/core/tests/type_prop/lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/lstm_sequence.cpp b/src/core/tests/type_prop/lstm_sequence.cpp index 31907b5fd45..8022c4534a5 100644 --- a/src/core/tests/type_prop/lstm_sequence.cpp +++ b/src/core/tests/type_prop/lstm_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/matmul.cpp b/src/core/tests/type_prop/matmul.cpp index 41d3789601d..736542db4d1 100644 --- a/src/core/tests/type_prop/matmul.cpp +++ b/src/core/tests/type_prop/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/matrix_nms.cpp b/src/core/tests/type_prop/matrix_nms.cpp index e4fd1451ac4..3fe258e8320 100644 --- a/src/core/tests/type_prop/matrix_nms.cpp +++ b/src/core/tests/type_prop/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/max_pool.cpp b/src/core/tests/type_prop/max_pool.cpp index 4e772323f11..a68ee1ea856 100644 --- a/src/core/tests/type_prop/max_pool.cpp +++ b/src/core/tests/type_prop/max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/maximum.cpp b/src/core/tests/type_prop/maximum.cpp index d08df453dab..7065a8a45f2 100644 --- a/src/core/tests/type_prop/maximum.cpp +++ b/src/core/tests/type_prop/maximum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/minimum.cpp b/src/core/tests/type_prop/minimum.cpp index 52b3554eaca..11cb62039a9 100644 --- a/src/core/tests/type_prop/minimum.cpp +++ b/src/core/tests/type_prop/minimum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/mish.cpp b/src/core/tests/type_prop/mish.cpp index 73fcc9e2db2..398980485b9 100644 --- a/src/core/tests/type_prop/mish.cpp +++ b/src/core/tests/type_prop/mish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/mod.cpp b/src/core/tests/type_prop/mod.cpp index 63c42576cc5..bf996b9a84f 100644 --- a/src/core/tests/type_prop/mod.cpp +++ b/src/core/tests/type_prop/mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/multiclass_nms.cpp b/src/core/tests/type_prop/multiclass_nms.cpp index ab47c59ef2b..c6739f5990e 100644 --- a/src/core/tests/type_prop/multiclass_nms.cpp +++ b/src/core/tests/type_prop/multiclass_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/multinomial.cpp b/src/core/tests/type_prop/multinomial.cpp index e2e80f159ec..8e2e411ee21 100644 --- a/src/core/tests/type_prop/multinomial.cpp +++ b/src/core/tests/type_prop/multinomial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/multiply.cpp b/src/core/tests/type_prop/multiply.cpp index 3d68444d563..7f5d1115330 100644 --- a/src/core/tests/type_prop/multiply.cpp +++ b/src/core/tests/type_prop/multiply.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/mvn.cpp b/src/core/tests/type_prop/mvn.cpp index b912fa5a329..24d8052e987 100644 --- a/src/core/tests/type_prop/mvn.cpp +++ b/src/core/tests/type_prop/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/negative.cpp b/src/core/tests/type_prop/negative.cpp index ea761d1ad2b..2ac5dd0844b 100644 --- a/src/core/tests/type_prop/negative.cpp +++ b/src/core/tests/type_prop/negative.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/nms_rotated.cpp b/src/core/tests/type_prop/nms_rotated.cpp index 6935e2408a0..9efb8571441 100644 --- a/src/core/tests/type_prop/nms_rotated.cpp +++ b/src/core/tests/type_prop/nms_rotated.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/non_max_suppression.cpp b/src/core/tests/type_prop/non_max_suppression.cpp index 4d2e4c2c3c2..f74e7faba17 100644 --- a/src/core/tests/type_prop/non_max_suppression.cpp +++ b/src/core/tests/type_prop/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/non_zero.cpp b/src/core/tests/type_prop/non_zero.cpp index c3966b78593..f6216f50cf8 100644 --- a/src/core/tests/type_prop/non_zero.cpp +++ b/src/core/tests/type_prop/non_zero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/normalize_l2.cpp b/src/core/tests/type_prop/normalize_l2.cpp index 34cf9d85704..37a97d23906 100644 --- a/src/core/tests/type_prop/normalize_l2.cpp +++ b/src/core/tests/type_prop/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/one_hot.cpp b/src/core/tests/type_prop/one_hot.cpp index 9b222843ac3..2e1a3f3bfdb 100644 --- a/src/core/tests/type_prop/one_hot.cpp +++ b/src/core/tests/type_prop/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/pad.cpp b/src/core/tests/type_prop/pad.cpp index 4fcc29acb00..62ef27db940 100644 --- a/src/core/tests/type_prop/pad.cpp +++ b/src/core/tests/type_prop/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/parameter.cpp b/src/core/tests/type_prop/parameter.cpp index ff80e20450d..3520b02b883 100644 --- a/src/core/tests/type_prop/parameter.cpp +++ b/src/core/tests/type_prop/parameter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/power.cpp b/src/core/tests/type_prop/power.cpp index 41e05f332c7..ceb74bc8bda 100644 --- a/src/core/tests/type_prop/power.cpp +++ b/src/core/tests/type_prop/power.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/prelu.cpp b/src/core/tests/type_prop/prelu.cpp index febe3f93997..9ca7fae4ac9 100644 --- a/src/core/tests/type_prop/prelu.cpp +++ b/src/core/tests/type_prop/prelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/prior_box.cpp b/src/core/tests/type_prop/prior_box.cpp index 2a88b443cb7..1c41df09c93 100644 --- a/src/core/tests/type_prop/prior_box.cpp +++ b/src/core/tests/type_prop/prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/prior_box_clustered.cpp b/src/core/tests/type_prop/prior_box_clustered.cpp index 69531cebc01..04c44ed8ae3 100644 --- a/src/core/tests/type_prop/prior_box_clustered.cpp +++ b/src/core/tests/type_prop/prior_box_clustered.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/proposal.cpp b/src/core/tests/type_prop/proposal.cpp index 54bceb5bf76..7a3e38502e5 100644 --- a/src/core/tests/type_prop/proposal.cpp +++ b/src/core/tests/type_prop/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/psroi_pooling.cpp b/src/core/tests/type_prop/psroi_pooling.cpp index 0bb62e1739d..e180ea03681 100644 --- a/src/core/tests/type_prop/psroi_pooling.cpp +++ b/src/core/tests/type_prop/psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/random_uniform.cpp b/src/core/tests/type_prop/random_uniform.cpp index 769172b0a58..2ea0a9c6bbb 100644 --- a/src/core/tests/type_prop/random_uniform.cpp +++ b/src/core/tests/type_prop/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/range.cpp b/src/core/tests/type_prop/range.cpp index 30dc57bac7b..c37f5987047 100644 --- a/src/core/tests/type_prop/range.cpp +++ b/src/core/tests/type_prop/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/rdft.cpp b/src/core/tests/type_prop/rdft.cpp index dcece6e7fbc..aaebcd6aeba 100644 --- a/src/core/tests/type_prop/rdft.cpp +++ b/src/core/tests/type_prop/rdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/read_value.cpp b/src/core/tests/type_prop/read_value.cpp index 81055a3eab6..c021aafd89a 100644 --- a/src/core/tests/type_prop/read_value.cpp +++ b/src/core/tests/type_prop/read_value.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reduce_l1.cpp b/src/core/tests/type_prop/reduce_l1.cpp index 624c91275cc..b232a8916db 100644 --- a/src/core/tests/type_prop/reduce_l1.cpp +++ b/src/core/tests/type_prop/reduce_l1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reduce_l2.cpp b/src/core/tests/type_prop/reduce_l2.cpp index d4bba5a8b23..3606ac41214 100644 --- a/src/core/tests/type_prop/reduce_l2.cpp +++ b/src/core/tests/type_prop/reduce_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reduce_logical_and.cpp b/src/core/tests/type_prop/reduce_logical_and.cpp index b4d74666e00..8f57bfdcc89 100644 --- a/src/core/tests/type_prop/reduce_logical_and.cpp +++ b/src/core/tests/type_prop/reduce_logical_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reduce_logical_or.cpp b/src/core/tests/type_prop/reduce_logical_or.cpp index 61f83c9e254..dbbd9f45dfb 100644 --- a/src/core/tests/type_prop/reduce_logical_or.cpp +++ b/src/core/tests/type_prop/reduce_logical_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reduce_max.cpp b/src/core/tests/type_prop/reduce_max.cpp index 265742106f3..8983bef1bee 100644 --- a/src/core/tests/type_prop/reduce_max.cpp +++ b/src/core/tests/type_prop/reduce_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reduce_mean.cpp b/src/core/tests/type_prop/reduce_mean.cpp index 1c66a5d5891..aeeb361f2bf 100644 --- a/src/core/tests/type_prop/reduce_mean.cpp +++ b/src/core/tests/type_prop/reduce_mean.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reduce_min.cpp b/src/core/tests/type_prop/reduce_min.cpp index 0c91f3c27db..a974f0dd495 100644 --- a/src/core/tests/type_prop/reduce_min.cpp +++ b/src/core/tests/type_prop/reduce_min.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reduce_ops.hpp b/src/core/tests/type_prop/reduce_ops.hpp index 49a5c35961f..55ed050dfcd 100644 --- a/src/core/tests/type_prop/reduce_ops.hpp +++ b/src/core/tests/type_prop/reduce_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reduce_prod.cpp b/src/core/tests/type_prop/reduce_prod.cpp index 4def461f847..7c72a2bce1d 100644 --- a/src/core/tests/type_prop/reduce_prod.cpp +++ b/src/core/tests/type_prop/reduce_prod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reduce_sum.cpp b/src/core/tests/type_prop/reduce_sum.cpp index 83b3eae7bb7..94eb47f82e3 100644 --- a/src/core/tests/type_prop/reduce_sum.cpp +++ b/src/core/tests/type_prop/reduce_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/relu.cpp b/src/core/tests/type_prop/relu.cpp index 702e0412006..6a432f08530 100644 --- a/src/core/tests/type_prop/relu.cpp +++ b/src/core/tests/type_prop/relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reorg_yolo.cpp b/src/core/tests/type_prop/reorg_yolo.cpp index a2b6f0a1e8e..de2c2e76d6f 100644 --- a/src/core/tests/type_prop/reorg_yolo.cpp +++ b/src/core/tests/type_prop/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reshape.cpp b/src/core/tests/type_prop/reshape.cpp index 2446f3070ed..b2d69f7a930 100644 --- a/src/core/tests/type_prop/reshape.cpp +++ b/src/core/tests/type_prop/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/result.cpp b/src/core/tests/type_prop/result.cpp index 1f9f60d40f2..f0c0eecc285 100644 --- a/src/core/tests/type_prop/result.cpp +++ b/src/core/tests/type_prop/result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reverse.cpp b/src/core/tests/type_prop/reverse.cpp index 8d2f72ac843..094f81caf55 100644 --- a/src/core/tests/type_prop/reverse.cpp +++ b/src/core/tests/type_prop/reverse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/reverse_sequence.cpp b/src/core/tests/type_prop/reverse_sequence.cpp index c2dd7606887..50b2fceb626 100644 --- a/src/core/tests/type_prop/reverse_sequence.cpp +++ b/src/core/tests/type_prop/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/rnn_cell.cpp b/src/core/tests/type_prop/rnn_cell.cpp index de618369725..999a0078b28 100644 --- a/src/core/tests/type_prop/rnn_cell.cpp +++ b/src/core/tests/type_prop/rnn_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/rnn_cell_base.cpp b/src/core/tests/type_prop/rnn_cell_base.cpp index 1387379976b..7a44a5dab0c 100644 --- a/src/core/tests/type_prop/rnn_cell_base.cpp +++ b/src/core/tests/type_prop/rnn_cell_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/rnn_seq_base.cpp b/src/core/tests/type_prop/rnn_seq_base.cpp index 25ec557989c..05bf03f69fc 100644 --- a/src/core/tests/type_prop/rnn_seq_base.cpp +++ b/src/core/tests/type_prop/rnn_seq_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/rnn_sequence.cpp b/src/core/tests/type_prop/rnn_sequence.cpp index a4e88067d29..ae1af42fc7c 100644 --- a/src/core/tests/type_prop/rnn_sequence.cpp +++ b/src/core/tests/type_prop/rnn_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/roi_align.cpp b/src/core/tests/type_prop/roi_align.cpp index fc518587f2e..f31299b3f4e 100644 --- a/src/core/tests/type_prop/roi_align.cpp +++ b/src/core/tests/type_prop/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/roi_pooling.cpp b/src/core/tests/type_prop/roi_pooling.cpp index 9f8b438470b..0c5efb349a8 100644 --- a/src/core/tests/type_prop/roi_pooling.cpp +++ b/src/core/tests/type_prop/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/roll.cpp b/src/core/tests/type_prop/roll.cpp index 6e98e224c64..5a39e04f3cb 100644 --- a/src/core/tests/type_prop/roll.cpp +++ b/src/core/tests/type_prop/roll.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/round.cpp b/src/core/tests/type_prop/round.cpp index fefb89a7e0a..1ce9d03d3d2 100644 --- a/src/core/tests/type_prop/round.cpp +++ b/src/core/tests/type_prop/round.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/scaled_dot_product_attention.cpp b/src/core/tests/type_prop/scaled_dot_product_attention.cpp index 40fde7ca144..60bf73e0679 100644 --- a/src/core/tests/type_prop/scaled_dot_product_attention.cpp +++ b/src/core/tests/type_prop/scaled_dot_product_attention.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/scatter_elements_update.cpp b/src/core/tests/type_prop/scatter_elements_update.cpp index 99cff60d616..effdb1475a5 100644 --- a/src/core/tests/type_prop/scatter_elements_update.cpp +++ b/src/core/tests/type_prop/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/scatter_nd_update.cpp b/src/core/tests/type_prop/scatter_nd_update.cpp index d7e6e5713cf..d6bdb6bb0c2 100644 --- a/src/core/tests/type_prop/scatter_nd_update.cpp +++ b/src/core/tests/type_prop/scatter_nd_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/scatter_update.cpp b/src/core/tests/type_prop/scatter_update.cpp index 0d3a62cdeb0..e932a1e8f96 100644 --- a/src/core/tests/type_prop/scatter_update.cpp +++ b/src/core/tests/type_prop/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/select.cpp b/src/core/tests/type_prop/select.cpp index c2e3ec86639..35a1d7a8ae7 100644 --- a/src/core/tests/type_prop/select.cpp +++ b/src/core/tests/type_prop/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/selu.cpp b/src/core/tests/type_prop/selu.cpp index 2f98b1526c2..f494f94d160 100644 --- a/src/core/tests/type_prop/selu.cpp +++ b/src/core/tests/type_prop/selu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/shape_of.cpp b/src/core/tests/type_prop/shape_of.cpp index d431ddbff65..b9065404f66 100644 --- a/src/core/tests/type_prop/shape_of.cpp +++ b/src/core/tests/type_prop/shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/shuffle_channels.cpp b/src/core/tests/type_prop/shuffle_channels.cpp index 314fdf3f85a..b7ccc064928 100644 --- a/src/core/tests/type_prop/shuffle_channels.cpp +++ b/src/core/tests/type_prop/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/sigmoid.cpp b/src/core/tests/type_prop/sigmoid.cpp index 5f570d83377..981bd707980 100644 --- a/src/core/tests/type_prop/sigmoid.cpp +++ b/src/core/tests/type_prop/sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/sign.cpp b/src/core/tests/type_prop/sign.cpp index a4e2e52736d..626a6376fcf 100644 --- a/src/core/tests/type_prop/sign.cpp +++ b/src/core/tests/type_prop/sign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/sin.cpp b/src/core/tests/type_prop/sin.cpp index c1e1892dda2..425204fc0f7 100644 --- a/src/core/tests/type_prop/sin.cpp +++ b/src/core/tests/type_prop/sin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/sinh.cpp b/src/core/tests/type_prop/sinh.cpp index 396bbc5db9e..fc874c94ee9 100644 --- a/src/core/tests/type_prop/sinh.cpp +++ b/src/core/tests/type_prop/sinh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/slice.cpp b/src/core/tests/type_prop/slice.cpp index d62ce5001f9..eee514de8a2 100644 --- a/src/core/tests/type_prop/slice.cpp +++ b/src/core/tests/type_prop/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/softmax.cpp b/src/core/tests/type_prop/softmax.cpp index fd9fb328290..74ccc6c82cf 100644 --- a/src/core/tests/type_prop/softmax.cpp +++ b/src/core/tests/type_prop/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/softplus.cpp b/src/core/tests/type_prop/softplus.cpp index eee24728ae8..9e0e3c7ea47 100644 --- a/src/core/tests/type_prop/softplus.cpp +++ b/src/core/tests/type_prop/softplus.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/softsign.cpp b/src/core/tests/type_prop/softsign.cpp index e0cb6221e68..aaf3f55f12a 100644 --- a/src/core/tests/type_prop/softsign.cpp +++ b/src/core/tests/type_prop/softsign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/space_to_batch.cpp b/src/core/tests/type_prop/space_to_batch.cpp index 9ec5faac1aa..cc68b2c755c 100644 --- a/src/core/tests/type_prop/space_to_batch.cpp +++ b/src/core/tests/type_prop/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/space_to_depth.cpp b/src/core/tests/type_prop/space_to_depth.cpp index a4a21069d3b..a6462f86c76 100644 --- a/src/core/tests/type_prop/space_to_depth.cpp +++ b/src/core/tests/type_prop/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/split.cpp b/src/core/tests/type_prop/split.cpp index e449b3242cd..8773917613e 100644 --- a/src/core/tests/type_prop/split.cpp +++ b/src/core/tests/type_prop/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/sqrt.cpp b/src/core/tests/type_prop/sqrt.cpp index e9df961d3b9..3993968c153 100644 --- a/src/core/tests/type_prop/sqrt.cpp +++ b/src/core/tests/type_prop/sqrt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/squared_difference.cpp b/src/core/tests/type_prop/squared_difference.cpp index 37b85df7ce0..fbe6dfc9d25 100644 --- a/src/core/tests/type_prop/squared_difference.cpp +++ b/src/core/tests/type_prop/squared_difference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/squeeze.cpp b/src/core/tests/type_prop/squeeze.cpp index 7561a65c798..dd2da98d343 100644 --- a/src/core/tests/type_prop/squeeze.cpp +++ b/src/core/tests/type_prop/squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/strided_slice.cpp b/src/core/tests/type_prop/strided_slice.cpp index c0c6c31c963..c6a3a058b2a 100644 --- a/src/core/tests/type_prop/strided_slice.cpp +++ b/src/core/tests/type_prop/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/subtract.cpp b/src/core/tests/type_prop/subtract.cpp index 836b7997a18..f8e6f9b27ac 100644 --- a/src/core/tests/type_prop/subtract.cpp +++ b/src/core/tests/type_prop/subtract.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/swish.cpp b/src/core/tests/type_prop/swish.cpp index fe94d4ef213..7c1375b7084 100644 --- a/src/core/tests/type_prop/swish.cpp +++ b/src/core/tests/type_prop/swish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/tan.cpp b/src/core/tests/type_prop/tan.cpp index c25281e5054..a3736321484 100644 --- a/src/core/tests/type_prop/tan.cpp +++ b/src/core/tests/type_prop/tan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/tanh.cpp b/src/core/tests/type_prop/tanh.cpp index 1e7f1c076f4..04ebff00807 100644 --- a/src/core/tests/type_prop/tanh.cpp +++ b/src/core/tests/type_prop/tanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/tensor_iterator.cpp b/src/core/tests/type_prop/tensor_iterator.cpp index 9c78450716d..15b7873425e 100644 --- a/src/core/tests/type_prop/tensor_iterator.cpp +++ b/src/core/tests/type_prop/tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/tile.cpp b/src/core/tests/type_prop/tile.cpp index 0419b825487..b1180f837c7 100644 --- a/src/core/tests/type_prop/tile.cpp +++ b/src/core/tests/type_prop/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/top_k.cpp b/src/core/tests/type_prop/top_k.cpp index 90523d20f56..fd5a3d957c7 100644 --- a/src/core/tests/type_prop/top_k.cpp +++ b/src/core/tests/type_prop/top_k.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/transpose.cpp b/src/core/tests/type_prop/transpose.cpp index e8ac81925a4..1ab837ad1a6 100644 --- a/src/core/tests/type_prop/transpose.cpp +++ b/src/core/tests/type_prop/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/unary_elementwise.cpp b/src/core/tests/type_prop/unary_elementwise.cpp index f31c50e4289..33c4ecc719d 100644 --- a/src/core/tests/type_prop/unary_elementwise.cpp +++ b/src/core/tests/type_prop/unary_elementwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/unary_ops.hpp b/src/core/tests/type_prop/unary_ops.hpp index bf7cce80afc..f5b574cb1e2 100644 --- a/src/core/tests/type_prop/unary_ops.hpp +++ b/src/core/tests/type_prop/unary_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/unique.cpp b/src/core/tests/type_prop/unique.cpp index 08aba37e82b..8db95cb224d 100644 --- a/src/core/tests/type_prop/unique.cpp +++ b/src/core/tests/type_prop/unique.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/core/tests/type_prop/unsqueeze.cpp b/src/core/tests/type_prop/unsqueeze.cpp index ac5b826ab67..84701abd0f5 100644 --- a/src/core/tests/type_prop/unsqueeze.cpp +++ b/src/core/tests/type_prop/unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/type_prop/variadic_split.cpp b/src/core/tests/type_prop/variadic_split.cpp index caf6466aedd..0ae0d10f729 100644 --- a/src/core/tests/type_prop/variadic_split.cpp +++ b/src/core/tests/type_prop/variadic_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/uint4.cpp b/src/core/tests/uint4.cpp index 8285fdb3cd5..df1e40d16db 100644 --- a/src/core/tests/uint4.cpp +++ b/src/core/tests/uint4.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/utils/eval_utils.hpp b/src/core/tests/utils/eval_utils.hpp index 579b6b925c5..be9872858ae 100644 --- a/src/core/tests/utils/eval_utils.hpp +++ b/src/core/tests/utils/eval_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/validation_utils.cpp b/src/core/tests/validation_utils.cpp index 67c050fe9c0..555c3a344d1 100644 --- a/src/core/tests/validation_utils.cpp +++ b/src/core/tests/validation_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/dimension.cpp b/src/core/tests/visitors/dimension.cpp index f0601ff5621..4ad58cbfbf9 100644 --- a/src/core/tests/visitors/dimension.cpp +++ b/src/core/tests/visitors/dimension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/abs.cpp b/src/core/tests/visitors/op/abs.cpp index 7c61f32ab13..426545a57e9 100644 --- a/src/core/tests/visitors/op/abs.cpp +++ b/src/core/tests/visitors/op/abs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/acos.cpp b/src/core/tests/visitors/op/acos.cpp index 99b6220bb00..0b09fb778f6 100644 --- a/src/core/tests/visitors/op/acos.cpp +++ b/src/core/tests/visitors/op/acos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/acosh.cpp b/src/core/tests/visitors/op/acosh.cpp index a4e7b03e0dc..cf9db0cb7b5 100644 --- a/src/core/tests/visitors/op/acosh.cpp +++ b/src/core/tests/visitors/op/acosh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/adaptive_avg_pool.cpp b/src/core/tests/visitors/op/adaptive_avg_pool.cpp index 556b6605f5f..84692e077da 100644 --- a/src/core/tests/visitors/op/adaptive_avg_pool.cpp +++ b/src/core/tests/visitors/op/adaptive_avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/adaptive_max_pool.cpp b/src/core/tests/visitors/op/adaptive_max_pool.cpp index 14a1c43d8b8..e56cafbda86 100644 --- a/src/core/tests/visitors/op/adaptive_max_pool.cpp +++ b/src/core/tests/visitors/op/adaptive_max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/add.cpp b/src/core/tests/visitors/op/add.cpp index 31992673f14..fe6577f5ea7 100644 --- a/src/core/tests/visitors/op/add.cpp +++ b/src/core/tests/visitors/op/add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/asin.cpp b/src/core/tests/visitors/op/asin.cpp index 01221cfa7d8..02ae4753781 100644 --- a/src/core/tests/visitors/op/asin.cpp +++ b/src/core/tests/visitors/op/asin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/asinh.cpp b/src/core/tests/visitors/op/asinh.cpp index 2e46e0f7d1e..5b9c90a2e1c 100644 --- a/src/core/tests/visitors/op/asinh.cpp +++ b/src/core/tests/visitors/op/asinh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/assign.cpp b/src/core/tests/visitors/op/assign.cpp index 48ecc76e145..aac6b78dae0 100644 --- a/src/core/tests/visitors/op/assign.cpp +++ b/src/core/tests/visitors/op/assign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/atan.cpp b/src/core/tests/visitors/op/atan.cpp index 8534847f71b..f548a88e7dc 100644 --- a/src/core/tests/visitors/op/atan.cpp +++ b/src/core/tests/visitors/op/atan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/atanh.cpp b/src/core/tests/visitors/op/atanh.cpp index 3daf9b9d36e..6235f6c1c6b 100644 --- a/src/core/tests/visitors/op/atanh.cpp +++ b/src/core/tests/visitors/op/atanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/avg_pool.cpp b/src/core/tests/visitors/op/avg_pool.cpp index 5a160ffecb1..827d2c6cbf7 100644 --- a/src/core/tests/visitors/op/avg_pool.cpp +++ b/src/core/tests/visitors/op/avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/batch_norm.cpp b/src/core/tests/visitors/op/batch_norm.cpp index dbcbe46210e..a1ea5bebfd5 100644 --- a/src/core/tests/visitors/op/batch_norm.cpp +++ b/src/core/tests/visitors/op/batch_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/batch_to_space.cpp b/src/core/tests/visitors/op/batch_to_space.cpp index 1b70668592d..55b08c66357 100644 --- a/src/core/tests/visitors/op/batch_to_space.cpp +++ b/src/core/tests/visitors/op/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/binary_convolution.cpp b/src/core/tests/visitors/op/binary_convolution.cpp index 7833cd007d3..f29e4d87365 100644 --- a/src/core/tests/visitors/op/binary_convolution.cpp +++ b/src/core/tests/visitors/op/binary_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/binary_ops.hpp b/src/core/tests/visitors/op/binary_ops.hpp index 7b1353d6d54..e151c4a4385 100644 --- a/src/core/tests/visitors/op/binary_ops.hpp +++ b/src/core/tests/visitors/op/binary_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/bitwise_and.cpp b/src/core/tests/visitors/op/bitwise_and.cpp index 35c29762061..33bcc65817a 100644 --- a/src/core/tests/visitors/op/bitwise_and.cpp +++ b/src/core/tests/visitors/op/bitwise_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/bitwise_not.cpp b/src/core/tests/visitors/op/bitwise_not.cpp index ef874eb8fd2..ab4aade57cc 100644 --- a/src/core/tests/visitors/op/bitwise_not.cpp +++ b/src/core/tests/visitors/op/bitwise_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/bitwise_or.cpp b/src/core/tests/visitors/op/bitwise_or.cpp index ebcff6e5e93..0a7d34ec91a 100644 --- a/src/core/tests/visitors/op/bitwise_or.cpp +++ b/src/core/tests/visitors/op/bitwise_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/bitwise_xor.cpp b/src/core/tests/visitors/op/bitwise_xor.cpp index ef36fc98ab7..3edd030aa2a 100644 --- a/src/core/tests/visitors/op/bitwise_xor.cpp +++ b/src/core/tests/visitors/op/bitwise_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/broadcast.cpp b/src/core/tests/visitors/op/broadcast.cpp index 8fb65056212..aeb1213ed0d 100644 --- a/src/core/tests/visitors/op/broadcast.cpp +++ b/src/core/tests/visitors/op/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/bucketize.cpp b/src/core/tests/visitors/op/bucketize.cpp index 95fcc1d52ac..d0f41dcd58d 100644 --- a/src/core/tests/visitors/op/bucketize.cpp +++ b/src/core/tests/visitors/op/bucketize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/ceiling.cpp b/src/core/tests/visitors/op/ceiling.cpp index 22f71b19344..45bda79d024 100644 --- a/src/core/tests/visitors/op/ceiling.cpp +++ b/src/core/tests/visitors/op/ceiling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/clamp.cpp b/src/core/tests/visitors/op/clamp.cpp index 78fa90f1338..953649a5880 100644 --- a/src/core/tests/visitors/op/clamp.cpp +++ b/src/core/tests/visitors/op/clamp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/concat.cpp b/src/core/tests/visitors/op/concat.cpp index 61c37194bc8..ce3f42e153f 100644 --- a/src/core/tests/visitors/op/concat.cpp +++ b/src/core/tests/visitors/op/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/constant.cpp b/src/core/tests/visitors/op/constant.cpp index beb5fe6cb95..7a559c68bad 100644 --- a/src/core/tests/visitors/op/constant.cpp +++ b/src/core/tests/visitors/op/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/convert.cpp b/src/core/tests/visitors/op/convert.cpp index 1ad23ba131a..d2c8432743f 100644 --- a/src/core/tests/visitors/op/convert.cpp +++ b/src/core/tests/visitors/op/convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/convert_color_i420.cpp b/src/core/tests/visitors/op/convert_color_i420.cpp index c2edc371eae..f864ecc774b 100644 --- a/src/core/tests/visitors/op/convert_color_i420.cpp +++ b/src/core/tests/visitors/op/convert_color_i420.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/convert_color_nv12.cpp b/src/core/tests/visitors/op/convert_color_nv12.cpp index ae5735defcb..11ab0306f00 100644 --- a/src/core/tests/visitors/op/convert_color_nv12.cpp +++ b/src/core/tests/visitors/op/convert_color_nv12.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/convert_like.cpp b/src/core/tests/visitors/op/convert_like.cpp index a4c1d1ccc52..671753ff5e0 100644 --- a/src/core/tests/visitors/op/convert_like.cpp +++ b/src/core/tests/visitors/op/convert_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/convolution.cpp b/src/core/tests/visitors/op/convolution.cpp index 4278cbaf3eb..46816c65012 100644 --- a/src/core/tests/visitors/op/convolution.cpp +++ b/src/core/tests/visitors/op/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/convolution_backprop.cpp b/src/core/tests/visitors/op/convolution_backprop.cpp index 58f4210a059..2651d5fc4de 100644 --- a/src/core/tests/visitors/op/convolution_backprop.cpp +++ b/src/core/tests/visitors/op/convolution_backprop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/cos.cpp b/src/core/tests/visitors/op/cos.cpp index c6b1d6ed79f..e15e1f4198c 100644 --- a/src/core/tests/visitors/op/cos.cpp +++ b/src/core/tests/visitors/op/cos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/cosh.cpp b/src/core/tests/visitors/op/cosh.cpp index a4bcc31c26c..70ce3db60ff 100644 --- a/src/core/tests/visitors/op/cosh.cpp +++ b/src/core/tests/visitors/op/cosh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/ctc_greedy_decoder.cpp b/src/core/tests/visitors/op/ctc_greedy_decoder.cpp index 96f10cbb818..cf62a192010 100644 --- a/src/core/tests/visitors/op/ctc_greedy_decoder.cpp +++ b/src/core/tests/visitors/op/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/ctc_greedy_decoder_seq_len.cpp b/src/core/tests/visitors/op/ctc_greedy_decoder_seq_len.cpp index 77b21a7d430..32c02846afe 100644 --- a/src/core/tests/visitors/op/ctc_greedy_decoder_seq_len.cpp +++ b/src/core/tests/visitors/op/ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/ctc_loss.cpp b/src/core/tests/visitors/op/ctc_loss.cpp index 9a3b8d177a4..1976f7250f2 100644 --- a/src/core/tests/visitors/op/ctc_loss.cpp +++ b/src/core/tests/visitors/op/ctc_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/cum_sum.cpp b/src/core/tests/visitors/op/cum_sum.cpp index b37c3a40633..0830dcdf5e2 100644 --- a/src/core/tests/visitors/op/cum_sum.cpp +++ b/src/core/tests/visitors/op/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/deformable_convolution.cpp b/src/core/tests/visitors/op/deformable_convolution.cpp index f25f1501563..a7ddc00e44d 100644 --- a/src/core/tests/visitors/op/deformable_convolution.cpp +++ b/src/core/tests/visitors/op/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/deformable_psroi_pooling.cpp b/src/core/tests/visitors/op/deformable_psroi_pooling.cpp index 60a5c70d9bf..9242aee8553 100644 --- a/src/core/tests/visitors/op/deformable_psroi_pooling.cpp +++ b/src/core/tests/visitors/op/deformable_psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/depth_to_space.cpp b/src/core/tests/visitors/op/depth_to_space.cpp index 17482003ed5..66a0ab8e74a 100644 --- a/src/core/tests/visitors/op/depth_to_space.cpp +++ b/src/core/tests/visitors/op/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/detection_output.cpp b/src/core/tests/visitors/op/detection_output.cpp index 8500d41a3ce..b356a19f535 100644 --- a/src/core/tests/visitors/op/detection_output.cpp +++ b/src/core/tests/visitors/op/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/dft.cpp b/src/core/tests/visitors/op/dft.cpp index baa12db8741..90fba5057cb 100644 --- a/src/core/tests/visitors/op/dft.cpp +++ b/src/core/tests/visitors/op/dft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/divide.cpp b/src/core/tests/visitors/op/divide.cpp index 44ec43402bd..60ddbf282a3 100644 --- a/src/core/tests/visitors/op/divide.cpp +++ b/src/core/tests/visitors/op/divide.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/einsum.cpp b/src/core/tests/visitors/op/einsum.cpp index e745c475a33..88f8cb12e91 100644 --- a/src/core/tests/visitors/op/einsum.cpp +++ b/src/core/tests/visitors/op/einsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/elu.cpp b/src/core/tests/visitors/op/elu.cpp index d58e7f7c910..9d550df2477 100644 --- a/src/core/tests/visitors/op/elu.cpp +++ b/src/core/tests/visitors/op/elu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/embedding_segments_sum.cpp b/src/core/tests/visitors/op/embedding_segments_sum.cpp index 49d04402c41..19a6c37b02d 100644 --- a/src/core/tests/visitors/op/embedding_segments_sum.cpp +++ b/src/core/tests/visitors/op/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/embeddingbag_offsetssum.cpp b/src/core/tests/visitors/op/embeddingbag_offsetssum.cpp index 27f83847ffd..1d53f79a6da 100644 --- a/src/core/tests/visitors/op/embeddingbag_offsetssum.cpp +++ b/src/core/tests/visitors/op/embeddingbag_offsetssum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/embeddingbag_packedsum.cpp b/src/core/tests/visitors/op/embeddingbag_packedsum.cpp index 29b3f9ac8bb..be33304e10c 100644 --- a/src/core/tests/visitors/op/embeddingbag_packedsum.cpp +++ b/src/core/tests/visitors/op/embeddingbag_packedsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/equal.cpp b/src/core/tests/visitors/op/equal.cpp index d72291c6011..ae8554eb809 100644 --- a/src/core/tests/visitors/op/equal.cpp +++ b/src/core/tests/visitors/op/equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/erf.cpp b/src/core/tests/visitors/op/erf.cpp index af988441200..5a8744e8510 100644 --- a/src/core/tests/visitors/op/erf.cpp +++ b/src/core/tests/visitors/op/erf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/exp.cpp b/src/core/tests/visitors/op/exp.cpp index 1fdb479dd3b..60b6529e35c 100644 --- a/src/core/tests/visitors/op/exp.cpp +++ b/src/core/tests/visitors/op/exp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/experimental_detectron_detection_output.cpp b/src/core/tests/visitors/op/experimental_detectron_detection_output.cpp index 3f000d48c32..2c8f065b104 100644 --- a/src/core/tests/visitors/op/experimental_detectron_detection_output.cpp +++ b/src/core/tests/visitors/op/experimental_detectron_detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/experimental_detectron_generate_proposals.cpp b/src/core/tests/visitors/op/experimental_detectron_generate_proposals.cpp index 70cd15ddd86..bc83ec44328 100644 --- a/src/core/tests/visitors/op/experimental_detectron_generate_proposals.cpp +++ b/src/core/tests/visitors/op/experimental_detectron_generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/experimental_detectron_prior_grid_generator.cpp b/src/core/tests/visitors/op/experimental_detectron_prior_grid_generator.cpp index 35e542d5b23..6d931a076ff 100644 --- a/src/core/tests/visitors/op/experimental_detectron_prior_grid_generator.cpp +++ b/src/core/tests/visitors/op/experimental_detectron_prior_grid_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/experimental_detectron_topkrois.cpp b/src/core/tests/visitors/op/experimental_detectron_topkrois.cpp index 19fe7aef98e..4b510b9c10d 100644 --- a/src/core/tests/visitors/op/experimental_detectron_topkrois.cpp +++ b/src/core/tests/visitors/op/experimental_detectron_topkrois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/extractimagepatches.cpp b/src/core/tests/visitors/op/extractimagepatches.cpp index 602512a61ee..7f7302669f9 100644 --- a/src/core/tests/visitors/op/extractimagepatches.cpp +++ b/src/core/tests/visitors/op/extractimagepatches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/eye.cpp b/src/core/tests/visitors/op/eye.cpp index 1ee1fc4cb31..402684b9195 100644 --- a/src/core/tests/visitors/op/eye.cpp +++ b/src/core/tests/visitors/op/eye.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/fake_convert.cpp b/src/core/tests/visitors/op/fake_convert.cpp index 91e20995ee0..e7c28893a9f 100644 --- a/src/core/tests/visitors/op/fake_convert.cpp +++ b/src/core/tests/visitors/op/fake_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/fake_quantize.cpp b/src/core/tests/visitors/op/fake_quantize.cpp index 8cf000bf064..25b126de3d5 100644 --- a/src/core/tests/visitors/op/fake_quantize.cpp +++ b/src/core/tests/visitors/op/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/floor.cpp b/src/core/tests/visitors/op/floor.cpp index 949d6138ae0..de398ec8e58 100644 --- a/src/core/tests/visitors/op/floor.cpp +++ b/src/core/tests/visitors/op/floor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/floor_mod.cpp b/src/core/tests/visitors/op/floor_mod.cpp index 1fe495b6bea..05b475f0f0e 100644 --- a/src/core/tests/visitors/op/floor_mod.cpp +++ b/src/core/tests/visitors/op/floor_mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/framework_node.cpp b/src/core/tests/visitors/op/framework_node.cpp index f85c6d051a8..40cff187709 100644 --- a/src/core/tests/visitors/op/framework_node.cpp +++ b/src/core/tests/visitors/op/framework_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/gather.cpp b/src/core/tests/visitors/op/gather.cpp index 36a56afd859..d8c22ebedb8 100644 --- a/src/core/tests/visitors/op/gather.cpp +++ b/src/core/tests/visitors/op/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/gather_elements.cpp b/src/core/tests/visitors/op/gather_elements.cpp index daf9afe73ac..eee1864c57f 100644 --- a/src/core/tests/visitors/op/gather_elements.cpp +++ b/src/core/tests/visitors/op/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/gather_nd.cpp b/src/core/tests/visitors/op/gather_nd.cpp index eead12816de..de722de8d73 100644 --- a/src/core/tests/visitors/op/gather_nd.cpp +++ b/src/core/tests/visitors/op/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/gather_tree.cpp b/src/core/tests/visitors/op/gather_tree.cpp index 2c29565f10d..f2be0264afd 100644 --- a/src/core/tests/visitors/op/gather_tree.cpp +++ b/src/core/tests/visitors/op/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/gelu.cpp b/src/core/tests/visitors/op/gelu.cpp index 8acae2a1c6e..bcf4cb1a1c8 100644 --- a/src/core/tests/visitors/op/gelu.cpp +++ b/src/core/tests/visitors/op/gelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/generate_proposals.cpp b/src/core/tests/visitors/op/generate_proposals.cpp index f1ecc9e8dc0..87a2adab652 100644 --- a/src/core/tests/visitors/op/generate_proposals.cpp +++ b/src/core/tests/visitors/op/generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/greater.cpp b/src/core/tests/visitors/op/greater.cpp index 1b8188662c0..e0d9f031ce1 100644 --- a/src/core/tests/visitors/op/greater.cpp +++ b/src/core/tests/visitors/op/greater.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/greater_equal.cpp b/src/core/tests/visitors/op/greater_equal.cpp index d279fc1eacb..e66a59c7732 100644 --- a/src/core/tests/visitors/op/greater_equal.cpp +++ b/src/core/tests/visitors/op/greater_equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/grid_sample.cpp b/src/core/tests/visitors/op/grid_sample.cpp index 94f4795867e..f3e0fb6d6b6 100644 --- a/src/core/tests/visitors/op/grid_sample.cpp +++ b/src/core/tests/visitors/op/grid_sample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/grn.cpp b/src/core/tests/visitors/op/grn.cpp index 70de023913d..57c005112b1 100644 --- a/src/core/tests/visitors/op/grn.cpp +++ b/src/core/tests/visitors/op/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/group_conv.cpp b/src/core/tests/visitors/op/group_conv.cpp index 569bb5f0cf3..daf445caad8 100644 --- a/src/core/tests/visitors/op/group_conv.cpp +++ b/src/core/tests/visitors/op/group_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/group_normalization.cpp b/src/core/tests/visitors/op/group_normalization.cpp index 8724a6f6b29..da2ddfffe82 100644 --- a/src/core/tests/visitors/op/group_normalization.cpp +++ b/src/core/tests/visitors/op/group_normalization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/gru_cell.cpp b/src/core/tests/visitors/op/gru_cell.cpp index 28b11298ee7..95833dbf2c3 100644 --- a/src/core/tests/visitors/op/gru_cell.cpp +++ b/src/core/tests/visitors/op/gru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/gru_sequence.cpp b/src/core/tests/visitors/op/gru_sequence.cpp index 309a8007df1..7641ce589b0 100644 --- a/src/core/tests/visitors/op/gru_sequence.cpp +++ b/src/core/tests/visitors/op/gru_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/hard_sigmoid.cpp b/src/core/tests/visitors/op/hard_sigmoid.cpp index b433c146174..6c34f2b7ed0 100644 --- a/src/core/tests/visitors/op/hard_sigmoid.cpp +++ b/src/core/tests/visitors/op/hard_sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/hsigmoid.cpp b/src/core/tests/visitors/op/hsigmoid.cpp index f65ca854d58..5c94617e117 100644 --- a/src/core/tests/visitors/op/hsigmoid.cpp +++ b/src/core/tests/visitors/op/hsigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/hswish.cpp b/src/core/tests/visitors/op/hswish.cpp index e65ffa4d45d..65863c7e65d 100644 --- a/src/core/tests/visitors/op/hswish.cpp +++ b/src/core/tests/visitors/op/hswish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/idft.cpp b/src/core/tests/visitors/op/idft.cpp index 770ab82a62a..26642444b09 100644 --- a/src/core/tests/visitors/op/idft.cpp +++ b/src/core/tests/visitors/op/idft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/if.cpp b/src/core/tests/visitors/op/if.cpp index 456af8e50f1..137bd69a64e 100644 --- a/src/core/tests/visitors/op/if.cpp +++ b/src/core/tests/visitors/op/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/interpolate.cpp b/src/core/tests/visitors/op/interpolate.cpp index 687d826c010..0dc59e68abd 100644 --- a/src/core/tests/visitors/op/interpolate.cpp +++ b/src/core/tests/visitors/op/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/irdft.cpp b/src/core/tests/visitors/op/irdft.cpp index 3f2e038a548..f4ddc42e2bc 100644 --- a/src/core/tests/visitors/op/irdft.cpp +++ b/src/core/tests/visitors/op/irdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/is_finite.cpp b/src/core/tests/visitors/op/is_finite.cpp index ea8541dc6f4..ae69684de46 100644 --- a/src/core/tests/visitors/op/is_finite.cpp +++ b/src/core/tests/visitors/op/is_finite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/is_inf.cpp b/src/core/tests/visitors/op/is_inf.cpp index 82a5060ec26..42f84a54dd4 100644 --- a/src/core/tests/visitors/op/is_inf.cpp +++ b/src/core/tests/visitors/op/is_inf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/is_nan.cpp b/src/core/tests/visitors/op/is_nan.cpp index 011ebaaf6aa..578dc018bf9 100644 --- a/src/core/tests/visitors/op/is_nan.cpp +++ b/src/core/tests/visitors/op/is_nan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/less.cpp b/src/core/tests/visitors/op/less.cpp index ec62df753db..c4b7d1e20be 100644 --- a/src/core/tests/visitors/op/less.cpp +++ b/src/core/tests/visitors/op/less.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/less_equal.cpp b/src/core/tests/visitors/op/less_equal.cpp index 11925c7a3db..c1918f09a96 100644 --- a/src/core/tests/visitors/op/less_equal.cpp +++ b/src/core/tests/visitors/op/less_equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/log.cpp b/src/core/tests/visitors/op/log.cpp index 34db467cc0e..0379165ef5d 100644 --- a/src/core/tests/visitors/op/log.cpp +++ b/src/core/tests/visitors/op/log.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/log_softmax.cpp b/src/core/tests/visitors/op/log_softmax.cpp index 2a76809ffa2..a5233ec3374 100644 --- a/src/core/tests/visitors/op/log_softmax.cpp +++ b/src/core/tests/visitors/op/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/logical_and.cpp b/src/core/tests/visitors/op/logical_and.cpp index 6f52e0fc740..a0b719d08d7 100644 --- a/src/core/tests/visitors/op/logical_and.cpp +++ b/src/core/tests/visitors/op/logical_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/logical_not.cpp b/src/core/tests/visitors/op/logical_not.cpp index 02624852621..8041d44836e 100644 --- a/src/core/tests/visitors/op/logical_not.cpp +++ b/src/core/tests/visitors/op/logical_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/logical_or.cpp b/src/core/tests/visitors/op/logical_or.cpp index 49b1e2ed5d9..56c1f02dfc5 100644 --- a/src/core/tests/visitors/op/logical_or.cpp +++ b/src/core/tests/visitors/op/logical_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/logical_xor.cpp b/src/core/tests/visitors/op/logical_xor.cpp index 5e3f701101c..cdf2323758b 100644 --- a/src/core/tests/visitors/op/logical_xor.cpp +++ b/src/core/tests/visitors/op/logical_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/lrn.cpp b/src/core/tests/visitors/op/lrn.cpp index fbcf841ef79..173f90dcf53 100644 --- a/src/core/tests/visitors/op/lrn.cpp +++ b/src/core/tests/visitors/op/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/lstm_cell.cpp b/src/core/tests/visitors/op/lstm_cell.cpp index ea4ee8afc42..e8f2c5e6a58 100644 --- a/src/core/tests/visitors/op/lstm_cell.cpp +++ b/src/core/tests/visitors/op/lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/lstm_sequence.cpp b/src/core/tests/visitors/op/lstm_sequence.cpp index 80a4a73f1ac..edf929d7720 100644 --- a/src/core/tests/visitors/op/lstm_sequence.cpp +++ b/src/core/tests/visitors/op/lstm_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/matmul.cpp b/src/core/tests/visitors/op/matmul.cpp index d6d8ced9558..247cd52c83a 100644 --- a/src/core/tests/visitors/op/matmul.cpp +++ b/src/core/tests/visitors/op/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/matrix_nms.cpp b/src/core/tests/visitors/op/matrix_nms.cpp index 2de14679bb2..bd0c5b13894 100644 --- a/src/core/tests/visitors/op/matrix_nms.cpp +++ b/src/core/tests/visitors/op/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/max_pool.cpp b/src/core/tests/visitors/op/max_pool.cpp index 7d8d7883947..8dd4f84d523 100644 --- a/src/core/tests/visitors/op/max_pool.cpp +++ b/src/core/tests/visitors/op/max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/maximum.cpp b/src/core/tests/visitors/op/maximum.cpp index 39a797cdc52..58ab25ef9fc 100644 --- a/src/core/tests/visitors/op/maximum.cpp +++ b/src/core/tests/visitors/op/maximum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/minimum.cpp b/src/core/tests/visitors/op/minimum.cpp index ebb4a9fd97b..b1fa9c0c5cb 100644 --- a/src/core/tests/visitors/op/minimum.cpp +++ b/src/core/tests/visitors/op/minimum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/mish.cpp b/src/core/tests/visitors/op/mish.cpp index 65d26119afa..318d9fb4735 100644 --- a/src/core/tests/visitors/op/mish.cpp +++ b/src/core/tests/visitors/op/mish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/mod.cpp b/src/core/tests/visitors/op/mod.cpp index b9090054339..0b804a714aa 100644 --- a/src/core/tests/visitors/op/mod.cpp +++ b/src/core/tests/visitors/op/mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/multiclass_nms.cpp b/src/core/tests/visitors/op/multiclass_nms.cpp index 07e00aae1af..ff2c2089b61 100644 --- a/src/core/tests/visitors/op/multiclass_nms.cpp +++ b/src/core/tests/visitors/op/multiclass_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/multinomial.cpp b/src/core/tests/visitors/op/multinomial.cpp index 8b7df44a3ed..eacd1591fec 100644 --- a/src/core/tests/visitors/op/multinomial.cpp +++ b/src/core/tests/visitors/op/multinomial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/multiply.cpp b/src/core/tests/visitors/op/multiply.cpp index 62a26383412..ab943500ffd 100644 --- a/src/core/tests/visitors/op/multiply.cpp +++ b/src/core/tests/visitors/op/multiply.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/mvn.cpp b/src/core/tests/visitors/op/mvn.cpp index 9f6a96c717d..5509fadeb25 100644 --- a/src/core/tests/visitors/op/mvn.cpp +++ b/src/core/tests/visitors/op/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/negative.cpp b/src/core/tests/visitors/op/negative.cpp index 57d254db7bd..414d18d8614 100644 --- a/src/core/tests/visitors/op/negative.cpp +++ b/src/core/tests/visitors/op/negative.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/nms_rotated.cpp b/src/core/tests/visitors/op/nms_rotated.cpp index 1306e2cdefc..f97c1f67a8e 100644 --- a/src/core/tests/visitors/op/nms_rotated.cpp +++ b/src/core/tests/visitors/op/nms_rotated.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/non_max_suppression.cpp b/src/core/tests/visitors/op/non_max_suppression.cpp index dc021b032a3..f572b06e412 100644 --- a/src/core/tests/visitors/op/non_max_suppression.cpp +++ b/src/core/tests/visitors/op/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/non_zero.cpp b/src/core/tests/visitors/op/non_zero.cpp index 0670b0010a3..1ecb8059e2f 100644 --- a/src/core/tests/visitors/op/non_zero.cpp +++ b/src/core/tests/visitors/op/non_zero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/normalize_l2.cpp b/src/core/tests/visitors/op/normalize_l2.cpp index 2a438c31018..31af62d260f 100644 --- a/src/core/tests/visitors/op/normalize_l2.cpp +++ b/src/core/tests/visitors/op/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/not_equal.cpp b/src/core/tests/visitors/op/not_equal.cpp index 60413eb99aa..600c03246af 100644 --- a/src/core/tests/visitors/op/not_equal.cpp +++ b/src/core/tests/visitors/op/not_equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/one_hot.cpp b/src/core/tests/visitors/op/one_hot.cpp index 8a2d83a2180..2a0008a2fbc 100644 --- a/src/core/tests/visitors/op/one_hot.cpp +++ b/src/core/tests/visitors/op/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/pad.cpp b/src/core/tests/visitors/op/pad.cpp index a853f911522..4a8c097bf64 100644 --- a/src/core/tests/visitors/op/pad.cpp +++ b/src/core/tests/visitors/op/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/parameter.cpp b/src/core/tests/visitors/op/parameter.cpp index 96ca858ca75..33dcbffdcaa 100644 --- a/src/core/tests/visitors/op/parameter.cpp +++ b/src/core/tests/visitors/op/parameter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/power.cpp b/src/core/tests/visitors/op/power.cpp index 09a1da711bc..475fe2264cf 100644 --- a/src/core/tests/visitors/op/power.cpp +++ b/src/core/tests/visitors/op/power.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/prelu.cpp b/src/core/tests/visitors/op/prelu.cpp index c9412bb162d..3a0b3f4535c 100644 --- a/src/core/tests/visitors/op/prelu.cpp +++ b/src/core/tests/visitors/op/prelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/prior_box.cpp b/src/core/tests/visitors/op/prior_box.cpp index 49a403792a6..be6ff04b625 100644 --- a/src/core/tests/visitors/op/prior_box.cpp +++ b/src/core/tests/visitors/op/prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/prior_box_clustered.cpp b/src/core/tests/visitors/op/prior_box_clustered.cpp index f8f9c41b8dc..7545bf01c78 100644 --- a/src/core/tests/visitors/op/prior_box_clustered.cpp +++ b/src/core/tests/visitors/op/prior_box_clustered.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/proposal.cpp b/src/core/tests/visitors/op/proposal.cpp index 8a58b0b29e3..499c0cf3d60 100644 --- a/src/core/tests/visitors/op/proposal.cpp +++ b/src/core/tests/visitors/op/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/psroi_pooling.cpp b/src/core/tests/visitors/op/psroi_pooling.cpp index e24b461b704..3125d0abd6c 100644 --- a/src/core/tests/visitors/op/psroi_pooling.cpp +++ b/src/core/tests/visitors/op/psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/random_uniform.cpp b/src/core/tests/visitors/op/random_uniform.cpp index f7136c97f33..88662cd49ea 100644 --- a/src/core/tests/visitors/op/random_uniform.cpp +++ b/src/core/tests/visitors/op/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/range.cpp b/src/core/tests/visitors/op/range.cpp index ee628c590d0..b474b5e7e03 100644 --- a/src/core/tests/visitors/op/range.cpp +++ b/src/core/tests/visitors/op/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/rdft.cpp b/src/core/tests/visitors/op/rdft.cpp index fae94e93502..fad27ec1350 100644 --- a/src/core/tests/visitors/op/rdft.cpp +++ b/src/core/tests/visitors/op/rdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reduce_l1.cpp b/src/core/tests/visitors/op/reduce_l1.cpp index b60f81a4431..d8fa9dcc7f0 100644 --- a/src/core/tests/visitors/op/reduce_l1.cpp +++ b/src/core/tests/visitors/op/reduce_l1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reduce_l2.cpp b/src/core/tests/visitors/op/reduce_l2.cpp index f693ed58668..5db944e8980 100644 --- a/src/core/tests/visitors/op/reduce_l2.cpp +++ b/src/core/tests/visitors/op/reduce_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reduce_logical_and.cpp b/src/core/tests/visitors/op/reduce_logical_and.cpp index 11bcf1860fb..1952367636a 100644 --- a/src/core/tests/visitors/op/reduce_logical_and.cpp +++ b/src/core/tests/visitors/op/reduce_logical_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reduce_logical_or.cpp b/src/core/tests/visitors/op/reduce_logical_or.cpp index 87a655eebc7..9eab3c0766b 100644 --- a/src/core/tests/visitors/op/reduce_logical_or.cpp +++ b/src/core/tests/visitors/op/reduce_logical_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reduce_max.cpp b/src/core/tests/visitors/op/reduce_max.cpp index acfe1224cce..b97e6fd270b 100644 --- a/src/core/tests/visitors/op/reduce_max.cpp +++ b/src/core/tests/visitors/op/reduce_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reduce_mean.cpp b/src/core/tests/visitors/op/reduce_mean.cpp index 7c4021c147c..557c683e626 100644 --- a/src/core/tests/visitors/op/reduce_mean.cpp +++ b/src/core/tests/visitors/op/reduce_mean.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reduce_min.cpp b/src/core/tests/visitors/op/reduce_min.cpp index 951bd65e9c3..afe4a7db628 100644 --- a/src/core/tests/visitors/op/reduce_min.cpp +++ b/src/core/tests/visitors/op/reduce_min.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reduce_ops.hpp b/src/core/tests/visitors/op/reduce_ops.hpp index 7a101c4338e..ce6ad523511 100644 --- a/src/core/tests/visitors/op/reduce_ops.hpp +++ b/src/core/tests/visitors/op/reduce_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reduce_prod.cpp b/src/core/tests/visitors/op/reduce_prod.cpp index bd8206f447c..f94afb2cd60 100644 --- a/src/core/tests/visitors/op/reduce_prod.cpp +++ b/src/core/tests/visitors/op/reduce_prod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reduce_sum.cpp b/src/core/tests/visitors/op/reduce_sum.cpp index 11b4b6e902c..499484a82e4 100644 --- a/src/core/tests/visitors/op/reduce_sum.cpp +++ b/src/core/tests/visitors/op/reduce_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/region_yolo.cpp b/src/core/tests/visitors/op/region_yolo.cpp index 2bf3e3898a5..7d1a759d3d9 100644 --- a/src/core/tests/visitors/op/region_yolo.cpp +++ b/src/core/tests/visitors/op/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/relu.cpp b/src/core/tests/visitors/op/relu.cpp index 3d145097cb1..082a868f3d2 100644 --- a/src/core/tests/visitors/op/relu.cpp +++ b/src/core/tests/visitors/op/relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reorg_yolo.cpp b/src/core/tests/visitors/op/reorg_yolo.cpp index b4eb42b7bc8..1e13ea5db4f 100644 --- a/src/core/tests/visitors/op/reorg_yolo.cpp +++ b/src/core/tests/visitors/op/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reshape.cpp b/src/core/tests/visitors/op/reshape.cpp index 2ca8342087d..3a1e8808ed6 100644 --- a/src/core/tests/visitors/op/reshape.cpp +++ b/src/core/tests/visitors/op/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/result.cpp b/src/core/tests/visitors/op/result.cpp index e58394937f1..82407075f90 100644 --- a/src/core/tests/visitors/op/result.cpp +++ b/src/core/tests/visitors/op/result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reverse.cpp b/src/core/tests/visitors/op/reverse.cpp index 7878a50b730..4b2645211b5 100644 --- a/src/core/tests/visitors/op/reverse.cpp +++ b/src/core/tests/visitors/op/reverse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/reverse_sequence.cpp b/src/core/tests/visitors/op/reverse_sequence.cpp index 0efdf720664..5a0a3f6e4ad 100644 --- a/src/core/tests/visitors/op/reverse_sequence.cpp +++ b/src/core/tests/visitors/op/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/rnn_cell.cpp b/src/core/tests/visitors/op/rnn_cell.cpp index 1cb801027f3..e451926902e 100644 --- a/src/core/tests/visitors/op/rnn_cell.cpp +++ b/src/core/tests/visitors/op/rnn_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/rnn_sequence.cpp b/src/core/tests/visitors/op/rnn_sequence.cpp index ba36f390440..7321d8deae8 100644 --- a/src/core/tests/visitors/op/rnn_sequence.cpp +++ b/src/core/tests/visitors/op/rnn_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/roi_pooling.cpp b/src/core/tests/visitors/op/roi_pooling.cpp index 24be38983e6..69901d32e65 100644 --- a/src/core/tests/visitors/op/roi_pooling.cpp +++ b/src/core/tests/visitors/op/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/roll.cpp b/src/core/tests/visitors/op/roll.cpp index a2f23b2165b..cb108e727de 100644 --- a/src/core/tests/visitors/op/roll.cpp +++ b/src/core/tests/visitors/op/roll.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/round.cpp b/src/core/tests/visitors/op/round.cpp index 244afc5c688..bbfae227a48 100644 --- a/src/core/tests/visitors/op/round.cpp +++ b/src/core/tests/visitors/op/round.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/scaled_dot_product_attention.cpp b/src/core/tests/visitors/op/scaled_dot_product_attention.cpp index 7c6c57c580e..6453a83487c 100644 --- a/src/core/tests/visitors/op/scaled_dot_product_attention.cpp +++ b/src/core/tests/visitors/op/scaled_dot_product_attention.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/scatter_elements_update.cpp b/src/core/tests/visitors/op/scatter_elements_update.cpp index 949574644df..2fdf7f67bb6 100644 --- a/src/core/tests/visitors/op/scatter_elements_update.cpp +++ b/src/core/tests/visitors/op/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/scatter_nd_update.cpp b/src/core/tests/visitors/op/scatter_nd_update.cpp index 2f384c964cb..afff3bdb186 100644 --- a/src/core/tests/visitors/op/scatter_nd_update.cpp +++ b/src/core/tests/visitors/op/scatter_nd_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/scatter_update.cpp b/src/core/tests/visitors/op/scatter_update.cpp index 5b136304628..a29cb18bf5d 100644 --- a/src/core/tests/visitors/op/scatter_update.cpp +++ b/src/core/tests/visitors/op/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/select.cpp b/src/core/tests/visitors/op/select.cpp index 0ce52dd046e..df364fedd23 100644 --- a/src/core/tests/visitors/op/select.cpp +++ b/src/core/tests/visitors/op/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/selu.cpp b/src/core/tests/visitors/op/selu.cpp index 6e8f2e3d5a3..f76009b4c91 100644 --- a/src/core/tests/visitors/op/selu.cpp +++ b/src/core/tests/visitors/op/selu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/shape_of.cpp b/src/core/tests/visitors/op/shape_of.cpp index 7a4fda0d1c2..0fc6239aa62 100644 --- a/src/core/tests/visitors/op/shape_of.cpp +++ b/src/core/tests/visitors/op/shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/shuffle_channels.cpp b/src/core/tests/visitors/op/shuffle_channels.cpp index 5bc0f37306a..2eaf7aa883f 100644 --- a/src/core/tests/visitors/op/shuffle_channels.cpp +++ b/src/core/tests/visitors/op/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/sigmoid.cpp b/src/core/tests/visitors/op/sigmoid.cpp index 605c93e8788..e14148b6c59 100644 --- a/src/core/tests/visitors/op/sigmoid.cpp +++ b/src/core/tests/visitors/op/sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/sign.cpp b/src/core/tests/visitors/op/sign.cpp index 1983229c2b8..047631855a6 100644 --- a/src/core/tests/visitors/op/sign.cpp +++ b/src/core/tests/visitors/op/sign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/sin.cpp b/src/core/tests/visitors/op/sin.cpp index c6a83ba4f6f..2507e5cad91 100644 --- a/src/core/tests/visitors/op/sin.cpp +++ b/src/core/tests/visitors/op/sin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/sinh.cpp b/src/core/tests/visitors/op/sinh.cpp index ecfd07e9c66..64c328e0337 100644 --- a/src/core/tests/visitors/op/sinh.cpp +++ b/src/core/tests/visitors/op/sinh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/slice.cpp b/src/core/tests/visitors/op/slice.cpp index b6afaf95253..000675a0294 100644 --- a/src/core/tests/visitors/op/slice.cpp +++ b/src/core/tests/visitors/op/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/softmax.cpp b/src/core/tests/visitors/op/softmax.cpp index 619799387ca..24136447034 100644 --- a/src/core/tests/visitors/op/softmax.cpp +++ b/src/core/tests/visitors/op/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/softplus.cpp b/src/core/tests/visitors/op/softplus.cpp index ed39f497ec7..f3101016d46 100644 --- a/src/core/tests/visitors/op/softplus.cpp +++ b/src/core/tests/visitors/op/softplus.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/softsign.cpp b/src/core/tests/visitors/op/softsign.cpp index 47d18f72855..9d99b0fa625 100644 --- a/src/core/tests/visitors/op/softsign.cpp +++ b/src/core/tests/visitors/op/softsign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/space_to_batch.cpp b/src/core/tests/visitors/op/space_to_batch.cpp index ba89b3973c6..0d6d83f572b 100644 --- a/src/core/tests/visitors/op/space_to_batch.cpp +++ b/src/core/tests/visitors/op/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/space_to_depth.cpp b/src/core/tests/visitors/op/space_to_depth.cpp index 9702d7ff1f0..c2d34c603ab 100644 --- a/src/core/tests/visitors/op/space_to_depth.cpp +++ b/src/core/tests/visitors/op/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/split.cpp b/src/core/tests/visitors/op/split.cpp index 839bd0da1c9..1c3f99b37a5 100644 --- a/src/core/tests/visitors/op/split.cpp +++ b/src/core/tests/visitors/op/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/sqrt.cpp b/src/core/tests/visitors/op/sqrt.cpp index 8e3910dadef..e62abbb58a7 100644 --- a/src/core/tests/visitors/op/sqrt.cpp +++ b/src/core/tests/visitors/op/sqrt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/squared_difference.cpp b/src/core/tests/visitors/op/squared_difference.cpp index 322311dfb79..943b3a17b86 100644 --- a/src/core/tests/visitors/op/squared_difference.cpp +++ b/src/core/tests/visitors/op/squared_difference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/squeeze.cpp b/src/core/tests/visitors/op/squeeze.cpp index c9d99e755b2..6eb1674b263 100644 --- a/src/core/tests/visitors/op/squeeze.cpp +++ b/src/core/tests/visitors/op/squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/strided_slice.cpp b/src/core/tests/visitors/op/strided_slice.cpp index e69157d7af0..215eab0d52c 100644 --- a/src/core/tests/visitors/op/strided_slice.cpp +++ b/src/core/tests/visitors/op/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/subtract.cpp b/src/core/tests/visitors/op/subtract.cpp index beacaf7f465..ee4222dde8d 100644 --- a/src/core/tests/visitors/op/subtract.cpp +++ b/src/core/tests/visitors/op/subtract.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/swish.cpp b/src/core/tests/visitors/op/swish.cpp index 6b861b12bfc..5c4e226f366 100644 --- a/src/core/tests/visitors/op/swish.cpp +++ b/src/core/tests/visitors/op/swish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/tan.cpp b/src/core/tests/visitors/op/tan.cpp index d066a1b62fc..ab924592fe3 100644 --- a/src/core/tests/visitors/op/tan.cpp +++ b/src/core/tests/visitors/op/tan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/tanh.cpp b/src/core/tests/visitors/op/tanh.cpp index 7ffd40e7366..cd442fb09ff 100644 --- a/src/core/tests/visitors/op/tanh.cpp +++ b/src/core/tests/visitors/op/tanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/tensor_iterator.cpp b/src/core/tests/visitors/op/tensor_iterator.cpp index a3f5e5efa53..3c92a823dbd 100644 --- a/src/core/tests/visitors/op/tensor_iterator.cpp +++ b/src/core/tests/visitors/op/tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/tile.cpp b/src/core/tests/visitors/op/tile.cpp index 469ffc93fdf..dc9c5cb7ccb 100644 --- a/src/core/tests/visitors/op/tile.cpp +++ b/src/core/tests/visitors/op/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/topk.cpp b/src/core/tests/visitors/op/topk.cpp index 475a4921eac..1611f32c8bc 100644 --- a/src/core/tests/visitors/op/topk.cpp +++ b/src/core/tests/visitors/op/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/transpose.cpp b/src/core/tests/visitors/op/transpose.cpp index 90ee8aaf422..78edf2f19f7 100644 --- a/src/core/tests/visitors/op/transpose.cpp +++ b/src/core/tests/visitors/op/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/unary_ops.hpp b/src/core/tests/visitors/op/unary_ops.hpp index 8c8af3ee81c..3bef2429983 100644 --- a/src/core/tests/visitors/op/unary_ops.hpp +++ b/src/core/tests/visitors/op/unary_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/unique.cpp b/src/core/tests/visitors/op/unique.cpp index 223923df2c7..9f7f7108ee7 100644 --- a/src/core/tests/visitors/op/unique.cpp +++ b/src/core/tests/visitors/op/unique.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/unsqueeze.cpp b/src/core/tests/visitors/op/unsqueeze.cpp index 56867bca796..1827f98014d 100644 --- a/src/core/tests/visitors/op/unsqueeze.cpp +++ b/src/core/tests/visitors/op/unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/op/variadic_split.cpp b/src/core/tests/visitors/op/variadic_split.cpp index a26c44a0832..27b82e27874 100644 --- a/src/core/tests/visitors/op/variadic_split.cpp +++ b/src/core/tests/visitors/op/variadic_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/partial_shape.cpp b/src/core/tests/visitors/partial_shape.cpp index bccb400fa05..1e54b89578c 100644 --- a/src/core/tests/visitors/partial_shape.cpp +++ b/src/core/tests/visitors/partial_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/user_op.cpp b/src/core/tests/visitors/user_op.cpp index 3004b0620dc..7cebf80a866 100644 --- a/src/core/tests/visitors/user_op.cpp +++ b/src/core/tests/visitors/user_op.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/value_map.cpp b/src/core/tests/visitors/value_map.cpp index c3efb95b0f4..1a2ec67f6f8 100644 --- a/src/core/tests/visitors/value_map.cpp +++ b/src/core/tests/visitors/value_map.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/visitors.cpp b/src/core/tests/visitors/visitors.cpp index ad95cf1158a..cd8833d741c 100644 --- a/src/core/tests/visitors/visitors.cpp +++ b/src/core/tests/visitors/visitors.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/core/tests/visitors/visitors.hpp b/src/core/tests/visitors/visitors.hpp index 6b47bcfdd7f..af45beae546 100644 --- a/src/core/tests/visitors/visitors.hpp +++ b/src/core/tests/visitors/visitors.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/CMakeLists.txt b/src/frontends/CMakeLists.txt index 3172c51d072..038fb146a1a 100644 --- a/src/frontends/CMakeLists.txt +++ b/src/frontends/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/common/CMakeLists.txt b/src/frontends/common/CMakeLists.txt index 80fe85b7df8..0d3b9598fd2 100644 --- a/src/frontends/common/CMakeLists.txt +++ b/src/frontends/common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/common/dev_api/openvino/frontend/common/random_normal_helper.hpp b/src/frontends/common/dev_api/openvino/frontend/common/random_normal_helper.hpp index 8a33873d647..1cc5a0575d8 100644 --- a/src/frontends/common/dev_api/openvino/frontend/common/random_normal_helper.hpp +++ b/src/frontends/common/dev_api/openvino/frontend/common/random_normal_helper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/complex_type_mark.hpp b/src/frontends/common/include/openvino/frontend/complex_type_mark.hpp index 76d3d2e277b..48ada19ec8c 100644 --- a/src/frontends/common/include/openvino/frontend/complex_type_mark.hpp +++ b/src/frontends/common/include/openvino/frontend/complex_type_mark.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/decoder.hpp b/src/frontends/common/include/openvino/frontend/decoder.hpp index ecf06f0dbf6..093d2d46be9 100644 --- a/src/frontends/common/include/openvino/frontend/decoder.hpp +++ b/src/frontends/common/include/openvino/frontend/decoder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/exception.hpp b/src/frontends/common/include/openvino/frontend/exception.hpp index bed7e76898a..e3b91d0d348 100644 --- a/src/frontends/common/include/openvino/frontend/exception.hpp +++ b/src/frontends/common/include/openvino/frontend/exception.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/extension.hpp b/src/frontends/common/include/openvino/frontend/extension.hpp index 898c8ac3e4e..5e520b18c3c 100644 --- a/src/frontends/common/include/openvino/frontend/extension.hpp +++ b/src/frontends/common/include/openvino/frontend/extension.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/extension/conversion.hpp b/src/frontends/common/include/openvino/frontend/extension/conversion.hpp index fb3ca3c201a..e97ccaeda67 100644 --- a/src/frontends/common/include/openvino/frontend/extension/conversion.hpp +++ b/src/frontends/common/include/openvino/frontend/extension/conversion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/extension/decoder_transformation.hpp b/src/frontends/common/include/openvino/frontend/extension/decoder_transformation.hpp index d4060be7194..778ee56fcaf 100644 --- a/src/frontends/common/include/openvino/frontend/extension/decoder_transformation.hpp +++ b/src/frontends/common/include/openvino/frontend/extension/decoder_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/extension/holder.hpp b/src/frontends/common/include/openvino/frontend/extension/holder.hpp index 7acc0f71e17..9c8db199a32 100644 --- a/src/frontends/common/include/openvino/frontend/extension/holder.hpp +++ b/src/frontends/common/include/openvino/frontend/extension/holder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/extension/op.hpp b/src/frontends/common/include/openvino/frontend/extension/op.hpp index 79ec43527fe..bead92c3b17 100644 --- a/src/frontends/common/include/openvino/frontend/extension/op.hpp +++ b/src/frontends/common/include/openvino/frontend/extension/op.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/extension/progress_reporter.hpp b/src/frontends/common/include/openvino/frontend/extension/progress_reporter.hpp index b04b85a6bf3..a0260e8307a 100644 --- a/src/frontends/common/include/openvino/frontend/extension/progress_reporter.hpp +++ b/src/frontends/common/include/openvino/frontend/extension/progress_reporter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/extension/telemetry.hpp b/src/frontends/common/include/openvino/frontend/extension/telemetry.hpp index d6f4551baff..3509203ca75 100644 --- a/src/frontends/common/include/openvino/frontend/extension/telemetry.hpp +++ b/src/frontends/common/include/openvino/frontend/extension/telemetry.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/frontend.hpp b/src/frontends/common/include/openvino/frontend/frontend.hpp index 8a74d27e80c..8e6020891ca 100644 --- a/src/frontends/common/include/openvino/frontend/frontend.hpp +++ b/src/frontends/common/include/openvino/frontend/frontend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/graph_iterator.hpp b/src/frontends/common/include/openvino/frontend/graph_iterator.hpp index 25679767354..9306d909cc1 100644 --- a/src/frontends/common/include/openvino/frontend/graph_iterator.hpp +++ b/src/frontends/common/include/openvino/frontend/graph_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/input_model.hpp b/src/frontends/common/include/openvino/frontend/input_model.hpp index 58529e4fa2b..fab6d3d3e4f 100644 --- a/src/frontends/common/include/openvino/frontend/input_model.hpp +++ b/src/frontends/common/include/openvino/frontend/input_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/manager.hpp b/src/frontends/common/include/openvino/frontend/manager.hpp index 36dc807726b..74e17540e68 100644 --- a/src/frontends/common/include/openvino/frontend/manager.hpp +++ b/src/frontends/common/include/openvino/frontend/manager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/node_context.hpp b/src/frontends/common/include/openvino/frontend/node_context.hpp index 0f57db65bb1..c18e6b77baa 100644 --- a/src/frontends/common/include/openvino/frontend/node_context.hpp +++ b/src/frontends/common/include/openvino/frontend/node_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/place.hpp b/src/frontends/common/include/openvino/frontend/place.hpp index 8c546039b56..6a5c473e220 100644 --- a/src/frontends/common/include/openvino/frontend/place.hpp +++ b/src/frontends/common/include/openvino/frontend/place.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/include/openvino/frontend/visibility.hpp b/src/frontends/common/include/openvino/frontend/visibility.hpp index ddc2d7eb689..5e5e242aac5 100644 --- a/src/frontends/common/include/openvino/frontend/visibility.hpp +++ b/src/frontends/common/include/openvino/frontend/visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/shutdown_protobuf/CMakeLists.txt b/src/frontends/common/shutdown_protobuf/CMakeLists.txt index 1f5c426bda0..bc63b7040f7 100644 --- a/src/frontends/common/shutdown_protobuf/CMakeLists.txt +++ b/src/frontends/common/shutdown_protobuf/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/common/shutdown_protobuf/shutdown_protobuf.cpp b/src/frontends/common/shutdown_protobuf/shutdown_protobuf.cpp index 5bbd5a028b3..6244baaf9c6 100644 --- a/src/frontends/common/shutdown_protobuf/shutdown_protobuf.cpp +++ b/src/frontends/common/shutdown_protobuf/shutdown_protobuf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/decoder.cpp b/src/frontends/common/src/decoder.cpp index 41eabfe0525..7a792b74f25 100644 --- a/src/frontends/common/src/decoder.cpp +++ b/src/frontends/common/src/decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/exception.cpp b/src/frontends/common/src/exception.cpp index 1137da77c72..b87d00255cb 100644 --- a/src/frontends/common/src/exception.cpp +++ b/src/frontends/common/src/exception.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/extension/conversion.cpp b/src/frontends/common/src/extension/conversion.cpp index 81c3a5ceb75..6b091744d85 100644 --- a/src/frontends/common/src/extension/conversion.cpp +++ b/src/frontends/common/src/extension/conversion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/extension/decoder_transformation.cpp b/src/frontends/common/src/extension/decoder_transformation.cpp index 0aa0d1e4e5d..561de1aacd7 100644 --- a/src/frontends/common/src/extension/decoder_transformation.cpp +++ b/src/frontends/common/src/extension/decoder_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/extension/progress_reporter.cpp b/src/frontends/common/src/extension/progress_reporter.cpp index d1b24089db6..c827a41e9e5 100644 --- a/src/frontends/common/src/extension/progress_reporter.cpp +++ b/src/frontends/common/src/extension/progress_reporter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/extension/telemetry.cpp b/src/frontends/common/src/extension/telemetry.cpp index 6f05048fac6..660acbcf5f3 100644 --- a/src/frontends/common/src/extension/telemetry.cpp +++ b/src/frontends/common/src/extension/telemetry.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/frontend.cpp b/src/frontends/common/src/frontend.cpp index ae4d5a2e0b3..f952e0e98de 100644 --- a/src/frontends/common/src/frontend.cpp +++ b/src/frontends/common/src/frontend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/input_model.cpp b/src/frontends/common/src/input_model.cpp index 708dd072ad3..f725eca0f31 100644 --- a/src/frontends/common/src/input_model.cpp +++ b/src/frontends/common/src/input_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/manager.cpp b/src/frontends/common/src/manager.cpp index 22ce0ed4b77..d48ad0e52fc 100644 --- a/src/frontends/common/src/manager.cpp +++ b/src/frontends/common/src/manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/place.cpp b/src/frontends/common/src/place.cpp index 5fceb628405..fa659a2d36f 100644 --- a/src/frontends/common/src/place.cpp +++ b/src/frontends/common/src/place.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/plugin_loader.cpp b/src/frontends/common/src/plugin_loader.cpp index a98eff766bb..e5f63dca5d8 100644 --- a/src/frontends/common/src/plugin_loader.cpp +++ b/src/frontends/common/src/plugin_loader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/plugin_loader.hpp b/src/frontends/common/src/plugin_loader.hpp index 388402f0139..3f7015b5409 100644 --- a/src/frontends/common/src/plugin_loader.hpp +++ b/src/frontends/common/src/plugin_loader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/random_normal_helper.cpp b/src/frontends/common/src/random_normal_helper.cpp index 189157d5422..7028ab4b7a3 100644 --- a/src/frontends/common/src/random_normal_helper.cpp +++ b/src/frontends/common/src/random_normal_helper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/common/src/utils.hpp b/src/frontends/common/src/utils.hpp index bdf29be618f..ad563e2dda9 100644 --- a/src/frontends/common/src/utils.hpp +++ b/src/frontends/common/src/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/CMakeLists.txt b/src/frontends/ir/CMakeLists.txt index e11be311e03..181548390ae 100644 --- a/src/frontends/ir/CMakeLists.txt +++ b/src/frontends/ir/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/ir/include/openvino/frontend/ir/frontend.hpp b/src/frontends/ir/include/openvino/frontend/ir/frontend.hpp index cd977a859f0..4c52fd08927 100644 --- a/src/frontends/ir/include/openvino/frontend/ir/frontend.hpp +++ b/src/frontends/ir/include/openvino/frontend/ir/frontend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/include/openvino/frontend/ir/visibility.hpp b/src/frontends/ir/include/openvino/frontend/ir/visibility.hpp index 306c526ea90..673c3d6681e 100644 --- a/src/frontends/ir/include/openvino/frontend/ir/visibility.hpp +++ b/src/frontends/ir/include/openvino/frontend/ir/visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/src/CMakeLists.txt b/src/frontends/ir/src/CMakeLists.txt index 3d5e9465d39..70dd18e4a2c 100644 --- a/src/frontends/ir/src/CMakeLists.txt +++ b/src/frontends/ir/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/ir/src/frontend.cpp b/src/frontends/ir/src/frontend.cpp index bd98365fb7f..278a5782aca 100644 --- a/src/frontends/ir/src/frontend.cpp +++ b/src/frontends/ir/src/frontend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/src/input_model.cpp b/src/frontends/ir/src/input_model.cpp index 90939db2229..968cbac7a51 100644 --- a/src/frontends/ir/src/input_model.cpp +++ b/src/frontends/ir/src/input_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/src/input_model.hpp b/src/frontends/ir/src/input_model.hpp index d5a9b64abaf..a1878fe88d6 100644 --- a/src/frontends/ir/src/input_model.hpp +++ b/src/frontends/ir/src/input_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/src/ir_deserializer.cpp b/src/frontends/ir/src/ir_deserializer.cpp index a1039062ac2..030c85224db 100644 --- a/src/frontends/ir/src/ir_deserializer.cpp +++ b/src/frontends/ir/src/ir_deserializer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/src/ir_deserializer.hpp b/src/frontends/ir/src/ir_deserializer.hpp index 0b0d606ea41..3ed1c713b1c 100644 --- a/src/frontends/ir/src/ir_deserializer.hpp +++ b/src/frontends/ir/src/ir_deserializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/src/rt_info_deserializer.cpp b/src/frontends/ir/src/rt_info_deserializer.cpp index 00a7d894ade..d19ef4268ea 100644 --- a/src/frontends/ir/src/rt_info_deserializer.cpp +++ b/src/frontends/ir/src/rt_info_deserializer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/src/rt_info_deserializer.hpp b/src/frontends/ir/src/rt_info_deserializer.hpp index 369e893f1e2..9744dcf874c 100644 --- a/src/frontends/ir/src/rt_info_deserializer.hpp +++ b/src/frontends/ir/src/rt_info_deserializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/src/utils.cpp b/src/frontends/ir/src/utils.cpp index d080e50aef8..234c04bd636 100644 --- a/src/frontends/ir/src/utils.cpp +++ b/src/frontends/ir/src/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/src/utils.hpp b/src/frontends/ir/src/utils.hpp index 581b3e8ada8..8eccbdcfe24 100644 --- a/src/frontends/ir/src/utils.hpp +++ b/src/frontends/ir/src/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/tests/CMakeLists.txt b/src/frontends/ir/tests/CMakeLists.txt index da042bec160..5965ba0dfc0 100644 --- a/src/frontends/ir/tests/CMakeLists.txt +++ b/src/frontends/ir/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/ir/tests/frontend_test.hpp b/src/frontends/ir/tests/frontend_test.hpp index 9e87da9b47e..f53d76f9362 100644 --- a/src/frontends/ir/tests/frontend_test.hpp +++ b/src/frontends/ir/tests/frontend_test.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/tests/frontend_test_basic.cpp b/src/frontends/ir/tests/frontend_test_basic.cpp index 29f412e9b21..71dae9159c7 100644 --- a/src/frontends/ir/tests/frontend_test_basic.cpp +++ b/src/frontends/ir/tests/frontend_test_basic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/tests/frontend_test_mmap.cpp b/src/frontends/ir/tests/frontend_test_mmap.cpp index 260f28b941e..6b9ede14fa7 100644 --- a/src/frontends/ir/tests/frontend_test_mmap.cpp +++ b/src/frontends/ir/tests/frontend_test_mmap.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/tests/frontend_test_with_extensions.cpp b/src/frontends/ir/tests/frontend_test_with_extensions.cpp index 1c27631bca9..eb14ee23f5b 100644 --- a/src/frontends/ir/tests/frontend_test_with_extensions.cpp +++ b/src/frontends/ir/tests/frontend_test_with_extensions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/tests/partial_shape_deserialization.cpp b/src/frontends/ir/tests/partial_shape_deserialization.cpp index c4dda439692..40491214499 100644 --- a/src/frontends/ir/tests/partial_shape_deserialization.cpp +++ b/src/frontends/ir/tests/partial_shape_deserialization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/tests/pre_processing_deserialization.cpp b/src/frontends/ir/tests/pre_processing_deserialization.cpp index a9f25876a11..ece68ba76a1 100644 --- a/src/frontends/ir/tests/pre_processing_deserialization.cpp +++ b/src/frontends/ir/tests/pre_processing_deserialization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/tests/rt_info_deserialization.cpp b/src/frontends/ir/tests/rt_info_deserialization.cpp index 4aa769f932f..92ff767f961 100644 --- a/src/frontends/ir/tests/rt_info_deserialization.cpp +++ b/src/frontends/ir/tests/rt_info_deserialization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/ir/tests/tensor_iterator_deserialization.cpp b/src/frontends/ir/tests/tensor_iterator_deserialization.cpp index d2766cfe6aa..b5f465cff86 100644 --- a/src/frontends/ir/tests/tensor_iterator_deserialization.cpp +++ b/src/frontends/ir/tests/tensor_iterator_deserialization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/CMakeLists.txt b/src/frontends/onnx/CMakeLists.txt index 8585c8b80c5..75e69a1370a 100644 --- a/src/frontends/onnx/CMakeLists.txt +++ b/src/frontends/onnx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/onnx/frontend/CMakeLists.txt b/src/frontends/onnx/frontend/CMakeLists.txt index 19e65e3603a..e53ee551f07 100644 --- a/src/frontends/onnx/frontend/CMakeLists.txt +++ b/src/frontends/onnx/frontend/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/onnx/frontend/include/openvino/frontend/onnx/extension/conversion.hpp b/src/frontends/onnx/frontend/include/openvino/frontend/onnx/extension/conversion.hpp index eae00b42f6d..05ea2c93a2b 100644 --- a/src/frontends/onnx/frontend/include/openvino/frontend/onnx/extension/conversion.hpp +++ b/src/frontends/onnx/frontend/include/openvino/frontend/onnx/extension/conversion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/include/openvino/frontend/onnx/extension/op.hpp b/src/frontends/onnx/frontend/include/openvino/frontend/onnx/extension/op.hpp index cca1ede3d2f..983f6e52da9 100644 --- a/src/frontends/onnx/frontend/include/openvino/frontend/onnx/extension/op.hpp +++ b/src/frontends/onnx/frontend/include/openvino/frontend/onnx/extension/op.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/include/openvino/frontend/onnx/frontend.hpp b/src/frontends/onnx/frontend/include/openvino/frontend/onnx/frontend.hpp index 5e4c44b00f3..a5783985d5b 100644 --- a/src/frontends/onnx/frontend/include/openvino/frontend/onnx/frontend.hpp +++ b/src/frontends/onnx/frontend/include/openvino/frontend/onnx/frontend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/include/openvino/frontend/onnx/node_context.hpp b/src/frontends/onnx/frontend/include/openvino/frontend/onnx/node_context.hpp index b6dac7caf9a..8430fbc98b0 100644 --- a/src/frontends/onnx/frontend/include/openvino/frontend/onnx/node_context.hpp +++ b/src/frontends/onnx/frontend/include/openvino/frontend/onnx/node_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/include/openvino/frontend/onnx/visibility.hpp b/src/frontends/onnx/frontend/include/openvino/frontend/onnx/visibility.hpp index 80ff94bcfa2..494f7b330aa 100644 --- a/src/frontends/onnx/frontend/include/openvino/frontend/onnx/visibility.hpp +++ b/src/frontends/onnx/frontend/include/openvino/frontend/onnx/visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/attribute.cpp b/src/frontends/onnx/frontend/src/core/attribute.cpp index 5f4667acdba..77daca501cb 100644 --- a/src/frontends/onnx/frontend/src/core/attribute.cpp +++ b/src/frontends/onnx/frontend/src/core/attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/attribute.hpp b/src/frontends/onnx/frontend/src/core/attribute.hpp index 92708e27a88..f1f32d6906c 100644 --- a/src/frontends/onnx/frontend/src/core/attribute.hpp +++ b/src/frontends/onnx/frontend/src/core/attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/graph.cpp b/src/frontends/onnx/frontend/src/core/graph.cpp index 97f96249efc..53c2c5035cd 100644 --- a/src/frontends/onnx/frontend/src/core/graph.cpp +++ b/src/frontends/onnx/frontend/src/core/graph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/graph.hpp b/src/frontends/onnx/frontend/src/core/graph.hpp index 4ee94f564c7..21e32d027f0 100644 --- a/src/frontends/onnx/frontend/src/core/graph.hpp +++ b/src/frontends/onnx/frontend/src/core/graph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/graph_cache.cpp b/src/frontends/onnx/frontend/src/core/graph_cache.cpp index ec686da8ae0..21a0bbfa18f 100644 --- a/src/frontends/onnx/frontend/src/core/graph_cache.cpp +++ b/src/frontends/onnx/frontend/src/core/graph_cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/graph_cache.hpp b/src/frontends/onnx/frontend/src/core/graph_cache.hpp index c706fed7a36..b3a140e8477 100644 --- a/src/frontends/onnx/frontend/src/core/graph_cache.hpp +++ b/src/frontends/onnx/frontend/src/core/graph_cache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/model.cpp b/src/frontends/onnx/frontend/src/core/model.cpp index 32f5d219912..3130d2772ca 100644 --- a/src/frontends/onnx/frontend/src/core/model.cpp +++ b/src/frontends/onnx/frontend/src/core/model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/model.hpp b/src/frontends/onnx/frontend/src/core/model.hpp index 189fc3fbc2b..e5f72b18611 100644 --- a/src/frontends/onnx/frontend/src/core/model.hpp +++ b/src/frontends/onnx/frontend/src/core/model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/null_node.cpp b/src/frontends/onnx/frontend/src/core/null_node.cpp index e95a2255c78..9c7400cc071 100644 --- a/src/frontends/onnx/frontend/src/core/null_node.cpp +++ b/src/frontends/onnx/frontend/src/core/null_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/null_node.hpp b/src/frontends/onnx/frontend/src/core/null_node.hpp index c1e59b476ce..e8a655a6207 100644 --- a/src/frontends/onnx/frontend/src/core/null_node.hpp +++ b/src/frontends/onnx/frontend/src/core/null_node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/operator_set.hpp b/src/frontends/onnx/frontend/src/core/operator_set.hpp index 2221a055150..e1d588e855d 100644 --- a/src/frontends/onnx/frontend/src/core/operator_set.hpp +++ b/src/frontends/onnx/frontend/src/core/operator_set.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/transform.cpp b/src/frontends/onnx/frontend/src/core/transform.cpp index 39e828edeae..43bbce3ef0e 100644 --- a/src/frontends/onnx/frontend/src/core/transform.cpp +++ b/src/frontends/onnx/frontend/src/core/transform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/core/value_info.hpp b/src/frontends/onnx/frontend/src/core/value_info.hpp index 2c47b7711c6..7ff1b528255 100644 --- a/src/frontends/onnx/frontend/src/core/value_info.hpp +++ b/src/frontends/onnx/frontend/src/core/value_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/detail/subgraph_extraction.cpp b/src/frontends/onnx/frontend/src/detail/subgraph_extraction.cpp index 2c4a1bc9c94..7822e47d54b 100644 --- a/src/frontends/onnx/frontend/src/detail/subgraph_extraction.cpp +++ b/src/frontends/onnx/frontend/src/detail/subgraph_extraction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/detail/subgraph_extraction.hpp b/src/frontends/onnx/frontend/src/detail/subgraph_extraction.hpp index b520ac80b80..e694815f97a 100644 --- a/src/frontends/onnx/frontend/src/detail/subgraph_extraction.hpp +++ b/src/frontends/onnx/frontend/src/detail/subgraph_extraction.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/edge_mapper.cpp b/src/frontends/onnx/frontend/src/edge_mapper.cpp index aad4b09e32b..4818cbefc1c 100644 --- a/src/frontends/onnx/frontend/src/edge_mapper.cpp +++ b/src/frontends/onnx/frontend/src/edge_mapper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/edge_mapper.hpp b/src/frontends/onnx/frontend/src/edge_mapper.hpp index 2c4ae25259e..5fc8a40196d 100644 --- a/src/frontends/onnx/frontend/src/edge_mapper.hpp +++ b/src/frontends/onnx/frontend/src/edge_mapper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/editor.cpp b/src/frontends/onnx/frontend/src/editor.cpp index b141ef9bffc..5405f2a47cc 100644 --- a/src/frontends/onnx/frontend/src/editor.cpp +++ b/src/frontends/onnx/frontend/src/editor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/editor.hpp b/src/frontends/onnx/frontend/src/editor.hpp index ee5a159d8a4..81d2527c88b 100644 --- a/src/frontends/onnx/frontend/src/editor.hpp +++ b/src/frontends/onnx/frontend/src/editor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/editor_types.hpp b/src/frontends/onnx/frontend/src/editor_types.hpp index 75d8659c263..002c6ca6427 100644 --- a/src/frontends/onnx/frontend/src/editor_types.hpp +++ b/src/frontends/onnx/frontend/src/editor_types.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/exceptions.cpp b/src/frontends/onnx/frontend/src/exceptions.cpp index ffbf966b213..8a31c11b201 100644 --- a/src/frontends/onnx/frontend/src/exceptions.cpp +++ b/src/frontends/onnx/frontend/src/exceptions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/exceptions.hpp b/src/frontends/onnx/frontend/src/exceptions.hpp index 388c9a4241f..de2f2fee11a 100644 --- a/src/frontends/onnx/frontend/src/exceptions.hpp +++ b/src/frontends/onnx/frontend/src/exceptions.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/extensions.cpp b/src/frontends/onnx/frontend/src/extensions.cpp index 318298acc17..cbfbab3fef7 100644 --- a/src/frontends/onnx/frontend/src/extensions.cpp +++ b/src/frontends/onnx/frontend/src/extensions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/frontend.cpp b/src/frontends/onnx/frontend/src/frontend.cpp index 7a02349b1e0..ed9d2c3e330 100644 --- a/src/frontends/onnx/frontend/src/frontend.cpp +++ b/src/frontends/onnx/frontend/src/frontend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/input_model.cpp b/src/frontends/onnx/frontend/src/input_model.cpp index aa367b5c5ec..9a7c6e62f5d 100644 --- a/src/frontends/onnx/frontend/src/input_model.cpp +++ b/src/frontends/onnx/frontend/src/input_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/input_model.hpp b/src/frontends/onnx/frontend/src/input_model.hpp index eeba81b8cbd..54d3694f0e1 100644 --- a/src/frontends/onnx/frontend/src/input_model.hpp +++ b/src/frontends/onnx/frontend/src/input_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/node_context.cpp b/src/frontends/onnx/frontend/src/node_context.cpp index 91a0d7bdf49..bb253102e5e 100644 --- a/src/frontends/onnx/frontend/src/node_context.cpp +++ b/src/frontends/onnx/frontend/src/node_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/abs.hpp b/src/frontends/onnx/frontend/src/op/abs.hpp index ff6eab7a7fd..e62bd8ce37b 100644 --- a/src/frontends/onnx/frontend/src/op/abs.hpp +++ b/src/frontends/onnx/frontend/src/op/abs.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/acosh.hpp b/src/frontends/onnx/frontend/src/op/acosh.hpp index fe7b07d0ab6..3ff0c982a98 100644 --- a/src/frontends/onnx/frontend/src/op/acosh.hpp +++ b/src/frontends/onnx/frontend/src/op/acosh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/add.cpp b/src/frontends/onnx/frontend/src/op/add.cpp index 4b4babda223..e6dc71e5081 100644 --- a/src/frontends/onnx/frontend/src/op/add.cpp +++ b/src/frontends/onnx/frontend/src/op/add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/add.hpp b/src/frontends/onnx/frontend/src/op/add.hpp index ab84790178d..15ad3515473 100644 --- a/src/frontends/onnx/frontend/src/op/add.hpp +++ b/src/frontends/onnx/frontend/src/op/add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/affine.cpp b/src/frontends/onnx/frontend/src/op/affine.cpp index 651edea79ce..8afa58ce87e 100644 --- a/src/frontends/onnx/frontend/src/op/affine.cpp +++ b/src/frontends/onnx/frontend/src/op/affine.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/affine.hpp b/src/frontends/onnx/frontend/src/op/affine.hpp index 7b0f15743fe..279edcdb378 100644 --- a/src/frontends/onnx/frontend/src/op/affine.hpp +++ b/src/frontends/onnx/frontend/src/op/affine.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/and.hpp b/src/frontends/onnx/frontend/src/op/and.hpp index b791a797aeb..d5f78c1d89c 100644 --- a/src/frontends/onnx/frontend/src/op/and.hpp +++ b/src/frontends/onnx/frontend/src/op/and.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/argmax.cpp b/src/frontends/onnx/frontend/src/op/argmax.cpp index 8a6c414a4cd..2ecc83892b2 100644 --- a/src/frontends/onnx/frontend/src/op/argmax.cpp +++ b/src/frontends/onnx/frontend/src/op/argmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/argmax.hpp b/src/frontends/onnx/frontend/src/op/argmax.hpp index 380c7297f7c..f3c6bbcf56a 100644 --- a/src/frontends/onnx/frontend/src/op/argmax.hpp +++ b/src/frontends/onnx/frontend/src/op/argmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/argmin.cpp b/src/frontends/onnx/frontend/src/op/argmin.cpp index a2ed93569c0..79aa05d587e 100644 --- a/src/frontends/onnx/frontend/src/op/argmin.cpp +++ b/src/frontends/onnx/frontend/src/op/argmin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/argmin.hpp b/src/frontends/onnx/frontend/src/op/argmin.hpp index 25712fd1d49..7dd8d358c93 100644 --- a/src/frontends/onnx/frontend/src/op/argmin.hpp +++ b/src/frontends/onnx/frontend/src/op/argmin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/asin.hpp b/src/frontends/onnx/frontend/src/op/asin.hpp index e9cb09e322e..9dcfdfbc3cc 100644 --- a/src/frontends/onnx/frontend/src/op/asin.hpp +++ b/src/frontends/onnx/frontend/src/op/asin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/asinh.hpp b/src/frontends/onnx/frontend/src/op/asinh.hpp index 927d38abb06..43cae5e5da9 100644 --- a/src/frontends/onnx/frontend/src/op/asinh.hpp +++ b/src/frontends/onnx/frontend/src/op/asinh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/atan.hpp b/src/frontends/onnx/frontend/src/op/atan.hpp index 42d4b5379bc..9c5e79dd7c6 100644 --- a/src/frontends/onnx/frontend/src/op/atan.hpp +++ b/src/frontends/onnx/frontend/src/op/atan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/atanh.hpp b/src/frontends/onnx/frontend/src/op/atanh.hpp index 3de6abe6599..75568938485 100644 --- a/src/frontends/onnx/frontend/src/op/atanh.hpp +++ b/src/frontends/onnx/frontend/src/op/atanh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/aten.hpp b/src/frontends/onnx/frontend/src/op/aten.hpp index 2393eb0fc15..61b3f1e8c67 100644 --- a/src/frontends/onnx/frontend/src/op/aten.hpp +++ b/src/frontends/onnx/frontend/src/op/aten.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/average_pool.cpp b/src/frontends/onnx/frontend/src/op/average_pool.cpp index 5e731ab8580..f9bcd5a209c 100644 --- a/src/frontends/onnx/frontend/src/op/average_pool.cpp +++ b/src/frontends/onnx/frontend/src/op/average_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/average_pool.hpp b/src/frontends/onnx/frontend/src/op/average_pool.hpp index c80aa54517b..7078933d74f 100644 --- a/src/frontends/onnx/frontend/src/op/average_pool.hpp +++ b/src/frontends/onnx/frontend/src/op/average_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/batch_norm.cpp b/src/frontends/onnx/frontend/src/op/batch_norm.cpp index 67daaddf053..04a613bc10b 100644 --- a/src/frontends/onnx/frontend/src/op/batch_norm.cpp +++ b/src/frontends/onnx/frontend/src/op/batch_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/batch_norm.hpp b/src/frontends/onnx/frontend/src/op/batch_norm.hpp index f060b740eb0..fbf4c715bb1 100644 --- a/src/frontends/onnx/frontend/src/op/batch_norm.hpp +++ b/src/frontends/onnx/frontend/src/op/batch_norm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/bitshift.hpp b/src/frontends/onnx/frontend/src/op/bitshift.hpp index 6450a88bf22..ce8438b920f 100644 --- a/src/frontends/onnx/frontend/src/op/bitshift.hpp +++ b/src/frontends/onnx/frontend/src/op/bitshift.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/bitwise_and.cpp b/src/frontends/onnx/frontend/src/op/bitwise_and.cpp index 5d881178151..1062dac425b 100644 --- a/src/frontends/onnx/frontend/src/op/bitwise_and.cpp +++ b/src/frontends/onnx/frontend/src/op/bitwise_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/bitwise_and.hpp b/src/frontends/onnx/frontend/src/op/bitwise_and.hpp index 5b30fe5adf7..91c2b922e0e 100644 --- a/src/frontends/onnx/frontend/src/op/bitwise_and.hpp +++ b/src/frontends/onnx/frontend/src/op/bitwise_and.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/bitwise_not.cpp b/src/frontends/onnx/frontend/src/op/bitwise_not.cpp index 4e9dd55052c..20039d7777a 100644 --- a/src/frontends/onnx/frontend/src/op/bitwise_not.cpp +++ b/src/frontends/onnx/frontend/src/op/bitwise_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/bitwise_not.hpp b/src/frontends/onnx/frontend/src/op/bitwise_not.hpp index e1ac92a436d..b7ade4ea552 100644 --- a/src/frontends/onnx/frontend/src/op/bitwise_not.hpp +++ b/src/frontends/onnx/frontend/src/op/bitwise_not.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/bitwise_or.cpp b/src/frontends/onnx/frontend/src/op/bitwise_or.cpp index f0278dde8f3..6d0b36ba347 100644 --- a/src/frontends/onnx/frontend/src/op/bitwise_or.cpp +++ b/src/frontends/onnx/frontend/src/op/bitwise_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/bitwise_or.hpp b/src/frontends/onnx/frontend/src/op/bitwise_or.hpp index 7bee82aacc2..9fe8bfd870d 100644 --- a/src/frontends/onnx/frontend/src/op/bitwise_or.hpp +++ b/src/frontends/onnx/frontend/src/op/bitwise_or.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/bitwise_xor.cpp b/src/frontends/onnx/frontend/src/op/bitwise_xor.cpp index 0e965aebb08..4655931950b 100644 --- a/src/frontends/onnx/frontend/src/op/bitwise_xor.cpp +++ b/src/frontends/onnx/frontend/src/op/bitwise_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/bitwise_xor.hpp b/src/frontends/onnx/frontend/src/op/bitwise_xor.hpp index 682082c00bc..c48cadb0854 100644 --- a/src/frontends/onnx/frontend/src/op/bitwise_xor.hpp +++ b/src/frontends/onnx/frontend/src/op/bitwise_xor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/blackmanwindow.cpp b/src/frontends/onnx/frontend/src/op/blackmanwindow.cpp index 7636b79e08d..cda409cbbeb 100644 --- a/src/frontends/onnx/frontend/src/op/blackmanwindow.cpp +++ b/src/frontends/onnx/frontend/src/op/blackmanwindow.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #define _USE_MATH_DEFINES diff --git a/src/frontends/onnx/frontend/src/op/blackmanwindow.hpp b/src/frontends/onnx/frontend/src/op/blackmanwindow.hpp index 719c75ef7b8..300fe17dc3f 100644 --- a/src/frontends/onnx/frontend/src/op/blackmanwindow.hpp +++ b/src/frontends/onnx/frontend/src/op/blackmanwindow.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/frontends/onnx/frontend/src/op/cast.cpp b/src/frontends/onnx/frontend/src/op/cast.cpp index 18edc116f4f..ac5157519a5 100644 --- a/src/frontends/onnx/frontend/src/op/cast.cpp +++ b/src/frontends/onnx/frontend/src/op/cast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/cast.hpp b/src/frontends/onnx/frontend/src/op/cast.hpp index 313fac756e1..7aa6c60b2e5 100644 --- a/src/frontends/onnx/frontend/src/op/cast.hpp +++ b/src/frontends/onnx/frontend/src/op/cast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/cast_like.cpp b/src/frontends/onnx/frontend/src/op/cast_like.cpp index 7eea8c80820..5786c0ba40a 100644 --- a/src/frontends/onnx/frontend/src/op/cast_like.cpp +++ b/src/frontends/onnx/frontend/src/op/cast_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/cast_like.hpp b/src/frontends/onnx/frontend/src/op/cast_like.hpp index aa7f65326b5..1a691ad85c3 100644 --- a/src/frontends/onnx/frontend/src/op/cast_like.hpp +++ b/src/frontends/onnx/frontend/src/op/cast_like.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/ceil.hpp b/src/frontends/onnx/frontend/src/op/ceil.hpp index f7ba5c8c2ca..145c6e079e8 100644 --- a/src/frontends/onnx/frontend/src/op/ceil.hpp +++ b/src/frontends/onnx/frontend/src/op/ceil.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/clip.cpp b/src/frontends/onnx/frontend/src/op/clip.cpp index a49d2cf4224..5a3f22fe638 100644 --- a/src/frontends/onnx/frontend/src/op/clip.cpp +++ b/src/frontends/onnx/frontend/src/op/clip.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/clip.hpp b/src/frontends/onnx/frontend/src/op/clip.hpp index fb1cb1759e5..64b551c0b02 100644 --- a/src/frontends/onnx/frontend/src/op/clip.hpp +++ b/src/frontends/onnx/frontend/src/op/clip.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/com.microsoft/attention.hpp b/src/frontends/onnx/frontend/src/op/com.microsoft/attention.hpp index 9b851563526..c87344184ec 100644 --- a/src/frontends/onnx/frontend/src/op/com.microsoft/attention.hpp +++ b/src/frontends/onnx/frontend/src/op/com.microsoft/attention.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/com.microsoft/bias_gelu.cpp b/src/frontends/onnx/frontend/src/op/com.microsoft/bias_gelu.cpp index a0eec5fceea..38bf8b3f7c2 100644 --- a/src/frontends/onnx/frontend/src/op/com.microsoft/bias_gelu.cpp +++ b/src/frontends/onnx/frontend/src/op/com.microsoft/bias_gelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/com.microsoft/bias_gelu.hpp b/src/frontends/onnx/frontend/src/op/com.microsoft/bias_gelu.hpp index 6bf0ad41033..9295a8995d0 100644 --- a/src/frontends/onnx/frontend/src/op/com.microsoft/bias_gelu.hpp +++ b/src/frontends/onnx/frontend/src/op/com.microsoft/bias_gelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/com.microsoft/embed_layer_normalization.hpp b/src/frontends/onnx/frontend/src/op/com.microsoft/embed_layer_normalization.hpp index 2106b64aadc..4b2d4c1094d 100644 --- a/src/frontends/onnx/frontend/src/op/com.microsoft/embed_layer_normalization.hpp +++ b/src/frontends/onnx/frontend/src/op/com.microsoft/embed_layer_normalization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/com.microsoft/fused_conv.hpp b/src/frontends/onnx/frontend/src/op/com.microsoft/fused_conv.hpp index 2d46fceeded..57562c593f2 100644 --- a/src/frontends/onnx/frontend/src/op/com.microsoft/fused_conv.hpp +++ b/src/frontends/onnx/frontend/src/op/com.microsoft/fused_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/com.microsoft/fusedgemm.hpp b/src/frontends/onnx/frontend/src/op/com.microsoft/fusedgemm.hpp index 630a03154a2..5b23fb419fd 100644 --- a/src/frontends/onnx/frontend/src/op/com.microsoft/fusedgemm.hpp +++ b/src/frontends/onnx/frontend/src/op/com.microsoft/fusedgemm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/com.microsoft/skip_layer_normalization.hpp b/src/frontends/onnx/frontend/src/op/com.microsoft/skip_layer_normalization.hpp index 7f54e5e9344..5b02910f0e1 100644 --- a/src/frontends/onnx/frontend/src/op/com.microsoft/skip_layer_normalization.hpp +++ b/src/frontends/onnx/frontend/src/op/com.microsoft/skip_layer_normalization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/compress.hpp b/src/frontends/onnx/frontend/src/op/compress.hpp index 7ea4ed5fc5a..ae6bde1c835 100644 --- a/src/frontends/onnx/frontend/src/op/compress.hpp +++ b/src/frontends/onnx/frontend/src/op/compress.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/concat.cpp b/src/frontends/onnx/frontend/src/op/concat.cpp index 23bbf970657..99e94e052f4 100644 --- a/src/frontends/onnx/frontend/src/op/concat.cpp +++ b/src/frontends/onnx/frontend/src/op/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/concat.hpp b/src/frontends/onnx/frontend/src/op/concat.hpp index 026c253c433..9622e96f24e 100644 --- a/src/frontends/onnx/frontend/src/op/concat.hpp +++ b/src/frontends/onnx/frontend/src/op/concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/constant.hpp b/src/frontends/onnx/frontend/src/op/constant.hpp index d5f9e0e9ab5..f9f08081031 100644 --- a/src/frontends/onnx/frontend/src/op/constant.hpp +++ b/src/frontends/onnx/frontend/src/op/constant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/constant_fill.cpp b/src/frontends/onnx/frontend/src/op/constant_fill.cpp index 619891101ba..470e777e9b3 100644 --- a/src/frontends/onnx/frontend/src/op/constant_fill.cpp +++ b/src/frontends/onnx/frontend/src/op/constant_fill.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/constant_fill.hpp b/src/frontends/onnx/frontend/src/op/constant_fill.hpp index ddd1f7a230d..be332b629b2 100644 --- a/src/frontends/onnx/frontend/src/op/constant_fill.hpp +++ b/src/frontends/onnx/frontend/src/op/constant_fill.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/constant_of_shape.cpp b/src/frontends/onnx/frontend/src/op/constant_of_shape.cpp index 4e1bf529f6b..72b551879b8 100644 --- a/src/frontends/onnx/frontend/src/op/constant_of_shape.cpp +++ b/src/frontends/onnx/frontend/src/op/constant_of_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/constant_of_shape.hpp b/src/frontends/onnx/frontend/src/op/constant_of_shape.hpp index 41c82fdee90..dc68af2a579 100644 --- a/src/frontends/onnx/frontend/src/op/constant_of_shape.hpp +++ b/src/frontends/onnx/frontend/src/op/constant_of_shape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/conv.cpp b/src/frontends/onnx/frontend/src/op/conv.cpp index 24a53af88ee..ecceb458bba 100644 --- a/src/frontends/onnx/frontend/src/op/conv.cpp +++ b/src/frontends/onnx/frontend/src/op/conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/conv.hpp b/src/frontends/onnx/frontend/src/op/conv.hpp index 9882758056a..05887ec9751 100644 --- a/src/frontends/onnx/frontend/src/op/conv.hpp +++ b/src/frontends/onnx/frontend/src/op/conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/conv_integer.cpp b/src/frontends/onnx/frontend/src/op/conv_integer.cpp index e40453655bf..c3f79eaea3b 100644 --- a/src/frontends/onnx/frontend/src/op/conv_integer.cpp +++ b/src/frontends/onnx/frontend/src/op/conv_integer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/conv_integer.hpp b/src/frontends/onnx/frontend/src/op/conv_integer.hpp index 2d86bec3176..44b5d1ac66f 100644 --- a/src/frontends/onnx/frontend/src/op/conv_integer.hpp +++ b/src/frontends/onnx/frontend/src/op/conv_integer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/conv_transpose.hpp b/src/frontends/onnx/frontend/src/op/conv_transpose.hpp index 40e59d65c87..4f1762ce76c 100644 --- a/src/frontends/onnx/frontend/src/op/conv_transpose.hpp +++ b/src/frontends/onnx/frontend/src/op/conv_transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/cos.cpp b/src/frontends/onnx/frontend/src/op/cos.cpp index ff55e15c5d0..7dcb30da21f 100644 --- a/src/frontends/onnx/frontend/src/op/cos.cpp +++ b/src/frontends/onnx/frontend/src/op/cos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/cos.hpp b/src/frontends/onnx/frontend/src/op/cos.hpp index 039e5129649..cb248e3b640 100644 --- a/src/frontends/onnx/frontend/src/op/cos.hpp +++ b/src/frontends/onnx/frontend/src/op/cos.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/cosh.cpp b/src/frontends/onnx/frontend/src/op/cosh.cpp index cc3d81e32b8..8a4cff14b6b 100644 --- a/src/frontends/onnx/frontend/src/op/cosh.cpp +++ b/src/frontends/onnx/frontend/src/op/cosh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/cosh.hpp b/src/frontends/onnx/frontend/src/op/cosh.hpp index 974352d8ba4..462abe9cb55 100644 --- a/src/frontends/onnx/frontend/src/op/cosh.hpp +++ b/src/frontends/onnx/frontend/src/op/cosh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/crop.hpp b/src/frontends/onnx/frontend/src/op/crop.hpp index e9bff06481e..882c31d7acb 100644 --- a/src/frontends/onnx/frontend/src/op/crop.hpp +++ b/src/frontends/onnx/frontend/src/op/crop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/cum_sum.hpp b/src/frontends/onnx/frontend/src/op/cum_sum.hpp index 94ca7d0bc35..81946320510 100644 --- a/src/frontends/onnx/frontend/src/op/cum_sum.hpp +++ b/src/frontends/onnx/frontend/src/op/cum_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/depth_to_space.cpp b/src/frontends/onnx/frontend/src/op/depth_to_space.cpp index d78624ef0c8..58fc131f5e0 100644 --- a/src/frontends/onnx/frontend/src/op/depth_to_space.cpp +++ b/src/frontends/onnx/frontend/src/op/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/depth_to_space.hpp b/src/frontends/onnx/frontend/src/op/depth_to_space.hpp index 31e100cb3cc..67e830452c0 100644 --- a/src/frontends/onnx/frontend/src/op/depth_to_space.hpp +++ b/src/frontends/onnx/frontend/src/op/depth_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/dequantize_linear.hpp b/src/frontends/onnx/frontend/src/op/dequantize_linear.hpp index dffd8c7762b..08e4e1fdadc 100644 --- a/src/frontends/onnx/frontend/src/op/dequantize_linear.hpp +++ b/src/frontends/onnx/frontend/src/op/dequantize_linear.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/dft.cpp b/src/frontends/onnx/frontend/src/op/dft.cpp index 5120f0b7e17..81ecd7e9fdc 100644 --- a/src/frontends/onnx/frontend/src/op/dft.cpp +++ b/src/frontends/onnx/frontend/src/op/dft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/div.hpp b/src/frontends/onnx/frontend/src/op/div.hpp index c133d5908a0..58b95fb29f3 100644 --- a/src/frontends/onnx/frontend/src/op/div.hpp +++ b/src/frontends/onnx/frontend/src/op/div.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/dropout.hpp b/src/frontends/onnx/frontend/src/op/dropout.hpp index e0826063c2a..2dfa65b16cd 100644 --- a/src/frontends/onnx/frontend/src/op/dropout.hpp +++ b/src/frontends/onnx/frontend/src/op/dropout.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/dynamic_quantize_linear.hpp b/src/frontends/onnx/frontend/src/op/dynamic_quantize_linear.hpp index 2218f74c40a..ea960d95420 100644 --- a/src/frontends/onnx/frontend/src/op/dynamic_quantize_linear.hpp +++ b/src/frontends/onnx/frontend/src/op/dynamic_quantize_linear.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/einsum.cpp b/src/frontends/onnx/frontend/src/op/einsum.cpp index 2cf832a78e1..201425f45f2 100644 --- a/src/frontends/onnx/frontend/src/op/einsum.cpp +++ b/src/frontends/onnx/frontend/src/op/einsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/einsum.hpp b/src/frontends/onnx/frontend/src/op/einsum.hpp index 22821224537..3e4bf562da9 100644 --- a/src/frontends/onnx/frontend/src/op/einsum.hpp +++ b/src/frontends/onnx/frontend/src/op/einsum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/elu.cpp b/src/frontends/onnx/frontend/src/op/elu.cpp index fb45f05a1c5..b38c4403c4e 100644 --- a/src/frontends/onnx/frontend/src/op/elu.cpp +++ b/src/frontends/onnx/frontend/src/op/elu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/elu.hpp b/src/frontends/onnx/frontend/src/op/elu.hpp index 87ef5d46639..6216185fd37 100644 --- a/src/frontends/onnx/frontend/src/op/elu.hpp +++ b/src/frontends/onnx/frontend/src/op/elu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/equal.hpp b/src/frontends/onnx/frontend/src/op/equal.hpp index 4591e7da6da..94fe2da6991 100644 --- a/src/frontends/onnx/frontend/src/op/equal.hpp +++ b/src/frontends/onnx/frontend/src/op/equal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/erf.hpp b/src/frontends/onnx/frontend/src/op/erf.hpp index 83a6b19ffcc..e3b8bb9960d 100644 --- a/src/frontends/onnx/frontend/src/op/erf.hpp +++ b/src/frontends/onnx/frontend/src/op/erf.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/exp.hpp b/src/frontends/onnx/frontend/src/op/exp.hpp index 44c243670f1..f99fc37f6eb 100644 --- a/src/frontends/onnx/frontend/src/op/exp.hpp +++ b/src/frontends/onnx/frontend/src/op/exp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/expand.hpp b/src/frontends/onnx/frontend/src/op/expand.hpp index 7ffd8478465..6ac824d54bc 100644 --- a/src/frontends/onnx/frontend/src/op/expand.hpp +++ b/src/frontends/onnx/frontend/src/op/expand.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/eye_like.cpp b/src/frontends/onnx/frontend/src/op/eye_like.cpp index aae1f88edf0..10814d9ab8d 100644 --- a/src/frontends/onnx/frontend/src/op/eye_like.cpp +++ b/src/frontends/onnx/frontend/src/op/eye_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/eye_like.hpp b/src/frontends/onnx/frontend/src/op/eye_like.hpp index 700a57e61ce..d9fef0c7fa5 100644 --- a/src/frontends/onnx/frontend/src/op/eye_like.hpp +++ b/src/frontends/onnx/frontend/src/op/eye_like.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/flatten.cpp b/src/frontends/onnx/frontend/src/op/flatten.cpp index 5200bc0226f..09f9c3fa4ec 100644 --- a/src/frontends/onnx/frontend/src/op/flatten.cpp +++ b/src/frontends/onnx/frontend/src/op/flatten.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/flatten.hpp b/src/frontends/onnx/frontend/src/op/flatten.hpp index aa3165f12d0..886d189bfad 100644 --- a/src/frontends/onnx/frontend/src/op/flatten.hpp +++ b/src/frontends/onnx/frontend/src/op/flatten.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/floor.hpp b/src/frontends/onnx/frontend/src/op/floor.hpp index ce4640bf730..38a6722884b 100644 --- a/src/frontends/onnx/frontend/src/op/floor.hpp +++ b/src/frontends/onnx/frontend/src/op/floor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/gather_elements.hpp b/src/frontends/onnx/frontend/src/op/gather_elements.hpp index d225fdd7c29..fda66afa3ff 100644 --- a/src/frontends/onnx/frontend/src/op/gather_elements.hpp +++ b/src/frontends/onnx/frontend/src/op/gather_elements.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/gather_nd.cpp b/src/frontends/onnx/frontend/src/op/gather_nd.cpp index c9f6d241d8b..4e585ca1ebd 100644 --- a/src/frontends/onnx/frontend/src/op/gather_nd.cpp +++ b/src/frontends/onnx/frontend/src/op/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/gather_nd.hpp b/src/frontends/onnx/frontend/src/op/gather_nd.hpp index 5053780c00a..7fffc035dfb 100644 --- a/src/frontends/onnx/frontend/src/op/gather_nd.hpp +++ b/src/frontends/onnx/frontend/src/op/gather_nd.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/gemm.hpp b/src/frontends/onnx/frontend/src/op/gemm.hpp index 71b43dea77c..a8744ae4ea9 100644 --- a/src/frontends/onnx/frontend/src/op/gemm.hpp +++ b/src/frontends/onnx/frontend/src/op/gemm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/global_average_pool.hpp b/src/frontends/onnx/frontend/src/op/global_average_pool.hpp index 798055ff530..d95b4bfd451 100644 --- a/src/frontends/onnx/frontend/src/op/global_average_pool.hpp +++ b/src/frontends/onnx/frontend/src/op/global_average_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/global_max_pool.hpp b/src/frontends/onnx/frontend/src/op/global_max_pool.hpp index b282fdd2993..0a1271ca68b 100644 --- a/src/frontends/onnx/frontend/src/op/global_max_pool.hpp +++ b/src/frontends/onnx/frontend/src/op/global_max_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/greater.hpp b/src/frontends/onnx/frontend/src/op/greater.hpp index e9a162a6bce..bb562c7f876 100644 --- a/src/frontends/onnx/frontend/src/op/greater.hpp +++ b/src/frontends/onnx/frontend/src/op/greater.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/greater_or_equal.cpp b/src/frontends/onnx/frontend/src/op/greater_or_equal.cpp index 52c8f798858..464bd61a382 100644 --- a/src/frontends/onnx/frontend/src/op/greater_or_equal.cpp +++ b/src/frontends/onnx/frontend/src/op/greater_or_equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/greater_or_equal.hpp b/src/frontends/onnx/frontend/src/op/greater_or_equal.hpp index ecdaa2fe602..0c656dfa820 100644 --- a/src/frontends/onnx/frontend/src/op/greater_or_equal.hpp +++ b/src/frontends/onnx/frontend/src/op/greater_or_equal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/grid_sample.cpp b/src/frontends/onnx/frontend/src/op/grid_sample.cpp index 8a7e6785311..751cff425c0 100644 --- a/src/frontends/onnx/frontend/src/op/grid_sample.cpp +++ b/src/frontends/onnx/frontend/src/op/grid_sample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/grid_sample.hpp b/src/frontends/onnx/frontend/src/op/grid_sample.hpp index 2997f1581c9..15628ab7171 100644 --- a/src/frontends/onnx/frontend/src/op/grid_sample.hpp +++ b/src/frontends/onnx/frontend/src/op/grid_sample.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/group_normalization.hpp b/src/frontends/onnx/frontend/src/op/group_normalization.hpp index a7d13af8329..495fd27aaae 100644 --- a/src/frontends/onnx/frontend/src/op/group_normalization.hpp +++ b/src/frontends/onnx/frontend/src/op/group_normalization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/gru.hpp b/src/frontends/onnx/frontend/src/op/gru.hpp index 3d79096b2d6..deff5921e33 100644 --- a/src/frontends/onnx/frontend/src/op/gru.hpp +++ b/src/frontends/onnx/frontend/src/op/gru.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/hammingwindow.cpp b/src/frontends/onnx/frontend/src/op/hammingwindow.cpp index e090e30a1ea..0ebc3f770c2 100644 --- a/src/frontends/onnx/frontend/src/op/hammingwindow.cpp +++ b/src/frontends/onnx/frontend/src/op/hammingwindow.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #define _USE_MATH_DEFINES diff --git a/src/frontends/onnx/frontend/src/op/hammingwindow.hpp b/src/frontends/onnx/frontend/src/op/hammingwindow.hpp index c6feeaa3ade..0003e0f4422 100644 --- a/src/frontends/onnx/frontend/src/op/hammingwindow.hpp +++ b/src/frontends/onnx/frontend/src/op/hammingwindow.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/frontends/onnx/frontend/src/op/hannwindow.cpp b/src/frontends/onnx/frontend/src/op/hannwindow.cpp index bf021025474..c5de03380a5 100644 --- a/src/frontends/onnx/frontend/src/op/hannwindow.cpp +++ b/src/frontends/onnx/frontend/src/op/hannwindow.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #define _USE_MATH_DEFINES diff --git a/src/frontends/onnx/frontend/src/op/hannwindow.hpp b/src/frontends/onnx/frontend/src/op/hannwindow.hpp index 120a8af9ef3..085c41e4001 100644 --- a/src/frontends/onnx/frontend/src/op/hannwindow.hpp +++ b/src/frontends/onnx/frontend/src/op/hannwindow.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/frontends/onnx/frontend/src/op/hard_sigmoid.hpp b/src/frontends/onnx/frontend/src/op/hard_sigmoid.hpp index 3b6d36c38d8..a6f23ecfead 100644 --- a/src/frontends/onnx/frontend/src/op/hard_sigmoid.hpp +++ b/src/frontends/onnx/frontend/src/op/hard_sigmoid.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/hard_swish.hpp b/src/frontends/onnx/frontend/src/op/hard_swish.hpp index fc38bfb6a7d..6316a15843d 100644 --- a/src/frontends/onnx/frontend/src/op/hard_swish.hpp +++ b/src/frontends/onnx/frontend/src/op/hard_swish.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/hardmax.hpp b/src/frontends/onnx/frontend/src/op/hardmax.hpp index a75c38538f4..569961a3418 100644 --- a/src/frontends/onnx/frontend/src/op/hardmax.hpp +++ b/src/frontends/onnx/frontend/src/op/hardmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/identity.hpp b/src/frontends/onnx/frontend/src/op/identity.hpp index e70aeb8a04d..90bfe2ac6cd 100644 --- a/src/frontends/onnx/frontend/src/op/identity.hpp +++ b/src/frontends/onnx/frontend/src/op/identity.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/if.cpp b/src/frontends/onnx/frontend/src/op/if.cpp index f06bf83315a..c8449849506 100644 --- a/src/frontends/onnx/frontend/src/op/if.cpp +++ b/src/frontends/onnx/frontend/src/op/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/if.hpp b/src/frontends/onnx/frontend/src/op/if.hpp index 97ed4b0e512..65f1e2dbbc6 100644 --- a/src/frontends/onnx/frontend/src/op/if.hpp +++ b/src/frontends/onnx/frontend/src/op/if.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/image_scaler.cpp b/src/frontends/onnx/frontend/src/op/image_scaler.cpp index a17e3d4d9f6..b4e181e2dea 100644 --- a/src/frontends/onnx/frontend/src/op/image_scaler.cpp +++ b/src/frontends/onnx/frontend/src/op/image_scaler.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/image_scaler.hpp b/src/frontends/onnx/frontend/src/op/image_scaler.hpp index 21fb1970fe2..6dac9390bd5 100644 --- a/src/frontends/onnx/frontend/src/op/image_scaler.hpp +++ b/src/frontends/onnx/frontend/src/op/image_scaler.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/instance_norm.cpp b/src/frontends/onnx/frontend/src/op/instance_norm.cpp index f834bd4efc9..51b3cac2abe 100644 --- a/src/frontends/onnx/frontend/src/op/instance_norm.cpp +++ b/src/frontends/onnx/frontend/src/op/instance_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/instance_norm.hpp b/src/frontends/onnx/frontend/src/op/instance_norm.hpp index d8c4063c15a..26b4f83691f 100644 --- a/src/frontends/onnx/frontend/src/op/instance_norm.hpp +++ b/src/frontends/onnx/frontend/src/op/instance_norm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/is_finite.cpp b/src/frontends/onnx/frontend/src/op/is_finite.cpp index 89923ac23fb..d7aa90d26cb 100644 --- a/src/frontends/onnx/frontend/src/op/is_finite.cpp +++ b/src/frontends/onnx/frontend/src/op/is_finite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/is_finite.hpp b/src/frontends/onnx/frontend/src/op/is_finite.hpp index 8988aa5d800..abfa8d24886 100644 --- a/src/frontends/onnx/frontend/src/op/is_finite.hpp +++ b/src/frontends/onnx/frontend/src/op/is_finite.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/is_inf.cpp b/src/frontends/onnx/frontend/src/op/is_inf.cpp index d9462cbbb0a..e9794dac378 100644 --- a/src/frontends/onnx/frontend/src/op/is_inf.cpp +++ b/src/frontends/onnx/frontend/src/op/is_inf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/is_inf.hpp b/src/frontends/onnx/frontend/src/op/is_inf.hpp index c168141b8b9..44398bb7c74 100644 --- a/src/frontends/onnx/frontend/src/op/is_inf.hpp +++ b/src/frontends/onnx/frontend/src/op/is_inf.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/is_nan.cpp b/src/frontends/onnx/frontend/src/op/is_nan.cpp index 74e345e15ac..7c3f678b75e 100644 --- a/src/frontends/onnx/frontend/src/op/is_nan.cpp +++ b/src/frontends/onnx/frontend/src/op/is_nan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/is_nan.hpp b/src/frontends/onnx/frontend/src/op/is_nan.hpp index 065253f66a4..863120fa08d 100644 --- a/src/frontends/onnx/frontend/src/op/is_nan.hpp +++ b/src/frontends/onnx/frontend/src/op/is_nan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/leaky_relu.hpp b/src/frontends/onnx/frontend/src/op/leaky_relu.hpp index 49c390a78d0..a75c552e9ed 100644 --- a/src/frontends/onnx/frontend/src/op/leaky_relu.hpp +++ b/src/frontends/onnx/frontend/src/op/leaky_relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/less.hpp b/src/frontends/onnx/frontend/src/op/less.hpp index 07d30b80a5f..6f497dba7b2 100644 --- a/src/frontends/onnx/frontend/src/op/less.hpp +++ b/src/frontends/onnx/frontend/src/op/less.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/less_or_equal.cpp b/src/frontends/onnx/frontend/src/op/less_or_equal.cpp index c44d0de6334..b96df52b19b 100644 --- a/src/frontends/onnx/frontend/src/op/less_or_equal.cpp +++ b/src/frontends/onnx/frontend/src/op/less_or_equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/less_or_equal.hpp b/src/frontends/onnx/frontend/src/op/less_or_equal.hpp index bae2e37014e..9db5cad7ffd 100644 --- a/src/frontends/onnx/frontend/src/op/less_or_equal.hpp +++ b/src/frontends/onnx/frontend/src/op/less_or_equal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/log.cpp b/src/frontends/onnx/frontend/src/op/log.cpp index 294c824ca57..85fa815c479 100644 --- a/src/frontends/onnx/frontend/src/op/log.cpp +++ b/src/frontends/onnx/frontend/src/op/log.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/log.hpp b/src/frontends/onnx/frontend/src/op/log.hpp index 02b8332cd7c..83d52aa458f 100644 --- a/src/frontends/onnx/frontend/src/op/log.hpp +++ b/src/frontends/onnx/frontend/src/op/log.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/log_softmax.hpp b/src/frontends/onnx/frontend/src/op/log_softmax.hpp index 2a9d799d949..e756c40a049 100644 --- a/src/frontends/onnx/frontend/src/op/log_softmax.hpp +++ b/src/frontends/onnx/frontend/src/op/log_softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/loop.cpp b/src/frontends/onnx/frontend/src/op/loop.cpp index 20d1c4f9f0a..d997f3b3f81 100644 --- a/src/frontends/onnx/frontend/src/op/loop.cpp +++ b/src/frontends/onnx/frontend/src/op/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/loop.hpp b/src/frontends/onnx/frontend/src/op/loop.hpp index 94702c2412e..cec8355532e 100644 --- a/src/frontends/onnx/frontend/src/op/loop.hpp +++ b/src/frontends/onnx/frontend/src/op/loop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/lp_norm.cpp b/src/frontends/onnx/frontend/src/op/lp_norm.cpp index 2b08b64222b..c030a8216b3 100644 --- a/src/frontends/onnx/frontend/src/op/lp_norm.cpp +++ b/src/frontends/onnx/frontend/src/op/lp_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/lp_norm.hpp b/src/frontends/onnx/frontend/src/op/lp_norm.hpp index 9cd7fdf86a7..05628d1d15f 100644 --- a/src/frontends/onnx/frontend/src/op/lp_norm.hpp +++ b/src/frontends/onnx/frontend/src/op/lp_norm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/lp_pool.hpp b/src/frontends/onnx/frontend/src/op/lp_pool.hpp index f56012c21f3..db9c7894ca9 100644 --- a/src/frontends/onnx/frontend/src/op/lp_pool.hpp +++ b/src/frontends/onnx/frontend/src/op/lp_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/lrn.cpp b/src/frontends/onnx/frontend/src/op/lrn.cpp index f389ebfb8c6..77405c634f4 100644 --- a/src/frontends/onnx/frontend/src/op/lrn.cpp +++ b/src/frontends/onnx/frontend/src/op/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/lrn.hpp b/src/frontends/onnx/frontend/src/op/lrn.hpp index ce2e048973f..dc261fa13c8 100644 --- a/src/frontends/onnx/frontend/src/op/lrn.hpp +++ b/src/frontends/onnx/frontend/src/op/lrn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/lstm.hpp b/src/frontends/onnx/frontend/src/op/lstm.hpp index c7a94162744..d2c7a294db7 100644 --- a/src/frontends/onnx/frontend/src/op/lstm.hpp +++ b/src/frontends/onnx/frontend/src/op/lstm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/matmul.hpp b/src/frontends/onnx/frontend/src/op/matmul.hpp index 1389daa09bb..a57c2d6c8d0 100644 --- a/src/frontends/onnx/frontend/src/op/matmul.hpp +++ b/src/frontends/onnx/frontend/src/op/matmul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/matmul_integer.cpp b/src/frontends/onnx/frontend/src/op/matmul_integer.cpp index 3faa4f23c5a..0968342c416 100644 --- a/src/frontends/onnx/frontend/src/op/matmul_integer.cpp +++ b/src/frontends/onnx/frontend/src/op/matmul_integer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/matmul_integer.hpp b/src/frontends/onnx/frontend/src/op/matmul_integer.hpp index 855b2d4f9a7..96d576f7be7 100644 --- a/src/frontends/onnx/frontend/src/op/matmul_integer.hpp +++ b/src/frontends/onnx/frontend/src/op/matmul_integer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/max.hpp b/src/frontends/onnx/frontend/src/op/max.hpp index 421bd52e530..52055271b41 100644 --- a/src/frontends/onnx/frontend/src/op/max.hpp +++ b/src/frontends/onnx/frontend/src/op/max.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/max_pool.cpp b/src/frontends/onnx/frontend/src/op/max_pool.cpp index 78371705456..b5198d49c35 100644 --- a/src/frontends/onnx/frontend/src/op/max_pool.cpp +++ b/src/frontends/onnx/frontend/src/op/max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/max_pool.hpp b/src/frontends/onnx/frontend/src/op/max_pool.hpp index a9e305941e8..11428b240b6 100644 --- a/src/frontends/onnx/frontend/src/op/max_pool.hpp +++ b/src/frontends/onnx/frontend/src/op/max_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/max_roi_pool.hpp b/src/frontends/onnx/frontend/src/op/max_roi_pool.hpp index 62bc77f0282..064d050b78b 100644 --- a/src/frontends/onnx/frontend/src/op/max_roi_pool.hpp +++ b/src/frontends/onnx/frontend/src/op/max_roi_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/mean.hpp b/src/frontends/onnx/frontend/src/op/mean.hpp index 792ad97b335..5b56ed63c67 100644 --- a/src/frontends/onnx/frontend/src/op/mean.hpp +++ b/src/frontends/onnx/frontend/src/op/mean.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/mean_variance_normalization.hpp b/src/frontends/onnx/frontend/src/op/mean_variance_normalization.hpp index 4544600b4c0..7797b23ad69 100644 --- a/src/frontends/onnx/frontend/src/op/mean_variance_normalization.hpp +++ b/src/frontends/onnx/frontend/src/op/mean_variance_normalization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/min.hpp b/src/frontends/onnx/frontend/src/op/min.hpp index 66c6c629cea..92594e1f9cc 100644 --- a/src/frontends/onnx/frontend/src/op/min.hpp +++ b/src/frontends/onnx/frontend/src/op/min.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/mod.cpp b/src/frontends/onnx/frontend/src/op/mod.cpp index 25891670647..2124d4cf9c0 100644 --- a/src/frontends/onnx/frontend/src/op/mod.cpp +++ b/src/frontends/onnx/frontend/src/op/mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/mod.hpp b/src/frontends/onnx/frontend/src/op/mod.hpp index 472bc3693fd..f81d00bb677 100644 --- a/src/frontends/onnx/frontend/src/op/mod.hpp +++ b/src/frontends/onnx/frontend/src/op/mod.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/mul.hpp b/src/frontends/onnx/frontend/src/op/mul.hpp index ef73e65555b..e60ae5a6296 100644 --- a/src/frontends/onnx/frontend/src/op/mul.hpp +++ b/src/frontends/onnx/frontend/src/op/mul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/neg.hpp b/src/frontends/onnx/frontend/src/op/neg.hpp index febdb25cdb3..a47d48fe75d 100644 --- a/src/frontends/onnx/frontend/src/op/neg.hpp +++ b/src/frontends/onnx/frontend/src/op/neg.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/non_max_suppression.hpp b/src/frontends/onnx/frontend/src/op/non_max_suppression.hpp index 471d0b26275..f8e3fb00997 100644 --- a/src/frontends/onnx/frontend/src/op/non_max_suppression.hpp +++ b/src/frontends/onnx/frontend/src/op/non_max_suppression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/non_zero.cpp b/src/frontends/onnx/frontend/src/op/non_zero.cpp index 60d04b2d0dc..98c044029a0 100644 --- a/src/frontends/onnx/frontend/src/op/non_zero.cpp +++ b/src/frontends/onnx/frontend/src/op/non_zero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/non_zero.hpp b/src/frontends/onnx/frontend/src/op/non_zero.hpp index dbef0efc410..cdcb7dd21e5 100644 --- a/src/frontends/onnx/frontend/src/op/non_zero.hpp +++ b/src/frontends/onnx/frontend/src/op/non_zero.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/not.hpp b/src/frontends/onnx/frontend/src/op/not.hpp index 3002027518a..182b89ac535 100644 --- a/src/frontends/onnx/frontend/src/op/not.hpp +++ b/src/frontends/onnx/frontend/src/op/not.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/onehot.cpp b/src/frontends/onnx/frontend/src/op/onehot.cpp index f545b93f0cb..ff93801564c 100644 --- a/src/frontends/onnx/frontend/src/op/onehot.cpp +++ b/src/frontends/onnx/frontend/src/op/onehot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/onehot.hpp b/src/frontends/onnx/frontend/src/op/onehot.hpp index 8b8a15ad4b5..6b66c1a8f75 100644 --- a/src/frontends/onnx/frontend/src/op/onehot.hpp +++ b/src/frontends/onnx/frontend/src/op/onehot.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/or.hpp b/src/frontends/onnx/frontend/src/op/or.hpp index 423b631fdf2..af121d6d0ad 100644 --- a/src/frontends/onnx/frontend/src/op/or.hpp +++ b/src/frontends/onnx/frontend/src/op/or.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/detection_output.cpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/detection_output.cpp index a248e79cb30..3fedd0ee365 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/detection_output.cpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/detection_output.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/detection_output.hpp index 1dca062281e..6cfe32643ee 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/detection_output.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/detection_output.cpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/detection_output.cpp index 0a825f8defd..99f12bb0fb4 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/detection_output.cpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/detection_output.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/detection_output.hpp index 07b09d782c0..35b9f27b7ca 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/detection_output.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/generate_proposals_single_image.cpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/generate_proposals_single_image.cpp index f8c1e843d44..e2ebe8b7214 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/generate_proposals_single_image.cpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/generate_proposals_single_image.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/generate_proposals_single_image.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/generate_proposals_single_image.hpp index ef1779bf236..73e452b5c8f 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/generate_proposals_single_image.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/generate_proposals_single_image.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/prior_grid_generator.cpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/prior_grid_generator.cpp index 691a2421284..e69761612ac 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/prior_grid_generator.cpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/prior_grid_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/prior_grid_generator.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/prior_grid_generator.hpp index 0f8d1f18da8..e474f3d4dd7 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/prior_grid_generator.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/prior_grid_generator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/roi_feature_extractor.cpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/roi_feature_extractor.cpp index 819ffcdf76b..cc32f41ef1c 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/roi_feature_extractor.cpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/roi_feature_extractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/roi_feature_extractor.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/roi_feature_extractor.hpp index 4c0216486d2..aef11441299 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/roi_feature_extractor.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/roi_feature_extractor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/topk_rios.cpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/topk_rios.cpp index 34d5cf5ed33..00ae7a746aa 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/topk_rios.cpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/topk_rios.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/topk_rios.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/topk_rios.hpp index 0cb0c1fc477..c677c6c15f1 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/topk_rios.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/experimental_detectron/topk_rios.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/fake_quantize.cpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/fake_quantize.cpp index 2f0ccce704d..155b1664166 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/fake_quantize.cpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/fake_quantize.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/fake_quantize.hpp index 599a6d3c4ef..f2450aa152e 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/fake_quantize.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/group_norm.cpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/group_norm.cpp index dd92b4a6d1b..123888250f0 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/group_norm.cpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/group_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/group_norm.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/group_norm.hpp index d75e2b91d32..2cb5e7ee860 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/group_norm.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/group_norm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/normalize.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/normalize.hpp index cdce213ac65..3c97654b39c 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/normalize.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/normalize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/prior_box.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/prior_box.hpp index a52e042dc7f..a2cdce564c4 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/prior_box.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/prior_box.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/swish.hpp b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/swish.hpp index 3129e194654..248176edf65 100644 --- a/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/swish.hpp +++ b/src/frontends/onnx/frontend/src/op/org.openvinotoolkit/swish.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/pad.cpp b/src/frontends/onnx/frontend/src/op/pad.cpp index ed4cbad656c..39c0de731a4 100644 --- a/src/frontends/onnx/frontend/src/op/pad.cpp +++ b/src/frontends/onnx/frontend/src/op/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/pad.hpp b/src/frontends/onnx/frontend/src/op/pad.hpp index da9da5437f3..8b92aea1e29 100644 --- a/src/frontends/onnx/frontend/src/op/pad.hpp +++ b/src/frontends/onnx/frontend/src/op/pad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/pow.cpp b/src/frontends/onnx/frontend/src/op/pow.cpp index d09e378172a..ebf54151587 100644 --- a/src/frontends/onnx/frontend/src/op/pow.cpp +++ b/src/frontends/onnx/frontend/src/op/pow.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/pow.hpp b/src/frontends/onnx/frontend/src/op/pow.hpp index 6559a683e3f..78b25611a0e 100644 --- a/src/frontends/onnx/frontend/src/op/pow.hpp +++ b/src/frontends/onnx/frontend/src/op/pow.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/prelu.cpp b/src/frontends/onnx/frontend/src/op/prelu.cpp index 6928c85d41c..818bc7d4442 100644 --- a/src/frontends/onnx/frontend/src/op/prelu.cpp +++ b/src/frontends/onnx/frontend/src/op/prelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/prelu.hpp b/src/frontends/onnx/frontend/src/op/prelu.hpp index e7b92c46cd3..6738012c81c 100644 --- a/src/frontends/onnx/frontend/src/op/prelu.hpp +++ b/src/frontends/onnx/frontend/src/op/prelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/qlinear_conv.cpp b/src/frontends/onnx/frontend/src/op/qlinear_conv.cpp index 4621111d76d..2dc0520e67b 100644 --- a/src/frontends/onnx/frontend/src/op/qlinear_conv.cpp +++ b/src/frontends/onnx/frontend/src/op/qlinear_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/qlinear_conv.hpp b/src/frontends/onnx/frontend/src/op/qlinear_conv.hpp index b89911a421c..75f9d36ae50 100644 --- a/src/frontends/onnx/frontend/src/op/qlinear_conv.hpp +++ b/src/frontends/onnx/frontend/src/op/qlinear_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/qlinear_matmul.cpp b/src/frontends/onnx/frontend/src/op/qlinear_matmul.cpp index 16240b6fc07..f2ba36e121e 100644 --- a/src/frontends/onnx/frontend/src/op/qlinear_matmul.cpp +++ b/src/frontends/onnx/frontend/src/op/qlinear_matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/qlinear_matmul.hpp b/src/frontends/onnx/frontend/src/op/qlinear_matmul.hpp index 6d117a61597..3bc05ca94b2 100644 --- a/src/frontends/onnx/frontend/src/op/qlinear_matmul.hpp +++ b/src/frontends/onnx/frontend/src/op/qlinear_matmul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/quantize_linear.hpp b/src/frontends/onnx/frontend/src/op/quantize_linear.hpp index 6460545b937..7d31a8c390b 100644 --- a/src/frontends/onnx/frontend/src/op/quantize_linear.hpp +++ b/src/frontends/onnx/frontend/src/op/quantize_linear.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/random_normal.hpp b/src/frontends/onnx/frontend/src/op/random_normal.hpp index c6f4b6b86eb..68a11d40f25 100644 --- a/src/frontends/onnx/frontend/src/op/random_normal.hpp +++ b/src/frontends/onnx/frontend/src/op/random_normal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/random_normal_like.hpp b/src/frontends/onnx/frontend/src/op/random_normal_like.hpp index 2359e962bec..9701331c32e 100644 --- a/src/frontends/onnx/frontend/src/op/random_normal_like.hpp +++ b/src/frontends/onnx/frontend/src/op/random_normal_like.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/random_uniform.cpp b/src/frontends/onnx/frontend/src/op/random_uniform.cpp index 54094940845..c1f89bc2049 100644 --- a/src/frontends/onnx/frontend/src/op/random_uniform.cpp +++ b/src/frontends/onnx/frontend/src/op/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/random_uniform.hpp b/src/frontends/onnx/frontend/src/op/random_uniform.hpp index a3ff62f13bb..fd9890494e5 100644 --- a/src/frontends/onnx/frontend/src/op/random_uniform.hpp +++ b/src/frontends/onnx/frontend/src/op/random_uniform.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/random_uniform_like.cpp b/src/frontends/onnx/frontend/src/op/random_uniform_like.cpp index d626017b2a1..917e6c6780e 100644 --- a/src/frontends/onnx/frontend/src/op/random_uniform_like.cpp +++ b/src/frontends/onnx/frontend/src/op/random_uniform_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/random_uniform_like.hpp b/src/frontends/onnx/frontend/src/op/random_uniform_like.hpp index 8f5c52f8775..7bfb871f93a 100644 --- a/src/frontends/onnx/frontend/src/op/random_uniform_like.hpp +++ b/src/frontends/onnx/frontend/src/op/random_uniform_like.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/range.cpp b/src/frontends/onnx/frontend/src/op/range.cpp index 3c61c45672b..4166c12f445 100644 --- a/src/frontends/onnx/frontend/src/op/range.cpp +++ b/src/frontends/onnx/frontend/src/op/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/range.hpp b/src/frontends/onnx/frontend/src/op/range.hpp index f5117a55f4f..cc009f606fe 100644 --- a/src/frontends/onnx/frontend/src/op/range.hpp +++ b/src/frontends/onnx/frontend/src/op/range.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/reciprocal.hpp b/src/frontends/onnx/frontend/src/op/reciprocal.hpp index 9f59c8c0d3f..efa6f6fca8d 100644 --- a/src/frontends/onnx/frontend/src/op/reciprocal.hpp +++ b/src/frontends/onnx/frontend/src/op/reciprocal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/reduce.hpp b/src/frontends/onnx/frontend/src/op/reduce.hpp index 5c5f4a4a1ae..25b4fe5b73a 100644 --- a/src/frontends/onnx/frontend/src/op/reduce.hpp +++ b/src/frontends/onnx/frontend/src/op/reduce.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/relu.hpp b/src/frontends/onnx/frontend/src/op/relu.hpp index e4afc4f7515..f1e3753033d 100644 --- a/src/frontends/onnx/frontend/src/op/relu.hpp +++ b/src/frontends/onnx/frontend/src/op/relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/reshape.cpp b/src/frontends/onnx/frontend/src/op/reshape.cpp index c2abfc0e966..6b5897ac2a6 100644 --- a/src/frontends/onnx/frontend/src/op/reshape.cpp +++ b/src/frontends/onnx/frontend/src/op/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/reshape.hpp b/src/frontends/onnx/frontend/src/op/reshape.hpp index 16315e2872c..57720b49329 100644 --- a/src/frontends/onnx/frontend/src/op/reshape.hpp +++ b/src/frontends/onnx/frontend/src/op/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/resize.cpp b/src/frontends/onnx/frontend/src/op/resize.cpp index 82f5f0f78c5..ea78c4c9dd8 100644 --- a/src/frontends/onnx/frontend/src/op/resize.cpp +++ b/src/frontends/onnx/frontend/src/op/resize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/resize.hpp b/src/frontends/onnx/frontend/src/op/resize.hpp index 625afedbf5d..d51f5466c6f 100644 --- a/src/frontends/onnx/frontend/src/op/resize.hpp +++ b/src/frontends/onnx/frontend/src/op/resize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/reverse_sequence.cpp b/src/frontends/onnx/frontend/src/op/reverse_sequence.cpp index 91e98ee4419..3fcdc575b64 100644 --- a/src/frontends/onnx/frontend/src/op/reverse_sequence.cpp +++ b/src/frontends/onnx/frontend/src/op/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/reverse_sequence.hpp b/src/frontends/onnx/frontend/src/op/reverse_sequence.hpp index be9891adee8..4f8a652617e 100644 --- a/src/frontends/onnx/frontend/src/op/reverse_sequence.hpp +++ b/src/frontends/onnx/frontend/src/op/reverse_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/rnn.cpp b/src/frontends/onnx/frontend/src/op/rnn.cpp index 2d9c6aa9287..e9bb732bcbf 100644 --- a/src/frontends/onnx/frontend/src/op/rnn.cpp +++ b/src/frontends/onnx/frontend/src/op/rnn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/rnn.hpp b/src/frontends/onnx/frontend/src/op/rnn.hpp index 926b08d382d..b61b6195115 100644 --- a/src/frontends/onnx/frontend/src/op/rnn.hpp +++ b/src/frontends/onnx/frontend/src/op/rnn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/roi_align.cpp b/src/frontends/onnx/frontend/src/op/roi_align.cpp index 3c811defbe0..a65f58460ac 100644 --- a/src/frontends/onnx/frontend/src/op/roi_align.cpp +++ b/src/frontends/onnx/frontend/src/op/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/roi_align.hpp b/src/frontends/onnx/frontend/src/op/roi_align.hpp index 5b4c0305ef2..6c9b899e444 100644 --- a/src/frontends/onnx/frontend/src/op/roi_align.hpp +++ b/src/frontends/onnx/frontend/src/op/roi_align.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/round.cpp b/src/frontends/onnx/frontend/src/op/round.cpp index 035443b22eb..b2e035cccda 100644 --- a/src/frontends/onnx/frontend/src/op/round.cpp +++ b/src/frontends/onnx/frontend/src/op/round.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/round.hpp b/src/frontends/onnx/frontend/src/op/round.hpp index 8cabccbe4fd..e13ee777dc3 100644 --- a/src/frontends/onnx/frontend/src/op/round.hpp +++ b/src/frontends/onnx/frontend/src/op/round.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/scan.hpp b/src/frontends/onnx/frontend/src/op/scan.hpp index 41cb62fa51d..8939f8e6ae4 100644 --- a/src/frontends/onnx/frontend/src/op/scan.hpp +++ b/src/frontends/onnx/frontend/src/op/scan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/scatter_elements.cpp b/src/frontends/onnx/frontend/src/op/scatter_elements.cpp index b7704868049..dca352f8463 100644 --- a/src/frontends/onnx/frontend/src/op/scatter_elements.cpp +++ b/src/frontends/onnx/frontend/src/op/scatter_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/scatter_elements.hpp b/src/frontends/onnx/frontend/src/op/scatter_elements.hpp index 4b7e0e608a9..d335b729824 100644 --- a/src/frontends/onnx/frontend/src/op/scatter_elements.hpp +++ b/src/frontends/onnx/frontend/src/op/scatter_elements.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/scatter_nd.cpp b/src/frontends/onnx/frontend/src/op/scatter_nd.cpp index 2718ea391d7..55858ded43b 100644 --- a/src/frontends/onnx/frontend/src/op/scatter_nd.cpp +++ b/src/frontends/onnx/frontend/src/op/scatter_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/scatter_nd.hpp b/src/frontends/onnx/frontend/src/op/scatter_nd.hpp index 4ba3e2a8c7d..178b6e290bd 100644 --- a/src/frontends/onnx/frontend/src/op/scatter_nd.hpp +++ b/src/frontends/onnx/frontend/src/op/scatter_nd.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/selu.hpp b/src/frontends/onnx/frontend/src/op/selu.hpp index 82ed712ce69..bc95fef8e27 100644 --- a/src/frontends/onnx/frontend/src/op/selu.hpp +++ b/src/frontends/onnx/frontend/src/op/selu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/shape.cpp b/src/frontends/onnx/frontend/src/op/shape.cpp index e9d87145697..c0d3ef7569e 100644 --- a/src/frontends/onnx/frontend/src/op/shape.cpp +++ b/src/frontends/onnx/frontend/src/op/shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/shape.hpp b/src/frontends/onnx/frontend/src/op/shape.hpp index 51ba245c1ef..df234fac29f 100644 --- a/src/frontends/onnx/frontend/src/op/shape.hpp +++ b/src/frontends/onnx/frontend/src/op/shape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/shrink.hpp b/src/frontends/onnx/frontend/src/op/shrink.hpp index 8e04c0f4fba..601f251c3c3 100644 --- a/src/frontends/onnx/frontend/src/op/shrink.hpp +++ b/src/frontends/onnx/frontend/src/op/shrink.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/sigmoid.hpp b/src/frontends/onnx/frontend/src/op/sigmoid.hpp index 4cc334c6034..c4f236804c0 100644 --- a/src/frontends/onnx/frontend/src/op/sigmoid.hpp +++ b/src/frontends/onnx/frontend/src/op/sigmoid.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/sign.hpp b/src/frontends/onnx/frontend/src/op/sign.hpp index 4a8ae114b7a..df03c5cda88 100644 --- a/src/frontends/onnx/frontend/src/op/sign.hpp +++ b/src/frontends/onnx/frontend/src/op/sign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/sin.hpp b/src/frontends/onnx/frontend/src/op/sin.hpp index 741f8a52950..d954a87cbad 100644 --- a/src/frontends/onnx/frontend/src/op/sin.hpp +++ b/src/frontends/onnx/frontend/src/op/sin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/sinh.hpp b/src/frontends/onnx/frontend/src/op/sinh.hpp index 58c17e38a30..138ea43615a 100644 --- a/src/frontends/onnx/frontend/src/op/sinh.hpp +++ b/src/frontends/onnx/frontend/src/op/sinh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/size.hpp b/src/frontends/onnx/frontend/src/op/size.hpp index 8511b705f29..e98fe3f825c 100644 --- a/src/frontends/onnx/frontend/src/op/size.hpp +++ b/src/frontends/onnx/frontend/src/op/size.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/slice.hpp b/src/frontends/onnx/frontend/src/op/slice.hpp index 7f9e7aae4f0..0218b8b6aae 100644 --- a/src/frontends/onnx/frontend/src/op/slice.hpp +++ b/src/frontends/onnx/frontend/src/op/slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/softmax.hpp b/src/frontends/onnx/frontend/src/op/softmax.hpp index cded80d80ec..fef78b03341 100644 --- a/src/frontends/onnx/frontend/src/op/softmax.hpp +++ b/src/frontends/onnx/frontend/src/op/softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/softplus.cpp b/src/frontends/onnx/frontend/src/op/softplus.cpp index 3b5d246e699..50ddd0d25f1 100644 --- a/src/frontends/onnx/frontend/src/op/softplus.cpp +++ b/src/frontends/onnx/frontend/src/op/softplus.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/softplus.hpp b/src/frontends/onnx/frontend/src/op/softplus.hpp index 911dcf6b9e2..3d1f86107c0 100644 --- a/src/frontends/onnx/frontend/src/op/softplus.hpp +++ b/src/frontends/onnx/frontend/src/op/softplus.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/softsign.cpp b/src/frontends/onnx/frontend/src/op/softsign.cpp index 8b7bf672c0d..9420aa4c7f2 100644 --- a/src/frontends/onnx/frontend/src/op/softsign.cpp +++ b/src/frontends/onnx/frontend/src/op/softsign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/softsign.hpp b/src/frontends/onnx/frontend/src/op/softsign.hpp index 931dbda573f..89cfa88de82 100644 --- a/src/frontends/onnx/frontend/src/op/softsign.hpp +++ b/src/frontends/onnx/frontend/src/op/softsign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/space_to_depth.cpp b/src/frontends/onnx/frontend/src/op/space_to_depth.cpp index a286e26355d..b60d858412f 100644 --- a/src/frontends/onnx/frontend/src/op/space_to_depth.cpp +++ b/src/frontends/onnx/frontend/src/op/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/space_to_depth.hpp b/src/frontends/onnx/frontend/src/op/space_to_depth.hpp index f39b6261778..6d14e51e4bf 100644 --- a/src/frontends/onnx/frontend/src/op/space_to_depth.hpp +++ b/src/frontends/onnx/frontend/src/op/space_to_depth.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/split.hpp b/src/frontends/onnx/frontend/src/op/split.hpp index e618f0de65b..d98b3cdfa29 100644 --- a/src/frontends/onnx/frontend/src/op/split.hpp +++ b/src/frontends/onnx/frontend/src/op/split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/sqrt.hpp b/src/frontends/onnx/frontend/src/op/sqrt.hpp index bad982c3405..ed837c001f3 100644 --- a/src/frontends/onnx/frontend/src/op/sqrt.hpp +++ b/src/frontends/onnx/frontend/src/op/sqrt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/squeeze.hpp b/src/frontends/onnx/frontend/src/op/squeeze.hpp index d50b33e158b..f5c267cbc49 100644 --- a/src/frontends/onnx/frontend/src/op/squeeze.hpp +++ b/src/frontends/onnx/frontend/src/op/squeeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/sub.hpp b/src/frontends/onnx/frontend/src/op/sub.hpp index 7118bc47e1e..eef637a94eb 100644 --- a/src/frontends/onnx/frontend/src/op/sub.hpp +++ b/src/frontends/onnx/frontend/src/op/sub.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/sum.hpp b/src/frontends/onnx/frontend/src/op/sum.hpp index 2bd3c276709..c425c31f3ba 100644 --- a/src/frontends/onnx/frontend/src/op/sum.hpp +++ b/src/frontends/onnx/frontend/src/op/sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/tan.hpp b/src/frontends/onnx/frontend/src/op/tan.hpp index 88e1eceed8f..0bfa17e8fcd 100644 --- a/src/frontends/onnx/frontend/src/op/tan.hpp +++ b/src/frontends/onnx/frontend/src/op/tan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/tanh.hpp b/src/frontends/onnx/frontend/src/op/tanh.hpp index cf28e1baf8c..3216924b2c6 100644 --- a/src/frontends/onnx/frontend/src/op/tanh.hpp +++ b/src/frontends/onnx/frontend/src/op/tanh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/thresholded_relu.hpp b/src/frontends/onnx/frontend/src/op/thresholded_relu.hpp index 297efcfa317..0bf8baec55c 100644 --- a/src/frontends/onnx/frontend/src/op/thresholded_relu.hpp +++ b/src/frontends/onnx/frontend/src/op/thresholded_relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/tile.cpp b/src/frontends/onnx/frontend/src/op/tile.cpp index 0a36d01d862..dbafdb935f8 100644 --- a/src/frontends/onnx/frontend/src/op/tile.cpp +++ b/src/frontends/onnx/frontend/src/op/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/tile.hpp b/src/frontends/onnx/frontend/src/op/tile.hpp index 106f38970ab..d1dae306d57 100644 --- a/src/frontends/onnx/frontend/src/op/tile.hpp +++ b/src/frontends/onnx/frontend/src/op/tile.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/topk.cpp b/src/frontends/onnx/frontend/src/op/topk.cpp index cc220b49a04..c59507fa65d 100644 --- a/src/frontends/onnx/frontend/src/op/topk.cpp +++ b/src/frontends/onnx/frontend/src/op/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/topk.hpp b/src/frontends/onnx/frontend/src/op/topk.hpp index f5968c60c1a..f95e4e526c8 100644 --- a/src/frontends/onnx/frontend/src/op/topk.hpp +++ b/src/frontends/onnx/frontend/src/op/topk.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/transpose.cpp b/src/frontends/onnx/frontend/src/op/transpose.cpp index 9ea28088f88..6f782caff0d 100644 --- a/src/frontends/onnx/frontend/src/op/transpose.cpp +++ b/src/frontends/onnx/frontend/src/op/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/transpose.hpp b/src/frontends/onnx/frontend/src/op/transpose.hpp index 897437d1fda..d33794d6cce 100644 --- a/src/frontends/onnx/frontend/src/op/transpose.hpp +++ b/src/frontends/onnx/frontend/src/op/transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/unsqueeze.cpp b/src/frontends/onnx/frontend/src/op/unsqueeze.cpp index a2a2c53787d..d99194837c8 100644 --- a/src/frontends/onnx/frontend/src/op/unsqueeze.cpp +++ b/src/frontends/onnx/frontend/src/op/unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/unsqueeze.hpp b/src/frontends/onnx/frontend/src/op/unsqueeze.hpp index 353424b1dc6..6c8661eab26 100644 --- a/src/frontends/onnx/frontend/src/op/unsqueeze.hpp +++ b/src/frontends/onnx/frontend/src/op/unsqueeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/upsample.hpp b/src/frontends/onnx/frontend/src/op/upsample.hpp index 87d40de79d9..80c34a0ad21 100644 --- a/src/frontends/onnx/frontend/src/op/upsample.hpp +++ b/src/frontends/onnx/frontend/src/op/upsample.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/where.hpp b/src/frontends/onnx/frontend/src/op/where.hpp index 57b59f2f95e..0f5fa68f042 100644 --- a/src/frontends/onnx/frontend/src/op/where.hpp +++ b/src/frontends/onnx/frontend/src/op/where.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/op/xor.hpp b/src/frontends/onnx/frontend/src/op/xor.hpp index 5d40e4e232e..daa34fca9a7 100644 --- a/src/frontends/onnx/frontend/src/op/xor.hpp +++ b/src/frontends/onnx/frontend/src/op/xor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/ops_bridge.hpp b/src/frontends/onnx/frontend/src/ops_bridge.hpp index 7f0fe96785b..fda0cb071a4 100644 --- a/src/frontends/onnx/frontend/src/ops_bridge.hpp +++ b/src/frontends/onnx/frontend/src/ops_bridge.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/place.cpp b/src/frontends/onnx/frontend/src/place.cpp index f08221d3d3c..655dd00879e 100644 --- a/src/frontends/onnx/frontend/src/place.cpp +++ b/src/frontends/onnx/frontend/src/place.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/place.hpp b/src/frontends/onnx/frontend/src/place.hpp index 0a3d95855e9..9dbb42417bc 100644 --- a/src/frontends/onnx/frontend/src/place.hpp +++ b/src/frontends/onnx/frontend/src/place.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/precomp.hpp b/src/frontends/onnx/frontend/src/precomp.hpp index 4dcc6f32bfd..ab5d90a6ee4 100644 --- a/src/frontends/onnx/frontend/src/precomp.hpp +++ b/src/frontends/onnx/frontend/src/precomp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/arg_min_max_factory.cpp b/src/frontends/onnx/frontend/src/utils/arg_min_max_factory.cpp index 1a549215478..4158d545eea 100644 --- a/src/frontends/onnx/frontend/src/utils/arg_min_max_factory.cpp +++ b/src/frontends/onnx/frontend/src/utils/arg_min_max_factory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/arg_min_max_factory.hpp b/src/frontends/onnx/frontend/src/utils/arg_min_max_factory.hpp index 213aee65fb2..87786e6f14b 100644 --- a/src/frontends/onnx/frontend/src/utils/arg_min_max_factory.hpp +++ b/src/frontends/onnx/frontend/src/utils/arg_min_max_factory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/conv_factory.cpp b/src/frontends/onnx/frontend/src/utils/conv_factory.cpp index 782924439a7..a9c5f23957a 100644 --- a/src/frontends/onnx/frontend/src/utils/conv_factory.cpp +++ b/src/frontends/onnx/frontend/src/utils/conv_factory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/conv_factory.hpp b/src/frontends/onnx/frontend/src/utils/conv_factory.hpp index bf3020d4256..cc96b163038 100644 --- a/src/frontends/onnx/frontend/src/utils/conv_factory.hpp +++ b/src/frontends/onnx/frontend/src/utils/conv_factory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/convpool.cpp b/src/frontends/onnx/frontend/src/utils/convpool.cpp index b59fed54385..ced4362d25f 100644 --- a/src/frontends/onnx/frontend/src/utils/convpool.cpp +++ b/src/frontends/onnx/frontend/src/utils/convpool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/onnx_internal.cpp b/src/frontends/onnx/frontend/src/utils/onnx_internal.cpp index c6b5f5f159b..27eb27818c6 100644 --- a/src/frontends/onnx/frontend/src/utils/onnx_internal.cpp +++ b/src/frontends/onnx/frontend/src/utils/onnx_internal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/onnx_internal.hpp b/src/frontends/onnx/frontend/src/utils/onnx_internal.hpp index e6afa4b582c..c68fcc26e56 100644 --- a/src/frontends/onnx/frontend/src/utils/onnx_internal.hpp +++ b/src/frontends/onnx/frontend/src/utils/onnx_internal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/recurrent.hpp b/src/frontends/onnx/frontend/src/utils/recurrent.hpp index a40a75a7e51..08b09746932 100644 --- a/src/frontends/onnx/frontend/src/utils/recurrent.hpp +++ b/src/frontends/onnx/frontend/src/utils/recurrent.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/reshape.hpp b/src/frontends/onnx/frontend/src/utils/reshape.hpp index 1000f52c4e4..15b35f735b6 100644 --- a/src/frontends/onnx/frontend/src/utils/reshape.hpp +++ b/src/frontends/onnx/frontend/src/utils/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/tensor_external_data.cpp b/src/frontends/onnx/frontend/src/utils/tensor_external_data.cpp index 3f44e286701..f34239de3e4 100644 --- a/src/frontends/onnx/frontend/src/utils/tensor_external_data.cpp +++ b/src/frontends/onnx/frontend/src/utils/tensor_external_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/tensor_external_data.hpp b/src/frontends/onnx/frontend/src/utils/tensor_external_data.hpp index 28a8860007d..983e53895c1 100644 --- a/src/frontends/onnx/frontend/src/utils/tensor_external_data.hpp +++ b/src/frontends/onnx/frontend/src/utils/tensor_external_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/utils/variadic.hpp b/src/frontends/onnx/frontend/src/utils/variadic.hpp index 5f5dd373615..fa2f2cb751d 100644 --- a/src/frontends/onnx/frontend/src/utils/variadic.hpp +++ b/src/frontends/onnx/frontend/src/utils/variadic.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/frontend/src/version_range.hpp b/src/frontends/onnx/frontend/src/version_range.hpp index 0157858d10c..cf93a87f906 100644 --- a/src/frontends/onnx/frontend/src/version_range.hpp +++ b/src/frontends/onnx/frontend/src/version_range.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/onnx_common/CMakeLists.txt b/src/frontends/onnx/onnx_common/CMakeLists.txt index d8f2b6d98d1..d63bce40830 100644 --- a/src/frontends/onnx/onnx_common/CMakeLists.txt +++ b/src/frontends/onnx/onnx_common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/onnx/onnx_common/include/onnx_common/onnx_model_validator.hpp b/src/frontends/onnx/onnx_common/include/onnx_common/onnx_model_validator.hpp index 7920eef9c39..b0214875a89 100644 --- a/src/frontends/onnx/onnx_common/include/onnx_common/onnx_model_validator.hpp +++ b/src/frontends/onnx/onnx_common/include/onnx_common/onnx_model_validator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/onnx_common/include/onnx_common/parser.hpp b/src/frontends/onnx/onnx_common/include/onnx_common/parser.hpp index 27bff91e66d..85b249cc073 100644 --- a/src/frontends/onnx/onnx_common/include/onnx_common/parser.hpp +++ b/src/frontends/onnx/onnx_common/include/onnx_common/parser.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/onnx_common/include/onnx_common/utils.hpp b/src/frontends/onnx/onnx_common/include/onnx_common/utils.hpp index a26346945dd..9f514d8ec2c 100644 --- a/src/frontends/onnx/onnx_common/include/onnx_common/utils.hpp +++ b/src/frontends/onnx/onnx_common/include/onnx_common/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/frontends/onnx/onnx_common/src/onnx_model_validator.cpp b/src/frontends/onnx/onnx_common/src/onnx_model_validator.cpp index 0ce1aa6996f..55796778fe7 100644 --- a/src/frontends/onnx/onnx_common/src/onnx_model_validator.cpp +++ b/src/frontends/onnx/onnx_common/src/onnx_model_validator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/onnx_common/src/parser.cpp b/src/frontends/onnx/onnx_common/src/parser.cpp index bdce3d8bd63..e56f617eb32 100644 --- a/src/frontends/onnx/onnx_common/src/parser.cpp +++ b/src/frontends/onnx/onnx_common/src/parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/onnx_common/src/utils.cpp b/src/frontends/onnx/onnx_common/src/utils.cpp index 9b7977fccda..ff390c944f6 100644 --- a/src/frontends/onnx/onnx_common/src/utils.cpp +++ b/src/frontends/onnx/onnx_common/src/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/CMakeLists.txt b/src/frontends/onnx/tests/CMakeLists.txt index eea80d57ecb..27ce545394e 100644 --- a/src/frontends/onnx/tests/CMakeLists.txt +++ b/src/frontends/onnx/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/onnx/tests/__init__.py b/src/frontends/onnx/tests/__init__.py index 1b6d472dac2..1a66a0624cf 100644 --- a/src/frontends/onnx/tests/__init__.py +++ b/src/frontends/onnx/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/src/frontends/onnx/tests/conftest.py b/src/frontends/onnx/tests/conftest.py index e0514629c31..d5d6244ae63 100644 --- a/src/frontends/onnx/tests/conftest.py +++ b/src/frontends/onnx/tests/conftest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/onnx/tests/lib_close.cpp b/src/frontends/onnx/tests/lib_close.cpp index b367be61325..06641d0432c 100644 --- a/src/frontends/onnx/tests/lib_close.cpp +++ b/src/frontends/onnx/tests/lib_close.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/library_extension.cpp b/src/frontends/onnx/tests/library_extension.cpp index d9596801502..3369d6d8f8b 100644 --- a/src/frontends/onnx/tests/library_extension.cpp +++ b/src/frontends/onnx/tests/library_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/load_from.cpp b/src/frontends/onnx/tests/load_from.cpp index e5fb2c3b38c..1cf7c5bb250 100644 --- a/src/frontends/onnx/tests/load_from.cpp +++ b/src/frontends/onnx/tests/load_from.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "load_from.hpp" diff --git a/src/frontends/onnx/tests/model_support_tests.cpp b/src/frontends/onnx/tests/model_support_tests.cpp index 1efdffc7e82..31b2932c564 100644 --- a/src/frontends/onnx/tests/model_support_tests.cpp +++ b/src/frontends/onnx/tests/model_support_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_editor.cpp b/src/frontends/onnx/tests/onnx_editor.cpp index 17bd717ce4c..d5e56c8dfec 100644 --- a/src/frontends/onnx/tests/onnx_editor.cpp +++ b/src/frontends/onnx/tests/onnx_editor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_editor_topological_sort.cpp b/src/frontends/onnx/tests/onnx_editor_topological_sort.cpp index 7caea8199c6..e393095bc13 100644 --- a/src/frontends/onnx/tests/onnx_editor_topological_sort.cpp +++ b/src/frontends/onnx/tests/onnx_editor_topological_sort.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_com_microsoft.in.cpp b/src/frontends/onnx/tests/onnx_import_com_microsoft.in.cpp index 71989dc3800..18e10e28954 100644 --- a/src/frontends/onnx/tests/onnx_import_com_microsoft.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_com_microsoft.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_const_folding.in.cpp b/src/frontends/onnx/tests/onnx_import_const_folding.in.cpp index 7ef1daba717..c77cf7da5aa 100644 --- a/src/frontends/onnx/tests/onnx_import_const_folding.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_const_folding.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_controlflow.in.cpp b/src/frontends/onnx/tests/onnx_import_controlflow.in.cpp index 744624ae3c2..ccf3c54f8f6 100644 --- a/src/frontends/onnx/tests/onnx_import_controlflow.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_controlflow.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_convpool.in.cpp b/src/frontends/onnx/tests/onnx_import_convpool.in.cpp index f77dff57489..ccc8be03593 100644 --- a/src/frontends/onnx/tests/onnx_import_convpool.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_convpool.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_deprecated.in.cpp b/src/frontends/onnx/tests/onnx_import_deprecated.in.cpp index f95925e0b44..70c7b373d42 100644 --- a/src/frontends/onnx/tests/onnx_import_deprecated.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_deprecated.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_dyn_shapes.in.cpp b/src/frontends/onnx/tests/onnx_import_dyn_shapes.in.cpp index 723845347ed..b23fd74820e 100644 --- a/src/frontends/onnx/tests/onnx_import_dyn_shapes.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_dyn_shapes.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_exceptions.cpp b/src/frontends/onnx/tests/onnx_import_exceptions.cpp index 62a4b332f14..403f9664f41 100644 --- a/src/frontends/onnx/tests/onnx_import_exceptions.cpp +++ b/src/frontends/onnx/tests/onnx_import_exceptions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_org_openvino.in.cpp b/src/frontends/onnx/tests/onnx_import_org_openvino.in.cpp index cba2f57bcc5..332467a0b92 100644 --- a/src/frontends/onnx/tests/onnx_import_org_openvino.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_org_openvino.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_org_pytorch.in.cpp b/src/frontends/onnx/tests/onnx_import_org_pytorch.in.cpp index 608fc3d050d..8438029079b 100644 --- a/src/frontends/onnx/tests/onnx_import_org_pytorch.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_org_pytorch.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_quant.in.cpp b/src/frontends/onnx/tests/onnx_import_quant.in.cpp index 4ff11a4cf9b..c2d48c292cb 100644 --- a/src/frontends/onnx/tests/onnx_import_quant.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_quant.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_reshape.in.cpp b/src/frontends/onnx/tests/onnx_import_reshape.in.cpp index f3e8afc3aab..125978128ac 100644 --- a/src/frontends/onnx/tests/onnx_import_reshape.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_reshape.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_rnn.in.cpp b/src/frontends/onnx/tests/onnx_import_rnn.in.cpp index b6eeb60000c..5979466849d 100644 --- a/src/frontends/onnx/tests/onnx_import_rnn.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_rnn.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_import_with_editor.in.cpp b/src/frontends/onnx/tests/onnx_import_with_editor.in.cpp index 11077f4b89c..87ebdbc6d26 100644 --- a/src/frontends/onnx/tests/onnx_import_with_editor.in.cpp +++ b/src/frontends/onnx/tests/onnx_import_with_editor.in.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_importer_test.cpp b/src/frontends/onnx/tests/onnx_importer_test.cpp index 2c08eb8196f..5870c6cfb75 100644 --- a/src/frontends/onnx/tests/onnx_importer_test.cpp +++ b/src/frontends/onnx/tests/onnx_importer_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_ops_registration.cpp b/src/frontends/onnx/tests/onnx_ops_registration.cpp index 2ac414abb6d..22a2bebb056 100644 --- a/src/frontends/onnx/tests/onnx_ops_registration.cpp +++ b/src/frontends/onnx/tests/onnx_ops_registration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_prototxt_converter.py b/src/frontends/onnx/tests/onnx_prototxt_converter.py index 6c60fb9fec1..25d3c2a6c79 100644 --- a/src/frontends/onnx/tests/onnx_prototxt_converter.py +++ b/src/frontends/onnx/tests/onnx_prototxt_converter.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Converts protobuf files from binary message format into prototxt format and vice-versa. diff --git a/src/frontends/onnx/tests/onnx_reader_external_data.cpp b/src/frontends/onnx/tests/onnx_reader_external_data.cpp index 128dc1a86ba..103099d08bc 100644 --- a/src/frontends/onnx/tests/onnx_reader_external_data.cpp +++ b/src/frontends/onnx/tests/onnx_reader_external_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_tensor_names.cpp b/src/frontends/onnx/tests/onnx_tensor_names.cpp index e64e8b57129..c34205eed8d 100644 --- a/src/frontends/onnx/tests/onnx_tensor_names.cpp +++ b/src/frontends/onnx/tests/onnx_tensor_names.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_transformations.cpp b/src/frontends/onnx/tests/onnx_transformations.cpp index 389032c9bbd..53dc884ef0f 100644 --- a/src/frontends/onnx/tests/onnx_transformations.cpp +++ b/src/frontends/onnx/tests/onnx_transformations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_utils.cpp b/src/frontends/onnx/tests/onnx_utils.cpp index 3b401578ab0..376222cd1ba 100644 --- a/src/frontends/onnx/tests/onnx_utils.cpp +++ b/src/frontends/onnx/tests/onnx_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/onnx_utils.hpp b/src/frontends/onnx/tests/onnx_utils.hpp index 6a263c72546..9e9d56f36fb 100644 --- a/src/frontends/onnx/tests/onnx_utils.hpp +++ b/src/frontends/onnx/tests/onnx_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/op_extension.cpp b/src/frontends/onnx/tests/op_extension.cpp index 7f06fdfc534..6dc9be9c129 100644 --- a/src/frontends/onnx/tests/op_extension.cpp +++ b/src/frontends/onnx/tests/op_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/runtime.py b/src/frontends/onnx/tests/runtime.py index 2a4e0f4e6ff..95368adb37f 100644 --- a/src/frontends/onnx/tests/runtime.py +++ b/src/frontends/onnx/tests/runtime.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Provide a layer of abstraction for an OpenVINO runtime environment.""" diff --git a/src/frontends/onnx/tests/skip_tests_config.cpp b/src/frontends/onnx/tests/skip_tests_config.cpp index 99d6bc297a1..694f3b8d1ca 100644 --- a/src/frontends/onnx/tests/skip_tests_config.cpp +++ b/src/frontends/onnx/tests/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/standalone_build/CMakeLists.txt b/src/frontends/onnx/tests/standalone_build/CMakeLists.txt index 8e9aa15a5c4..3823ae5c894 100644 --- a/src/frontends/onnx/tests/standalone_build/CMakeLists.txt +++ b/src/frontends/onnx/tests/standalone_build/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/onnx/tests/standalone_build/standalone_build_test.cpp b/src/frontends/onnx/tests/standalone_build/standalone_build_test.cpp index 091cf43a736..ee3ee403afe 100644 --- a/src/frontends/onnx/tests/standalone_build/standalone_build_test.cpp +++ b/src/frontends/onnx/tests/standalone_build/standalone_build_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/telemetry.cpp b/src/frontends/onnx/tests/telemetry.cpp index 43089a1d4e5..aea9d649a40 100644 --- a/src/frontends/onnx/tests/telemetry.cpp +++ b/src/frontends/onnx/tests/telemetry.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/onnx/tests/tests_python/__init__.py b/src/frontends/onnx/tests/tests_python/__init__.py index 7d403600aa6..aaeca21462e 100644 --- a/src/frontends/onnx/tests/tests_python/__init__.py +++ b/src/frontends/onnx/tests/tests_python/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/src/frontends/onnx/tests/tests_python/model_zoo_preprocess.sh b/src/frontends/onnx/tests/tests_python/model_zoo_preprocess.sh index b101a4c86f4..49de98a8960 100755 --- a/src/frontends/onnx/tests/tests_python/model_zoo_preprocess.sh +++ b/src/frontends/onnx/tests/tests_python/model_zoo_preprocess.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 set -e diff --git a/src/frontends/onnx/tests/tests_python/test_backend.py b/src/frontends/onnx/tests/tests_python/test_backend.py index 612e51218da..052af83a885 100644 --- a/src/frontends/onnx/tests/tests_python/test_backend.py +++ b/src/frontends/onnx/tests/tests_python/test_backend.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/src/frontends/onnx/tests/tests_python/test_frontend_lib_close.py b/src/frontends/onnx/tests/tests_python/test_frontend_lib_close.py index 89955ffa1c5..3e7cd33637d 100644 --- a/src/frontends/onnx/tests/tests_python/test_frontend_lib_close.py +++ b/src/frontends/onnx/tests/tests_python/test_frontend_lib_close.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/onnx/tests/tests_python/test_frontend_onnx.py b/src/frontends/onnx/tests/tests_python/test_frontend_onnx.py index 18776168028..b3625b62071 100644 --- a/src/frontends/onnx/tests/tests_python/test_frontend_onnx.py +++ b/src/frontends/onnx/tests/tests_python/test_frontend_onnx.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import io diff --git a/src/frontends/onnx/tests/tests_python/test_frontend_onnx_editor.py b/src/frontends/onnx/tests/tests_python/test_frontend_onnx_editor.py index 2f9ea673476..2675981ffa5 100644 --- a/src/frontends/onnx/tests/tests_python/test_frontend_onnx_editor.py +++ b/src/frontends/onnx/tests/tests_python/test_frontend_onnx_editor.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/onnx/tests/tests_python/test_frontendmanager.py b/src/frontends/onnx/tests/tests_python/test_frontendmanager.py index 6b3f922f7e4..0a0dfa36f4e 100644 --- a/src/frontends/onnx/tests/tests_python/test_frontendmanager.py +++ b/src/frontends/onnx/tests/tests_python/test_frontendmanager.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pickle diff --git a/src/frontends/onnx/tests/tests_python/test_onnx_external_data.py b/src/frontends/onnx/tests/tests_python/test_onnx_external_data.py index 80b310d4844..a1fb3301c5b 100644 --- a/src/frontends/onnx/tests/tests_python/test_onnx_external_data.py +++ b/src/frontends/onnx/tests/tests_python/test_onnx_external_data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/onnx/tests/tests_python/test_onnx_import.py b/src/frontends/onnx/tests/tests_python/test_onnx_import.py index 4bca1a7d44c..a562f1568be 100644 --- a/src/frontends/onnx/tests/tests_python/test_onnx_import.py +++ b/src/frontends/onnx/tests/tests_python/test_onnx_import.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/onnx/tests/tests_python/test_ops_batchnorm.py b/src/frontends/onnx/tests/tests_python/test_ops_batchnorm.py index d64a3beadb9..fb9772f7467 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_batchnorm.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_batchnorm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/test_ops_binary.py b/src/frontends/onnx/tests/tests_python/test_ops_binary.py index 6f7cd4706f7..1ffac308dd1 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_binary.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_binary.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/test_ops_convpool.py b/src/frontends/onnx/tests/tests_python/test_ops_convpool.py index 1a242f94709..542ac69f44c 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_convpool.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_convpool.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/test_ops_logical.py b/src/frontends/onnx/tests/tests_python/test_ops_logical.py index 009d30dfc61..685c6fb58d7 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_logical.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_logical.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/test_ops_matmul.py b/src/frontends/onnx/tests/tests_python/test_ops_matmul.py index 33a4d15374d..58b1dc709df 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_matmul.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_matmul.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/test_ops_nonlinear.py b/src/frontends/onnx/tests/tests_python/test_ops_nonlinear.py index 824425cff68..b205edd86d2 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_nonlinear.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_nonlinear.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/test_ops_random.py b/src/frontends/onnx/tests/tests_python/test_ops_random.py index 2341cacea57..dcbab25e4ba 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_random.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_random.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/test_ops_reduction.py b/src/frontends/onnx/tests/tests_python/test_ops_reduction.py index 9435fc1ab56..e75564dd440 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_reduction.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_reduction.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/test_ops_reshape.py b/src/frontends/onnx/tests/tests_python/test_ops_reshape.py index 3337358400b..6762134350d 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_reshape.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_reshape.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/test_ops_unary.py b/src/frontends/onnx/tests/tests_python/test_ops_unary.py index b1741b2ba94..bcb697881b7 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_unary.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_unary.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/test_ops_variadic.py b/src/frontends/onnx/tests/tests_python/test_ops_variadic.py index a5e8f7e0446..f0ee324a6ab 100644 --- a/src/frontends/onnx/tests/tests_python/test_ops_variadic.py +++ b/src/frontends/onnx/tests/tests_python/test_ops_variadic.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from functools import reduce diff --git a/src/frontends/onnx/tests/tests_python/test_zoo_models.py b/src/frontends/onnx/tests/tests_python/test_zoo_models.py index 20ddf94cc4b..06f8f920157 100644 --- a/src/frontends/onnx/tests/tests_python/test_zoo_models.py +++ b/src/frontends/onnx/tests/tests_python/test_zoo_models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tests diff --git a/src/frontends/onnx/tests/tests_python/utils/__init__.py b/src/frontends/onnx/tests/tests_python/utils/__init__.py index 1bfc383f971..bc8f75a0e17 100644 --- a/src/frontends/onnx/tests/tests_python/utils/__init__.py +++ b/src/frontends/onnx/tests/tests_python/utils/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from string import ascii_uppercase diff --git a/src/frontends/onnx/tests/tests_python/utils/model_importer.py b/src/frontends/onnx/tests/tests_python/utils/model_importer.py index e27e10d1ada..b1321e27b1a 100644 --- a/src/frontends/onnx/tests/tests_python/utils/model_importer.py +++ b/src/frontends/onnx/tests/tests_python/utils/model_importer.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/onnx/tests/tests_python/utils/onnx_backend.py b/src/frontends/onnx/tests/tests_python/utils/onnx_backend.py index d6625b85c72..830ec675c03 100644 --- a/src/frontends/onnx/tests/tests_python/utils/onnx_backend.py +++ b/src/frontends/onnx/tests/tests_python/utils/onnx_backend.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ONNX Backend implementation. diff --git a/src/frontends/onnx/tests/tests_python/utils/onnx_helpers.py b/src/frontends/onnx/tests/tests_python/utils/onnx_helpers.py index 15970e5d43a..919327aab69 100644 --- a/src/frontends/onnx/tests/tests_python/utils/onnx_helpers.py +++ b/src/frontends/onnx/tests/tests_python/utils/onnx_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/paddle/CMakeLists.txt b/src/frontends/paddle/CMakeLists.txt index 0471d39a3c8..3130d0511bb 100644 --- a/src/frontends/paddle/CMakeLists.txt +++ b/src/frontends/paddle/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/include/openvino/frontend/paddle/decoder.hpp b/src/frontends/paddle/include/openvino/frontend/paddle/decoder.hpp index a687f137ca0..0dbf54f2666 100644 --- a/src/frontends/paddle/include/openvino/frontend/paddle/decoder.hpp +++ b/src/frontends/paddle/include/openvino/frontend/paddle/decoder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/include/openvino/frontend/paddle/exception.hpp b/src/frontends/paddle/include/openvino/frontend/paddle/exception.hpp index 1bfb69ca7a8..29e3f2f3433 100644 --- a/src/frontends/paddle/include/openvino/frontend/paddle/exception.hpp +++ b/src/frontends/paddle/include/openvino/frontend/paddle/exception.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/include/openvino/frontend/paddle/extension/conversion.hpp b/src/frontends/paddle/include/openvino/frontend/paddle/extension/conversion.hpp index ea46e207a04..2935083c36c 100644 --- a/src/frontends/paddle/include/openvino/frontend/paddle/extension/conversion.hpp +++ b/src/frontends/paddle/include/openvino/frontend/paddle/extension/conversion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/include/openvino/frontend/paddle/frontend.hpp b/src/frontends/paddle/include/openvino/frontend/paddle/frontend.hpp index a4bf013684e..c3869793649 100644 --- a/src/frontends/paddle/include/openvino/frontend/paddle/frontend.hpp +++ b/src/frontends/paddle/include/openvino/frontend/paddle/frontend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/include/openvino/frontend/paddle/node_context.hpp b/src/frontends/paddle/include/openvino/frontend/paddle/node_context.hpp index dde7df0770c..fda2bc53f8f 100644 --- a/src/frontends/paddle/include/openvino/frontend/paddle/node_context.hpp +++ b/src/frontends/paddle/include/openvino/frontend/paddle/node_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/include/openvino/frontend/paddle/visibility.hpp b/src/frontends/paddle/include/openvino/frontend/paddle/visibility.hpp index c3a18181c54..50952bcfb20 100644 --- a/src/frontends/paddle/include/openvino/frontend/paddle/visibility.hpp +++ b/src/frontends/paddle/include/openvino/frontend/paddle/visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/CMakeLists.txt b/src/frontends/paddle/src/CMakeLists.txt index 57241ae95ae..fa176e7f055 100644 --- a/src/frontends/paddle/src/CMakeLists.txt +++ b/src/frontends/paddle/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/src/decoder.cpp b/src/frontends/paddle/src/decoder.cpp index 78e5c7cb56c..933756cf050 100644 --- a/src/frontends/paddle/src/decoder.cpp +++ b/src/frontends/paddle/src/decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/decoder_proto.cpp b/src/frontends/paddle/src/decoder_proto.cpp index 41da414db6a..6ddca6572ff 100644 --- a/src/frontends/paddle/src/decoder_proto.cpp +++ b/src/frontends/paddle/src/decoder_proto.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/decoder_proto.hpp b/src/frontends/paddle/src/decoder_proto.hpp index cfad67bbc4f..071a7ce17c8 100644 --- a/src/frontends/paddle/src/decoder_proto.hpp +++ b/src/frontends/paddle/src/decoder_proto.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/default_opset.hpp b/src/frontends/paddle/src/default_opset.hpp index 3f3430f61b2..c3eed5b5653 100644 --- a/src/frontends/paddle/src/default_opset.hpp +++ b/src/frontends/paddle/src/default_opset.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/exception.cpp b/src/frontends/paddle/src/exception.cpp index 0db66d38b19..0aab1923d8d 100644 --- a/src/frontends/paddle/src/exception.cpp +++ b/src/frontends/paddle/src/exception.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/extensions.cpp b/src/frontends/paddle/src/extensions.cpp index 37407bc051d..61e8143cabf 100644 --- a/src/frontends/paddle/src/extensions.cpp +++ b/src/frontends/paddle/src/extensions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/frontend.cpp b/src/frontends/paddle/src/frontend.cpp index 9bb81b30279..6cdba8c2955 100644 --- a/src/frontends/paddle/src/frontend.cpp +++ b/src/frontends/paddle/src/frontend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/input_model.cpp b/src/frontends/paddle/src/input_model.cpp index ef361aa683e..8833f3db542 100644 --- a/src/frontends/paddle/src/input_model.cpp +++ b/src/frontends/paddle/src/input_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/input_model.hpp b/src/frontends/paddle/src/input_model.hpp index 11b4e230eb4..6eedb6759a7 100644 --- a/src/frontends/paddle/src/input_model.hpp +++ b/src/frontends/paddle/src/input_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/op/conditional_block.cpp b/src/frontends/paddle/src/internal/op/conditional_block.cpp index b5d3dea9dd4..a0a6222088b 100644 --- a/src/frontends/paddle/src/internal/op/conditional_block.cpp +++ b/src/frontends/paddle/src/internal/op/conditional_block.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/op/conditional_block.hpp b/src/frontends/paddle/src/internal/op/conditional_block.hpp index 28f13cb2657..6b1e94619d7 100644 --- a/src/frontends/paddle/src/internal/op/conditional_block.hpp +++ b/src/frontends/paddle/src/internal/op/conditional_block.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/op/tensorarray_write.cpp b/src/frontends/paddle/src/internal/op/tensorarray_write.cpp index efbb29323b3..5dd59425c9d 100644 --- a/src/frontends/paddle/src/internal/op/tensorarray_write.cpp +++ b/src/frontends/paddle/src/internal/op/tensorarray_write.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/op/tensorarray_write.hpp b/src/frontends/paddle/src/internal/op/tensorarray_write.hpp index 52e4036a01e..2ba396adf77 100644 --- a/src/frontends/paddle/src/internal/op/tensorarray_write.hpp +++ b/src/frontends/paddle/src/internal/op/tensorarray_write.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/op/while.cpp b/src/frontends/paddle/src/internal/op/while.cpp index 309b8a8ec14..e5390481d17 100644 --- a/src/frontends/paddle/src/internal/op/while.cpp +++ b/src/frontends/paddle/src/internal/op/while.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/op/while.hpp b/src/frontends/paddle/src/internal/op/while.hpp index 17b5f87e2ce..69e7e50da08 100644 --- a/src/frontends/paddle/src/internal/op/while.hpp +++ b/src/frontends/paddle/src/internal/op/while.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/pass/transform_if.cpp b/src/frontends/paddle/src/internal/pass/transform_if.cpp index 61edc4cf1aa..91906494f9b 100644 --- a/src/frontends/paddle/src/internal/pass/transform_if.cpp +++ b/src/frontends/paddle/src/internal/pass/transform_if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/pass/transform_if.hpp b/src/frontends/paddle/src/internal/pass/transform_if.hpp index e7e89e5ed3c..98c66800d6f 100644 --- a/src/frontends/paddle/src/internal/pass/transform_if.hpp +++ b/src/frontends/paddle/src/internal/pass/transform_if.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/pass/transform_tensorarray.cpp b/src/frontends/paddle/src/internal/pass/transform_tensorarray.cpp index e1cc417821c..dcf9336ef73 100644 --- a/src/frontends/paddle/src/internal/pass/transform_tensorarray.cpp +++ b/src/frontends/paddle/src/internal/pass/transform_tensorarray.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/pass/transform_tensorarray.hpp b/src/frontends/paddle/src/internal/pass/transform_tensorarray.hpp index 6f18e27ab2a..c992bf1eefa 100644 --- a/src/frontends/paddle/src/internal/pass/transform_tensorarray.hpp +++ b/src/frontends/paddle/src/internal/pass/transform_tensorarray.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/pass/transform_while.cpp b/src/frontends/paddle/src/internal/pass/transform_while.cpp index f00accb51b2..58359c52a9a 100644 --- a/src/frontends/paddle/src/internal/pass/transform_while.cpp +++ b/src/frontends/paddle/src/internal/pass/transform_while.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/internal/pass/transform_while.hpp b/src/frontends/paddle/src/internal/pass/transform_while.hpp index e190337acba..de6f381222a 100644 --- a/src/frontends/paddle/src/internal/pass/transform_while.hpp +++ b/src/frontends/paddle/src/internal/pass/transform_while.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/argmax.cpp b/src/frontends/paddle/src/op/argmax.cpp index 7ec245a8c2f..d04424dd1e7 100644 --- a/src/frontends/paddle/src/op/argmax.cpp +++ b/src/frontends/paddle/src/op/argmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/assign.cpp b/src/frontends/paddle/src/op/assign.cpp index 328e7a210b1..4f2ed74aac2 100644 --- a/src/frontends/paddle/src/op/assign.cpp +++ b/src/frontends/paddle/src/op/assign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/assign_value.cpp b/src/frontends/paddle/src/op/assign_value.cpp index 596fb1f000a..7ca9a1a6fc3 100644 --- a/src/frontends/paddle/src/op/assign_value.cpp +++ b/src/frontends/paddle/src/op/assign_value.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/batch_norm.cpp b/src/frontends/paddle/src/op/batch_norm.cpp index 1777970e037..c0c90944390 100644 --- a/src/frontends/paddle/src/op/batch_norm.cpp +++ b/src/frontends/paddle/src/op/batch_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/box_coder.cpp b/src/frontends/paddle/src/op/box_coder.cpp index 8d2247c344b..2add3c76f5e 100644 --- a/src/frontends/paddle/src/op/box_coder.cpp +++ b/src/frontends/paddle/src/op/box_coder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "default_opset.hpp" diff --git a/src/frontends/paddle/src/op/cast.cpp b/src/frontends/paddle/src/op/cast.cpp index 5d286aff609..7d2fb75fab9 100644 --- a/src/frontends/paddle/src/op/cast.cpp +++ b/src/frontends/paddle/src/op/cast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/ceil.cpp b/src/frontends/paddle/src/op/ceil.cpp index fdfa7a22b05..428a32d2846 100644 --- a/src/frontends/paddle/src/op/ceil.cpp +++ b/src/frontends/paddle/src/op/ceil.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/clip.cpp b/src/frontends/paddle/src/op/clip.cpp index 19d117f53ac..897291249d5 100644 --- a/src/frontends/paddle/src/op/clip.cpp +++ b/src/frontends/paddle/src/op/clip.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/concat.cpp b/src/frontends/paddle/src/op/concat.cpp index cf36d18d894..4741616f832 100644 --- a/src/frontends/paddle/src/op/concat.cpp +++ b/src/frontends/paddle/src/op/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/conditional_block.cpp b/src/frontends/paddle/src/op/conditional_block.cpp index 48af93feccf..b0ff74f48bc 100644 --- a/src/frontends/paddle/src/op/conditional_block.cpp +++ b/src/frontends/paddle/src/op/conditional_block.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/conv2d.cpp b/src/frontends/paddle/src/op/conv2d.cpp index 8d3dd60635a..ab71bc0163a 100644 --- a/src/frontends/paddle/src/op/conv2d.cpp +++ b/src/frontends/paddle/src/op/conv2d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/conv2d_transpose.cpp b/src/frontends/paddle/src/op/conv2d_transpose.cpp index ed509713435..3e22f22c6c1 100644 --- a/src/frontends/paddle/src/op/conv2d_transpose.cpp +++ b/src/frontends/paddle/src/op/conv2d_transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/conv2d_utils.cpp b/src/frontends/paddle/src/op/conv2d_utils.cpp index a0567375e49..2792944f1f1 100644 --- a/src/frontends/paddle/src/op/conv2d_utils.cpp +++ b/src/frontends/paddle/src/op/conv2d_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/conv2d_utils.hpp b/src/frontends/paddle/src/op/conv2d_utils.hpp index e162139de00..ee705b5309b 100644 --- a/src/frontends/paddle/src/op/conv2d_utils.hpp +++ b/src/frontends/paddle/src/op/conv2d_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/cos.cpp b/src/frontends/paddle/src/op/cos.cpp index 5989be9cdfc..cb0b115711a 100644 --- a/src/frontends/paddle/src/op/cos.cpp +++ b/src/frontends/paddle/src/op/cos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/cumsum.cpp b/src/frontends/paddle/src/op/cumsum.cpp index 1a710a5d69c..1024227ab9e 100644 --- a/src/frontends/paddle/src/op/cumsum.cpp +++ b/src/frontends/paddle/src/op/cumsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/deformable_conv.cpp b/src/frontends/paddle/src/op/deformable_conv.cpp index 0c513df769a..e8826f91be4 100644 --- a/src/frontends/paddle/src/op/deformable_conv.cpp +++ b/src/frontends/paddle/src/op/deformable_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "conv2d_utils.hpp" diff --git a/src/frontends/paddle/src/op/dropout.cpp b/src/frontends/paddle/src/op/dropout.cpp index e77c5cdf35f..37faac3a804 100644 --- a/src/frontends/paddle/src/op/dropout.cpp +++ b/src/frontends/paddle/src/op/dropout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/elementwise_ops.cpp b/src/frontends/paddle/src/op/elementwise_ops.cpp index edbe9564883..fe13fa6425e 100644 --- a/src/frontends/paddle/src/op/elementwise_ops.cpp +++ b/src/frontends/paddle/src/op/elementwise_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/elementwise_ops.hpp b/src/frontends/paddle/src/op/elementwise_ops.hpp index defbf2c9169..fbc36b34400 100644 --- a/src/frontends/paddle/src/op/elementwise_ops.hpp +++ b/src/frontends/paddle/src/op/elementwise_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/embedding.cpp b/src/frontends/paddle/src/op/embedding.cpp index 684b953e11f..141fca5694c 100644 --- a/src/frontends/paddle/src/op/embedding.cpp +++ b/src/frontends/paddle/src/op/embedding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/exp.cpp b/src/frontends/paddle/src/op/exp.cpp index 741eca02030..7e1d1b4fbf8 100644 --- a/src/frontends/paddle/src/op/exp.cpp +++ b/src/frontends/paddle/src/op/exp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/expand_v2.cpp b/src/frontends/paddle/src/op/expand_v2.cpp index c3a0da1a06c..d79e49db286 100644 --- a/src/frontends/paddle/src/op/expand_v2.cpp +++ b/src/frontends/paddle/src/op/expand_v2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/fill_any_like.cpp b/src/frontends/paddle/src/op/fill_any_like.cpp index 52570d2dbd6..bcd320e2f23 100644 --- a/src/frontends/paddle/src/op/fill_any_like.cpp +++ b/src/frontends/paddle/src/op/fill_any_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/fill_constant.cpp b/src/frontends/paddle/src/op/fill_constant.cpp index b9407efd2d9..01dba1cdbcd 100644 --- a/src/frontends/paddle/src/op/fill_constant.cpp +++ b/src/frontends/paddle/src/op/fill_constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/fill_constant_batch_size_like.cpp b/src/frontends/paddle/src/op/fill_constant_batch_size_like.cpp index cf23a4a2e15..45d428c6890 100644 --- a/src/frontends/paddle/src/op/fill_constant_batch_size_like.cpp +++ b/src/frontends/paddle/src/op/fill_constant_batch_size_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/flatten_contiguous_range.cpp b/src/frontends/paddle/src/op/flatten_contiguous_range.cpp index ed9a48a62e4..5fbc3f11734 100644 --- a/src/frontends/paddle/src/op/flatten_contiguous_range.cpp +++ b/src/frontends/paddle/src/op/flatten_contiguous_range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/flip.cpp b/src/frontends/paddle/src/op/flip.cpp index 804edcc7e01..e11578b9dec 100644 --- a/src/frontends/paddle/src/op/flip.cpp +++ b/src/frontends/paddle/src/op/flip.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/floor.cpp b/src/frontends/paddle/src/op/floor.cpp index 66f14dc735e..b1f940ce46b 100644 --- a/src/frontends/paddle/src/op/floor.cpp +++ b/src/frontends/paddle/src/op/floor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/gather.cpp b/src/frontends/paddle/src/op/gather.cpp index ec2bdc2fbe3..b4be4b6c9be 100644 --- a/src/frontends/paddle/src/op/gather.cpp +++ b/src/frontends/paddle/src/op/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/gather_nd.cpp b/src/frontends/paddle/src/op/gather_nd.cpp index c367883e917..6ec6ce01cb5 100644 --- a/src/frontends/paddle/src/op/gather_nd.cpp +++ b/src/frontends/paddle/src/op/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/gelu.cpp b/src/frontends/paddle/src/op/gelu.cpp index 2745f28fb85..5736e98db78 100644 --- a/src/frontends/paddle/src/op/gelu.cpp +++ b/src/frontends/paddle/src/op/gelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/greater_than.cpp b/src/frontends/paddle/src/op/greater_than.cpp index 8d26d0ef49c..9f09ee341eb 100644 --- a/src/frontends/paddle/src/op/greater_than.cpp +++ b/src/frontends/paddle/src/op/greater_than.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/grid_sampler.cpp b/src/frontends/paddle/src/op/grid_sampler.cpp index b78c3ea345a..d69a95462d4 100644 --- a/src/frontends/paddle/src/op/grid_sampler.cpp +++ b/src/frontends/paddle/src/op/grid_sampler.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/group_norm.cpp b/src/frontends/paddle/src/op/group_norm.cpp index 60b8b99ffe9..c2e82786f6c 100644 --- a/src/frontends/paddle/src/op/group_norm.cpp +++ b/src/frontends/paddle/src/op/group_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/hard_sigmoid.cpp b/src/frontends/paddle/src/op/hard_sigmoid.cpp index f90f432dcbc..c4c8f9ad39b 100644 --- a/src/frontends/paddle/src/op/hard_sigmoid.cpp +++ b/src/frontends/paddle/src/op/hard_sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/hard_swish.cpp b/src/frontends/paddle/src/op/hard_swish.cpp index f21891a20f7..eb5fc99d69c 100644 --- a/src/frontends/paddle/src/op/hard_swish.cpp +++ b/src/frontends/paddle/src/op/hard_swish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/index_select.cpp b/src/frontends/paddle/src/op/index_select.cpp index 7a85619f5a4..55e4786cbb8 100644 --- a/src/frontends/paddle/src/op/index_select.cpp +++ b/src/frontends/paddle/src/op/index_select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/interp.cpp b/src/frontends/paddle/src/op/interp.cpp index 902204b7864..b53601784c9 100644 --- a/src/frontends/paddle/src/op/interp.cpp +++ b/src/frontends/paddle/src/op/interp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/layer_norm.cpp b/src/frontends/paddle/src/op/layer_norm.cpp index ae40ff10d9e..7f39724322a 100644 --- a/src/frontends/paddle/src/op/layer_norm.cpp +++ b/src/frontends/paddle/src/op/layer_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/leakyrelu.cpp b/src/frontends/paddle/src/op/leakyrelu.cpp index cf2dc09dca7..f2f20237038 100644 --- a/src/frontends/paddle/src/op/leakyrelu.cpp +++ b/src/frontends/paddle/src/op/leakyrelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/less_than.cpp b/src/frontends/paddle/src/op/less_than.cpp index 01380315565..247040709b4 100644 --- a/src/frontends/paddle/src/op/less_than.cpp +++ b/src/frontends/paddle/src/op/less_than.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/linspace.cpp b/src/frontends/paddle/src/op/linspace.cpp index 47c1be6c509..1406456df2c 100644 --- a/src/frontends/paddle/src/op/linspace.cpp +++ b/src/frontends/paddle/src/op/linspace.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/lod_array_length.cpp b/src/frontends/paddle/src/op/lod_array_length.cpp index 79fed5a035c..d8e6b446182 100644 --- a/src/frontends/paddle/src/op/lod_array_length.cpp +++ b/src/frontends/paddle/src/op/lod_array_length.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/log.cpp b/src/frontends/paddle/src/op/log.cpp index e516ac8b93e..ab4ac8d1608 100644 --- a/src/frontends/paddle/src/op/log.cpp +++ b/src/frontends/paddle/src/op/log.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/logical_and.cpp b/src/frontends/paddle/src/op/logical_and.cpp index e9920fd1845..aceb3e8aee5 100644 --- a/src/frontends/paddle/src/op/logical_and.cpp +++ b/src/frontends/paddle/src/op/logical_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/logical_not.cpp b/src/frontends/paddle/src/op/logical_not.cpp index 0d35ad07eac..3e2e33d8568 100644 --- a/src/frontends/paddle/src/op/logical_not.cpp +++ b/src/frontends/paddle/src/op/logical_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/logical_or.cpp b/src/frontends/paddle/src/op/logical_or.cpp index fe2179d9a12..d872ebed830 100644 --- a/src/frontends/paddle/src/op/logical_or.cpp +++ b/src/frontends/paddle/src/op/logical_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/logical_xor.cpp b/src/frontends/paddle/src/op/logical_xor.cpp index 6365a641160..33a80bc86b9 100644 --- a/src/frontends/paddle/src/op/logical_xor.cpp +++ b/src/frontends/paddle/src/op/logical_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/lstm.cpp b/src/frontends/paddle/src/op/lstm.cpp index 86985680f14..86c877eb458 100644 --- a/src/frontends/paddle/src/op/lstm.cpp +++ b/src/frontends/paddle/src/op/lstm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/matmul.cpp b/src/frontends/paddle/src/op/matmul.cpp index 73b2e442821..4516fc400fa 100644 --- a/src/frontends/paddle/src/op/matmul.cpp +++ b/src/frontends/paddle/src/op/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/frontend/paddle/node_context.hpp" diff --git a/src/frontends/paddle/src/op/matmul_v2.cpp b/src/frontends/paddle/src/op/matmul_v2.cpp index 2a096569d03..f7db462758c 100644 --- a/src/frontends/paddle/src/op/matmul_v2.cpp +++ b/src/frontends/paddle/src/op/matmul_v2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "default_opset.hpp" diff --git a/src/frontends/paddle/src/op/matrix_nms.cpp b/src/frontends/paddle/src/op/matrix_nms.cpp index b750f33de99..4c3144a7534 100644 --- a/src/frontends/paddle/src/op/matrix_nms.cpp +++ b/src/frontends/paddle/src/op/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/frontend/paddle/node_context.hpp" diff --git a/src/frontends/paddle/src/op/meshgrid.cpp b/src/frontends/paddle/src/op/meshgrid.cpp index 343666edcb4..3e7698e9be8 100644 --- a/src/frontends/paddle/src/op/meshgrid.cpp +++ b/src/frontends/paddle/src/op/meshgrid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/multiclass_nms.cpp b/src/frontends/paddle/src/op/multiclass_nms.cpp index 32d25167260..c8fc2840270 100644 --- a/src/frontends/paddle/src/op/multiclass_nms.cpp +++ b/src/frontends/paddle/src/op/multiclass_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/frontend/paddle/node_context.hpp" diff --git a/src/frontends/paddle/src/op/one_hot_v2.cpp b/src/frontends/paddle/src/op/one_hot_v2.cpp index d63ad21dcb3..0b48b283b16 100644 --- a/src/frontends/paddle/src/op/one_hot_v2.cpp +++ b/src/frontends/paddle/src/op/one_hot_v2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/p_norm.cpp b/src/frontends/paddle/src/op/p_norm.cpp index 645bd9e53c9..11aaa29c1a9 100644 --- a/src/frontends/paddle/src/op/p_norm.cpp +++ b/src/frontends/paddle/src/op/p_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/pad3d.cpp b/src/frontends/paddle/src/op/pad3d.cpp index 5a49d9be27a..2e5258c5fa7 100644 --- a/src/frontends/paddle/src/op/pad3d.cpp +++ b/src/frontends/paddle/src/op/pad3d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/partial_ops.cpp b/src/frontends/paddle/src/op/partial_ops.cpp index eea6c58db04..c102dcdd20a 100644 --- a/src/frontends/paddle/src/op/partial_ops.cpp +++ b/src/frontends/paddle/src/op/partial_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/partial_ops.hpp b/src/frontends/paddle/src/op/partial_ops.hpp index c82cffbb99b..82d66d1346d 100644 --- a/src/frontends/paddle/src/op/partial_ops.hpp +++ b/src/frontends/paddle/src/op/partial_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/pool2d.cpp b/src/frontends/paddle/src/op/pool2d.cpp index e98d1d83c42..a9e20c6ab99 100644 --- a/src/frontends/paddle/src/op/pool2d.cpp +++ b/src/frontends/paddle/src/op/pool2d.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // //***************************************************************************** diff --git a/src/frontends/paddle/src/op/pool3d.cpp b/src/frontends/paddle/src/op/pool3d.cpp index 8cde73fa23e..8f6d98a1f37 100644 --- a/src/frontends/paddle/src/op/pool3d.cpp +++ b/src/frontends/paddle/src/op/pool3d.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // //***************************************************************************** diff --git a/src/frontends/paddle/src/op/pow.cpp b/src/frontends/paddle/src/op/pow.cpp index cbea173245d..d2d4cda59b1 100644 --- a/src/frontends/paddle/src/op/pow.cpp +++ b/src/frontends/paddle/src/op/pow.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/frontend/paddle/node_context.hpp" diff --git a/src/frontends/paddle/src/op/prior_box.cpp b/src/frontends/paddle/src/op/prior_box.cpp index b72865dcf9d..47493718bf4 100644 --- a/src/frontends/paddle/src/op/prior_box.cpp +++ b/src/frontends/paddle/src/op/prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/range.cpp b/src/frontends/paddle/src/op/range.cpp index ac71bc819ad..52841c33ef4 100644 --- a/src/frontends/paddle/src/op/range.cpp +++ b/src/frontends/paddle/src/op/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/reduce_all.cpp b/src/frontends/paddle/src/op/reduce_all.cpp index cb6e3743ef4..13700ba30d3 100644 --- a/src/frontends/paddle/src/op/reduce_all.cpp +++ b/src/frontends/paddle/src/op/reduce_all.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/reduce_max.cpp b/src/frontends/paddle/src/op/reduce_max.cpp index 56b81803617..91f1fb50aef 100644 --- a/src/frontends/paddle/src/op/reduce_max.cpp +++ b/src/frontends/paddle/src/op/reduce_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/reduce_mean.cpp b/src/frontends/paddle/src/op/reduce_mean.cpp index d2adf359b66..8c264103ce2 100644 --- a/src/frontends/paddle/src/op/reduce_mean.cpp +++ b/src/frontends/paddle/src/op/reduce_mean.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/reduce_min.cpp b/src/frontends/paddle/src/op/reduce_min.cpp index 2671f72fcf4..e573cf2959b 100644 --- a/src/frontends/paddle/src/op/reduce_min.cpp +++ b/src/frontends/paddle/src/op/reduce_min.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/reduce_ops.hpp b/src/frontends/paddle/src/op/reduce_ops.hpp index 0944d1081ff..6dbcebc8ddc 100644 --- a/src/frontends/paddle/src/op/reduce_ops.hpp +++ b/src/frontends/paddle/src/op/reduce_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/reduce_prod.cpp b/src/frontends/paddle/src/op/reduce_prod.cpp index 6085f203647..99803003d51 100644 --- a/src/frontends/paddle/src/op/reduce_prod.cpp +++ b/src/frontends/paddle/src/op/reduce_prod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/reduce_sum.cpp b/src/frontends/paddle/src/op/reduce_sum.cpp index 58df53eb3fd..90a00042e1b 100644 --- a/src/frontends/paddle/src/op/reduce_sum.cpp +++ b/src/frontends/paddle/src/op/reduce_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/relu.cpp b/src/frontends/paddle/src/op/relu.cpp index 2e8df26f8f1..8a6e530982c 100644 --- a/src/frontends/paddle/src/op/relu.cpp +++ b/src/frontends/paddle/src/op/relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/relu6.cpp b/src/frontends/paddle/src/op/relu6.cpp index 566f76e5676..947d764b475 100644 --- a/src/frontends/paddle/src/op/relu6.cpp +++ b/src/frontends/paddle/src/op/relu6.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/reshape2.cpp b/src/frontends/paddle/src/op/reshape2.cpp index cae396c0718..21726778bee 100644 --- a/src/frontends/paddle/src/op/reshape2.cpp +++ b/src/frontends/paddle/src/op/reshape2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/reverse.cpp b/src/frontends/paddle/src/op/reverse.cpp index bf986055dab..dcfcee83621 100644 --- a/src/frontends/paddle/src/op/reverse.cpp +++ b/src/frontends/paddle/src/op/reverse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/reverse_op.hpp b/src/frontends/paddle/src/op/reverse_op.hpp index eec1afb1dd9..311f24c04e7 100644 --- a/src/frontends/paddle/src/op/reverse_op.hpp +++ b/src/frontends/paddle/src/op/reverse_op.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/frontends/paddle/src/op/rnn.cpp b/src/frontends/paddle/src/op/rnn.cpp index 4f0ade152a8..4c3f5bf3115 100644 --- a/src/frontends/paddle/src/op/rnn.cpp +++ b/src/frontends/paddle/src/op/rnn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/roi_align.cpp b/src/frontends/paddle/src/op/roi_align.cpp index ee8c01df5da..f44f62518dc 100644 --- a/src/frontends/paddle/src/op/roi_align.cpp +++ b/src/frontends/paddle/src/op/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/scale.cpp b/src/frontends/paddle/src/op/scale.cpp index e7445039c62..71e6980e748 100644 --- a/src/frontends/paddle/src/op/scale.cpp +++ b/src/frontends/paddle/src/op/scale.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/select_input.cpp b/src/frontends/paddle/src/op/select_input.cpp index b2ef4e4e319..4667b1bd9ab 100644 --- a/src/frontends/paddle/src/op/select_input.cpp +++ b/src/frontends/paddle/src/op/select_input.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/set_value.cpp b/src/frontends/paddle/src/op/set_value.cpp index ea125647538..63260b60da4 100644 --- a/src/frontends/paddle/src/op/set_value.cpp +++ b/src/frontends/paddle/src/op/set_value.cpp @@ -1,4 +1,4 @@ -// // Copyright (C) 2018-2023 Intel Corporation +// // Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/shape.cpp b/src/frontends/paddle/src/op/shape.cpp index 1eeaa2c3a53..fd7d6531296 100644 --- a/src/frontends/paddle/src/op/shape.cpp +++ b/src/frontends/paddle/src/op/shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/share_data.cpp b/src/frontends/paddle/src/op/share_data.cpp index e1d36561758..c4b6522845e 100644 --- a/src/frontends/paddle/src/op/share_data.cpp +++ b/src/frontends/paddle/src/op/share_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/sigmoid.cpp b/src/frontends/paddle/src/op/sigmoid.cpp index 484345d9ad5..d5c9f1d19f6 100644 --- a/src/frontends/paddle/src/op/sigmoid.cpp +++ b/src/frontends/paddle/src/op/sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/silu.cpp b/src/frontends/paddle/src/op/silu.cpp index 4dc6bf3e1b3..6e8603ec102 100644 --- a/src/frontends/paddle/src/op/silu.cpp +++ b/src/frontends/paddle/src/op/silu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/sin.cpp b/src/frontends/paddle/src/op/sin.cpp index b129c5cce82..c1b88818890 100644 --- a/src/frontends/paddle/src/op/sin.cpp +++ b/src/frontends/paddle/src/op/sin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/slice.cpp b/src/frontends/paddle/src/op/slice.cpp index 087ae659cc9..7c67e62416c 100644 --- a/src/frontends/paddle/src/op/slice.cpp +++ b/src/frontends/paddle/src/op/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "slice_ops.hpp" diff --git a/src/frontends/paddle/src/op/slice_ops.hpp b/src/frontends/paddle/src/op/slice_ops.hpp index 1f8798bc00e..4f7a3e07860 100644 --- a/src/frontends/paddle/src/op/slice_ops.hpp +++ b/src/frontends/paddle/src/op/slice_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/frontends/paddle/src/op/softmax.cpp b/src/frontends/paddle/src/op/softmax.cpp index 6c6c77a4e0a..2ad4c3782bb 100644 --- a/src/frontends/paddle/src/op/softmax.cpp +++ b/src/frontends/paddle/src/op/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/softplus.cpp b/src/frontends/paddle/src/op/softplus.cpp index b68ed4f05fc..a3b9aa97849 100644 --- a/src/frontends/paddle/src/op/softplus.cpp +++ b/src/frontends/paddle/src/op/softplus.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "default_opset.hpp" diff --git a/src/frontends/paddle/src/op/softshrink.cpp b/src/frontends/paddle/src/op/softshrink.cpp index 98c4ec53699..902d5bd52a4 100644 --- a/src/frontends/paddle/src/op/softshrink.cpp +++ b/src/frontends/paddle/src/op/softshrink.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/split.cpp b/src/frontends/paddle/src/op/split.cpp index af40a4d64bf..be8362713d8 100644 --- a/src/frontends/paddle/src/op/split.cpp +++ b/src/frontends/paddle/src/op/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/sqrt.cpp b/src/frontends/paddle/src/op/sqrt.cpp index 7c2bf5fe02d..f0a6830d200 100644 --- a/src/frontends/paddle/src/op/sqrt.cpp +++ b/src/frontends/paddle/src/op/sqrt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/squeeze.cpp b/src/frontends/paddle/src/op/squeeze.cpp index 7840794cf33..9bee6d4bd4b 100644 --- a/src/frontends/paddle/src/op/squeeze.cpp +++ b/src/frontends/paddle/src/op/squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/stack.cpp b/src/frontends/paddle/src/op/stack.cpp index 8410c7f1fb4..80cbc404b41 100644 --- a/src/frontends/paddle/src/op/stack.cpp +++ b/src/frontends/paddle/src/op/stack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/strided_slice.cpp b/src/frontends/paddle/src/op/strided_slice.cpp index dad3ba4ab19..9e4eb1394f7 100644 --- a/src/frontends/paddle/src/op/strided_slice.cpp +++ b/src/frontends/paddle/src/op/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "slice_ops.hpp" diff --git a/src/frontends/paddle/src/op/sum.cpp b/src/frontends/paddle/src/op/sum.cpp index 653b68bd9a1..073f57c3d8c 100644 --- a/src/frontends/paddle/src/op/sum.cpp +++ b/src/frontends/paddle/src/op/sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/swish.cpp b/src/frontends/paddle/src/op/swish.cpp index 011b02f2f38..d74a8517f88 100644 --- a/src/frontends/paddle/src/op/swish.cpp +++ b/src/frontends/paddle/src/op/swish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/tanh.cpp b/src/frontends/paddle/src/op/tanh.cpp index d1901b075a0..06ffc51991e 100644 --- a/src/frontends/paddle/src/op/tanh.cpp +++ b/src/frontends/paddle/src/op/tanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/tanh_shrink.cpp b/src/frontends/paddle/src/op/tanh_shrink.cpp index aa125405ca5..184aa501630 100644 --- a/src/frontends/paddle/src/op/tanh_shrink.cpp +++ b/src/frontends/paddle/src/op/tanh_shrink.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/tensor_array_to_tensor.cpp b/src/frontends/paddle/src/op/tensor_array_to_tensor.cpp index 958112a10a4..d40656db9a8 100644 --- a/src/frontends/paddle/src/op/tensor_array_to_tensor.cpp +++ b/src/frontends/paddle/src/op/tensor_array_to_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/tile.cpp b/src/frontends/paddle/src/op/tile.cpp index 5b7376a2687..7e8938414a7 100644 --- a/src/frontends/paddle/src/op/tile.cpp +++ b/src/frontends/paddle/src/op/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/transpose2.cpp b/src/frontends/paddle/src/op/transpose2.cpp index 3322db4d236..dcf1f28363f 100644 --- a/src/frontends/paddle/src/op/transpose2.cpp +++ b/src/frontends/paddle/src/op/transpose2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/unique.cpp b/src/frontends/paddle/src/op/unique.cpp index 7f168c47d1d..725b80bf760 100644 --- a/src/frontends/paddle/src/op/unique.cpp +++ b/src/frontends/paddle/src/op/unique.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/unsqueeze.cpp b/src/frontends/paddle/src/op/unsqueeze.cpp index dda2dc6c09c..cd33a26593c 100644 --- a/src/frontends/paddle/src/op/unsqueeze.cpp +++ b/src/frontends/paddle/src/op/unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/unstack.cpp b/src/frontends/paddle/src/op/unstack.cpp index 56b18e72344..a50f13927d6 100644 --- a/src/frontends/paddle/src/op/unstack.cpp +++ b/src/frontends/paddle/src/op/unstack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/where.cpp b/src/frontends/paddle/src/op/where.cpp index e27de0f1878..3c1a3c60df0 100644 --- a/src/frontends/paddle/src/op/where.cpp +++ b/src/frontends/paddle/src/op/where.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/where_index.cpp b/src/frontends/paddle/src/op/where_index.cpp index dc171901082..af34a674db2 100644 --- a/src/frontends/paddle/src/op/where_index.cpp +++ b/src/frontends/paddle/src/op/where_index.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/while.cpp b/src/frontends/paddle/src/op/while.cpp index 71be018ffb1..4606dedff77 100644 --- a/src/frontends/paddle/src/op/while.cpp +++ b/src/frontends/paddle/src/op/while.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/write_to_array.cpp b/src/frontends/paddle/src/op/write_to_array.cpp index 54961f5e6c2..853aa970319 100644 --- a/src/frontends/paddle/src/op/write_to_array.cpp +++ b/src/frontends/paddle/src/op/write_to_array.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/op/yolo_box.cpp b/src/frontends/paddle/src/op/yolo_box.cpp index 4a830e2edc0..4850f43dd14 100644 --- a/src/frontends/paddle/src/op/yolo_box.cpp +++ b/src/frontends/paddle/src/op/yolo_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include // std::numeric_limits diff --git a/src/frontends/paddle/src/op_table.cpp b/src/frontends/paddle/src/op_table.cpp index c2646dae43c..c22441c72d8 100644 --- a/src/frontends/paddle/src/op_table.cpp +++ b/src/frontends/paddle/src/op_table.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "op_table.hpp" diff --git a/src/frontends/paddle/src/op_table.hpp b/src/frontends/paddle/src/op_table.hpp index 7697c8d990e..6ade9b39851 100644 --- a/src/frontends/paddle/src/op_table.hpp +++ b/src/frontends/paddle/src/op_table.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/paddle_fw_node.cpp b/src/frontends/paddle/src/paddle_fw_node.cpp index 96771a290a7..79db7355714 100644 --- a/src/frontends/paddle/src/paddle_fw_node.cpp +++ b/src/frontends/paddle/src/paddle_fw_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/paddle_fw_node.hpp b/src/frontends/paddle/src/paddle_fw_node.hpp index 8453b1c7b35..361ce57b9dd 100644 --- a/src/frontends/paddle/src/paddle_fw_node.hpp +++ b/src/frontends/paddle/src/paddle_fw_node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/paddle_utils.cpp b/src/frontends/paddle/src/paddle_utils.cpp index 96c7f8680a0..dd237b546e8 100644 --- a/src/frontends/paddle/src/paddle_utils.cpp +++ b/src/frontends/paddle/src/paddle_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/paddle_utils.hpp b/src/frontends/paddle/src/paddle_utils.hpp index 28f4751b03f..fae5416ed69 100644 --- a/src/frontends/paddle/src/paddle_utils.hpp +++ b/src/frontends/paddle/src/paddle_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/place.cpp b/src/frontends/paddle/src/place.cpp index 7af2bc07bbf..69b8b628d49 100644 --- a/src/frontends/paddle/src/place.cpp +++ b/src/frontends/paddle/src/place.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/src/place.hpp b/src/frontends/paddle/src/place.hpp index 583d5191fea..fc52fbe3ec8 100644 --- a/src/frontends/paddle/src/place.hpp +++ b/src/frontends/paddle/src/place.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/CMakeLists.txt b/src/frontends/paddle/tests/CMakeLists.txt index 1604103638d..7989dfddf80 100644 --- a/src/frontends/paddle/tests/CMakeLists.txt +++ b/src/frontends/paddle/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/basic_api.cpp b/src/frontends/paddle/tests/basic_api.cpp index bd63f1fd364..bb52b93b65b 100644 --- a/src/frontends/paddle/tests/basic_api.cpp +++ b/src/frontends/paddle/tests/basic_api.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/convert_model.cpp b/src/frontends/paddle/tests/convert_model.cpp index 947d08ca304..030573e97f1 100644 --- a/src/frontends/paddle/tests/convert_model.cpp +++ b/src/frontends/paddle/tests/convert_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/convert_unsupported.cpp b/src/frontends/paddle/tests/convert_unsupported.cpp index df3008e2c70..bb5a49c84ae 100644 --- a/src/frontends/paddle/tests/convert_unsupported.cpp +++ b/src/frontends/paddle/tests/convert_unsupported.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/cut_specific_model.cpp b/src/frontends/paddle/tests/cut_specific_model.cpp index 4bfd7f7ca71..e612c07edc4 100644 --- a/src/frontends/paddle/tests/cut_specific_model.cpp +++ b/src/frontends/paddle/tests/cut_specific_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/incorrect_cut_model.cpp b/src/frontends/paddle/tests/incorrect_cut_model.cpp index e3a4111ac89..191745e9532 100644 --- a/src/frontends/paddle/tests/incorrect_cut_model.cpp +++ b/src/frontends/paddle/tests/incorrect_cut_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/lib_close.cpp b/src/frontends/paddle/tests/lib_close.cpp index a964dbb792b..f110f12fe33 100644 --- a/src/frontends/paddle/tests/lib_close.cpp +++ b/src/frontends/paddle/tests/lib_close.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "lib_close.hpp" diff --git a/src/frontends/paddle/tests/library_extension.cpp b/src/frontends/paddle/tests/library_extension.cpp index 80f8c39175b..24c6da968d3 100644 --- a/src/frontends/paddle/tests/library_extension.cpp +++ b/src/frontends/paddle/tests/library_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/load_from.cpp b/src/frontends/paddle/tests/load_from.cpp index f8129ff8d50..131693a19e4 100644 --- a/src/frontends/paddle/tests/load_from.cpp +++ b/src/frontends/paddle/tests/load_from.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/op_fuzzy.cpp b/src/frontends/paddle/tests/op_fuzzy.cpp index 835f9da29b4..d1d9d913004 100644 --- a/src/frontends/paddle/tests/op_fuzzy.cpp +++ b/src/frontends/paddle/tests/op_fuzzy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/paddle_utils.hpp b/src/frontends/paddle/tests/paddle_utils.hpp index 0d0bb856d52..0fe012ede51 100644 --- a/src/frontends/paddle/tests/paddle_utils.hpp +++ b/src/frontends/paddle/tests/paddle_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/partial_shape.cpp b/src/frontends/paddle/tests/partial_shape.cpp index 351dd7aa8d2..599365a6bf9 100644 --- a/src/frontends/paddle/tests/partial_shape.cpp +++ b/src/frontends/paddle/tests/partial_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/places.cpp b/src/frontends/paddle/tests/places.cpp index 655d3941d69..38ae2cc516f 100644 --- a/src/frontends/paddle/tests/places.cpp +++ b/src/frontends/paddle/tests/places.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/read_paddle_model_test.cpp b/src/frontends/paddle/tests/read_paddle_model_test.cpp index d321e1e0e82..8f210af49ac 100644 --- a/src/frontends/paddle/tests/read_paddle_model_test.cpp +++ b/src/frontends/paddle/tests/read_paddle_model_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/set_element_type.cpp b/src/frontends/paddle/tests/set_element_type.cpp index aeab10b28e5..2e48c0b1c61 100644 --- a/src/frontends/paddle/tests/set_element_type.cpp +++ b/src/frontends/paddle/tests/set_element_type.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/skip_tests_config.cpp b/src/frontends/paddle/tests/skip_tests_config.cpp index c5ca1227a9a..abf4bfe8564 100644 --- a/src/frontends/paddle/tests/skip_tests_config.cpp +++ b/src/frontends/paddle/tests/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/standalone_build/CMakeLists.txt b/src/frontends/paddle/tests/standalone_build/CMakeLists.txt index 7df2d3a9e83..1e1fa8ec0c8 100644 --- a/src/frontends/paddle/tests/standalone_build/CMakeLists.txt +++ b/src/frontends/paddle/tests/standalone_build/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/standalone_build/standalone_build_test.cpp b/src/frontends/paddle/tests/standalone_build/standalone_build_test.cpp index ee76a881c16..1e0a43303c9 100644 --- a/src/frontends/paddle/tests/standalone_build/standalone_build_test.cpp +++ b/src/frontends/paddle/tests/standalone_build/standalone_build_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/telemetry.cpp b/src/frontends/paddle/tests/telemetry.cpp index b86103ccfe7..99e08aa0e22 100644 --- a/src/frontends/paddle/tests/telemetry.cpp +++ b/src/frontends/paddle/tests/telemetry.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_2in_2out.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_2in_2out.py index 54911ebdc59..b9f9cbddaee 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_2in_2out.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_2in_2out.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import paddle diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_2in_2out_dynbatch.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_2in_2out_dynbatch.py index b49b4ad6e5d..9c41c4c76df 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_2in_2out_dynbatch.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_2in_2out_dynbatch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import paddle diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_argmax.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_argmax.py index 704cffd0b68..9ef1fa4e34c 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_argmax.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_argmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_assign.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_assign.py index 283fa8ca1e6..289fe8b2556 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_assign.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_assign.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_assign_value.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_assign_value.py index 0728a47aed7..46dcd63f4c4 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_assign_value.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_assign_value.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_batch_norm.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_batch_norm.py index cdc22aec132..9b971439560 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_batch_norm.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_batch_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_bmm.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_bmm.py index 348ae5ad8a4..bb2c772d16b 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_bmm.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_bmm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_ceil.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_ceil.py index 9e51732082d..3608699b45a 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_ceil.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_ceil.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_clip.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_clip.py index 5fe76bf6a0e..723213a8504 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_clip.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_clip.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d.py index 9b813147461..966b5c78158 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_combinations.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_combinations.py index cb637d6b755..78bba0455cc 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_combinations.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_combinations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from save_model import saveModel diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_relu.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_relu.py index ebd06b34e90..5319c0631b1 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_relu.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import paddle diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_s.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_s.py index 1463cb5a43e..146145c7c99 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_s.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_s.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import paddle diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_transpose.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_transpose.py index fbb4e72346c..96ba3d62b78 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_transpose.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_conv2d_transpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_cos.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_cos.py index 41b9bae9abf..db0dba61cb1 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_cos.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_cos.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_cumsum.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_cumsum.py index 68579ad6a2e..3ef5292bd3d 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_cumsum.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_cumsum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_dropout.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_dropout.py index 85f3773aff4..7837ab04fc9 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_dropout.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_dropout.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_dynamic_pool2d.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_dynamic_pool2d.py index e967cd06d6d..df5c1b88569 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_dynamic_pool2d.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_dynamic_pool2d.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_elementwise_ops.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_elementwise_ops.py index 37f556e298b..a4346ed3e2b 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_elementwise_ops.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_elementwise_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_embedding.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_embedding.py index 576c08b2b87..bfe397fadde 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_embedding.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_embedding.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_equal.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_equal.py index 73ae4501c17..8899d9929f7 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_equal.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_equal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_exp.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_exp.py index e1bc08053b3..de116b1fb8e 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_exp.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_exp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_expand_v2.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_expand_v2.py index 6c6b8724347..38d8cbfdab7 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_expand_v2.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_expand_v2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_flatten_contiguous_range.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_flatten_contiguous_range.py index 8aa0cfdff6e..a1bf4fc4675 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_flatten_contiguous_range.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_flatten_contiguous_range.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_full.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_full.py index 2bbcbaf7836..be2e7e6111a 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_full.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_full.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_full_like.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_full_like.py index 71a2d634ba6..0bfd8018f7b 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_full_like.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_full_like.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_gelu.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_gelu.py index a17fadc9c10..4b204ca0158 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_gelu.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_gelu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_greater_equal.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_greater_equal.py index f540c0ea830..c0617c4ec5b 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_greater_equal.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_greater_equal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_grid_sampler.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_grid_sampler.py index d3c404fb881..d846d69b5c9 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_grid_sampler.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_grid_sampler.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_group_norm.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_group_norm.py index 49e203ce2a8..2665f1fe3a2 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_group_norm.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_group_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_hard_sigmoid.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_hard_sigmoid.py index 9ccdb623094..de1a48c3726 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_hard_sigmoid.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_hard_sigmoid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_hard_swish.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_hard_swish.py index c86eab1877a..4826e76ae2b 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_hard_swish.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_hard_swish.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_index_select.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_index_select.py index 476471daed2..0a067479494 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_index_select.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_index_select.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_interpolate.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_interpolate.py index d0d34c687b4..37276593f9b 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_interpolate.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_interpolate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_layer_norm.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_layer_norm.py index 25d90cae8f9..554f3caa0d5 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_layer_norm.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_layer_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_leaky_relu.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_leaky_relu.py index 71740e79613..b15104595c8 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_leaky_relu.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_leaky_relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_linspace.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_linspace.py index d4c636b64e5..f10ca7ecd31 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_linspace.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_linspace.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_log.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_log.py index 1fd2cbde20a..27a391acfbe 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_log.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_log.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_and.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_and.py index 0846d341223..9e6e8abaf11 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_and.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_and.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_not.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_not.py index 9663a124de2..ea7416ec816 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_not.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_not.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_or.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_or.py index 8e0220ade85..9e5f6523f72 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_or.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_or.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_xor.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_xor.py index a452b996851..0b55b58bafc 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_xor.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_logical_xor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_lower_version.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_lower_version.py index ea71068b5d7..922ad1d86f6 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_lower_version.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_lower_version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import paddle diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_matmul_v2.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_matmul_v2.py index f2341fab6c0..1eecf4b56ef 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_matmul_v2.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_matmul_v2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_matrix_nms.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_matrix_nms.py index e388d6c7cc2..95fff52b184 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_matrix_nms.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_matrix_nms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # # matrix_nms paddle model generator diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_meshgrid.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_meshgrid.py index 0dee4c2f904..bdf4ab74f24 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_meshgrid.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_meshgrid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_mul.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_mul.py index f198178ae4a..1322597cf94 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_mul.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_mul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_multi_tensor_split.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_multi_tensor_split.py index b98c4a43258..a245e7aa38a 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_multi_tensor_split.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_multi_tensor_split.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import paddle diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_multiclass_nms.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_multiclass_nms.py index 2dc9eb4ebe3..a00f59fac5c 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_multiclass_nms.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_multiclass_nms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # # multiclass_nms paddle model generator diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_not_equal.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_not_equal.py index c0a6cb937e7..bd0744d0285 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_not_equal.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_not_equal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # # not_equal paddle model generator diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_one_hot_v2.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_one_hot_v2.py index c5d36d9c690..ac846a715b6 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_one_hot_v2.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_one_hot_v2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_p_norm.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_p_norm.py index 770eab6cfe6..caab9a4110f 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_p_norm.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_p_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_pad3d.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_pad3d.py index 631bfa085e5..c6ff7a74751 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_pad3d.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_pad3d.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_partial_concat.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_partial_concat.py index c6d50dfdec6..411e482c335 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_partial_concat.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_partial_concat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_partial_sum.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_partial_sum.py index 8d813ec3815..b0435977601 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_partial_sum.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_partial_sum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_place_test_model.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_place_test_model.py index a7e92ca264a..47e9c8a2c80 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_place_test_model.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_place_test_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import paddle diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_pool2d.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_pool2d.py index 45aa60862d1..7b4660ebf72 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_pool2d.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_pool2d.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_pool3d.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_pool3d.py index 7d8c621f9ee..f1386126b24 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_pool3d.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_pool3d.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_pow.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_pow.py index c762c8a6506..1ab987238af 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_pow.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_pow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_prior_box.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_prior_box.py index b0f1c6b12aa..d29a981b5a5 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_prior_box.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_prior_box.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_range.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_range.py index dee96b6874f..6d9ff9ec110 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_range.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_range.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_all.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_all.py index 6f11265a760..a67ace58ee3 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_all.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_all.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_max.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_max.py index 9039d6d98ff..8cca7e4f37a 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_max.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_max.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_mean.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_mean.py index de6e64372a2..2aa701a4f86 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_mean.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_mean.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_min.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_min.py index 31450889005..96652b85152 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_min.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_min.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_prod.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_prod.py index 5dcfbd1dd3d..8477c31f624 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_prod.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_prod.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_sum.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_sum.py index 8b9f995a8ff..e8f5adcd399 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_sum.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reduce_sum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_relu.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_relu.py index 11b41cecfbb..27ff22edb71 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_relu.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_relu6.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_relu6.py index 0af6c04ea2d..9abc4bee2d6 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_relu6.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_relu6.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reshape.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reshape.py index 24fbc3f3af3..c2bc6b4fb51 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_reshape.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_rnn_lstm.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_rnn_lstm.py index 4a6216a9581..df5ef74d5a9 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_rnn_lstm.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_rnn_lstm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_roi_align.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_roi_align.py index 9d5f9a02c10..7f0891ff79e 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_roi_align.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_roi_align.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_scale.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_scale.py index cacd230574e..6ccb218afd4 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_scale.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_scale.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_set_value.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_set_value.py index 876eb03825b..4a9be9b3017 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_set_value.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_set_value.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_shape.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_shape.py index 15de2e580c4..404b37b9f88 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_shape.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_shape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_share_data.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_share_data.py index de64e7a8207..dc955041c24 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_share_data.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_share_data.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_sigmoid.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_sigmoid.py index 09c8327f277..287207d14b2 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_sigmoid.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_sigmoid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_sin.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_sin.py index e83405a6c79..8bed196c70e 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_sin.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_sin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_slice.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_slice.py index f2a6d1a8769..af28cc6842c 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_slice.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_slice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_softmax.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_softmax.py index 2b7e4281a81..8fc19639423 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_softmax.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_softmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_softplus.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_softplus.py index cd9621acc28..52c79280323 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_softplus.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_softplus.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_softshrink.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_softshrink.py index 80ebe94e670..8f376c27cfb 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_softshrink.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_softshrink.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_split.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_split.py index d92d286ec6c..91033c23fbf 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_split.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_split.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_squeeze.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_squeeze.py index 855646d7953..b89b0693706 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_squeeze.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_squeeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_stack.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_stack.py index 0f79db099bd..ee3d174a318 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_stack.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_stack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_strided_slice.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_strided_slice.py index d651da8dfb0..433879f3bb6 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_strided_slice.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_strided_slice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_tanh.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_tanh.py index d61fc7f249a..f8e7e4f5523 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_tanh.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_tanh.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_tanh_shrink.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_tanh_shrink.py index 675f5280950..0d9a5974031 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_tanh_shrink.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_tanh_shrink.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_tile.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_tile.py index 84174906b39..802b87e40a3 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_tile.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_tile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_unique.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_unique.py index f8a3a6029c6..22e19eb756d 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_unique.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_unique.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_unsqueeze.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_unsqueeze.py index 50ef4693635..47fc78a529f 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_unsqueeze.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_unsqueeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_unstack.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_unstack.py index 68eae256082..d1f8e39592f 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_unstack.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_unstack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_unsupported_relu.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_unsupported_relu.py index 1370b34e8be..d58987053a8 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_unsupported_relu.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_unsupported_relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_where.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_where.py index 3dbde8def41..698fe8e931c 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_where.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_where.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_where_index.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_where_index.py index b7c1ee8258f..0243a1b2071 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_where_index.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_where_index.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/generate_yolo_box.py b/src/frontends/paddle/tests/test_models/gen_scripts/generate_yolo_box.py index 9afbcdcf77e..264df573596 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/generate_yolo_box.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/generate_yolo_box.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/nms.py b/src/frontends/paddle/tests/test_models/gen_scripts/nms.py index fc740717998..d94037546c6 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/nms.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/nms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # # helper for multiclass/matrix_nms paddle model generator diff --git a/src/frontends/paddle/tests/test_models/gen_scripts/save_model.py b/src/frontends/paddle/tests/test_models/gen_scripts/save_model.py index 633cf93eede..6f86e05efd3 100644 --- a/src/frontends/paddle/tests/test_models/gen_scripts/save_model.py +++ b/src/frontends/paddle/tests/test_models/gen_scripts/save_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/paddle/tests/test_models/gen_wrapper.py b/src/frontends/paddle/tests/test_models/gen_wrapper.py index e8adf9fec39..8946e6d8179 100644 --- a/src/frontends/paddle/tests/test_models/gen_wrapper.py +++ b/src/frontends/paddle/tests/test_models/gen_wrapper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import glob diff --git a/src/frontends/paddle/tests/throw_in_conversion.cpp b/src/frontends/paddle/tests/throw_in_conversion.cpp index 700d13f4079..6330394092f 100644 --- a/src/frontends/paddle/tests/throw_in_conversion.cpp +++ b/src/frontends/paddle/tests/throw_in_conversion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/CMakeLists.txt b/src/frontends/pytorch/CMakeLists.txt index 8efe7e3e892..161a22b9055 100644 --- a/src/frontends/pytorch/CMakeLists.txt +++ b/src/frontends/pytorch/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/pytorch/include/openvino/frontend/pytorch/decoder.hpp b/src/frontends/pytorch/include/openvino/frontend/pytorch/decoder.hpp index 43243ab6c64..71065bb9aa2 100644 --- a/src/frontends/pytorch/include/openvino/frontend/pytorch/decoder.hpp +++ b/src/frontends/pytorch/include/openvino/frontend/pytorch/decoder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/include/openvino/frontend/pytorch/frontend.hpp b/src/frontends/pytorch/include/openvino/frontend/pytorch/frontend.hpp index d3d88b62c10..2f9ac5432ff 100644 --- a/src/frontends/pytorch/include/openvino/frontend/pytorch/frontend.hpp +++ b/src/frontends/pytorch/include/openvino/frontend/pytorch/frontend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/include/openvino/frontend/pytorch/node_context.hpp b/src/frontends/pytorch/include/openvino/frontend/pytorch/node_context.hpp index 307f04391d4..c27533ac522 100644 --- a/src/frontends/pytorch/include/openvino/frontend/pytorch/node_context.hpp +++ b/src/frontends/pytorch/include/openvino/frontend/pytorch/node_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/include/openvino/frontend/pytorch/visibility.hpp b/src/frontends/pytorch/include/openvino/frontend/pytorch/visibility.hpp index afcf51969b2..8cb07118b57 100644 --- a/src/frontends/pytorch/include/openvino/frontend/pytorch/visibility.hpp +++ b/src/frontends/pytorch/include/openvino/frontend/pytorch/visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/CMakeLists.txt b/src/frontends/pytorch/src/CMakeLists.txt index 7fb8c4ae508..d6d9d027eb2 100644 --- a/src/frontends/pytorch/src/CMakeLists.txt +++ b/src/frontends/pytorch/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/pytorch/src/extensions.cpp b/src/frontends/pytorch/src/extensions.cpp index 77780f4df6d..9df767c8c7e 100644 --- a/src/frontends/pytorch/src/extensions.cpp +++ b/src/frontends/pytorch/src/extensions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/frontend.cpp b/src/frontends/pytorch/src/frontend.cpp index ea4b916f83d..26ac4fda806 100644 --- a/src/frontends/pytorch/src/frontend.cpp +++ b/src/frontends/pytorch/src/frontend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/helper_ops/align_types.hpp b/src/frontends/pytorch/src/helper_ops/align_types.hpp index cd69af250fa..111de832e79 100644 --- a/src/frontends/pytorch/src/helper_ops/align_types.hpp +++ b/src/frontends/pytorch/src/helper_ops/align_types.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/helper_ops/gather_assign.hpp b/src/frontends/pytorch/src/helper_ops/gather_assign.hpp index eadc9dfda7e..1c6296bc367 100644 --- a/src/frontends/pytorch/src/helper_ops/gather_assign.hpp +++ b/src/frontends/pytorch/src/helper_ops/gather_assign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/helper_ops/internal_op.hpp b/src/frontends/pytorch/src/helper_ops/internal_op.hpp index 8d9cc9c7270..8c10192dedd 100644 --- a/src/frontends/pytorch/src/helper_ops/internal_op.hpp +++ b/src/frontends/pytorch/src/helper_ops/internal_op.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/helper_ops/slice_assign.hpp b/src/frontends/pytorch/src/helper_ops/slice_assign.hpp index 238cf7aefee..b8bfde0fa92 100644 --- a/src/frontends/pytorch/src/helper_ops/slice_assign.hpp +++ b/src/frontends/pytorch/src/helper_ops/slice_assign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/input_model.cpp b/src/frontends/pytorch/src/input_model.cpp index bce1937151d..1c06003855c 100644 --- a/src/frontends/pytorch/src/input_model.cpp +++ b/src/frontends/pytorch/src/input_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/input_model.hpp b/src/frontends/pytorch/src/input_model.hpp index d0295f12de1..58d91eae576 100644 --- a/src/frontends/pytorch/src/input_model.hpp +++ b/src/frontends/pytorch/src/input_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/node_context.cpp b/src/frontends/pytorch/src/node_context.cpp index 441f1c75d8f..014a487733d 100644 --- a/src/frontends/pytorch/src/node_context.cpp +++ b/src/frontends/pytorch/src/node_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/adaptive_poolnd.cpp b/src/frontends/pytorch/src/op/adaptive_poolnd.cpp index bc6b17cbed0..b1c25a3973d 100644 --- a/src/frontends/pytorch/src/op/adaptive_poolnd.cpp +++ b/src/frontends/pytorch/src/op/adaptive_poolnd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/add.cpp b/src/frontends/pytorch/src/op/add.cpp index 22223de0595..a3c32b21cb8 100644 --- a/src/frontends/pytorch/src/op/add.cpp +++ b/src/frontends/pytorch/src/op/add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/addcmul.cpp b/src/frontends/pytorch/src/op/addcmul.cpp index 9ebe2a24875..81d96389aec 100644 --- a/src/frontends/pytorch/src/op/addcmul.cpp +++ b/src/frontends/pytorch/src/op/addcmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/addmm.cpp b/src/frontends/pytorch/src/op/addmm.cpp index 097737ec93e..2f43079a037 100644 --- a/src/frontends/pytorch/src/op/addmm.cpp +++ b/src/frontends/pytorch/src/op/addmm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/arange.cpp b/src/frontends/pytorch/src/op/arange.cpp index d90ebb18908..d4542f533c0 100644 --- a/src/frontends/pytorch/src/op/arange.cpp +++ b/src/frontends/pytorch/src/op/arange.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/argmax_argmin.cpp b/src/frontends/pytorch/src/op/argmax_argmin.cpp index d2689f2c230..e052479d5c2 100644 --- a/src/frontends/pytorch/src/op/argmax_argmin.cpp +++ b/src/frontends/pytorch/src/op/argmax_argmin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/as_strided.cpp b/src/frontends/pytorch/src/op/as_strided.cpp index 6bcaed8bfd4..38bc6611408 100644 --- a/src/frontends/pytorch/src/op/as_strided.cpp +++ b/src/frontends/pytorch/src/op/as_strided.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/as_tensor.cpp b/src/frontends/pytorch/src/op/as_tensor.cpp index 6a97af66713..5b74365e276 100644 --- a/src/frontends/pytorch/src/op/as_tensor.cpp +++ b/src/frontends/pytorch/src/op/as_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/avg_poolnd.cpp b/src/frontends/pytorch/src/op/avg_poolnd.cpp index 57389b7b42e..9ebb0ebe571 100644 --- a/src/frontends/pytorch/src/op/avg_poolnd.cpp +++ b/src/frontends/pytorch/src/op/avg_poolnd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/batch_norm.cpp b/src/frontends/pytorch/src/op/batch_norm.cpp index 092e95ff38a..4964eb37bf0 100644 --- a/src/frontends/pytorch/src/op/batch_norm.cpp +++ b/src/frontends/pytorch/src/op/batch_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/bitwise.cpp b/src/frontends/pytorch/src/op/bitwise.cpp index 84465502969..1a32c43f5b7 100644 --- a/src/frontends/pytorch/src/op/bitwise.cpp +++ b/src/frontends/pytorch/src/op/bitwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/bool.cpp b/src/frontends/pytorch/src/op/bool.cpp index 0d0d53ad608..a81c1c0c085 100644 --- a/src/frontends/pytorch/src/op/bool.cpp +++ b/src/frontends/pytorch/src/op/bool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/cat.cpp b/src/frontends/pytorch/src/op/cat.cpp index 3baec6fea4d..7dfb7ccd796 100644 --- a/src/frontends/pytorch/src/op/cat.cpp +++ b/src/frontends/pytorch/src/op/cat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/clamp.cpp b/src/frontends/pytorch/src/op/clamp.cpp index fa28ca301df..67002dd6104 100644 --- a/src/frontends/pytorch/src/op/clamp.cpp +++ b/src/frontends/pytorch/src/op/clamp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/constant.cpp b/src/frontends/pytorch/src/op/constant.cpp index 6fc6444f04f..965207c271a 100644 --- a/src/frontends/pytorch/src/op/constant.cpp +++ b/src/frontends/pytorch/src/op/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/conv_transposend.cpp b/src/frontends/pytorch/src/op/conv_transposend.cpp index 079df5703e0..9b8849fc482 100644 --- a/src/frontends/pytorch/src/op/conv_transposend.cpp +++ b/src/frontends/pytorch/src/op/conv_transposend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/convnd.cpp b/src/frontends/pytorch/src/op/convnd.cpp index 22051e9e881..964965967e9 100644 --- a/src/frontends/pytorch/src/op/convnd.cpp +++ b/src/frontends/pytorch/src/op/convnd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/convolution.cpp b/src/frontends/pytorch/src/op/convolution.cpp index e3f784a7af5..2c92bd54b07 100644 --- a/src/frontends/pytorch/src/op/convolution.cpp +++ b/src/frontends/pytorch/src/op/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/convolution_mode.cpp b/src/frontends/pytorch/src/op/convolution_mode.cpp index d012cfa8a5e..ad6f0044fcb 100644 --- a/src/frontends/pytorch/src/op/convolution_mode.cpp +++ b/src/frontends/pytorch/src/op/convolution_mode.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/copy.cpp b/src/frontends/pytorch/src/op/copy.cpp index f4cb61f83cb..5f011ce5a7a 100644 --- a/src/frontends/pytorch/src/op/copy.cpp +++ b/src/frontends/pytorch/src/op/copy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/cross.cpp b/src/frontends/pytorch/src/op/cross.cpp index 06392a14e0e..4422d338f22 100644 --- a/src/frontends/pytorch/src/op/cross.cpp +++ b/src/frontends/pytorch/src/op/cross.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/cumsum.cpp b/src/frontends/pytorch/src/op/cumsum.cpp index 664625975bf..bac0ed4f66a 100644 --- a/src/frontends/pytorch/src/op/cumsum.cpp +++ b/src/frontends/pytorch/src/op/cumsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/deform_conv.cpp b/src/frontends/pytorch/src/op/deform_conv.cpp index 1a9ae5900ce..11f534cfd88 100644 --- a/src/frontends/pytorch/src/op/deform_conv.cpp +++ b/src/frontends/pytorch/src/op/deform_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/derive_index.cpp b/src/frontends/pytorch/src/op/derive_index.cpp index f9f22c3b5b0..18b84c37db5 100644 --- a/src/frontends/pytorch/src/op/derive_index.cpp +++ b/src/frontends/pytorch/src/op/derive_index.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/dim.cpp b/src/frontends/pytorch/src/op/dim.cpp index 2d69cb3e37a..443a171733e 100644 --- a/src/frontends/pytorch/src/op/dim.cpp +++ b/src/frontends/pytorch/src/op/dim.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/distance.cpp b/src/frontends/pytorch/src/op/distance.cpp index 6b67b303f46..c4bd6fcef7c 100644 --- a/src/frontends/pytorch/src/op/distance.cpp +++ b/src/frontends/pytorch/src/op/distance.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/div.cpp b/src/frontends/pytorch/src/op/div.cpp index 477c9ced2bb..90bfdab8ce3 100644 --- a/src/frontends/pytorch/src/op/div.cpp +++ b/src/frontends/pytorch/src/op/div.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/dot.cpp b/src/frontends/pytorch/src/op/dot.cpp index 2c7bf9e4ac1..d0f9e888056 100644 --- a/src/frontends/pytorch/src/op/dot.cpp +++ b/src/frontends/pytorch/src/op/dot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/elu.cpp b/src/frontends/pytorch/src/op/elu.cpp index 53904f9b1a8..b19eea5b960 100644 --- a/src/frontends/pytorch/src/op/elu.cpp +++ b/src/frontends/pytorch/src/op/elu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/embedding.cpp b/src/frontends/pytorch/src/op/embedding.cpp index 1279c515b32..0bde94b4326 100644 --- a/src/frontends/pytorch/src/op/embedding.cpp +++ b/src/frontends/pytorch/src/op/embedding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/embedding_bag.cpp b/src/frontends/pytorch/src/op/embedding_bag.cpp index 4560ea2a09d..a1094265eaf 100644 --- a/src/frontends/pytorch/src/op/embedding_bag.cpp +++ b/src/frontends/pytorch/src/op/embedding_bag.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/erf.cpp b/src/frontends/pytorch/src/op/erf.cpp index 0525035bd43..c99d6067aa1 100644 --- a/src/frontends/pytorch/src/op/erf.cpp +++ b/src/frontends/pytorch/src/op/erf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/erfc.cpp b/src/frontends/pytorch/src/op/erfc.cpp index 8e049097102..dead490561b 100644 --- a/src/frontends/pytorch/src/op/erfc.cpp +++ b/src/frontends/pytorch/src/op/erfc.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/expand.cpp b/src/frontends/pytorch/src/op/expand.cpp index 2966436355a..5005e34ebb7 100644 --- a/src/frontends/pytorch/src/op/expand.cpp +++ b/src/frontends/pytorch/src/op/expand.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/expm1.cpp b/src/frontends/pytorch/src/op/expm1.cpp index 117b0600f35..ea7f649bec1 100644 --- a/src/frontends/pytorch/src/op/expm1.cpp +++ b/src/frontends/pytorch/src/op/expm1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/eye.cpp b/src/frontends/pytorch/src/op/eye.cpp index 2a4be73a6ef..7565b4a5f06 100644 --- a/src/frontends/pytorch/src/op/eye.cpp +++ b/src/frontends/pytorch/src/op/eye.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/fake_quantize.cpp b/src/frontends/pytorch/src/op/fake_quantize.cpp index 0cc0113ded7..6d35cf24e99 100644 --- a/src/frontends/pytorch/src/op/fake_quantize.cpp +++ b/src/frontends/pytorch/src/op/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/flatten.cpp b/src/frontends/pytorch/src/op/flatten.cpp index 3ff896cefd8..86b3485b12f 100644 --- a/src/frontends/pytorch/src/op/flatten.cpp +++ b/src/frontends/pytorch/src/op/flatten.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/flip.cpp b/src/frontends/pytorch/src/op/flip.cpp index fcbb72820fc..6760ed6272b 100644 --- a/src/frontends/pytorch/src/op/flip.cpp +++ b/src/frontends/pytorch/src/op/flip.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/floor_divide.cpp b/src/frontends/pytorch/src/op/floor_divide.cpp index 8e9eb8a44f6..ee603c6417d 100644 --- a/src/frontends/pytorch/src/op/floor_divide.cpp +++ b/src/frontends/pytorch/src/op/floor_divide.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/fmod.cpp b/src/frontends/pytorch/src/op/fmod.cpp index 48d031e647d..3d1fc6ffe63 100644 --- a/src/frontends/pytorch/src/op/fmod.cpp +++ b/src/frontends/pytorch/src/op/fmod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/full.cpp b/src/frontends/pytorch/src/op/full.cpp index b87ec7867c9..e3628ac5f20 100644 --- a/src/frontends/pytorch/src/op/full.cpp +++ b/src/frontends/pytorch/src/op/full.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/gather.cpp b/src/frontends/pytorch/src/op/gather.cpp index cfb8f0faf15..a91ce61061f 100644 --- a/src/frontends/pytorch/src/op/gather.cpp +++ b/src/frontends/pytorch/src/op/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/gcd.cpp b/src/frontends/pytorch/src/op/gcd.cpp index 70301185afc..bc965b2acbc 100644 --- a/src/frontends/pytorch/src/op/gcd.cpp +++ b/src/frontends/pytorch/src/op/gcd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/gelu.cpp b/src/frontends/pytorch/src/op/gelu.cpp index ac38e41b93a..c3491811e87 100644 --- a/src/frontends/pytorch/src/op/gelu.cpp +++ b/src/frontends/pytorch/src/op/gelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/get_attr.cpp b/src/frontends/pytorch/src/op/get_attr.cpp index c28da30cf17..70ed3086f8a 100644 --- a/src/frontends/pytorch/src/op/get_attr.cpp +++ b/src/frontends/pytorch/src/op/get_attr.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/getitem.cpp b/src/frontends/pytorch/src/op/getitem.cpp index 1aab3e765d2..c28df052c6d 100644 --- a/src/frontends/pytorch/src/op/getitem.cpp +++ b/src/frontends/pytorch/src/op/getitem.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/glu.cpp b/src/frontends/pytorch/src/op/glu.cpp index 779c81c4904..12e580bc788 100644 --- a/src/frontends/pytorch/src/op/glu.cpp +++ b/src/frontends/pytorch/src/op/glu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/grid_sampler.cpp b/src/frontends/pytorch/src/op/grid_sampler.cpp index d9b268d7aa4..339b7473946 100644 --- a/src/frontends/pytorch/src/op/grid_sampler.cpp +++ b/src/frontends/pytorch/src/op/grid_sampler.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/group_norm.cpp b/src/frontends/pytorch/src/op/group_norm.cpp index cbc0fe8654e..2ab51533c42 100644 --- a/src/frontends/pytorch/src/op/group_norm.cpp +++ b/src/frontends/pytorch/src/op/group_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/hardtanh.cpp b/src/frontends/pytorch/src/op/hardtanh.cpp index a85bedbf006..8705187547c 100644 --- a/src/frontends/pytorch/src/op/hardtanh.cpp +++ b/src/frontends/pytorch/src/op/hardtanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/if.cpp b/src/frontends/pytorch/src/op/if.cpp index 5b5e07ab1bb..c960407aed0 100644 --- a/src/frontends/pytorch/src/op/if.cpp +++ b/src/frontends/pytorch/src/op/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/im2col.cpp b/src/frontends/pytorch/src/op/im2col.cpp index 56545bc3270..4884c813794 100644 --- a/src/frontends/pytorch/src/op/im2col.cpp +++ b/src/frontends/pytorch/src/op/im2col.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/index.cpp b/src/frontends/pytorch/src/op/index.cpp index 6030dd557de..a1e286cad93 100644 --- a/src/frontends/pytorch/src/op/index.cpp +++ b/src/frontends/pytorch/src/op/index.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/index_add.cpp b/src/frontends/pytorch/src/op/index_add.cpp index d42253cb724..afbf79b55ab 100644 --- a/src/frontends/pytorch/src/op/index_add.cpp +++ b/src/frontends/pytorch/src/op/index_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/index_put_.cpp b/src/frontends/pytorch/src/op/index_put_.cpp index d8a599eaf5a..388bf85767b 100644 --- a/src/frontends/pytorch/src/op/index_put_.cpp +++ b/src/frontends/pytorch/src/op/index_put_.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/index_select.cpp b/src/frontends/pytorch/src/op/index_select.cpp index bf1e13bd39b..5c86cb521c1 100644 --- a/src/frontends/pytorch/src/op/index_select.cpp +++ b/src/frontends/pytorch/src/op/index_select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/instance_norm.cpp b/src/frontends/pytorch/src/op/instance_norm.cpp index ff53bd11e92..94ca6a052b5 100644 --- a/src/frontends/pytorch/src/op/instance_norm.cpp +++ b/src/frontends/pytorch/src/op/instance_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/frontend/pytorch/node_context.hpp" diff --git a/src/frontends/pytorch/src/op/int.cpp b/src/frontends/pytorch/src/op/int.cpp index 5a407a1a725..4d103925a93 100644 --- a/src/frontends/pytorch/src/op/int.cpp +++ b/src/frontends/pytorch/src/op/int.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/is_nonzero.cpp b/src/frontends/pytorch/src/op/is_nonzero.cpp index 22fa00e6693..7f586453634 100644 --- a/src/frontends/pytorch/src/op/is_nonzero.cpp +++ b/src/frontends/pytorch/src/op/is_nonzero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/layer_norm.cpp b/src/frontends/pytorch/src/op/layer_norm.cpp index 9bcdd0c1bdd..8775d30440c 100644 --- a/src/frontends/pytorch/src/op/layer_norm.cpp +++ b/src/frontends/pytorch/src/op/layer_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/leaky_relu.cpp b/src/frontends/pytorch/src/op/leaky_relu.cpp index edca96998a2..447cdb9cd47 100644 --- a/src/frontends/pytorch/src/op/leaky_relu.cpp +++ b/src/frontends/pytorch/src/op/leaky_relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/len.cpp b/src/frontends/pytorch/src/op/len.cpp index 9a226585009..7027e2c258f 100644 --- a/src/frontends/pytorch/src/op/len.cpp +++ b/src/frontends/pytorch/src/op/len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/linear.cpp b/src/frontends/pytorch/src/op/linear.cpp index 8288220f320..2c06b3dc3cd 100644 --- a/src/frontends/pytorch/src/op/linear.cpp +++ b/src/frontends/pytorch/src/op/linear.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/linspace.cpp b/src/frontends/pytorch/src/op/linspace.cpp index 5bdf489d297..1fc76a6aaf1 100644 --- a/src/frontends/pytorch/src/op/linspace.cpp +++ b/src/frontends/pytorch/src/op/linspace.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/list_construct.cpp b/src/frontends/pytorch/src/op/list_construct.cpp index cc17aae928e..94a57544d5c 100644 --- a/src/frontends/pytorch/src/op/list_construct.cpp +++ b/src/frontends/pytorch/src/op/list_construct.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/list_unpack.cpp b/src/frontends/pytorch/src/op/list_unpack.cpp index 30fe2d2ed5e..1bd4e5ecfc9 100644 --- a/src/frontends/pytorch/src/op/list_unpack.cpp +++ b/src/frontends/pytorch/src/op/list_unpack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/log.cpp b/src/frontends/pytorch/src/op/log.cpp index c4fc38a71c6..bf7588601d2 100644 --- a/src/frontends/pytorch/src/op/log.cpp +++ b/src/frontends/pytorch/src/op/log.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/log_softmax.cpp b/src/frontends/pytorch/src/op/log_softmax.cpp index 1f7491d3b57..6fb2e1c6be3 100644 --- a/src/frontends/pytorch/src/op/log_softmax.cpp +++ b/src/frontends/pytorch/src/op/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/logical.cpp b/src/frontends/pytorch/src/op/logical.cpp index b094067dbbd..51c0d8d34b3 100644 --- a/src/frontends/pytorch/src/op/logical.cpp +++ b/src/frontends/pytorch/src/op/logical.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/loop.cpp b/src/frontends/pytorch/src/op/loop.cpp index 4aaf56b081f..2c65737a6e6 100644 --- a/src/frontends/pytorch/src/op/loop.cpp +++ b/src/frontends/pytorch/src/op/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/lstm.cpp b/src/frontends/pytorch/src/op/lstm.cpp index a845229a17b..9c74b0a2d60 100644 --- a/src/frontends/pytorch/src/op/lstm.cpp +++ b/src/frontends/pytorch/src/op/lstm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "helper_ops/packed_sequence.hpp" diff --git a/src/frontends/pytorch/src/op/masked_fill.cpp b/src/frontends/pytorch/src/op/masked_fill.cpp index 7790bf3bdd4..c5229f69abe 100644 --- a/src/frontends/pytorch/src/op/masked_fill.cpp +++ b/src/frontends/pytorch/src/op/masked_fill.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/masked_scatter.cpp b/src/frontends/pytorch/src/op/masked_scatter.cpp index 2c3ff50af64..6a78d02e240 100644 --- a/src/frontends/pytorch/src/op/masked_scatter.cpp +++ b/src/frontends/pytorch/src/op/masked_scatter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/max_poolnd.cpp b/src/frontends/pytorch/src/op/max_poolnd.cpp index 893344ba813..395ea881918 100644 --- a/src/frontends/pytorch/src/op/max_poolnd.cpp +++ b/src/frontends/pytorch/src/op/max_poolnd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/mean.cpp b/src/frontends/pytorch/src/op/mean.cpp index 6182b46afe0..ee5e167c963 100644 --- a/src/frontends/pytorch/src/op/mean.cpp +++ b/src/frontends/pytorch/src/op/mean.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/meshgrid.cpp b/src/frontends/pytorch/src/op/meshgrid.cpp index 58c170138db..899da365a34 100644 --- a/src/frontends/pytorch/src/op/meshgrid.cpp +++ b/src/frontends/pytorch/src/op/meshgrid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/min_max.cpp b/src/frontends/pytorch/src/op/min_max.cpp index b1e1cbd8db9..f9d7c8d555e 100644 --- a/src/frontends/pytorch/src/op/min_max.cpp +++ b/src/frontends/pytorch/src/op/min_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/mul.cpp b/src/frontends/pytorch/src/op/mul.cpp index 28c828cff25..6e81c1342c7 100644 --- a/src/frontends/pytorch/src/op/mul.cpp +++ b/src/frontends/pytorch/src/op/mul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/multinomial.cpp b/src/frontends/pytorch/src/op/multinomial.cpp index bba2b045063..6f2c8c1896d 100644 --- a/src/frontends/pytorch/src/op/multinomial.cpp +++ b/src/frontends/pytorch/src/op/multinomial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/narrow.cpp b/src/frontends/pytorch/src/op/narrow.cpp index ffae7d2ec55..b5da0a510f4 100644 --- a/src/frontends/pytorch/src/op/narrow.cpp +++ b/src/frontends/pytorch/src/op/narrow.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/native_multi_head_attention.cpp b/src/frontends/pytorch/src/op/native_multi_head_attention.cpp index e70fae3976d..3da7a0e5402 100644 --- a/src/frontends/pytorch/src/op/native_multi_head_attention.cpp +++ b/src/frontends/pytorch/src/op/native_multi_head_attention.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/neg.cpp b/src/frontends/pytorch/src/op/neg.cpp index 423118c3b2f..67af65a41df 100644 --- a/src/frontends/pytorch/src/op/neg.cpp +++ b/src/frontends/pytorch/src/op/neg.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/nms.cpp b/src/frontends/pytorch/src/op/nms.cpp index edef474da57..1701fdd8bdf 100644 --- a/src/frontends/pytorch/src/op/nms.cpp +++ b/src/frontends/pytorch/src/op/nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/nonzero.cpp b/src/frontends/pytorch/src/op/nonzero.cpp index 29a6aa51175..fcd6b30eb9a 100644 --- a/src/frontends/pytorch/src/op/nonzero.cpp +++ b/src/frontends/pytorch/src/op/nonzero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/norm.cpp b/src/frontends/pytorch/src/op/norm.cpp index 73ec824ddd6..355a1c8b29a 100644 --- a/src/frontends/pytorch/src/op/norm.cpp +++ b/src/frontends/pytorch/src/op/norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/numel.cpp b/src/frontends/pytorch/src/op/numel.cpp index a4d2a836c6a..0d8cec1611c 100644 --- a/src/frontends/pytorch/src/op/numel.cpp +++ b/src/frontends/pytorch/src/op/numel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/one_hot.cpp b/src/frontends/pytorch/src/op/one_hot.cpp index 5babd06b6d3..d04d6f31a0a 100644 --- a/src/frontends/pytorch/src/op/one_hot.cpp +++ b/src/frontends/pytorch/src/op/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/outer.cpp b/src/frontends/pytorch/src/op/outer.cpp index f1d151ffa9e..e1e0e15d832 100644 --- a/src/frontends/pytorch/src/op/outer.cpp +++ b/src/frontends/pytorch/src/op/outer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/pad.cpp b/src/frontends/pytorch/src/op/pad.cpp index 02051a56e2a..2a8365de8a6 100644 --- a/src/frontends/pytorch/src/op/pad.cpp +++ b/src/frontends/pytorch/src/op/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/pixel_shuffle.cpp b/src/frontends/pytorch/src/op/pixel_shuffle.cpp index 1e83f909e18..c3ee48c2e4a 100644 --- a/src/frontends/pytorch/src/op/pixel_shuffle.cpp +++ b/src/frontends/pytorch/src/op/pixel_shuffle.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/pow.cpp b/src/frontends/pytorch/src/op/pow.cpp index ebdfb8c5715..ec133ea6171 100644 --- a/src/frontends/pytorch/src/op/pow.cpp +++ b/src/frontends/pytorch/src/op/pow.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/prod.cpp b/src/frontends/pytorch/src/op/prod.cpp index 1e454ed0d8b..54fcf7413e2 100644 --- a/src/frontends/pytorch/src/op/prod.cpp +++ b/src/frontends/pytorch/src/op/prod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/pythonop.cpp b/src/frontends/pytorch/src/op/pythonop.cpp index 6040e6bbc97..2b986890f1e 100644 --- a/src/frontends/pytorch/src/op/pythonop.cpp +++ b/src/frontends/pytorch/src/op/pythonop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/quantize.cpp b/src/frontends/pytorch/src/op/quantize.cpp index a4a4f248c1a..9048a4c0a12 100644 --- a/src/frontends/pytorch/src/op/quantize.cpp +++ b/src/frontends/pytorch/src/op/quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/quantized_add.cpp b/src/frontends/pytorch/src/op/quantized_add.cpp index 2c6541e5962..7ba34819761 100644 --- a/src/frontends/pytorch/src/op/quantized_add.cpp +++ b/src/frontends/pytorch/src/op/quantized_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/quantized_convnd.cpp b/src/frontends/pytorch/src/op/quantized_convnd.cpp index 485ce9f9d71..f91cdd31d6d 100644 --- a/src/frontends/pytorch/src/op/quantized_convnd.cpp +++ b/src/frontends/pytorch/src/op/quantized_convnd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/quantized_hardswish.cpp b/src/frontends/pytorch/src/op/quantized_hardswish.cpp index 3494ebe77a1..74f116796c5 100644 --- a/src/frontends/pytorch/src/op/quantized_hardswish.cpp +++ b/src/frontends/pytorch/src/op/quantized_hardswish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/quantized_linear.cpp b/src/frontends/pytorch/src/op/quantized_linear.cpp index e414d0c6f5a..5b6a56d2ce4 100644 --- a/src/frontends/pytorch/src/op/quantized_linear.cpp +++ b/src/frontends/pytorch/src/op/quantized_linear.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/quantized_mul.cpp b/src/frontends/pytorch/src/op/quantized_mul.cpp index 81575a67c11..52a773e7361 100644 --- a/src/frontends/pytorch/src/op/quantized_mul.cpp +++ b/src/frontends/pytorch/src/op/quantized_mul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/rand.cpp b/src/frontends/pytorch/src/op/rand.cpp index a5a6771d36d..6348182a934 100644 --- a/src/frontends/pytorch/src/op/rand.cpp +++ b/src/frontends/pytorch/src/op/rand.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/frontends/pytorch/src/op/range_length.cpp b/src/frontends/pytorch/src/op/range_length.cpp index 4661470ad6b..aca25ca8bc4 100644 --- a/src/frontends/pytorch/src/op/range_length.cpp +++ b/src/frontends/pytorch/src/op/range_length.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/reciprocal.cpp b/src/frontends/pytorch/src/op/reciprocal.cpp index 04697ea7e7e..4905d949208 100644 --- a/src/frontends/pytorch/src/op/reciprocal.cpp +++ b/src/frontends/pytorch/src/op/reciprocal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/relu6.cpp b/src/frontends/pytorch/src/op/relu6.cpp index 08996811249..803a171f958 100644 --- a/src/frontends/pytorch/src/op/relu6.cpp +++ b/src/frontends/pytorch/src/op/relu6.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/remainder.cpp b/src/frontends/pytorch/src/op/remainder.cpp index ce9e496e977..d267d9a432f 100644 --- a/src/frontends/pytorch/src/op/remainder.cpp +++ b/src/frontends/pytorch/src/op/remainder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/repeat_interleave.cpp b/src/frontends/pytorch/src/op/repeat_interleave.cpp index e16de70190e..2b5214ae765 100644 --- a/src/frontends/pytorch/src/op/repeat_interleave.cpp +++ b/src/frontends/pytorch/src/op/repeat_interleave.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/reshape.cpp b/src/frontends/pytorch/src/op/reshape.cpp index c5c33f4f6e6..97306ba1f6d 100644 --- a/src/frontends/pytorch/src/op/reshape.cpp +++ b/src/frontends/pytorch/src/op/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/reshape_as.cpp b/src/frontends/pytorch/src/op/reshape_as.cpp index 1c9be43d4a2..ebd1b52da4f 100644 --- a/src/frontends/pytorch/src/op/reshape_as.cpp +++ b/src/frontends/pytorch/src/op/reshape_as.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/roi_align.cpp b/src/frontends/pytorch/src/op/roi_align.cpp index fb2ad3a41d7..f16b0b46644 100644 --- a/src/frontends/pytorch/src/op/roi_align.cpp +++ b/src/frontends/pytorch/src/op/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/roll.cpp b/src/frontends/pytorch/src/op/roll.cpp index 290301308c5..d4a90e7e352 100644 --- a/src/frontends/pytorch/src/op/roll.cpp +++ b/src/frontends/pytorch/src/op/roll.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/round.cpp b/src/frontends/pytorch/src/op/round.cpp index e38ba2490a1..e7fd17ab71d 100644 --- a/src/frontends/pytorch/src/op/round.cpp +++ b/src/frontends/pytorch/src/op/round.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/rsqrt.cpp b/src/frontends/pytorch/src/op/rsqrt.cpp index f782792e565..ab8175a750d 100644 --- a/src/frontends/pytorch/src/op/rsqrt.cpp +++ b/src/frontends/pytorch/src/op/rsqrt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/rsub.cpp b/src/frontends/pytorch/src/op/rsub.cpp index d9de114a225..77ec44c8bc8 100644 --- a/src/frontends/pytorch/src/op/rsub.cpp +++ b/src/frontends/pytorch/src/op/rsub.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/scalar_tensor.cpp b/src/frontends/pytorch/src/op/scalar_tensor.cpp index 64428486511..b6f26c779bd 100644 --- a/src/frontends/pytorch/src/op/scalar_tensor.cpp +++ b/src/frontends/pytorch/src/op/scalar_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/scaled_dot_product_attention.cpp b/src/frontends/pytorch/src/op/scaled_dot_product_attention.cpp index c1e5fce3abc..15ab0e07cab 100644 --- a/src/frontends/pytorch/src/op/scaled_dot_product_attention.cpp +++ b/src/frontends/pytorch/src/op/scaled_dot_product_attention.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/op/scaled_dot_product_attention.hpp" diff --git a/src/frontends/pytorch/src/op/scatter.cpp b/src/frontends/pytorch/src/op/scatter.cpp index 8e950562e41..7e8b7a9d122 100644 --- a/src/frontends/pytorch/src/op/scatter.cpp +++ b/src/frontends/pytorch/src/op/scatter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/select.cpp b/src/frontends/pytorch/src/op/select.cpp index 5c22e7b6e20..c04c661df0b 100644 --- a/src/frontends/pytorch/src/op/select.cpp +++ b/src/frontends/pytorch/src/op/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/select_scatter.cpp b/src/frontends/pytorch/src/op/select_scatter.cpp index d2c71abd6cb..77db91868b0 100644 --- a/src/frontends/pytorch/src/op/select_scatter.cpp +++ b/src/frontends/pytorch/src/op/select_scatter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/selu.cpp b/src/frontends/pytorch/src/op/selu.cpp index aef54491e74..cc03baa1925 100644 --- a/src/frontends/pytorch/src/op/selu.cpp +++ b/src/frontends/pytorch/src/op/selu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/set_item.cpp b/src/frontends/pytorch/src/op/set_item.cpp index ef11a2a391c..26948aebccb 100644 --- a/src/frontends/pytorch/src/op/set_item.cpp +++ b/src/frontends/pytorch/src/op/set_item.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/shape_as_tensor.cpp b/src/frontends/pytorch/src/op/shape_as_tensor.cpp index 9d1537e719c..2ddc5381448 100644 --- a/src/frontends/pytorch/src/op/shape_as_tensor.cpp +++ b/src/frontends/pytorch/src/op/shape_as_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/sign.cpp b/src/frontends/pytorch/src/op/sign.cpp index d7760f9e922..1ccbd6f02c5 100644 --- a/src/frontends/pytorch/src/op/sign.cpp +++ b/src/frontends/pytorch/src/op/sign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/size.cpp b/src/frontends/pytorch/src/op/size.cpp index 289facd0fe7..876eac4270c 100644 --- a/src/frontends/pytorch/src/op/size.cpp +++ b/src/frontends/pytorch/src/op/size.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/slice.cpp b/src/frontends/pytorch/src/op/slice.cpp index 62b65922e45..e718183ae13 100644 --- a/src/frontends/pytorch/src/op/slice.cpp +++ b/src/frontends/pytorch/src/op/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/slice_scatter.cpp b/src/frontends/pytorch/src/op/slice_scatter.cpp index 05bdc081a3e..d522b6d63d3 100644 --- a/src/frontends/pytorch/src/op/slice_scatter.cpp +++ b/src/frontends/pytorch/src/op/slice_scatter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/softmax.cpp b/src/frontends/pytorch/src/op/softmax.cpp index 1a12c41b8b8..58d64a508e8 100644 --- a/src/frontends/pytorch/src/op/softmax.cpp +++ b/src/frontends/pytorch/src/op/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/sort.cpp b/src/frontends/pytorch/src/op/sort.cpp index 7e75a98c6ce..02cd6214af1 100644 --- a/src/frontends/pytorch/src/op/sort.cpp +++ b/src/frontends/pytorch/src/op/sort.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/frontend/pytorch/node_context.hpp" diff --git a/src/frontends/pytorch/src/op/split.cpp b/src/frontends/pytorch/src/op/split.cpp index e983c3031d0..b58c05c1f5b 100644 --- a/src/frontends/pytorch/src/op/split.cpp +++ b/src/frontends/pytorch/src/op/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/square.cpp b/src/frontends/pytorch/src/op/square.cpp index 24493383e38..9a2540cbdf1 100644 --- a/src/frontends/pytorch/src/op/square.cpp +++ b/src/frontends/pytorch/src/op/square.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/squeeze.cpp b/src/frontends/pytorch/src/op/squeeze.cpp index ccdfbae0e3a..2781bbc6945 100644 --- a/src/frontends/pytorch/src/op/squeeze.cpp +++ b/src/frontends/pytorch/src/op/squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/sub.cpp b/src/frontends/pytorch/src/op/sub.cpp index 69148f23329..4c0553c98b3 100644 --- a/src/frontends/pytorch/src/op/sub.cpp +++ b/src/frontends/pytorch/src/op/sub.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/sum.cpp b/src/frontends/pytorch/src/op/sum.cpp index be664cb8104..eeecca90874 100644 --- a/src/frontends/pytorch/src/op/sum.cpp +++ b/src/frontends/pytorch/src/op/sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/take_along_dim.cpp b/src/frontends/pytorch/src/op/take_along_dim.cpp index b9bc20846e6..ec791329e6d 100644 --- a/src/frontends/pytorch/src/op/take_along_dim.cpp +++ b/src/frontends/pytorch/src/op/take_along_dim.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/to.cpp b/src/frontends/pytorch/src/op/to.cpp index cc563217f5e..867c25f21f7 100644 --- a/src/frontends/pytorch/src/op/to.cpp +++ b/src/frontends/pytorch/src/op/to.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/topk.cpp b/src/frontends/pytorch/src/op/topk.cpp index 06916c4ea03..4a1943a2ae4 100644 --- a/src/frontends/pytorch/src/op/topk.cpp +++ b/src/frontends/pytorch/src/op/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/transpose.cpp b/src/frontends/pytorch/src/op/transpose.cpp index 9b59bbebd16..9d1e0d173b0 100644 --- a/src/frontends/pytorch/src/op/transpose.cpp +++ b/src/frontends/pytorch/src/op/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/trilu.cpp b/src/frontends/pytorch/src/op/trilu.cpp index 1ef4d50fd6a..cdd10d48c90 100644 --- a/src/frontends/pytorch/src/op/trilu.cpp +++ b/src/frontends/pytorch/src/op/trilu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/tuple_index.cpp b/src/frontends/pytorch/src/op/tuple_index.cpp index b1f0917168d..249c891ae48 100644 --- a/src/frontends/pytorch/src/op/tuple_index.cpp +++ b/src/frontends/pytorch/src/op/tuple_index.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/unflatten.cpp b/src/frontends/pytorch/src/op/unflatten.cpp index a913398eb35..869c4521661 100644 --- a/src/frontends/pytorch/src/op/unflatten.cpp +++ b/src/frontends/pytorch/src/op/unflatten.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/unfold.cpp b/src/frontends/pytorch/src/op/unfold.cpp index e7aa129b293..0ea7a51686a 100644 --- a/src/frontends/pytorch/src/op/unfold.cpp +++ b/src/frontends/pytorch/src/op/unfold.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/upsample.cpp b/src/frontends/pytorch/src/op/upsample.cpp index 83a1e59d93d..ad1ac729654 100644 --- a/src/frontends/pytorch/src/op/upsample.cpp +++ b/src/frontends/pytorch/src/op/upsample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/var_mean.cpp b/src/frontends/pytorch/src/op/var_mean.cpp index c4937a1c6d8..f463825a895 100644 --- a/src/frontends/pytorch/src/op/var_mean.cpp +++ b/src/frontends/pytorch/src/op/var_mean.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op/where.cpp b/src/frontends/pytorch/src/op/where.cpp index 3c8bf86d84a..225c2399480 100644 --- a/src/frontends/pytorch/src/op/where.cpp +++ b/src/frontends/pytorch/src/op/where.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op_table.cpp b/src/frontends/pytorch/src/op_table.cpp index 82fdeb1c646..daf5bb25219 100644 --- a/src/frontends/pytorch/src/op_table.cpp +++ b/src/frontends/pytorch/src/op_table.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/op_table.hpp b/src/frontends/pytorch/src/op_table.hpp index 04ffb86ec3f..f7f1a51b571 100644 --- a/src/frontends/pytorch/src/op_table.hpp +++ b/src/frontends/pytorch/src/op_table.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/place.cpp b/src/frontends/pytorch/src/place.cpp index 5c8d18f11e2..ad7e46acf24 100644 --- a/src/frontends/pytorch/src/place.cpp +++ b/src/frontends/pytorch/src/place.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/place.hpp b/src/frontends/pytorch/src/place.hpp index 5c4f19048db..c823a126516 100644 --- a/src/frontends/pytorch/src/place.hpp +++ b/src/frontends/pytorch/src/place.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/pt_framework_node.hpp b/src/frontends/pytorch/src/pt_framework_node.hpp index 00d96720040..cd9e05b4d00 100644 --- a/src/frontends/pytorch/src/pt_framework_node.hpp +++ b/src/frontends/pytorch/src/pt_framework_node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/pytorch.cpp b/src/frontends/pytorch/src/pytorch.cpp index 4756a81cb79..fe9143f37bc 100644 --- a/src/frontends/pytorch/src/pytorch.cpp +++ b/src/frontends/pytorch/src/pytorch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/scripts/get_supported_ops.py b/src/frontends/pytorch/src/scripts/get_supported_ops.py index 1bd1d4396da..f3efd82f000 100644 --- a/src/frontends/pytorch/src/scripts/get_supported_ops.py +++ b/src/frontends/pytorch/src/scripts/get_supported_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/pytorch/src/transforms.cpp b/src/frontends/pytorch/src/transforms.cpp index 962c254fbb8..1f6f66001ba 100644 --- a/src/frontends/pytorch/src/transforms.cpp +++ b/src/frontends/pytorch/src/transforms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms.hpp b/src/frontends/pytorch/src/transforms.hpp index 713386fe9a1..f0614cf502f 100644 --- a/src/frontends/pytorch/src/transforms.hpp +++ b/src/frontends/pytorch/src/transforms.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/align_types_removal.cpp b/src/frontends/pytorch/src/transforms/align_types_removal.cpp index c5e43d8af13..9f95380445b 100644 --- a/src/frontends/pytorch/src/transforms/align_types_removal.cpp +++ b/src/frontends/pytorch/src/transforms/align_types_removal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/align_types_removal.hpp b/src/frontends/pytorch/src/transforms/align_types_removal.hpp index bba81df9e0e..2eca492d623 100644 --- a/src/frontends/pytorch/src/transforms/align_types_removal.hpp +++ b/src/frontends/pytorch/src/transforms/align_types_removal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/append_list_unpack_replacer.cpp b/src/frontends/pytorch/src/transforms/append_list_unpack_replacer.cpp index 796c2125a7d..fc5689639ec 100644 --- a/src/frontends/pytorch/src/transforms/append_list_unpack_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/append_list_unpack_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/append_list_unpack_replacer.hpp b/src/frontends/pytorch/src/transforms/append_list_unpack_replacer.hpp index e509f2ff973..d3ecd8b28fc 100644 --- a/src/frontends/pytorch/src/transforms/append_list_unpack_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/append_list_unpack_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/aten_cat_replacer.cpp b/src/frontends/pytorch/src/transforms/aten_cat_replacer.cpp index 38352babc7c..9cc20994d2c 100644 --- a/src/frontends/pytorch/src/transforms/aten_cat_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/aten_cat_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/aten_cat_replacer.hpp b/src/frontends/pytorch/src/transforms/aten_cat_replacer.hpp index d1439ca70e9..8041e282445 100644 --- a/src/frontends/pytorch/src/transforms/aten_cat_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/aten_cat_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/aten_getitem_replacer.cpp b/src/frontends/pytorch/src/transforms/aten_getitem_replacer.cpp index eb154ecc3ad..4249363a8ef 100644 --- a/src/frontends/pytorch/src/transforms/aten_getitem_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/aten_getitem_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/aten_getitem_replacer.hpp b/src/frontends/pytorch/src/transforms/aten_getitem_replacer.hpp index 18a945b8806..db99e2d65b2 100644 --- a/src/frontends/pytorch/src/transforms/aten_getitem_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/aten_getitem_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/aten_index_put_replacer.cpp b/src/frontends/pytorch/src/transforms/aten_index_put_replacer.cpp index d99a961ac4d..9283f1d6a03 100644 --- a/src/frontends/pytorch/src/transforms/aten_index_put_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/aten_index_put_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/aten_index_put_replacer.hpp b/src/frontends/pytorch/src/transforms/aten_index_put_replacer.hpp index b63aed115a2..e74cf40e057 100644 --- a/src/frontends/pytorch/src/transforms/aten_index_put_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/aten_index_put_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/aten_index_replacer.cpp b/src/frontends/pytorch/src/transforms/aten_index_replacer.cpp index e1229f97a3a..83eb9774aea 100644 --- a/src/frontends/pytorch/src/transforms/aten_index_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/aten_index_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/aten_index_replacer.hpp b/src/frontends/pytorch/src/transforms/aten_index_replacer.hpp index 84f6133253a..b9a034e3a27 100644 --- a/src/frontends/pytorch/src/transforms/aten_index_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/aten_index_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/aten_stack_list_construct_replacer.cpp b/src/frontends/pytorch/src/transforms/aten_stack_list_construct_replacer.cpp index b96d14ca319..b58c42b1791 100644 --- a/src/frontends/pytorch/src/transforms/aten_stack_list_construct_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/aten_stack_list_construct_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/aten_stack_list_construct_replacer.hpp b/src/frontends/pytorch/src/transforms/aten_stack_list_construct_replacer.hpp index 4ac808c817c..ab7376619c4 100644 --- a/src/frontends/pytorch/src/transforms/aten_stack_list_construct_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/aten_stack_list_construct_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/dict_resolver.cpp b/src/frontends/pytorch/src/transforms/dict_resolver.cpp index 3ed6d1daf7d..362a6d2da37 100644 --- a/src/frontends/pytorch/src/transforms/dict_resolver.cpp +++ b/src/frontends/pytorch/src/transforms/dict_resolver.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/dict_resolver.hpp b/src/frontends/pytorch/src/transforms/dict_resolver.hpp index 0494c7dc32d..150b1361dab 100644 --- a/src/frontends/pytorch/src/transforms/dict_resolver.hpp +++ b/src/frontends/pytorch/src/transforms/dict_resolver.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/einsum_list_construct.cpp b/src/frontends/pytorch/src/transforms/einsum_list_construct.cpp index e9ca0c5fb94..d0873e8479e 100644 --- a/src/frontends/pytorch/src/transforms/einsum_list_construct.cpp +++ b/src/frontends/pytorch/src/transforms/einsum_list_construct.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/einsum_list_construct.hpp b/src/frontends/pytorch/src/transforms/einsum_list_construct.hpp index af2ac9b5301..413c9f52621 100644 --- a/src/frontends/pytorch/src/transforms/einsum_list_construct.hpp +++ b/src/frontends/pytorch/src/transforms/einsum_list_construct.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/index_loop_getitem_replacer.cpp b/src/frontends/pytorch/src/transforms/index_loop_getitem_replacer.cpp index 3ad535ba412..9b236a58d49 100644 --- a/src/frontends/pytorch/src/transforms/index_loop_getitem_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/index_loop_getitem_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/index_loop_getitem_replacer.hpp b/src/frontends/pytorch/src/transforms/index_loop_getitem_replacer.hpp index 9a8337b4ac2..89627723c3d 100644 --- a/src/frontends/pytorch/src/transforms/index_loop_getitem_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/index_loop_getitem_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/irfftn_complex_replacer.cpp b/src/frontends/pytorch/src/transforms/irfftn_complex_replacer.cpp index af75fdd806e..8ef7a558fae 100644 --- a/src/frontends/pytorch/src/transforms/irfftn_complex_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/irfftn_complex_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/irfftn_complex_replacer.hpp b/src/frontends/pytorch/src/transforms/irfftn_complex_replacer.hpp index 63061defd1f..3aa6991aed5 100644 --- a/src/frontends/pytorch/src/transforms/irfftn_complex_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/irfftn_complex_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/listconstruct_replacer.cpp b/src/frontends/pytorch/src/transforms/listconstruct_replacer.cpp index 9da6227f6aa..c7db874634b 100644 --- a/src/frontends/pytorch/src/transforms/listconstruct_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/listconstruct_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/listconstruct_replacer.hpp b/src/frontends/pytorch/src/transforms/listconstruct_replacer.hpp index f630f38eb56..4b265d58d24 100644 --- a/src/frontends/pytorch/src/transforms/listconstruct_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/listconstruct_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/min_max_prim_list_construct_replacer.cpp b/src/frontends/pytorch/src/transforms/min_max_prim_list_construct_replacer.cpp index dd672a94698..f2e092d316c 100644 --- a/src/frontends/pytorch/src/transforms/min_max_prim_list_construct_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/min_max_prim_list_construct_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/min_max_prim_list_construct_replacer.hpp b/src/frontends/pytorch/src/transforms/min_max_prim_list_construct_replacer.hpp index 581b798da17..371b3be7ff7 100644 --- a/src/frontends/pytorch/src/transforms/min_max_prim_list_construct_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/min_max_prim_list_construct_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/prim_list_construct_pad.cpp b/src/frontends/pytorch/src/transforms/prim_list_construct_pad.cpp index 74b4e8cc03b..a8483cd8829 100644 --- a/src/frontends/pytorch/src/transforms/prim_list_construct_pad.cpp +++ b/src/frontends/pytorch/src/transforms/prim_list_construct_pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/prim_list_construct_pad.hpp b/src/frontends/pytorch/src/transforms/prim_list_construct_pad.hpp index 169d235e266..5e5322969f5 100644 --- a/src/frontends/pytorch/src/transforms/prim_list_construct_pad.hpp +++ b/src/frontends/pytorch/src/transforms/prim_list_construct_pad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/prim_list_tuple_construct_replacer.cpp b/src/frontends/pytorch/src/transforms/prim_list_tuple_construct_replacer.cpp index f6a8841fe0d..44f77188728 100644 --- a/src/frontends/pytorch/src/transforms/prim_list_tuple_construct_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/prim_list_tuple_construct_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "prim_list_tuple_construct_replacer.hpp" diff --git a/src/frontends/pytorch/src/transforms/prim_list_tuple_construct_replacer.hpp b/src/frontends/pytorch/src/transforms/prim_list_tuple_construct_replacer.hpp index dfee0f92478..31a025d6d90 100644 --- a/src/frontends/pytorch/src/transforms/prim_list_tuple_construct_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/prim_list_tuple_construct_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/prim_list_unpack_replacer.cpp b/src/frontends/pytorch/src/transforms/prim_list_unpack_replacer.cpp index 2a59a27e01f..c6b65bceea8 100644 --- a/src/frontends/pytorch/src/transforms/prim_list_unpack_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/prim_list_unpack_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/prim_list_unpack_replacer.hpp b/src/frontends/pytorch/src/transforms/prim_list_unpack_replacer.hpp index 356c03506f5..81521716a23 100644 --- a/src/frontends/pytorch/src/transforms/prim_list_unpack_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/prim_list_unpack_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/prim_unpack_parameter_replacer.cpp b/src/frontends/pytorch/src/transforms/prim_unpack_parameter_replacer.cpp index e8183815f84..7670d11643e 100644 --- a/src/frontends/pytorch/src/transforms/prim_unpack_parameter_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/prim_unpack_parameter_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "prim_unpack_parameter_replacer.hpp" diff --git a/src/frontends/pytorch/src/transforms/prim_unpack_parameter_replacer.hpp b/src/frontends/pytorch/src/transforms/prim_unpack_parameter_replacer.hpp index 1f93da74dfa..2616b66fb58 100644 --- a/src/frontends/pytorch/src/transforms/prim_unpack_parameter_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/prim_unpack_parameter_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/quantized_node_remover.cpp b/src/frontends/pytorch/src/transforms/quantized_node_remover.cpp index 2eb5b012d4b..383e22c3d5a 100644 --- a/src/frontends/pytorch/src/transforms/quantized_node_remover.cpp +++ b/src/frontends/pytorch/src/transforms/quantized_node_remover.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/quantized_node_remover.hpp b/src/frontends/pytorch/src/transforms/quantized_node_remover.hpp index 0a4ec91f433..e4ca3d5806d 100644 --- a/src/frontends/pytorch/src/transforms/quantized_node_remover.hpp +++ b/src/frontends/pytorch/src/transforms/quantized_node_remover.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/reverseprop_resolver.cpp b/src/frontends/pytorch/src/transforms/reverseprop_resolver.cpp index 4bdc28b07f2..2dc38fa57fc 100644 --- a/src/frontends/pytorch/src/transforms/reverseprop_resolver.cpp +++ b/src/frontends/pytorch/src/transforms/reverseprop_resolver.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/reverseprop_resolver.hpp b/src/frontends/pytorch/src/transforms/reverseprop_resolver.hpp index d07162889c7..a26249e4841 100644 --- a/src/frontends/pytorch/src/transforms/reverseprop_resolver.hpp +++ b/src/frontends/pytorch/src/transforms/reverseprop_resolver.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/rfftn_complex_replacer.cpp b/src/frontends/pytorch/src/transforms/rfftn_complex_replacer.cpp index 01e99609a0d..96e28d12ab2 100644 --- a/src/frontends/pytorch/src/transforms/rfftn_complex_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/rfftn_complex_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/rfftn_complex_replacer.hpp b/src/frontends/pytorch/src/transforms/rfftn_complex_replacer.hpp index 3a6bceb0dfe..04ec53ab0f1 100644 --- a/src/frontends/pytorch/src/transforms/rfftn_complex_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/rfftn_complex_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/softmax_reshape_elimination.cpp b/src/frontends/pytorch/src/transforms/softmax_reshape_elimination.cpp index e3e322e53a6..afc1bc2d39f 100644 --- a/src/frontends/pytorch/src/transforms/softmax_reshape_elimination.cpp +++ b/src/frontends/pytorch/src/transforms/softmax_reshape_elimination.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/softmax_reshape_elimination.hpp b/src/frontends/pytorch/src/transforms/softmax_reshape_elimination.hpp index e6e8c8afd28..c0d78499f57 100644 --- a/src/frontends/pytorch/src/transforms/softmax_reshape_elimination.hpp +++ b/src/frontends/pytorch/src/transforms/softmax_reshape_elimination.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/string_equality_replacer.cpp b/src/frontends/pytorch/src/transforms/string_equality_replacer.cpp index f7e5e80b604..028de354665 100644 --- a/src/frontends/pytorch/src/transforms/string_equality_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/string_equality_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/string_equality_replacer.hpp b/src/frontends/pytorch/src/transforms/string_equality_replacer.hpp index 8ed486f1270..20dc3cc98b7 100644 --- a/src/frontends/pytorch/src/transforms/string_equality_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/string_equality_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/tuple_unpack_replacer.cpp b/src/frontends/pytorch/src/transforms/tuple_unpack_replacer.cpp index 5f9d72dcf70..a9690c8a37c 100644 --- a/src/frontends/pytorch/src/transforms/tuple_unpack_replacer.cpp +++ b/src/frontends/pytorch/src/transforms/tuple_unpack_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/tuple_unpack_replacer.hpp b/src/frontends/pytorch/src/transforms/tuple_unpack_replacer.hpp index 81aae1eefaf..8d737c3d159 100644 --- a/src/frontends/pytorch/src/transforms/tuple_unpack_replacer.hpp +++ b/src/frontends/pytorch/src/transforms/tuple_unpack_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/u4_block_repack.cpp b/src/frontends/pytorch/src/transforms/u4_block_repack.cpp index ed0e5b6bbf5..fef86396432 100644 --- a/src/frontends/pytorch/src/transforms/u4_block_repack.cpp +++ b/src/frontends/pytorch/src/transforms/u4_block_repack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/transforms/u4_block_repack.hpp b/src/frontends/pytorch/src/transforms/u4_block_repack.hpp index aa6e00f70e5..300e5d7080b 100644 --- a/src/frontends/pytorch/src/transforms/u4_block_repack.hpp +++ b/src/frontends/pytorch/src/transforms/u4_block_repack.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/translate_session.cpp b/src/frontends/pytorch/src/translate_session.cpp index 43b1ec92952..c9b6ea0609f 100644 --- a/src/frontends/pytorch/src/translate_session.cpp +++ b/src/frontends/pytorch/src/translate_session.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/translate_session.hpp b/src/frontends/pytorch/src/translate_session.hpp index 80407c0776a..723e94e2511 100644 --- a/src/frontends/pytorch/src/translate_session.hpp +++ b/src/frontends/pytorch/src/translate_session.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/utils.cpp b/src/frontends/pytorch/src/utils.cpp index f061efefccb..7fa522ad7e3 100644 --- a/src/frontends/pytorch/src/utils.cpp +++ b/src/frontends/pytorch/src/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/utils.hpp b/src/frontends/pytorch/src/utils.hpp index 6493d9a3f62..0b98c223eb2 100644 --- a/src/frontends/pytorch/src/utils.hpp +++ b/src/frontends/pytorch/src/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/utils_quantize.cpp b/src/frontends/pytorch/src/utils_quantize.cpp index 70253b7f757..b7d3979020a 100644 --- a/src/frontends/pytorch/src/utils_quantize.cpp +++ b/src/frontends/pytorch/src/utils_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/pytorch/src/utils_quantize.hpp b/src/frontends/pytorch/src/utils_quantize.hpp index e02bce880d2..2379507d57b 100644 --- a/src/frontends/pytorch/src/utils_quantize.hpp +++ b/src/frontends/pytorch/src/utils_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/CMakeLists.txt b/src/frontends/tensorflow/CMakeLists.txt index 8891808a689..ec90cb076f2 100644 --- a/src/frontends/tensorflow/CMakeLists.txt +++ b/src/frontends/tensorflow/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow/docs/check_supported_ops.py b/src/frontends/tensorflow/docs/check_supported_ops.py index 554a130881c..efa8535e5ff 100644 --- a/src/frontends/tensorflow/docs/check_supported_ops.py +++ b/src/frontends/tensorflow/docs/check_supported_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/decoder.hpp b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/decoder.hpp index f39d5d8177e..68c495bdc77 100644 --- a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/decoder.hpp +++ b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/decoder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/exception.hpp b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/exception.hpp index 1a649a3fcf9..94165a8f217 100644 --- a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/exception.hpp +++ b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/exception.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/extension/op.hpp b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/extension/op.hpp index dbf6802dc4a..b55618b29a1 100644 --- a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/extension/op.hpp +++ b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/extension/op.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/frontend.hpp b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/frontend.hpp index 9e2918aa445..76bb34eac91 100644 --- a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/frontend.hpp +++ b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/frontend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/node_context.hpp b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/node_context.hpp index 23ce1328004..0632190733f 100644 --- a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/node_context.hpp +++ b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/node_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/special_types.hpp b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/special_types.hpp index 7845abd55c1..bdec4e98707 100644 --- a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/special_types.hpp +++ b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/special_types.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/visibility.hpp b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/visibility.hpp index c8f3e2fb0de..ded3d9c37cb 100644 --- a/src/frontends/tensorflow/include/openvino/frontend/tensorflow/visibility.hpp +++ b/src/frontends/tensorflow/include/openvino/frontend/tensorflow/visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/CMakeLists.txt b/src/frontends/tensorflow/src/CMakeLists.txt index 40aa2d370b7..0e9041e6d46 100644 --- a/src/frontends/tensorflow/src/CMakeLists.txt +++ b/src/frontends/tensorflow/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow/src/decoder_argdef.cpp b/src/frontends/tensorflow/src/decoder_argdef.cpp index af7c1a1cfcc..b27a2e729d1 100644 --- a/src/frontends/tensorflow/src/decoder_argdef.cpp +++ b/src/frontends/tensorflow/src/decoder_argdef.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/decoder_argdef.hpp b/src/frontends/tensorflow/src/decoder_argdef.hpp index dfee9b21e14..b9a24911370 100644 --- a/src/frontends/tensorflow/src/decoder_argdef.hpp +++ b/src/frontends/tensorflow/src/decoder_argdef.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/decoder_proto.cpp b/src/frontends/tensorflow/src/decoder_proto.cpp index ccaa2d898b5..157dca36f42 100644 --- a/src/frontends/tensorflow/src/decoder_proto.cpp +++ b/src/frontends/tensorflow/src/decoder_proto.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/decoder_proto.hpp b/src/frontends/tensorflow/src/decoder_proto.hpp index 9d22e273e1e..1f843e1d25d 100644 --- a/src/frontends/tensorflow/src/decoder_proto.hpp +++ b/src/frontends/tensorflow/src/decoder_proto.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/extension/conversion.cpp b/src/frontends/tensorflow/src/extension/conversion.cpp index 387e035d85e..ed32d65d2b4 100644 --- a/src/frontends/tensorflow/src/extension/conversion.cpp +++ b/src/frontends/tensorflow/src/extension/conversion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/frontend.cpp b/src/frontends/tensorflow/src/frontend.cpp index 4cdca6a4f25..2aaf422d4ab 100644 --- a/src/frontends/tensorflow/src/frontend.cpp +++ b/src/frontends/tensorflow/src/frontend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/graph_iterator_proto.hpp b/src/frontends/tensorflow/src/graph_iterator_proto.hpp index 75edb26117b..9559f620cb8 100644 --- a/src/frontends/tensorflow/src/graph_iterator_proto.hpp +++ b/src/frontends/tensorflow/src/graph_iterator_proto.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/graph_iterator_proto_txt.hpp b/src/frontends/tensorflow/src/graph_iterator_proto_txt.hpp index 82a4eee5b5b..a469b9ba577 100644 --- a/src/frontends/tensorflow/src/graph_iterator_proto_txt.hpp +++ b/src/frontends/tensorflow/src/graph_iterator_proto_txt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/input_model.cpp b/src/frontends/tensorflow/src/input_model.cpp index a88c1df7811..28ed48f10e6 100644 --- a/src/frontends/tensorflow/src/input_model.cpp +++ b/src/frontends/tensorflow/src/input_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/input_model.hpp b/src/frontends/tensorflow/src/input_model.hpp index 64d60b48fb8..5ac4ec3045c 100644 --- a/src/frontends/tensorflow/src/input_model.hpp +++ b/src/frontends/tensorflow/src/input_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/node_context.cpp b/src/frontends/tensorflow/src/node_context.cpp index 685e94d0cde..93b95c24567 100644 --- a/src/frontends/tensorflow/src/node_context.cpp +++ b/src/frontends/tensorflow/src/node_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/block_lstm.cpp b/src/frontends/tensorflow/src/op/block_lstm.cpp index 6f4700b41c1..34118f3114b 100644 --- a/src/frontends/tensorflow/src/op/block_lstm.cpp +++ b/src/frontends/tensorflow/src/op/block_lstm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/enter.cpp b/src/frontends/tensorflow/src/op/enter.cpp index c0719f83e36..ff8e63173e3 100644 --- a/src/frontends/tensorflow/src/op/enter.cpp +++ b/src/frontends/tensorflow/src/op/enter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/exit.cpp b/src/frontends/tensorflow/src/op/exit.cpp index e85bddf21c6..bd851e7aefc 100644 --- a/src/frontends/tensorflow/src/op/exit.cpp +++ b/src/frontends/tensorflow/src/op/exit.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/fifo_queue.cpp b/src/frontends/tensorflow/src/op/fifo_queue.cpp index 9f53b860d9b..cf7f7362e3c 100644 --- a/src/frontends/tensorflow/src/op/fifo_queue.cpp +++ b/src/frontends/tensorflow/src/op/fifo_queue.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/gru_block_cell.cpp b/src/frontends/tensorflow/src/op/gru_block_cell.cpp index 42bbba45b8b..0740002bd1e 100644 --- a/src/frontends/tensorflow/src/op/gru_block_cell.cpp +++ b/src/frontends/tensorflow/src/op/gru_block_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/hash_table.cpp b/src/frontends/tensorflow/src/op/hash_table.cpp index 762c88d7add..3e5db1ceba6 100644 --- a/src/frontends/tensorflow/src/op/hash_table.cpp +++ b/src/frontends/tensorflow/src/op/hash_table.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/if.cpp b/src/frontends/tensorflow/src/op/if.cpp index ef6d754eab5..b0678c2f563 100644 --- a/src/frontends/tensorflow/src/op/if.cpp +++ b/src/frontends/tensorflow/src/op/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/iterator.cpp b/src/frontends/tensorflow/src/op/iterator.cpp index cc5ffdd9117..ab06fe5e907 100644 --- a/src/frontends/tensorflow/src/op/iterator.cpp +++ b/src/frontends/tensorflow/src/op/iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/loop_cond.cpp b/src/frontends/tensorflow/src/op/loop_cond.cpp index 286192a017f..92fb9707072 100644 --- a/src/frontends/tensorflow/src/op/loop_cond.cpp +++ b/src/frontends/tensorflow/src/op/loop_cond.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/merge.cpp b/src/frontends/tensorflow/src/op/merge.cpp index 708de72aa34..a81702eb3f6 100644 --- a/src/frontends/tensorflow/src/op/merge.cpp +++ b/src/frontends/tensorflow/src/op/merge.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/next_iteration.cpp b/src/frontends/tensorflow/src/op/next_iteration.cpp index f977f277ad9..00fbc22f4a1 100644 --- a/src/frontends/tensorflow/src/op/next_iteration.cpp +++ b/src/frontends/tensorflow/src/op/next_iteration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/partitioned_call.cpp b/src/frontends/tensorflow/src/op/partitioned_call.cpp index b9cf3134278..eef30e0faa3 100644 --- a/src/frontends/tensorflow/src/op/partitioned_call.cpp +++ b/src/frontends/tensorflow/src/op/partitioned_call.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/placeholder.cpp b/src/frontends/tensorflow/src/op/placeholder.cpp index 9b4d54b07df..8bbe00485ca 100644 --- a/src/frontends/tensorflow/src/op/placeholder.cpp +++ b/src/frontends/tensorflow/src/op/placeholder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/queue_dequeue.cpp b/src/frontends/tensorflow/src/op/queue_dequeue.cpp index d0210872963..edc007250d2 100644 --- a/src/frontends/tensorflow/src/op/queue_dequeue.cpp +++ b/src/frontends/tensorflow/src/op/queue_dequeue.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/sparse_reshape.cpp b/src/frontends/tensorflow/src/op/sparse_reshape.cpp index ac5832d4728..00a4d2412af 100644 --- a/src/frontends/tensorflow/src/op/sparse_reshape.cpp +++ b/src/frontends/tensorflow/src/op/sparse_reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/switch.cpp b/src/frontends/tensorflow/src/op/switch.cpp index c01bdc89aa1..1688ad0edfb 100644 --- a/src/frontends/tensorflow/src/op/switch.cpp +++ b/src/frontends/tensorflow/src/op/switch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/tensor_array_operations.cpp b/src/frontends/tensorflow/src/op/tensor_array_operations.cpp index 591552e7e84..11abb0261a9 100644 --- a/src/frontends/tensorflow/src/op/tensor_array_operations.cpp +++ b/src/frontends/tensorflow/src/op/tensor_array_operations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/var_handle.cpp b/src/frontends/tensorflow/src/op/var_handle.cpp index a74926095e6..f0077ae206b 100644 --- a/src/frontends/tensorflow/src/op/var_handle.cpp +++ b/src/frontends/tensorflow/src/op/var_handle.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/variable.cpp b/src/frontends/tensorflow/src/op/variable.cpp index 5ed0463ecd8..f7a22c6875f 100644 --- a/src/frontends/tensorflow/src/op/variable.cpp +++ b/src/frontends/tensorflow/src/op/variable.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/while.cpp b/src/frontends/tensorflow/src/op/while.cpp index fa414b44550..375802f9906 100644 --- a/src/frontends/tensorflow/src/op/while.cpp +++ b/src/frontends/tensorflow/src/op/while.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/write_file.cpp b/src/frontends/tensorflow/src/op/write_file.cpp index cf039a477b9..25c9f58e734 100644 --- a/src/frontends/tensorflow/src/op/write_file.cpp +++ b/src/frontends/tensorflow/src/op/write_file.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/xla_conv_v2.cpp b/src/frontends/tensorflow/src/op/xla_conv_v2.cpp index 66bf6beb988..a01780d58cf 100644 --- a/src/frontends/tensorflow/src/op/xla_conv_v2.cpp +++ b/src/frontends/tensorflow/src/op/xla_conv_v2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op/xla_dot.cpp b/src/frontends/tensorflow/src/op/xla_dot.cpp index b4c38519ce2..fd9be702047 100644 --- a/src/frontends/tensorflow/src/op/xla_dot.cpp +++ b/src/frontends/tensorflow/src/op/xla_dot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op_table.cpp b/src/frontends/tensorflow/src/op_table.cpp index 2ea0e696c1b..e6568438919 100644 --- a/src/frontends/tensorflow/src/op_table.cpp +++ b/src/frontends/tensorflow/src/op_table.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/op_table.hpp b/src/frontends/tensorflow/src/op_table.hpp index 6c0d5f9019d..f981520d601 100644 --- a/src/frontends/tensorflow/src/op_table.hpp +++ b/src/frontends/tensorflow/src/op_table.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/allocation_description.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/allocation_description.proto index 8932ca2cb33..3c51181c308 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/allocation_description.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/allocation_description.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/api_def.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/api_def.proto index cbb581973d3..7fe01145bb7 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/api_def.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/api_def.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation // Defines the text format for including per-op API definition and // overrides for client language op code generators. diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/attr_value.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/attr_value.proto index b903c30cf99..1dec2dc2493 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/attr_value.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/attr_value.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/cost_graph.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/cost_graph.proto index 8e4d9788f49..00953eaa288 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/cost_graph.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/cost_graph.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/dataset_options.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/dataset_options.proto index dc492a60fe0..7e6ac130cca 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/dataset_options.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/dataset_options.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/device_attributes.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/device_attributes.proto index 92c8a6b2d19..3047a4840ef 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/device_attributes.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/device_attributes.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/function.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/function.proto index 9e84731c983..cd8ff4558ce 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/function.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/function.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/graph.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/graph.proto index e047abeafe1..2ccfa713fec 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/graph.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/graph.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/graph_transfer_info.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/graph_transfer_info.proto index 9e7d598e34a..233cb0a9e89 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/graph_transfer_info.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/graph_transfer_info.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/kernel_def.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/kernel_def.proto index 88142d3de95..6dab25740c2 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/kernel_def.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/kernel_def.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/log_memory.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/log_memory.proto index 62489f0e0b8..ec6234cd3e8 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/log_memory.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/log_memory.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/meta_graph.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/meta_graph.proto index 255fb6efeb2..85593661417 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/meta_graph.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/meta_graph.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/model.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/model.proto index a6567d462b8..2c3befe4fbe 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/model.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/model.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/node_def.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/node_def.proto index b8f3a017a30..f13449b7c67 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/node_def.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/node_def.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/op_def.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/op_def.proto index 31493fed26c..e93fa597780 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/op_def.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/op_def.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/reader_base.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/reader_base.proto index 0c3536600e6..8385e2e3515 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/reader_base.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/reader_base.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/remote_fused_graph_execute_info.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/remote_fused_graph_execute_info.proto index 3b17878e127..7115799432a 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/remote_fused_graph_execute_info.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/remote_fused_graph_execute_info.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/resource_handle.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/resource_handle.proto index 19b4dcc3b84..e1163ce4f08 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/resource_handle.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/resource_handle.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/saved_tensor_slice.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/saved_tensor_slice.proto index 9e628752bb1..98049ba1b75 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/saved_tensor_slice.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/saved_tensor_slice.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation // Protocol buffers for saved tensor slices. It's used for the brain tensor // ops checkpoints and the V3 checkpoints in dist_belief. diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/step_stats.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/step_stats.proto index 027a1d79ee2..cfd28a779e6 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/step_stats.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/step_stats.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/summary.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/summary.proto index ce326176947..6f4dcddcc79 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/summary.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/summary.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor.proto index 42f063536e0..6a802aada26 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_description.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_description.proto index c03e1311c1f..da63e018cc3 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_description.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_description.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_shape.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_shape.proto index 0a7515def63..24498994390 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_shape.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_shape.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation // Protocol buffer representing the shape of tensors. diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_slice.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_slice.proto index 41501248305..79a1448a2d3 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_slice.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/tensor_slice.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation // Protocol buffer representing slices of a tensor diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/types.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/types.proto index 0a60332f662..e39ff3e8855 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/types.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/types.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/variable.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/variable.proto index 6e9a05d1291..611d38e5aa3 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/variable.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/variable.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/proto/ov_tensorflow/versions.proto b/src/frontends/tensorflow/src/proto/ov_tensorflow/versions.proto index 31a6623cf71..dd82341ba18 100644 --- a/src/frontends/tensorflow/src/proto/ov_tensorflow/versions.proto +++ b/src/frontends/tensorflow/src/proto/ov_tensorflow/versions.proto @@ -8,7 +8,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/ -// Modification Copyright (C) 2018-2023 Intel Corporation +// Modification Copyright (C) 2018-2024 Intel Corporation syntax = "proto3"; diff --git a/src/frontends/tensorflow/src/tensorflow.cpp b/src/frontends/tensorflow/src/tensorflow.cpp index 72162f06444..448bc0336cc 100644 --- a/src/frontends/tensorflow/src/tensorflow.cpp +++ b/src/frontends/tensorflow/src/tensorflow.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/tf_utils.cpp b/src/frontends/tensorflow/src/tf_utils.cpp index 94090f3d437..15652a81d53 100644 --- a/src/frontends/tensorflow/src/tf_utils.cpp +++ b/src/frontends/tensorflow/src/tf_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/transformations/switch_merge_resolve.cpp b/src/frontends/tensorflow/src/transformations/switch_merge_resolve.cpp index 07e5ac31ee5..34b2a82152c 100644 --- a/src/frontends/tensorflow/src/transformations/switch_merge_resolve.cpp +++ b/src/frontends/tensorflow/src/transformations/switch_merge_resolve.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/translate_session.cpp b/src/frontends/tensorflow/src/translate_session.cpp index a70d4bb891d..bfd84f7ec3a 100644 --- a/src/frontends/tensorflow/src/translate_session.cpp +++ b/src/frontends/tensorflow/src/translate_session.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/src/translate_session.hpp b/src/frontends/tensorflow/src/translate_session.hpp index 9415b19a6e0..925948f9d56 100644 --- a/src/frontends/tensorflow/src/translate_session.hpp +++ b/src/frontends/tensorflow/src/translate_session.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/CMakeLists.txt b/src/frontends/tensorflow/tests/CMakeLists.txt index a532441ac39..a4e3bcccfa9 100644 --- a/src/frontends/tensorflow/tests/CMakeLists.txt +++ b/src/frontends/tensorflow/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow/tests/basic_api.cpp b/src/frontends/tensorflow/tests/basic_api.cpp index 301f21f9e04..9298e28cacc 100644 --- a/src/frontends/tensorflow/tests/basic_api.cpp +++ b/src/frontends/tensorflow/tests/basic_api.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/compilation.cpp b/src/frontends/tensorflow/tests/compilation.cpp index c4dff3f40f9..fe273e3ae1a 100644 --- a/src/frontends/tensorflow/tests/compilation.cpp +++ b/src/frontends/tensorflow/tests/compilation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/convert_model.cpp b/src/frontends/tensorflow/tests/convert_model.cpp index 5419b2c4f77..74b400ed4de 100644 --- a/src/frontends/tensorflow/tests/convert_model.cpp +++ b/src/frontends/tensorflow/tests/convert_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/convert_saved_model.cpp b/src/frontends/tensorflow/tests/convert_saved_model.cpp index e4338a9cca5..56393089df0 100644 --- a/src/frontends/tensorflow/tests/convert_saved_model.cpp +++ b/src/frontends/tensorflow/tests/convert_saved_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/convert_tricky_models.cpp b/src/frontends/tensorflow/tests/convert_tricky_models.cpp index dc8b621d6b2..c4e93ce4656 100644 --- a/src/frontends/tensorflow/tests/convert_tricky_models.cpp +++ b/src/frontends/tensorflow/tests/convert_tricky_models.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/convert_unsupported.cpp b/src/frontends/tensorflow/tests/convert_unsupported.cpp index 9fa57f74088..59b97e126da 100644 --- a/src/frontends/tensorflow/tests/convert_unsupported.cpp +++ b/src/frontends/tensorflow/tests/convert_unsupported.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/library_extension.cpp b/src/frontends/tensorflow/tests/library_extension.cpp index 3d2136c2a92..71912f1d97f 100644 --- a/src/frontends/tensorflow/tests/library_extension.cpp +++ b/src/frontends/tensorflow/tests/library_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/op_extension.cpp b/src/frontends/tensorflow/tests/op_extension.cpp index b0fa49c98f0..96b97ed1034 100644 --- a/src/frontends/tensorflow/tests/op_extension.cpp +++ b/src/frontends/tensorflow/tests/op_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/standalone_build/CMakeLists.txt b/src/frontends/tensorflow/tests/standalone_build/CMakeLists.txt index 17fce28440e..427f05f8d4b 100644 --- a/src/frontends/tensorflow/tests/standalone_build/CMakeLists.txt +++ b/src/frontends/tensorflow/tests/standalone_build/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # set(TARGET_NAME "tensorflow_fe_standalone_build_test") diff --git a/src/frontends/tensorflow/tests/standalone_build/standalone_build_test.cpp b/src/frontends/tensorflow/tests/standalone_build/standalone_build_test.cpp index 9f0426db2fa..9c307c3de54 100644 --- a/src/frontends/tensorflow/tests/standalone_build/standalone_build_test.cpp +++ b/src/frontends/tensorflow/tests/standalone_build/standalone_build_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/telemetry.cpp b/src/frontends/tensorflow/tests/telemetry.cpp index aae6b84d38e..7543b61b96c 100644 --- a/src/frontends/tensorflow/tests/telemetry.cpp +++ b/src/frontends/tensorflow/tests/telemetry.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_2in_2out.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_2in_2out.py index 42f022c001c..e5483ed56ef 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_2in_2out.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_2in_2out.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_control_dependency.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_control_dependency.py index 31fe82e8c82..304c5979454 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_control_dependency.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_control_dependency.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_dynamic_type_model.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_dynamic_type_model.py index 729e67fb173..7fe70168e44 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_dynamic_type_model.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_dynamic_type_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_empty_tensor_list.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_empty_tensor_list.py index 668c6c9f453..a68c783ab1f 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_empty_tensor_list.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_empty_tensor_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_gather_with_string_table.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_gather_with_string_table.py index bb9cc8f6a0e..ddaaead01b2 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_gather_with_string_table.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_gather_with_string_table.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_model_with_assert.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_model_with_assert.py index 79c6d84bf2a..9f9c03209cd 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_model_with_assert.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_model_with_assert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_nms_named_outputs.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_nms_named_outputs.py index 4171bc918bb..a2826d571d1 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_nms_named_outputs.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_nms_named_outputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_nonexistent_add.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_nonexistent_add.py index f377e298751..d3c466e52aa 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_nonexistent_add.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_nonexistent_add.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_partitioned_call_with_conv.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_partitioned_call_with_conv.py index ccc2692dc05..1c59f360b64 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_partitioned_call_with_conv.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_partitioned_call_with_conv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_partitioned_call_with_unique.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_partitioned_call_with_unique.py index 7ed60ab836d..76f4726763b 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_partitioned_call_with_unique.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_partitioned_call_with_unique.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_ragged_tensor_to_sparse.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_ragged_tensor_to_sparse.py index 0c1a218e684..10fe34e6914 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_ragged_tensor_to_sparse.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_ragged_tensor_to_sparse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_resource_gather_model.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_resource_gather_model.py index 7b130bb34c0..3d4b986b779 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_resource_gather_model.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_resource_gather_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_tf1_if_with_nonexistent_op.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_tf1_if_with_nonexistent_op.py index 22b853fab07..18b8a721b95 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_tf1_if_with_nonexistent_op.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_tf1_if_with_nonexistent_op.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unitialized_variablev2.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unitialized_variablev2.py index 59fa740a598..b4d78d1b722 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unitialized_variablev2.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unitialized_variablev2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unsupported_op_itergetnext.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unsupported_op_itergetnext.py index 4a5ac3e7df4..84e8e91490d 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unsupported_op_itergetnext.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unsupported_op_itergetnext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unsupported_relu.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unsupported_relu.py index c224d7e5444..49e19711034 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unsupported_relu.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/generate_unsupported_relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow/tests/test_models/gen_scripts/split_in_function.py b/src/frontends/tensorflow/tests/test_models/gen_scripts/split_in_function.py index 1af51a2aaea..3b54819177f 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_scripts/split_in_function.py +++ b/src/frontends/tensorflow/tests/test_models/gen_scripts/split_in_function.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/gen_wrapper.py b/src/frontends/tensorflow/tests/test_models/gen_wrapper.py index 285e5851fb5..ce0624dc1a7 100644 --- a/src/frontends/tensorflow/tests/test_models/gen_wrapper.py +++ b/src/frontends/tensorflow/tests/test_models/gen_wrapper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/concat_with_non_constant_axis.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/concat_with_non_constant_axis.py index 170a6431216..cbf4604c7ad 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/concat_with_non_constant_axis.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/concat_with_non_constant_axis.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/forward_edge_model.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/forward_edge_model.py index 821460148aa..57c3c577508 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/forward_edge_model.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/forward_edge_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/forward_edge_model2.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/forward_edge_model2.py index 5085acb77ff..dd97e400f76 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/forward_edge_model2.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/forward_edge_model2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/injected_body_and_if.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/injected_body_and_if.py index ea51e2b250f..57b29b5e10b 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/injected_body_and_if.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/injected_body_and_if.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_tf1_while.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_tf1_while.py index a2ad03b79ef..2c4f0b98d2d 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_tf1_while.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_tf1_while.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_with_if.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_with_if.py index d6b939027cd..42f2c2f49ec 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_with_if.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_with_if.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_with_output_shapes_attr.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_with_output_shapes_attr.py index fc75c55c0b1..c1d427cb714 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_with_output_shapes_attr.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/model_with_output_shapes_attr.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/partitioned_call.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/partitioned_call.py index 24931356a6c..4618cbed63f 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/partitioned_call.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/partitioned_call.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/partitioned_call2.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/partitioned_call2.py index fafd8ac35bd..063b3bc8a8e 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/partitioned_call2.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/partitioned_call2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/string_tensors_model.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/string_tensors_model.py index 1b82aec1aa1..72d3505a9be 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/string_tensors_model.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/string_tensors_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/src/frontends/tensorflow/tests/test_models/models_pbtxt/undefined_input_shape.py b/src/frontends/tensorflow/tests/test_models/models_pbtxt/undefined_input_shape.py index 215e38f8e3f..9760b97f5e5 100644 --- a/src/frontends/tensorflow/tests/test_models/models_pbtxt/undefined_input_shape.py +++ b/src/frontends/tensorflow/tests/test_models/models_pbtxt/undefined_input_shape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/src/frontends/tensorflow/tests/tf_utils.cpp b/src/frontends/tensorflow/tests/tf_utils.cpp index dd9eba7ef50..08aa395b643 100644 --- a/src/frontends/tensorflow/tests/tf_utils.cpp +++ b/src/frontends/tensorflow/tests/tf_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow/tests/tf_utils.hpp b/src/frontends/tensorflow/tests/tf_utils.hpp index db9343510ef..2d2e1e963bf 100644 --- a/src/frontends/tensorflow/tests/tf_utils.hpp +++ b/src/frontends/tensorflow/tests/tf_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/CMakeLists.txt b/src/frontends/tensorflow_common/CMakeLists.txt index e11be311e03..181548390ae 100644 --- a/src/frontends/tensorflow_common/CMakeLists.txt +++ b/src/frontends/tensorflow_common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow_common/include/common_op_table.hpp b/src/frontends/tensorflow_common/include/common_op_table.hpp index 41110be1428..d573bd023fe 100644 --- a/src/frontends/tensorflow_common/include/common_op_table.hpp +++ b/src/frontends/tensorflow_common/include/common_op_table.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/block_lstm.hpp b/src/frontends/tensorflow_common/include/helper_ops/block_lstm.hpp index 6f29ec59ecc..16d4d9953d7 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/block_lstm.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/block_lstm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/complex_type_mark.hpp b/src/frontends/tensorflow_common/include/helper_ops/complex_type_mark.hpp index f9f2d287295..d6d703a7a7e 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/complex_type_mark.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/complex_type_mark.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/enter.hpp b/src/frontends/tensorflow_common/include/helper_ops/enter.hpp index 860445192a3..bd206720efa 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/enter.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/enter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/exit.hpp b/src/frontends/tensorflow_common/include/helper_ops/exit.hpp index e91f6fceeaa..1330db30cdf 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/exit.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/exit.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/fifo_queue.hpp b/src/frontends/tensorflow_common/include/helper_ops/fifo_queue.hpp index 28ccc0d7c54..828eba6cb02 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/fifo_queue.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/fifo_queue.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/gru_block_cell.hpp b/src/frontends/tensorflow_common/include/helper_ops/gru_block_cell.hpp index f24cb736073..7d6c666dfc0 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/gru_block_cell.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/gru_block_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/internal_operation.hpp b/src/frontends/tensorflow_common/include/helper_ops/internal_operation.hpp index c19fa013e81..998f9146584 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/internal_operation.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/internal_operation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/iterator.hpp b/src/frontends/tensorflow_common/include/helper_ops/iterator.hpp index aa8334004c2..7bf77636ba0 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/iterator.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/keep_in_graph_op.hpp b/src/frontends/tensorflow_common/include/helper_ops/keep_in_graph_op.hpp index 840202a9232..a69a32a4a9b 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/keep_in_graph_op.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/keep_in_graph_op.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/loop_cond.hpp b/src/frontends/tensorflow_common/include/helper_ops/loop_cond.hpp index 0f8990b6566..6ef77020705 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/loop_cond.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/loop_cond.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/merge.hpp b/src/frontends/tensorflow_common/include/helper_ops/merge.hpp index 9ff7bcb97f9..045c651a871 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/merge.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/merge.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/next_iteration.hpp b/src/frontends/tensorflow_common/include/helper_ops/next_iteration.hpp index 9f15079b572..4a9e10902b2 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/next_iteration.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/next_iteration.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/sparse_fill_empty_rows.hpp b/src/frontends/tensorflow_common/include/helper_ops/sparse_fill_empty_rows.hpp index bb2895c6b81..4a3c0ea0e7a 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/sparse_fill_empty_rows.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/sparse_fill_empty_rows.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/sparse_segment_ops.hpp b/src/frontends/tensorflow_common/include/helper_ops/sparse_segment_ops.hpp index 0bac15056e6..79f98b3fcc0 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/sparse_segment_ops.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/sparse_segment_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/switch.hpp b/src/frontends/tensorflow_common/include/helper_ops/switch.hpp index 50933bc23a7..e25e9c2e88e 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/switch.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/switch.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/tensor_array.hpp b/src/frontends/tensorflow_common/include/helper_ops/tensor_array.hpp index a861bd2fbe3..1300c510a80 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/tensor_array.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/tensor_array.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_ops/unsupported_constant.hpp b/src/frontends/tensorflow_common/include/helper_ops/unsupported_constant.hpp index d7b8739c150..0d643fd3817 100644 --- a/src/frontends/tensorflow_common/include/helper_ops/unsupported_constant.hpp +++ b/src/frontends/tensorflow_common/include/helper_ops/unsupported_constant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_transforms/block_lstm_replacer.hpp b/src/frontends/tensorflow_common/include/helper_transforms/block_lstm_replacer.hpp index 71631dba2e0..07ac88eaeb0 100644 --- a/src/frontends/tensorflow_common/include/helper_transforms/block_lstm_replacer.hpp +++ b/src/frontends/tensorflow_common/include/helper_transforms/block_lstm_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_transforms/const_to_result_remover.hpp b/src/frontends/tensorflow_common/include/helper_transforms/const_to_result_remover.hpp index e727cefa166..fc4d1c36fac 100644 --- a/src/frontends/tensorflow_common/include/helper_transforms/const_to_result_remover.hpp +++ b/src/frontends/tensorflow_common/include/helper_transforms/const_to_result_remover.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_transforms/embedding_segments_feature_fusing.hpp b/src/frontends/tensorflow_common/include/helper_transforms/embedding_segments_feature_fusing.hpp index 7b1fd5fce7e..ec2ce348cb5 100644 --- a/src/frontends/tensorflow_common/include/helper_transforms/embedding_segments_feature_fusing.hpp +++ b/src/frontends/tensorflow_common/include/helper_transforms/embedding_segments_feature_fusing.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_transforms/gru_block_cell_replacer.hpp b/src/frontends/tensorflow_common/include/helper_transforms/gru_block_cell_replacer.hpp index 31404e8a96e..cb5cb3138d5 100644 --- a/src/frontends/tensorflow_common/include/helper_transforms/gru_block_cell_replacer.hpp +++ b/src/frontends/tensorflow_common/include/helper_transforms/gru_block_cell_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_transforms/saved_model_unused_remover.hpp b/src/frontends/tensorflow_common/include/helper_transforms/saved_model_unused_remover.hpp index b86ddf31ce5..c7d457d8d6a 100644 --- a/src/frontends/tensorflow_common/include/helper_transforms/saved_model_unused_remover.hpp +++ b/src/frontends/tensorflow_common/include/helper_transforms/saved_model_unused_remover.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/helper_transforms/tensor_array_v3_replacer.hpp b/src/frontends/tensorflow_common/include/helper_transforms/tensor_array_v3_replacer.hpp index 42e5a0ad754..ad442e3e5db 100644 --- a/src/frontends/tensorflow_common/include/helper_transforms/tensor_array_v3_replacer.hpp +++ b/src/frontends/tensorflow_common/include/helper_transforms/tensor_array_v3_replacer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/place.hpp b/src/frontends/tensorflow_common/include/place.hpp index 0559f53c6c1..1ed70fa59d2 100644 --- a/src/frontends/tensorflow_common/include/place.hpp +++ b/src/frontends/tensorflow_common/include/place.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/tf_framework_node.hpp b/src/frontends/tensorflow_common/include/tf_framework_node.hpp index bee7405906a..7f30d3848af 100644 --- a/src/frontends/tensorflow_common/include/tf_framework_node.hpp +++ b/src/frontends/tensorflow_common/include/tf_framework_node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/include/utils.hpp b/src/frontends/tensorflow_common/include/utils.hpp index 4d0e4a74c06..3c02b3ffdb2 100644 --- a/src/frontends/tensorflow_common/include/utils.hpp +++ b/src/frontends/tensorflow_common/include/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/CMakeLists.txt b/src/frontends/tensorflow_common/src/CMakeLists.txt index 1f0126bf138..5422d8a1196 100644 --- a/src/frontends/tensorflow_common/src/CMakeLists.txt +++ b/src/frontends/tensorflow_common/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow_common/src/helper_transforms/block_lstm_replacer.cpp b/src/frontends/tensorflow_common/src/helper_transforms/block_lstm_replacer.cpp index 5cba1bc5fbf..6011720c1f2 100644 --- a/src/frontends/tensorflow_common/src/helper_transforms/block_lstm_replacer.cpp +++ b/src/frontends/tensorflow_common/src/helper_transforms/block_lstm_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/helper_transforms/const_to_result_remover.cpp b/src/frontends/tensorflow_common/src/helper_transforms/const_to_result_remover.cpp index 2e32490e565..dd2333363b4 100644 --- a/src/frontends/tensorflow_common/src/helper_transforms/const_to_result_remover.cpp +++ b/src/frontends/tensorflow_common/src/helper_transforms/const_to_result_remover.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/helper_transforms/embedding_segments_feature_fusing.cpp b/src/frontends/tensorflow_common/src/helper_transforms/embedding_segments_feature_fusing.cpp index bbe02e5bd39..e7aa54fc927 100644 --- a/src/frontends/tensorflow_common/src/helper_transforms/embedding_segments_feature_fusing.cpp +++ b/src/frontends/tensorflow_common/src/helper_transforms/embedding_segments_feature_fusing.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/helper_transforms/gru_block_cell_replacer.cpp b/src/frontends/tensorflow_common/src/helper_transforms/gru_block_cell_replacer.cpp index d689eeba580..89226b46270 100644 --- a/src/frontends/tensorflow_common/src/helper_transforms/gru_block_cell_replacer.cpp +++ b/src/frontends/tensorflow_common/src/helper_transforms/gru_block_cell_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/helper_transforms/saved_model_unused_remover.cpp b/src/frontends/tensorflow_common/src/helper_transforms/saved_model_unused_remover.cpp index db5501147b6..7a2c554433a 100644 --- a/src/frontends/tensorflow_common/src/helper_transforms/saved_model_unused_remover.cpp +++ b/src/frontends/tensorflow_common/src/helper_transforms/saved_model_unused_remover.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/helper_transforms/tensor_array_v3_replacer.cpp b/src/frontends/tensorflow_common/src/helper_transforms/tensor_array_v3_replacer.cpp index 72ed922511c..605630c02a6 100644 --- a/src/frontends/tensorflow_common/src/helper_transforms/tensor_array_v3_replacer.cpp +++ b/src/frontends/tensorflow_common/src/helper_transforms/tensor_array_v3_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/addN.cpp b/src/frontends/tensorflow_common/src/op/addN.cpp index 0daf83f2971..0c64bac3a54 100644 --- a/src/frontends/tensorflow_common/src/op/addN.cpp +++ b/src/frontends/tensorflow_common/src/op/addN.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/adjust_contrast.cpp b/src/frontends/tensorflow_common/src/op/adjust_contrast.cpp index a3bcfa08596..c353682e8c9 100644 --- a/src/frontends/tensorflow_common/src/op/adjust_contrast.cpp +++ b/src/frontends/tensorflow_common/src/op/adjust_contrast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/arg_min_max.cpp b/src/frontends/tensorflow_common/src/op/arg_min_max.cpp index 831df7c2f7b..af7d2986524 100644 --- a/src/frontends/tensorflow_common/src/op/arg_min_max.cpp +++ b/src/frontends/tensorflow_common/src/op/arg_min_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/argdef_ops.cpp b/src/frontends/tensorflow_common/src/op/argdef_ops.cpp index 465595937c2..b50321aa0c9 100644 --- a/src/frontends/tensorflow_common/src/op/argdef_ops.cpp +++ b/src/frontends/tensorflow_common/src/op/argdef_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/atan2.cpp b/src/frontends/tensorflow_common/src/op/atan2.cpp index 35a7dbf40ae..cfb15f141e9 100644 --- a/src/frontends/tensorflow_common/src/op/atan2.cpp +++ b/src/frontends/tensorflow_common/src/op/atan2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "common_op_table.hpp" diff --git a/src/frontends/tensorflow_common/src/op/avg_pool.cpp b/src/frontends/tensorflow_common/src/op/avg_pool.cpp index 765348bebb3..28d56203e4e 100644 --- a/src/frontends/tensorflow_common/src/op/avg_pool.cpp +++ b/src/frontends/tensorflow_common/src/op/avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/bias_add.cpp b/src/frontends/tensorflow_common/src/op/bias_add.cpp index 3fb78826dec..04db49af5f3 100644 --- a/src/frontends/tensorflow_common/src/op/bias_add.cpp +++ b/src/frontends/tensorflow_common/src/op/bias_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/binary_op.cpp b/src/frontends/tensorflow_common/src/op/binary_op.cpp index 832aff9409c..05ef9a2a907 100644 --- a/src/frontends/tensorflow_common/src/op/binary_op.cpp +++ b/src/frontends/tensorflow_common/src/op/binary_op.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/broadcast_args.cpp b/src/frontends/tensorflow_common/src/op/broadcast_args.cpp index 2c115e655a0..162a4144522 100644 --- a/src/frontends/tensorflow_common/src/op/broadcast_args.cpp +++ b/src/frontends/tensorflow_common/src/op/broadcast_args.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/broadcast_to.cpp b/src/frontends/tensorflow_common/src/op/broadcast_to.cpp index 8b503f417f2..b7f9161c2e1 100644 --- a/src/frontends/tensorflow_common/src/op/broadcast_to.cpp +++ b/src/frontends/tensorflow_common/src/op/broadcast_to.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/bucketize.cpp b/src/frontends/tensorflow_common/src/op/bucketize.cpp index 676c53aafba..aaff10928a6 100644 --- a/src/frontends/tensorflow_common/src/op/bucketize.cpp +++ b/src/frontends/tensorflow_common/src/op/bucketize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/cast.cpp b/src/frontends/tensorflow_common/src/op/cast.cpp index da21bc7396d..703d0c2f2db 100644 --- a/src/frontends/tensorflow_common/src/op/cast.cpp +++ b/src/frontends/tensorflow_common/src/op/cast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/complex.cpp b/src/frontends/tensorflow_common/src/op/complex.cpp index db686e928d7..e2427384d11 100644 --- a/src/frontends/tensorflow_common/src/op/complex.cpp +++ b/src/frontends/tensorflow_common/src/op/complex.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/complex_abs.cpp b/src/frontends/tensorflow_common/src/op/complex_abs.cpp index 008bc369320..1b2f7afde47 100644 --- a/src/frontends/tensorflow_common/src/op/complex_abs.cpp +++ b/src/frontends/tensorflow_common/src/op/complex_abs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/concat.cpp b/src/frontends/tensorflow_common/src/op/concat.cpp index d9d2e33f84f..daf6057e261 100644 --- a/src/frontends/tensorflow_common/src/op/concat.cpp +++ b/src/frontends/tensorflow_common/src/op/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/conj_transpose.cpp b/src/frontends/tensorflow_common/src/op/conj_transpose.cpp index 068b095d97d..16103cc6d32 100644 --- a/src/frontends/tensorflow_common/src/op/conj_transpose.cpp +++ b/src/frontends/tensorflow_common/src/op/conj_transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/const.cpp b/src/frontends/tensorflow_common/src/op/const.cpp index bac9f715146..412b4c3f634 100644 --- a/src/frontends/tensorflow_common/src/op/const.cpp +++ b/src/frontends/tensorflow_common/src/op/const.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/conv_2d.cpp b/src/frontends/tensorflow_common/src/op/conv_2d.cpp index aa8515d19fe..f2fb2c3a8f8 100644 --- a/src/frontends/tensorflow_common/src/op/conv_2d.cpp +++ b/src/frontends/tensorflow_common/src/op/conv_2d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/conv_2d_backprop.cpp b/src/frontends/tensorflow_common/src/op/conv_2d_backprop.cpp index c2799a856f1..d11bcb60637 100644 --- a/src/frontends/tensorflow_common/src/op/conv_2d_backprop.cpp +++ b/src/frontends/tensorflow_common/src/op/conv_2d_backprop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/conv_3d.cpp b/src/frontends/tensorflow_common/src/op/conv_3d.cpp index a4d7e71a0ed..aa6280f19f6 100644 --- a/src/frontends/tensorflow_common/src/op/conv_3d.cpp +++ b/src/frontends/tensorflow_common/src/op/conv_3d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/conv_3d_backprop.cpp b/src/frontends/tensorflow_common/src/op/conv_3d_backprop.cpp index 56a9013fc6f..94226bcde72 100644 --- a/src/frontends/tensorflow_common/src/op/conv_3d_backprop.cpp +++ b/src/frontends/tensorflow_common/src/op/conv_3d_backprop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/crop_and_resize.cpp b/src/frontends/tensorflow_common/src/op/crop_and_resize.cpp index 295ce244953..091e3c12fd9 100644 --- a/src/frontends/tensorflow_common/src/op/crop_and_resize.cpp +++ b/src/frontends/tensorflow_common/src/op/crop_and_resize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/ctc_greedy_decoder.cpp b/src/frontends/tensorflow_common/src/op/ctc_greedy_decoder.cpp index 6db6dbdf2e4..89e71c545f4 100644 --- a/src/frontends/tensorflow_common/src/op/ctc_greedy_decoder.cpp +++ b/src/frontends/tensorflow_common/src/op/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/ctc_loss.cpp b/src/frontends/tensorflow_common/src/op/ctc_loss.cpp index 8679379b1c7..bb549ddb5fd 100644 --- a/src/frontends/tensorflow_common/src/op/ctc_loss.cpp +++ b/src/frontends/tensorflow_common/src/op/ctc_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/cumsum.cpp b/src/frontends/tensorflow_common/src/op/cumsum.cpp index 0fcf0f2da04..b95a9b9e181 100644 --- a/src/frontends/tensorflow_common/src/op/cumsum.cpp +++ b/src/frontends/tensorflow_common/src/op/cumsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/depth_to_space.cpp b/src/frontends/tensorflow_common/src/op/depth_to_space.cpp index 4eca0fe458a..0688e63e0a2 100644 --- a/src/frontends/tensorflow_common/src/op/depth_to_space.cpp +++ b/src/frontends/tensorflow_common/src/op/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/depthwise_conv_2d.cpp b/src/frontends/tensorflow_common/src/op/depthwise_conv_2d.cpp index dfeda0ca179..98c15461332 100644 --- a/src/frontends/tensorflow_common/src/op/depthwise_conv_2d.cpp +++ b/src/frontends/tensorflow_common/src/op/depthwise_conv_2d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/div.cpp b/src/frontends/tensorflow_common/src/op/div.cpp index c77ad4b9ad0..6e8d59bfb36 100644 --- a/src/frontends/tensorflow_common/src/op/div.cpp +++ b/src/frontends/tensorflow_common/src/op/div.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/div_no_nan.cpp b/src/frontends/tensorflow_common/src/op/div_no_nan.cpp index 1464b5a7b8c..b72af68fbed 100644 --- a/src/frontends/tensorflow_common/src/op/div_no_nan.cpp +++ b/src/frontends/tensorflow_common/src/op/div_no_nan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/dynamic_partition.cpp b/src/frontends/tensorflow_common/src/op/dynamic_partition.cpp index d777681e706..d357bb1a1b3 100644 --- a/src/frontends/tensorflow_common/src/op/dynamic_partition.cpp +++ b/src/frontends/tensorflow_common/src/op/dynamic_partition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/einsum.cpp b/src/frontends/tensorflow_common/src/op/einsum.cpp index 431f1c4f51b..2af7168332a 100644 --- a/src/frontends/tensorflow_common/src/op/einsum.cpp +++ b/src/frontends/tensorflow_common/src/op/einsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/elu.cpp b/src/frontends/tensorflow_common/src/op/elu.cpp index b2a35a99402..d8c7c97f9d9 100644 --- a/src/frontends/tensorflow_common/src/op/elu.cpp +++ b/src/frontends/tensorflow_common/src/op/elu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/expand_dims.cpp b/src/frontends/tensorflow_common/src/op/expand_dims.cpp index 6461aa524f5..8314be97835 100644 --- a/src/frontends/tensorflow_common/src/op/expand_dims.cpp +++ b/src/frontends/tensorflow_common/src/op/expand_dims.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/extract_image_patches.cpp b/src/frontends/tensorflow_common/src/op/extract_image_patches.cpp index de68a0bebcc..1f09234c324 100644 --- a/src/frontends/tensorflow_common/src/op/extract_image_patches.cpp +++ b/src/frontends/tensorflow_common/src/op/extract_image_patches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/fake_quant_min_max_vars.cpp b/src/frontends/tensorflow_common/src/op/fake_quant_min_max_vars.cpp index 29f9333d81a..4837e5c6846 100644 --- a/src/frontends/tensorflow_common/src/op/fake_quant_min_max_vars.cpp +++ b/src/frontends/tensorflow_common/src/op/fake_quant_min_max_vars.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/fft.cpp b/src/frontends/tensorflow_common/src/op/fft.cpp index 184cb3765d7..8a1e08fbdbe 100644 --- a/src/frontends/tensorflow_common/src/op/fft.cpp +++ b/src/frontends/tensorflow_common/src/op/fft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/fill.cpp b/src/frontends/tensorflow_common/src/op/fill.cpp index 3edfbcf382c..a4060941064 100644 --- a/src/frontends/tensorflow_common/src/op/fill.cpp +++ b/src/frontends/tensorflow_common/src/op/fill.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/fused_batch_norm.cpp b/src/frontends/tensorflow_common/src/op/fused_batch_norm.cpp index 02ac8f34bad..77a200b80e4 100644 --- a/src/frontends/tensorflow_common/src/op/fused_batch_norm.cpp +++ b/src/frontends/tensorflow_common/src/op/fused_batch_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/gather.cpp b/src/frontends/tensorflow_common/src/op/gather.cpp index dba0df0b830..c5ff5b794a5 100644 --- a/src/frontends/tensorflow_common/src/op/gather.cpp +++ b/src/frontends/tensorflow_common/src/op/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/gather_tree.cpp b/src/frontends/tensorflow_common/src/op/gather_tree.cpp index e349efe6784..818100466ee 100644 --- a/src/frontends/tensorflow_common/src/op/gather_tree.cpp +++ b/src/frontends/tensorflow_common/src/op/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/identity.cpp b/src/frontends/tensorflow_common/src/op/identity.cpp index 11eb7aeaa10..288fc41a970 100644 --- a/src/frontends/tensorflow_common/src/op/identity.cpp +++ b/src/frontends/tensorflow_common/src/op/identity.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/ifft.cpp b/src/frontends/tensorflow_common/src/op/ifft.cpp index 36f61ce872c..f9fa1d9d1e5 100644 --- a/src/frontends/tensorflow_common/src/op/ifft.cpp +++ b/src/frontends/tensorflow_common/src/op/ifft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/interpolate.cpp b/src/frontends/tensorflow_common/src/op/interpolate.cpp index 6ca9ea3358d..ed40d143436 100644 --- a/src/frontends/tensorflow_common/src/op/interpolate.cpp +++ b/src/frontends/tensorflow_common/src/op/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/invert_permutation.cpp b/src/frontends/tensorflow_common/src/op/invert_permutation.cpp index 07b2233a226..8cf57810206 100644 --- a/src/frontends/tensorflow_common/src/op/invert_permutation.cpp +++ b/src/frontends/tensorflow_common/src/op/invert_permutation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/irfft.cpp b/src/frontends/tensorflow_common/src/op/irfft.cpp index 5fc1f08d35c..e4517828e49 100644 --- a/src/frontends/tensorflow_common/src/op/irfft.cpp +++ b/src/frontends/tensorflow_common/src/op/irfft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/l2_loss.cpp b/src/frontends/tensorflow_common/src/op/l2_loss.cpp index 8908bf0b7b0..4ef9720c3fc 100644 --- a/src/frontends/tensorflow_common/src/op/l2_loss.cpp +++ b/src/frontends/tensorflow_common/src/op/l2_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/leaky_relu.cpp b/src/frontends/tensorflow_common/src/op/leaky_relu.cpp index c579a15e7ea..8337b2f4012 100644 --- a/src/frontends/tensorflow_common/src/op/leaky_relu.cpp +++ b/src/frontends/tensorflow_common/src/op/leaky_relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/linspace.cpp b/src/frontends/tensorflow_common/src/op/linspace.cpp index b19c15224ed..0b023c168f1 100644 --- a/src/frontends/tensorflow_common/src/op/linspace.cpp +++ b/src/frontends/tensorflow_common/src/op/linspace.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/list_diff.cpp b/src/frontends/tensorflow_common/src/op/list_diff.cpp index 824b0f39dc2..53b7ff9524c 100644 --- a/src/frontends/tensorflow_common/src/op/list_diff.cpp +++ b/src/frontends/tensorflow_common/src/op/list_diff.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/log1p.cpp b/src/frontends/tensorflow_common/src/op/log1p.cpp index 561a4328e2f..41dc6e4083d 100644 --- a/src/frontends/tensorflow_common/src/op/log1p.cpp +++ b/src/frontends/tensorflow_common/src/op/log1p.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/log_softmax.cpp b/src/frontends/tensorflow_common/src/op/log_softmax.cpp index ae56c5cc1d6..2596d4d3aca 100644 --- a/src/frontends/tensorflow_common/src/op/log_softmax.cpp +++ b/src/frontends/tensorflow_common/src/op/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/lrn.cpp b/src/frontends/tensorflow_common/src/op/lrn.cpp index a665b56eb3c..32ef8c451d1 100644 --- a/src/frontends/tensorflow_common/src/op/lrn.cpp +++ b/src/frontends/tensorflow_common/src/op/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/matmul.cpp b/src/frontends/tensorflow_common/src/op/matmul.cpp index 83b1023f2aa..d161533a14b 100644 --- a/src/frontends/tensorflow_common/src/op/matmul.cpp +++ b/src/frontends/tensorflow_common/src/op/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/matrix_diag.cpp b/src/frontends/tensorflow_common/src/op/matrix_diag.cpp index d877bdfd00a..08e5e64f19e 100644 --- a/src/frontends/tensorflow_common/src/op/matrix_diag.cpp +++ b/src/frontends/tensorflow_common/src/op/matrix_diag.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/max_pool.cpp b/src/frontends/tensorflow_common/src/op/max_pool.cpp index 07892e6fb82..1cfcda29077 100644 --- a/src/frontends/tensorflow_common/src/op/max_pool.cpp +++ b/src/frontends/tensorflow_common/src/op/max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/mul_no_nan.cpp b/src/frontends/tensorflow_common/src/op/mul_no_nan.cpp index 513507207d2..97953e6d273 100644 --- a/src/frontends/tensorflow_common/src/op/mul_no_nan.cpp +++ b/src/frontends/tensorflow_common/src/op/mul_no_nan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/multinomial.cpp b/src/frontends/tensorflow_common/src/op/multinomial.cpp index 15953c02b59..932c6b3f4b7 100644 --- a/src/frontends/tensorflow_common/src/op/multinomial.cpp +++ b/src/frontends/tensorflow_common/src/op/multinomial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/no_op.cpp b/src/frontends/tensorflow_common/src/op/no_op.cpp index 872f588f131..348d1d4ec64 100644 --- a/src/frontends/tensorflow_common/src/op/no_op.cpp +++ b/src/frontends/tensorflow_common/src/op/no_op.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/non_max_suppression.cpp b/src/frontends/tensorflow_common/src/op/non_max_suppression.cpp index 2a7f9e0d723..87fc4aa700d 100644 --- a/src/frontends/tensorflow_common/src/op/non_max_suppression.cpp +++ b/src/frontends/tensorflow_common/src/op/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/one_hot.cpp b/src/frontends/tensorflow_common/src/op/one_hot.cpp index 7a8e405b0b6..4b4013d9ce9 100644 --- a/src/frontends/tensorflow_common/src/op/one_hot.cpp +++ b/src/frontends/tensorflow_common/src/op/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/ones_like.cpp b/src/frontends/tensorflow_common/src/op/ones_like.cpp index 2084f3db191..7e6a904dcf2 100644 --- a/src/frontends/tensorflow_common/src/op/ones_like.cpp +++ b/src/frontends/tensorflow_common/src/op/ones_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/pack.cpp b/src/frontends/tensorflow_common/src/op/pack.cpp index e07aa7ded15..a6d872fce91 100644 --- a/src/frontends/tensorflow_common/src/op/pack.cpp +++ b/src/frontends/tensorflow_common/src/op/pack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/pad.cpp b/src/frontends/tensorflow_common/src/op/pad.cpp index 43310f767b7..806eda15de3 100644 --- a/src/frontends/tensorflow_common/src/op/pad.cpp +++ b/src/frontends/tensorflow_common/src/op/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/parallel_dynamic_stitch.cpp b/src/frontends/tensorflow_common/src/op/parallel_dynamic_stitch.cpp index 800351f6b9d..7b02b5df120 100644 --- a/src/frontends/tensorflow_common/src/op/parallel_dynamic_stitch.cpp +++ b/src/frontends/tensorflow_common/src/op/parallel_dynamic_stitch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/placeholder.cpp b/src/frontends/tensorflow_common/src/op/placeholder.cpp index 574e92eff5c..c799da401e8 100644 --- a/src/frontends/tensorflow_common/src/op/placeholder.cpp +++ b/src/frontends/tensorflow_common/src/op/placeholder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/random_uniform.cpp b/src/frontends/tensorflow_common/src/op/random_uniform.cpp index a4fb77b44e6..1bb582c50fd 100644 --- a/src/frontends/tensorflow_common/src/op/random_uniform.cpp +++ b/src/frontends/tensorflow_common/src/op/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/range.cpp b/src/frontends/tensorflow_common/src/op/range.cpp index db0b07a5e12..a50b59f3807 100644 --- a/src/frontends/tensorflow_common/src/op/range.cpp +++ b/src/frontends/tensorflow_common/src/op/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/rank.cpp b/src/frontends/tensorflow_common/src/op/rank.cpp index 1adbcd43d2f..11fe8ca4bd4 100644 --- a/src/frontends/tensorflow_common/src/op/rank.cpp +++ b/src/frontends/tensorflow_common/src/op/rank.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/real_imag.cpp b/src/frontends/tensorflow_common/src/op/real_imag.cpp index 7b237ac4db4..38cb714c7e8 100644 --- a/src/frontends/tensorflow_common/src/op/real_imag.cpp +++ b/src/frontends/tensorflow_common/src/op/real_imag.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/reciprocal.cpp b/src/frontends/tensorflow_common/src/op/reciprocal.cpp index 13fc65858e5..91a38bbf798 100644 --- a/src/frontends/tensorflow_common/src/op/reciprocal.cpp +++ b/src/frontends/tensorflow_common/src/op/reciprocal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/reduce.cpp b/src/frontends/tensorflow_common/src/op/reduce.cpp index bcca7697a75..10c852af9e0 100644 --- a/src/frontends/tensorflow_common/src/op/reduce.cpp +++ b/src/frontends/tensorflow_common/src/op/reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/relu_6.cpp b/src/frontends/tensorflow_common/src/op/relu_6.cpp index 4fd7da65b01..b30552a960f 100644 --- a/src/frontends/tensorflow_common/src/op/relu_6.cpp +++ b/src/frontends/tensorflow_common/src/op/relu_6.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/reshape.cpp b/src/frontends/tensorflow_common/src/op/reshape.cpp index 4e7ccf9444f..c3fc3e0c797 100644 --- a/src/frontends/tensorflow_common/src/op/reshape.cpp +++ b/src/frontends/tensorflow_common/src/op/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/reverse.cpp b/src/frontends/tensorflow_common/src/op/reverse.cpp index b161999bd6a..06ca245cd36 100644 --- a/src/frontends/tensorflow_common/src/op/reverse.cpp +++ b/src/frontends/tensorflow_common/src/op/reverse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/reverse_sequence.cpp b/src/frontends/tensorflow_common/src/op/reverse_sequence.cpp index c406dc6162a..17525aa18a3 100644 --- a/src/frontends/tensorflow_common/src/op/reverse_sequence.cpp +++ b/src/frontends/tensorflow_common/src/op/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/rfft.cpp b/src/frontends/tensorflow_common/src/op/rfft.cpp index b32280464e2..07e05a2d850 100644 --- a/src/frontends/tensorflow_common/src/op/rfft.cpp +++ b/src/frontends/tensorflow_common/src/op/rfft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/roll.cpp b/src/frontends/tensorflow_common/src/op/roll.cpp index 6ed227c0eef..ca173d21128 100644 --- a/src/frontends/tensorflow_common/src/op/roll.cpp +++ b/src/frontends/tensorflow_common/src/op/roll.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/round.cpp b/src/frontends/tensorflow_common/src/op/round.cpp index d888860bc99..d9a1c4b4a9d 100644 --- a/src/frontends/tensorflow_common/src/op/round.cpp +++ b/src/frontends/tensorflow_common/src/op/round.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/rsqrt.cpp b/src/frontends/tensorflow_common/src/op/rsqrt.cpp index ea1779dd95e..92ec915532e 100644 --- a/src/frontends/tensorflow_common/src/op/rsqrt.cpp +++ b/src/frontends/tensorflow_common/src/op/rsqrt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/scatter_nd.cpp b/src/frontends/tensorflow_common/src/op/scatter_nd.cpp index 785e4a7f169..894722be163 100644 --- a/src/frontends/tensorflow_common/src/op/scatter_nd.cpp +++ b/src/frontends/tensorflow_common/src/op/scatter_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/segment_sum.cpp b/src/frontends/tensorflow_common/src/op/segment_sum.cpp index e4183423b8a..6abe729cc1e 100644 --- a/src/frontends/tensorflow_common/src/op/segment_sum.cpp +++ b/src/frontends/tensorflow_common/src/op/segment_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/select.cpp b/src/frontends/tensorflow_common/src/op/select.cpp index 42002cbad82..49f167f0285 100644 --- a/src/frontends/tensorflow_common/src/op/select.cpp +++ b/src/frontends/tensorflow_common/src/op/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/shape.cpp b/src/frontends/tensorflow_common/src/op/shape.cpp index 0e93c2dc8b7..2d96dd1f56a 100644 --- a/src/frontends/tensorflow_common/src/op/shape.cpp +++ b/src/frontends/tensorflow_common/src/op/shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/size.cpp b/src/frontends/tensorflow_common/src/op/size.cpp index 00abf883a70..9a5b950e147 100644 --- a/src/frontends/tensorflow_common/src/op/size.cpp +++ b/src/frontends/tensorflow_common/src/op/size.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/slice.cpp b/src/frontends/tensorflow_common/src/op/slice.cpp index a5316a77379..8b0ad79a381 100644 --- a/src/frontends/tensorflow_common/src/op/slice.cpp +++ b/src/frontends/tensorflow_common/src/op/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/softmax.cpp b/src/frontends/tensorflow_common/src/op/softmax.cpp index c5789a25f5e..7faf1c5b757 100644 --- a/src/frontends/tensorflow_common/src/op/softmax.cpp +++ b/src/frontends/tensorflow_common/src/op/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/space_to_batch_nd.cpp b/src/frontends/tensorflow_common/src/op/space_to_batch_nd.cpp index 1cf48a1f139..b2c91c54dc8 100644 --- a/src/frontends/tensorflow_common/src/op/space_to_batch_nd.cpp +++ b/src/frontends/tensorflow_common/src/op/space_to_batch_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/space_to_depth.cpp b/src/frontends/tensorflow_common/src/op/space_to_depth.cpp index 7e438f51076..4e641797690 100644 --- a/src/frontends/tensorflow_common/src/op/space_to_depth.cpp +++ b/src/frontends/tensorflow_common/src/op/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/sparse_to_dense.cpp b/src/frontends/tensorflow_common/src/op/sparse_to_dense.cpp index 5218d1c24fb..a9e97122aa4 100644 --- a/src/frontends/tensorflow_common/src/op/sparse_to_dense.cpp +++ b/src/frontends/tensorflow_common/src/op/sparse_to_dense.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/split.cpp b/src/frontends/tensorflow_common/src/op/split.cpp index 2e334371396..9cdf956d03c 100644 --- a/src/frontends/tensorflow_common/src/op/split.cpp +++ b/src/frontends/tensorflow_common/src/op/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/sqrt.cpp b/src/frontends/tensorflow_common/src/op/sqrt.cpp index 58aa02fbc38..1daf93e5b78 100644 --- a/src/frontends/tensorflow_common/src/op/sqrt.cpp +++ b/src/frontends/tensorflow_common/src/op/sqrt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/square.cpp b/src/frontends/tensorflow_common/src/op/square.cpp index 1aacdf74926..ec2e3520c19 100644 --- a/src/frontends/tensorflow_common/src/op/square.cpp +++ b/src/frontends/tensorflow_common/src/op/square.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/squeeze.cpp b/src/frontends/tensorflow_common/src/op/squeeze.cpp index f2cf9fb036b..6f32e4ac602 100644 --- a/src/frontends/tensorflow_common/src/op/squeeze.cpp +++ b/src/frontends/tensorflow_common/src/op/squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/strided_slice.cpp b/src/frontends/tensorflow_common/src/op/strided_slice.cpp index 1e68b53c33f..079fbdb3df5 100644 --- a/src/frontends/tensorflow_common/src/op/strided_slice.cpp +++ b/src/frontends/tensorflow_common/src/op/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/tensor_list_operations.cpp b/src/frontends/tensorflow_common/src/op/tensor_list_operations.cpp index c3949d2613a..a733ac2eac1 100644 --- a/src/frontends/tensorflow_common/src/op/tensor_list_operations.cpp +++ b/src/frontends/tensorflow_common/src/op/tensor_list_operations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/tile.cpp b/src/frontends/tensorflow_common/src/op/tile.cpp index 0321366d862..6169e469a63 100644 --- a/src/frontends/tensorflow_common/src/op/tile.cpp +++ b/src/frontends/tensorflow_common/src/op/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/tobool.cpp b/src/frontends/tensorflow_common/src/op/tobool.cpp index a8d595800a4..9f1082d5df8 100644 --- a/src/frontends/tensorflow_common/src/op/tobool.cpp +++ b/src/frontends/tensorflow_common/src/op/tobool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/top_k.cpp b/src/frontends/tensorflow_common/src/op/top_k.cpp index 619fcd72caf..4328615ed7c 100644 --- a/src/frontends/tensorflow_common/src/op/top_k.cpp +++ b/src/frontends/tensorflow_common/src/op/top_k.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/transpose.cpp b/src/frontends/tensorflow_common/src/op/transpose.cpp index 4ad52710591..4a592acf24d 100644 --- a/src/frontends/tensorflow_common/src/op/transpose.cpp +++ b/src/frontends/tensorflow_common/src/op/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/truncate_div.cpp b/src/frontends/tensorflow_common/src/op/truncate_div.cpp index 88b4174e119..65fa41c512f 100644 --- a/src/frontends/tensorflow_common/src/op/truncate_div.cpp +++ b/src/frontends/tensorflow_common/src/op/truncate_div.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/truncate_mod.cpp b/src/frontends/tensorflow_common/src/op/truncate_mod.cpp index d885205b3d8..f233a13f089 100644 --- a/src/frontends/tensorflow_common/src/op/truncate_mod.cpp +++ b/src/frontends/tensorflow_common/src/op/truncate_mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/unary_op.cpp b/src/frontends/tensorflow_common/src/op/unary_op.cpp index 588d1863e3d..7d8634541cd 100644 --- a/src/frontends/tensorflow_common/src/op/unary_op.cpp +++ b/src/frontends/tensorflow_common/src/op/unary_op.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/unique.cpp b/src/frontends/tensorflow_common/src/op/unique.cpp index f5d08a231df..a88d99a42e6 100644 --- a/src/frontends/tensorflow_common/src/op/unique.cpp +++ b/src/frontends/tensorflow_common/src/op/unique.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/unique_with_counts.cpp b/src/frontends/tensorflow_common/src/op/unique_with_counts.cpp index 215a340fcc6..7c5c0a196aa 100644 --- a/src/frontends/tensorflow_common/src/op/unique_with_counts.cpp +++ b/src/frontends/tensorflow_common/src/op/unique_with_counts.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/unpack.cpp b/src/frontends/tensorflow_common/src/op/unpack.cpp index ad0583d756f..a65891c8998 100644 --- a/src/frontends/tensorflow_common/src/op/unpack.cpp +++ b/src/frontends/tensorflow_common/src/op/unpack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/unravel_index.cpp b/src/frontends/tensorflow_common/src/op/unravel_index.cpp index 3de27fa3586..5d85503e7dc 100644 --- a/src/frontends/tensorflow_common/src/op/unravel_index.cpp +++ b/src/frontends/tensorflow_common/src/op/unravel_index.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/unsorted_segment_sum.cpp b/src/frontends/tensorflow_common/src/op/unsorted_segment_sum.cpp index 24eecc168f5..adee5717277 100644 --- a/src/frontends/tensorflow_common/src/op/unsorted_segment_sum.cpp +++ b/src/frontends/tensorflow_common/src/op/unsorted_segment_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/where.cpp b/src/frontends/tensorflow_common/src/op/where.cpp index 53c50ccf5b1..5f9d7b77af5 100644 --- a/src/frontends/tensorflow_common/src/op/where.cpp +++ b/src/frontends/tensorflow_common/src/op/where.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/xdivy.cpp b/src/frontends/tensorflow_common/src/op/xdivy.cpp index 42d3829d106..4224f3b04a4 100644 --- a/src/frontends/tensorflow_common/src/op/xdivy.cpp +++ b/src/frontends/tensorflow_common/src/op/xdivy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/xlog1py.cpp b/src/frontends/tensorflow_common/src/op/xlog1py.cpp index a9de65ba47e..c0d2e86ef74 100644 --- a/src/frontends/tensorflow_common/src/op/xlog1py.cpp +++ b/src/frontends/tensorflow_common/src/op/xlog1py.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/xlogy.cpp b/src/frontends/tensorflow_common/src/op/xlogy.cpp index e52836d8b29..e7d742db650 100644 --- a/src/frontends/tensorflow_common/src/op/xlogy.cpp +++ b/src/frontends/tensorflow_common/src/op/xlogy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/op/zeros_like.cpp b/src/frontends/tensorflow_common/src/op/zeros_like.cpp index 364e29a603a..ce3786c7c1e 100644 --- a/src/frontends/tensorflow_common/src/op/zeros_like.cpp +++ b/src/frontends/tensorflow_common/src/op/zeros_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/place.cpp b/src/frontends/tensorflow_common/src/place.cpp index 91dfb2a2cc1..ec0a2fec818 100644 --- a/src/frontends/tensorflow_common/src/place.cpp +++ b/src/frontends/tensorflow_common/src/place.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/src/utils.cpp b/src/frontends/tensorflow_common/src/utils.cpp index 49065ae8036..6e033a0a8f4 100644 --- a/src/frontends/tensorflow_common/src/utils.cpp +++ b/src/frontends/tensorflow_common/src/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/tests/CMakeLists.txt b/src/frontends/tensorflow_common/tests/CMakeLists.txt index 1eb4755d808..1a29c1abf45 100644 --- a/src/frontends/tensorflow_common/tests/CMakeLists.txt +++ b/src/frontends/tensorflow_common/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow_common/tests/block_lstm_replacer.cpp b/src/frontends/tensorflow_common/tests/block_lstm_replacer.cpp index 322a4d9bb21..b4ccb9de02c 100644 --- a/src/frontends/tensorflow_common/tests/block_lstm_replacer.cpp +++ b/src/frontends/tensorflow_common/tests/block_lstm_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_common/tests/gru_block_cell_replacer.cpp b/src/frontends/tensorflow_common/tests/gru_block_cell_replacer.cpp index 21d9a266cde..af0c9c443ad 100644 --- a/src/frontends/tensorflow_common/tests/gru_block_cell_replacer.cpp +++ b/src/frontends/tensorflow_common/tests/gru_block_cell_replacer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/CMakeLists.txt b/src/frontends/tensorflow_lite/CMakeLists.txt index e11be311e03..181548390ae 100644 --- a/src/frontends/tensorflow_lite/CMakeLists.txt +++ b/src/frontends/tensorflow_lite/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/extension/conversion.hpp b/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/extension/conversion.hpp index a0881fe548f..44be7f65eb4 100644 --- a/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/extension/conversion.hpp +++ b/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/extension/conversion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/extension/op.hpp b/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/extension/op.hpp index b91926f03ac..f756151877a 100644 --- a/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/extension/op.hpp +++ b/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/extension/op.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/frontend.hpp b/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/frontend.hpp index d3ad4734fcf..8b8d21c5085 100644 --- a/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/frontend.hpp +++ b/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/frontend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/node_context.hpp b/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/node_context.hpp index 93526670729..700b1830961 100644 --- a/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/node_context.hpp +++ b/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/node_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/visibility.hpp b/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/visibility.hpp index 7131b5b6864..9c3e70f5fd5 100644 --- a/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/visibility.hpp +++ b/src/frontends/tensorflow_lite/include/openvino/frontend/tensorflow_lite/visibility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/CMakeLists.txt b/src/frontends/tensorflow_lite/src/CMakeLists.txt index 353b5f6ac2e..63f4d4c35da 100644 --- a/src/frontends/tensorflow_lite/src/CMakeLists.txt +++ b/src/frontends/tensorflow_lite/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow_lite/src/decoder_flatbuffer.cpp b/src/frontends/tensorflow_lite/src/decoder_flatbuffer.cpp index c3b866bc970..852d76129c6 100644 --- a/src/frontends/tensorflow_lite/src/decoder_flatbuffer.cpp +++ b/src/frontends/tensorflow_lite/src/decoder_flatbuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/decoder_flatbuffer.h b/src/frontends/tensorflow_lite/src/decoder_flatbuffer.h index de339300892..e0143492907 100644 --- a/src/frontends/tensorflow_lite/src/decoder_flatbuffer.h +++ b/src/frontends/tensorflow_lite/src/decoder_flatbuffer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/decoder_map.hpp b/src/frontends/tensorflow_lite/src/decoder_map.hpp index 476d5c788e1..eec59b177a9 100644 --- a/src/frontends/tensorflow_lite/src/decoder_map.hpp +++ b/src/frontends/tensorflow_lite/src/decoder_map.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/extension/conversion.cpp b/src/frontends/tensorflow_lite/src/extension/conversion.cpp index 8aa7c6217e2..0c315eb3487 100644 --- a/src/frontends/tensorflow_lite/src/extension/conversion.cpp +++ b/src/frontends/tensorflow_lite/src/extension/conversion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/frontend.cpp b/src/frontends/tensorflow_lite/src/frontend.cpp index f21d2808532..b71774c0633 100644 --- a/src/frontends/tensorflow_lite/src/frontend.cpp +++ b/src/frontends/tensorflow_lite/src/frontend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/graph_iterator_flatbuffer.cpp b/src/frontends/tensorflow_lite/src/graph_iterator_flatbuffer.cpp index aacbadd9615..1b641dad06d 100644 --- a/src/frontends/tensorflow_lite/src/graph_iterator_flatbuffer.cpp +++ b/src/frontends/tensorflow_lite/src/graph_iterator_flatbuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/graph_iterator_flatbuffer.hpp b/src/frontends/tensorflow_lite/src/graph_iterator_flatbuffer.hpp index c054450fad0..c9a889125af 100644 --- a/src/frontends/tensorflow_lite/src/graph_iterator_flatbuffer.hpp +++ b/src/frontends/tensorflow_lite/src/graph_iterator_flatbuffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/input_model.cpp b/src/frontends/tensorflow_lite/src/input_model.cpp index d3b1317e8d5..52e243d28d4 100644 --- a/src/frontends/tensorflow_lite/src/input_model.cpp +++ b/src/frontends/tensorflow_lite/src/input_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/input_model.hpp b/src/frontends/tensorflow_lite/src/input_model.hpp index 792267dcdbe..23adc098a8c 100644 --- a/src/frontends/tensorflow_lite/src/input_model.hpp +++ b/src/frontends/tensorflow_lite/src/input_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/arg_min_max.cpp b/src/frontends/tensorflow_lite/src/op/arg_min_max.cpp index 74a9ab51690..fc658060d4f 100644 --- a/src/frontends/tensorflow_lite/src/op/arg_min_max.cpp +++ b/src/frontends/tensorflow_lite/src/op/arg_min_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/batch_matmul.cpp b/src/frontends/tensorflow_lite/src/op/batch_matmul.cpp index 14927a984e5..18acba98c80 100644 --- a/src/frontends/tensorflow_lite/src/op/batch_matmul.cpp +++ b/src/frontends/tensorflow_lite/src/op/batch_matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/cast.cpp b/src/frontends/tensorflow_lite/src/op/cast.cpp index 283495d82c3..8a0ba24cda3 100644 --- a/src/frontends/tensorflow_lite/src/op/cast.cpp +++ b/src/frontends/tensorflow_lite/src/op/cast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/complex_abs.cpp b/src/frontends/tensorflow_lite/src/op/complex_abs.cpp index 1541e5d138d..e25f13d3078 100644 --- a/src/frontends/tensorflow_lite/src/op/complex_abs.cpp +++ b/src/frontends/tensorflow_lite/src/op/complex_abs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/concatenation.cpp b/src/frontends/tensorflow_lite/src/op/concatenation.cpp index a1ed0d7ce72..18353734c43 100644 --- a/src/frontends/tensorflow_lite/src/op/concatenation.cpp +++ b/src/frontends/tensorflow_lite/src/op/concatenation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/conv2d.cpp b/src/frontends/tensorflow_lite/src/op/conv2d.cpp index d5926d71a86..49ac23d57ef 100644 --- a/src/frontends/tensorflow_lite/src/op/conv2d.cpp +++ b/src/frontends/tensorflow_lite/src/op/conv2d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/depth_to_space.cpp b/src/frontends/tensorflow_lite/src/op/depth_to_space.cpp index 7c658794eab..01449e3c179 100644 --- a/src/frontends/tensorflow_lite/src/op/depth_to_space.cpp +++ b/src/frontends/tensorflow_lite/src/op/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/depthwise_conv2d.cpp b/src/frontends/tensorflow_lite/src/op/depthwise_conv2d.cpp index 6d99bcbe929..214dc2d9fee 100644 --- a/src/frontends/tensorflow_lite/src/op/depthwise_conv2d.cpp +++ b/src/frontends/tensorflow_lite/src/op/depthwise_conv2d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/fully_connected.cpp b/src/frontends/tensorflow_lite/src/op/fully_connected.cpp index 946b0f23053..3f66de42cad 100644 --- a/src/frontends/tensorflow_lite/src/op/fully_connected.cpp +++ b/src/frontends/tensorflow_lite/src/op/fully_connected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/gather.cpp b/src/frontends/tensorflow_lite/src/op/gather.cpp index 28701f0f996..8788bfd8acd 100644 --- a/src/frontends/tensorflow_lite/src/op/gather.cpp +++ b/src/frontends/tensorflow_lite/src/op/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/l2_normalization.cpp b/src/frontends/tensorflow_lite/src/op/l2_normalization.cpp index 1f7ae62035a..2498d9cb586 100644 --- a/src/frontends/tensorflow_lite/src/op/l2_normalization.cpp +++ b/src/frontends/tensorflow_lite/src/op/l2_normalization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/leaky_relu.cpp b/src/frontends/tensorflow_lite/src/op/leaky_relu.cpp index ee616e4b4f7..bfd4352ab98 100644 --- a/src/frontends/tensorflow_lite/src/op/leaky_relu.cpp +++ b/src/frontends/tensorflow_lite/src/op/leaky_relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/mirror_pad.cpp b/src/frontends/tensorflow_lite/src/op/mirror_pad.cpp index 761e103ddb1..82e4061c157 100644 --- a/src/frontends/tensorflow_lite/src/op/mirror_pad.cpp +++ b/src/frontends/tensorflow_lite/src/op/mirror_pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/one_hot.cpp b/src/frontends/tensorflow_lite/src/op/one_hot.cpp index e3f779b97f0..3371b105703 100644 --- a/src/frontends/tensorflow_lite/src/op/one_hot.cpp +++ b/src/frontends/tensorflow_lite/src/op/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/op_translation_utils.cpp b/src/frontends/tensorflow_lite/src/op/op_translation_utils.cpp index 7c51b45e7c9..4bdac797c76 100644 --- a/src/frontends/tensorflow_lite/src/op/op_translation_utils.cpp +++ b/src/frontends/tensorflow_lite/src/op/op_translation_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/op_translation_utils.hpp b/src/frontends/tensorflow_lite/src/op/op_translation_utils.hpp index 94fbc5a5cdc..db8a296d2ee 100644 --- a/src/frontends/tensorflow_lite/src/op/op_translation_utils.hpp +++ b/src/frontends/tensorflow_lite/src/op/op_translation_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/pack.cpp b/src/frontends/tensorflow_lite/src/op/pack.cpp index 7422c4c12dc..2c68d6931b3 100644 --- a/src/frontends/tensorflow_lite/src/op/pack.cpp +++ b/src/frontends/tensorflow_lite/src/op/pack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/pool2d.cpp b/src/frontends/tensorflow_lite/src/op/pool2d.cpp index b8546a89b5e..df6df267707 100644 --- a/src/frontends/tensorflow_lite/src/op/pool2d.cpp +++ b/src/frontends/tensorflow_lite/src/op/pool2d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/quantize.cpp b/src/frontends/tensorflow_lite/src/op/quantize.cpp index 8b7832ae585..5dc4970c563 100644 --- a/src/frontends/tensorflow_lite/src/op/quantize.cpp +++ b/src/frontends/tensorflow_lite/src/op/quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/range.cpp b/src/frontends/tensorflow_lite/src/op/range.cpp index 08ed4fa9afb..faae00f7be0 100644 --- a/src/frontends/tensorflow_lite/src/op/range.cpp +++ b/src/frontends/tensorflow_lite/src/op/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/reshape.cpp b/src/frontends/tensorflow_lite/src/op/reshape.cpp index eadb337c741..e4899324727 100644 --- a/src/frontends/tensorflow_lite/src/op/reshape.cpp +++ b/src/frontends/tensorflow_lite/src/op/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/resize.cpp b/src/frontends/tensorflow_lite/src/op/resize.cpp index 15cbb30d788..9851b4407ac 100644 --- a/src/frontends/tensorflow_lite/src/op/resize.cpp +++ b/src/frontends/tensorflow_lite/src/op/resize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/reverse_sequence.cpp b/src/frontends/tensorflow_lite/src/op/reverse_sequence.cpp index c719d0d6eb4..6a645d92143 100644 --- a/src/frontends/tensorflow_lite/src/op/reverse_sequence.cpp +++ b/src/frontends/tensorflow_lite/src/op/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/rfft2d.cpp b/src/frontends/tensorflow_lite/src/op/rfft2d.cpp index 73c0c004d1c..3c4ffc02bd6 100644 --- a/src/frontends/tensorflow_lite/src/op/rfft2d.cpp +++ b/src/frontends/tensorflow_lite/src/op/rfft2d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/shape.cpp b/src/frontends/tensorflow_lite/src/op/shape.cpp index 1d45ea668d9..fc8871f25b2 100644 --- a/src/frontends/tensorflow_lite/src/op/shape.cpp +++ b/src/frontends/tensorflow_lite/src/op/shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/softmax.cpp b/src/frontends/tensorflow_lite/src/op/softmax.cpp index 290455ed05a..a4c4c40a342 100644 --- a/src/frontends/tensorflow_lite/src/op/softmax.cpp +++ b/src/frontends/tensorflow_lite/src/op/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/space_to_depth.cpp b/src/frontends/tensorflow_lite/src/op/space_to_depth.cpp index f9f12ad9fda..6d7982ec465 100644 --- a/src/frontends/tensorflow_lite/src/op/space_to_depth.cpp +++ b/src/frontends/tensorflow_lite/src/op/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/split.cpp b/src/frontends/tensorflow_lite/src/op/split.cpp index 2a95f544adb..ce066b6214c 100644 --- a/src/frontends/tensorflow_lite/src/op/split.cpp +++ b/src/frontends/tensorflow_lite/src/op/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/squeeze.cpp b/src/frontends/tensorflow_lite/src/op/squeeze.cpp index 8dc00d60f0b..e7720ae1b7c 100644 --- a/src/frontends/tensorflow_lite/src/op/squeeze.cpp +++ b/src/frontends/tensorflow_lite/src/op/squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/strided_slice.cpp b/src/frontends/tensorflow_lite/src/op/strided_slice.cpp index 0ceb44df7c6..39dcf3fcf51 100644 --- a/src/frontends/tensorflow_lite/src/op/strided_slice.cpp +++ b/src/frontends/tensorflow_lite/src/op/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/transpose_conv.cpp b/src/frontends/tensorflow_lite/src/op/transpose_conv.cpp index 50cc147bdff..d498d4a15cc 100644 --- a/src/frontends/tensorflow_lite/src/op/transpose_conv.cpp +++ b/src/frontends/tensorflow_lite/src/op/transpose_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/unique.cpp b/src/frontends/tensorflow_lite/src/op/unique.cpp index 557e60577f1..e980b960dd4 100644 --- a/src/frontends/tensorflow_lite/src/op/unique.cpp +++ b/src/frontends/tensorflow_lite/src/op/unique.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/unpack.cpp b/src/frontends/tensorflow_lite/src/op/unpack.cpp index c6f87224f52..1734a99573f 100644 --- a/src/frontends/tensorflow_lite/src/op/unpack.cpp +++ b/src/frontends/tensorflow_lite/src/op/unpack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op/while.cpp b/src/frontends/tensorflow_lite/src/op/while.cpp index 922c552fe03..9cbfa482b40 100644 --- a/src/frontends/tensorflow_lite/src/op/while.cpp +++ b/src/frontends/tensorflow_lite/src/op/while.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op_table.cpp b/src/frontends/tensorflow_lite/src/op_table.cpp index b2f87bc7d49..aab01caff2b 100644 --- a/src/frontends/tensorflow_lite/src/op_table.cpp +++ b/src/frontends/tensorflow_lite/src/op_table.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/op_table.hpp b/src/frontends/tensorflow_lite/src/op_table.hpp index b7afec427f9..385d200dff0 100644 --- a/src/frontends/tensorflow_lite/src/op_table.hpp +++ b/src/frontends/tensorflow_lite/src/op_table.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/quantization_info.cpp b/src/frontends/tensorflow_lite/src/quantization_info.cpp index 2131ea0a79d..98b95cfb916 100644 --- a/src/frontends/tensorflow_lite/src/quantization_info.cpp +++ b/src/frontends/tensorflow_lite/src/quantization_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/quantization_info.hpp b/src/frontends/tensorflow_lite/src/quantization_info.hpp index 79a9c9a162e..d664e6233ac 100644 --- a/src/frontends/tensorflow_lite/src/quantization_info.hpp +++ b/src/frontends/tensorflow_lite/src/quantization_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/sparsity_info.cpp b/src/frontends/tensorflow_lite/src/sparsity_info.cpp index 90a5b783ee4..030c1dc92cd 100644 --- a/src/frontends/tensorflow_lite/src/sparsity_info.cpp +++ b/src/frontends/tensorflow_lite/src/sparsity_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/sparsity_info.hpp b/src/frontends/tensorflow_lite/src/sparsity_info.hpp index 807abe6e4bd..c4209864f9c 100644 --- a/src/frontends/tensorflow_lite/src/sparsity_info.hpp +++ b/src/frontends/tensorflow_lite/src/sparsity_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/tensor_lite_place.cpp b/src/frontends/tensorflow_lite/src/tensor_lite_place.cpp index f461d783e2c..910d15a6dfb 100644 --- a/src/frontends/tensorflow_lite/src/tensor_lite_place.cpp +++ b/src/frontends/tensorflow_lite/src/tensor_lite_place.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/tensor_lite_place.hpp b/src/frontends/tensorflow_lite/src/tensor_lite_place.hpp index 148ef135766..2ee0d13fa19 100644 --- a/src/frontends/tensorflow_lite/src/tensor_lite_place.hpp +++ b/src/frontends/tensorflow_lite/src/tensor_lite_place.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/tensorflow_lite.cpp b/src/frontends/tensorflow_lite/src/tensorflow_lite.cpp index 3c4046190f8..62afe52bdea 100644 --- a/src/frontends/tensorflow_lite/src/tensorflow_lite.cpp +++ b/src/frontends/tensorflow_lite/src/tensorflow_lite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/tflite_ops/complex_abs.h b/src/frontends/tensorflow_lite/src/tflite_ops/complex_abs.h index 5207169130a..416ef0b4ac9 100644 --- a/src/frontends/tensorflow_lite/src/tflite_ops/complex_abs.h +++ b/src/frontends/tensorflow_lite/src/tflite_ops/complex_abs.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/tflite_ops/rfft2d.h b/src/frontends/tensorflow_lite/src/tflite_ops/rfft2d.h index 0bf9dca216e..2c88ff34e74 100644 --- a/src/frontends/tensorflow_lite/src/tflite_ops/rfft2d.h +++ b/src/frontends/tensorflow_lite/src/tflite_ops/rfft2d.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/tflite_ops/tflite_quantize.hpp b/src/frontends/tensorflow_lite/src/tflite_ops/tflite_quantize.hpp index c74afc7103f..836c5152aeb 100644 --- a/src/frontends/tensorflow_lite/src/tflite_ops/tflite_quantize.hpp +++ b/src/frontends/tensorflow_lite/src/tflite_ops/tflite_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/tflite_transformations/rfft2d_complex_abs.cpp b/src/frontends/tensorflow_lite/src/tflite_transformations/rfft2d_complex_abs.cpp index d5ca1646561..9bde1f14ede 100644 --- a/src/frontends/tensorflow_lite/src/tflite_transformations/rfft2d_complex_abs.cpp +++ b/src/frontends/tensorflow_lite/src/tflite_transformations/rfft2d_complex_abs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/tflite_transformations/rfft2d_complex_abs.h b/src/frontends/tensorflow_lite/src/tflite_transformations/rfft2d_complex_abs.h index 3c1731d8088..f8599e2c779 100644 --- a/src/frontends/tensorflow_lite/src/tflite_transformations/rfft2d_complex_abs.h +++ b/src/frontends/tensorflow_lite/src/tflite_transformations/rfft2d_complex_abs.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/tflite_transformations/tflite_quantize_resolver.cpp b/src/frontends/tensorflow_lite/src/tflite_transformations/tflite_quantize_resolver.cpp index 93a16f36856..36af36d90f0 100644 --- a/src/frontends/tensorflow_lite/src/tflite_transformations/tflite_quantize_resolver.cpp +++ b/src/frontends/tensorflow_lite/src/tflite_transformations/tflite_quantize_resolver.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/tflite_transformations/tflite_quantize_resolver.hpp b/src/frontends/tensorflow_lite/src/tflite_transformations/tflite_quantize_resolver.hpp index 337ccbcffd6..45fd3e70722 100644 --- a/src/frontends/tensorflow_lite/src/tflite_transformations/tflite_quantize_resolver.hpp +++ b/src/frontends/tensorflow_lite/src/tflite_transformations/tflite_quantize_resolver.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/utils.cpp b/src/frontends/tensorflow_lite/src/utils.cpp index 66930282d0b..fc753ccc2de 100644 --- a/src/frontends/tensorflow_lite/src/utils.cpp +++ b/src/frontends/tensorflow_lite/src/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/src/utils.hpp b/src/frontends/tensorflow_lite/src/utils.hpp index 7bcbff4340c..7abd43bcfc2 100644 --- a/src/frontends/tensorflow_lite/src/utils.hpp +++ b/src/frontends/tensorflow_lite/src/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/tests/CMakeLists.txt b/src/frontends/tensorflow_lite/tests/CMakeLists.txt index ef6ca4ee670..de4b6d0b0ea 100644 --- a/src/frontends/tensorflow_lite/tests/CMakeLists.txt +++ b/src/frontends/tensorflow_lite/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow_lite/tests/basic_api.cpp b/src/frontends/tensorflow_lite/tests/basic_api.cpp index 5c5c9ec96ac..66064e53d9e 100644 --- a/src/frontends/tensorflow_lite/tests/basic_api.cpp +++ b/src/frontends/tensorflow_lite/tests/basic_api.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/tests/convert_model.cpp b/src/frontends/tensorflow_lite/tests/convert_model.cpp index 14e6e3bae03..d6c05df626e 100644 --- a/src/frontends/tensorflow_lite/tests/convert_model.cpp +++ b/src/frontends/tensorflow_lite/tests/convert_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/tests/convert_unsupported.cpp b/src/frontends/tensorflow_lite/tests/convert_unsupported.cpp index c56fae2d1f0..00bf9f866e0 100644 --- a/src/frontends/tensorflow_lite/tests/convert_unsupported.cpp +++ b/src/frontends/tensorflow_lite/tests/convert_unsupported.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/tests/library_extension.cpp b/src/frontends/tensorflow_lite/tests/library_extension.cpp index d8d3c1df577..d9f7cb7a599 100644 --- a/src/frontends/tensorflow_lite/tests/library_extension.cpp +++ b/src/frontends/tensorflow_lite/tests/library_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/tests/op_extension.cpp b/src/frontends/tensorflow_lite/tests/op_extension.cpp index 67b3b32e8ef..913e4e3afec 100644 --- a/src/frontends/tensorflow_lite/tests/op_extension.cpp +++ b/src/frontends/tensorflow_lite/tests/op_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/tests/standalone_build/CMakeLists.txt b/src/frontends/tensorflow_lite/tests/standalone_build/CMakeLists.txt index 419c02e9c8f..f4cd58671db 100644 --- a/src/frontends/tensorflow_lite/tests/standalone_build/CMakeLists.txt +++ b/src/frontends/tensorflow_lite/tests/standalone_build/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tensorflow_lite/tests/standalone_build/standalone_build_test.cpp b/src/frontends/tensorflow_lite/tests/standalone_build/standalone_build_test.cpp index ad1693a2b04..346ff67fb1d 100644 --- a/src/frontends/tensorflow_lite/tests/standalone_build/standalone_build_test.cpp +++ b/src/frontends/tensorflow_lite/tests/standalone_build/standalone_build_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/tests/telemetry.cpp b/src/frontends/tensorflow_lite/tests/telemetry.cpp index cd6f94194ad..24b9cc6a412 100644 --- a/src/frontends/tensorflow_lite/tests/telemetry.cpp +++ b/src/frontends/tensorflow_lite/tests/telemetry.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_2in_2out.py b/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_2in_2out.py index 73323949d18..9f749686a75 100644 --- a/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_2in_2out.py +++ b/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_2in_2out.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_bad_header.py b/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_bad_header.py index 5f54097e733..7369d6af964 100644 --- a/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_bad_header.py +++ b/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_bad_header.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_pose_detector.py b/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_pose_detector.py index 46af1f8b36d..f69319c2917 100644 --- a/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_pose_detector.py +++ b/src/frontends/tensorflow_lite/tests/test_models/gen_scripts/generate_pose_detector.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # This is a way to test Densify operation. Should be removed after enabling Layer-based test diff --git a/src/frontends/tensorflow_lite/tests/test_models/gen_wrapper.py b/src/frontends/tensorflow_lite/tests/test_models/gen_wrapper.py index 324e45702eb..8ddc1dac18a 100644 --- a/src/frontends/tensorflow_lite/tests/test_models/gen_wrapper.py +++ b/src/frontends/tensorflow_lite/tests/test_models/gen_wrapper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/frontends/tensorflow_lite/tests/tf_utils.hpp b/src/frontends/tensorflow_lite/tests/tf_utils.hpp index dce326f08b1..26b3c15fe40 100644 --- a/src/frontends/tensorflow_lite/tests/tf_utils.hpp +++ b/src/frontends/tensorflow_lite/tests/tf_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/CMakeLists.txt b/src/frontends/tests/CMakeLists.txt index d7dd08e195b..33b5b3d682e 100644 --- a/src/frontends/tests/CMakeLists.txt +++ b/src/frontends/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tests/frontend/shared/CMakeLists.txt b/src/frontends/tests/frontend/shared/CMakeLists.txt index 5f4328d24ac..749a919d107 100644 --- a/src/frontends/tests/frontend/shared/CMakeLists.txt +++ b/src/frontends/tests/frontend/shared/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tests/frontend/shared/gtest_main_manifest/CMakeLists.txt b/src/frontends/tests/frontend/shared/gtest_main_manifest/CMakeLists.txt index 49fdc8399aa..e4bc8855cd8 100644 --- a/src/frontends/tests/frontend/shared/gtest_main_manifest/CMakeLists.txt +++ b/src/frontends/tests/frontend/shared/gtest_main_manifest/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tests/frontend/shared/gtest_main_manifest/main.cpp b/src/frontends/tests/frontend/shared/gtest_main_manifest/main.cpp index 577496eb46b..1b26e05135b 100644 --- a/src/frontends/tests/frontend/shared/gtest_main_manifest/main.cpp +++ b/src/frontends/tests/frontend/shared/gtest_main_manifest/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/basic_api.hpp b/src/frontends/tests/frontend/shared/include/basic_api.hpp index 6de3307d7f3..d59c0ae1fdd 100644 --- a/src/frontends/tests/frontend/shared/include/basic_api.hpp +++ b/src/frontends/tests/frontend/shared/include/basic_api.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/conversion_with_reference.hpp b/src/frontends/tests/frontend/shared/include/conversion_with_reference.hpp index 299a07be08e..541dd0dd92e 100644 --- a/src/frontends/tests/frontend/shared/include/conversion_with_reference.hpp +++ b/src/frontends/tests/frontend/shared/include/conversion_with_reference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/convert_model.hpp b/src/frontends/tests/frontend/shared/include/convert_model.hpp index 5e589a0a38b..cc1731c1d1c 100644 --- a/src/frontends/tests/frontend/shared/include/convert_model.hpp +++ b/src/frontends/tests/frontend/shared/include/convert_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/cut_specific_model.hpp b/src/frontends/tests/frontend/shared/include/cut_specific_model.hpp index cb4f0c3aa38..bc07fa7eed7 100644 --- a/src/frontends/tests/frontend/shared/include/cut_specific_model.hpp +++ b/src/frontends/tests/frontend/shared/include/cut_specific_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/lib_close.hpp b/src/frontends/tests/frontend/shared/include/lib_close.hpp index 8ddf969b3a6..4322a946957 100644 --- a/src/frontends/tests/frontend/shared/include/lib_close.hpp +++ b/src/frontends/tests/frontend/shared/include/lib_close.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/library_extension.hpp b/src/frontends/tests/frontend/shared/include/library_extension.hpp index d9208bd54b5..d7e00a93e87 100644 --- a/src/frontends/tests/frontend/shared/include/library_extension.hpp +++ b/src/frontends/tests/frontend/shared/include/library_extension.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/load_from.hpp b/src/frontends/tests/frontend/shared/include/load_from.hpp index 7aa3ab8799c..a1fe9ed3d16 100644 --- a/src/frontends/tests/frontend/shared/include/load_from.hpp +++ b/src/frontends/tests/frontend/shared/include/load_from.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/op_extension.hpp b/src/frontends/tests/frontend/shared/include/op_extension.hpp index fd8d4ce9ed1..fad90b617ff 100644 --- a/src/frontends/tests/frontend/shared/include/op_extension.hpp +++ b/src/frontends/tests/frontend/shared/include/op_extension.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/op_fuzzy.hpp b/src/frontends/tests/frontend/shared/include/op_fuzzy.hpp index 9ac3b7b162f..69ba9e30ca0 100644 --- a/src/frontends/tests/frontend/shared/include/op_fuzzy.hpp +++ b/src/frontends/tests/frontend/shared/include/op_fuzzy.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/partial_shape.hpp b/src/frontends/tests/frontend/shared/include/partial_shape.hpp index f39ec256e91..53581b51b10 100644 --- a/src/frontends/tests/frontend/shared/include/partial_shape.hpp +++ b/src/frontends/tests/frontend/shared/include/partial_shape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/set_element_type.hpp b/src/frontends/tests/frontend/shared/include/set_element_type.hpp index 0a9310f1c45..6cc739103a7 100644 --- a/src/frontends/tests/frontend/shared/include/set_element_type.hpp +++ b/src/frontends/tests/frontend/shared/include/set_element_type.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/telemetry.hpp b/src/frontends/tests/frontend/shared/include/telemetry.hpp index 8b2e581366f..bd0a2a2c800 100644 --- a/src/frontends/tests/frontend/shared/include/telemetry.hpp +++ b/src/frontends/tests/frontend/shared/include/telemetry.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/include/utils.hpp b/src/frontends/tests/frontend/shared/include/utils.hpp index 6a771c98f0e..c49ed125bfa 100644 --- a/src/frontends/tests/frontend/shared/include/utils.hpp +++ b/src/frontends/tests/frontend/shared/include/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/basic_api.cpp b/src/frontends/tests/frontend/shared/src/basic_api.cpp index cff58b4dae5..b0384173403 100644 --- a/src/frontends/tests/frontend/shared/src/basic_api.cpp +++ b/src/frontends/tests/frontend/shared/src/basic_api.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/conversion_with_reference.cpp b/src/frontends/tests/frontend/shared/src/conversion_with_reference.cpp index f321b64fd04..89497cc1cca 100644 --- a/src/frontends/tests/frontend/shared/src/conversion_with_reference.cpp +++ b/src/frontends/tests/frontend/shared/src/conversion_with_reference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/convert_model.cpp b/src/frontends/tests/frontend/shared/src/convert_model.cpp index bc7c661950f..620d8bdf593 100644 --- a/src/frontends/tests/frontend/shared/src/convert_model.cpp +++ b/src/frontends/tests/frontend/shared/src/convert_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/cut_specific_model.cpp b/src/frontends/tests/frontend/shared/src/cut_specific_model.cpp index c060a17321c..ab66cd754d6 100644 --- a/src/frontends/tests/frontend/shared/src/cut_specific_model.cpp +++ b/src/frontends/tests/frontend/shared/src/cut_specific_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/lib_close.cpp b/src/frontends/tests/frontend/shared/src/lib_close.cpp index 8a486850cc7..1d43efb2c57 100644 --- a/src/frontends/tests/frontend/shared/src/lib_close.cpp +++ b/src/frontends/tests/frontend/shared/src/lib_close.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/library_extension.cpp b/src/frontends/tests/frontend/shared/src/library_extension.cpp index 8a6bb23d82f..2ff3ea30146 100644 --- a/src/frontends/tests/frontend/shared/src/library_extension.cpp +++ b/src/frontends/tests/frontend/shared/src/library_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/load_from.cpp b/src/frontends/tests/frontend/shared/src/load_from.cpp index 202d7c13e11..35a54f1ffb6 100644 --- a/src/frontends/tests/frontend/shared/src/load_from.cpp +++ b/src/frontends/tests/frontend/shared/src/load_from.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/main.cpp b/src/frontends/tests/frontend/shared/src/main.cpp index 861b2125218..7a11af501f2 100644 --- a/src/frontends/tests/frontend/shared/src/main.cpp +++ b/src/frontends/tests/frontend/shared/src/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/op_extension.cpp b/src/frontends/tests/frontend/shared/src/op_extension.cpp index 8c8b3dfa25a..2315af583f3 100644 --- a/src/frontends/tests/frontend/shared/src/op_extension.cpp +++ b/src/frontends/tests/frontend/shared/src/op_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/op_fuzzy.cpp b/src/frontends/tests/frontend/shared/src/op_fuzzy.cpp index 90826a6e164..f42460ffabb 100644 --- a/src/frontends/tests/frontend/shared/src/op_fuzzy.cpp +++ b/src/frontends/tests/frontend/shared/src/op_fuzzy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/partial_shape.cpp b/src/frontends/tests/frontend/shared/src/partial_shape.cpp index 53672b586b6..97127847734 100644 --- a/src/frontends/tests/frontend/shared/src/partial_shape.cpp +++ b/src/frontends/tests/frontend/shared/src/partial_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/set_element_type.cpp b/src/frontends/tests/frontend/shared/src/set_element_type.cpp index 3dc53a82c43..36ca932dd2f 100644 --- a/src/frontends/tests/frontend/shared/src/set_element_type.cpp +++ b/src/frontends/tests/frontend/shared/src/set_element_type.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/src/telemetry.cpp b/src/frontends/tests/frontend/shared/src/telemetry.cpp index 63d14a363ed..62b4b7aa4f3 100644 --- a/src/frontends/tests/frontend/shared/src/telemetry.cpp +++ b/src/frontends/tests/frontend/shared/src/telemetry.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/frontends/tests/frontend/shared/test_builtin_extensions/CMakeLists.txt b/src/frontends/tests/frontend/shared/test_builtin_extensions/CMakeLists.txt index cc541e17b90..e43f5303104 100644 --- a/src/frontends/tests/frontend/shared/test_builtin_extensions/CMakeLists.txt +++ b/src/frontends/tests/frontend/shared/test_builtin_extensions/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/frontends/tests/frontend/shared/test_builtin_extensions/builtin_extensions.cpp b/src/frontends/tests/frontend/shared/test_builtin_extensions/builtin_extensions.cpp index 6e3efd0b2e5..3e5c3ac5ff3 100644 --- a/src/frontends/tests/frontend/shared/test_builtin_extensions/builtin_extensions.cpp +++ b/src/frontends/tests/frontend/shared/test_builtin_extensions/builtin_extensions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/CMakeLists.txt b/src/inference/CMakeLists.txt index 653e0cb535d..82441d5e8f2 100644 --- a/src/inference/CMakeLists.txt +++ b/src/inference/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/inference/dev_api/openvino/runtime/device_id_parser.hpp b/src/inference/dev_api/openvino/runtime/device_id_parser.hpp index 6b6fec12c1c..aef13bde4f5 100644 --- a/src/inference/dev_api/openvino/runtime/device_id_parser.hpp +++ b/src/inference/dev_api/openvino/runtime/device_id_parser.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/exec_model_info.hpp b/src/inference/dev_api/openvino/runtime/exec_model_info.hpp index ec74d732095..fc8c9de0844 100644 --- a/src/inference/dev_api/openvino/runtime/exec_model_info.hpp +++ b/src/inference/dev_api/openvino/runtime/exec_model_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/iasync_infer_request.hpp b/src/inference/dev_api/openvino/runtime/iasync_infer_request.hpp index c37cbd96e7a..14c6fa2d657 100644 --- a/src/inference/dev_api/openvino/runtime/iasync_infer_request.hpp +++ b/src/inference/dev_api/openvino/runtime/iasync_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/icompiled_model.hpp b/src/inference/dev_api/openvino/runtime/icompiled_model.hpp index 3144f89dbdc..eca22b3b003 100644 --- a/src/inference/dev_api/openvino/runtime/icompiled_model.hpp +++ b/src/inference/dev_api/openvino/runtime/icompiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/icore.hpp b/src/inference/dev_api/openvino/runtime/icore.hpp index 67eeaa5ee33..2a4cf9fbc31 100644 --- a/src/inference/dev_api/openvino/runtime/icore.hpp +++ b/src/inference/dev_api/openvino/runtime/icore.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/iinfer_request.hpp b/src/inference/dev_api/openvino/runtime/iinfer_request.hpp index 7ce1270d9c8..d16c377d59b 100644 --- a/src/inference/dev_api/openvino/runtime/iinfer_request.hpp +++ b/src/inference/dev_api/openvino/runtime/iinfer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/internal_properties.hpp b/src/inference/dev_api/openvino/runtime/internal_properties.hpp index a9e42e03fa5..8af71f2bd90 100644 --- a/src/inference/dev_api/openvino/runtime/internal_properties.hpp +++ b/src/inference/dev_api/openvino/runtime/internal_properties.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/iplugin.hpp b/src/inference/dev_api/openvino/runtime/iplugin.hpp index d9d2aaa4356..a569ce711b6 100644 --- a/src/inference/dev_api/openvino/runtime/iplugin.hpp +++ b/src/inference/dev_api/openvino/runtime/iplugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/iremote_context.hpp b/src/inference/dev_api/openvino/runtime/iremote_context.hpp index 27e7256dbf6..4a4583665d2 100644 --- a/src/inference/dev_api/openvino/runtime/iremote_context.hpp +++ b/src/inference/dev_api/openvino/runtime/iremote_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/iremote_tensor.hpp b/src/inference/dev_api/openvino/runtime/iremote_tensor.hpp index 6dd34f5e8de..39a5102ac35 100644 --- a/src/inference/dev_api/openvino/runtime/iremote_tensor.hpp +++ b/src/inference/dev_api/openvino/runtime/iremote_tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/isync_infer_request.hpp b/src/inference/dev_api/openvino/runtime/isync_infer_request.hpp index 938fa8924fb..bbe81ee1c96 100644 --- a/src/inference/dev_api/openvino/runtime/isync_infer_request.hpp +++ b/src/inference/dev_api/openvino/runtime/isync_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/ivariable_state.hpp b/src/inference/dev_api/openvino/runtime/ivariable_state.hpp index 62bcfac1087..2d695beef2b 100644 --- a/src/inference/dev_api/openvino/runtime/ivariable_state.hpp +++ b/src/inference/dev_api/openvino/runtime/ivariable_state.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/make_tensor.hpp b/src/inference/dev_api/openvino/runtime/make_tensor.hpp index a1cd80c8d39..4acb1462d4b 100644 --- a/src/inference/dev_api/openvino/runtime/make_tensor.hpp +++ b/src/inference/dev_api/openvino/runtime/make_tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/memory_solver.hpp b/src/inference/dev_api/openvino/runtime/memory_solver.hpp index 3d012d60567..b2e11d203ef 100644 --- a/src/inference/dev_api/openvino/runtime/memory_solver.hpp +++ b/src/inference/dev_api/openvino/runtime/memory_solver.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/performance_heuristics.hpp b/src/inference/dev_api/openvino/runtime/performance_heuristics.hpp index aecb055b186..758ab8ec9e4 100644 --- a/src/inference/dev_api/openvino/runtime/performance_heuristics.hpp +++ b/src/inference/dev_api/openvino/runtime/performance_heuristics.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/plugin_itt.hpp b/src/inference/dev_api/openvino/runtime/plugin_itt.hpp index 3c299c241d2..e07c8ca4030 100644 --- a/src/inference/dev_api/openvino/runtime/plugin_itt.hpp +++ b/src/inference/dev_api/openvino/runtime/plugin_itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/so_ptr.hpp b/src/inference/dev_api/openvino/runtime/so_ptr.hpp index ce3c6792422..43d45fc91ae 100644 --- a/src/inference/dev_api/openvino/runtime/so_ptr.hpp +++ b/src/inference/dev_api/openvino/runtime/so_ptr.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/system_conf.hpp b/src/inference/dev_api/openvino/runtime/system_conf.hpp index f4b4270cd53..c3d3364c550 100644 --- a/src/inference/dev_api/openvino/runtime/system_conf.hpp +++ b/src/inference/dev_api/openvino/runtime/system_conf.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/threading/cpu_streams_executor.hpp b/src/inference/dev_api/openvino/runtime/threading/cpu_streams_executor.hpp index 998dc401af9..4b3674ae5b1 100644 --- a/src/inference/dev_api/openvino/runtime/threading/cpu_streams_executor.hpp +++ b/src/inference/dev_api/openvino/runtime/threading/cpu_streams_executor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/threading/cpu_streams_executor_internal.hpp b/src/inference/dev_api/openvino/runtime/threading/cpu_streams_executor_internal.hpp index c85e9bc3158..a3e45b49714 100644 --- a/src/inference/dev_api/openvino/runtime/threading/cpu_streams_executor_internal.hpp +++ b/src/inference/dev_api/openvino/runtime/threading/cpu_streams_executor_internal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/threading/cpu_streams_info.hpp b/src/inference/dev_api/openvino/runtime/threading/cpu_streams_info.hpp index 4bed7c0e1f7..7299480c40b 100644 --- a/src/inference/dev_api/openvino/runtime/threading/cpu_streams_info.hpp +++ b/src/inference/dev_api/openvino/runtime/threading/cpu_streams_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/threading/executor_manager.hpp b/src/inference/dev_api/openvino/runtime/threading/executor_manager.hpp index 00a175dbba5..e8d5fb23078 100644 --- a/src/inference/dev_api/openvino/runtime/threading/executor_manager.hpp +++ b/src/inference/dev_api/openvino/runtime/threading/executor_manager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/threading/immediate_executor.hpp b/src/inference/dev_api/openvino/runtime/threading/immediate_executor.hpp index fe21d66f210..448fd216685 100644 --- a/src/inference/dev_api/openvino/runtime/threading/immediate_executor.hpp +++ b/src/inference/dev_api/openvino/runtime/threading/immediate_executor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/threading/istreams_executor.hpp b/src/inference/dev_api/openvino/runtime/threading/istreams_executor.hpp index b3b8be765e6..11654ea688e 100644 --- a/src/inference/dev_api/openvino/runtime/threading/istreams_executor.hpp +++ b/src/inference/dev_api/openvino/runtime/threading/istreams_executor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/threading/itask_executor.hpp b/src/inference/dev_api/openvino/runtime/threading/itask_executor.hpp index 527f417a8b0..c3c21b7db13 100644 --- a/src/inference/dev_api/openvino/runtime/threading/itask_executor.hpp +++ b/src/inference/dev_api/openvino/runtime/threading/itask_executor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/threading/thread_local.hpp b/src/inference/dev_api/openvino/runtime/threading/thread_local.hpp index a92c312ee72..cd33a0cbc42 100644 --- a/src/inference/dev_api/openvino/runtime/threading/thread_local.hpp +++ b/src/inference/dev_api/openvino/runtime/threading/thread_local.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/dev_api/openvino/runtime/threading/thread_safe_containers.hpp b/src/inference/dev_api/openvino/runtime/threading/thread_safe_containers.hpp index b39e6c79e81..44c5fdaddc0 100644 --- a/src/inference/dev_api/openvino/runtime/threading/thread_safe_containers.hpp +++ b/src/inference/dev_api/openvino/runtime/threading/thread_safe_containers.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/openvino.hpp b/src/inference/include/openvino/openvino.hpp index e94cd38695d..71ed458fd06 100644 --- a/src/inference/include/openvino/openvino.hpp +++ b/src/inference/include/openvino/openvino.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/common.hpp b/src/inference/include/openvino/runtime/common.hpp index b7df67cfa35..0334e938785 100644 --- a/src/inference/include/openvino/runtime/common.hpp +++ b/src/inference/include/openvino/runtime/common.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/compiled_model.hpp b/src/inference/include/openvino/runtime/compiled_model.hpp index c366dcbed91..7fb005ee999 100644 --- a/src/inference/include/openvino/runtime/compiled_model.hpp +++ b/src/inference/include/openvino/runtime/compiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/core.hpp b/src/inference/include/openvino/runtime/core.hpp index 55fd67e3d59..f0ba27c1cf5 100644 --- a/src/inference/include/openvino/runtime/core.hpp +++ b/src/inference/include/openvino/runtime/core.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/exception.hpp b/src/inference/include/openvino/runtime/exception.hpp index bfda6d49a6f..b56c0c0fd85 100644 --- a/src/inference/include/openvino/runtime/exception.hpp +++ b/src/inference/include/openvino/runtime/exception.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/infer_request.hpp b/src/inference/include/openvino/runtime/infer_request.hpp index b810caa7e0d..ed4dcd67797 100644 --- a/src/inference/include/openvino/runtime/infer_request.hpp +++ b/src/inference/include/openvino/runtime/infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/intel_gpu/ocl/dx.hpp b/src/inference/include/openvino/runtime/intel_gpu/ocl/dx.hpp index 5a4da67f358..4a9bcd3365e 100644 --- a/src/inference/include/openvino/runtime/intel_gpu/ocl/dx.hpp +++ b/src/inference/include/openvino/runtime/intel_gpu/ocl/dx.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/intel_gpu/ocl/ocl.hpp b/src/inference/include/openvino/runtime/intel_gpu/ocl/ocl.hpp index 6730c9cd8da..dd161dd609c 100644 --- a/src/inference/include/openvino/runtime/intel_gpu/ocl/ocl.hpp +++ b/src/inference/include/openvino/runtime/intel_gpu/ocl/ocl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/intel_gpu/ocl/ocl_wrapper.hpp b/src/inference/include/openvino/runtime/intel_gpu/ocl/ocl_wrapper.hpp index 8b7baf3c430..b92cf567eaf 100644 --- a/src/inference/include/openvino/runtime/intel_gpu/ocl/ocl_wrapper.hpp +++ b/src/inference/include/openvino/runtime/intel_gpu/ocl/ocl_wrapper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/intel_gpu/ocl/va.hpp b/src/inference/include/openvino/runtime/intel_gpu/ocl/va.hpp index 13156b30abd..d3e1674556f 100644 --- a/src/inference/include/openvino/runtime/intel_gpu/ocl/va.hpp +++ b/src/inference/include/openvino/runtime/intel_gpu/ocl/va.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/profiling_info.hpp b/src/inference/include/openvino/runtime/profiling_info.hpp index 48f0d87a902..9e9b7b3c576 100644 --- a/src/inference/include/openvino/runtime/profiling_info.hpp +++ b/src/inference/include/openvino/runtime/profiling_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/properties.hpp b/src/inference/include/openvino/runtime/properties.hpp index 9dc28cab1b0..b9e4afefa6f 100644 --- a/src/inference/include/openvino/runtime/properties.hpp +++ b/src/inference/include/openvino/runtime/properties.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/remote_context.hpp b/src/inference/include/openvino/runtime/remote_context.hpp index 9c56c8d9e46..c8e84f4868d 100644 --- a/src/inference/include/openvino/runtime/remote_context.hpp +++ b/src/inference/include/openvino/runtime/remote_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/remote_tensor.hpp b/src/inference/include/openvino/runtime/remote_tensor.hpp index 7323ad3ea4a..7d979b531f1 100644 --- a/src/inference/include/openvino/runtime/remote_tensor.hpp +++ b/src/inference/include/openvino/runtime/remote_tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/runtime.hpp b/src/inference/include/openvino/runtime/runtime.hpp index f03322a6f35..3ee97a33c5f 100644 --- a/src/inference/include/openvino/runtime/runtime.hpp +++ b/src/inference/include/openvino/runtime/runtime.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/include/openvino/runtime/variable_state.hpp b/src/inference/include/openvino/runtime/variable_state.hpp index 2cd3a7d494a..b316bf9522e 100644 --- a/src/inference/include/openvino/runtime/variable_state.hpp +++ b/src/inference/include/openvino/runtime/variable_state.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/cache_guard.cpp b/src/inference/src/cache_guard.cpp index 6460cdbb861..bf2eff78ee4 100644 --- a/src/inference/src/cache_guard.cpp +++ b/src/inference/src/cache_guard.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/cache_guard.hpp b/src/inference/src/cache_guard.hpp index c7e87f3d64e..0f3ff34e876 100644 --- a/src/inference/src/cache_guard.hpp +++ b/src/inference/src/cache_guard.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/cache_manager.hpp b/src/inference/src/cache_manager.hpp index 41e74fa1c20..f0811c601cf 100644 --- a/src/inference/src/cache_manager.hpp +++ b/src/inference/src/cache_manager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/check_network_batchable.hpp b/src/inference/src/check_network_batchable.hpp index 3452b524e4c..5e8999d898f 100644 --- a/src/inference/src/check_network_batchable.hpp +++ b/src/inference/src/check_network_batchable.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/inference/src/compilation_context.cpp b/src/inference/src/compilation_context.cpp index c0fd99c6022..30720353a01 100644 --- a/src/inference/src/compilation_context.cpp +++ b/src/inference/src/compilation_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/compilation_context.hpp b/src/inference/src/compilation_context.hpp index 9b5575d056d..7fa5194c8bd 100644 --- a/src/inference/src/compilation_context.hpp +++ b/src/inference/src/compilation_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/cpp/compiled_model.cpp b/src/inference/src/cpp/compiled_model.cpp index 1bd2f5e4092..9ccf0ca4d2a 100644 --- a/src/inference/src/cpp/compiled_model.cpp +++ b/src/inference/src/cpp/compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/cpp/core.cpp b/src/inference/src/cpp/core.cpp index 45f3cf33c01..ae45548da1c 100644 --- a/src/inference/src/cpp/core.cpp +++ b/src/inference/src/cpp/core.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/cpp/infer_request.cpp b/src/inference/src/cpp/infer_request.cpp index b3d5709c3bf..081dfa24698 100644 --- a/src/inference/src/cpp/infer_request.cpp +++ b/src/inference/src/cpp/infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/cpp/remote_context.cpp b/src/inference/src/cpp/remote_context.cpp index 10b3736a7e5..3f75b4e4021 100644 --- a/src/inference/src/cpp/remote_context.cpp +++ b/src/inference/src/cpp/remote_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/cpp/remote_tensor.cpp b/src/inference/src/cpp/remote_tensor.cpp index 93ef71d3da2..4862abab9bd 100644 --- a/src/inference/src/cpp/remote_tensor.cpp +++ b/src/inference/src/cpp/remote_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/cpp/variable_state.cpp b/src/inference/src/cpp/variable_state.cpp index e38c5273674..cb67286319d 100644 --- a/src/inference/src/cpp/variable_state.cpp +++ b/src/inference/src/cpp/variable_state.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/core_impl.cpp b/src/inference/src/dev/core_impl.cpp index 63e5a747819..28f09387b1a 100644 --- a/src/inference/src/dev/core_impl.cpp +++ b/src/inference/src/dev/core_impl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/core_impl.hpp b/src/inference/src/dev/core_impl.hpp index f453fb45548..d1cced0fa77 100644 --- a/src/inference/src/dev/core_impl.hpp +++ b/src/inference/src/dev/core_impl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/device_id_parser.cpp b/src/inference/src/dev/device_id_parser.cpp index 3909b5e7bf1..bdebf72d765 100644 --- a/src/inference/src/dev/device_id_parser.cpp +++ b/src/inference/src/dev/device_id_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/exec_model_info.cpp b/src/inference/src/dev/exec_model_info.cpp index 5694f33b7a0..ac45847fb75 100644 --- a/src/inference/src/dev/exec_model_info.cpp +++ b/src/inference/src/dev/exec_model_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/iasync_infer_request.cpp b/src/inference/src/dev/iasync_infer_request.cpp index 91e91dd3004..9e914a7c38b 100644 --- a/src/inference/src/dev/iasync_infer_request.cpp +++ b/src/inference/src/dev/iasync_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/icompiled_model.cpp b/src/inference/src/dev/icompiled_model.cpp index e0ea91c58b7..0079826cdeb 100644 --- a/src/inference/src/dev/icompiled_model.cpp +++ b/src/inference/src/dev/icompiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/iplugin.cpp b/src/inference/src/dev/iplugin.cpp index 11992fbc086..16b9d3be978 100644 --- a/src/inference/src/dev/iplugin.cpp +++ b/src/inference/src/dev/iplugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/iremote_context.cpp b/src/inference/src/dev/iremote_context.cpp index c5d373361d9..9b50da9fc68 100644 --- a/src/inference/src/dev/iremote_context.cpp +++ b/src/inference/src/dev/iremote_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/iremote_tensor.cpp b/src/inference/src/dev/iremote_tensor.cpp index 535ab38566e..1328e1d4475 100644 --- a/src/inference/src/dev/iremote_tensor.cpp +++ b/src/inference/src/dev/iremote_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/isync_infer_request.cpp b/src/inference/src/dev/isync_infer_request.cpp index c137f562f22..9878fcbef07 100644 --- a/src/inference/src/dev/isync_infer_request.cpp +++ b/src/inference/src/dev/isync_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/ivariable_state.cpp b/src/inference/src/dev/ivariable_state.cpp index 23dfe65189e..f09ad0deaea 100644 --- a/src/inference/src/dev/ivariable_state.cpp +++ b/src/inference/src/dev/ivariable_state.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/make_tensor.cpp b/src/inference/src/dev/make_tensor.cpp index e457b81fc0e..98c78dfc06c 100644 --- a/src/inference/src/dev/make_tensor.cpp +++ b/src/inference/src/dev/make_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/plugin.hpp b/src/inference/src/dev/plugin.hpp index f31dc85b63e..9eeed484840 100644 --- a/src/inference/src/dev/plugin.hpp +++ b/src/inference/src/dev/plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/threading/cpu_streams_executor.cpp b/src/inference/src/dev/threading/cpu_streams_executor.cpp index 3d4b71f0505..c337b4a6edc 100644 --- a/src/inference/src/dev/threading/cpu_streams_executor.cpp +++ b/src/inference/src/dev/threading/cpu_streams_executor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/threading/cpu_streams_executor_internal.cpp b/src/inference/src/dev/threading/cpu_streams_executor_internal.cpp index d604435f637..94213bcf857 100644 --- a/src/inference/src/dev/threading/cpu_streams_executor_internal.cpp +++ b/src/inference/src/dev/threading/cpu_streams_executor_internal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/threading/executor_manager.cpp b/src/inference/src/dev/threading/executor_manager.cpp index d0c639f35b7..3f358234a2e 100644 --- a/src/inference/src/dev/threading/executor_manager.cpp +++ b/src/inference/src/dev/threading/executor_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/threading/istreams_executor.cpp b/src/inference/src/dev/threading/istreams_executor.cpp index fd75cf7d8a8..0473f4238bb 100644 --- a/src/inference/src/dev/threading/istreams_executor.cpp +++ b/src/inference/src/dev/threading/istreams_executor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/threading/itask_executor.cpp b/src/inference/src/dev/threading/itask_executor.cpp index 7701df3d2b4..5495e95e150 100644 --- a/src/inference/src/dev/threading/itask_executor.cpp +++ b/src/inference/src/dev/threading/itask_executor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/threading/itt.hpp b/src/inference/src/dev/threading/itt.hpp index 2b7a9afa144..a479a0252a2 100644 --- a/src/inference/src/dev/threading/itt.hpp +++ b/src/inference/src/dev/threading/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/threading/parallel_custom_arena.cpp b/src/inference/src/dev/threading/parallel_custom_arena.cpp index 4e25a4f4d1b..4ef51fbd576 100644 --- a/src/inference/src/dev/threading/parallel_custom_arena.cpp +++ b/src/inference/src/dev/threading/parallel_custom_arena.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "dev/threading/parallel_custom_arena.hpp" diff --git a/src/inference/src/dev/threading/parallel_custom_arena.hpp b/src/inference/src/dev/threading/parallel_custom_arena.hpp index 0778cf26cad..5d84dbab600 100644 --- a/src/inference/src/dev/threading/parallel_custom_arena.hpp +++ b/src/inference/src/dev/threading/parallel_custom_arena.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/threading/thread_affinity.cpp b/src/inference/src/dev/threading/thread_affinity.cpp index f1cd0958d54..f53941f270a 100644 --- a/src/inference/src/dev/threading/thread_affinity.cpp +++ b/src/inference/src/dev/threading/thread_affinity.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/dev/threading/thread_affinity.hpp b/src/inference/src/dev/threading/thread_affinity.hpp index 5428825b1ff..b9d1e89e450 100644 --- a/src/inference/src/dev/threading/thread_affinity.hpp +++ b/src/inference/src/dev/threading/thread_affinity.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/exception.cpp b/src/inference/src/exception.cpp index 27b17c3a5e2..f06a87e810e 100644 --- a/src/inference/src/exception.cpp +++ b/src/inference/src/exception.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/itt.hpp b/src/inference/src/itt.hpp index 230a81bd284..48d7e22bf03 100644 --- a/src/inference/src/itt.hpp +++ b/src/inference/src/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/model_reader.cpp b/src/inference/src/model_reader.cpp index 7a615955b80..81fd5fd0996 100644 --- a/src/inference/src/model_reader.cpp +++ b/src/inference/src/model_reader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/model_reader.hpp b/src/inference/src/model_reader.hpp index fb4a8f66c2a..4617fa55b83 100644 --- a/src/inference/src/model_reader.hpp +++ b/src/inference/src/model_reader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/os/cpu_map_info.hpp b/src/inference/src/os/cpu_map_info.hpp index 2d02786cb4e..e21f5b5667a 100644 --- a/src/inference/src/os/cpu_map_info.hpp +++ b/src/inference/src/os/cpu_map_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/os/lin/lin_system_conf.cpp b/src/inference/src/os/lin/lin_system_conf.cpp index e322eb6d3b3..7c2a1f43782 100644 --- a/src/inference/src/os/lin/lin_system_conf.cpp +++ b/src/inference/src/os/lin/lin_system_conf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/os/mac/mac_system_conf.cpp b/src/inference/src/os/mac/mac_system_conf.cpp index 092cd0f33cd..acc0240e305 100644 --- a/src/inference/src/os/mac/mac_system_conf.cpp +++ b/src/inference/src/os/mac/mac_system_conf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/inference/src/os/win/win_system_conf.cpp b/src/inference/src/os/win/win_system_conf.cpp index 17384035973..c730b8b1ce7 100644 --- a/src/inference/src/os/win/win_system_conf.cpp +++ b/src/inference/src/os/win/win_system_conf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/precomp.hpp b/src/inference/src/precomp.hpp index 2589639c058..a31b02dea0c 100644 --- a/src/inference/src/precomp.hpp +++ b/src/inference/src/precomp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/src/system_conf.cpp b/src/inference/src/system_conf.cpp index 4dd6b1db499..4987e72355a 100644 --- a/src/inference/src/system_conf.cpp +++ b/src/inference/src/system_conf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/CMakeLists.txt b/src/inference/tests/CMakeLists.txt index 9d4bb95917d..d38661bd724 100644 --- a/src/inference/tests/CMakeLists.txt +++ b/src/inference/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/inference/tests/functional/CMakeLists.txt b/src/inference/tests/functional/CMakeLists.txt index c35a5b1b139..e4663a82f2d 100644 --- a/src/inference/tests/functional/CMakeLists.txt +++ b/src/inference/tests/functional/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/inference/tests/functional/caching_test.cpp b/src/inference/tests/functional/caching_test.cpp index c1a7d685f4a..0f2702bf854 100644 --- a/src/inference/tests/functional/caching_test.cpp +++ b/src/inference/tests/functional/caching_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/get_supported_property_test.cpp b/src/inference/tests/functional/get_supported_property_test.cpp index 4bb7ffa2ef6..2c47d241418 100644 --- a/src/inference/tests/functional/get_supported_property_test.cpp +++ b/src/inference/tests/functional/get_supported_property_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/import_model.cpp b/src/inference/tests/functional/import_model.cpp index 3579301b67a..82c74454200 100644 --- a/src/inference/tests/functional/import_model.cpp +++ b/src/inference/tests/functional/import_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/local_test.cpp b/src/inference/tests/functional/local_test.cpp index f4b170808f2..6502255fc1e 100644 --- a/src/inference/tests/functional/local_test.cpp +++ b/src/inference/tests/functional/local_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/matmul_sr_tests.cpp b/src/inference/tests/functional/matmul_sr_tests.cpp index 21e9a02fad5..36942191f3c 100644 --- a/src/inference/tests/functional/matmul_sr_tests.cpp +++ b/src/inference/tests/functional/matmul_sr_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/ov_compiled_model_test.cpp b/src/inference/tests/functional/ov_compiled_model_test.cpp index b0bf25e937b..550de8c929a 100644 --- a/src/inference/tests/functional/ov_compiled_model_test.cpp +++ b/src/inference/tests/functional/ov_compiled_model_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/ov_core_threading.cpp b/src/inference/tests/functional/ov_core_threading.cpp index c68993da063..d03658a56a6 100644 --- a/src/inference/tests/functional/ov_core_threading.cpp +++ b/src/inference/tests/functional/ov_core_threading.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/ov_extension_test.cpp b/src/inference/tests/functional/ov_extension_test.cpp index ca2cefca071..1a73d468b7b 100644 --- a/src/inference/tests/functional/ov_extension_test.cpp +++ b/src/inference/tests/functional/ov_extension_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/ov_extension_test.hpp b/src/inference/tests/functional/ov_extension_test.hpp index 4c8d9c4bf96..d34449d4fbf 100644 --- a/src/inference/tests/functional/ov_extension_test.hpp +++ b/src/inference/tests/functional/ov_extension_test.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/inference/tests/functional/ov_infer_request_test.cpp b/src/inference/tests/functional/ov_infer_request_test.cpp index 8a63a30912e..7895b8c26eb 100644 --- a/src/inference/tests/functional/ov_infer_request_test.cpp +++ b/src/inference/tests/functional/ov_infer_request_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/ov_remote_context_test.cpp b/src/inference/tests/functional/ov_remote_context_test.cpp index 6b68f88f8d9..47aafa3fd7f 100644 --- a/src/inference/tests/functional/ov_remote_context_test.cpp +++ b/src/inference/tests/functional/ov_remote_context_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/ov_remote_tensor.cpp b/src/inference/tests/functional/ov_remote_tensor.cpp index 5bcaf57915a..9a532f22a75 100644 --- a/src/inference/tests/functional/ov_remote_tensor.cpp +++ b/src/inference/tests/functional/ov_remote_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/ov_shared_object_test.cpp b/src/inference/tests/functional/ov_shared_object_test.cpp index b4108125f50..4ba87d087f2 100644 --- a/src/inference/tests/functional/ov_shared_object_test.cpp +++ b/src/inference/tests/functional/ov_shared_object_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/ov_variable_state_test.cpp b/src/inference/tests/functional/ov_variable_state_test.cpp index 580bf279436..6c59e5b9ee5 100644 --- a/src/inference/tests/functional/ov_variable_state_test.cpp +++ b/src/inference/tests/functional/ov_variable_state_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/skip_tests_config.cpp b/src/inference/tests/functional/skip_tests_config.cpp index ed316fe43e8..7e8ba0f8b41 100644 --- a/src/inference/tests/functional/skip_tests_config.cpp +++ b/src/inference/tests/functional/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/functional/task_executor_tests.cpp b/src/inference/tests/functional/task_executor_tests.cpp index 18df500dd59..8c5e6767a0e 100644 --- a/src/inference/tests/functional/task_executor_tests.cpp +++ b/src/inference/tests/functional/task_executor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/CMakeLists.txt b/src/inference/tests/unit/CMakeLists.txt index 1d4c4668782..7893984c31d 100644 --- a/src/inference/tests/unit/CMakeLists.txt +++ b/src/inference/tests/unit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/inference/tests/unit/compilation_context_test.cpp b/src/inference/tests/unit/compilation_context_test.cpp index dbb241fbb91..ad34d63668b 100644 --- a/src/inference/tests/unit/compilation_context_test.cpp +++ b/src/inference/tests/unit/compilation_context_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/compiled_model_test.cpp b/src/inference/tests/unit/compiled_model_test.cpp index a8742de5727..55e08444037 100644 --- a/src/inference/tests/unit/compiled_model_test.cpp +++ b/src/inference/tests/unit/compiled_model_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/cpu_map_parser/cache_parser_linux.cpp b/src/inference/tests/unit/cpu_map_parser/cache_parser_linux.cpp index 1ac5278fc4f..8679090b9ae 100644 --- a/src/inference/tests/unit/cpu_map_parser/cache_parser_linux.cpp +++ b/src/inference/tests/unit/cpu_map_parser/cache_parser_linux.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/cpu_map_parser/freq_parser_linux.cpp b/src/inference/tests/unit/cpu_map_parser/freq_parser_linux.cpp index 36c30d67108..04ab617961b 100644 --- a/src/inference/tests/unit/cpu_map_parser/freq_parser_linux.cpp +++ b/src/inference/tests/unit/cpu_map_parser/freq_parser_linux.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/cpu_map_parser/parser_macos.cpp b/src/inference/tests/unit/cpu_map_parser/parser_macos.cpp index 47e91b93c26..39bdc37e2c3 100644 --- a/src/inference/tests/unit/cpu_map_parser/parser_macos.cpp +++ b/src/inference/tests/unit/cpu_map_parser/parser_macos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/cpu_map_parser/parser_windows.cpp b/src/inference/tests/unit/cpu_map_parser/parser_windows.cpp index 1d99069338f..1c45695e233 100644 --- a/src/inference/tests/unit/cpu_map_parser/parser_windows.cpp +++ b/src/inference/tests/unit/cpu_map_parser/parser_windows.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/cpu_map_parser/valid_proc_check.cpp b/src/inference/tests/unit/cpu_map_parser/valid_proc_check.cpp index fbd498129db..a1c3ff33823 100644 --- a/src/inference/tests/unit/cpu_map_parser/valid_proc_check.cpp +++ b/src/inference/tests/unit/cpu_map_parser/valid_proc_check.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/cpu_reserve_test.cpp b/src/inference/tests/unit/cpu_reserve_test.cpp index 68b686dd1d0..c8d1604d2f0 100644 --- a/src/inference/tests/unit/cpu_reserve_test.cpp +++ b/src/inference/tests/unit/cpu_reserve_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/cpu_stream_info_test.cpp b/src/inference/tests/unit/cpu_stream_info_test.cpp index 4df93f8e1e6..8ea94eceb69 100644 --- a/src/inference/tests/unit/cpu_stream_info_test.cpp +++ b/src/inference/tests/unit/cpu_stream_info_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/executor_config_test.cpp b/src/inference/tests/unit/executor_config_test.cpp index 6a02b35241a..90ce1fd923d 100644 --- a/src/inference/tests/unit/executor_config_test.cpp +++ b/src/inference/tests/unit/executor_config_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/executor_manager_tests.cpp b/src/inference/tests/unit/executor_manager_tests.cpp index a419777c4c1..78cde6acb1a 100644 --- a/src/inference/tests/unit/executor_manager_tests.cpp +++ b/src/inference/tests/unit/executor_manager_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/infer_request_test.cpp b/src/inference/tests/unit/infer_request_test.cpp index dcc59d2952a..0157d55b101 100644 --- a/src/inference/tests/unit/infer_request_test.cpp +++ b/src/inference/tests/unit/infer_request_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/iplugin_test.cpp b/src/inference/tests/unit/iplugin_test.cpp index 1bfad957263..db434554509 100644 --- a/src/inference/tests/unit/iplugin_test.cpp +++ b/src/inference/tests/unit/iplugin_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/make_default_multi_threaded_test.cpp b/src/inference/tests/unit/make_default_multi_threaded_test.cpp index 40dafe9911b..91df2f22508 100644 --- a/src/inference/tests/unit/make_default_multi_threaded_test.cpp +++ b/src/inference/tests/unit/make_default_multi_threaded_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/memory_solver_test.cpp b/src/inference/tests/unit/memory_solver_test.cpp index 948c171b325..1f95c7a96f0 100644 --- a/src/inference/tests/unit/memory_solver_test.cpp +++ b/src/inference/tests/unit/memory_solver_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/inference/tests/unit/variable_state_test.cpp b/src/inference/tests/unit/variable_state_test.cpp index ed07037a179..3a9432a278f 100644 --- a/src/inference/tests/unit/variable_state_test.cpp +++ b/src/inference/tests/unit/variable_state_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index 187cb0d4c34..c1f0434fe0a 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/auto/CMakeLists.txt b/src/plugins/auto/CMakeLists.txt index 5afb0173667..0227b9ee01a 100644 --- a/src/plugins/auto/CMakeLists.txt +++ b/src/plugins/auto/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/auto/src/async_infer_request.cpp b/src/plugins/auto/src/async_infer_request.cpp index 25c363af299..9f8c699cf8f 100644 --- a/src/plugins/auto/src/async_infer_request.cpp +++ b/src/plugins/auto/src/async_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/async_infer_request.hpp b/src/plugins/auto/src/async_infer_request.hpp index 06add94b339..d170ba08920 100644 --- a/src/plugins/auto/src/async_infer_request.hpp +++ b/src/plugins/auto/src/async_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/auto_compiled_model.cpp b/src/plugins/auto/src/auto_compiled_model.cpp index 0b22c13ee25..8c0448e3d42 100644 --- a/src/plugins/auto/src/auto_compiled_model.cpp +++ b/src/plugins/auto/src/auto_compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/auto_compiled_model.hpp b/src/plugins/auto/src/auto_compiled_model.hpp index a3789fbbfc6..84798d9e5de 100644 --- a/src/plugins/auto/src/auto_compiled_model.hpp +++ b/src/plugins/auto/src/auto_compiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/auto_schedule.cpp b/src/plugins/auto/src/auto_schedule.cpp index ecbd28648cd..b154bdf1b2a 100644 --- a/src/plugins/auto/src/auto_schedule.cpp +++ b/src/plugins/auto/src/auto_schedule.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/auto_schedule.hpp b/src/plugins/auto/src/auto_schedule.hpp index 0132431d7fa..5590c208590 100644 --- a/src/plugins/auto/src/auto_schedule.hpp +++ b/src/plugins/auto/src/auto_schedule.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/common.hpp b/src/plugins/auto/src/common.hpp index 61a899f7de1..28567eb2339 100644 --- a/src/plugins/auto/src/common.hpp +++ b/src/plugins/auto/src/common.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/compiled_model.cpp b/src/plugins/auto/src/compiled_model.cpp index eb59a0cdcf5..d4d781e635a 100644 --- a/src/plugins/auto/src/compiled_model.cpp +++ b/src/plugins/auto/src/compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/compiled_model.hpp b/src/plugins/auto/src/compiled_model.hpp index ce84ff92a5b..c67e7b105a6 100644 --- a/src/plugins/auto/src/compiled_model.hpp +++ b/src/plugins/auto/src/compiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/cumulative_compiled_model.cpp b/src/plugins/auto/src/cumulative_compiled_model.cpp index c0e6e3e2516..a822b872c97 100644 --- a/src/plugins/auto/src/cumulative_compiled_model.cpp +++ b/src/plugins/auto/src/cumulative_compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/cumulative_compiled_model.hpp b/src/plugins/auto/src/cumulative_compiled_model.hpp index 9eeb97baea6..ed82f23027b 100644 --- a/src/plugins/auto/src/cumulative_compiled_model.hpp +++ b/src/plugins/auto/src/cumulative_compiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/cumulative_schedule.cpp b/src/plugins/auto/src/cumulative_schedule.cpp index 156d006ab1e..bc66a1c2917 100644 --- a/src/plugins/auto/src/cumulative_schedule.cpp +++ b/src/plugins/auto/src/cumulative_schedule.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/cumulative_schedule.hpp b/src/plugins/auto/src/cumulative_schedule.hpp index fdbb7be965a..616292c8382 100644 --- a/src/plugins/auto/src/cumulative_schedule.hpp +++ b/src/plugins/auto/src/cumulative_schedule.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/infer_request.cpp b/src/plugins/auto/src/infer_request.cpp index 4731d9cf1c2..9fbbfa7e408 100644 --- a/src/plugins/auto/src/infer_request.cpp +++ b/src/plugins/auto/src/infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/infer_request.hpp b/src/plugins/auto/src/infer_request.hpp index 732b168fe80..e9ef0e6424b 100644 --- a/src/plugins/auto/src/infer_request.hpp +++ b/src/plugins/auto/src/infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/itt.hpp b/src/plugins/auto/src/itt.hpp index 0fcfa6966d4..6da0129f690 100644 --- a/src/plugins/auto/src/itt.hpp +++ b/src/plugins/auto/src/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/plugin.cpp b/src/plugins/auto/src/plugin.cpp index 81d78e1a559..fb80304f333 100644 --- a/src/plugins/auto/src/plugin.cpp +++ b/src/plugins/auto/src/plugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/plugin.hpp b/src/plugins/auto/src/plugin.hpp index af667b059e0..75ad7ce5919 100644 --- a/src/plugins/auto/src/plugin.hpp +++ b/src/plugins/auto/src/plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/plugin_config.cpp b/src/plugins/auto/src/plugin_config.cpp index bfc09210a68..bc134466caa 100644 --- a/src/plugins/auto/src/plugin_config.cpp +++ b/src/plugins/auto/src/plugin_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "plugin_config.hpp" diff --git a/src/plugins/auto/src/plugin_config.hpp b/src/plugins/auto/src/plugin_config.hpp index e276dd1e53c..e5de5a315e5 100644 --- a/src/plugins/auto/src/plugin_config.hpp +++ b/src/plugins/auto/src/plugin_config.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/schedule.cpp b/src/plugins/auto/src/schedule.cpp index 94ad114a91f..2ad3e95400b 100644 --- a/src/plugins/auto/src/schedule.cpp +++ b/src/plugins/auto/src/schedule.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "schedule.hpp" diff --git a/src/plugins/auto/src/schedule.hpp b/src/plugins/auto/src/schedule.hpp index 7291f1ff0ff..99efa3138ce 100644 --- a/src/plugins/auto/src/schedule.hpp +++ b/src/plugins/auto/src/schedule.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/utils/log.cpp b/src/plugins/auto/src/utils/log.cpp index a27102081a7..7d62cabd1ff 100644 --- a/src/plugins/auto/src/utils/log.cpp +++ b/src/plugins/auto/src/utils/log.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/utils/log.hpp b/src/plugins/auto/src/utils/log.hpp index 7c09858940a..8537d207462 100644 --- a/src/plugins/auto/src/utils/log.hpp +++ b/src/plugins/auto/src/utils/log.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/utils/log_util.hpp b/src/plugins/auto/src/utils/log_util.hpp index ea1e6e50c0c..5517b30485f 100644 --- a/src/plugins/auto/src/utils/log_util.hpp +++ b/src/plugins/auto/src/utils/log_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/utils/non_copyable.hpp b/src/plugins/auto/src/utils/non_copyable.hpp index a2e20b41374..a582b9c033f 100644 --- a/src/plugins/auto/src/utils/non_copyable.hpp +++ b/src/plugins/auto/src/utils/non_copyable.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/utils/singleton.hpp b/src/plugins/auto/src/utils/singleton.hpp index 16ef7f97fa1..9be340dfbf2 100644 --- a/src/plugins/auto/src/utils/singleton.hpp +++ b/src/plugins/auto/src/utils/singleton.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/utils/time_utils.cpp b/src/plugins/auto/src/utils/time_utils.cpp index 2302753e6d4..10397c4e377 100644 --- a/src/plugins/auto/src/utils/time_utils.cpp +++ b/src/plugins/auto/src/utils/time_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/src/utils/time_utils.hpp b/src/plugins/auto/src/utils/time_utils.hpp index bb0df6a570d..959dfc430e2 100644 --- a/src/plugins/auto/src/utils/time_utils.hpp +++ b/src/plugins/auto/src/utils/time_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/CMakeLists.txt b/src/plugins/auto/tests/CMakeLists.txt index 59ce3e84bc8..7ca735340e5 100644 --- a/src/plugins/auto/tests/CMakeLists.txt +++ b/src/plugins/auto/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/auto/tests/functional/CMakeLists.txt b/src/plugins/auto/tests/functional/CMakeLists.txt index f905c1b61b3..d8dd9aadd69 100644 --- a/src/plugins/auto/tests/functional/CMakeLists.txt +++ b/src/plugins/auto/tests/functional/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/auto/tests/functional/behavior/async_compiled_for_multiple_device_test.cpp b/src/plugins/auto/tests/functional/behavior/async_compiled_for_multiple_device_test.cpp index bfd26cc6ffd..103fb358f91 100644 --- a/src/plugins/auto/tests/functional/behavior/async_compiled_for_multiple_device_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/async_compiled_for_multiple_device_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/auto_func_test.cpp b/src/plugins/auto/tests/functional/behavior/auto_func_test.cpp index b51f2b7a7ae..0da64c09829 100644 --- a/src/plugins/auto/tests/functional/behavior/auto_func_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/auto_func_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/caching_test.cpp b/src/plugins/auto/tests/functional/behavior/caching_test.cpp index ab34fe7b1a8..ab882bf727f 100644 --- a/src/plugins/auto/tests/functional/behavior/caching_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/caching_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/callback_test.cpp b/src/plugins/auto/tests/functional/behavior/callback_test.cpp index 5219677b99a..e56c117285d 100644 --- a/src/plugins/auto/tests/functional/behavior/callback_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/callback_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/infer_consistency_test.cpp b/src/plugins/auto/tests/functional/behavior/infer_consistency_test.cpp index 2d71b8ee7d1..90df20d212c 100644 --- a/src/plugins/auto/tests/functional/behavior/infer_consistency_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/infer_consistency_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/infer_consistency_test.hpp b/src/plugins/auto/tests/functional/behavior/infer_consistency_test.hpp index 8464e06a4ab..3415470b194 100644 --- a/src/plugins/auto/tests/functional/behavior/infer_consistency_test.hpp +++ b/src/plugins/auto/tests/functional/behavior/infer_consistency_test.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/auto/tests/functional/behavior/infer_multi_threading_tests.cpp b/src/plugins/auto/tests/functional/behavior/infer_multi_threading_tests.cpp index 4065c5abed7..65940e4db00 100644 --- a/src/plugins/auto/tests/functional/behavior/infer_multi_threading_tests.cpp +++ b/src/plugins/auto/tests/functional/behavior/infer_multi_threading_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/infer_schedule_test.cpp b/src/plugins/auto/tests/functional/behavior/infer_schedule_test.cpp index 53004953d7f..d24099722da 100644 --- a/src/plugins/auto/tests/functional/behavior/infer_schedule_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/infer_schedule_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/io_tensor.cpp b/src/plugins/auto/tests/functional/behavior/io_tensor.cpp index 770fe04444a..fdc40b1beb6 100644 --- a/src/plugins/auto/tests/functional/behavior/io_tensor.cpp +++ b/src/plugins/auto/tests/functional/behavior/io_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/life_time_batch_enabled_test.cpp b/src/plugins/auto/tests/functional/behavior/life_time_batch_enabled_test.cpp index ba358be5789..b17df1dea01 100644 --- a/src/plugins/auto/tests/functional/behavior/life_time_batch_enabled_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/life_time_batch_enabled_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/property_test.cpp b/src/plugins/auto/tests/functional/behavior/property_test.cpp index cfba5f0308b..d593eae2a51 100644 --- a/src/plugins/auto/tests/functional/behavior/property_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/property_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/remote_tensor_test.cpp b/src/plugins/auto/tests/functional/behavior/remote_tensor_test.cpp index ef8446ee6f6..fd6a3ec3a20 100644 --- a/src/plugins/auto/tests/functional/behavior/remote_tensor_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/remote_tensor_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/behavior/wait_test.cpp b/src/plugins/auto/tests/functional/behavior/wait_test.cpp index 33f8ee50b56..ce07dc70cbf 100644 --- a/src/plugins/auto/tests/functional/behavior/wait_test.cpp +++ b/src/plugins/auto/tests/functional/behavior/wait_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/core_integration.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/core_integration.cpp index 208c136c968..05fccf9ee20 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/core_integration.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/core_integration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_network_base.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_network_base.cpp index b22383c2193..922de7b1395 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_network_base.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_network_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/ov_exec_net_import_export.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/ov_exec_net_import_export.cpp index 290f7ede951..1410763921e 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/ov_exec_net_import_export.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/ov_exec_net_import_export.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "behavior/compiled_model/import_export.hpp" diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties.cpp index 91d32999578..5b4c714e72a 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp index 7f274bedbfc..cda0cf9b164 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp index 341051f7b69..9f62881e506 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp index 6ae0a4eab6b..0108e519cf6 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp index e57698f7487..641e19e6d59 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp index 7bb14243b62..f49a8b0eeea 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp index 6bbf4fe9cf7..5e59950045a 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp index bcb27758486..c0ee54e984d 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp index 0bf4c2fbaa4..e85f223ce8b 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp index 32ab0eb2de9..639d03d994a 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp index a4629d2d937..3d33864b902 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp index dc88e4b57f9..157f5fedfa6 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp index c50dc80e4cd..e662c5e9416 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp index 1dd421bcb59..50b2d690c60 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/core_config.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/core_config.cpp index 6c1c4e433b0..23327f44aff 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/core_config.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/core_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/set_device_name.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/set_device_name.cpp index 564307d2daa..e6716f8c4f0 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/set_device_name.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/set_device_name.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "set_device_name.hpp" diff --git a/src/plugins/auto/tests/functional/shared_tests_instances/skip_tests_config.cpp b/src/plugins/auto/tests/functional/shared_tests_instances/skip_tests_config.cpp index f85ece7c65e..f58659ff950 100644 --- a/src/plugins/auto/tests/functional/shared_tests_instances/skip_tests_config.cpp +++ b/src/plugins/auto/tests/functional/shared_tests_instances/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/CMakeLists.txt b/src/plugins/auto/tests/unit/CMakeLists.txt index c4a0750762c..1361c5c6021 100644 --- a/src/plugins/auto/tests/unit/CMakeLists.txt +++ b/src/plugins/auto/tests/unit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/auto/tests/unit/auto_unit_test.cpp b/src/plugins/auto/tests/unit/auto_unit_test.cpp index 8e44a21f2ce..8c4c6e82975 100644 --- a/src/plugins/auto/tests/unit/auto_unit_test.cpp +++ b/src/plugins/auto/tests/unit/auto_unit_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/compile_model_metric_test.cpp b/src/plugins/auto/tests/unit/compile_model_metric_test.cpp index 8a54211492e..c5b0ddedc0d 100644 --- a/src/plugins/auto/tests/unit/compile_model_metric_test.cpp +++ b/src/plugins/auto/tests/unit/compile_model_metric_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/compile_model_property_test.cpp b/src/plugins/auto/tests/unit/compile_model_property_test.cpp index 1329bd94f03..9891584afa0 100644 --- a/src/plugins/auto/tests/unit/compile_model_property_test.cpp +++ b/src/plugins/auto/tests/unit/compile_model_property_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/ctput_test.cpp b/src/plugins/auto/tests/unit/ctput_test.cpp index 32c338ecd75..d64005826e4 100644 --- a/src/plugins/auto/tests/unit/ctput_test.cpp +++ b/src/plugins/auto/tests/unit/ctput_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/default_perf_hint_test.cpp b/src/plugins/auto/tests/unit/default_perf_hint_test.cpp index 332d55a10ee..abad2db3edd 100644 --- a/src/plugins/auto/tests/unit/default_perf_hint_test.cpp +++ b/src/plugins/auto/tests/unit/default_perf_hint_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/dynamic_output_test.cpp b/src/plugins/auto/tests/unit/dynamic_output_test.cpp index afade1a3d1d..6bbc647b22c 100644 --- a/src/plugins/auto/tests/unit/dynamic_output_test.cpp +++ b/src/plugins/auto/tests/unit/dynamic_output_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/get_device_list.cpp b/src/plugins/auto/tests/unit/get_device_list.cpp index 59c6babb8f1..af5cebc82f2 100644 --- a/src/plugins/auto/tests/unit/get_device_list.cpp +++ b/src/plugins/auto/tests/unit/get_device_list.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/include/gmock_plugin.hpp b/src/plugins/auto/tests/unit/include/gmock_plugin.hpp index 71b9f3269bb..ca80fd51e3b 100644 --- a/src/plugins/auto/tests/unit/include/gmock_plugin.hpp +++ b/src/plugins/auto/tests/unit/include/gmock_plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/include/mock_log_utils.hpp b/src/plugins/auto/tests/unit/include/mock_log_utils.hpp index 51b0a7f4e62..235f924f5d9 100644 --- a/src/plugins/auto/tests/unit/include/mock_log_utils.hpp +++ b/src/plugins/auto/tests/unit/include/mock_log_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/key_network_priority_test.cpp b/src/plugins/auto/tests/unit/key_network_priority_test.cpp index 595731fe49e..c66d06415da 100644 --- a/src/plugins/auto/tests/unit/key_network_priority_test.cpp +++ b/src/plugins/auto/tests/unit/key_network_priority_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/life_time_test.cpp b/src/plugins/auto/tests/unit/life_time_test.cpp index a014505ddfc..8ee1a9153b4 100644 --- a/src/plugins/auto/tests/unit/life_time_test.cpp +++ b/src/plugins/auto/tests/unit/life_time_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "include/auto_unit_test.hpp" diff --git a/src/plugins/auto/tests/unit/log_utils_format_test.cpp b/src/plugins/auto/tests/unit/log_utils_format_test.cpp index a7a8498affe..38c461e7c87 100644 --- a/src/plugins/auto/tests/unit/log_utils_format_test.cpp +++ b/src/plugins/auto/tests/unit/log_utils_format_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/log_utils_test.cpp b/src/plugins/auto/tests/unit/log_utils_test.cpp index 6a9b154225d..2d7aab1b8e9 100644 --- a/src/plugins/auto/tests/unit/log_utils_test.cpp +++ b/src/plugins/auto/tests/unit/log_utils_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/parse_meta_device_test.cpp b/src/plugins/auto/tests/unit/parse_meta_device_test.cpp index e34791cf70f..6915b14f2d9 100644 --- a/src/plugins/auto/tests/unit/parse_meta_device_test.cpp +++ b/src/plugins/auto/tests/unit/parse_meta_device_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/release_helper_test.cpp b/src/plugins/auto/tests/unit/release_helper_test.cpp index b9b88b848b2..d92d4c7e8de 100644 --- a/src/plugins/auto/tests/unit/release_helper_test.cpp +++ b/src/plugins/auto/tests/unit/release_helper_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/runtime_fallback_test.cpp b/src/plugins/auto/tests/unit/runtime_fallback_test.cpp index 907ddf442c9..f85b32760d2 100644 --- a/src/plugins/auto/tests/unit/runtime_fallback_test.cpp +++ b/src/plugins/auto/tests/unit/runtime_fallback_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/select_device_failed_test.cpp b/src/plugins/auto/tests/unit/select_device_failed_test.cpp index d0acd5a2201..43550d127d8 100644 --- a/src/plugins/auto/tests/unit/select_device_failed_test.cpp +++ b/src/plugins/auto/tests/unit/select_device_failed_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/select_device_test.cpp b/src/plugins/auto/tests/unit/select_device_test.cpp index bfcd5e92fc7..c6d12ffeb6e 100644 --- a/src/plugins/auto/tests/unit/select_device_test.cpp +++ b/src/plugins/auto/tests/unit/select_device_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/set_log_level_test.cpp b/src/plugins/auto/tests/unit/set_log_level_test.cpp index cbc7e5235fe..2fecd984756 100644 --- a/src/plugins/auto/tests/unit/set_log_level_test.cpp +++ b/src/plugins/auto/tests/unit/set_log_level_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto/tests/unit/startup_fallback_property_test.cpp b/src/plugins/auto/tests/unit/startup_fallback_property_test.cpp index 3618dcb27ee..38d155186f3 100644 --- a/src/plugins/auto/tests/unit/startup_fallback_property_test.cpp +++ b/src/plugins/auto/tests/unit/startup_fallback_property_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "include/auto_unit_test.hpp" diff --git a/src/plugins/auto/tests/unit/stateful_model_test.cpp b/src/plugins/auto/tests/unit/stateful_model_test.cpp index 0067dec6aa9..11b8f49590e 100644 --- a/src/plugins/auto/tests/unit/stateful_model_test.cpp +++ b/src/plugins/auto/tests/unit/stateful_model_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/CMakeLists.txt b/src/plugins/auto_batch/CMakeLists.txt index a8419940ff4..23ff22a59c0 100644 --- a/src/plugins/auto_batch/CMakeLists.txt +++ b/src/plugins/auto_batch/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/auto_batch/src/async_infer_request.cpp b/src/plugins/auto_batch/src/async_infer_request.cpp index bd4983ff0ab..a92e8c7f06f 100644 --- a/src/plugins/auto_batch/src/async_infer_request.cpp +++ b/src/plugins/auto_batch/src/async_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/src/async_infer_request.hpp b/src/plugins/auto_batch/src/async_infer_request.hpp index 93f13ca5b3a..af388623e44 100644 --- a/src/plugins/auto_batch/src/async_infer_request.hpp +++ b/src/plugins/auto_batch/src/async_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/src/compiled_model.cpp b/src/plugins/auto_batch/src/compiled_model.cpp index 867cf09680a..68de2481a3e 100644 --- a/src/plugins/auto_batch/src/compiled_model.cpp +++ b/src/plugins/auto_batch/src/compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/src/compiled_model.hpp b/src/plugins/auto_batch/src/compiled_model.hpp index 7934414ec80..200445f0140 100644 --- a/src/plugins/auto_batch/src/compiled_model.hpp +++ b/src/plugins/auto_batch/src/compiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/src/plugin.cpp b/src/plugins/auto_batch/src/plugin.cpp index 32bb6e7230d..8afcfc776b3 100644 --- a/src/plugins/auto_batch/src/plugin.cpp +++ b/src/plugins/auto_batch/src/plugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/src/plugin.hpp b/src/plugins/auto_batch/src/plugin.hpp index 9ca950bcc62..37a777cc970 100644 --- a/src/plugins/auto_batch/src/plugin.hpp +++ b/src/plugins/auto_batch/src/plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/src/sync_infer_request.cpp b/src/plugins/auto_batch/src/sync_infer_request.cpp index 361d1b74dae..a57dd3372ca 100644 --- a/src/plugins/auto_batch/src/sync_infer_request.cpp +++ b/src/plugins/auto_batch/src/sync_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/src/sync_infer_request.hpp b/src/plugins/auto_batch/src/sync_infer_request.hpp index f13222e9141..6b0eddf11ca 100644 --- a/src/plugins/auto_batch/src/sync_infer_request.hpp +++ b/src/plugins/auto_batch/src/sync_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/CMakeLists.txt b/src/plugins/auto_batch/tests/CMakeLists.txt index 9d4bb95917d..d38661bd724 100644 --- a/src/plugins/auto_batch/tests/CMakeLists.txt +++ b/src/plugins/auto_batch/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/auto_batch/tests/functional/CMakeLists.txt b/src/plugins/auto_batch/tests/functional/CMakeLists.txt index f0b81893015..29ed25103da 100644 --- a/src/plugins/auto_batch/tests/functional/CMakeLists.txt +++ b/src/plugins/auto_batch/tests/functional/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_executable_network/exec_net_base.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_executable_network/exec_net_base.cpp index 529c6dfcfb1..114ca088ccb 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_executable_network/exec_net_base.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_executable_network/exec_net_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_executable_network/properties.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_executable_network/properties.cpp index 68191c22097..cac4c929f3f 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_executable_network/properties.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_executable_network/properties.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/callback.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/callback.cpp index a3f1b5bb988..3eba7a8dd9b 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/callback.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/callback.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/cancellation.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/cancellation.cpp index c9db7f79847..d3efcf543f0 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/cancellation.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/cancellation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/io_tensor.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/io_tensor.cpp index 112de6230ea..eebfb36da1e 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/io_tensor.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/io_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/multithreading.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/multithreading.cpp index 8798cfddeab..d376bab8cc9 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/multithreading.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/multithreading.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/perf_counters.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/perf_counters.cpp index aeb5d51d512..bf7817f9274 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/perf_counters.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/perf_counters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/wait.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/wait.cpp index 9d10993ba30..ad1be2bc196 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/wait.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_infer_request/wait.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/auto_batching_tests.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/auto_batching_tests.cpp index 1cdb6ecfb85..0c606b6b75d 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/auto_batching_tests.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/auto_batching_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/life_time.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/life_time.cpp index 77cca8bf628..c90df6f7034 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/life_time.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/life_time.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/properties_tests.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/properties_tests.cpp index 6256ebeee87..17c8cd942c7 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/properties_tests.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/remote.cpp b/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/remote.cpp index e7bd0a53832..3d91175d81d 100644 --- a/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/remote.cpp +++ b/src/plugins/auto_batch/tests/functional/behavior/ov_plugin/remote.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/functional/set_device_name.cpp b/src/plugins/auto_batch/tests/functional/set_device_name.cpp index 62ddddce880..e8983c870e6 100644 --- a/src/plugins/auto_batch/tests/functional/set_device_name.cpp +++ b/src/plugins/auto_batch/tests/functional/set_device_name.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "set_device_name.hpp" diff --git a/src/plugins/auto_batch/tests/functional/skip_tests_config.cpp b/src/plugins/auto_batch/tests/functional/skip_tests_config.cpp index 6f1c43d4044..54ed41f486a 100644 --- a/src/plugins/auto_batch/tests/functional/skip_tests_config.cpp +++ b/src/plugins/auto_batch/tests/functional/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/CMakeLists.txt b/src/plugins/auto_batch/tests/unit/CMakeLists.txt index f525dc1a81e..2335feed63a 100644 --- a/src/plugins/auto_batch/tests/unit/CMakeLists.txt +++ b/src/plugins/auto_batch/tests/unit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/auto_batch/tests/unit/async_infer_request_test.cpp b/src/plugins/auto_batch/tests/unit/async_infer_request_test.cpp index ef88ff5fc55..fbf473db41f 100644 --- a/src/plugins/auto_batch/tests/unit/async_infer_request_test.cpp +++ b/src/plugins/auto_batch/tests/unit/async_infer_request_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/compile_model_create_infer_request_test.cpp b/src/plugins/auto_batch/tests/unit/compile_model_create_infer_request_test.cpp index 8a30bb0e637..2e38db12496 100644 --- a/src/plugins/auto_batch/tests/unit/compile_model_create_infer_request_test.cpp +++ b/src/plugins/auto_batch/tests/unit/compile_model_create_infer_request_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/compile_model_get_property_test.cpp b/src/plugins/auto_batch/tests/unit/compile_model_get_property_test.cpp index d8d545f4894..890671bd339 100644 --- a/src/plugins/auto_batch/tests/unit/compile_model_get_property_test.cpp +++ b/src/plugins/auto_batch/tests/unit/compile_model_get_property_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/compile_model_get_runtime_model_test.cpp b/src/plugins/auto_batch/tests/unit/compile_model_get_runtime_model_test.cpp index 148bf9e44be..ef8157ada60 100644 --- a/src/plugins/auto_batch/tests/unit/compile_model_get_runtime_model_test.cpp +++ b/src/plugins/auto_batch/tests/unit/compile_model_get_runtime_model_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/compile_model_set_property_test.cpp b/src/plugins/auto_batch/tests/unit/compile_model_set_property_test.cpp index 2836ab34d7f..2c5f08c12bc 100644 --- a/src/plugins/auto_batch/tests/unit/compile_model_set_property_test.cpp +++ b/src/plugins/auto_batch/tests/unit/compile_model_set_property_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/mock_common.hpp b/src/plugins/auto_batch/tests/unit/mock_common.hpp index fdb4bd71b0a..c8ad03f180f 100644 --- a/src/plugins/auto_batch/tests/unit/mock_common.hpp +++ b/src/plugins/auto_batch/tests/unit/mock_common.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/parse_batch_device_test.cpp b/src/plugins/auto_batch/tests/unit/parse_batch_device_test.cpp index b6696f8d08c..0447836796e 100644 --- a/src/plugins/auto_batch/tests/unit/parse_batch_device_test.cpp +++ b/src/plugins/auto_batch/tests/unit/parse_batch_device_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/parse_meta_device_test.cpp b/src/plugins/auto_batch/tests/unit/parse_meta_device_test.cpp index 0ac4a51d5a4..5d141dd0141 100644 --- a/src/plugins/auto_batch/tests/unit/parse_meta_device_test.cpp +++ b/src/plugins/auto_batch/tests/unit/parse_meta_device_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/plugin_compile_model_test.cpp b/src/plugins/auto_batch/tests/unit/plugin_compile_model_test.cpp index 9235bd62f73..bfe9b60f241 100644 --- a/src/plugins/auto_batch/tests/unit/plugin_compile_model_test.cpp +++ b/src/plugins/auto_batch/tests/unit/plugin_compile_model_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/plugin_get_property_test.cpp b/src/plugins/auto_batch/tests/unit/plugin_get_property_test.cpp index 850bb4ee11f..7e996b8307a 100644 --- a/src/plugins/auto_batch/tests/unit/plugin_get_property_test.cpp +++ b/src/plugins/auto_batch/tests/unit/plugin_get_property_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/plugin_query_model_test.cpp b/src/plugins/auto_batch/tests/unit/plugin_query_model_test.cpp index 33a006f51a0..724a5629eea 100644 --- a/src/plugins/auto_batch/tests/unit/plugin_query_model_test.cpp +++ b/src/plugins/auto_batch/tests/unit/plugin_query_model_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/plugin_set_property_test.cpp b/src/plugins/auto_batch/tests/unit/plugin_set_property_test.cpp index 9da4d4baa94..dd6b1ff51e8 100644 --- a/src/plugins/auto_batch/tests/unit/plugin_set_property_test.cpp +++ b/src/plugins/auto_batch/tests/unit/plugin_set_property_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/auto_batch/tests/unit/sync_infer_request_test.cpp b/src/plugins/auto_batch/tests/unit/sync_infer_request_test.cpp index dd3e7467786..f99a0bf933e 100644 --- a/src/plugins/auto_batch/tests/unit/sync_infer_request_test.cpp +++ b/src/plugins/auto_batch/tests/unit/sync_infer_request_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/CMakeLists.txt b/src/plugins/hetero/CMakeLists.txt index cd08bea147b..a6d49f48139 100644 --- a/src/plugins/hetero/CMakeLists.txt +++ b/src/plugins/hetero/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/hetero/src/async_infer_request.cpp b/src/plugins/hetero/src/async_infer_request.cpp index e9d3643b5ba..33c13b6bb53 100644 --- a/src/plugins/hetero/src/async_infer_request.cpp +++ b/src/plugins/hetero/src/async_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/async_infer_request.hpp b/src/plugins/hetero/src/async_infer_request.hpp index f5e3da184fc..b6b6ec131ab 100644 --- a/src/plugins/hetero/src/async_infer_request.hpp +++ b/src/plugins/hetero/src/async_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/compiled_model.cpp b/src/plugins/hetero/src/compiled_model.cpp index 3032a32d4c7..eb55cbb2012 100644 --- a/src/plugins/hetero/src/compiled_model.cpp +++ b/src/plugins/hetero/src/compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/compiled_model.hpp b/src/plugins/hetero/src/compiled_model.hpp index 09e6ce948bd..5b59b48e98f 100644 --- a/src/plugins/hetero/src/compiled_model.hpp +++ b/src/plugins/hetero/src/compiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/config.cpp b/src/plugins/hetero/src/config.cpp index d182a684d9e..5cdb5cc125a 100644 --- a/src/plugins/hetero/src/config.cpp +++ b/src/plugins/hetero/src/config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/config.hpp b/src/plugins/hetero/src/config.hpp index 92878e9c785..55647b710d7 100644 --- a/src/plugins/hetero/src/config.hpp +++ b/src/plugins/hetero/src/config.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/itt.hpp b/src/plugins/hetero/src/itt.hpp index 721cef6a30c..190f1128ac3 100644 --- a/src/plugins/hetero/src/itt.hpp +++ b/src/plugins/hetero/src/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/op/device_subgraph.cpp b/src/plugins/hetero/src/op/device_subgraph.cpp index 9ce7986c8d6..1f94da72a8c 100644 --- a/src/plugins/hetero/src/op/device_subgraph.cpp +++ b/src/plugins/hetero/src/op/device_subgraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/op/device_subgraph.hpp b/src/plugins/hetero/src/op/device_subgraph.hpp index 300d02e5665..c03ca5215cb 100644 --- a/src/plugins/hetero/src/op/device_subgraph.hpp +++ b/src/plugins/hetero/src/op/device_subgraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/plugin.cpp b/src/plugins/hetero/src/plugin.cpp index 4cc233fcd57..b4258881e3e 100644 --- a/src/plugins/hetero/src/plugin.cpp +++ b/src/plugins/hetero/src/plugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/plugin.hpp b/src/plugins/hetero/src/plugin.hpp index b6ac8e95375..bd9b897c1c2 100644 --- a/src/plugins/hetero/src/plugin.hpp +++ b/src/plugins/hetero/src/plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/properties.hpp b/src/plugins/hetero/src/properties.hpp index 8ecd488bff9..f5f2b2a1c76 100644 --- a/src/plugins/hetero/src/properties.hpp +++ b/src/plugins/hetero/src/properties.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/subgraph_collector.cpp b/src/plugins/hetero/src/subgraph_collector.cpp index 4d9d81ac69f..2cde737d5a8 100644 --- a/src/plugins/hetero/src/subgraph_collector.cpp +++ b/src/plugins/hetero/src/subgraph_collector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/subgraph_collector.hpp b/src/plugins/hetero/src/subgraph_collector.hpp index ceab333d38e..fe3767d1af9 100644 --- a/src/plugins/hetero/src/subgraph_collector.hpp +++ b/src/plugins/hetero/src/subgraph_collector.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/sync_infer_request.cpp b/src/plugins/hetero/src/sync_infer_request.cpp index 0bb4bc4b7e9..cdd1825b86c 100644 --- a/src/plugins/hetero/src/sync_infer_request.cpp +++ b/src/plugins/hetero/src/sync_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/sync_infer_request.hpp b/src/plugins/hetero/src/sync_infer_request.hpp index 7ccc35c6154..573b2f960b9 100644 --- a/src/plugins/hetero/src/sync_infer_request.hpp +++ b/src/plugins/hetero/src/sync_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/src/version.cpp b/src/plugins/hetero/src/version.cpp index 290f818efab..3d71f5973e3 100644 --- a/src/plugins/hetero/src/version.cpp +++ b/src/plugins/hetero/src/version.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/tests/CMakeLists.txt b/src/plugins/hetero/tests/CMakeLists.txt index 9d4bb95917d..d38661bd724 100644 --- a/src/plugins/hetero/tests/CMakeLists.txt +++ b/src/plugins/hetero/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/hetero/tests/functional/CMakeLists.txt b/src/plugins/hetero/tests/functional/CMakeLists.txt index 550bfa0f075..678e7cface6 100644 --- a/src/plugins/hetero/tests/functional/CMakeLists.txt +++ b/src/plugins/hetero/tests/functional/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/hetero/tests/functional/compile_model_tests.cpp b/src/plugins/hetero/tests/functional/compile_model_tests.cpp index bfcd0ca1c8b..c8350f64165 100644 --- a/src/plugins/hetero/tests/functional/compile_model_tests.cpp +++ b/src/plugins/hetero/tests/functional/compile_model_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "hetero_tests.hpp" diff --git a/src/plugins/hetero/tests/functional/hetero_tests.cpp b/src/plugins/hetero/tests/functional/hetero_tests.cpp index a94564dea5c..a7e33605ad8 100644 --- a/src/plugins/hetero/tests/functional/hetero_tests.cpp +++ b/src/plugins/hetero/tests/functional/hetero_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/tests/functional/import_model_tests.cpp b/src/plugins/hetero/tests/functional/import_model_tests.cpp index c6b3d20533d..d7f6c37308b 100644 --- a/src/plugins/hetero/tests/functional/import_model_tests.cpp +++ b/src/plugins/hetero/tests/functional/import_model_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/hetero/tests/functional/properties_tests.cpp b/src/plugins/hetero/tests/functional/properties_tests.cpp index 8a4ae3a9c92..a9e596181a3 100644 --- a/src/plugins/hetero/tests/functional/properties_tests.cpp +++ b/src/plugins/hetero/tests/functional/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "hetero_tests.hpp" diff --git a/src/plugins/hetero/tests/functional/query_model_tests.cpp b/src/plugins/hetero/tests/functional/query_model_tests.cpp index 38eae700e53..6ec4f17f053 100644 --- a/src/plugins/hetero/tests/functional/query_model_tests.cpp +++ b/src/plugins/hetero/tests/functional/query_model_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "hetero_tests.hpp" diff --git a/src/plugins/hetero/tests/unit/CMakeLists.txt b/src/plugins/hetero/tests/unit/CMakeLists.txt index 91b4284c8e9..568ed245383 100644 --- a/src/plugins/hetero/tests/unit/CMakeLists.txt +++ b/src/plugins/hetero/tests/unit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/hetero/tests/unit/subgraph_collector.cpp b/src/plugins/hetero/tests/unit/subgraph_collector.cpp index 8136b0909f9..cd63d578309 100644 --- a/src/plugins/hetero/tests/unit/subgraph_collector.cpp +++ b/src/plugins/hetero/tests/unit/subgraph_collector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/CMakeLists.txt b/src/plugins/intel_cpu/CMakeLists.txt index 41794c72b5c..8efd0788362 100644 --- a/src/plugins/intel_cpu/CMakeLists.txt +++ b/src/plugins/intel_cpu/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_cpu/src/async_infer_request.cpp b/src/plugins/intel_cpu/src/async_infer_request.cpp index 94fb3acf6c8..b77d0059db7 100644 --- a/src/plugins/intel_cpu/src/async_infer_request.cpp +++ b/src/plugins/intel_cpu/src/async_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/async_infer_request.h b/src/plugins/intel_cpu/src/async_infer_request.h index a41a803dca6..ebf1a210f30 100644 --- a/src/plugins/intel_cpu/src/async_infer_request.h +++ b/src/plugins/intel_cpu/src/async_infer_request.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cache/cache_entry.h b/src/plugins/intel_cpu/src/cache/cache_entry.h index 04b2fdd3c1e..135a1090a60 100644 --- a/src/plugins/intel_cpu/src/cache/cache_entry.h +++ b/src/plugins/intel_cpu/src/cache/cache_entry.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cache/lru_cache.h b/src/plugins/intel_cpu/src/cache/lru_cache.h index dc1401520e8..792451da16c 100644 --- a/src/plugins/intel_cpu/src/cache/lru_cache.h +++ b/src/plugins/intel_cpu/src/cache/lru_cache.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cache/multi_cache.cpp b/src/plugins/intel_cpu/src/cache/multi_cache.cpp index e81351dab11..29dad18a41c 100644 --- a/src/plugins/intel_cpu/src/cache/multi_cache.cpp +++ b/src/plugins/intel_cpu/src/cache/multi_cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cache/multi_cache.h b/src/plugins/intel_cpu/src/cache/multi_cache.h index 8225f5ed0fc..d9b6e5f8bfe 100644 --- a/src/plugins/intel_cpu/src/cache/multi_cache.h +++ b/src/plugins/intel_cpu/src/cache/multi_cache.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/compiled_model.cpp b/src/plugins/intel_cpu/src/compiled_model.cpp index 85e84c22afa..6a035444f58 100644 --- a/src/plugins/intel_cpu/src/compiled_model.cpp +++ b/src/plugins/intel_cpu/src/compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/compiled_model.h b/src/plugins/intel_cpu/src/compiled_model.h index d1527ef9202..64caee60aeb 100644 --- a/src/plugins/intel_cpu/src/compiled_model.h +++ b/src/plugins/intel_cpu/src/compiled_model.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/config.cpp b/src/plugins/intel_cpu/src/config.cpp index 8a8c5cca6a7..3746e7237eb 100644 --- a/src/plugins/intel_cpu/src/config.cpp +++ b/src/plugins/intel_cpu/src/config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/config.h b/src/plugins/intel_cpu/src/config.h index 32faf152e01..f1c79bc0461 100644 --- a/src/plugins/intel_cpu/src/config.h +++ b/src/plugins/intel_cpu/src/config.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cpu_map_scheduling.cpp b/src/plugins/intel_cpu/src/cpu_map_scheduling.cpp index c5960e8da5d..450180d837c 100644 --- a/src/plugins/intel_cpu/src/cpu_map_scheduling.cpp +++ b/src/plugins/intel_cpu/src/cpu_map_scheduling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cpu_map_scheduling.hpp b/src/plugins/intel_cpu/src/cpu_map_scheduling.hpp index ef2cfd90b50..9004647cd41 100644 --- a/src/plugins/intel_cpu/src/cpu_map_scheduling.hpp +++ b/src/plugins/intel_cpu/src/cpu_map_scheduling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cpu_memory.cpp b/src/plugins/intel_cpu/src/cpu_memory.cpp index 2aa5644e9d6..1841a8a8a98 100644 --- a/src/plugins/intel_cpu/src/cpu_memory.cpp +++ b/src/plugins/intel_cpu/src/cpu_memory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cpu_memory.h b/src/plugins/intel_cpu/src/cpu_memory.h index 2f047a3f1b1..134ff3bc04f 100644 --- a/src/plugins/intel_cpu/src/cpu_memory.h +++ b/src/plugins/intel_cpu/src/cpu_memory.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cpu_shape.cpp b/src/plugins/intel_cpu/src/cpu_shape.cpp index b130902db00..5da5c62c6c4 100644 --- a/src/plugins/intel_cpu/src/cpu_shape.cpp +++ b/src/plugins/intel_cpu/src/cpu_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cpu_shape.h b/src/plugins/intel_cpu/src/cpu_shape.h index f8dbbfbaca6..a04b043689e 100644 --- a/src/plugins/intel_cpu/src/cpu_shape.h +++ b/src/plugins/intel_cpu/src/cpu_shape.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cpu_streams_calculation.cpp b/src/plugins/intel_cpu/src/cpu_streams_calculation.cpp index 044aed67410..531568c8cde 100644 --- a/src/plugins/intel_cpu/src/cpu_streams_calculation.cpp +++ b/src/plugins/intel_cpu/src/cpu_streams_calculation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cpu_streams_calculation.hpp b/src/plugins/intel_cpu/src/cpu_streams_calculation.hpp index a33cdd1b2ce..9266a18796a 100644 --- a/src/plugins/intel_cpu/src/cpu_streams_calculation.hpp +++ b/src/plugins/intel_cpu/src/cpu_streams_calculation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cpu_tensor.cpp b/src/plugins/intel_cpu/src/cpu_tensor.cpp index 593ac7907f3..1a045ca117a 100644 --- a/src/plugins/intel_cpu/src/cpu_tensor.cpp +++ b/src/plugins/intel_cpu/src/cpu_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/cpu_tensor.h b/src/plugins/intel_cpu/src/cpu_tensor.h index 79ae805a2ff..0f073e0d298 100644 --- a/src/plugins/intel_cpu/src/cpu_tensor.h +++ b/src/plugins/intel_cpu/src/cpu_tensor.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/dnnl_extension_utils.cpp b/src/plugins/intel_cpu/src/dnnl_extension_utils.cpp index 6eced71f2b8..efee2e50799 100644 --- a/src/plugins/intel_cpu/src/dnnl_extension_utils.cpp +++ b/src/plugins/intel_cpu/src/dnnl_extension_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/dnnl_extension_utils.h b/src/plugins/intel_cpu/src/dnnl_extension_utils.h index 489ed798cff..426543b8cdb 100644 --- a/src/plugins/intel_cpu/src/dnnl_extension_utils.h +++ b/src/plugins/intel_cpu/src/dnnl_extension_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/dnnl_postops_composer.cpp b/src/plugins/intel_cpu/src/dnnl_postops_composer.cpp index 995b7cabea0..f76fe506dd5 100644 --- a/src/plugins/intel_cpu/src/dnnl_postops_composer.cpp +++ b/src/plugins/intel_cpu/src/dnnl_postops_composer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/dnnl_postops_composer.h b/src/plugins/intel_cpu/src/dnnl_postops_composer.h index 8240c91d7a4..fbe34680c8e 100644 --- a/src/plugins/intel_cpu/src/dnnl_postops_composer.h +++ b/src/plugins/intel_cpu/src/dnnl_postops_composer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/dnnl_postops_composer_legacy.cpp b/src/plugins/intel_cpu/src/dnnl_postops_composer_legacy.cpp index ef8afef6848..cb59492463f 100644 --- a/src/plugins/intel_cpu/src/dnnl_postops_composer_legacy.cpp +++ b/src/plugins/intel_cpu/src/dnnl_postops_composer_legacy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/dnnl_postops_composer_legacy.h b/src/plugins/intel_cpu/src/dnnl_postops_composer_legacy.h index 1525c1bf2b5..82fdda94012 100644 --- a/src/plugins/intel_cpu/src/dnnl_postops_composer_legacy.h +++ b/src/plugins/intel_cpu/src/dnnl_postops_composer_legacy.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/dnnl_scratch_pad.h b/src/plugins/intel_cpu/src/dnnl_scratch_pad.h index a52d97e15d6..abf24d858e1 100644 --- a/src/plugins/intel_cpu/src/dnnl_scratch_pad.h +++ b/src/plugins/intel_cpu/src/dnnl_scratch_pad.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/edge.cpp b/src/plugins/intel_cpu/src/edge.cpp index 21f40511baa..7e4d0cce70e 100644 --- a/src/plugins/intel_cpu/src/edge.cpp +++ b/src/plugins/intel_cpu/src/edge.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/edge.h b/src/plugins/intel_cpu/src/edge.h index 4a188519d72..e9f26a2d895 100644 --- a/src/plugins/intel_cpu/src/edge.h +++ b/src/plugins/intel_cpu/src/edge.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_bf16_emitters.hpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_bf16_emitters.hpp index 196a783d5dd..43a2c2eb6b0 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_bf16_emitters.hpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_bf16_emitters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_conversion_emitters.cpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_conversion_emitters.cpp index 59d1d4591d0..073d29eb002 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_conversion_emitters.cpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_conversion_emitters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_conversion_emitters.hpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_conversion_emitters.hpp index e22a7194c90..ee451ed358d 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_conversion_emitters.hpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_conversion_emitters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.cpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.cpp index 9d3236e37b5..0b315cdd309 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.cpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.hpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.hpp index d7bc4bd74d9..bdf04108370 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.hpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_eltwise_emitters.cpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_eltwise_emitters.cpp index e59030275c5..4f1ca1c4185 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_eltwise_emitters.cpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_eltwise_emitters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_eltwise_emitters.hpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_eltwise_emitters.hpp index 028dff4e519..606b0ef1ef9 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_eltwise_emitters.hpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_eltwise_emitters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_emitter.cpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_emitter.cpp index 5fec8242e55..498d03fb6c0 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_emitter.cpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_emitter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_emitter.hpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_emitter.hpp index b8d4e7747ff..b5024468061 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_emitter.hpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_emitter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_load_store_emitters.cpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_load_store_emitters.cpp index 5f662fa4d97..73b3f827018 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_load_store_emitters.cpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_load_store_emitters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_load_store_emitters.hpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_load_store_emitters.hpp index 2620811f7f0..6bf3cc58970 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_load_store_emitters.hpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/jit_load_store_emitters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/utils.cpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/utils.cpp index 4530c74a979..44130010b55 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/utils.cpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/plugin/x64/utils.hpp b/src/plugins/intel_cpu/src/emitters/plugin/x64/utils.hpp index 96b8e1c30f7..a74ad6af3df 100644 --- a/src/plugins/intel_cpu/src/emitters/plugin/x64/utils.hpp +++ b/src/plugins/intel_cpu/src/emitters/plugin/x64/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_debug_emitter.cpp b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_debug_emitter.cpp index 0125ac69b0b..05b9d157861 100644 --- a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_debug_emitter.cpp +++ b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_debug_emitter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_debug_emitter.hpp b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_debug_emitter.hpp index 116e17dcf4c..fe7cc527418 100644 --- a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_debug_emitter.hpp +++ b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_debug_emitter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_chrono_emitters.cpp b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_chrono_emitters.cpp index 9df42395c93..653412f5e68 100644 --- a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_chrono_emitters.cpp +++ b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_chrono_emitters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef SNIPPETS_DEBUG_CAPS diff --git a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_chrono_emitters.hpp b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_chrono_emitters.hpp index ccbc3366064..e8608afc7f1 100644 --- a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_chrono_emitters.hpp +++ b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_chrono_emitters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef SNIPPETS_DEBUG_CAPS diff --git a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_rdtsc_emitters.cpp b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_rdtsc_emitters.cpp index 703bb82d446..c469c052ce3 100644 --- a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_rdtsc_emitters.cpp +++ b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_rdtsc_emitters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef SNIPPETS_DEBUG_CAPS diff --git a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_rdtsc_emitters.hpp b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_rdtsc_emitters.hpp index 951c8ab7cc2..c3ae1aac01a 100644 --- a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_rdtsc_emitters.hpp +++ b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_perf_count_rdtsc_emitters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef SNIPPETS_DEBUG_CAPS diff --git a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_segfault_detector_emitter.hpp b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_segfault_detector_emitter.hpp index 68849e5a215..21ffaa84cf3 100644 --- a/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_segfault_detector_emitter.hpp +++ b/src/plugins/intel_cpu/src/emitters/snippets/x64/jit_segfault_detector_emitter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/utils.cpp b/src/plugins/intel_cpu/src/emitters/utils.cpp index e917dd0dfc4..b92277ae643 100644 --- a/src/plugins/intel_cpu/src/emitters/utils.cpp +++ b/src/plugins/intel_cpu/src/emitters/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/emitters/utils.hpp b/src/plugins/intel_cpu/src/emitters/utils.hpp index b9fc02ae972..f814ea07025 100644 --- a/src/plugins/intel_cpu/src/emitters/utils.hpp +++ b/src/plugins/intel_cpu/src/emitters/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/extension.cpp b/src/plugins/intel_cpu/src/extension.cpp index 1a407497965..15b18de1d96 100644 --- a/src/plugins/intel_cpu/src/extension.cpp +++ b/src/plugins/intel_cpu/src/extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/graph.cpp b/src/plugins/intel_cpu/src/graph.cpp index e1362e33022..c2fb3758dc6 100644 --- a/src/plugins/intel_cpu/src/graph.cpp +++ b/src/plugins/intel_cpu/src/graph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/graph.h b/src/plugins/intel_cpu/src/graph.h index 17a820dcca0..fefe0db5cab 100644 --- a/src/plugins/intel_cpu/src/graph.h +++ b/src/plugins/intel_cpu/src/graph.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/graph_context.cpp b/src/plugins/intel_cpu/src/graph_context.cpp index a27a2254cd8..8305a310230 100644 --- a/src/plugins/intel_cpu/src/graph_context.cpp +++ b/src/plugins/intel_cpu/src/graph_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "dnnl_types.h" diff --git a/src/plugins/intel_cpu/src/graph_context.h b/src/plugins/intel_cpu/src/graph_context.h index da013d7ebaf..86c5914d372 100644 --- a/src/plugins/intel_cpu/src/graph_context.h +++ b/src/plugins/intel_cpu/src/graph_context.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/graph_dumper.cpp b/src/plugins/intel_cpu/src/graph_dumper.cpp index 8ef8d923681..c74049509bc 100644 --- a/src/plugins/intel_cpu/src/graph_dumper.cpp +++ b/src/plugins/intel_cpu/src/graph_dumper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/graph_dumper.h b/src/plugins/intel_cpu/src/graph_dumper.h index c2b9aa5a69d..b4a94a31d64 100644 --- a/src/plugins/intel_cpu/src/graph_dumper.h +++ b/src/plugins/intel_cpu/src/graph_dumper.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/graph_optimizer.cpp b/src/plugins/intel_cpu/src/graph_optimizer.cpp index 5d52cfdfb01..9c23fa9afbb 100644 --- a/src/plugins/intel_cpu/src/graph_optimizer.cpp +++ b/src/plugins/intel_cpu/src/graph_optimizer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/graph_optimizer.h b/src/plugins/intel_cpu/src/graph_optimizer.h index 181866562d5..938a0f43969 100644 --- a/src/plugins/intel_cpu/src/graph_optimizer.h +++ b/src/plugins/intel_cpu/src/graph_optimizer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/hash_builder.hpp b/src/plugins/intel_cpu/src/hash_builder.hpp index c295e3f2a4b..eaaf83e97c3 100644 --- a/src/plugins/intel_cpu/src/hash_builder.hpp +++ b/src/plugins/intel_cpu/src/hash_builder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/infer_request.cpp b/src/plugins/intel_cpu/src/infer_request.cpp index 4c165d76d3a..edafc04e61b 100644 --- a/src/plugins/intel_cpu/src/infer_request.cpp +++ b/src/plugins/intel_cpu/src/infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/infer_request.h b/src/plugins/intel_cpu/src/infer_request.h index d5ca5f220f5..f9b33950ca7 100644 --- a/src/plugins/intel_cpu/src/infer_request.h +++ b/src/plugins/intel_cpu/src/infer_request.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/internal_properties.hpp b/src/plugins/intel_cpu/src/internal_properties.hpp index 9b36c1cb0e1..7f3feb59779 100644 --- a/src/plugins/intel_cpu/src/internal_properties.hpp +++ b/src/plugins/intel_cpu/src/internal_properties.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/itt.h b/src/plugins/intel_cpu/src/itt.h index 44cf9712e1d..2ba784d6d28 100644 --- a/src/plugins/intel_cpu/src/itt.h +++ b/src/plugins/intel_cpu/src/itt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/blocked_memory_desc.cpp b/src/plugins/intel_cpu/src/memory_desc/blocked_memory_desc.cpp index fb25a75c595..4b75d5c5263 100644 --- a/src/plugins/intel_cpu/src/memory_desc/blocked_memory_desc.cpp +++ b/src/plugins/intel_cpu/src/memory_desc/blocked_memory_desc.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/blocked_memory_desc.h b/src/plugins/intel_cpu/src/memory_desc/blocked_memory_desc.h index e554f28dbb9..d938a4ba585 100644 --- a/src/plugins/intel_cpu/src/memory_desc/blocked_memory_desc.h +++ b/src/plugins/intel_cpu/src/memory_desc/blocked_memory_desc.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/cpu_blocked_memory_desc.cpp b/src/plugins/intel_cpu/src/memory_desc/cpu_blocked_memory_desc.cpp index 683af07fc5b..0eea64f69e8 100644 --- a/src/plugins/intel_cpu/src/memory_desc/cpu_blocked_memory_desc.cpp +++ b/src/plugins/intel_cpu/src/memory_desc/cpu_blocked_memory_desc.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/cpu_blocked_memory_desc.h b/src/plugins/intel_cpu/src/memory_desc/cpu_blocked_memory_desc.h index 4ca278fce8f..5214390e13b 100644 --- a/src/plugins/intel_cpu/src/memory_desc/cpu_blocked_memory_desc.h +++ b/src/plugins/intel_cpu/src/memory_desc/cpu_blocked_memory_desc.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc.h b/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc.h index faecefc6cf9..9c37ba2c369 100644 --- a/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc.h +++ b/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc_utils.cpp b/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc_utils.cpp index 4552c03372e..3145d407a84 100644 --- a/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc_utils.cpp +++ b/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc_utils.h b/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc_utils.h index 6e1b54a7da9..2df36a60c32 100644 --- a/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc_utils.h +++ b/src/plugins/intel_cpu/src/memory_desc/cpu_memory_desc_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/dnnl_blocked_memory_desc.cpp b/src/plugins/intel_cpu/src/memory_desc/dnnl_blocked_memory_desc.cpp index 9bd3cc9efc7..95d14e9dd65 100644 --- a/src/plugins/intel_cpu/src/memory_desc/dnnl_blocked_memory_desc.cpp +++ b/src/plugins/intel_cpu/src/memory_desc/dnnl_blocked_memory_desc.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/dnnl_blocked_memory_desc.h b/src/plugins/intel_cpu/src/memory_desc/dnnl_blocked_memory_desc.h index ac012dbdc33..acb6bd774ac 100644 --- a/src/plugins/intel_cpu/src/memory_desc/dnnl_blocked_memory_desc.h +++ b/src/plugins/intel_cpu/src/memory_desc/dnnl_blocked_memory_desc.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/dnnl_memory_desc.cpp b/src/plugins/intel_cpu/src/memory_desc/dnnl_memory_desc.cpp index f37ad01a8cf..3e3af41cfc5 100644 --- a/src/plugins/intel_cpu/src/memory_desc/dnnl_memory_desc.cpp +++ b/src/plugins/intel_cpu/src/memory_desc/dnnl_memory_desc.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_desc/dnnl_memory_desc.h b/src/plugins/intel_cpu/src/memory_desc/dnnl_memory_desc.h index 9e8703b0166..f2722a5170f 100644 --- a/src/plugins/intel_cpu/src/memory_desc/dnnl_memory_desc.h +++ b/src/plugins/intel_cpu/src/memory_desc/dnnl_memory_desc.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_state.cpp b/src/plugins/intel_cpu/src/memory_state.cpp index 0632f42a55a..29f249a6fe2 100644 --- a/src/plugins/intel_cpu/src/memory_state.cpp +++ b/src/plugins/intel_cpu/src/memory_state.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/memory_state.h b/src/plugins/intel_cpu/src/memory_state.h index f95186b92e4..b4c52903d12 100644 --- a/src/plugins/intel_cpu/src/memory_state.h +++ b/src/plugins/intel_cpu/src/memory_state.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/mlas/sgemm.cpp b/src/plugins/intel_cpu/src/mlas/sgemm.cpp index b2c868ddb1b..e1e2cf03015 100644 --- a/src/plugins/intel_cpu/src/mlas/sgemm.cpp +++ b/src/plugins/intel_cpu/src/mlas/sgemm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "sgemm.hpp" diff --git a/src/plugins/intel_cpu/src/mlas/sgemm.hpp b/src/plugins/intel_cpu/src/mlas/sgemm.hpp index 48f3f1aeff6..1af1500d553 100644 --- a/src/plugins/intel_cpu/src/mlas/sgemm.hpp +++ b/src/plugins/intel_cpu/src/mlas/sgemm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/mlas/thread_pool.cpp b/src/plugins/intel_cpu/src/mlas/thread_pool.cpp index f3027a0d602..19ba53e0f2d 100644 --- a/src/plugins/intel_cpu/src/mlas/thread_pool.cpp +++ b/src/plugins/intel_cpu/src/mlas/thread_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/mlas/thread_pool.hpp b/src/plugins/intel_cpu/src/mlas/thread_pool.hpp index f776fcfb051..536b3746be1 100644 --- a/src/plugins/intel_cpu/src/mlas/thread_pool.hpp +++ b/src/plugins/intel_cpu/src/mlas/thread_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/node.cpp b/src/plugins/intel_cpu/src/node.cpp index 358ff03ef67..ceab9416094 100644 --- a/src/plugins/intel_cpu/src/node.cpp +++ b/src/plugins/intel_cpu/src/node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/node.h b/src/plugins/intel_cpu/src/node.h index 631278e311a..4d93df45879 100644 --- a/src/plugins/intel_cpu/src/node.h +++ b/src/plugins/intel_cpu/src/node.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/adaptive_pooling.cpp b/src/plugins/intel_cpu/src/nodes/adaptive_pooling.cpp index 7c2af831c4a..f4e7f6217a8 100644 --- a/src/plugins/intel_cpu/src/nodes/adaptive_pooling.cpp +++ b/src/plugins/intel_cpu/src/nodes/adaptive_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/adaptive_pooling.h b/src/plugins/intel_cpu/src/nodes/adaptive_pooling.h index 54257a95b08..c88c9b5989a 100644 --- a/src/plugins/intel_cpu/src/nodes/adaptive_pooling.h +++ b/src/plugins/intel_cpu/src/nodes/adaptive_pooling.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/batch_to_space.cpp b/src/plugins/intel_cpu/src/nodes/batch_to_space.cpp index ade66061ab2..afaf3c7ca63 100644 --- a/src/plugins/intel_cpu/src/nodes/batch_to_space.cpp +++ b/src/plugins/intel_cpu/src/nodes/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/batch_to_space.h b/src/plugins/intel_cpu/src/nodes/batch_to_space.h index 2df1ed74100..724ed9536ba 100644 --- a/src/plugins/intel_cpu/src/nodes/batch_to_space.h +++ b/src/plugins/intel_cpu/src/nodes/batch_to_space.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/bin_conv.cpp b/src/plugins/intel_cpu/src/nodes/bin_conv.cpp index b08ee6a3d85..a54c4b76ea8 100644 --- a/src/plugins/intel_cpu/src/nodes/bin_conv.cpp +++ b/src/plugins/intel_cpu/src/nodes/bin_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/bin_conv.h b/src/plugins/intel_cpu/src/nodes/bin_conv.h index eeda84e6058..86b5cb41b2b 100644 --- a/src/plugins/intel_cpu/src/nodes/bin_conv.h +++ b/src/plugins/intel_cpu/src/nodes/bin_conv.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/broadcast.cpp b/src/plugins/intel_cpu/src/nodes/broadcast.cpp index 6f749411e2b..934991a9b9b 100644 --- a/src/plugins/intel_cpu/src/nodes/broadcast.cpp +++ b/src/plugins/intel_cpu/src/nodes/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/broadcast.h b/src/plugins/intel_cpu/src/nodes/broadcast.h index 4ab3201365e..1435314ee08 100644 --- a/src/plugins/intel_cpu/src/nodes/broadcast.h +++ b/src/plugins/intel_cpu/src/nodes/broadcast.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/bucketize.cpp b/src/plugins/intel_cpu/src/nodes/bucketize.cpp index 2281bdab359..4d91bdbb8fa 100644 --- a/src/plugins/intel_cpu/src/nodes/bucketize.cpp +++ b/src/plugins/intel_cpu/src/nodes/bucketize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/bucketize.h b/src/plugins/intel_cpu/src/nodes/bucketize.h index 0a70e8f2183..c834921a38c 100644 --- a/src/plugins/intel_cpu/src/nodes/bucketize.h +++ b/src/plugins/intel_cpu/src/nodes/bucketize.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/color_convert.cpp b/src/plugins/intel_cpu/src/nodes/color_convert.cpp index 9aaa3204d28..ea3c8e2c774 100644 --- a/src/plugins/intel_cpu/src/nodes/color_convert.cpp +++ b/src/plugins/intel_cpu/src/nodes/color_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/color_convert.h b/src/plugins/intel_cpu/src/nodes/color_convert.h index e5b97de616d..19df1209dd4 100644 --- a/src/plugins/intel_cpu/src/nodes/color_convert.h +++ b/src/plugins/intel_cpu/src/nodes/color_convert.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/arbitrary_order_desc_creator.cpp b/src/plugins/intel_cpu/src/nodes/common/arbitrary_order_desc_creator.cpp index c7a266e4530..de0cd2d6f27 100644 --- a/src/plugins/intel_cpu/src/nodes/common/arbitrary_order_desc_creator.cpp +++ b/src/plugins/intel_cpu/src/nodes/common/arbitrary_order_desc_creator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/arbitrary_order_desc_creator.h b/src/plugins/intel_cpu/src/nodes/common/arbitrary_order_desc_creator.h index 591dad07968..aaf5a7d5560 100644 --- a/src/plugins/intel_cpu/src/nodes/common/arbitrary_order_desc_creator.h +++ b/src/plugins/intel_cpu/src/nodes/common/arbitrary_order_desc_creator.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/blocked_desc_creator.cpp b/src/plugins/intel_cpu/src/nodes/common/blocked_desc_creator.cpp index 3843ae13cab..88c351ecafb 100644 --- a/src/plugins/intel_cpu/src/nodes/common/blocked_desc_creator.cpp +++ b/src/plugins/intel_cpu/src/nodes/common/blocked_desc_creator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/blocked_desc_creator.h b/src/plugins/intel_cpu/src/nodes/common/blocked_desc_creator.h index 7a8f531141a..1fd7a02dff9 100644 --- a/src/plugins/intel_cpu/src/nodes/common/blocked_desc_creator.h +++ b/src/plugins/intel_cpu/src/nodes/common/blocked_desc_creator.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/cpu_convert.cpp b/src/plugins/intel_cpu/src/nodes/common/cpu_convert.cpp index e5805256c37..3dd48a9fbfc 100644 --- a/src/plugins/intel_cpu/src/nodes/common/cpu_convert.cpp +++ b/src/plugins/intel_cpu/src/nodes/common/cpu_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/cpu_convert.h b/src/plugins/intel_cpu/src/nodes/common/cpu_convert.h index 2613c820b4c..438dcb92245 100644 --- a/src/plugins/intel_cpu/src/nodes/common/cpu_convert.h +++ b/src/plugins/intel_cpu/src/nodes/common/cpu_convert.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/cpu_memcpy.h b/src/plugins/intel_cpu/src/nodes/common/cpu_memcpy.h index e720cf70301..95b0267bd47 100755 --- a/src/plugins/intel_cpu/src/nodes/common/cpu_memcpy.h +++ b/src/plugins/intel_cpu/src/nodes/common/cpu_memcpy.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/defs.h b/src/plugins/intel_cpu/src/nodes/common/defs.h index f5eab4b30c3..6d8574de093 100644 --- a/src/plugins/intel_cpu/src/nodes/common/defs.h +++ b/src/plugins/intel_cpu/src/nodes/common/defs.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/dnnl_executor.cpp b/src/plugins/intel_cpu/src/nodes/common/dnnl_executor.cpp index d9fb3d11964..7fa84eacd35 100644 --- a/src/plugins/intel_cpu/src/nodes/common/dnnl_executor.cpp +++ b/src/plugins/intel_cpu/src/nodes/common/dnnl_executor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/dnnl_executor.h b/src/plugins/intel_cpu/src/nodes/common/dnnl_executor.h index 8e29d78217d..3cc67498578 100644 --- a/src/plugins/intel_cpu/src/nodes/common/dnnl_executor.h +++ b/src/plugins/intel_cpu/src/nodes/common/dnnl_executor.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/fp16_utils.h b/src/plugins/intel_cpu/src/nodes/common/fp16_utils.h index 87530f5042f..daedcc4bf23 100644 --- a/src/plugins/intel_cpu/src/nodes/common/fp16_utils.h +++ b/src/plugins/intel_cpu/src/nodes/common/fp16_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/permute_kernel.cpp b/src/plugins/intel_cpu/src/nodes/common/permute_kernel.cpp index 5f68beebe0a..396cebc1ba8 100644 --- a/src/plugins/intel_cpu/src/nodes/common/permute_kernel.cpp +++ b/src/plugins/intel_cpu/src/nodes/common/permute_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/permute_kernel.h b/src/plugins/intel_cpu/src/nodes/common/permute_kernel.h index f834b5b3a9d..ac665efb4f0 100644 --- a/src/plugins/intel_cpu/src/nodes/common/permute_kernel.h +++ b/src/plugins/intel_cpu/src/nodes/common/permute_kernel.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/softmax.cpp b/src/plugins/intel_cpu/src/nodes/common/softmax.cpp index 9502c1ec9f0..66a6ca9c1b6 100644 --- a/src/plugins/intel_cpu/src/nodes/common/softmax.cpp +++ b/src/plugins/intel_cpu/src/nodes/common/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/softmax.h b/src/plugins/intel_cpu/src/nodes/common/softmax.h index d1513e6f518..2e3d5caa4be 100644 --- a/src/plugins/intel_cpu/src/nodes/common/softmax.h +++ b/src/plugins/intel_cpu/src/nodes/common/softmax.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/tile_broadcast_utils.cpp b/src/plugins/intel_cpu/src/nodes/common/tile_broadcast_utils.cpp index 282a9d339c6..8ddc5aa39c6 100644 --- a/src/plugins/intel_cpu/src/nodes/common/tile_broadcast_utils.cpp +++ b/src/plugins/intel_cpu/src/nodes/common/tile_broadcast_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/tile_broadcast_utils.h b/src/plugins/intel_cpu/src/nodes/common/tile_broadcast_utils.h index 4d38f83d8e1..a865e6cb239 100644 --- a/src/plugins/intel_cpu/src/nodes/common/tile_broadcast_utils.h +++ b/src/plugins/intel_cpu/src/nodes/common/tile_broadcast_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/common/uni_simd.h b/src/plugins/intel_cpu/src/nodes/common/uni_simd.h index 4fa1ee77a8d..7f2cdc7bed4 100644 --- a/src/plugins/intel_cpu/src/nodes/common/uni_simd.h +++ b/src/plugins/intel_cpu/src/nodes/common/uni_simd.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/concat.cpp b/src/plugins/intel_cpu/src/nodes/concat.cpp index 58e34d9a26c..5965a1e2d49 100644 --- a/src/plugins/intel_cpu/src/nodes/concat.cpp +++ b/src/plugins/intel_cpu/src/nodes/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/concat.h b/src/plugins/intel_cpu/src/nodes/concat.h index 9236c8420e8..8896d439ebd 100644 --- a/src/plugins/intel_cpu/src/nodes/concat.h +++ b/src/plugins/intel_cpu/src/nodes/concat.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/conv.cpp b/src/plugins/intel_cpu/src/nodes/conv.cpp index b89d3a1e21d..39a2787ad78 100644 --- a/src/plugins/intel_cpu/src/nodes/conv.cpp +++ b/src/plugins/intel_cpu/src/nodes/conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/conv.h b/src/plugins/intel_cpu/src/nodes/conv.h index 2c5f93e5a9c..e9b6ca7d208 100644 --- a/src/plugins/intel_cpu/src/nodes/conv.h +++ b/src/plugins/intel_cpu/src/nodes/conv.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/nodes/convert.cpp b/src/plugins/intel_cpu/src/nodes/convert.cpp index 7251e19f0f1..78ee88f5cde 100644 --- a/src/plugins/intel_cpu/src/nodes/convert.cpp +++ b/src/plugins/intel_cpu/src/nodes/convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/convert.h b/src/plugins/intel_cpu/src/nodes/convert.h index 82a059a36dd..2a257bd1d31 100644 --- a/src/plugins/intel_cpu/src/nodes/convert.h +++ b/src/plugins/intel_cpu/src/nodes/convert.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder.cpp b/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder.cpp index b391e038e69..85c41acedf6 100644 --- a/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder.cpp +++ b/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder.h b/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder.h index a786a4b5720..1f3179edb90 100644 --- a/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder.h +++ b/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder_seq_len.cpp b/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder_seq_len.cpp index c2eba1d3fe1..be343076281 100644 --- a/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder_seq_len.cpp +++ b/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder_seq_len.h b/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder_seq_len.h index f71b1e0881e..4e7d14fd235 100644 --- a/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder_seq_len.h +++ b/src/plugins/intel_cpu/src/nodes/ctc_greedy_decoder_seq_len.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/ctc_loss.cpp b/src/plugins/intel_cpu/src/nodes/ctc_loss.cpp index 88e1a08c8e7..78bb6fc0563 100644 --- a/src/plugins/intel_cpu/src/nodes/ctc_loss.cpp +++ b/src/plugins/intel_cpu/src/nodes/ctc_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/ctc_loss.h b/src/plugins/intel_cpu/src/nodes/ctc_loss.h index d7ff9c68cce..a07d8f0fc59 100644 --- a/src/plugins/intel_cpu/src/nodes/ctc_loss.h +++ b/src/plugins/intel_cpu/src/nodes/ctc_loss.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/cum_sum.cpp b/src/plugins/intel_cpu/src/nodes/cum_sum.cpp index 946eab1ba22..8327084839c 100644 --- a/src/plugins/intel_cpu/src/nodes/cum_sum.cpp +++ b/src/plugins/intel_cpu/src/nodes/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/cum_sum.h b/src/plugins/intel_cpu/src/nodes/cum_sum.h index b3cf62a8ea6..b0aad351d55 100644 --- a/src/plugins/intel_cpu/src/nodes/cum_sum.h +++ b/src/plugins/intel_cpu/src/nodes/cum_sum.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/deconv.cpp b/src/plugins/intel_cpu/src/nodes/deconv.cpp index 8386b35c6d2..168fcf2b3cf 100644 --- a/src/plugins/intel_cpu/src/nodes/deconv.cpp +++ b/src/plugins/intel_cpu/src/nodes/deconv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/deconv.h b/src/plugins/intel_cpu/src/nodes/deconv.h index 055c814a93e..b3adcb2e307 100644 --- a/src/plugins/intel_cpu/src/nodes/deconv.h +++ b/src/plugins/intel_cpu/src/nodes/deconv.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/def_conv.cpp b/src/plugins/intel_cpu/src/nodes/def_conv.cpp index d921cffb76c..5ece5fda540 100644 --- a/src/plugins/intel_cpu/src/nodes/def_conv.cpp +++ b/src/plugins/intel_cpu/src/nodes/def_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/def_conv.h b/src/plugins/intel_cpu/src/nodes/def_conv.h index b4a9694e521..127fd00eb2b 100644 --- a/src/plugins/intel_cpu/src/nodes/def_conv.h +++ b/src/plugins/intel_cpu/src/nodes/def_conv.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/depth_to_space.cpp b/src/plugins/intel_cpu/src/nodes/depth_to_space.cpp index 57d13213e95..1d4df7e37cc 100644 --- a/src/plugins/intel_cpu/src/nodes/depth_to_space.cpp +++ b/src/plugins/intel_cpu/src/nodes/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/depth_to_space.h b/src/plugins/intel_cpu/src/nodes/depth_to_space.h index 1a4e2b2ea3e..2eda39f6039 100644 --- a/src/plugins/intel_cpu/src/nodes/depth_to_space.h +++ b/src/plugins/intel_cpu/src/nodes/depth_to_space.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/detection_output.cpp b/src/plugins/intel_cpu/src/nodes/detection_output.cpp index 3336f3749eb..cb9ec41ba4f 100644 --- a/src/plugins/intel_cpu/src/nodes/detection_output.cpp +++ b/src/plugins/intel_cpu/src/nodes/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/detection_output.h b/src/plugins/intel_cpu/src/nodes/detection_output.h index 4e3ef2c6192..418898f011f 100644 --- a/src/plugins/intel_cpu/src/nodes/detection_output.h +++ b/src/plugins/intel_cpu/src/nodes/detection_output.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/dft.cpp b/src/plugins/intel_cpu/src/nodes/dft.cpp index 259fa763827..32ec9ef9630 100644 --- a/src/plugins/intel_cpu/src/nodes/dft.cpp +++ b/src/plugins/intel_cpu/src/nodes/dft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/dft.h b/src/plugins/intel_cpu/src/nodes/dft.h index 82858c61cc3..82b6ea3b33a 100644 --- a/src/plugins/intel_cpu/src/nodes/dft.h +++ b/src/plugins/intel_cpu/src/nodes/dft.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/eltwise.cpp b/src/plugins/intel_cpu/src/nodes/eltwise.cpp index 6fc95e90722..0e7a75f8925 100644 --- a/src/plugins/intel_cpu/src/nodes/eltwise.cpp +++ b/src/plugins/intel_cpu/src/nodes/eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/eltwise.h b/src/plugins/intel_cpu/src/nodes/eltwise.h index 327ad2881ad..fe148b097df 100644 --- a/src/plugins/intel_cpu/src/nodes/eltwise.h +++ b/src/plugins/intel_cpu/src/nodes/eltwise.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/embedding_bag_offset_sum.cpp b/src/plugins/intel_cpu/src/nodes/embedding_bag_offset_sum.cpp index d3da16e3852..4439f40bd8b 100644 --- a/src/plugins/intel_cpu/src/nodes/embedding_bag_offset_sum.cpp +++ b/src/plugins/intel_cpu/src/nodes/embedding_bag_offset_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/embedding_bag_offset_sum.h b/src/plugins/intel_cpu/src/nodes/embedding_bag_offset_sum.h index 5cdbc3cdf26..65b47648074 100644 --- a/src/plugins/intel_cpu/src/nodes/embedding_bag_offset_sum.h +++ b/src/plugins/intel_cpu/src/nodes/embedding_bag_offset_sum.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/embedding_bag_packed_sum.cpp b/src/plugins/intel_cpu/src/nodes/embedding_bag_packed_sum.cpp index 5bd78016dc2..afb74934307 100644 --- a/src/plugins/intel_cpu/src/nodes/embedding_bag_packed_sum.cpp +++ b/src/plugins/intel_cpu/src/nodes/embedding_bag_packed_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/embedding_bag_packed_sum.h b/src/plugins/intel_cpu/src/nodes/embedding_bag_packed_sum.h index f3b32b2e0f3..31b1395b222 100644 --- a/src/plugins/intel_cpu/src/nodes/embedding_bag_packed_sum.h +++ b/src/plugins/intel_cpu/src/nodes/embedding_bag_packed_sum.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/embedding_bag_sum.cpp b/src/plugins/intel_cpu/src/nodes/embedding_bag_sum.cpp index 9f7641e015d..e3dbd9e353a 100644 --- a/src/plugins/intel_cpu/src/nodes/embedding_bag_sum.cpp +++ b/src/plugins/intel_cpu/src/nodes/embedding_bag_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/embedding_bag_sum.h b/src/plugins/intel_cpu/src/nodes/embedding_bag_sum.h index eee815177bb..beaeaa96de0 100644 --- a/src/plugins/intel_cpu/src/nodes/embedding_bag_sum.h +++ b/src/plugins/intel_cpu/src/nodes/embedding_bag_sum.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/embedding_segments_sum.cpp b/src/plugins/intel_cpu/src/nodes/embedding_segments_sum.cpp index 735d73d2384..b5e94c7ec28 100644 --- a/src/plugins/intel_cpu/src/nodes/embedding_segments_sum.cpp +++ b/src/plugins/intel_cpu/src/nodes/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/embedding_segments_sum.h b/src/plugins/intel_cpu/src/nodes/embedding_segments_sum.h index 93e2acb7d8f..544d9ac09dc 100644 --- a/src/plugins/intel_cpu/src/nodes/embedding_segments_sum.h +++ b/src/plugins/intel_cpu/src/nodes/embedding_segments_sum.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_convert.cpp b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_convert.cpp index 4061535c262..79304f9dc43 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_convert.cpp +++ b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_convert.hpp b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_convert.hpp index f0f171ff742..b81e34004f9 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_convert.hpp +++ b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_interpolate.cpp b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_interpolate.cpp index 4447a354468..50eb41faf1e 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_interpolate.cpp +++ b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_interpolate.hpp b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_interpolate.hpp index b349fafebb3..263619735ff 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_interpolate.hpp +++ b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_interpolate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_transpose.cpp b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_transpose.cpp index 5ab6b855db5..4998c46a761 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_transpose.cpp +++ b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_transpose.hpp b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_transpose.hpp index 6984c59d8cb..70e4bee59a2 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/acl/acl_transpose.hpp +++ b/src/plugins/intel_cpu/src/nodes/executors/acl/acl_transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/common/ref_convert.cpp b/src/plugins/intel_cpu/src/nodes/executors/common/ref_convert.cpp index 91f83607ccb..3b729c95529 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/common/ref_convert.cpp +++ b/src/plugins/intel_cpu/src/nodes/executors/common/ref_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/common/ref_convert.hpp b/src/plugins/intel_cpu/src/nodes/executors/common/ref_convert.hpp index d95a2b820b0..872fe0da079 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/common/ref_convert.hpp +++ b/src/plugins/intel_cpu/src/nodes/executors/common/ref_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/common/ref_opt_transpose.cpp b/src/plugins/intel_cpu/src/nodes/executors/common/ref_opt_transpose.cpp index ce8b284efb3..0e1d43b48f6 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/common/ref_opt_transpose.cpp +++ b/src/plugins/intel_cpu/src/nodes/executors/common/ref_opt_transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/common/ref_opt_transpose.hpp b/src/plugins/intel_cpu/src/nodes/executors/common/ref_opt_transpose.hpp index 23d4841741b..be420bfb009 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/common/ref_opt_transpose.hpp +++ b/src/plugins/intel_cpu/src/nodes/executors/common/ref_opt_transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/common/ref_transpose.cpp b/src/plugins/intel_cpu/src/nodes/executors/common/ref_transpose.cpp index 3b3e17daabb..8db8798ef8e 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/common/ref_transpose.cpp +++ b/src/plugins/intel_cpu/src/nodes/executors/common/ref_transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/common/ref_transpose.hpp b/src/plugins/intel_cpu/src/nodes/executors/common/ref_transpose.hpp index ec0c37c5307..206d610368a 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/common/ref_transpose.hpp +++ b/src/plugins/intel_cpu/src/nodes/executors/common/ref_transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/interpolate.cpp b/src/plugins/intel_cpu/src/nodes/executors/interpolate.cpp index 859f17eef4d..d0a006b1bea 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/interpolate.cpp +++ b/src/plugins/intel_cpu/src/nodes/executors/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/interpolate.hpp b/src/plugins/intel_cpu/src/nodes/executors/interpolate.hpp index e7b6171445b..d28c4af323b 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/interpolate.hpp +++ b/src/plugins/intel_cpu/src/nodes/executors/interpolate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/memory_arguments.hpp b/src/plugins/intel_cpu/src/nodes/executors/memory_arguments.hpp index 51fd52fe44f..c04ca39e845 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/memory_arguments.hpp +++ b/src/plugins/intel_cpu/src/nodes/executors/memory_arguments.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/x64/jit_transpose.cpp b/src/plugins/intel_cpu/src/nodes/executors/x64/jit_transpose.cpp index f424e8c8bdb..bfcc7ad4ae6 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/x64/jit_transpose.cpp +++ b/src/plugins/intel_cpu/src/nodes/executors/x64/jit_transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/executors/x64/jit_transpose.hpp b/src/plugins/intel_cpu/src/nodes/executors/x64/jit_transpose.hpp index 02d8172707d..d37ac9e5db5 100644 --- a/src/plugins/intel_cpu/src/nodes/executors/x64/jit_transpose.hpp +++ b/src/plugins/intel_cpu/src/nodes/executors/x64/jit_transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/experimental_detectron_detection_output.cpp b/src/plugins/intel_cpu/src/nodes/experimental_detectron_detection_output.cpp index f8c04fb1383..cb21606638c 100644 --- a/src/plugins/intel_cpu/src/nodes/experimental_detectron_detection_output.cpp +++ b/src/plugins/intel_cpu/src/nodes/experimental_detectron_detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/experimental_detectron_detection_output.h b/src/plugins/intel_cpu/src/nodes/experimental_detectron_detection_output.h index f8b5cdff78d..2f76f1004fa 100644 --- a/src/plugins/intel_cpu/src/nodes/experimental_detectron_detection_output.h +++ b/src/plugins/intel_cpu/src/nodes/experimental_detectron_detection_output.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/experimental_detectron_generate_proposals_single_image.cpp b/src/plugins/intel_cpu/src/nodes/experimental_detectron_generate_proposals_single_image.cpp index 4484d0105cb..26adc6fc573 100644 --- a/src/plugins/intel_cpu/src/nodes/experimental_detectron_generate_proposals_single_image.cpp +++ b/src/plugins/intel_cpu/src/nodes/experimental_detectron_generate_proposals_single_image.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/experimental_detectron_generate_proposals_single_image.h b/src/plugins/intel_cpu/src/nodes/experimental_detectron_generate_proposals_single_image.h index 0136aa7c87a..41aaf63f637 100644 --- a/src/plugins/intel_cpu/src/nodes/experimental_detectron_generate_proposals_single_image.h +++ b/src/plugins/intel_cpu/src/nodes/experimental_detectron_generate_proposals_single_image.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/experimental_detectron_priorgridgenerator.cpp b/src/plugins/intel_cpu/src/nodes/experimental_detectron_priorgridgenerator.cpp index 28cb20d4faa..dc01230ee50 100644 --- a/src/plugins/intel_cpu/src/nodes/experimental_detectron_priorgridgenerator.cpp +++ b/src/plugins/intel_cpu/src/nodes/experimental_detectron_priorgridgenerator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/experimental_detectron_priorgridgenerator.h b/src/plugins/intel_cpu/src/nodes/experimental_detectron_priorgridgenerator.h index 62e10a35c82..cf52b4e5c9b 100644 --- a/src/plugins/intel_cpu/src/nodes/experimental_detectron_priorgridgenerator.h +++ b/src/plugins/intel_cpu/src/nodes/experimental_detectron_priorgridgenerator.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/experimental_detectron_roifeatureextractor.cpp b/src/plugins/intel_cpu/src/nodes/experimental_detectron_roifeatureextractor.cpp index 7c3408e7d9a..a94337145eb 100644 --- a/src/plugins/intel_cpu/src/nodes/experimental_detectron_roifeatureextractor.cpp +++ b/src/plugins/intel_cpu/src/nodes/experimental_detectron_roifeatureextractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/experimental_detectron_roifeatureextractor.h b/src/plugins/intel_cpu/src/nodes/experimental_detectron_roifeatureextractor.h index 259286799f7..94bfdfd224d 100644 --- a/src/plugins/intel_cpu/src/nodes/experimental_detectron_roifeatureextractor.h +++ b/src/plugins/intel_cpu/src/nodes/experimental_detectron_roifeatureextractor.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/experimental_detectron_topkrois.cpp b/src/plugins/intel_cpu/src/nodes/experimental_detectron_topkrois.cpp index 88d5f3b9c2b..ac778b0d4d9 100644 --- a/src/plugins/intel_cpu/src/nodes/experimental_detectron_topkrois.cpp +++ b/src/plugins/intel_cpu/src/nodes/experimental_detectron_topkrois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/experimental_detectron_topkrois.h b/src/plugins/intel_cpu/src/nodes/experimental_detectron_topkrois.h index 98dac3e981b..5c2db1fa230 100644 --- a/src/plugins/intel_cpu/src/nodes/experimental_detectron_topkrois.h +++ b/src/plugins/intel_cpu/src/nodes/experimental_detectron_topkrois.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/extract_image_patches.cpp b/src/plugins/intel_cpu/src/nodes/extract_image_patches.cpp index 426fb5b8790..185ff6bfd21 100644 --- a/src/plugins/intel_cpu/src/nodes/extract_image_patches.cpp +++ b/src/plugins/intel_cpu/src/nodes/extract_image_patches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/extract_image_patches.h b/src/plugins/intel_cpu/src/nodes/extract_image_patches.h index f4f926910ac..15220fd51a4 100644 --- a/src/plugins/intel_cpu/src/nodes/extract_image_patches.h +++ b/src/plugins/intel_cpu/src/nodes/extract_image_patches.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/fake_quantize.cpp b/src/plugins/intel_cpu/src/nodes/fake_quantize.cpp index f98b43c6503..fa823d79c3c 100644 --- a/src/plugins/intel_cpu/src/nodes/fake_quantize.cpp +++ b/src/plugins/intel_cpu/src/nodes/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/fake_quantize.h b/src/plugins/intel_cpu/src/nodes/fake_quantize.h index ade6a1d74e8..62aea609245 100644 --- a/src/plugins/intel_cpu/src/nodes/fake_quantize.h +++ b/src/plugins/intel_cpu/src/nodes/fake_quantize.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/fullyconnected.cpp b/src/plugins/intel_cpu/src/nodes/fullyconnected.cpp index 1f1e8c104c1..22801c4a54b 100644 --- a/src/plugins/intel_cpu/src/nodes/fullyconnected.cpp +++ b/src/plugins/intel_cpu/src/nodes/fullyconnected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/fullyconnected.h b/src/plugins/intel_cpu/src/nodes/fullyconnected.h index f0ee39ee183..66ea32d7a0b 100644 --- a/src/plugins/intel_cpu/src/nodes/fullyconnected.h +++ b/src/plugins/intel_cpu/src/nodes/fullyconnected.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/gather.cpp b/src/plugins/intel_cpu/src/nodes/gather.cpp index e4011e31289..1f2dea2812a 100644 --- a/src/plugins/intel_cpu/src/nodes/gather.cpp +++ b/src/plugins/intel_cpu/src/nodes/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/gather.h b/src/plugins/intel_cpu/src/nodes/gather.h index 5e6b6c99958..9b753d5cce3 100644 --- a/src/plugins/intel_cpu/src/nodes/gather.h +++ b/src/plugins/intel_cpu/src/nodes/gather.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/gather_elements.cpp b/src/plugins/intel_cpu/src/nodes/gather_elements.cpp index 4fda1cc49c9..f0fd14121b2 100644 --- a/src/plugins/intel_cpu/src/nodes/gather_elements.cpp +++ b/src/plugins/intel_cpu/src/nodes/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/gather_elements.h b/src/plugins/intel_cpu/src/nodes/gather_elements.h index e980855eeac..3c2282401f7 100644 --- a/src/plugins/intel_cpu/src/nodes/gather_elements.h +++ b/src/plugins/intel_cpu/src/nodes/gather_elements.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/gather_nd.cpp b/src/plugins/intel_cpu/src/nodes/gather_nd.cpp index b6ed0e0e9bb..86723215a35 100644 --- a/src/plugins/intel_cpu/src/nodes/gather_nd.cpp +++ b/src/plugins/intel_cpu/src/nodes/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/gather_nd.h b/src/plugins/intel_cpu/src/nodes/gather_nd.h index 7b66bf612b8..ed643a2da08 100644 --- a/src/plugins/intel_cpu/src/nodes/gather_nd.h +++ b/src/plugins/intel_cpu/src/nodes/gather_nd.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/gather_tree.cpp b/src/plugins/intel_cpu/src/nodes/gather_tree.cpp index d5ae7f9f9ce..8a14220b165 100644 --- a/src/plugins/intel_cpu/src/nodes/gather_tree.cpp +++ b/src/plugins/intel_cpu/src/nodes/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/gather_tree.h b/src/plugins/intel_cpu/src/nodes/gather_tree.h index b7aa1b6aa8a..69d63f834b5 100644 --- a/src/plugins/intel_cpu/src/nodes/gather_tree.h +++ b/src/plugins/intel_cpu/src/nodes/gather_tree.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/generate_proposals.cpp b/src/plugins/intel_cpu/src/nodes/generate_proposals.cpp index 7af995ab505..ae32e1e4729 100644 --- a/src/plugins/intel_cpu/src/nodes/generate_proposals.cpp +++ b/src/plugins/intel_cpu/src/nodes/generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/generate_proposals.h b/src/plugins/intel_cpu/src/nodes/generate_proposals.h index bb121cb973e..5438f30011d 100644 --- a/src/plugins/intel_cpu/src/nodes/generate_proposals.h +++ b/src/plugins/intel_cpu/src/nodes/generate_proposals.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/grid_sample.cpp b/src/plugins/intel_cpu/src/nodes/grid_sample.cpp index 912048b87b0..eb143a1ad55 100644 --- a/src/plugins/intel_cpu/src/nodes/grid_sample.cpp +++ b/src/plugins/intel_cpu/src/nodes/grid_sample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/grid_sample.hpp b/src/plugins/intel_cpu/src/nodes/grid_sample.hpp index 197dd5a2eb0..0d172bd5c3e 100644 --- a/src/plugins/intel_cpu/src/nodes/grid_sample.hpp +++ b/src/plugins/intel_cpu/src/nodes/grid_sample.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/grn.cpp b/src/plugins/intel_cpu/src/nodes/grn.cpp index 1b7d2aeabd0..83e554acf8b 100644 --- a/src/plugins/intel_cpu/src/nodes/grn.cpp +++ b/src/plugins/intel_cpu/src/nodes/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/grn.h b/src/plugins/intel_cpu/src/nodes/grn.h index c3efa647c5f..52e77318e21 100644 --- a/src/plugins/intel_cpu/src/nodes/grn.h +++ b/src/plugins/intel_cpu/src/nodes/grn.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/if.cpp b/src/plugins/intel_cpu/src/nodes/if.cpp index 40535463912..abddc3558ab 100644 --- a/src/plugins/intel_cpu/src/nodes/if.cpp +++ b/src/plugins/intel_cpu/src/nodes/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/if.h b/src/plugins/intel_cpu/src/nodes/if.h index ff41bd2a8c6..f858c92b0b2 100644 --- a/src/plugins/intel_cpu/src/nodes/if.h +++ b/src/plugins/intel_cpu/src/nodes/if.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/input.cpp b/src/plugins/intel_cpu/src/nodes/input.cpp index 543278e8599..03054af7054 100644 --- a/src/plugins/intel_cpu/src/nodes/input.cpp +++ b/src/plugins/intel_cpu/src/nodes/input.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/input.h b/src/plugins/intel_cpu/src/nodes/input.h index d35ccb48c3a..9b304e5a75a 100644 --- a/src/plugins/intel_cpu/src/nodes/input.h +++ b/src/plugins/intel_cpu/src/nodes/input.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/interaction.cpp b/src/plugins/intel_cpu/src/nodes/interaction.cpp index 5e27dd13923..b089a0493a8 100644 --- a/src/plugins/intel_cpu/src/nodes/interaction.cpp +++ b/src/plugins/intel_cpu/src/nodes/interaction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/interaction.h b/src/plugins/intel_cpu/src/nodes/interaction.h index 5a780eb8c78..448484a2512 100644 --- a/src/plugins/intel_cpu/src/nodes/interaction.h +++ b/src/plugins/intel_cpu/src/nodes/interaction.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/interpolate.cpp b/src/plugins/intel_cpu/src/nodes/interpolate.cpp index 0d80ab778be..34cdf4b9aa7 100644 --- a/src/plugins/intel_cpu/src/nodes/interpolate.cpp +++ b/src/plugins/intel_cpu/src/nodes/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/interpolate.h b/src/plugins/intel_cpu/src/nodes/interpolate.h index 0e7e4f7d517..e8d09ee2402 100644 --- a/src/plugins/intel_cpu/src/nodes/interpolate.h +++ b/src/plugins/intel_cpu/src/nodes/interpolate.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_memcpy.cpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_memcpy.cpp index f2147479d4b..08d9635da9f 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_memcpy.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_memcpy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_memcpy.hpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_memcpy.hpp index 29202eaecb1..68bf5174758 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_memcpy.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_memcpy.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_quant.cpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_quant.cpp index 018b52b4bd1..316e251975d 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_quant.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_quant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_quant.hpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_quant.hpp index a95aa8e630c..eecc75af803 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_quant.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/attn_quant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/common.hpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/common.hpp index 231a9d2c51f..f7afc9641bb 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/common.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/common.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.cpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.cpp index aa9643fe7b0..3121a5852d1 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.hpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.hpp index 8bf05a2d9da..e29e2bae0aa 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax.cpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax.cpp index 92d96858c8c..d91db322a94 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax.hpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax.hpp index e439399d237..8528d3d35a7 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax_kernel.hpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax_kernel.hpp index 500ae6e184f..0327742253c 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax_kernel.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/softmax_kernel.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/brgemm_kernel.cpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/brgemm_kernel.cpp index 94f8e2bed37..6aea1119788 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/brgemm_kernel.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/brgemm_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/brgemm_kernel.hpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/brgemm_kernel.hpp index 56644884096..7ba637722dc 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/brgemm_kernel.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/brgemm_kernel.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/grid_sample.cpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/grid_sample.cpp index 28d697b3a96..e56de2dd892 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/grid_sample.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/grid_sample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/grid_sample.hpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/grid_sample.hpp index 463fc94eeff..cb13d62c350 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/grid_sample.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/grid_sample.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel.cpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel.cpp index 0464e16f410..cd8b32d9ad2 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel.hpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel.hpp index ecc3688c683..8934bf5dff0 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel_base.cpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel_base.cpp index 3110e616a20..f62d6e6c351 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel_base.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel_base.hpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel_base.hpp index f17eb9a02d8..260d7196331 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel_base.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/jit_kernel_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/non_max_suppression.cpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/non_max_suppression.cpp index f55fafad03a..6ec25067cec 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/non_max_suppression.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/non_max_suppression.hpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/non_max_suppression.hpp index 5cd34dc64ac..2b5cf495c42 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/non_max_suppression.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/non_max_suppression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/random_uniform.cpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/random_uniform.cpp index 301c2f7e08f..b0cca95d1b3 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/random_uniform.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/kernels/x64/random_uniform.hpp b/src/plugins/intel_cpu/src/nodes/kernels/x64/random_uniform.hpp index 366be4c3a13..b25747730e3 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/x64/random_uniform.hpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/x64/random_uniform.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/log_softmax.cpp b/src/plugins/intel_cpu/src/nodes/log_softmax.cpp index 5dd7653d060..7c0c90ddb2c 100644 --- a/src/plugins/intel_cpu/src/nodes/log_softmax.cpp +++ b/src/plugins/intel_cpu/src/nodes/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/log_softmax.h b/src/plugins/intel_cpu/src/nodes/log_softmax.h index 775e1174e8c..1c8eb7926b0 100644 --- a/src/plugins/intel_cpu/src/nodes/log_softmax.h +++ b/src/plugins/intel_cpu/src/nodes/log_softmax.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/lrn.cpp b/src/plugins/intel_cpu/src/nodes/lrn.cpp index f0efb8ba5ed..c2512a16fc4 100644 --- a/src/plugins/intel_cpu/src/nodes/lrn.cpp +++ b/src/plugins/intel_cpu/src/nodes/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/lrn.h b/src/plugins/intel_cpu/src/nodes/lrn.h index d56e45cae47..33bee67a4ee 100644 --- a/src/plugins/intel_cpu/src/nodes/lrn.h +++ b/src/plugins/intel_cpu/src/nodes/lrn.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/mathematics.cpp b/src/plugins/intel_cpu/src/nodes/mathematics.cpp index e248c88e241..2091939a580 100644 --- a/src/plugins/intel_cpu/src/nodes/mathematics.cpp +++ b/src/plugins/intel_cpu/src/nodes/mathematics.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/mathematics.h b/src/plugins/intel_cpu/src/nodes/mathematics.h index 18743a925d1..aad778910d5 100644 --- a/src/plugins/intel_cpu/src/nodes/mathematics.h +++ b/src/plugins/intel_cpu/src/nodes/mathematics.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/matmul.cpp b/src/plugins/intel_cpu/src/nodes/matmul.cpp index 91886211416..bcd95974e7f 100644 --- a/src/plugins/intel_cpu/src/nodes/matmul.cpp +++ b/src/plugins/intel_cpu/src/nodes/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/matmul.h b/src/plugins/intel_cpu/src/nodes/matmul.h index 8b1eec8797b..7b8f064e172 100644 --- a/src/plugins/intel_cpu/src/nodes/matmul.h +++ b/src/plugins/intel_cpu/src/nodes/matmul.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/matrix_nms.cpp b/src/plugins/intel_cpu/src/nodes/matrix_nms.cpp index e8e31a2b805..354ac92f927 100644 --- a/src/plugins/intel_cpu/src/nodes/matrix_nms.cpp +++ b/src/plugins/intel_cpu/src/nodes/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/matrix_nms.h b/src/plugins/intel_cpu/src/nodes/matrix_nms.h index 9c65f24d90f..6afa9c09c75 100644 --- a/src/plugins/intel_cpu/src/nodes/matrix_nms.h +++ b/src/plugins/intel_cpu/src/nodes/matrix_nms.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/memory.cpp b/src/plugins/intel_cpu/src/nodes/memory.cpp index 532be191fa2..ccd777f8997 100644 --- a/src/plugins/intel_cpu/src/nodes/memory.cpp +++ b/src/plugins/intel_cpu/src/nodes/memory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/memory.hpp b/src/plugins/intel_cpu/src/nodes/memory.hpp index 7946d0f9ec5..628fb7cfd92 100644 --- a/src/plugins/intel_cpu/src/nodes/memory.hpp +++ b/src/plugins/intel_cpu/src/nodes/memory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/mha.cpp b/src/plugins/intel_cpu/src/nodes/mha.cpp index e46bcb09b70..3e87225fdbd 100644 --- a/src/plugins/intel_cpu/src/nodes/mha.cpp +++ b/src/plugins/intel_cpu/src/nodes/mha.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/mha.h b/src/plugins/intel_cpu/src/nodes/mha.h index 2657d8c88ad..cd272c086e2 100644 --- a/src/plugins/intel_cpu/src/nodes/mha.h +++ b/src/plugins/intel_cpu/src/nodes/mha.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/multiclass_nms.cpp b/src/plugins/intel_cpu/src/nodes/multiclass_nms.cpp index 13268bb4e76..e87fd69fd9c 100644 --- a/src/plugins/intel_cpu/src/nodes/multiclass_nms.cpp +++ b/src/plugins/intel_cpu/src/nodes/multiclass_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/multiclass_nms.hpp b/src/plugins/intel_cpu/src/nodes/multiclass_nms.hpp index 16df2d12fd3..ea5d166351e 100644 --- a/src/plugins/intel_cpu/src/nodes/multiclass_nms.hpp +++ b/src/plugins/intel_cpu/src/nodes/multiclass_nms.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/multinomial.cpp b/src/plugins/intel_cpu/src/nodes/multinomial.cpp index cefea23a8f4..38413c145f1 100644 --- a/src/plugins/intel_cpu/src/nodes/multinomial.cpp +++ b/src/plugins/intel_cpu/src/nodes/multinomial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/multinomial.hpp b/src/plugins/intel_cpu/src/nodes/multinomial.hpp index b5e811dcd66..d4e1562a34a 100644 --- a/src/plugins/intel_cpu/src/nodes/multinomial.hpp +++ b/src/plugins/intel_cpu/src/nodes/multinomial.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/mvn.cpp b/src/plugins/intel_cpu/src/nodes/mvn.cpp index d251200d7b4..e8d99c7947f 100644 --- a/src/plugins/intel_cpu/src/nodes/mvn.cpp +++ b/src/plugins/intel_cpu/src/nodes/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/mvn.h b/src/plugins/intel_cpu/src/nodes/mvn.h index 1e0b3a2038c..8d55cac0f7d 100644 --- a/src/plugins/intel_cpu/src/nodes/mvn.h +++ b/src/plugins/intel_cpu/src/nodes/mvn.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/ngram.cpp b/src/plugins/intel_cpu/src/nodes/ngram.cpp index 573a9d6480f..02c2493fc0f 100644 --- a/src/plugins/intel_cpu/src/nodes/ngram.cpp +++ b/src/plugins/intel_cpu/src/nodes/ngram.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/ngram.h b/src/plugins/intel_cpu/src/nodes/ngram.h index 61be05f507c..91a5aded67b 100644 --- a/src/plugins/intel_cpu/src/nodes/ngram.h +++ b/src/plugins/intel_cpu/src/nodes/ngram.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/node_config.h b/src/plugins/intel_cpu/src/nodes/node_config.h index fe92f500d97..d814f0ee65d 100644 --- a/src/plugins/intel_cpu/src/nodes/node_config.h +++ b/src/plugins/intel_cpu/src/nodes/node_config.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/non_max_suppression.cpp b/src/plugins/intel_cpu/src/nodes/non_max_suppression.cpp index 38f0ec16c4a..9eb47e038c9 100644 --- a/src/plugins/intel_cpu/src/nodes/non_max_suppression.cpp +++ b/src/plugins/intel_cpu/src/nodes/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // // Copyright (c) Facebook, Inc. and its affiliates. diff --git a/src/plugins/intel_cpu/src/nodes/non_max_suppression.h b/src/plugins/intel_cpu/src/nodes/non_max_suppression.h index 393b04faf93..025c46f5799 100644 --- a/src/plugins/intel_cpu/src/nodes/non_max_suppression.h +++ b/src/plugins/intel_cpu/src/nodes/non_max_suppression.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/non_zero.cpp b/src/plugins/intel_cpu/src/nodes/non_zero.cpp index e7d867b8bca..b2246e48866 100644 --- a/src/plugins/intel_cpu/src/nodes/non_zero.cpp +++ b/src/plugins/intel_cpu/src/nodes/non_zero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/non_zero.h b/src/plugins/intel_cpu/src/nodes/non_zero.h index a078e9a058d..515ff965055 100644 --- a/src/plugins/intel_cpu/src/nodes/non_zero.h +++ b/src/plugins/intel_cpu/src/nodes/non_zero.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/normalize.cpp b/src/plugins/intel_cpu/src/nodes/normalize.cpp index 8b8b7b10bbc..29b536b3773 100644 --- a/src/plugins/intel_cpu/src/nodes/normalize.cpp +++ b/src/plugins/intel_cpu/src/nodes/normalize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/normalize.h b/src/plugins/intel_cpu/src/nodes/normalize.h index de9c2d61d64..a05925a15de 100644 --- a/src/plugins/intel_cpu/src/nodes/normalize.h +++ b/src/plugins/intel_cpu/src/nodes/normalize.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/one_hot.cpp b/src/plugins/intel_cpu/src/nodes/one_hot.cpp index ba3637069a8..f9d74a0f754 100644 --- a/src/plugins/intel_cpu/src/nodes/one_hot.cpp +++ b/src/plugins/intel_cpu/src/nodes/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/one_hot.h b/src/plugins/intel_cpu/src/nodes/one_hot.h index 99baf4f9643..e2a3b84a753 100644 --- a/src/plugins/intel_cpu/src/nodes/one_hot.h +++ b/src/plugins/intel_cpu/src/nodes/one_hot.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/pad.cpp b/src/plugins/intel_cpu/src/nodes/pad.cpp index edfae076bef..dbc31f0f112 100644 --- a/src/plugins/intel_cpu/src/nodes/pad.cpp +++ b/src/plugins/intel_cpu/src/nodes/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/pad.h b/src/plugins/intel_cpu/src/nodes/pad.h index c59d17c4d85..f2fcd9cc3c2 100644 --- a/src/plugins/intel_cpu/src/nodes/pad.h +++ b/src/plugins/intel_cpu/src/nodes/pad.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/pooling.cpp b/src/plugins/intel_cpu/src/nodes/pooling.cpp index 144d0678784..f7c7df94e62 100644 --- a/src/plugins/intel_cpu/src/nodes/pooling.cpp +++ b/src/plugins/intel_cpu/src/nodes/pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/pooling.h b/src/plugins/intel_cpu/src/nodes/pooling.h index b38cf7cfd91..e526f144a5c 100644 --- a/src/plugins/intel_cpu/src/nodes/pooling.h +++ b/src/plugins/intel_cpu/src/nodes/pooling.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/priorbox.cpp b/src/plugins/intel_cpu/src/nodes/priorbox.cpp index 6eb269a6e9d..4adc9038c4b 100644 --- a/src/plugins/intel_cpu/src/nodes/priorbox.cpp +++ b/src/plugins/intel_cpu/src/nodes/priorbox.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/priorbox.h b/src/plugins/intel_cpu/src/nodes/priorbox.h index cc37b6aed7c..ced0492cd31 100644 --- a/src/plugins/intel_cpu/src/nodes/priorbox.h +++ b/src/plugins/intel_cpu/src/nodes/priorbox.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/priorbox_clustered.cpp b/src/plugins/intel_cpu/src/nodes/priorbox_clustered.cpp index cbb7d3eaae1..2010019b50a 100644 --- a/src/plugins/intel_cpu/src/nodes/priorbox_clustered.cpp +++ b/src/plugins/intel_cpu/src/nodes/priorbox_clustered.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/priorbox_clustered.h b/src/plugins/intel_cpu/src/nodes/priorbox_clustered.h index a822bac696c..2696f77bcb0 100644 --- a/src/plugins/intel_cpu/src/nodes/priorbox_clustered.h +++ b/src/plugins/intel_cpu/src/nodes/priorbox_clustered.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/proposal.cpp b/src/plugins/intel_cpu/src/nodes/proposal.cpp index 68c0b9f9009..f2cfb448755 100644 --- a/src/plugins/intel_cpu/src/nodes/proposal.cpp +++ b/src/plugins/intel_cpu/src/nodes/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/proposal.h b/src/plugins/intel_cpu/src/nodes/proposal.h index 4255783e7ca..c9fc8661de1 100644 --- a/src/plugins/intel_cpu/src/nodes/proposal.h +++ b/src/plugins/intel_cpu/src/nodes/proposal.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // \ diff --git a/src/plugins/intel_cpu/src/nodes/proposal_imp.cpp b/src/plugins/intel_cpu/src/nodes/proposal_imp.cpp index 54761c1e212..844ef351e39 100644 --- a/src/plugins/intel_cpu/src/nodes/proposal_imp.cpp +++ b/src/plugins/intel_cpu/src/nodes/proposal_imp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/proposal_imp.hpp b/src/plugins/intel_cpu/src/nodes/proposal_imp.hpp index 63a25f2b2cd..212fc63e9fb 100644 --- a/src/plugins/intel_cpu/src/nodes/proposal_imp.hpp +++ b/src/plugins/intel_cpu/src/nodes/proposal_imp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/psroi_pooling.cpp b/src/plugins/intel_cpu/src/nodes/psroi_pooling.cpp index b4511cc84f8..e0c130e0ba6 100644 --- a/src/plugins/intel_cpu/src/nodes/psroi_pooling.cpp +++ b/src/plugins/intel_cpu/src/nodes/psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/psroi_pooling.h b/src/plugins/intel_cpu/src/nodes/psroi_pooling.h index ea0d0e13d33..70693fdf489 100644 --- a/src/plugins/intel_cpu/src/nodes/psroi_pooling.h +++ b/src/plugins/intel_cpu/src/nodes/psroi_pooling.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/random_uniform.cpp b/src/plugins/intel_cpu/src/nodes/random_uniform.cpp index bcc018b7e8c..544b3cf2471 100644 --- a/src/plugins/intel_cpu/src/nodes/random_uniform.cpp +++ b/src/plugins/intel_cpu/src/nodes/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/random_uniform.hpp b/src/plugins/intel_cpu/src/nodes/random_uniform.hpp index ecbfebdf5d7..237480cd06a 100644 --- a/src/plugins/intel_cpu/src/nodes/random_uniform.hpp +++ b/src/plugins/intel_cpu/src/nodes/random_uniform.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/range.cpp b/src/plugins/intel_cpu/src/nodes/range.cpp index 5cb23e754f4..be441a6c11c 100644 --- a/src/plugins/intel_cpu/src/nodes/range.cpp +++ b/src/plugins/intel_cpu/src/nodes/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/range.h b/src/plugins/intel_cpu/src/nodes/range.h index 9cf8005667c..49cf4dc532e 100644 --- a/src/plugins/intel_cpu/src/nodes/range.h +++ b/src/plugins/intel_cpu/src/nodes/range.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/rdft.h b/src/plugins/intel_cpu/src/nodes/rdft.h index e7eeeb6fc66..f699b361d9f 100644 --- a/src/plugins/intel_cpu/src/nodes/rdft.h +++ b/src/plugins/intel_cpu/src/nodes/rdft.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reduce.cpp b/src/plugins/intel_cpu/src/nodes/reduce.cpp index e8e7a5ead0c..c9a8cb091a3 100644 --- a/src/plugins/intel_cpu/src/nodes/reduce.cpp +++ b/src/plugins/intel_cpu/src/nodes/reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reduce.h b/src/plugins/intel_cpu/src/nodes/reduce.h index 82aecc2d005..c113a9f7714 100644 --- a/src/plugins/intel_cpu/src/nodes/reduce.h +++ b/src/plugins/intel_cpu/src/nodes/reduce.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reference.cpp b/src/plugins/intel_cpu/src/nodes/reference.cpp index 947568fa366..e55470e4404 100644 --- a/src/plugins/intel_cpu/src/nodes/reference.cpp +++ b/src/plugins/intel_cpu/src/nodes/reference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reference.h b/src/plugins/intel_cpu/src/nodes/reference.h index 9f35f0398e5..25a285a4e72 100644 --- a/src/plugins/intel_cpu/src/nodes/reference.h +++ b/src/plugins/intel_cpu/src/nodes/reference.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/region_yolo.cpp b/src/plugins/intel_cpu/src/nodes/region_yolo.cpp index 4ff8ba57e02..8ea69feea30 100644 --- a/src/plugins/intel_cpu/src/nodes/region_yolo.cpp +++ b/src/plugins/intel_cpu/src/nodes/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/region_yolo.h b/src/plugins/intel_cpu/src/nodes/region_yolo.h index a168e828888..c4330ca2741 100644 --- a/src/plugins/intel_cpu/src/nodes/region_yolo.h +++ b/src/plugins/intel_cpu/src/nodes/region_yolo.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reorder.cpp b/src/plugins/intel_cpu/src/nodes/reorder.cpp index 1d4cbc8ac45..a0d3f101f57 100644 --- a/src/plugins/intel_cpu/src/nodes/reorder.cpp +++ b/src/plugins/intel_cpu/src/nodes/reorder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reorder.h b/src/plugins/intel_cpu/src/nodes/reorder.h index baf73b52342..07a7b7b5323 100644 --- a/src/plugins/intel_cpu/src/nodes/reorder.h +++ b/src/plugins/intel_cpu/src/nodes/reorder.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reorg_yolo.cpp b/src/plugins/intel_cpu/src/nodes/reorg_yolo.cpp index 8833034e5ad..1f37e15edae 100644 --- a/src/plugins/intel_cpu/src/nodes/reorg_yolo.cpp +++ b/src/plugins/intel_cpu/src/nodes/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reorg_yolo.h b/src/plugins/intel_cpu/src/nodes/reorg_yolo.h index 9d9951ebefd..190291ff06a 100644 --- a/src/plugins/intel_cpu/src/nodes/reorg_yolo.h +++ b/src/plugins/intel_cpu/src/nodes/reorg_yolo.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reshape.cpp b/src/plugins/intel_cpu/src/nodes/reshape.cpp index ac96aabebe7..6e3dea09db2 100644 --- a/src/plugins/intel_cpu/src/nodes/reshape.cpp +++ b/src/plugins/intel_cpu/src/nodes/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reshape.h b/src/plugins/intel_cpu/src/nodes/reshape.h index 7a9a1c01cc5..887fc6f739b 100644 --- a/src/plugins/intel_cpu/src/nodes/reshape.h +++ b/src/plugins/intel_cpu/src/nodes/reshape.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reverse_sequence.cpp b/src/plugins/intel_cpu/src/nodes/reverse_sequence.cpp index d0b52d906d6..8c637a3896f 100644 --- a/src/plugins/intel_cpu/src/nodes/reverse_sequence.cpp +++ b/src/plugins/intel_cpu/src/nodes/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/reverse_sequence.h b/src/plugins/intel_cpu/src/nodes/reverse_sequence.h index 6bb3d1c400a..7260b73e3c6 100644 --- a/src/plugins/intel_cpu/src/nodes/reverse_sequence.h +++ b/src/plugins/intel_cpu/src/nodes/reverse_sequence.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/rnn.cpp b/src/plugins/intel_cpu/src/nodes/rnn.cpp index c5efc984eb0..74b65c2a884 100644 --- a/src/plugins/intel_cpu/src/nodes/rnn.cpp +++ b/src/plugins/intel_cpu/src/nodes/rnn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/rnn.h b/src/plugins/intel_cpu/src/nodes/rnn.h index 604a01330f6..2ee4c6c9341 100644 --- a/src/plugins/intel_cpu/src/nodes/rnn.h +++ b/src/plugins/intel_cpu/src/nodes/rnn.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/roi_align.cpp b/src/plugins/intel_cpu/src/nodes/roi_align.cpp index 5822abb4e07..61bedf62811 100644 --- a/src/plugins/intel_cpu/src/nodes/roi_align.cpp +++ b/src/plugins/intel_cpu/src/nodes/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/roi_align.h b/src/plugins/intel_cpu/src/nodes/roi_align.h index 302570f197f..7e3e6f42f95 100644 --- a/src/plugins/intel_cpu/src/nodes/roi_align.h +++ b/src/plugins/intel_cpu/src/nodes/roi_align.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/roi_pooling.cpp b/src/plugins/intel_cpu/src/nodes/roi_pooling.cpp index ae398dd9166..ab37699cf42 100644 --- a/src/plugins/intel_cpu/src/nodes/roi_pooling.cpp +++ b/src/plugins/intel_cpu/src/nodes/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/roi_pooling.h b/src/plugins/intel_cpu/src/nodes/roi_pooling.h index 9a7c5bf00b1..466a2b4ad97 100644 --- a/src/plugins/intel_cpu/src/nodes/roi_pooling.h +++ b/src/plugins/intel_cpu/src/nodes/roi_pooling.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/roll.cpp b/src/plugins/intel_cpu/src/nodes/roll.cpp index 072d128d10e..6f6ad7edc20 100644 --- a/src/plugins/intel_cpu/src/nodes/roll.cpp +++ b/src/plugins/intel_cpu/src/nodes/roll.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/roll.h b/src/plugins/intel_cpu/src/nodes/roll.h index c1a89dc75df..058b8eb26bc 100644 --- a/src/plugins/intel_cpu/src/nodes/roll.h +++ b/src/plugins/intel_cpu/src/nodes/roll.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/rope.cpp b/src/plugins/intel_cpu/src/nodes/rope.cpp index 970279c41c0..5b4878abad8 100644 --- a/src/plugins/intel_cpu/src/nodes/rope.cpp +++ b/src/plugins/intel_cpu/src/nodes/rope.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/rope.h b/src/plugins/intel_cpu/src/nodes/rope.h index c0264d2065a..32ead2397ac 100644 --- a/src/plugins/intel_cpu/src/nodes/rope.h +++ b/src/plugins/intel_cpu/src/nodes/rope.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/scaled_attn.cpp b/src/plugins/intel_cpu/src/nodes/scaled_attn.cpp index f089f785ce7..ffe1f6b39cf 100644 --- a/src/plugins/intel_cpu/src/nodes/scaled_attn.cpp +++ b/src/plugins/intel_cpu/src/nodes/scaled_attn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/scaled_attn.h b/src/plugins/intel_cpu/src/nodes/scaled_attn.h index b7e59927a6a..d4ae2df8c76 100644 --- a/src/plugins/intel_cpu/src/nodes/scaled_attn.h +++ b/src/plugins/intel_cpu/src/nodes/scaled_attn.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/scatter_update.cpp b/src/plugins/intel_cpu/src/nodes/scatter_update.cpp index c4406b364f2..09951387b68 100644 --- a/src/plugins/intel_cpu/src/nodes/scatter_update.cpp +++ b/src/plugins/intel_cpu/src/nodes/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/scatter_update.h b/src/plugins/intel_cpu/src/nodes/scatter_update.h index e4c2d7f321e..cd6a5bb4cce 100644 --- a/src/plugins/intel_cpu/src/nodes/scatter_update.h +++ b/src/plugins/intel_cpu/src/nodes/scatter_update.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/shapeof.cpp b/src/plugins/intel_cpu/src/nodes/shapeof.cpp index e4596a7f9de..af5df8e2878 100644 --- a/src/plugins/intel_cpu/src/nodes/shapeof.cpp +++ b/src/plugins/intel_cpu/src/nodes/shapeof.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/shapeof.h b/src/plugins/intel_cpu/src/nodes/shapeof.h index 0c2363cd991..fbdb689ed08 100644 --- a/src/plugins/intel_cpu/src/nodes/shapeof.h +++ b/src/plugins/intel_cpu/src/nodes/shapeof.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/shuffle_channels.cpp b/src/plugins/intel_cpu/src/nodes/shuffle_channels.cpp index 02adcc9f635..72ecca666c3 100644 --- a/src/plugins/intel_cpu/src/nodes/shuffle_channels.cpp +++ b/src/plugins/intel_cpu/src/nodes/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/shuffle_channels.h b/src/plugins/intel_cpu/src/nodes/shuffle_channels.h index a1cc16aab66..f5e7d9e8cd3 100644 --- a/src/plugins/intel_cpu/src/nodes/shuffle_channels.h +++ b/src/plugins/intel_cpu/src/nodes/shuffle_channels.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/softmax.cpp b/src/plugins/intel_cpu/src/nodes/softmax.cpp index a49140770c3..c61a79096a1 100644 --- a/src/plugins/intel_cpu/src/nodes/softmax.cpp +++ b/src/plugins/intel_cpu/src/nodes/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/softmax.h b/src/plugins/intel_cpu/src/nodes/softmax.h index c45417ecd3b..c98c7cb331a 100644 --- a/src/plugins/intel_cpu/src/nodes/softmax.h +++ b/src/plugins/intel_cpu/src/nodes/softmax.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/space_to_batch.cpp b/src/plugins/intel_cpu/src/nodes/space_to_batch.cpp index cbfa4b40a14..f3da2510241 100644 --- a/src/plugins/intel_cpu/src/nodes/space_to_batch.cpp +++ b/src/plugins/intel_cpu/src/nodes/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/space_to_batch.h b/src/plugins/intel_cpu/src/nodes/space_to_batch.h index 42b1bba2491..d9126764e5d 100644 --- a/src/plugins/intel_cpu/src/nodes/space_to_batch.h +++ b/src/plugins/intel_cpu/src/nodes/space_to_batch.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/space_to_depth.cpp b/src/plugins/intel_cpu/src/nodes/space_to_depth.cpp index 747b9a6aa10..3a5a3033b10 100644 --- a/src/plugins/intel_cpu/src/nodes/space_to_depth.cpp +++ b/src/plugins/intel_cpu/src/nodes/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/space_to_depth.h b/src/plugins/intel_cpu/src/nodes/space_to_depth.h index 7b7dd2f7bfa..18bc2feb439 100644 --- a/src/plugins/intel_cpu/src/nodes/space_to_depth.h +++ b/src/plugins/intel_cpu/src/nodes/space_to_depth.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/split.cpp b/src/plugins/intel_cpu/src/nodes/split.cpp index b353431c40e..f2dac441bb8 100644 --- a/src/plugins/intel_cpu/src/nodes/split.cpp +++ b/src/plugins/intel_cpu/src/nodes/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/split.h b/src/plugins/intel_cpu/src/nodes/split.h index b2b15058682..02af229541f 100644 --- a/src/plugins/intel_cpu/src/nodes/split.h +++ b/src/plugins/intel_cpu/src/nodes/split.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/strided_slice.cpp b/src/plugins/intel_cpu/src/nodes/strided_slice.cpp index a59eea3f0f4..8cd8c7a6ae1 100644 --- a/src/plugins/intel_cpu/src/nodes/strided_slice.cpp +++ b/src/plugins/intel_cpu/src/nodes/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/strided_slice.h b/src/plugins/intel_cpu/src/nodes/strided_slice.h index 3a8338c97e2..51f339e1867 100644 --- a/src/plugins/intel_cpu/src/nodes/strided_slice.h +++ b/src/plugins/intel_cpu/src/nodes/strided_slice.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/subgraph.cpp b/src/plugins/intel_cpu/src/nodes/subgraph.cpp index 667932d70f7..f7a50ffa148 100644 --- a/src/plugins/intel_cpu/src/nodes/subgraph.cpp +++ b/src/plugins/intel_cpu/src/nodes/subgraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "subgraph.h" diff --git a/src/plugins/intel_cpu/src/nodes/tensoriterator.cpp b/src/plugins/intel_cpu/src/nodes/tensoriterator.cpp index 9ce943b3ae2..be92779e481 100644 --- a/src/plugins/intel_cpu/src/nodes/tensoriterator.cpp +++ b/src/plugins/intel_cpu/src/nodes/tensoriterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/tensoriterator.h b/src/plugins/intel_cpu/src/nodes/tensoriterator.h index e2968d274e2..4a8229605e2 100644 --- a/src/plugins/intel_cpu/src/nodes/tensoriterator.h +++ b/src/plugins/intel_cpu/src/nodes/tensoriterator.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/tile.cpp b/src/plugins/intel_cpu/src/nodes/tile.cpp index 3272d8a2b0e..82b9923bcf6 100644 --- a/src/plugins/intel_cpu/src/nodes/tile.cpp +++ b/src/plugins/intel_cpu/src/nodes/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/tile.h b/src/plugins/intel_cpu/src/nodes/tile.h index 2edda6e0f88..eae62761f44 100644 --- a/src/plugins/intel_cpu/src/nodes/tile.h +++ b/src/plugins/intel_cpu/src/nodes/tile.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/topk.cpp b/src/plugins/intel_cpu/src/nodes/topk.cpp index 2e8c029a03a..be8ac05d85b 100644 --- a/src/plugins/intel_cpu/src/nodes/topk.cpp +++ b/src/plugins/intel_cpu/src/nodes/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/topk.h b/src/plugins/intel_cpu/src/nodes/topk.h index d8992e3bd04..cf8095b35f7 100644 --- a/src/plugins/intel_cpu/src/nodes/topk.h +++ b/src/plugins/intel_cpu/src/nodes/topk.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/transpose.cpp b/src/plugins/intel_cpu/src/nodes/transpose.cpp index 9baa63be581..9a958be2ead 100644 --- a/src/plugins/intel_cpu/src/nodes/transpose.cpp +++ b/src/plugins/intel_cpu/src/nodes/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/transpose.h b/src/plugins/intel_cpu/src/nodes/transpose.h index 3d96576eff3..03b65c13336 100644 --- a/src/plugins/intel_cpu/src/nodes/transpose.h +++ b/src/plugins/intel_cpu/src/nodes/transpose.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/unique.cpp b/src/plugins/intel_cpu/src/nodes/unique.cpp index 153da710de2..ad322756ab2 100644 --- a/src/plugins/intel_cpu/src/nodes/unique.cpp +++ b/src/plugins/intel_cpu/src/nodes/unique.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/nodes/unique.hpp b/src/plugins/intel_cpu/src/nodes/unique.hpp index bdbfe8b99fa..626a529c3eb 100644 --- a/src/plugins/intel_cpu/src/nodes/unique.hpp +++ b/src/plugins/intel_cpu/src/nodes/unique.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/onednn/dnnl.cpp b/src/plugins/intel_cpu/src/onednn/dnnl.cpp index a67e01f2a45..ea4f6eadd02 100644 --- a/src/plugins/intel_cpu/src/onednn/dnnl.cpp +++ b/src/plugins/intel_cpu/src/onednn/dnnl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/onednn/dnnl.h b/src/plugins/intel_cpu/src/onednn/dnnl.h index 6dff5dc829d..dc4f312d327 100644 --- a/src/plugins/intel_cpu/src/onednn/dnnl.h +++ b/src/plugins/intel_cpu/src/onednn/dnnl.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/onednn/iml_type_mapper.cpp b/src/plugins/intel_cpu/src/onednn/iml_type_mapper.cpp index 9f376bca412..4b03b9dea80 100644 --- a/src/plugins/intel_cpu/src/onednn/iml_type_mapper.cpp +++ b/src/plugins/intel_cpu/src/onednn/iml_type_mapper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/onednn/iml_type_mapper.h b/src/plugins/intel_cpu/src/onednn/iml_type_mapper.h index c33a1a9e3bf..69e5104dbfc 100644 --- a/src/plugins/intel_cpu/src/onednn/iml_type_mapper.h +++ b/src/plugins/intel_cpu/src/onednn/iml_type_mapper.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/partitioned_mem_mgr.cpp b/src/plugins/intel_cpu/src/partitioned_mem_mgr.cpp index a712cbcd274..d962546bf36 100644 --- a/src/plugins/intel_cpu/src/partitioned_mem_mgr.cpp +++ b/src/plugins/intel_cpu/src/partitioned_mem_mgr.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/partitioned_mem_mgr.h b/src/plugins/intel_cpu/src/partitioned_mem_mgr.h index 325ee42736d..2b7b5568bbc 100644 --- a/src/plugins/intel_cpu/src/partitioned_mem_mgr.h +++ b/src/plugins/intel_cpu/src/partitioned_mem_mgr.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/perf_count.h b/src/plugins/intel_cpu/src/perf_count.h index ddbf79fafd9..a3da7981d78 100644 --- a/src/plugins/intel_cpu/src/perf_count.h +++ b/src/plugins/intel_cpu/src/perf_count.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/plugin.cpp b/src/plugins/intel_cpu/src/plugin.cpp index baafe373f75..0f78f3c6e22 100644 --- a/src/plugins/intel_cpu/src/plugin.cpp +++ b/src/plugins/intel_cpu/src/plugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/plugin.h b/src/plugins/intel_cpu/src/plugin.h index 39cc4bed1a4..c75c214828d 100644 --- a/src/plugins/intel_cpu/src/plugin.h +++ b/src/plugins/intel_cpu/src/plugin.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/post_ops.hpp b/src/plugins/intel_cpu/src/post_ops.hpp index 8ad8b26d92b..3ce63f59690 100644 --- a/src/plugins/intel_cpu/src/post_ops.hpp +++ b/src/plugins/intel_cpu/src/post_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/proxy_mem_mgr.cpp b/src/plugins/intel_cpu/src/proxy_mem_mgr.cpp index 24730d4d6c7..fee56e70560 100644 --- a/src/plugins/intel_cpu/src/proxy_mem_mgr.cpp +++ b/src/plugins/intel_cpu/src/proxy_mem_mgr.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/proxy_mem_mgr.h b/src/plugins/intel_cpu/src/proxy_mem_mgr.h index c8fb3e38965..0788cef280e 100644 --- a/src/plugins/intel_cpu/src/proxy_mem_mgr.h +++ b/src/plugins/intel_cpu/src/proxy_mem_mgr.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/selective_build.h b/src/plugins/intel_cpu/src/selective_build.h index 9d28f10014d..295303e518e 100644 --- a/src/plugins/intel_cpu/src/selective_build.h +++ b/src/plugins/intel_cpu/src/selective_build.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/serialize.cpp b/src/plugins/intel_cpu/src/serialize.cpp index 4453854fb07..08f2fefcfd9 100644 --- a/src/plugins/intel_cpu/src/serialize.cpp +++ b/src/plugins/intel_cpu/src/serialize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "serialize.h" diff --git a/src/plugins/intel_cpu/src/serialize.h b/src/plugins/intel_cpu/src/serialize.h index 72f58db0bee..b473ed521bb 100644 --- a/src/plugins/intel_cpu/src/serialize.h +++ b/src/plugins/intel_cpu/src/serialize.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/adaptive_pooling.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/adaptive_pooling.cpp index f7b734e1159..566443ee125 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/adaptive_pooling.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/adaptive_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/adaptive_pooling.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/adaptive_pooling.hpp index 8ee7c772cb0..1ce771f906f 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/adaptive_pooling.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/adaptive_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/color_convert.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/color_convert.cpp index 8f3edb186f2..850c437e14c 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/color_convert.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/color_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/color_convert.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/color_convert.hpp index f52d9569e60..824bc08d5d4 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/color_convert.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/color_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/eltwise.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/eltwise.cpp index 2ecff30d368..aea90626c81 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/eltwise.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/eltwise.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/eltwise.hpp index 0adbc91b94c..6b48d2591fc 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/eltwise.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/eltwise.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/fullyconnected.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/fullyconnected.cpp index 14e3dd2fb0e..5aef73df194 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/fullyconnected.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/fullyconnected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/fullyconnected.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/fullyconnected.hpp index 9fa8adac845..1ec05ab7774 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/fullyconnected.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/fullyconnected.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/gather.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/gather.cpp index 17eefd339aa..f3a45f9025e 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/gather.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/gather.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/gather.hpp index 5782dfb5b0b..f02711978db 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/gather.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/gather.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/matmul.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/matmul.cpp index 5505992a424..c1959933a4e 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/matmul.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/matmul.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/matmul.hpp index c395f02ba55..15f03277225 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/matmul.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/matmul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/ngram.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/ngram.cpp index e5adb0ded21..74ede9fb439 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/ngram.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/ngram.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/ngram.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/ngram.hpp index d3b7fd23da3..dbfa1efd4fc 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/ngram.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/ngram.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/one_hot.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/one_hot.cpp index fdcc8ede041..8a29b533672 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/one_hot.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/one_hot.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/one_hot.hpp index 0cf348af5e3..1b86e6b0285 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/one_hot.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/one_hot.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/priorbox.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/priorbox.cpp index e422802b1bc..06ba85cc86b 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/priorbox.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/priorbox.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/priorbox.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/priorbox.hpp index 6d8fb7a25bb..baa5a4b0edb 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/priorbox.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/priorbox.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/priorbox_clustered.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/priorbox_clustered.cpp index bf6ff05d5fe..2cfc6d3578a 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/priorbox_clustered.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/priorbox_clustered.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/priorbox_clustered.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/priorbox_clustered.hpp index fec8f9e20cf..7a138c7b249 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/priorbox_clustered.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/priorbox_clustered.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/reshape.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/reshape.cpp index 2795d762bf1..ace1dc80b0d 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/reshape.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/reshape.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/reshape.hpp index c9ba51870cb..a4b8154750c 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/reshape.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/scaled_attn.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/scaled_attn.cpp index ba6064d5eab..e00e5cae8aa 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/scaled_attn.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/scaled_attn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/scaled_attn.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/scaled_attn.hpp index 8b8e06acb26..6f6ee348d2b 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/scaled_attn.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/scaled_attn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/shapeof.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/shapeof.hpp index 3b112cc0fee..782195c9833 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/shapeof.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/shapeof.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/strided_slice.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/strided_slice.cpp index f233d45dcf9..aa99abfa453 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/strided_slice.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/strided_slice.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/strided_slice.hpp index 13df331b51e..4a6e57fb621 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/strided_slice.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/strided_slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/subgraph.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/subgraph.hpp index 42c951ce533..d915af08326 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/subgraph.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/subgraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/transpose.cpp b/src/plugins/intel_cpu/src/shape_inference/custom/transpose.cpp index 1d978e7d629..f75fc7805e4 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/transpose.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/custom/transpose.hpp b/src/plugins/intel_cpu/src/shape_inference/custom/transpose.hpp index d1d000ab869..63cd5b4a66b 100644 --- a/src/plugins/intel_cpu/src/shape_inference/custom/transpose.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/custom/transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/memory_accessor.hpp b/src/plugins/intel_cpu/src/shape_inference/memory_accessor.hpp index c394e7ef4fb..3c199dd9262 100644 --- a/src/plugins/intel_cpu/src/shape_inference/memory_accessor.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/memory_accessor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/shape_inference.hpp b/src/plugins/intel_cpu/src/shape_inference/shape_inference.hpp index 4536698f635..a4adf753b68 100644 --- a/src/plugins/intel_cpu/src/shape_inference/shape_inference.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/shape_inference.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/shape_inference_cpu.cpp b/src/plugins/intel_cpu/src/shape_inference/shape_inference_cpu.cpp index c40602ff103..2c6893ad1a3 100644 --- a/src/plugins/intel_cpu/src/shape_inference/shape_inference_cpu.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/shape_inference_cpu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/shape_inference_cpu.hpp b/src/plugins/intel_cpu/src/shape_inference/shape_inference_cpu.hpp index 8ac3eff1d79..7d6a268b035 100644 --- a/src/plugins/intel_cpu/src/shape_inference/shape_inference_cpu.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/shape_inference_cpu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/shape_inference_internal_dyn.hpp b/src/plugins/intel_cpu/src/shape_inference/shape_inference_internal_dyn.hpp index 33896116a91..e41c6d52816 100644 --- a/src/plugins/intel_cpu/src/shape_inference/shape_inference_internal_dyn.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/shape_inference_internal_dyn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/shape_inference_ngraph.cpp b/src/plugins/intel_cpu/src/shape_inference/shape_inference_ngraph.cpp index 862a308625e..3a4dcbdccce 100644 --- a/src/plugins/intel_cpu/src/shape_inference/shape_inference_ngraph.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/shape_inference_ngraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/shape_inference_ngraph.hpp b/src/plugins/intel_cpu/src/shape_inference/shape_inference_ngraph.hpp index afd6292d6be..01ba907b991 100644 --- a/src/plugins/intel_cpu/src/shape_inference/shape_inference_ngraph.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/shape_inference_ngraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/shape_inference_pass_through.hpp b/src/plugins/intel_cpu/src/shape_inference/shape_inference_pass_through.hpp index 88fe3a788a7..0aa7cea949e 100644 --- a/src/plugins/intel_cpu/src/shape_inference/shape_inference_pass_through.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/shape_inference_pass_through.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/shape_inference_status.hpp b/src/plugins/intel_cpu/src/shape_inference/shape_inference_status.hpp index 4e419eb3fba..4a67714405d 100644 --- a/src/plugins/intel_cpu/src/shape_inference/shape_inference_status.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/shape_inference_status.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/static_dimension.cpp b/src/plugins/intel_cpu/src/shape_inference/static_dimension.cpp index 5d607bc1391..e1c5ed5369a 100644 --- a/src/plugins/intel_cpu/src/shape_inference/static_dimension.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/static_dimension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/static_dimension.hpp b/src/plugins/intel_cpu/src/shape_inference/static_dimension.hpp index 57ee0a4ee8a..788e8d402fc 100644 --- a/src/plugins/intel_cpu/src/shape_inference/static_dimension.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/static_dimension.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/static_shape.cpp b/src/plugins/intel_cpu/src/shape_inference/static_shape.cpp index 63eedd8713d..89228d0cb20 100644 --- a/src/plugins/intel_cpu/src/shape_inference/static_shape.cpp +++ b/src/plugins/intel_cpu/src/shape_inference/static_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/shape_inference/static_shape.hpp b/src/plugins/intel_cpu/src/shape_inference/static_shape.hpp index 7f8ae7e3462..42d09c05499 100644 --- a/src/plugins/intel_cpu/src/shape_inference/static_shape.hpp +++ b/src/plugins/intel_cpu/src/shape_inference/static_shape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/fully_connected.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/fully_connected.cpp index edf893b7a54..a6d97b6a84b 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/fully_connected.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/fully_connected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/fully_connected.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/fully_connected.hpp index 34bcb7aa2e1..d992b76cf0b 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/fully_connected.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/fully_connected.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/leaky_relu.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/leaky_relu.cpp index 480677af1be..dfabf92bbee 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/leaky_relu.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/leaky_relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/leaky_relu.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/leaky_relu.hpp index 3114c1ca614..4557584f798 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/leaky_relu.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/leaky_relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/ngram.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/ngram.cpp index fc44c6cffbc..aec8cc220c5 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/ngram.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/ngram.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/ngram.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/ngram.hpp index fbc8c29163a..e2af0e8eb49 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/ngram.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/ngram.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/power_static.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/power_static.cpp index 786785d5296..c0d551a2aa3 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/power_static.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/power_static.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/power_static.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/power_static.hpp index a84164c4b74..c44f363a67d 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/power_static.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/power_static.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/rope.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/rope.cpp index fb06a4dfb19..8276080f17a 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/rope.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/rope.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "rope.hpp" diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/rope.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/rope.hpp index b13e5d7ae83..34bb17ff070 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/rope.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/rope.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/sdpa.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/sdpa.cpp index 0f780594934..63b4520cf1b 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/sdpa.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/sdpa.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/sdpa.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/sdpa.hpp index 753de527dc7..8fe1c9ce4ff 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/sdpa.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/sdpa.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/swish_cpu.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/swish_cpu.cpp index 4e56b8c0886..33239944e82 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/swish_cpu.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/swish_cpu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/swish_cpu.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/swish_cpu.hpp index 49471682535..8f59a05e126 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/swish_cpu.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/op/swish_cpu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/align_matmul_input_ranks.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/align_matmul_input_ranks.cpp index 4d72b1912de..947a569a5ef 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/align_matmul_input_ranks.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/align_matmul_input_ranks.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/align_matmul_input_ranks.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/align_matmul_input_ranks.hpp index 7ccc2202bf6..23a561de67f 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/align_matmul_input_ranks.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/align_matmul_input_ranks.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_broadcast_to_tiles.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_broadcast_to_tiles.cpp index 525171ab226..5b175d15bf9 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_broadcast_to_tiles.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_broadcast_to_tiles.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_broadcast_to_tiles.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_broadcast_to_tiles.hpp index 9a846b8aacc..ef6cd5ddffb 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_broadcast_to_tiles.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_broadcast_to_tiles.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_matmul_to_fc.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_matmul_to_fc.cpp index 7b1623d9bc8..39925ca1de4 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_matmul_to_fc.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_matmul_to_fc.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_matmul_to_fc.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_matmul_to_fc.hpp index 4447403c5a0..69991802101 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_matmul_to_fc.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_matmul_to_fc.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_tile_to_seq_tiles.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_tile_to_seq_tiles.cpp index 3d08f7e6d52..327222883b6 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_tile_to_seq_tiles.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_tile_to_seq_tiles.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_tile_to_seq_tiles.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_tile_to_seq_tiles.hpp index 300e8c2b022..a22104c5326 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_tile_to_seq_tiles.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_tile_to_seq_tiles.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_leaky_relu.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_leaky_relu.cpp index 8b3512bde17..1086b3a05c7 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_leaky_relu.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_leaky_relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_leaky_relu.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_leaky_relu.hpp index ad4ca62cc82..ba0ba4da6e4 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_leaky_relu.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_leaky_relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_power_static.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_power_static.cpp index 9f5987f1b69..f18e7c32c7a 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_power_static.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_power_static.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_power_static.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_power_static.hpp index e85f6cccd27..c1d60ae9be1 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_power_static.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_power_static.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_swish_cpu.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_swish_cpu.cpp index bd506bdf02b..f0d3e66cb8e 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_swish_cpu.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_swish_cpu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_swish_cpu.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_swish_cpu.hpp index 3449925d42a..9ecba3d03cf 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_swish_cpu.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/convert_to_swish_cpu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_eltwise_up_data_movement.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_eltwise_up_data_movement.cpp index 287b18a9dc1..7ff426ca1fc 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_eltwise_up_data_movement.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_eltwise_up_data_movement.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_eltwise_up_data_movement.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_eltwise_up_data_movement.hpp index d7edd64d268..296fae9b779 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_eltwise_up_data_movement.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_eltwise_up_data_movement.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_fc_reshape_to_weights.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_fc_reshape_to_weights.cpp index b6d21fcba72..e681cd48ce8 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_fc_reshape_to_weights.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_fc_reshape_to_weights.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_fc_reshape_to_weights.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_fc_reshape_to_weights.hpp index 7856f040223..08017b4b49c 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_fc_reshape_to_weights.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/move_fc_reshape_to_weights.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/ngram_fusion.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/ngram_fusion.cpp index 8b5ec63af3a..bf2a3d5dd57 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/ngram_fusion.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/ngram_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/ngram_fusion.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/ngram_fusion.hpp index f22a7f6a329..44e21984981 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/ngram_fusion.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/ngram_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rnn_sequences_optimization.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rnn_sequences_optimization.cpp index 81060e6ddd0..72ca09a8152 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rnn_sequences_optimization.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rnn_sequences_optimization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rnn_sequences_optimization.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rnn_sequences_optimization.hpp index a9171c1a9f2..d7a2ced08e1 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rnn_sequences_optimization.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rnn_sequences_optimization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rope_fusion.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rope_fusion.cpp index 274320e202c..839ccc1267d 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rope_fusion.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rope_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rope_fusion.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rope_fusion.hpp index c7133f7db0a..fa7e426fd0e 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rope_fusion.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/rope_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/stateful_sdpa_fusion.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/stateful_sdpa_fusion.cpp index 6489a2947af..1f0af5c7b22 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/stateful_sdpa_fusion.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/stateful_sdpa_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/stateful_sdpa_fusion.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/stateful_sdpa_fusion.hpp index f2ccd332fee..2833f19a6bc 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/stateful_sdpa_fusion.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/stateful_sdpa_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/swap_convert_transpose.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/swap_convert_transpose.cpp index 97b93279110..8c5fb7017b7 100755 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/swap_convert_transpose.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/swap_convert_transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/swap_convert_transpose.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/swap_convert_transpose.hpp index 9ea20765aa2..acc9cf5c11f 100755 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/swap_convert_transpose.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/swap_convert_transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/convert_to_cpu_specific_opset.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/convert_to_cpu_specific_opset.hpp index cd952e5db41..52213cb36c8 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/convert_to_cpu_specific_opset.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/convert_to_cpu_specific_opset.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/interaction.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/interaction.cpp index 71ba75da5ec..776df0694f9 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/interaction.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/interaction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/interaction.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/interaction.hpp index be296610832..5b7b79113b2 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/interaction.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/interaction.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/mha.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/mha.cpp index 82256cf9973..7cea1e270cc 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/mha.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/mha.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/mha.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/mha.hpp index df61895a0ca..3efdf17e63b 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/mha.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/op/mha.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/convert_to_interaction.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/convert_to_interaction.cpp index a9a95db345b..84692dd8860 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/convert_to_interaction.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/convert_to_interaction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/convert_to_interaction.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/convert_to_interaction.hpp index b11c9e1e32a..79c9c1e1aa6 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/convert_to_interaction.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/convert_to_interaction.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/mha_fusion.cpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/mha_fusion.cpp index f3ce81a4984..c9826664499 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/mha_fusion.cpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/mha_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/mha_fusion.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/mha_fusion.hpp index 5169124b997..e28506afe0a 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/mha_fusion.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/mha_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/simplify_fakequantize.hpp b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/simplify_fakequantize.hpp index ddf45100c0b..fd68814f6d1 100644 --- a/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/simplify_fakequantize.hpp +++ b/src/plugins/intel_cpu/src/transformations/cpu_opset/x64/pass/simplify_fakequantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/transformations/defs.hpp b/src/plugins/intel_cpu/src/transformations/defs.hpp index 768c8803f88..1b5646da5a4 100644 --- a/src/plugins/intel_cpu/src/transformations/defs.hpp +++ b/src/plugins/intel_cpu/src/transformations/defs.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/itt.hpp b/src/plugins/intel_cpu/src/transformations/itt.hpp index b853a1fc9b1..358988de9a0 100644 --- a/src/plugins/intel_cpu/src/transformations/itt.hpp +++ b/src/plugins/intel_cpu/src/transformations/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/brgemm_cpu.cpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/brgemm_cpu.cpp index 3dd23a04acd..e5155a28596 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/brgemm_cpu.cpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/brgemm_cpu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/load_convert.cpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/load_convert.cpp index 08b8a1765bd..6af3660c940 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/load_convert.cpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/load_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/load_convert.hpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/load_convert.hpp index 38892c0b6ad..25a69b4b2cd 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/load_convert.hpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/load_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/perf_count_rdtsc.cpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/perf_count_rdtsc.cpp index 4c52b4191cc..f3504639233 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/perf_count_rdtsc.cpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/perf_count_rdtsc.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef SNIPPETS_DEBUG_CAPS diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/perf_count_rdtsc.hpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/perf_count_rdtsc.hpp index 5bd27172aea..31e1b9b3633 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/perf_count_rdtsc.hpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/perf_count_rdtsc.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef SNIPPETS_DEBUG_CAPS diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/store_convert.cpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/store_convert.cpp index 4a1db1f2605..61d14970cb0 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/store_convert.cpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/store_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/store_convert.hpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/store_convert.hpp index 41ad5d8a45c..0298239d222 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/op/store_convert.hpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/op/store_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/fuse_load_store_and_convert.cpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/fuse_load_store_and_convert.cpp index 722ead2258a..de36f1e4a70 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/fuse_load_store_and_convert.cpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/fuse_load_store_and_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/fuse_load_store_and_convert.hpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/fuse_load_store_and_convert.hpp index 32d862bc8d8..a578a7e3cd5 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/fuse_load_store_and_convert.hpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/fuse_load_store_and_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/set_brgemm_copy_b_buffers_shape.cpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/set_brgemm_copy_b_buffers_shape.cpp index 68fdda2f7f8..701b717fd84 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/set_brgemm_copy_b_buffers_shape.cpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/set_brgemm_copy_b_buffers_shape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/set_brgemm_copy_b_buffers_shape.hpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/set_brgemm_copy_b_buffers_shape.hpp index 81c4629907e..1b348ecbf27 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/set_brgemm_copy_b_buffers_shape.hpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/lowered/set_brgemm_copy_b_buffers_shape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/remove_converts.hpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/remove_converts.hpp index 040aa2ffd91..000321a8918 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/remove_converts.hpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/remove_converts.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/set_brgemm_cpu_blocking_params.cpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/set_brgemm_cpu_blocking_params.cpp index 6e1d0cb4406..41b84b1fe2e 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/set_brgemm_cpu_blocking_params.cpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/set_brgemm_cpu_blocking_params.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/set_brgemm_cpu_blocking_params.hpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/set_brgemm_cpu_blocking_params.hpp index 97041c4443f..bb3ae68aa2f 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/set_brgemm_cpu_blocking_params.hpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/set_brgemm_cpu_blocking_params.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/snippets_mark_skipped.cpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/snippets_mark_skipped.cpp index 5e25f6c270d..0c86caa3147 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/snippets_mark_skipped.cpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/snippets_mark_skipped.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "snippets_mark_skipped.hpp" diff --git a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/snippets_mark_skipped.hpp b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/snippets_mark_skipped.hpp index e5e04b23a41..856e3e64736 100644 --- a/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/snippets_mark_skipped.hpp +++ b/src/plugins/intel_cpu/src/transformations/snippets/x64/pass/snippets_mark_skipped.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/utils.cpp b/src/plugins/intel_cpu/src/transformations/utils.cpp index cd9da617108..32b9c0e48ba 100644 --- a/src/plugins/intel_cpu/src/transformations/utils.cpp +++ b/src/plugins/intel_cpu/src/transformations/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/transformations/utils.hpp b/src/plugins/intel_cpu/src/transformations/utils.hpp index fabc95abf15..bb977d301fa 100644 --- a/src/plugins/intel_cpu/src/transformations/utils.hpp +++ b/src/plugins/intel_cpu/src/transformations/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/bfloat16.hpp b/src/plugins/intel_cpu/src/utils/bfloat16.hpp index 7e190e756c9..430897521bf 100644 --- a/src/plugins/intel_cpu/src/utils/bfloat16.hpp +++ b/src/plugins/intel_cpu/src/utils/bfloat16.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/bit_util.hpp b/src/plugins/intel_cpu/src/utils/bit_util.hpp index d8fca8e480c..1ca483224f7 100644 --- a/src/plugins/intel_cpu/src/utils/bit_util.hpp +++ b/src/plugins/intel_cpu/src/utils/bit_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/blob_dump.cpp b/src/plugins/intel_cpu/src/utils/blob_dump.cpp index 3181c012a45..7f7b1694ac6 100644 --- a/src/plugins/intel_cpu/src/utils/blob_dump.cpp +++ b/src/plugins/intel_cpu/src/utils/blob_dump.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/blob_dump.h b/src/plugins/intel_cpu/src/utils/blob_dump.h index 76d662bdbb8..c380305e58a 100644 --- a/src/plugins/intel_cpu/src/utils/blob_dump.h +++ b/src/plugins/intel_cpu/src/utils/blob_dump.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/caseless.hpp b/src/plugins/intel_cpu/src/utils/caseless.hpp index 0a4bb0e5467..459fedc7181 100644 --- a/src/plugins/intel_cpu/src/utils/caseless.hpp +++ b/src/plugins/intel_cpu/src/utils/caseless.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/cpu_utils.hpp b/src/plugins/intel_cpu/src/utils/cpu_utils.hpp index 82bcd37a902..b6bd36205f9 100644 --- a/src/plugins/intel_cpu/src/utils/cpu_utils.hpp +++ b/src/plugins/intel_cpu/src/utils/cpu_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/debug_capabilities.cpp b/src/plugins/intel_cpu/src/utils/debug_capabilities.cpp index 6e29e04c8aa..918ce8811dd 100644 --- a/src/plugins/intel_cpu/src/utils/debug_capabilities.cpp +++ b/src/plugins/intel_cpu/src/utils/debug_capabilities.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef CPU_DEBUG_CAPS diff --git a/src/plugins/intel_cpu/src/utils/debug_capabilities.h b/src/plugins/intel_cpu/src/utils/debug_capabilities.h index 72487120992..416f17d848b 100644 --- a/src/plugins/intel_cpu/src/utils/debug_capabilities.h +++ b/src/plugins/intel_cpu/src/utils/debug_capabilities.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/utils/debug_caps_config.cpp b/src/plugins/intel_cpu/src/utils/debug_caps_config.cpp index 2653eada155..cef5e5e0e19 100644 --- a/src/plugins/intel_cpu/src/utils/debug_caps_config.cpp +++ b/src/plugins/intel_cpu/src/utils/debug_caps_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef CPU_DEBUG_CAPS diff --git a/src/plugins/intel_cpu/src/utils/debug_caps_config.h b/src/plugins/intel_cpu/src/utils/debug_caps_config.h index 7a04b9e4baf..9472b46441e 100644 --- a/src/plugins/intel_cpu/src/utils/debug_caps_config.h +++ b/src/plugins/intel_cpu/src/utils/debug_caps_config.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/utils/gen_pattern.hpp b/src/plugins/intel_cpu/src/utils/gen_pattern.hpp index 24def4493f6..d8c54d101b3 100644 --- a/src/plugins/intel_cpu/src/utils/gen_pattern.hpp +++ b/src/plugins/intel_cpu/src/utils/gen_pattern.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/utils/general_utils.h b/src/plugins/intel_cpu/src/utils/general_utils.h index 804150a5c74..836868eff41 100644 --- a/src/plugins/intel_cpu/src/utils/general_utils.h +++ b/src/plugins/intel_cpu/src/utils/general_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/multidim_map.hpp b/src/plugins/intel_cpu/src/utils/multidim_map.hpp index d8993cc52b2..bbf3e7f4482 100644 --- a/src/plugins/intel_cpu/src/utils/multidim_map.hpp +++ b/src/plugins/intel_cpu/src/utils/multidim_map.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/ngraph_utils.hpp b/src/plugins/intel_cpu/src/utils/ngraph_utils.hpp index 6cdd320d7eb..928059a937a 100644 --- a/src/plugins/intel_cpu/src/utils/ngraph_utils.hpp +++ b/src/plugins/intel_cpu/src/utils/ngraph_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/node_dumper.cpp b/src/plugins/intel_cpu/src/utils/node_dumper.cpp index 873d4f29ca3..a63a2348815 100644 --- a/src/plugins/intel_cpu/src/utils/node_dumper.cpp +++ b/src/plugins/intel_cpu/src/utils/node_dumper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef CPU_DEBUG_CAPS diff --git a/src/plugins/intel_cpu/src/utils/node_dumper.h b/src/plugins/intel_cpu/src/utils/node_dumper.h index 0788afb6260..57e34f75208 100644 --- a/src/plugins/intel_cpu/src/utils/node_dumper.h +++ b/src/plugins/intel_cpu/src/utils/node_dumper.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/utils/plain_tensor.hpp b/src/plugins/intel_cpu/src/utils/plain_tensor.hpp index 45548faaac6..463220c478f 100644 --- a/src/plugins/intel_cpu/src/utils/plain_tensor.hpp +++ b/src/plugins/intel_cpu/src/utils/plain_tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/print_model.hpp b/src/plugins/intel_cpu/src/utils/print_model.hpp index 6f89fc19770..37098e65da2 100644 --- a/src/plugins/intel_cpu/src/utils/print_model.hpp +++ b/src/plugins/intel_cpu/src/utils/print_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/rt_info/memory_formats_attribute.cpp b/src/plugins/intel_cpu/src/utils/rt_info/memory_formats_attribute.cpp index edf8d2c8bd8..7f5820fc2f4 100644 --- a/src/plugins/intel_cpu/src/utils/rt_info/memory_formats_attribute.cpp +++ b/src/plugins/intel_cpu/src/utils/rt_info/memory_formats_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/rt_info/memory_formats_attribute.hpp b/src/plugins/intel_cpu/src/utils/rt_info/memory_formats_attribute.hpp index 3e8612ff8ef..c4bf76d2456 100644 --- a/src/plugins/intel_cpu/src/utils/rt_info/memory_formats_attribute.hpp +++ b/src/plugins/intel_cpu/src/utils/rt_info/memory_formats_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/utils/verbose.cpp b/src/plugins/intel_cpu/src/utils/verbose.cpp index b5ad4131741..7799e1771ef 100644 --- a/src/plugins/intel_cpu/src/utils/verbose.cpp +++ b/src/plugins/intel_cpu/src/utils/verbose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifdef CPU_DEBUG_CAPS diff --git a/src/plugins/intel_cpu/src/utils/verbose.h b/src/plugins/intel_cpu/src/utils/verbose.h index 1ba8d3ba696..5984438b20b 100644 --- a/src/plugins/intel_cpu/src/utils/verbose.h +++ b/src/plugins/intel_cpu/src/utils/verbose.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_cpu/src/weights_cache.cpp b/src/plugins/intel_cpu/src/weights_cache.cpp index 1e4113453a7..eed92f5977c 100644 --- a/src/plugins/intel_cpu/src/weights_cache.cpp +++ b/src/plugins/intel_cpu/src/weights_cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/src/weights_cache.hpp b/src/plugins/intel_cpu/src/weights_cache.hpp index 93f7ad93c61..70c62569cde 100644 --- a/src/plugins/intel_cpu/src/weights_cache.hpp +++ b/src/plugins/intel_cpu/src/weights_cache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/CMakeLists.txt b/src/plugins/intel_cpu/tests/CMakeLists.txt index b9a9473312e..47d6c34b89b 100644 --- a/src/plugins/intel_cpu/tests/CMakeLists.txt +++ b/src/plugins/intel_cpu/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_cpu/tests/functional/CMakeLists.txt b/src/plugins/intel_cpu/tests/functional/CMakeLists.txt index a45e43c1b5a..7eec1229ab6 100644 --- a/src/plugins/intel_cpu/tests/functional/CMakeLists.txt +++ b/src/plugins/intel_cpu/tests/functional/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_cpu/tests/functional/cmake/specific_tests.cmake b/src/plugins/intel_cpu/tests/functional/cmake/specific_tests.cmake index c0de3d4a949..8c5df4ab123 100644 --- a/src/plugins/intel_cpu/tests/functional/cmake/specific_tests.cmake +++ b/src/plugins/intel_cpu/tests/functional/cmake/specific_tests.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_cpu/tests/functional/cmake/target_per_test.cmake b/src/plugins/intel_cpu/tests/functional/cmake/target_per_test.cmake index 3ff2be21ab3..190466f8f4a 100644 --- a/src/plugins/intel_cpu/tests/functional/cmake/target_per_test.cmake +++ b/src/plugins/intel_cpu/tests/functional/cmake/target_per_test.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_cpu/tests/functional/custom/behavior/export_import.cpp b/src/plugins/intel_cpu/tests/functional/custom/behavior/export_import.cpp index 17ef4ac956d..f0cdd344e17 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/behavior/export_import.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/behavior/export_import.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-corer: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/extension/extension.cpp b/src/plugins/intel_cpu/tests/functional/custom/extension/extension.cpp index 7357b9be723..5ee68700a46 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/extension/extension.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/extension/extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/adaptive_pooling.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/adaptive_pooling.cpp index 112427a3da2..6b9d2c96e16 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/adaptive_pooling.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/adaptive_pooling.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2018-2023 Intel Corporation +/// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/augru_cell.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/augru_cell.cpp index 95c9d5ca98b..d11a782a88c 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/augru_cell.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/augru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/augru_sequence.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/augru_sequence.cpp index c34dfe8d271..e85f876472f 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/augru_sequence.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/augru_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/batch_to_space.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/batch_to_space.cpp index f0196b93ec3..4af67e82587 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/batch_to_space.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/broadcast.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/broadcast.cpp index 825d7898e47..b35b3a80ef9 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/broadcast.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/bucketize.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/bucketize.cpp index 8ab46dd4d4b..68dc0f5e003 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/bucketize.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/bucketize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/matmul.hpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/matmul.hpp index e470715539c..8b26117a320 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/matmul.hpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/matmul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/random_uniform.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/random_uniform.cpp index 6c8ef6b687c..8526501b972 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/random_uniform.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/scaled_attn.hpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/scaled_attn.hpp index bc0b63911fa..d88dd37800a 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/scaled_attn.hpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/scaled_attn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/softmax.hpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/softmax.hpp index 4fda482c8ad..1949a4ec37b 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/softmax.hpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/concat.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/concat.cpp index ca1306bcd9b..0d7eb6e3813 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/concat.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/convert_to_plugin_specific_node.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/convert_to_plugin_specific_node.cpp index 010f555f596..14821596f51 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/convert_to_plugin_specific_node.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/convert_to_plugin_specific_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/convolution_backprop_data.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/convolution_backprop_data.cpp index 5f6ca890685..51cc47277f7 100755 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/convolution_backprop_data.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_greedy_decoder.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_greedy_decoder.cpp index db3aef64200..db118dabbab 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_greedy_decoder.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_greedy_decoder_seq_len.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_greedy_decoder_seq_len.cpp index 17b4d9a7c6f..36dd5bb0d0c 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_greedy_decoder_seq_len.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_loss.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_loss.cpp index d07c06d8fd6..3271a6149f2 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_loss.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/ctc_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/cum_sum.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/cum_sum.cpp index ea954088289..a56c2714dea 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/cum_sum.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/custom_op_internal_dyn.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/custom_op_internal_dyn.cpp index a45a23aa470..c6679692ee8 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/custom_op_internal_dyn.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/custom_op_internal_dyn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/deformable_convolution.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/deformable_convolution.cpp index 2480ab2fe30..f7d91fb1477 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/deformable_convolution.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/depth_to_space.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/depth_to_space.cpp index 48b4837c391..4faf5dbe393 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/depth_to_space.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/detection_output.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/detection_output.cpp index 5e5d6aeb9ea..3a292d7d06b 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/detection_output.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_bag_offsets_sum.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_bag_offsets_sum.cpp index 2b3dc2dd339..9ecb7ef873c 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_bag_offsets_sum.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_bag_offsets_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_bag_packed_sum.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_bag_packed_sum.cpp index f976441d635..6f582aa6143 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_bag_packed_sum.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_bag_packed_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_segments_sum.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_segments_sum.cpp index 50b57b7a6dd..d417a9cab74 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_segments_sum.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/extract_image_patches.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/extract_image_patches.cpp index 2218c18807d..fad1bc90cdf 100755 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/extract_image_patches.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/extract_image_patches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/fake_quantize.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/fake_quantize.cpp index f96c19333f0..a1394b64a4c 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/fake_quantize.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather.cpp index b07b339da0c..9be8606ec46 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_elements.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_elements.cpp index 6676ae89845..615b423f4c4 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_elements.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_nd.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_nd.cpp index ff74784ee77..d885d85f30a 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_nd.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_tree.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_tree.cpp index 9fc156f1d48..5c7a8a9dc9f 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_tree.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/grid_sample.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/grid_sample.cpp index 0e9ef3bd248..62764b3835f 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/grid_sample.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/grid_sample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/grn.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/grn.cpp index a70f946a2c8..7e43f95456d 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/grn.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution.cpp index 9fddcd46134..c3d1f77d1f9 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution_backprop_data.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution_backprop_data.cpp index fa364eb4f23..d61022adf31 100755 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution_backprop_data.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gru_cell.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gru_cell.cpp index 740e1168007..14aa8379179 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gru_cell.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gru_sequence.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gru_sequence.cpp index 10cfe89081c..41e90d28720 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gru_sequence.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/gru_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/multinomial.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/multinomial.cpp index cf806b009d0..1f6481478e7 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/multinomial.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/multinomial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/nms_rotated.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/nms_rotated.cpp index 12c10e0087f..a4b2260b443 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/nms_rotated.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/nms_rotated.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/random_uniform.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/random_uniform.cpp index f0a2e5e8efd..ad5ecffe4a5 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/random_uniform.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/x64/random_uniform.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/x64/random_uniform.cpp index 8d35c4bcc1e..552ea7eb09c 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/x64/random_uniform.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/x64/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/interpolate.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/interpolate.cpp index a7fb8b9fe6a..1dc0a3ec6b7 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/interpolate.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/log_softmax.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/log_softmax.cpp index 8f799ff0a60..397841e2d5e 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/log_softmax.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/logical.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/logical.cpp index 6ffd701b0c3..4a24ad7459a 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/logical.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/logical.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/loop.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/loop.cpp index 2d70c38be9d..978ffe682e8 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/loop.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lrn.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lrn.cpp index ed254e9e8bd..4eb949e6540 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lrn.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lstm_cell.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lstm_cell.cpp index 195b51771d0..1ac102703c2 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lstm_cell.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lstm_sequence.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lstm_sequence.cpp index f4d4f17b799..5409b7503a6 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lstm_sequence.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/lstm_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/non_max_suppression.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/non_max_suppression.cpp index 64c7c566ee9..6b1f385dcb5 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/non_max_suppression.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/nonzero.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/nonzero.cpp index 330eaf6a15b..61bc92596c1 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/nonzero.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/nonzero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/normalize.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/normalize.cpp index a07789744b6..b08c9a791fe 100755 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/normalize.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/normalize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/one_hot.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/one_hot.cpp index b92a9050789..ada82412eb0 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/one_hot.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/pad.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/pad.cpp index e06ffe570f6..f3b8a603f86 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/pad.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/prior_box.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/prior_box.cpp index 7fea598eb9f..2e89a8b7038 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/prior_box.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/prior_box_clustered.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/prior_box_clustered.cpp index f69987b98cc..a1e6fa4b1c5 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/prior_box_clustered.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/prior_box_clustered.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/proposal.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/proposal.cpp index 65804e7d0e6..367f488da61 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/proposal.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/psroi_pooling.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/psroi_pooling.cpp index 1c535bdbd9f..6798f6e2153 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/psroi_pooling.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "common_test_utils/node_builders/constant.hpp" diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/region_yolo.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/region_yolo.cpp index c25dbe12333..8d2e26c56b8 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/region_yolo.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/reorg_yolo.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/reorg_yolo.cpp index 18ce5d7ae47..b3e8a268857 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/reorg_yolo.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/reverse_sequence.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/reverse_sequence.cpp index e1971ceb048..3ec4149f9f7 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/reverse_sequence.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/rnn_cell.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/rnn_cell.cpp index b30534bd958..1c8f06add9b 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/rnn_cell.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/rnn_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/rnn_sequence.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/rnn_sequence.cpp index 67b336f4e03..04418303b7d 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/rnn_sequence.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/rnn_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/roi_pooling.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/roi_pooling.cpp index 83898c01334..0081150c2f6 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/roi_pooling.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/roialign.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/roialign.cpp index 52bd598e63c..340f1224b1b 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/roialign.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/roialign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_ND_update.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_ND_update.cpp index 11ec7b0bde1..4ffa9a58486 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_ND_update.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_ND_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_elements_update.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_elements_update.cpp index f252d613ea0..31fead524a0 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_elements_update.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_update.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_update.cpp index c95b8cf46a7..cf686f351c7 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_update.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/select.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/select.cpp index 7103632417b..3c941d5f546 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/select.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shape_ops.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shape_ops.cpp index 998d5094a57..60836912dfd 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shape_ops.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shape_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shapeof.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shapeof.cpp index 30ba80062b4..af75359efbd 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shapeof.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shapeof.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shuffle_channels.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shuffle_channels.cpp index 848204c5aef..f740dce172d 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shuffle_channels.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/slice.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/slice.cpp index c0277cb9a8c..c1262100f63 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/slice.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/space_to_batch.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/space_to_batch.cpp index 80631f84008..127eb12b06b 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/space_to_batch.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/space_to_depth.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/space_to_depth.cpp index b6e592f0ea7..82b9ed2798c 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/space_to_depth.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/split.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/split.cpp index 7db2c68000a..2cb469c3f2f 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/split.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/tensor_iterator.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/tensor_iterator.cpp index 72576aa3ab0..70d9f95097e 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/tensor_iterator.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/tile.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/tile.cpp index a769719c302..b4cd95d4826 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/tile.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/topk.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/topk.cpp index 2cd4e3bbb16..1269046c8d9 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/topk.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/unique.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/unique.cpp index ee4bb5b6819..550296352cb 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/unique.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/unique.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/variadic_split.cpp b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/variadic_split.cpp index a5387888a03..938607b0040 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/variadic_split.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/variadic_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/conv_concat.hpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/conv_concat.hpp index ecf87c768a6..7dac437b19a 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/conv_concat.hpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/conv_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/conv_with_zero_point_fuse.hpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/conv_with_zero_point_fuse.hpp index 3c07a70677a..487db17d93d 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/conv_with_zero_point_fuse.hpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/conv_with_zero_point_fuse.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/fuse_muladd_ewsimple.hpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/fuse_muladd_ewsimple.hpp index 40f88cfa894..ddc7ed770ac 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/fuse_muladd_ewsimple.hpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/fuse_muladd_ewsimple.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/fuse_transpose_reorder.hpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/fuse_transpose_reorder.hpp index 5ac6edf9e90..fa42182d880 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/fuse_transpose_reorder.hpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/include/fuse_transpose_reorder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/add_convert_to_reorder.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/add_convert_to_reorder.cpp index db58c6f1b48..f9642981180 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/add_convert_to_reorder.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/add_convert_to_reorder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/align_matmul_input_ranks.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/align_matmul_input_ranks.cpp index e60b043b07a..57a9077cd71 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/align_matmul_input_ranks.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/align_matmul_input_ranks.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/any_layout.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/any_layout.cpp index 97376937426..724d29b8561 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/any_layout.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/any_layout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/common/eltwise_chain.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/common/eltwise_chain.cpp index 4cc3dc2aaa0..76bce3abff6 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/common/eltwise_chain.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/common/eltwise_chain.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/concat_const_inplace.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/concat_const_inplace.cpp index 5e761b024d9..ff3f0bad3f3 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/concat_const_inplace.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/concat_const_inplace.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/concat_reshape_concat.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/concat_reshape_concat.cpp index 6af6a872a67..253a6c10b19 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/concat_reshape_concat.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/concat_reshape_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv3d_reshape.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv3d_reshape.cpp index fcf90d97e5d..9376c7741f7 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv3d_reshape.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv3d_reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_concat.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_concat.cpp index 1230b7919a1..6db874b816d 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_concat.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_maxpool_activ.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_maxpool_activ.cpp index d9ff88e44e8..eec15b019f7 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_maxpool_activ.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_maxpool_activ.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_sum_broadcast.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_sum_broadcast.cpp index 82070eb8a7f..3fc24dd676e 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_sum_broadcast.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_sum_broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_with_zero_point_fuse.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_with_zero_point_fuse.cpp index dbced6b68e9..45079cf6196 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_with_zero_point_fuse.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/conv_with_zero_point_fuse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/convert_range.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/convert_range.cpp index 7054683872a..2c146aa2386 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/convert_range.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/convert_range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_insert_convert_i64.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_insert_convert_i64.cpp index c872aa17288..d5a98d73832 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_insert_convert_i64.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_insert_convert_i64.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_scalar.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_scalar.cpp index de8cad51556..01dbde40fff 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_scalar.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_scalar.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_string.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_string.cpp index 006743553c5..5540b19820b 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_string.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/custom_op_string.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/denormal_check.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/denormal_check.cpp index 19ff3136268..306d61d26ee 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/denormal_check.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/denormal_check.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_muladd_ewsimple.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_muladd_ewsimple.cpp index 9a2054b52f0..fc6265cc067 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_muladd_ewsimple.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_muladd_ewsimple.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_non0_output_port.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_non0_output_port.cpp index cb45364997a..2d2c3c950e9 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_non0_output_port.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_non0_output_port.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_scaleshift_and_fakequantize.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_scaleshift_and_fakequantize.cpp index a2ae60e526a..06db757a9e2 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_scaleshift_and_fakequantize.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_scaleshift_and_fakequantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_split_concat_pair_to_interpolate.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_split_concat_pair_to_interpolate.cpp index d5ea9317412..71fedd8f698 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_split_concat_pair_to_interpolate.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_split_concat_pair_to_interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_transpose_reorder.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_transpose_reorder.cpp index a037303d1bb..bd675e5bb0d 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_transpose_reorder.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/fuse_transpose_reorder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/gather_weights_decompression.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/gather_weights_decompression.cpp index eb3f52ddecc..eacfa0a309c 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/gather_weights_decompression.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/gather_weights_decompression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/init_state_inplace_conflicts.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/init_state_inplace_conflicts.cpp index 45c403f426d..038a01f242f 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/init_state_inplace_conflicts.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/init_state_inplace_conflicts.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/input_noreorder_eltwise_bf16.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/input_noreorder_eltwise_bf16.cpp index 7b46e9967b6..9cfa14baa8a 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/input_noreorder_eltwise_bf16.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/input_noreorder_eltwise_bf16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/input_output_tensor_reuse.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/input_output_tensor_reuse.cpp index 1173eb7df3f..ba676343a15 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/input_output_tensor_reuse.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/input_output_tensor_reuse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/interaction.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/interaction.cpp index 35ff1e7cf22..b670b565a39 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/interaction.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/interaction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/matmul_quantized_subgraph.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/matmul_quantized_subgraph.cpp index 474b9bcb478..6fa6a52737c 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/matmul_quantized_subgraph.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/matmul_quantized_subgraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/matmul_strided_inputs_outputs.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/matmul_strided_inputs_outputs.cpp index c2eb3f6e210..d30c4378921 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/matmul_strided_inputs_outputs.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/matmul_strided_inputs_outputs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/mha.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/mha.cpp index 262ea381c7a..986c9da6905 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/mha.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/mha.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/ngram.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/ngram.cpp index 703eca68cfe..9ffa0e43f66 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/ngram.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/ngram.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/not_fused_conv_simple_op.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/not_fused_conv_simple_op.cpp index 4da55f51b04..79a730fe5d7 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/not_fused_conv_simple_op.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/not_fused_conv_simple_op.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_chain.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_chain.cpp index d73ab5a3632..70f8c295156 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_chain.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_chain.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_inplace.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_inplace.cpp index 5c8a56142cf..6b4175c2c7e 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_inplace.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_inplace.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_permute_conv_permute_reshape_act.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_permute_conv_permute_reshape_act.cpp index 27445b4ae87..5292a72f9a8 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_permute_conv_permute_reshape_act.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/reshape_permute_conv_permute_reshape_act.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/rotary_pos_emb.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/rotary_pos_emb.cpp index ab6908f787e..3fdaadc8d43 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/rotary_pos_emb.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/rotary_pos_emb.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/shape_infer_subgraph.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/shape_infer_subgraph.cpp index 428bbc5f0fe..93cad86bd74 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/shape_infer_subgraph.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/shape_infer_subgraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/shapeof_any_layout.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/shapeof_any_layout.cpp index ae5848dc52a..fa278edc03c 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/shapeof_any_layout.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/shapeof_any_layout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/split_concat_add.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/split_concat_add.cpp index bf80e2dfe8e..e26c9cc2537 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/split_concat_add.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/split_concat_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/static_zero_dims.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/static_zero_dims.cpp index a2993c3b242..4014329f66b 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/static_zero_dims.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/static_zero_dims.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/strided_slice_zero_dims.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/strided_slice_zero_dims.cpp index 537de8531f5..66add0a815e 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/strided_slice_zero_dims.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/strided_slice_zero_dims.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/tile_with_two_output_edges.cpp b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/tile_with_two_output_edges.cpp index a4227375126..c3cbe5e6a30 100644 --- a/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/tile_with_two_output_edges.cpp +++ b/src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/tile_with_two_output_edges.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/compiled_model/core_integration.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/compiled_model/core_integration.cpp index f5b80651b56..b4b478d43bf 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/compiled_model/core_integration.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/compiled_model/core_integration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/compiled_model/properties.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/compiled_model/properties.cpp index a2f9559cf1a..86a3d724d2b 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/compiled_model/properties.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/compiled_model/properties.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/batched_tensors.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/batched_tensors.cpp index 28c2decba43..73498421d25 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/batched_tensors.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/batched_tensors.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp index b6337fe0db3..ba477e9ea0b 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp index 3af3802c644..9d6fad9f09a 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp index 5b8b96892ba..32744f1d4e5 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp index efa21c29928..ffa0d08fe74 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp index 0766e8c2438..f4277412017 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp index 819ab560013..d47be3a1cab 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/iteration_chaining.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/iteration_chaining.cpp index f1792ddcfa7..3d7ce616cc6 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/iteration_chaining.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/iteration_chaining.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp index 3cac277e7c9..480521af03f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp index 20601c88a13..598a65d81a6 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp index 959bd3fe6cc..d0dc5beea42 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/properties_tests.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/properties_tests.cpp index 4a471516985..a1c0892403e 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/properties_tests.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp index cfcd6648548..8158e26d800 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/auto_batching_tests.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/auto_batching_tests.cpp index d848a5a45a2..fac378393f0 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/auto_batching_tests.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/auto_batching_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "behavior/ov_plugin/auto_batching_tests.hpp" diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp index 4275074c69e..d11fd279d92 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp index 835889b75e3..6524d822996 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_threading_tests.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_threading_tests.cpp index 0139db99ac1..6192be76cb3 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_threading_tests.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_threading_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/hetero_synthetic.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/hetero_synthetic.cpp index 72cd36c7b6a..b299a3e4133 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/hetero_synthetic.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/hetero_synthetic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp index cc6f8cf3217..a5d283cbd18 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/plugin_name.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/plugin_name.cpp index a86575fdcff..e59e02704ef 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/plugin_name.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/plugin_name.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp index f1a1781ca65..34b87fbb464 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp index de4cd68de49..aa5139d5045 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/core_config.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/core_config.cpp index 154d7d57781..9dbdd255263 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/core_config.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/core_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/add_output.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/add_output.cpp index f01cfa5db36..5bd9aa17caa 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/add_output.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/add_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/disable_lowering_precision.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/disable_lowering_precision.cpp index 70a00425bfa..01783dc6c6d 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/disable_lowering_precision.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/disable_lowering_precision.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/keep_assign.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/keep_assign.cpp index 5c61f7ba5e4..cbc2e504b07 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/keep_assign.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/keep_assign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/nms_transformation_for_last_node.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/nms_transformation_for_last_node.cpp index e1bfc709157..9f6b91084f2 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/nms_transformation_for_last_node.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/nms_transformation_for_last_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/num_inputs_fusing_bin_conv.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/num_inputs_fusing_bin_conv.cpp index d17582dd2d6..f6eed4b872f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/num_inputs_fusing_bin_conv.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/num_inputs_fusing_bin_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/remove_parameter.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/remove_parameter.cpp index 9d2706b13e1..3495d809f30 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/remove_parameter.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/remove_parameter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/runtime_precision.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/runtime_precision.cpp index f467540a35b..b8af609fcc8 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/runtime_precision.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/execution_graph_tests/runtime_precision.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/add_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/add_transformation.cpp index 0348ac2354d..35cfea9bbe6 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/add_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/add_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/assign_and_read_value_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/assign_and_read_value_transformation.cpp index 3fe2ca1394b..64323710d3c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/assign_and_read_value_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/assign_and_read_value_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/clamp_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/clamp_transformation.cpp index 64fc05849b0..6d9e82ff520 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/clamp_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/clamp_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_transformation.cpp index b97120a3781..ba2b302d3f7 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_child_and_output.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_child_and_output.cpp index 3a66bac15d8..6ad17a07a81 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_child_and_output.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_child_and_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_different_precision_on_children.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_different_precision_on_children.cpp index 41131e1a9e3..569092d6006 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_different_precision_on_children.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_different_precision_on_children.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_intermediate_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_intermediate_transformation.cpp index 7bdfb00b6b6..f75827f24fe 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_intermediate_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_intermediate_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_neighbors_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_neighbors_transformation.cpp index f8ccfff534e..2932d057f1f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_neighbors_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_neighbors_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_split_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_split_transformation.cpp index 32473479073..426d5a8a867 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_split_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_backprop_data_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_backprop_data_transformation.cpp index 8e77aa241ac..43ca30aa961 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_backprop_data_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_backprop_data_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_qdq_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_qdq_transformation.cpp index 6944b93f6b4..b0ddce35ed4 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_qdq_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_qdq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_transformation.cpp index 066a46e0dbb..5ab2357dd05 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/depth_to_space_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/depth_to_space_transformation.cpp index 363b11f62c6..3451e910b3c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/depth_to_space_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/depth_to_space_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/elementwise_branch_selection_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/elementwise_branch_selection_transformation.cpp index ace6b989f1c..cf3ffa8a98e 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/elementwise_branch_selection_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/elementwise_branch_selection_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_avg_pool_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_avg_pool_transformation.cpp index a74283db57e..120799f0ca6 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_avg_pool_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_avg_pool_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_max_pool_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_max_pool_transformation.cpp index 3da27f2984b..26758c437fb 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_max_pool_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_max_pool_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_two_output_branches_with_convolution.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_two_output_branches_with_convolution.cpp index 5f873a1057f..f76113136f2 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_two_output_branches_with_convolution.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_two_output_branches_with_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_precision_selection_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_precision_selection_transformation.cpp index 5a399e3b6ea..ed5d8f821df 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_precision_selection_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_precision_selection_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_transformation.cpp index 5b2244139f2..04ecdb0d2cc 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_with_dq_not_optimal_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_with_dq_not_optimal_transformation.cpp index 7fabd71421e..c8f3f5e2047 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_with_dq_not_optimal_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_with_dq_not_optimal_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fully_connected_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fully_connected_transformation.cpp index 43a868ffcaa..0368215a5cf 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fully_connected_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fully_connected_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_convert_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_convert_transformation.cpp index 2591d473e0e..f5fc5cb030d 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_convert_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_convert_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_dequantize_to_fq_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_dequantize_to_fq_transformation.cpp index 3c2af72db8f..bfb41b8e5f8 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_dequantize_to_fq_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_dequantize_to_fq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_fq_and_scale_shift_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_fq_and_scale_shift_transformation.cpp index 84a7b77041a..50fc1fd732d 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_fq_and_scale_shift_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_fq_and_scale_shift_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_multiply_to_fq_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_multiply_to_fq_transformation.cpp index 61e49894cd7..9d4ac12a4e8 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_multiply_to_fq_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_multiply_to_fq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_subtract_to_fq_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_subtract_to_fq_transformation.cpp index 0c2633c9825..07a85329e9e 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_subtract_to_fq_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_subtract_to_fq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/gemm_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/gemm_transformation.cpp index 3e0b7e14948..90b7b5f7b96 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/gemm_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/gemm_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/group_convolution_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/group_convolution_transformation.cpp index 3ccc4c23d75..2d27eaeeed3 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/group_convolution_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/group_convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/groupconvolution_qdq_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/groupconvolution_qdq_transformation.cpp index f59641eb25a..b0a8a20312d 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/groupconvolution_qdq_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/groupconvolution_qdq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/interpolate_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/interpolate_transformation.cpp index 83110bab6dc..1a70f6b6e95 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/interpolate_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/interpolate_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_transformation.cpp index a19455e85c1..2773710c191 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_constant_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_constant_transformation.cpp index 51578d3c1a9..b93dd32cb70 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_constant_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_constant_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp index a1d920576f7..d52329c93d0 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/move_fake_quantize_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/move_fake_quantize_transformation.cpp index a933b217051..30d3f4287b0 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/move_fake_quantize_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/move_fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_to_group_convolution.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_to_group_convolution.cpp index e732c75a473..b4208b19c3a 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_to_group_convolution.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_to_group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_transformation.cpp index 4e58bdaa914..56b8ae131a9 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_with_one_parent.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_with_one_parent.cpp index 7bc084b95a3..f3cb728b518 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_with_one_parent.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_with_one_parent.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/normalize_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/normalize_transformation.cpp index 378ad22a804..ce3c0517a86 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/normalize_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/normalize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers.cpp index 230fad2785a..990d12ceb4c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat.cpp index 7355f55cad7..ec84f2ce2f3 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat_multi_channel.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat_multi_channel.cpp index 2a4f1440b23..7ccbd25705c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat_multi_channel.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat_multi_channel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/pad_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/pad_transformation.cpp index 3a91b39d1c8..31e0166180f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/pad_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/pad_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/prelu_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/prelu_transformation.cpp index 7782168311b..4b36f4cc242 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/prelu_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/prelu_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/pull_reshape_through_dequantization.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/pull_reshape_through_dequantization.cpp index 303ae4f05ca..303a2778df1 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/pull_reshape_through_dequantization.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/pull_reshape_through_dequantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_max_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_max_transformation.cpp index 525e0201626..58b0e453756 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_max_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_max_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_mean_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_mean_transformation.cpp index 73db6da96a8..60556977dcd 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_mean_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_mean_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_min_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_min_transformation.cpp index f44e1926120..87ee587df3b 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_min_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_min_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_sum_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_sum_transformation.cpp index 6c2f89f1e88..2be4054d93f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_sum_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_sum_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/relu_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/relu_transformation.cpp index 600af536d44..3a8e67f5951 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/relu_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/relu_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reshape_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reshape_transformation.cpp index 6d5301e8fb9..c6be4b57980 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reshape_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/reshape_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/shuffle_channels_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/shuffle_channels_transformation.cpp index 8753d9002fd..b2bf9e59f05 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/shuffle_channels_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/shuffle_channels_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/split_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/split_transformation.cpp index 635a53c74b3..e39472cfc72 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/split_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/squeeze_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/squeeze_transformation.cpp index 56ccc48355b..737b01057fc 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/squeeze_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/squeeze_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/strided_slice_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/strided_slice_transformation.cpp index ebd9cca91a8..7e85980b91e 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/strided_slice_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/strided_slice_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_multiply_to_multiply_add.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_multiply_to_multiply_add.cpp index 03ec0149539..4d77fcdc52d 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_multiply_to_multiply_add.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_multiply_to_multiply_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_transformation.cpp index 89fcd6dfc27..7d9fe712d88 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_after_matmul_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_after_matmul_transformation.cpp index 7d29f015c8c..c68346751a3 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_after_matmul_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_after_matmul_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_transformation.cpp index 1d458f02445..63124c2f55f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/unsqueeze_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/unsqueeze_transformation.cpp index d8f92ba3653..575ed4096f0 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/unsqueeze_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/unsqueeze_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/variadic_split_transformation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/variadic_split_transformation.cpp index 4d3827f31cd..4b532c13d5f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/variadic_split_transformation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/low_precision_transformations/variadic_split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/onnx/quantized_models_tests.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/onnx/quantized_models_tests.cpp index 6882b36e9e3..5bd48775bf4 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/onnx/quantized_models_tests.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/onnx/quantized_models_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/preprocessing/resize_tests.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/preprocessing/resize_tests.cpp index dbf46b7d58e..16f390335aa 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/preprocessing/resize_tests.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/preprocessing/resize_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/preprocessing/yuv_to_grey_tests.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/preprocessing/yuv_to_grey_tests.cpp index 68a3e590597..8773a4c2bcf 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/preprocessing/yuv_to_grey_tests.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/preprocessing/yuv_to_grey_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/set_device_name.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/set_device_name.cpp index d61c06995c5..d257c6f3373 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/set_device_name.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/set_device_name.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/activation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/activation.cpp index fcf598f54cd..1e0dd9eeac4 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/activation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/activation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/adaptive_pooling.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/adaptive_pooling.cpp index 837844e4fcf..64a8b97d1d6 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/adaptive_pooling.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/adaptive_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/batch_norm.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/batch_norm.cpp index a7850b4e943..f8b9113729e 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/batch_norm.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/batch_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/batch_to_space.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/batch_to_space.cpp index dc7c4f41afb..276ff099818 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/batch_to_space.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/binary_convolution.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/binary_convolution.cpp index 31c13e56b02..71cdb462524 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/binary_convolution.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/binary_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/broadcast.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/broadcast.cpp index d4ad504aedf..53b6224fdec 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/broadcast.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/bucketize.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/bucketize.cpp index f1c08370ebf..acea4fee81b 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/bucketize.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/bucketize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/clamp.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/clamp.cpp index 15e66eb2978..c15bb26ba4d 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/clamp.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/clamp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/comparison.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/comparison.cpp index 22a4d9a9740..f26e8c21ea4 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/comparison.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/comparison.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/concat.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/concat.cpp index b8348ee91f3..1e7d98e369f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/concat.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/constant.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/constant.cpp index d680bb97469..e0720cdef32 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/constant.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/conversion.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/conversion.cpp index b03d55f3208..fe7aee964ae 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/conversion.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/conversion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_i420.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_i420.cpp index 5be4e9ba6dc..f8e060b1b11 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_i420.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_i420.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_nv12.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_nv12.cpp index af84b09833c..5fd63470a12 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_nv12.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_nv12.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp index 3a885a08f8d..3c80207e2c7 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convolution_backprop_data.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convolution_backprop_data.cpp index 3fc78188cc3..be4dd9d5984 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convolution_backprop_data.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder.cpp index 0149a60ba1c..7cd8cd204b0 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder_seq_len.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder_seq_len.cpp index bc83d623c8a..337c1059d59 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder_seq_len.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_loss.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_loss.cpp index 45a341a3900..f18193c1abb 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_loss.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/cum_sum.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/cum_sum.cpp index 19440f5ae88..3dcf1648fd4 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/cum_sum.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_convolution.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_convolution.cpp index 89b793f8bf7..ec1ba1252c5 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_convolution.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "common_test_utils/test_constants.hpp" diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_psroi_pooling.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_psroi_pooling.cpp index 785aba8c1a1..1b4e50d75ef 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_psroi_pooling.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/depth_to_space.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/depth_to_space.cpp index 95b9f458751..ddad0deb131 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/depth_to_space.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/detection_output.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/detection_output.cpp index 2028d643d67..48498e0bdfa 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/detection_output.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/dft.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/dft.cpp index 9d91f2d5ca5..92e11d7363e 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/dft.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/dft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp index 94861147bae..d524266cb97 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_offsets_sum.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_offsets_sum.cpp index 1b3d8d708a8..86db777a476 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_offsets_sum.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_offsets_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_packed_sum.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_packed_sum.cpp index 5d546c05d7c..612fd49c4bd 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_packed_sum.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_packed_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_segments_sum.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_segments_sum.cpp index f97c3165140..ad8dea23134 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_segments_sum.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_detection_output.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_detection_output.cpp index a449707c9c8..90c5d9a18e2 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_detection_output.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_generate_proposals_single_image.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_generate_proposals_single_image.cpp index 9485e6d8180..2145cb63f9c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_generate_proposals_single_image.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_generate_proposals_single_image.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_prior_grid_generator.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_prior_grid_generator.cpp index 9ec44329496..c0fa59209bf 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_prior_grid_generator.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_prior_grid_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_roifeatureextractor.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_roifeatureextractor.cpp index 7abc05705ab..3f4ecc8c3c5 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_roifeatureextractor.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_roifeatureextractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_topkrois.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_topkrois.cpp index 2348dbae9f9..9b7dd6ec85d 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_topkrois.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_topkrois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/fake_quantize.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/fake_quantize.cpp index 5063afdfda0..ba06f583f3b 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/fake_quantize.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather.cpp index 36846632ffb..5a9c5bfebcc 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_elements.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_elements.cpp index 881b395d4e7..b679bdf8b00 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_elements.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_nd.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_nd.cpp index c5206e2b709..91e4d72584b 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_nd.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_tree.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_tree.cpp index 63076e984a7..c72c4429890 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_tree.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/generate_proposals.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/generate_proposals.cpp index d298befa488..21e665118f4 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/generate_proposals.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution.cpp index 790147b0260..21b88d25e80 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution_backprop_data.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution_backprop_data.cpp index d59b1d2df26..6995d0791c2 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution_backprop_data.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gru_cell.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gru_cell.cpp index 8c2424c72b2..2715f0b8dce 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gru_cell.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gru_sequence.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gru_sequence.cpp index 37452685695..4555a7bbced 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gru_sequence.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/gru_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/interpolate.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/interpolate.cpp index 05136215317..39411deac71 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/interpolate.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/invalid_cases/proposal.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/invalid_cases/proposal.cpp index 86b57b92a44..2ddec47a17b 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/invalid_cases/proposal.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/invalid_cases/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/is_inf.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/is_inf.cpp index 68cb80285b1..76a43d35879 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/is_inf.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/is_inf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/log_softmax.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/log_softmax.cpp index d16edfad904..b42f2b2f6b6 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/log_softmax.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/logical.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/logical.cpp index 6cef30f5558..434b46d52ff 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/logical.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/logical.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/loop.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/loop.cpp index cadb1cd9998..678439d73cd 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/loop.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lrn.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lrn.cpp index 40e05cac397..f705209a2ed 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lrn.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_cell.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_cell.cpp index 6d44dcb4271..66b8b3f7be1 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_cell.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_sequence.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_sequence.cpp index f9b555f23eb..229a6ec5a75 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_sequence.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/mat_mul.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/mat_mul.cpp index 735dba7e859..701af909c5e 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/mat_mul.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/mat_mul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/matrix_nms.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/matrix_nms.cpp index 90fadce0861..1771b5b78d4 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/matrix_nms.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/memory.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/memory.cpp index 85b2a60e223..67014c9e595 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/memory.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/memory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/minimum_maximum.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/minimum_maximum.cpp index 6244afb8216..faf2ec4016d 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/minimum_maximum.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/minimum_maximum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/multiclass_nms.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/multiclass_nms.cpp index 6970738997c..b841d641712 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/multiclass_nms.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/multiclass_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/mvn.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/mvn.cpp index 8da9c1249f8..851f1daaf56 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/mvn.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/non_max_suppression.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/non_max_suppression.cpp index eb5f3dd3d0d..7fa946c532d 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/non_max_suppression.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/nonzero.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/nonzero.cpp index 629392a5d99..31aa9f6d4f1 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/nonzero.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/nonzero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/normalize_l2.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/normalize_l2.cpp index 7fbf1207bc4..6aa397ca3f1 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/normalize_l2.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/one_hot.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/one_hot.cpp index 92272ba76b5..f0fe8cc2a6a 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/one_hot.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/pad.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/pad.cpp index 0dc19a7d790..3647229e385 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/pad.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/pooling.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/pooling.cpp index 6d4b6a72e58..295ec62b0ae 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/pooling.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box.cpp index 3b75acd67bc..d6bb3f51d42 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box_clustered.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box_clustered.cpp index 2319c7367fb..cf6e71fa393 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box_clustered.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box_clustered.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/proposal.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/proposal.cpp index e9cbb9ce682..d7bbfad7d90 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/proposal.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/psroi_pooling.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/psroi_pooling.cpp index 8ff9c1e04f5..0fc3d680b61 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/psroi_pooling.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/range.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/range.cpp index 9a7b29484d3..0e0233f22cd 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/range.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rdft.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rdft.cpp index 05131c5eca3..323ea0c622c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rdft.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reduce_ops.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reduce_ops.cpp index 1079a43b8fc..297d973a796 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reduce_ops.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reduce_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/region_yolo.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/region_yolo.cpp index 1be3333cfbf..cc3ce085f3a 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/region_yolo.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reorg_yolo.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reorg_yolo.cpp index f0eb0076330..2ce3e1733c2 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reorg_yolo.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp index 2f690eaeef0..36765383c93 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/result.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/result.cpp index 5ba9264ae07..db2fcfb9afa 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/result.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reverse_sequence.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reverse_sequence.cpp index fd1c3354f0b..de1712a25b7 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reverse_sequence.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_cell.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_cell.cpp index b0b2ea664e4..857643512bb 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_cell.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_sequence.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_sequence.cpp index 18ecb101bf0..5446d5477c4 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_sequence.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roi_align.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roi_align.cpp index 58eaa5174ee..a444a27a0bd 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roi_align.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roi_pooling.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roi_pooling.cpp index ca68bc6fa4d..51306ed138c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roi_pooling.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roll.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roll.cpp index ca6f5e21a11..77e6c0ccbe2 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roll.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/roll.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_ND_update.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_ND_update.cpp index e0944b30efa..3c709b72140 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_ND_update.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_ND_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_elements_update.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_elements_update.cpp index 1cfe50c943f..731f7a02180 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_elements_update.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_update.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_update.cpp index 807d2d0eb05..88833a9e157 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_update.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/select.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/select.cpp index d3ab75a305b..506de4e4c3f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/select.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/shape_of.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/shape_of.cpp index 0e9a8e218be..a026b810191 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/shape_of.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/shuffle_channels.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/shuffle_channels.cpp index 7d5b606e3ab..3525a463cfd 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/shuffle_channels.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/slice.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/slice.cpp index 440e57c16d0..455c7737a3f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/slice.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp index ad68b01bc21..9bf1b4656ad 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_batch.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_batch.cpp index a661149078d..d7c7e6bb6d3 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_batch.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_depth.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_depth.cpp index 655d1b0a164..d1db22b1d8a 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_depth.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/split.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/split.cpp index b855eb73f8c..7daa8fa8c92 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/split.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/squeeze_unsqueeze.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/squeeze_unsqueeze.cpp index 5f7da02a3d8..a5089a3cba7 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/squeeze_unsqueeze.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/squeeze_unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/strided_slice.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/strided_slice.cpp index 7a118d125d7..fffb9b33074 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/strided_slice.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/tensor_iterator.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/tensor_iterator.cpp index d0c0f7594c7..af184cee773 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/tensor_iterator.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/tile.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/tile.cpp index 78d2d62f001..9e99a6159e4 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/tile.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/topk.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/topk.cpp index 9c51f980add..24ebc2f6b5e 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/topk.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/transpose.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/transpose.cpp index bda97551dda..739f10445ef 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/transpose.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/variadic_split.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/variadic_split.cpp index 39ddd9788f4..3adc1cd45b3 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/variadic_split.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/single_layer_tests/variadic_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp index 1e8852e31e0..8280bdfe251 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/snippets/codegen_gelu.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/snippets/codegen_gelu.cpp index 62e9a37bd4f..f107c14a38f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/snippets/codegen_gelu.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/snippets/codegen_gelu.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/concat_resize_concat.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/concat_resize_concat.cpp index 94be3c86f1d..9dcc5fcee9a 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/concat_resize_concat.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/concat_resize_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/constant_result.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/constant_result.cpp index 4197076d6dc..e4ac4be9a95 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/constant_result.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/constant_result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/conv_eltwise_fusion.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/conv_eltwise_fusion.cpp index e92f457f369..1c135d632e7 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/conv_eltwise_fusion.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/conv_eltwise_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/conv_strides_opt.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/conv_strides_opt.cpp index f33b57d6391..67a50711176 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/conv_strides_opt.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/conv_strides_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/convert_pad_to_group_conv.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/convert_pad_to_group_conv.cpp index d23a35201b9..b68dc23fd13 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/convert_pad_to_group_conv.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/convert_pad_to_group_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/get_output_before_activation.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/get_output_before_activation.cpp index 4b9feeed52d..9b405d1618b 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/get_output_before_activation.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/get_output_before_activation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_multiply_fusion.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_multiply_fusion.cpp index 026a7595ed9..b9b569315b4 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_multiply_fusion.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_multiply_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_squeeze_add.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_squeeze_add.cpp index 97319465428..537035529ca 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_squeeze_add.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_squeeze_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/memory_LSTMCell.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/memory_LSTMCell.cpp index c8cdde57aae..81f1703dc67 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/memory_LSTMCell.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/memory_LSTMCell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/mul_conv_fusion.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/mul_conv_fusion.cpp index 4ab6ddfbaef..2bfcb3557f9 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/mul_conv_fusion.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/mul_conv_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/multiple_LSTMCell.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/multiple_LSTMCell.cpp index 9af82913931..b830a5fc9c5 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/multiple_LSTMCell.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/multiple_LSTMCell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/multiply_add.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/multiply_add.cpp index c46e9270894..5f8ac557b98 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/multiply_add.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/multiply_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/mvn_multiply_add.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/mvn_multiply_add.cpp index f27050440a7..eaf99261f5c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/mvn_multiply_add.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/mvn_multiply_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/parameter_result.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/parameter_result.cpp index 357f27eb04a..55298835432 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/parameter_result.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/parameter_result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/perm_conv_perm_concat.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/perm_conv_perm_concat.cpp index 8617d1e68c2..383e2a3579c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/perm_conv_perm_concat.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/perm_conv_perm_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/preprocess.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/preprocess.cpp index 7a2b8c1ef62..a6e9a599ab5 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/preprocess.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/preprocess.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_convolution_backprop_data.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_convolution_backprop_data.cpp index fe5bc52f776..9306575821f 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_convolution_backprop_data.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution.cpp index 3f485dee776..143276b2073 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution_backprop_data.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution_backprop_data.cpp index 4bc10a59632..c12d58e3253 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution_backprop_data.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_mat_mul.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_mat_mul.cpp index d8dc2eeb431..b0a1af51870 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_mat_mul.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_mat_mul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/range_add.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/range_add.cpp index 5b19f8b34d7..20c0b0f537c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/range_add.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/range_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/relu_shape_of.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/relu_shape_of.cpp index 00559d09144..ed5b8680dd3 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/relu_shape_of.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/relu_shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_squeeze_reshape_relu.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_squeeze_reshape_relu.cpp index fa82dc5baa7..195ec8fc7ba 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_squeeze_reshape_relu.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_squeeze_reshape_relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/simple_if.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/simple_if.cpp index 1abec579d59..6073280155c 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/simple_if.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/simple_if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/split_concat_memory.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/split_concat_memory.cpp index 11c8faab090..5a62a237634 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/split_concat_memory.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/split_concat_memory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/split_conv_concat.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/split_conv_concat.cpp index 1d60e681877..288f23bbd70 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/split_conv_concat.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/split_conv_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/variadic_split_pad.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/variadic_split_pad.cpp index 27d63ad27ff..a8938c4eb7e 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/variadic_split_pad.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/subgraph_tests/variadic_split_pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/utils/arm/filter_cpu_info.cpp b/src/plugins/intel_cpu/tests/functional/utils/arm/filter_cpu_info.cpp index e3144986ee1..3bb42fe47e0 100644 --- a/src/plugins/intel_cpu/tests/functional/utils/arm/filter_cpu_info.cpp +++ b/src/plugins/intel_cpu/tests/functional/utils/arm/filter_cpu_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/utils/convolution_params.hpp b/src/plugins/intel_cpu/tests/functional/utils/convolution_params.hpp index f974e1dc6de..a087e3b207a 100644 --- a/src/plugins/intel_cpu/tests/functional/utils/convolution_params.hpp +++ b/src/plugins/intel_cpu/tests/functional/utils/convolution_params.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/utils/cpu_test_utils.cpp b/src/plugins/intel_cpu/tests/functional/utils/cpu_test_utils.cpp index 641b0ee47e4..f90c213606c 100644 --- a/src/plugins/intel_cpu/tests/functional/utils/cpu_test_utils.cpp +++ b/src/plugins/intel_cpu/tests/functional/utils/cpu_test_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/utils/cpu_test_utils.hpp b/src/plugins/intel_cpu/tests/functional/utils/cpu_test_utils.hpp index 9cd48d75932..1045865eae2 100644 --- a/src/plugins/intel_cpu/tests/functional/utils/cpu_test_utils.hpp +++ b/src/plugins/intel_cpu/tests/functional/utils/cpu_test_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/utils/fusing_test_utils.cpp b/src/plugins/intel_cpu/tests/functional/utils/fusing_test_utils.cpp index 287960c3adb..39e60bdfe8a 100644 --- a/src/plugins/intel_cpu/tests/functional/utils/fusing_test_utils.cpp +++ b/src/plugins/intel_cpu/tests/functional/utils/fusing_test_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/utils/fusing_test_utils.hpp b/src/plugins/intel_cpu/tests/functional/utils/fusing_test_utils.hpp index f0bcae6c8bc..860106b81d9 100644 --- a/src/plugins/intel_cpu/tests/functional/utils/fusing_test_utils.hpp +++ b/src/plugins/intel_cpu/tests/functional/utils/fusing_test_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/functional/utils/x64/filter_cpu_info.cpp b/src/plugins/intel_cpu/tests/functional/utils/x64/filter_cpu_info.cpp index 5efc97c7409..314d140640d 100644 --- a/src/plugins/intel_cpu/tests/functional/utils/x64/filter_cpu_info.cpp +++ b/src/plugins/intel_cpu/tests/functional/utils/x64/filter_cpu_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/CMakeLists.txt b/src/plugins/intel_cpu/tests/unit/CMakeLists.txt index ac55e273050..f2290ee094f 100644 --- a/src/plugins/intel_cpu/tests/unit/CMakeLists.txt +++ b/src/plugins/intel_cpu/tests/unit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_cpu/tests/unit/brgemm_executor_test.cpp b/src/plugins/intel_cpu/tests/unit/brgemm_executor_test.cpp index 1179c679fc3..35a29f97452 100644 --- a/src/plugins/intel_cpu/tests/unit/brgemm_executor_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/brgemm_executor_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/caseless_tests.cpp b/src/plugins/intel_cpu/tests/unit/caseless_tests.cpp index 4f61094d8a6..42ea82723e5 100644 --- a/src/plugins/intel_cpu/tests/unit/caseless_tests.cpp +++ b/src/plugins/intel_cpu/tests/unit/caseless_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/cpu_tensor_test.cpp b/src/plugins/intel_cpu/tests/unit/cpu_tensor_test.cpp index 9d792e47499..e2dd8bf8a48 100644 --- a/src/plugins/intel_cpu/tests/unit/cpu_tensor_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/cpu_tensor_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/cpu_tensor_test_ext.cpp b/src/plugins/intel_cpu/tests/unit/cpu_tensor_test_ext.cpp index 36aba72465e..f297fc277ff 100644 --- a/src/plugins/intel_cpu/tests/unit/cpu_tensor_test_ext.cpp +++ b/src/plugins/intel_cpu/tests/unit/cpu_tensor_test_ext.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/dnnl_memory_desc_test.cpp b/src/plugins/intel_cpu/tests/unit/dnnl_memory_desc_test.cpp index 9d969fffd31..44d4a1067fa 100644 --- a/src/plugins/intel_cpu/tests/unit/dnnl_memory_desc_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/dnnl_memory_desc_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/dnnl_memory_test.cpp b/src/plugins/intel_cpu/tests/unit/dnnl_memory_test.cpp index dec7eb101b3..83fa9e31849 100644 --- a/src/plugins/intel_cpu/tests/unit/dnnl_memory_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/dnnl_memory_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/dnnl_zero_dims_test.cpp b/src/plugins/intel_cpu/tests/unit/dnnl_zero_dims_test.cpp index 2c7cd27841a..6f5bc2b47bf 100644 --- a/src/plugins/intel_cpu/tests/unit/dnnl_zero_dims_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/dnnl_zero_dims_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/gemm_api_test.cpp b/src/plugins/intel_cpu/tests/unit/gemm_api_test.cpp index 510b6745bb0..65d7dc7eb85 100644 --- a/src/plugins/intel_cpu/tests/unit/gemm_api_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/gemm_api_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/graph/dummy_node.hpp b/src/plugins/intel_cpu/tests/unit/graph/dummy_node.hpp index 3ac1b065059..1bd6d362957 100644 --- a/src/plugins/intel_cpu/tests/unit/graph/dummy_node.hpp +++ b/src/plugins/intel_cpu/tests/unit/graph/dummy_node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/graph/memory_state.cpp b/src/plugins/intel_cpu/tests/unit/graph/memory_state.cpp index ed1957002cc..0ff6c6a0bd5 100644 --- a/src/plugins/intel_cpu/tests/unit/graph/memory_state.cpp +++ b/src/plugins/intel_cpu/tests/unit/graph/memory_state.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/graph/merge_transpose_reorder_test.cpp b/src/plugins/intel_cpu/tests/unit/graph/merge_transpose_reorder_test.cpp index 731b3dd9120..6a9ff1cb12f 100644 --- a/src/plugins/intel_cpu/tests/unit/graph/merge_transpose_reorder_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/graph/merge_transpose_reorder_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/graph/resolve_edge_conflicts_test.cpp b/src/plugins/intel_cpu/tests/unit/graph/resolve_edge_conflicts_test.cpp index 79ace4c13d5..e47431808cf 100644 --- a/src/plugins/intel_cpu/tests/unit/graph/resolve_edge_conflicts_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/graph/resolve_edge_conflicts_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/nodes/reorder_node_test.cpp b/src/plugins/intel_cpu/tests/unit/nodes/reorder_node_test.cpp index bc87c69cd84..ea2994759e7 100644 --- a/src/plugins/intel_cpu/tests/unit/nodes/reorder_node_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/nodes/reorder_node_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/rt_cache.cpp b/src/plugins/intel_cpu/tests/unit/rt_cache.cpp index b40ddb77a53..8a978e4758d 100644 --- a/src/plugins/intel_cpu/tests/unit/rt_cache.cpp +++ b/src/plugins/intel_cpu/tests/unit/rt_cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/adaptive_avg_pool_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/adaptive_avg_pool_shape_inference_test.cpp index 885146b8e02..a82769e90e0 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/adaptive_avg_pool_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/adaptive_avg_pool_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/adaptive_max_pool_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/adaptive_max_pool_shape_inference_test.cpp index 6de1a9ce5ce..5ba4415a593 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/adaptive_max_pool_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/adaptive_max_pool_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/assign_shape_inference.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/assign_shape_inference.cpp index ea2e1819a2d..20e15f275f4 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/assign_shape_inference.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/assign_shape_inference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/augru_cell_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/augru_cell_test.cpp index c392e549e16..dfd5e293b8e 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/augru_cell_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/augru_cell_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/augru_sequence_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/augru_sequence_test.cpp index 5dfe469e7b6..27d24d42b0a 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/augru_sequence_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/augru_sequence_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/avg_pool_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/avg_pool_shape_inference_test.cpp index dbc5c996b11..6b145faf3b9 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/avg_pool_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/avg_pool_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/batch_to_space_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/batch_to_space_shape_inference_test.cpp index cf80cd9ca95..0d4b75a1606 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/batch_to_space_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/batch_to_space_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/binary_convolution_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/binary_convolution_shape_inference_test.cpp index 13ca00304ea..1a27bcca224 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/binary_convolution_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/binary_convolution_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/binary_elementwise_arithmetic.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/binary_elementwise_arithmetic.cpp index e48c6542b23..d77546a9737 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/binary_elementwise_arithmetic.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/binary_elementwise_arithmetic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/broadcast_shape_inference.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/broadcast_shape_inference.cpp index 6aa0879bbff..bbf4a5dcb2a 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/broadcast_shape_inference.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/broadcast_shape_inference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/bucketize_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/bucketize_shape_inference_test.cpp index 472d8d09835..bb1ddfdf03b 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/bucketize_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/bucketize_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/convolution_backprop_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/convolution_backprop_shape_inference_test.cpp index a3919cd2581..9b506d1d392 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/convolution_backprop_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/convolution_backprop_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/convolution_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/convolution_shape_inference_test.cpp index 2621d3a3b7a..778723e5357 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/convolution_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/convolution_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/ctc_greedy_decoder_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/ctc_greedy_decoder_shape_inference_test.cpp index e98876f7b02..d5182371b9e 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/ctc_greedy_decoder_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/ctc_greedy_decoder_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "ctc_greedy_decoder_shape_inference.hpp" diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/ctc_loss_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/ctc_loss_shape_inference_test.cpp index 71e479e9e57..0c9fcaf6782 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/ctc_loss_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/ctc_loss_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/adaptive_avg_pool.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/adaptive_avg_pool.cpp index cf6976dac42..7c69469a59e 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/adaptive_avg_pool.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/adaptive_avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/adaptive_max_pool.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/adaptive_max_pool.cpp index 4cf9d13a18a..9273dd4547d 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/adaptive_max_pool.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/adaptive_max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/binary_elementwise_arithmetic.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/binary_elementwise_arithmetic.cpp index 4943144ff7e..8c453eb1f59 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/binary_elementwise_arithmetic.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/binary_elementwise_arithmetic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/color_covert_shape_inference.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/color_covert_shape_inference.cpp index 43be1737e6b..eaed689890e 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/color_covert_shape_inference.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/color_covert_shape_inference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/custom_shape_infer.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/custom_shape_infer.cpp index b0bf4c384e5..87736884fc6 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/custom_shape_infer.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/custom_shape_infer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "custom_shape_infer.hpp" diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/custom_shape_infer.hpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/custom_shape_infer.hpp index 7edc933e0eb..c2111e941af 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/custom_shape_infer.hpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/custom_shape_infer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/elementwises.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/elementwises.cpp index 6b69a6f7c63..70043fc2858 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/elementwises.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/elementwises.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/fullconnect.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/fullconnect.cpp index 55fddb2d300..a5b01a2c3c2 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/fullconnect.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/fullconnect.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/gather.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/gather.cpp index 1ebb1693a81..e6505c76149 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/gather.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/matmul.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/matmul.cpp index 26dec0165c6..0c7bc90f646 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/matmul.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/ngram.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/ngram.cpp index 4c0a3278a5b..ef11c2d6b3d 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/ngram.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/ngram.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/one_hot.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/one_hot.cpp index 99ed87e83fc..c4d04b895bf 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/one_hot.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/reshape.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/reshape.cpp index 98687a6b0d1..701f213d7cf 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/reshape.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/scaled_attn.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/scaled_attn.cpp index 25554b718d8..772f60ff465 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/scaled_attn.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/scaled_attn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/shape_node.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/shape_node.cpp index 9d8f63802bd..3fb13680147 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/shape_node.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/shape_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/strided_slice.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/strided_slice.cpp index fa25928d60e..48fb31b9adf 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/strided_slice.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/transpose.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/transpose.cpp index e0ee0db8089..870e9b8dc30 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/transpose.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/custom_shape_infer/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "common_test_utils/test_assertions.hpp" diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/deformable_convolution_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/deformable_convolution_shape_inference_test.cpp index d897c45f024..9eabfeb809b 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/deformable_convolution_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/deformable_convolution_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/deformable_psroi_pooling_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/deformable_psroi_pooling_shape_inference_test.cpp index 5b50f597f4a..5e7307f9f49 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/deformable_psroi_pooling_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/deformable_psroi_pooling_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/depth_to_space_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/depth_to_space_shape_inference_test.cpp index 30a0621a956..2a7929f6a6f 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/depth_to_space_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/depth_to_space_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/detection_output_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/detection_output_shape_inference_test.cpp index 23db7df4dba..2d19aea3411 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/detection_output_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/detection_output_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/elementwises.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/elementwises.cpp index e1ca0de7d21..16f385f612e 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/elementwises.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/elementwises.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/embedding_segments_sum_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/embedding_segments_sum_test.cpp index 14c67c65795..e33c26a7a01 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/embedding_segments_sum_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/embedding_segments_sum_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/embeddingbag_offsets_sum_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/embeddingbag_offsets_sum_shape_inference_test.cpp index dac5ff8307f..cac89cc57bf 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/embeddingbag_offsets_sum_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/embeddingbag_offsets_sum_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/embeddingbag_packed_sum_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/embeddingbag_packed_sum_shape_inference_test.cpp index 9b90704c42a..0338f2c7a9b 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/embeddingbag_packed_sum_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/embeddingbag_packed_sum_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_detection_output_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_detection_output_shape_inference_test.cpp index 75af42b9596..f2f29ed015a 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_detection_output_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_detection_output_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_generate_proposal_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_generate_proposal_shape_inference_test.cpp index 60921e07627..93659ce27eb 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_generate_proposal_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_generate_proposal_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_prior_grid_generator_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_prior_grid_generator_shape_inference_test.cpp index 7a4bd8b00cf..e3d11b0a16e 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_prior_grid_generator_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_prior_grid_generator_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_roi_feature_extractor_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_roi_feature_extractor_shape_inference_test.cpp index 26ecd6c4d47..e9e29e0a481 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_roi_feature_extractor_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_roi_feature_extractor_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_topkrois_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_topkrois_shape_inference_test.cpp index f797a2fcc67..d8f0949e972 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_topkrois_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/experimental_detectron_topkrois_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/extract_image_patches_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/extract_image_patches_shape_inference_test.cpp index b2c3704337c..8eb775fc1af 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/extract_image_patches_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/extract_image_patches_shape_inference_test.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/fft_base_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/fft_base_shape_inference_test.cpp index d333988672d..f8f87e37f3e 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/fft_base_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/fft_base_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_elements_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_elements_shape_inference_test.cpp index c1fc73c1bea..026fa815efd 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_elements_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_elements_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_nd_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_nd_shape_inference_test.cpp index 0f017e18de2..79c715e775f 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_nd_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_nd_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_shape_inference_test.cpp index 9c866155950..56c1fdcec4b 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_tree_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_tree_shape_inference_test.cpp index d460ffa1217..b53fc6c483e 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_tree_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gather_tree_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "gather_tree_shape_inference.hpp" diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/grid_sample_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/grid_sample_shape_inference_test.cpp index 2c2c4d7cf2c..15de0684ce5 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/grid_sample_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/grid_sample_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/group_convolution_backprop_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/group_convolution_backprop_shape_inference_test.cpp index a11ae5e3881..d048cc0598c 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/group_convolution_backprop_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/group_convolution_backprop_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/group_convolution_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/group_convolution_shape_inference_test.cpp index 9b104e9aa7a..60ccf3a3b74 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/group_convolution_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/group_convolution_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gru_cell_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gru_cell_shape_inference_test.cpp index 1910cdeb948..b6310fafad1 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gru_cell_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gru_cell_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gru_sequence_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gru_sequence_shape_inference_test.cpp index 3be0fe38665..13aac38fb98 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/gru_sequence_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/gru_sequence_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/i420_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/i420_shape_inference_test.cpp index 6145d84979e..913abf62e25 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/i420_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/i420_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/interpolate_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/interpolate_shape_inference_test.cpp index 68fe1766daf..dd9dadcbdd3 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/interpolate_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/interpolate_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/lstm_cell_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/lstm_cell_shape_inference_test.cpp index 9042a26859f..f2dc8a2328c 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/lstm_cell_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/lstm_cell_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/lstm_seq_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/lstm_seq_shape_inference_test.cpp index 8b4692d843f..067477e146f 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/lstm_seq_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/lstm_seq_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/make_shape_inference.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/make_shape_inference.cpp index 65840a85967..23399744e45 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/make_shape_inference.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/make_shape_inference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/matmul_shape_inference.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/matmul_shape_inference.cpp index c3b73d3e973..b664a47e011 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/matmul_shape_inference.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/matmul_shape_inference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/matrix_nms_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/matrix_nms_shape_inference_test.cpp index c61a4683b1d..e6739c3ddec 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/matrix_nms_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/matrix_nms_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/max_pool_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/max_pool_shape_inference_test.cpp index 6e9b0bb8454..e1395b529e7 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/max_pool_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/max_pool_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/multinomial_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/multinomial_shape_inference_test.cpp index 957c8c068b4..80f6cf361d5 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/multinomial_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/multinomial_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/nms_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/nms_shape_inference_test.cpp index 77805d83a0f..77151688075 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/nms_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/nms_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/nv12_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/nv12_shape_inference_test.cpp index a44557eb5d3..1cbb30f16eb 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/nv12_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/nv12_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/one_hot_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/one_hot_shape_inference_test.cpp index 487fd0890dc..544ed41ba7b 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/one_hot_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/one_hot_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/pad_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/pad_shape_inference_test.cpp index 8887cc5f49c..dde984401ad 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/pad_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/pad_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/proposal_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/proposal_shape_inference_test.cpp index 7ef8f9802b5..85965fac741 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/proposal_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/proposal_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/psroi_pooling_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/psroi_pooling_shape_inference_test.cpp index d32c173c911..63297c5cffd 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/psroi_pooling_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/psroi_pooling_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/random_uniform_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/random_uniform_shape_inference_test.cpp index 7b397575028..3eb47d417eb 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/random_uniform_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/random_uniform_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/range_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/range_shape_inference_test.cpp index a7debe18e3e..27eca3d57f7 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/range_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/range_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/read_value_shape_inference.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/read_value_shape_inference.cpp index cc627d55533..deda0949b00 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/read_value_shape_inference.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/read_value_shape_inference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/reduce_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/reduce_shape_inference_test.cpp index 45f587c5c23..8effd0939b9 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/reduce_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/reduce_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/region_yolo_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/region_yolo_shape_inference_test.cpp index e42aabcb3a3..8bc9e59b826 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/region_yolo_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/region_yolo_shape_inference_test.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/reorg_yolo_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/reorg_yolo_shape_inference_test.cpp index 91651234c80..2599aad4b38 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/reorg_yolo_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/reorg_yolo_shape_inference_test.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/reshape_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/reshape_shape_inference_test.cpp index 43644979b4c..e193553796b 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/reshape_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/reshape_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/rnn_cell_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/rnn_cell_shape_inference_test.cpp index 2bbd022f966..5b81c2307e3 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/rnn_cell_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/rnn_cell_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/rnn_seq_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/rnn_seq_shape_inference_test.cpp index cd29aa4905c..304dd8a6311 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/rnn_seq_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/rnn_seq_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/roi_align_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/roi_align_shape_inference_test.cpp index 696c5ebe454..bd99ee00c81 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/roi_align_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/roi_align_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/roi_pooling_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/roi_pooling_shape_inference_test.cpp index 1bae78a4f4a..7805c78c322 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/roi_pooling_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/roi_pooling_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/roll_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/roll_shape_inference_test.cpp index 91370a2ae1d..82a4c699d73 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/roll_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/roll_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/scaled_dot_product_attention_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/scaled_dot_product_attention_shape_inference_test.cpp index 84892dc6a75..bb2e85ad34b 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/scaled_dot_product_attention_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/scaled_dot_product_attention_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_elements_update_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_elements_update_shape_inference_test.cpp index 599d0a6b61c..57ae93a2905 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_elements_update_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_elements_update_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_nd_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_nd_shape_inference_test.cpp index 2bb4ddb7a73..135a9a85ff7 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_nd_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_nd_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_update_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_update_shape_inference_test.cpp index 0174dadffa3..a8cec512b71 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_update_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/scatter_update_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/select_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/select_shape_inference_test.cpp index e70a62c6d9e..5aacc8538f8 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/select_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/select_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/shape_node_tests.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/shape_node_tests.cpp index 40f08467847..0f89e8c4db9 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/shape_node_tests.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/shape_node_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/shuffle_channels_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/shuffle_channels_shape_inference_test.cpp index 41088ff6956..e4775fd790f 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/shuffle_channels_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/shuffle_channels_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/space_to_batch_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/space_to_batch_shape_inference_test.cpp index 7fad4a0c467..77f85dba48f 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/space_to_batch_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/space_to_batch_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/space_to_depth_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/space_to_depth_shape_inference_test.cpp index b65397e0c2a..655cec9dfc6 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/space_to_depth_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/space_to_depth_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/split_shape_inference_tests.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/split_shape_inference_tests.cpp index ccec0099e9a..e694ecc99e5 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/split_shape_inference_tests.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/split_shape_inference_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/strided_slice_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/strided_slice_shape_inference_test.cpp index 6dda651db4d..56f137c129b 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/strided_slice_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/strided_slice_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/tile_shape_inference_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/tile_shape_inference_test.cpp index 8b232bb7deb..011a3ef59f9 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/tile_shape_inference_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/tile_shape_inference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/transpose_shape_infernece_test.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/transpose_shape_infernece_test.cpp index f01a9b45075..8ade2005186 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/transpose_shape_infernece_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/transpose_shape_infernece_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "gtest/gtest.h" diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/utils.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/utils.cpp index ccc4b1898e5..96949c52b8d 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/utils.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/utils.hpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/utils.hpp index 6dcb4e658e2..43c23941b5c 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/utils.hpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/shape_inference_test/variadic_split_shape_inference_tests.cpp b/src/plugins/intel_cpu/tests/unit/shape_inference_test/variadic_split_shape_inference_tests.cpp index d8c5b95f5d3..0a8005b7a11 100644 --- a/src/plugins/intel_cpu/tests/unit/shape_inference_test/variadic_split_shape_inference_tests.cpp +++ b/src/plugins/intel_cpu/tests/unit/shape_inference_test/variadic_split_shape_inference_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/streams_info/cpu_pinning_test.cpp b/src/plugins/intel_cpu/tests/unit/streams_info/cpu_pinning_test.cpp index 445bd5cf2d6..edbf4314dbf 100644 --- a/src/plugins/intel_cpu/tests/unit/streams_info/cpu_pinning_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/streams_info/cpu_pinning_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/streams_info/enable_ht_test.cpp b/src/plugins/intel_cpu/tests/unit/streams_info/enable_ht_test.cpp index a4cb4745811..7b8616593b9 100644 --- a/src/plugins/intel_cpu/tests/unit/streams_info/enable_ht_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/streams_info/enable_ht_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/streams_info/scheduling_core_type_test.cpp b/src/plugins/intel_cpu/tests/unit/streams_info/scheduling_core_type_test.cpp index fcddb92bb91..2d55845510c 100644 --- a/src/plugins/intel_cpu/tests/unit/streams_info/scheduling_core_type_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/streams_info/scheduling_core_type_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/streams_info/streams_e2e_test.cpp b/src/plugins/intel_cpu/tests/unit/streams_info/streams_e2e_test.cpp index a24762782d6..30666cbf83f 100644 --- a/src/plugins/intel_cpu/tests/unit/streams_info/streams_e2e_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/streams_info/streams_e2e_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/streams_info/streams_info_table_test.cpp b/src/plugins/intel_cpu/tests/unit/streams_info/streams_info_table_test.cpp index 204501b6046..098225806db 100644 --- a/src/plugins/intel_cpu/tests/unit/streams_info/streams_info_table_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/streams_info/streams_info_table_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_group_conv.cpp b/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_group_conv.cpp index 5d94fe19c4e..26054e46dbf 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_group_conv.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_group_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_group_conv1d.cpp b/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_group_conv1d.cpp index eefb96c305a..19b98c5c752 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_group_conv1d.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_group_conv1d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_reduce_multi_axis.cpp b/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_reduce_multi_axis.cpp index f18fe3e581f..c2c88baabaa 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_reduce_multi_axis.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/arm/convert_reduce_multi_axis.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/convert_matmul_test.cpp b/src/plugins/intel_cpu/tests/unit/transformations/convert_matmul_test.cpp index cace5696980..cb085920d97 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/convert_matmul_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/convert_matmul_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/convert_to_leaky_relu_test.cpp b/src/plugins/intel_cpu/tests/unit/transformations/convert_to_leaky_relu_test.cpp index 47e71670447..edbc871edb0 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/convert_to_leaky_relu_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/convert_to_leaky_relu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/convert_to_rope.cpp b/src/plugins/intel_cpu/tests/unit/transformations/convert_to_rope.cpp index f636ef66017..5baabcfd615 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/convert_to_rope.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/convert_to_rope.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/move_eltwise_up_data_movement_test.cpp b/src/plugins/intel_cpu/tests/unit/transformations/move_eltwise_up_data_movement_test.cpp index b5aa3487632..8b586676ce2 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/move_eltwise_up_data_movement_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/move_eltwise_up_data_movement_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/move_fc_reshape_to_weights.cpp b/src/plugins/intel_cpu/tests/unit/transformations/move_fc_reshape_to_weights.cpp index fbc918a41f1..68241c9169b 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/move_fc_reshape_to_weights.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/move_fc_reshape_to_weights.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/optimize_sequence_transposes_test.cpp b/src/plugins/intel_cpu/tests/unit/transformations/optimize_sequence_transposes_test.cpp index 1bc2135b23b..f8b11e6b000 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/optimize_sequence_transposes_test.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/optimize_sequence_transposes_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/state_concat_sdpa.cpp b/src/plugins/intel_cpu/tests/unit/transformations/state_concat_sdpa.cpp index df38e268068..5ee0cfbf5a1 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/state_concat_sdpa.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/state_concat_sdpa.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/swap_convert_transpose.cpp b/src/plugins/intel_cpu/tests/unit/transformations/swap_convert_transpose.cpp index 3534a24f355..2b319a18080 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/swap_convert_transpose.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/swap_convert_transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/tests/unit/transformations/x64/convert_to_interaction.cpp b/src/plugins/intel_cpu/tests/unit/transformations/x64/convert_to_interaction.cpp index 9aab52c866c..3aa478a72d2 100644 --- a/src/plugins/intel_cpu/tests/unit/transformations/x64/convert_to_interaction.cpp +++ b/src/plugins/intel_cpu/tests/unit/transformations/x64/convert_to_interaction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_cpu/thirdparty/ACLConfig.cmake b/src/plugins/intel_cpu/thirdparty/ACLConfig.cmake index ef0427aa9c2..3afbae622af 100644 --- a/src/plugins/intel_cpu/thirdparty/ACLConfig.cmake +++ b/src/plugins/intel_cpu/thirdparty/ACLConfig.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_cpu/thirdparty/CMakeLists.txt b/src/plugins/intel_cpu/thirdparty/CMakeLists.txt index bf0294fd766..71969ae0330 100644 --- a/src/plugins/intel_cpu/thirdparty/CMakeLists.txt +++ b/src/plugins/intel_cpu/thirdparty/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_cpu/thirdparty/FindACL.cmake b/src/plugins/intel_cpu/thirdparty/FindACL.cmake index 057dcee3f5d..1ec16751749 100644 --- a/src/plugins/intel_cpu/thirdparty/FindACL.cmake +++ b/src/plugins/intel_cpu/thirdparty/FindACL.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_cpu/tools/dump_check/dump_check.py b/src/plugins/intel_cpu/tools/dump_check/dump_check.py index 2fbfcc42cf6..f2426e3e133 100644 --- a/src/plugins/intel_cpu/tools/dump_check/dump_check.py +++ b/src/plugins/intel_cpu/tools/dump_check/dump_check.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.runtime import Core, Model, Tensor, PartialShape, Type diff --git a/src/plugins/intel_gpu/CMakeLists.txt b/src/plugins/intel_gpu/CMakeLists.txt index 18a941ca790..7d102a2ec13 100644 --- a/src/plugins/intel_gpu/CMakeLists.txt +++ b/src/plugins/intel_gpu/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/network.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/network.hpp index 5fe0250d253..ab3b2ba2685 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/network.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/network.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/program.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/program.hpp index f69cf71482b..9eb9f23534e 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/program.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/program.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/binary_buffer.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/binary_buffer.hpp index 0608511014a..2e8bde43abe 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/binary_buffer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/binary_buffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/bind.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/bind.hpp index e2a673f0ba7..3411559a7bd 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/bind.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/bind.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/buffer.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/buffer.hpp index d1a6b236268..c4e9f21edd4 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/buffer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/buffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/cl_kernel_data_serializer.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/cl_kernel_data_serializer.hpp index 36d3a1fdd3c..a35b2f5905c 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/cl_kernel_data_serializer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/cl_kernel_data_serializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/helpers.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/helpers.hpp index 68292028756..b8db7912434 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/helpers.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/helpers.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/layout_serializer.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/layout_serializer.hpp index 6597db41eaa..3c146af500d 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/layout_serializer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/layout_serializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/map_serializer.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/map_serializer.hpp index 37e5488360e..abd29b3dfcd 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/map_serializer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/map_serializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/polymorphic_serializer.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/polymorphic_serializer.hpp index 1792f5489c4..dc7cdf36c6c 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/polymorphic_serializer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/polymorphic_serializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/serializer.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/serializer.hpp index a0fba1c4ae2..24bb37aa894 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/serializer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/serializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/set_serializer.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/set_serializer.hpp index f760442ed01..9009e71dd20 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/set_serializer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/set_serializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/static_instance.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/static_instance.hpp index 5361e08444f..41f3b5e21fd 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/static_instance.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/static_instance.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/string_serializer.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/string_serializer.hpp index 50cd643a166..72a862d0472 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/string_serializer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/string_serializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/vector_serializer.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/vector_serializer.hpp index cb3560ff589..12558f215dc 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/vector_serializer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/vector_serializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/topology.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/topology.hpp index 2df33bba418..2c1d1c0776d 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/graph/topology.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/graph/topology.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/op/fully_connected.hpp b/src/plugins/intel_gpu/include/intel_gpu/op/fully_connected.hpp index 66b97542520..cc7be806fa4 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/op/fully_connected.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/op/fully_connected.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/op/fully_connected_compressed.hpp b/src/plugins/intel_gpu/include/intel_gpu/op/fully_connected_compressed.hpp index 7e63a523660..2c2e3c82089 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/op/fully_connected_compressed.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/op/fully_connected_compressed.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/op/gather_compressed.hpp b/src/plugins/intel_gpu/include/intel_gpu/op/gather_compressed.hpp index 3d817b8032e..a955d6c821d 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/op/gather_compressed.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/op/gather_compressed.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/op/gemm.hpp b/src/plugins/intel_gpu/include/intel_gpu/op/gemm.hpp index 80f0dec5ddb..18380badcfe 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/op/gemm.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/op/gemm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/async_infer_request.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/async_infer_request.hpp index b2fcb8087ad..9b05c359ab6 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/async_infer_request.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/async_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/common_utils.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/common_utils.hpp index df2caf5bcfc..80c19bf2f37 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/common_utils.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/common_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/compiled_model.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/compiled_model.hpp index 0f256fdf2de..640cc82c2c8 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/compiled_model.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/compiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/custom_layer.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/custom_layer.hpp index 041a4ce6cf8..d90820bea32 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/custom_layer.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/custom_layer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/graph.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/graph.hpp index c843282aade..b389014998c 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/graph.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/graph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/plugin.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/plugin.hpp index 4c4b1e7d4eb..a5ea28b95f7 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/plugin.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/primitives_list.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/primitives_list.hpp index e7b2d7cf949..78095d27906 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/primitives_list.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/primitives_list.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/program_builder.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/program_builder.hpp index f86f2db6c2c..0931e931014 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/program_builder.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/program_builder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/remote_context.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/remote_context.hpp index f915797e174..679e1144675 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/remote_context.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/remote_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/simple_math.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/simple_math.hpp index c536f9756c7..1a2c9efbdaa 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/simple_math.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/simple_math.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/sync_infer_request.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/sync_infer_request.hpp index dc2a4dc9143..cdead8a8166 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/sync_infer_request.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/sync_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/transformations_pipeline.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/transformations_pipeline.hpp index 673c53ecf10..f0c0361ce72 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/transformations_pipeline.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/transformations_pipeline.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/plugin/variable_state.hpp b/src/plugins/intel_gpu/include/intel_gpu/plugin/variable_state.hpp index d59e861437f..6c8bebc4934 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/plugin/variable_state.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/plugin/variable_state.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/activation.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/activation.hpp index aa0a89f0aae..1290e66f019 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/activation.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/activation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/arg_max_min.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/arg_max_min.hpp index 2354a58ef01..4ebc34eabcc 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/arg_max_min.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/arg_max_min.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/batch_to_space.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/batch_to_space.hpp index 246853a5f32..06062e3efae 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/batch_to_space.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/batch_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/border.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/border.hpp index 30e0498e2ed..878b214e56d 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/border.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/border.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/broadcast.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/broadcast.hpp index c86c0ed2a7d..eb14a4f3f57 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/broadcast.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/broadcast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/concatenation.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/concatenation.hpp index 5f187c7422a..2dc9bf63d74 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/concatenation.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/concatenation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/condition.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/condition.hpp index 7d217c722d8..06104cf8b6b 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/condition.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/condition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/convert_color.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/convert_color.hpp index 4e67e45b84b..b9ddfa3366f 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/convert_color.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/convert_color.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/convolution.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/convolution.hpp index a98149a46e6..e2ca99150e9 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/convolution.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/crop.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/crop.hpp index b8935695b26..909f4c8a83f 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/crop.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/crop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/ctc_greedy_decoder.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/ctc_greedy_decoder.hpp index 293a646cc64..8aa7ba2e62e 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/ctc_greedy_decoder.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/ctc_greedy_decoder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/cum_sum.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/cum_sum.hpp index 11bd653d4cc..bb0a13f2be4 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/cum_sum.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/cum_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/custom_gpu_primitive.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/custom_gpu_primitive.hpp index 62dafc4ce40..b6ccbd48e9e 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/custom_gpu_primitive.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/custom_gpu_primitive.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/data.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/data.hpp index 6afae403200..7bf07b12d2b 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/data.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/deconvolution.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/deconvolution.hpp index dd722a0d8a5..c664cbafcd2 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/deconvolution.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/deconvolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/depth_to_space.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/depth_to_space.hpp index 577be637657..4a5186c67ad 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/depth_to_space.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/depth_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/detection_output.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/detection_output.hpp index 3c39a839634..e8dbc4bdf52 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/detection_output.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/eltwise.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/eltwise.hpp index b4b9e8932dc..f90723b3d26 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/eltwise.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/eltwise.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/embedding_bag.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/embedding_bag.hpp index 29b3259b506..754d895a9b3 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/embedding_bag.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/embedding_bag.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/experimental_detectron_roi_feature_extractor.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/experimental_detectron_roi_feature_extractor.hpp index 3a1e2291717..e6a369f62fe 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/experimental_detectron_roi_feature_extractor.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/experimental_detectron_roi_feature_extractor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/experimental_detectron_topk_rois.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/experimental_detectron_topk_rois.hpp index 63dc492fd5e..9ff513ac82e 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/experimental_detectron_topk_rois.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/experimental_detectron_topk_rois.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/extract_image_patches.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/extract_image_patches.hpp index 69045cd2182..74bbc819d28 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/extract_image_patches.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/extract_image_patches.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/fully_connected.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/fully_connected.hpp index c39e1e5d682..4fcbc25d2cd 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/fully_connected.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/fully_connected.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/gather.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/gather.hpp index bdd0c1ba108..7b998276838 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/gather.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/gather.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_elements.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_elements.hpp index 455a40a9ea3..8ca2ac35ac2 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_elements.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_elements.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_nd.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_nd.hpp index a2c26b05458..c68bab88447 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_nd.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_nd.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_tree.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_tree.hpp index 082b4113ab1..c70f075565e 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_tree.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/gather_tree.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/gemm.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/gemm.hpp index 8ee341586b6..41b08e16a0b 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/gemm.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/gemm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/grn.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/grn.hpp index 3b629bad910..a362b6119fd 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/grn.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/grn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/implementation_desc.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/implementation_desc.hpp index a4b492d8c85..eb51b1dfb37 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/implementation_desc.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/implementation_desc.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/input_layout.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/input_layout.hpp index 5cbba06ca4a..45f97e39e90 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/input_layout.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/input_layout.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/loop.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/loop.hpp index 2fc4e30ee58..22505387527 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/loop.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/loop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/lrn.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/lrn.hpp index f8cc1672e71..6224680cec0 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/lrn.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/lrn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/lstm.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/lstm.hpp index 7fd9b8c32c3..5dbb267b26f 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/lstm.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/lstm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/mutable_data.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/mutable_data.hpp index 3d0443ec005..7e5cc8830e6 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/mutable_data.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/mutable_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/mvn.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/mvn.hpp index 72e5cd67d92..5d964ffd4a3 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/mvn.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/mvn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/non_max_suppression.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/non_max_suppression.hpp index 7f0faa5659a..e7a7a7287d5 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/non_max_suppression.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/non_max_suppression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/normalize.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/normalize.hpp index 97d012517a1..f352548d65f 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/normalize.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/normalize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/one_hot.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/one_hot.hpp index b94e069fc26..965676eeb7e 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/one_hot.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/one_hot.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/permute.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/permute.hpp index 91bc12df871..afd16f563d4 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/permute.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/permute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/pooling.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/pooling.hpp index c60573c3d30..1a7a349dd8b 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/pooling.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/primitive.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/primitive.hpp index 2378486a07f..7546e7ae319 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/primitive.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/primitive.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/prior_box.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/prior_box.hpp index 3f78605f492..78669f4caaa 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/prior_box.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/prior_box.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/proposal.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/proposal.hpp index a1e67682766..014165a0dc6 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/proposal.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/proposal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/quantize.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/quantize.hpp index a2bb5ae3cf4..38d1ba60c6a 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/quantize.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/random_uniform.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/random_uniform.hpp index 598d8171b56..3e844494838 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/random_uniform.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/random_uniform.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/range.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/range.hpp index 3d68fd2815f..39835ea46de 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/range.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/range.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/reduce.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/reduce.hpp index c1f687e48a9..8e6950b6d24 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/reduce.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/reduce.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/region_yolo.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/region_yolo.hpp index d9040d1dc2e..55a397ba918 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/region_yolo.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/region_yolo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/reorder.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/reorder.hpp index 36da5d01e48..78d8cb8bb0e 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/reorder.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/reorder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/reorg_yolo.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/reorg_yolo.hpp index 96eff0012ec..1a7242e219b 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/reorg_yolo.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/reorg_yolo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/resample.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/resample.hpp index 59f58c986bb..f2da29a2ded 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/resample.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/resample.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/reshape.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/reshape.hpp index 00e8d9a0935..3d4bb1e2620 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/reshape.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/reverse_sequence.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/reverse_sequence.hpp index 714e0f4a493..de352810a14 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/reverse_sequence.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/reverse_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/roi_align.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/roi_align.hpp index 0813c960f03..6c343b6381d 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/roi_align.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/roi_align.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/roi_pooling.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/roi_pooling.hpp index 2dd22e52d3f..1af152613d5 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/roi_pooling.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/roi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_elements_update.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_elements_update.hpp index 4ad578a841a..8c0c4243cf2 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_elements_update.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_elements_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_nd_update.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_nd_update.hpp index 1cc8746e9eb..79eb717f64d 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_nd_update.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_nd_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_update.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_update.hpp index 17c09a8d8eb..e378eb2a548 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_update.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/scatter_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/select.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/select.hpp index 0959fa27094..5d004e845de 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/select.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/select.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/shape_of.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/shape_of.hpp index 694ad5cc4ae..ce6c191443b 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/shape_of.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/shape_of.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/shuffle_channels.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/shuffle_channels.hpp index 06cf612a39a..e0630a2930a 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/shuffle_channels.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/shuffle_channels.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/slice.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/slice.hpp index ef59ff73169..d2d393c9675 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/slice.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/softmax.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/softmax.hpp index 6861c9fc1d1..0127c632845 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/softmax.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/space_to_batch.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/space_to_batch.hpp index 89704a718f6..e9509b081dc 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/space_to_batch.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/space_to_batch.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/space_to_depth.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/space_to_depth.hpp index 1f35aec7360..422ce7d41b6 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/space_to_depth.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/space_to_depth.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/strided_slice.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/strided_slice.hpp index 903580c47d7..6c541ff0881 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/strided_slice.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/strided_slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/primitives/tile.hpp b/src/plugins/intel_gpu/include/intel_gpu/primitives/tile.hpp index b2f3deb5213..79ff029b01c 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/primitives/tile.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/primitives/tile.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/compounds.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/compounds.hpp index d0ba6427a03..79f7e07606f 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/compounds.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/compounds.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/debug_configuration.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/debug_configuration.hpp index ae3359f6a5e..a8f8b34b1c5 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/debug_configuration.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/debug_configuration.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/device.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/device.hpp index 7842bcd2d39..d0105b0e83a 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/device.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/device.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/device_info.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/device_info.hpp index 9877655a507..d5224688b8f 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/device_info.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/device_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/device_query.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/device_query.hpp index dece689e767..f155798fb1a 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/device_query.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/device_query.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/engine.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/engine.hpp index 6b9195097b3..320e2b466de 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/engine.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/engine.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/engine_configuration.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/engine_configuration.hpp index f3a48d4c74f..042fa7cfd3d 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/engine_configuration.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/engine_configuration.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/error_handler.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/error_handler.hpp index aedfa5c9541..8e5768da527 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/error_handler.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/error_handler.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/event.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/event.hpp index 1ef0f4437ec..f82a5f67966 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/event.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/event.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/format.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/format.hpp index 9edce100529..0eb16ac6a4f 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/format.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/format.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/internal_properties.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/internal_properties.hpp index 8632ac85646..04d39ffafdc 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/internal_properties.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/internal_properties.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/itt.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/itt.hpp index 7ac68737637..c9543508d12 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/itt.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/kernel.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/kernel.hpp index fddd466cb9a..68494bd6fdb 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/kernel.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/kernel.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/kernel_args.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/kernel_args.hpp index 8a4fddecdd4..6bce66e64ef 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/kernel_args.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/kernel_args.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/layout.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/layout.hpp index 5fe18422d0c..d1c7a87e539 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/layout.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/layout.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/lru_cache.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/lru_cache.hpp index 81661f5f542..6d938a9d23d 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/lru_cache.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/lru_cache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/memory.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/memory.hpp index 86a3414e4d1..8356a8b8ce2 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/memory.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/memory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/memory_caps.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/memory_caps.hpp index 27c74a5499e..306a23fe1c3 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/memory_caps.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/memory_caps.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/memory_pool.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/memory_pool.hpp index 9e47eb808ab..bf95dadf4f0 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/memory_pool.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/memory_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/profiling.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/profiling.hpp index 038223427ad..1459bab1539 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/profiling.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/profiling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/stream.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/stream.hpp index 3600b44ab6b..19318ce586f 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/stream.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/stream.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/tensor.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/tensor.hpp index 53bd70c8248..14b63dd7643 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/tensor.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/tensor_accessor.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/tensor_accessor.hpp index fa02095455f..679bbffedf9 100644 --- a/src/plugins/intel_gpu/include/intel_gpu/runtime/tensor_accessor.hpp +++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/tensor_accessor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/include/va/va.h b/src/plugins/intel_gpu/include/va/va.h index ba2e6234bf8..108c0668b80 100644 --- a/src/plugins/intel_gpu/include/va/va.h +++ b/src/plugins/intel_gpu/include/va/va.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/CMakeLists.txt b/src/plugins/intel_gpu/src/graph/CMakeLists.txt index 080804a1af4..db25a90e42b 100644 --- a/src/plugins/intel_gpu/src/graph/CMakeLists.txt +++ b/src/plugins/intel_gpu/src/graph/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_gpu/src/graph/activation.cpp b/src/plugins/intel_gpu/src/graph/activation.cpp index b72661ed842..310ca74a3d4 100644 --- a/src/plugins/intel_gpu/src/graph/activation.cpp +++ b/src/plugins/intel_gpu/src/graph/activation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/arg_max_min.cpp b/src/plugins/intel_gpu/src/graph/arg_max_min.cpp index 75c02dc4286..63df47850c0 100644 --- a/src/plugins/intel_gpu/src/graph/arg_max_min.cpp +++ b/src/plugins/intel_gpu/src/graph/arg_max_min.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/batch_to_space.cpp b/src/plugins/intel_gpu/src/graph/batch_to_space.cpp index b09f2bab6b9..91bbc7f9c95 100644 --- a/src/plugins/intel_gpu/src/graph/batch_to_space.cpp +++ b/src/plugins/intel_gpu/src/graph/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/border.cpp b/src/plugins/intel_gpu/src/graph/border.cpp index fcd11f24897..3d5a7d26090 100644 --- a/src/plugins/intel_gpu/src/graph/border.cpp +++ b/src/plugins/intel_gpu/src/graph/border.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/broadcast.cpp b/src/plugins/intel_gpu/src/graph/broadcast.cpp index 0617fd8a856..7b76a846f07 100644 --- a/src/plugins/intel_gpu/src/graph/broadcast.cpp +++ b/src/plugins/intel_gpu/src/graph/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/concatenation.cpp b/src/plugins/intel_gpu/src/graph/concatenation.cpp index db4cbc6a738..97f289e4197 100644 --- a/src/plugins/intel_gpu/src/graph/concatenation.cpp +++ b/src/plugins/intel_gpu/src/graph/concatenation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/condition.cpp b/src/plugins/intel_gpu/src/graph/condition.cpp index a12d63b3801..18717b9406c 100644 --- a/src/plugins/intel_gpu/src/graph/condition.cpp +++ b/src/plugins/intel_gpu/src/graph/condition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/convert_color.cpp b/src/plugins/intel_gpu/src/graph/convert_color.cpp index d6252b62b0f..e58e8141d07 100644 --- a/src/plugins/intel_gpu/src/graph/convert_color.cpp +++ b/src/plugins/intel_gpu/src/graph/convert_color.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/convolution.cpp b/src/plugins/intel_gpu/src/graph/convolution.cpp index 156e8249022..41b4cf81d39 100644 --- a/src/plugins/intel_gpu/src/graph/convolution.cpp +++ b/src/plugins/intel_gpu/src/graph/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_gpu/src/graph/crop.cpp b/src/plugins/intel_gpu/src/graph/crop.cpp index a61ca17c0e8..3cc4dfe0469 100644 --- a/src/plugins/intel_gpu/src/graph/crop.cpp +++ b/src/plugins/intel_gpu/src/graph/crop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/ctc_greedy_decoder.cpp b/src/plugins/intel_gpu/src/graph/ctc_greedy_decoder.cpp index a22abf5dde0..af7a41b8b57 100644 --- a/src/plugins/intel_gpu/src/graph/ctc_greedy_decoder.cpp +++ b/src/plugins/intel_gpu/src/graph/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/cum_sum.cpp b/src/plugins/intel_gpu/src/graph/cum_sum.cpp index 4a4d4c022d7..6227b0cce4b 100644 --- a/src/plugins/intel_gpu/src/graph/cum_sum.cpp +++ b/src/plugins/intel_gpu/src/graph/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/custom_gpu_primitive.cpp b/src/plugins/intel_gpu/src/graph/custom_gpu_primitive.cpp index 0fc496f7403..cffd3a13480 100644 --- a/src/plugins/intel_gpu/src/graph/custom_gpu_primitive.cpp +++ b/src/plugins/intel_gpu/src/graph/custom_gpu_primitive.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "custom_gpu_primitive_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/data.cpp b/src/plugins/intel_gpu/src/graph/data.cpp index 2cd7d87038f..b77e3caa910 100644 --- a/src/plugins/intel_gpu/src/graph/data.cpp +++ b/src/plugins/intel_gpu/src/graph/data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "data_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/deconvolution.cpp b/src/plugins/intel_gpu/src/graph/deconvolution.cpp index a4c00e1d8eb..c211df4b6d7 100644 --- a/src/plugins/intel_gpu/src/graph/deconvolution.cpp +++ b/src/plugins/intel_gpu/src/graph/deconvolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_gpu/src/graph/deformable_convolution.cpp b/src/plugins/intel_gpu/src/graph/deformable_convolution.cpp index 9ff21cda6fe..d4912965cb1 100644 --- a/src/plugins/intel_gpu/src/graph/deformable_convolution.cpp +++ b/src/plugins/intel_gpu/src/graph/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "deformable_convolution_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/depth_to_space.cpp b/src/plugins/intel_gpu/src/graph/depth_to_space.cpp index 90c2a4085e3..d9e6d8a8d27 100644 --- a/src/plugins/intel_gpu/src/graph/depth_to_space.cpp +++ b/src/plugins/intel_gpu/src/graph/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/detection_output.cpp b/src/plugins/intel_gpu/src/graph/detection_output.cpp index 2cbf731ae9d..54af95978e0 100644 --- a/src/plugins/intel_gpu/src/graph/detection_output.cpp +++ b/src/plugins/intel_gpu/src/graph/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/eltwise.cpp b/src/plugins/intel_gpu/src/graph/eltwise.cpp index 3a8d75e8119..7264a82962a 100644 --- a/src/plugins/intel_gpu/src/graph/eltwise.cpp +++ b/src/plugins/intel_gpu/src/graph/eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "eltwise_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/embedding_bag.cpp b/src/plugins/intel_gpu/src/graph/embedding_bag.cpp index a7707ae1b0c..40ee720e7d6 100644 --- a/src/plugins/intel_gpu/src/graph/embedding_bag.cpp +++ b/src/plugins/intel_gpu/src/graph/embedding_bag.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/error_handler.cpp b/src/plugins/intel_gpu/src/graph/error_handler.cpp index 7c305e848eb..c75c23db244 100644 --- a/src/plugins/intel_gpu/src/graph/error_handler.cpp +++ b/src/plugins/intel_gpu/src/graph/error_handler.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "intel_gpu/runtime/error_handler.hpp" diff --git a/src/plugins/intel_gpu/src/graph/experimental_detectron_roi_feature_extractor.cpp b/src/plugins/intel_gpu/src/graph/experimental_detectron_roi_feature_extractor.cpp index 9bdbf5747c1..db5be57df8f 100644 --- a/src/plugins/intel_gpu/src/graph/experimental_detectron_roi_feature_extractor.cpp +++ b/src/plugins/intel_gpu/src/graph/experimental_detectron_roi_feature_extractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/experimental_detectron_topk_rois.cpp b/src/plugins/intel_gpu/src/graph/experimental_detectron_topk_rois.cpp index d08e181e9e3..2905fad1de6 100644 --- a/src/plugins/intel_gpu/src/graph/experimental_detectron_topk_rois.cpp +++ b/src/plugins/intel_gpu/src/graph/experimental_detectron_topk_rois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/extract_image_patches.cpp b/src/plugins/intel_gpu/src/graph/extract_image_patches.cpp index 273a2f7501c..b2e840bd7fe 100644 --- a/src/plugins/intel_gpu/src/graph/extract_image_patches.cpp +++ b/src/plugins/intel_gpu/src/graph/extract_image_patches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/fully_connected.cpp b/src/plugins/intel_gpu/src/graph/fully_connected.cpp index d566339103b..95c18e1cb66 100644 --- a/src/plugins/intel_gpu/src/graph/fully_connected.cpp +++ b/src/plugins/intel_gpu/src/graph/fully_connected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "fully_connected_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/gather.cpp b/src/plugins/intel_gpu/src/graph/gather.cpp index b4a545c23d6..7fc6619af99 100644 --- a/src/plugins/intel_gpu/src/graph/gather.cpp +++ b/src/plugins/intel_gpu/src/graph/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/gather_elements.cpp b/src/plugins/intel_gpu/src/graph/gather_elements.cpp index 634ed205725..f658a882644 100644 --- a/src/plugins/intel_gpu/src/graph/gather_elements.cpp +++ b/src/plugins/intel_gpu/src/graph/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/gather_nd.cpp b/src/plugins/intel_gpu/src/graph/gather_nd.cpp index ec628bf7b00..df930bed0d8 100644 --- a/src/plugins/intel_gpu/src/graph/gather_nd.cpp +++ b/src/plugins/intel_gpu/src/graph/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/gather_tree.cpp b/src/plugins/intel_gpu/src/graph/gather_tree.cpp index d8d983bcf8b..8db6d46c565 100644 --- a/src/plugins/intel_gpu/src/graph/gather_tree.cpp +++ b/src/plugins/intel_gpu/src/graph/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/gemm.cpp b/src/plugins/intel_gpu/src/graph/gemm.cpp index 24df1920f0e..b5c3d897fe4 100644 --- a/src/plugins/intel_gpu/src/graph/gemm.cpp +++ b/src/plugins/intel_gpu/src/graph/gemm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "gemm_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/add_onednn_optimization_attributes.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/add_onednn_optimization_attributes.cpp index 4466f97118d..54a688f3903 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/add_onednn_optimization_attributes.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/add_onednn_optimization_attributes.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/add_required_reorders.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/add_required_reorders.cpp index a60e5a6402d..c7d909b65a0 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/add_required_reorders.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/add_required_reorders.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/basic_memory_dependencies.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/basic_memory_dependencies.cpp index a156bafee25..142ca2a0d35 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/basic_memory_dependencies.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/basic_memory_dependencies.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/compile_graph.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/compile_graph.cpp index 9c3eb7c8130..f5b6ec2221a 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/compile_graph.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/compile_graph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/concat_input_order.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/concat_input_order.cpp index de6d6c62859..266e169fe79 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/concat_input_order.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/concat_input_order.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/fuse_primitives_with_layout.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/fuse_primitives_with_layout.cpp index a5d2ff3a53e..1e35e91229f 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/fuse_primitives_with_layout.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/fuse_primitives_with_layout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/graph_initializations.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/graph_initializations.cpp index 0b557579674..5a77f71513e 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/graph_initializations.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/graph_initializations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/handle_reshape.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/handle_reshape.cpp index 9839b8b855c..17a7cc8f159 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/handle_reshape.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/handle_reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/mark_nodes.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/mark_nodes.cpp index f81d1dec0d7..cc9bffe0288 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/mark_nodes.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/mark_nodes.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/oooq_memory_dependencies.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/oooq_memory_dependencies.cpp index 1fab112e6f1..5d395af6e96 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/oooq_memory_dependencies.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/oooq_memory_dependencies.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/post_input_reorder.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/post_input_reorder.cpp index 505718deaa5..27a4802318a 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/post_input_reorder.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/post_input_reorder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/post_optimize_weights.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/post_optimize_weights.cpp index 1f4bfa0ebd8..e8e38cbd792 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/post_optimize_weights.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/post_optimize_weights.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/pre_replace_deconv.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/pre_replace_deconv.cpp index 9e096629a22..23643d3499f 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/pre_replace_deconv.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/pre_replace_deconv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_buffer_fusing.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_buffer_fusing.cpp index 549102bf732..d616a55dc45 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_buffer_fusing.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_buffer_fusing.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "prepare_buffer_fusing.h" diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_padding.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_padding.cpp index 039116968fb..c0deb4674ca 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_padding.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_padding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_primitive_fusing.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_primitive_fusing.cpp index 47d4d490e34..5e44c78cbb4 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_primitive_fusing.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_primitive_fusing.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_quantization.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_quantization.cpp index e94c7417b0d..b41b4457ecb 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_quantization.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_quantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/propagate_constants.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/propagate_constants.cpp index 0cea8dd9605..85173e9eb33 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/propagate_constants.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/propagate_constants.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/remove_redundant_reorders.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/remove_redundant_reorders.cpp index d172adfc766..f20c4f92de7 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/remove_redundant_reorders.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/remove_redundant_reorders.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/reorder_inputs.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/reorder_inputs.cpp index 7cba6f2dcdf..e28edf1a044 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/reorder_inputs.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/reorder_inputs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/select_preferred_formats.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/select_preferred_formats.cpp index 8b2b3a118a5..a575063a639 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/select_preferred_formats.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/select_preferred_formats.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/skipped_branch_memory_dependencies.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/skipped_branch_memory_dependencies.cpp index 6d3097fcdeb..a4829e72f9a 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/skipped_branch_memory_dependencies.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/skipped_branch_memory_dependencies.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/trim_to_outputs.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/trim_to_outputs.cpp index 1a21affeaaf..8052ae3c13e 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/trim_to_outputs.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/trim_to_outputs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/graph_optimizer/update_inner_program_io_map.cpp b/src/plugins/intel_gpu/src/graph/graph_optimizer/update_inner_program_io_map.cpp index 2d03da843b4..df4f959a8d8 100644 --- a/src/plugins/intel_gpu/src/graph/graph_optimizer/update_inner_program_io_map.cpp +++ b/src/plugins/intel_gpu/src/graph/graph_optimizer/update_inner_program_io_map.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/grn.cpp b/src/plugins/intel_gpu/src/graph/grn.cpp index 26c5b186a77..8ee2ff6720a 100644 --- a/src/plugins/intel_gpu/src/graph/grn.cpp +++ b/src/plugins/intel_gpu/src/graph/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/common/condition.cpp b/src/plugins/intel_gpu/src/graph/impls/common/condition.cpp index 48a4e89a03f..49b2ab5aa38 100644 --- a/src/plugins/intel_gpu/src/graph/impls/common/condition.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/common/condition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/common/loop.cpp b/src/plugins/intel_gpu/src/graph/impls/common/loop.cpp index bb5650d8cc0..89a550421f5 100644 --- a/src/plugins/intel_gpu/src/graph/impls/common/loop.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/common/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "loop_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/impls/common/register.cpp b/src/plugins/intel_gpu/src/graph/impls/common/register.cpp index 3d653507ebe..7a695e3a978 100644 --- a/src/plugins/intel_gpu/src/graph/impls/common/register.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/common/register.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/common/register.hpp b/src/plugins/intel_gpu/src/graph/impls/common/register.hpp index 3f05b662a04..9b11a96826b 100644 --- a/src/plugins/intel_gpu/src/graph/impls/common/register.hpp +++ b/src/plugins/intel_gpu/src/graph/impls/common/register.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/common/wait_for_events.cpp b/src/plugins/intel_gpu/src/graph/impls/common/wait_for_events.cpp index d5640833c52..d8cce52a0aa 100644 --- a/src/plugins/intel_gpu/src/graph/impls/common/wait_for_events.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/common/wait_for_events.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/cpu/cpu_impl_helpers.hpp b/src/plugins/intel_gpu/src/graph/impls/cpu/cpu_impl_helpers.hpp index 4380a2315d0..bdbd9bcb989 100644 --- a/src/plugins/intel_gpu/src/graph/impls/cpu/cpu_impl_helpers.hpp +++ b/src/plugins/intel_gpu/src/graph/impls/cpu/cpu_impl_helpers.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/cpu/detection_output.cpp b/src/plugins/intel_gpu/src/graph/impls/cpu/detection_output.cpp index 083d1774614..9a4a13a6477 100644 --- a/src/plugins/intel_gpu/src/graph/impls/cpu/detection_output.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/cpu/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/cpu/non_max_suppression.cpp b/src/plugins/intel_gpu/src/graph/impls/cpu/non_max_suppression.cpp index cfb05c176c0..c6c0c327a80 100644 --- a/src/plugins/intel_gpu/src/graph/impls/cpu/non_max_suppression.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/cpu/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/cpu/proposal.cpp b/src/plugins/intel_gpu/src/graph/impls/cpu/proposal.cpp index 2670949f8e9..91b33f711cf 100644 --- a/src/plugins/intel_gpu/src/graph/impls/cpu/proposal.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/cpu/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/cpu/register.cpp b/src/plugins/intel_gpu/src/graph/impls/cpu/register.cpp index 2e66e836faa..b2868fa2aff 100644 --- a/src/plugins/intel_gpu/src/graph/impls/cpu/register.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/cpu/register.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/cpu/register.hpp b/src/plugins/intel_gpu/src/graph/impls/cpu/register.hpp index fb5748e6c73..0f845498027 100644 --- a/src/plugins/intel_gpu/src/graph/impls/cpu/register.hpp +++ b/src/plugins/intel_gpu/src/graph/impls/cpu/register.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/activation.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/activation.cpp index a1301bb7624..d58d19e2b10 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/activation.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/activation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/arg_max_min.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/arg_max_min.cpp index 693a6295f97..f65007aea3b 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/arg_max_min.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/arg_max_min.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/batch_to_space.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/batch_to_space.cpp index 7acc5408920..87e73704b7e 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/batch_to_space.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/border.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/border.cpp index d5e8fe9ce9e..b8f341f7442 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/border.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/border.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/broadcast.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/broadcast.cpp index 267363f6ba1..76943a5ff5d 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/broadcast.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/concatenation.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/concatenation.cpp index 4596bcf74eb..50e48f66df5 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/concatenation.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/concatenation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/convert_color.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/convert_color.cpp index 758c1dcd0aa..670e733c0c4 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/convert_color.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/convert_color.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/convolution.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/convolution.cpp index e7f1dd303a0..b084ce18f85 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/convolution.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/crop.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/crop.cpp index 9cc3de88b3b..c4b11b4abab 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/crop.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/crop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/ctc_greedy_decoder.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/ctc_greedy_decoder.cpp index a04cd58d6e3..8da8da04557 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/ctc_greedy_decoder.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/cum_sum.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/cum_sum.cpp index 23abcc5b902..414d70e3b03 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/cum_sum.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/custom_primitive.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/custom_primitive.cpp index 6a3f0a00a29..003a628c1a9 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/custom_primitive.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/custom_primitive.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/deconvolution.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/deconvolution.cpp index 9b285c34eba..5e3462a6256 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/deconvolution.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/deconvolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/deformable_convolution.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/deformable_convolution.cpp index 947e648d38f..14ece1c5081 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/deformable_convolution.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/depth_to_space.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/depth_to_space.cpp index 67ff5ec05e9..b4e96641fc6 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/depth_to_space.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/detection_output.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/detection_output.cpp index 1e51bf16159..f8b9165c132 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/detection_output.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/eltwise.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/eltwise.cpp index e8c56a732e0..1f2fb654d45 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/eltwise.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/embedding_bag.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/embedding_bag.cpp index 6875467b648..43ed52e50b8 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/embedding_bag.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/embedding_bag.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_roi_feature_extractor.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_roi_feature_extractor.cpp index 6bd6b69d81d..275a5831817 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_roi_feature_extractor.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_roi_feature_extractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_topk_rois.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_topk_rois.cpp index c364da7c3d5..177b9890309 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_topk_rois.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/experimental_detectron_topk_rois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/extract_image_patches.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/extract_image_patches.cpp index 29cfc522312..1a845890396 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/extract_image_patches.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/extract_image_patches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/fully_connected.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/fully_connected.cpp index 051ff32d74b..f18cd8ced90 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/fully_connected.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/fully_connected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/gather.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/gather.cpp index 4be11d2f22f..af69439d7aa 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/gather.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/gather_elements.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/gather_elements.cpp index 3da93ef5691..317db10b146 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/gather_elements.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/gather_nd.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/gather_nd.cpp index e4e07d506d8..ac7c8da1ac1 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/gather_nd.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/gather_tree.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/gather_tree.cpp index 57d1aad53c9..7b510d1d7e4 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/gather_tree.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/gemm.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/gemm.cpp index 582ddb6b06c..443771d40dc 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/gemm.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/gemm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/grn.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/grn.cpp index d6d05ab48cb..3f3dd47e023 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/grn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/kernel_selector_helper.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/kernel_selector_helper.cpp index aeef57d944b..e6cd614b49e 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/kernel_selector_helper.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/kernel_selector_helper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/kernel_selector_helper.h b/src/plugins/intel_gpu/src/graph/impls/ocl/kernel_selector_helper.h index 9f5bbf60046..3957b981611 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/kernel_selector_helper.h +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/kernel_selector_helper.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/lrn.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/lrn.cpp index 3d30fe24b32..26fda8b7b65 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/lrn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/lstm_elt.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/lstm_elt.cpp index ba0fd0a0aa0..b055943e057 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/lstm_elt.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/lstm_elt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/matrix_nms.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/matrix_nms.cpp index 0b418a0f3a0..505e2ba2137 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/matrix_nms.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/mutable_data.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/mutable_data.cpp index 419d68b7a6c..88c9fbc1678 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/mutable_data.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/mutable_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/mvn.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/mvn.cpp index 45d079ae20d..c370bd8dff4 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/mvn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/non_max_suppression.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/non_max_suppression.cpp index 94511817531..d4f3cb06cc8 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/non_max_suppression.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/normalize.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/normalize.cpp index 3b891cbb28b..b6b705d82e4 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/normalize.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/normalize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/one_hot.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/one_hot.cpp index 263caa7f92b..abde905dbd2 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/one_hot.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/permute.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/permute.cpp index c4bd84f7532..06ea0a215d1 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/permute.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/permute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/pooling.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/pooling.cpp index 1b188b14442..de379192082 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/pooling.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/primitive_base.hpp b/src/plugins/intel_gpu/src/graph/impls/ocl/primitive_base.hpp index 95f3be01891..9cc3b8cb3cf 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/primitive_base.hpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/primitive_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/quantize.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/quantize.cpp index fb9bfa2d89c..f1517b13824 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/quantize.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/random_uniform.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/random_uniform.cpp index a141d1e4fae..3af560e3e2f 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/random_uniform.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/range.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/range.cpp index 857b290bbcb..e6533f239ee 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/range.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/reduce.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/reduce.cpp index bed76477eed..c004b63c4f2 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/reduce.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/region_yolo.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/region_yolo.cpp index 0d31a0face9..98e1349b990 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/region_yolo.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/register.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/register.cpp index 856195f32b4..8b3d242e6b4 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/register.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/register.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "register.hpp" diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/register.hpp b/src/plugins/intel_gpu/src/graph/impls/ocl/register.hpp index e338d638e43..5f095a8ae6a 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/register.hpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/register.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/reorder.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/reorder.cpp index beca5f5e60c..17499606d86 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/reorder.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/reorder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/reorg_yolo.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/reorg_yolo.cpp index 8f50a5250fb..6aa2b6395b6 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/reorg_yolo.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/resample.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/resample.cpp index b73e2b616b8..cdd892ce168 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/resample.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/resample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/reshape.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/reshape.cpp index 6e763a1b29f..b10fe2009bd 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/reshape.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/reverse_sequence.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/reverse_sequence.cpp index d04799dbb05..03c555487e3 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/reverse_sequence.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/roi_align.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/roi_align.cpp index f566f8c2fb7..bb6df53a881 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/roi_align.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/roi_pooling.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/roi_pooling.cpp index 223a5af71c0..d898c70de82 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/roi_pooling.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_elements_update.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_elements_update.cpp index c95e0dee63c..8f9d950bf16 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_elements_update.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_nd_update.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_nd_update.cpp index adb4f987403..8709b8be75c 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_nd_update.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_nd_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_update.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_update.cpp index a75247f8ca5..3e59ecbf636 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_update.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/select.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/select.cpp index df2f2b8459c..b96b50008f7 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/select.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/shape_of.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/shape_of.cpp index 1f1aaefd16c..ee17337d390 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/shape_of.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/shuffle_channels.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/shuffle_channels.cpp index 1f3a57b32bf..dd8a2c23907 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/shuffle_channels.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/slice.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/slice.cpp index cd778650b12..175e26b1a3c 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/slice.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/softmax.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/softmax.cpp index d8c95111f8e..e10d265f38b 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/softmax.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/space_to_batch.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/space_to_batch.cpp index dd2063defc4..c9800619849 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/space_to_batch.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/space_to_depth.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/space_to_depth.cpp index ef3dbcc79f7..dd343ab1a39 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/space_to_depth.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/strided_slice.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/strided_slice.cpp index aabeab086d9..17899641ef8 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/strided_slice.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/ocl/tile.cpp b/src/plugins/intel_gpu/src/graph/impls/ocl/tile.cpp index 1c31b06325e..0dd1636213e 100644 --- a/src/plugins/intel_gpu/src/graph/impls/ocl/tile.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/ocl/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/concatenation_onednn.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/concatenation_onednn.cpp index 325afd5f3c0..c2283932486 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/concatenation_onednn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/concatenation_onednn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/convolution_onednn.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/convolution_onednn.cpp index 65c416e69d2..749f5c9cd6c 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/convolution_onednn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/convolution_onednn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/deconvolution_onednn.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/deconvolution_onednn.cpp index 51a96bc8609..f77f9a443f4 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/deconvolution_onednn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/deconvolution_onednn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/eltwise_onednn.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/eltwise_onednn.cpp index 95d7f250964..bdf98609f8e 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/eltwise_onednn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/eltwise_onednn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/fully_connected_onednn.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/fully_connected_onednn.cpp index 995016be486..82d785ab943 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/fully_connected_onednn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/fully_connected_onednn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/gemm_onednn.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/gemm_onednn.cpp index 87e7decb341..689efb1b9b2 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/gemm_onednn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/gemm_onednn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/onednn_formats_map.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/onednn_formats_map.cpp index 496c7d5633c..23106a7e69a 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/onednn_formats_map.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/onednn_formats_map.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/onednn_formats_map.hpp b/src/plugins/intel_gpu/src/graph/impls/onednn/onednn_formats_map.hpp index 7bde5931444..10e43a8e40f 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/onednn_formats_map.hpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/onednn_formats_map.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/pooling_onednn.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/pooling_onednn.cpp index 1dc686331b4..27323ee6600 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/pooling_onednn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/pooling_onednn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/primitive_onednn_base.h b/src/plugins/intel_gpu/src/graph/impls/onednn/primitive_onednn_base.h index b374686feac..2023d7826f8 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/primitive_onednn_base.h +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/primitive_onednn_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/register.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/register.cpp index 3a3007a10b0..800f0e2f741 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/register.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/register.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/register.hpp b/src/plugins/intel_gpu/src/graph/impls/onednn/register.hpp index d358039fd3e..4d3170efb26 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/register.hpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/register.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/reorder_onednn.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/reorder_onednn.cpp index 01f7aaee48c..d8a5e5403dc 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/reorder_onednn.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/reorder_onednn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/utils.cpp b/src/plugins/intel_gpu/src/graph/impls/onednn/utils.cpp index 5b2de65473a..1db2b3208f0 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/utils.cpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/impls/onednn/utils.hpp b/src/plugins/intel_gpu/src/graph/impls/onednn/utils.hpp index 0d767bc1619..a789107e2cf 100644 --- a/src/plugins/intel_gpu/src/graph/impls/onednn/utils.hpp +++ b/src/plugins/intel_gpu/src/graph/impls/onednn/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/activation_inst.h b/src/plugins/intel_gpu/src/graph/include/activation_inst.h index de46f22eb2e..83c89ea6fe0 100644 --- a/src/plugins/intel_gpu/src/graph/include/activation_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/activation_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/arg_max_min_inst.h b/src/plugins/intel_gpu/src/graph/include/arg_max_min_inst.h index f64272ca645..e7a19946e96 100644 --- a/src/plugins/intel_gpu/src/graph/include/arg_max_min_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/arg_max_min_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/batch_to_space_inst.h b/src/plugins/intel_gpu/src/graph/include/batch_to_space_inst.h index dc37e7a1f4e..8f9668f370f 100644 --- a/src/plugins/intel_gpu/src/graph/include/batch_to_space_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/batch_to_space_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/border_inst.h b/src/plugins/intel_gpu/src/graph/include/border_inst.h index 60e60b2b298..67a08ea0e97 100644 --- a/src/plugins/intel_gpu/src/graph/include/border_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/border_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/broadcast_inst.h b/src/plugins/intel_gpu/src/graph/include/broadcast_inst.h index 4d6e44720e0..9b9b3457449 100644 --- a/src/plugins/intel_gpu/src/graph/include/broadcast_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/broadcast_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/concatenation_inst.h b/src/plugins/intel_gpu/src/graph/include/concatenation_inst.h index 21fdf3fedab..30f100fd04c 100644 --- a/src/plugins/intel_gpu/src/graph/include/concatenation_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/concatenation_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/condition_inst.h b/src/plugins/intel_gpu/src/graph/include/condition_inst.h index c07d5277f46..d15ed5ff864 100644 --- a/src/plugins/intel_gpu/src/graph/include/condition_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/condition_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/convert_color_inst.h b/src/plugins/intel_gpu/src/graph/include/convert_color_inst.h index e7001d74154..eaa7b4e3878 100644 --- a/src/plugins/intel_gpu/src/graph/include/convert_color_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/convert_color_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_gpu/src/graph/include/convolution_inst.h b/src/plugins/intel_gpu/src/graph/include/convolution_inst.h index 6d5f33d7ab7..c66bd35fb1d 100644 --- a/src/plugins/intel_gpu/src/graph/include/convolution_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/convolution_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/crop_inst.h b/src/plugins/intel_gpu/src/graph/include/crop_inst.h index e0d59917d0e..30b0839caaa 100644 --- a/src/plugins/intel_gpu/src/graph/include/crop_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/crop_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/ctc_greedy_decoder_inst.h b/src/plugins/intel_gpu/src/graph/include/ctc_greedy_decoder_inst.h index 2480c24b5b2..24c4780928d 100644 --- a/src/plugins/intel_gpu/src/graph/include/ctc_greedy_decoder_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/ctc_greedy_decoder_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/cum_sum_inst.h b/src/plugins/intel_gpu/src/graph/include/cum_sum_inst.h index 3209383bad6..2da0465fa58 100644 --- a/src/plugins/intel_gpu/src/graph/include/cum_sum_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/cum_sum_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/custom_gpu_primitive_inst.h b/src/plugins/intel_gpu/src/graph/include/custom_gpu_primitive_inst.h index 595e2c5b85c..c549ed8b0df 100644 --- a/src/plugins/intel_gpu/src/graph/include/custom_gpu_primitive_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/custom_gpu_primitive_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/data_inst.h b/src/plugins/intel_gpu/src/graph/include/data_inst.h index fc52fbac275..ef2896a82d2 100644 --- a/src/plugins/intel_gpu/src/graph/include/data_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/data_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/deconvolution_inst.h b/src/plugins/intel_gpu/src/graph/include/deconvolution_inst.h index 195c00d22c3..1b050b371b0 100644 --- a/src/plugins/intel_gpu/src/graph/include/deconvolution_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/deconvolution_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/deformable_convolution_inst.h b/src/plugins/intel_gpu/src/graph/include/deformable_convolution_inst.h index dc755c17ab9..a66713a47a3 100644 --- a/src/plugins/intel_gpu/src/graph/include/deformable_convolution_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/deformable_convolution_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/depth_to_space_inst.h b/src/plugins/intel_gpu/src/graph/include/depth_to_space_inst.h index 01c364d6c1f..1e39e07d9a7 100644 --- a/src/plugins/intel_gpu/src/graph/include/depth_to_space_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/depth_to_space_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/detection_output_inst.h b/src/plugins/intel_gpu/src/graph/include/detection_output_inst.h index 33596e2b07d..80438a8044f 100644 --- a/src/plugins/intel_gpu/src/graph/include/detection_output_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/detection_output_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/eltwise_inst.h b/src/plugins/intel_gpu/src/graph/include/eltwise_inst.h index c8f335066e2..d75a18a4f40 100644 --- a/src/plugins/intel_gpu/src/graph/include/eltwise_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/eltwise_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/embedding_bag_inst.h b/src/plugins/intel_gpu/src/graph/include/embedding_bag_inst.h index 2fb5c34f2a3..875f2c5bd83 100644 --- a/src/plugins/intel_gpu/src/graph/include/embedding_bag_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/embedding_bag_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/experimental_detectron_roi_feature_extractor_inst.hpp b/src/plugins/intel_gpu/src/graph/include/experimental_detectron_roi_feature_extractor_inst.hpp index f1e9a8631bf..0e0a6800339 100644 --- a/src/plugins/intel_gpu/src/graph/include/experimental_detectron_roi_feature_extractor_inst.hpp +++ b/src/plugins/intel_gpu/src/graph/include/experimental_detectron_roi_feature_extractor_inst.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/experimental_detectron_topk_rois_inst.h b/src/plugins/intel_gpu/src/graph/include/experimental_detectron_topk_rois_inst.h index c98a8ee3fbf..95156dcd2d0 100644 --- a/src/plugins/intel_gpu/src/graph/include/experimental_detectron_topk_rois_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/experimental_detectron_topk_rois_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/extract_image_patches_inst.h b/src/plugins/intel_gpu/src/graph/include/extract_image_patches_inst.h index a9fe6ea67b6..de51cd6c976 100644 --- a/src/plugins/intel_gpu/src/graph/include/extract_image_patches_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/extract_image_patches_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/fully_connected_inst.h b/src/plugins/intel_gpu/src/graph/include/fully_connected_inst.h index f350cd8ef15..ac7bd91f84d 100644 --- a/src/plugins/intel_gpu/src/graph/include/fully_connected_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/fully_connected_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/gather_elements_inst.h b/src/plugins/intel_gpu/src/graph/include/gather_elements_inst.h index 018584c1ef5..b73ca3bc3f2 100644 --- a/src/plugins/intel_gpu/src/graph/include/gather_elements_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/gather_elements_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/gather_inst.h b/src/plugins/intel_gpu/src/graph/include/gather_inst.h index 158989858b4..d6d390cd0eb 100644 --- a/src/plugins/intel_gpu/src/graph/include/gather_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/gather_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/gather_nd_inst.h b/src/plugins/intel_gpu/src/graph/include/gather_nd_inst.h index f664fca39f6..c8821bf78f9 100644 --- a/src/plugins/intel_gpu/src/graph/include/gather_nd_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/gather_nd_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/gather_tree_inst.h b/src/plugins/intel_gpu/src/graph/include/gather_tree_inst.h index 9200f3a7982..1a0ac6f423e 100644 --- a/src/plugins/intel_gpu/src/graph/include/gather_tree_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/gather_tree_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/gemm_inst.h b/src/plugins/intel_gpu/src/graph/include/gemm_inst.h index d6a52f018fc..6e04ea0053e 100644 --- a/src/plugins/intel_gpu/src/graph/include/gemm_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/gemm_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/grn_inst.h b/src/plugins/intel_gpu/src/graph/include/grn_inst.h index 072be065f6c..376dba93f48 100644 --- a/src/plugins/intel_gpu/src/graph/include/grn_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/grn_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/implementation_map.hpp b/src/plugins/intel_gpu/src/graph/include/implementation_map.hpp index 2958ac097a5..0fb644c3b36 100644 --- a/src/plugins/intel_gpu/src/graph/include/implementation_map.hpp +++ b/src/plugins/intel_gpu/src/graph/include/implementation_map.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/input_layout_inst.h b/src/plugins/intel_gpu/src/graph/include/input_layout_inst.h index 2d829088112..ebe4ff7c915 100644 --- a/src/plugins/intel_gpu/src/graph/include/input_layout_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/input_layout_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/json_object.h b/src/plugins/intel_gpu/src/graph/include/json_object.h index c6f6763c8c1..9d9a4d2b181 100644 --- a/src/plugins/intel_gpu/src/graph/include/json_object.h +++ b/src/plugins/intel_gpu/src/graph/include/json_object.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/layout_optimizer.h b/src/plugins/intel_gpu/src/graph/include/layout_optimizer.h index d64314a5609..40ed9df1025 100644 --- a/src/plugins/intel_gpu/src/graph/include/layout_optimizer.h +++ b/src/plugins/intel_gpu/src/graph/include/layout_optimizer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/loop_inst.h b/src/plugins/intel_gpu/src/graph/include/loop_inst.h index 5c00673bc2b..216b7601ec8 100644 --- a/src/plugins/intel_gpu/src/graph/include/loop_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/loop_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/lrn_inst.h b/src/plugins/intel_gpu/src/graph/include/lrn_inst.h index 21409712566..7b3caf2b9ac 100644 --- a/src/plugins/intel_gpu/src/graph/include/lrn_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/lrn_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/lstm_elt_inst.h b/src/plugins/intel_gpu/src/graph/include/lstm_elt_inst.h index 07b75fafed5..1524598c6f3 100644 --- a/src/plugins/intel_gpu/src/graph/include/lstm_elt_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/lstm_elt_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/matrix_nms_inst.h b/src/plugins/intel_gpu/src/graph/include/matrix_nms_inst.h index cd419a7ffc7..f1b0dee1f09 100644 --- a/src/plugins/intel_gpu/src/graph/include/matrix_nms_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/matrix_nms_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/memory_accessor.hpp b/src/plugins/intel_gpu/src/graph/include/memory_accessor.hpp index b7ecf905c6d..f14ebecd408 100644 --- a/src/plugins/intel_gpu/src/graph/include/memory_accessor.hpp +++ b/src/plugins/intel_gpu/src/graph/include/memory_accessor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/mutable_data_inst.h b/src/plugins/intel_gpu/src/graph/include/mutable_data_inst.h index 236a6442075..ff66ae920a8 100644 --- a/src/plugins/intel_gpu/src/graph/include/mutable_data_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/mutable_data_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/mvn_inst.h b/src/plugins/intel_gpu/src/graph/include/mvn_inst.h index 34e781155e2..ad677d39420 100644 --- a/src/plugins/intel_gpu/src/graph/include/mvn_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/mvn_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/non_max_suppression_inst.h b/src/plugins/intel_gpu/src/graph/include/non_max_suppression_inst.h index a77f6254738..250708f97cf 100644 --- a/src/plugins/intel_gpu/src/graph/include/non_max_suppression_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/non_max_suppression_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/normalize_inst.h b/src/plugins/intel_gpu/src/graph/include/normalize_inst.h index 3c741c9ab08..5a86ce13e0e 100644 --- a/src/plugins/intel_gpu/src/graph/include/normalize_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/normalize_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/one_hot_inst.h b/src/plugins/intel_gpu/src/graph/include/one_hot_inst.h index 122e7e55f15..782751e261e 100644 --- a/src/plugins/intel_gpu/src/graph/include/one_hot_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/one_hot_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/pass_manager.h b/src/plugins/intel_gpu/src/graph/include/pass_manager.h index 9d5778ab5de..545ddb5e4a2 100644 --- a/src/plugins/intel_gpu/src/graph/include/pass_manager.h +++ b/src/plugins/intel_gpu/src/graph/include/pass_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/permute_inst.h b/src/plugins/intel_gpu/src/graph/include/permute_inst.h index 12a571cc360..d5fd6b1e770 100644 --- a/src/plugins/intel_gpu/src/graph/include/permute_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/permute_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/pooling_inst.h b/src/plugins/intel_gpu/src/graph/include/pooling_inst.h index 9ae827ae19e..ab258ea47f2 100644 --- a/src/plugins/intel_gpu/src/graph/include/pooling_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/pooling_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/primitive_inst.h b/src/plugins/intel_gpu/src/graph/include/primitive_inst.h index d3e07948bdb..113ae056824 100644 --- a/src/plugins/intel_gpu/src/graph/include/primitive_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/primitive_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/primitive_type.h b/src/plugins/intel_gpu/src/graph/include/primitive_type.h index e52178a2beb..2c52079584d 100644 --- a/src/plugins/intel_gpu/src/graph/include/primitive_type.h +++ b/src/plugins/intel_gpu/src/graph/include/primitive_type.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/primitive_type_base.h b/src/plugins/intel_gpu/src/graph/include/primitive_type_base.h index 8e77d43213d..e28e6693978 100644 --- a/src/plugins/intel_gpu/src/graph/include/primitive_type_base.h +++ b/src/plugins/intel_gpu/src/graph/include/primitive_type_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/prior_box_inst.h b/src/plugins/intel_gpu/src/graph/include/prior_box_inst.h index d11898317c9..9a789733a5e 100644 --- a/src/plugins/intel_gpu/src/graph/include/prior_box_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/prior_box_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/program_dump_graph.h b/src/plugins/intel_gpu/src/graph/include/program_dump_graph.h index ca05c678df9..075422a4196 100644 --- a/src/plugins/intel_gpu/src/graph/include/program_dump_graph.h +++ b/src/plugins/intel_gpu/src/graph/include/program_dump_graph.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/program_helpers.h b/src/plugins/intel_gpu/src/graph/include/program_helpers.h index d82efe950f7..6e8dcc97157 100644 --- a/src/plugins/intel_gpu/src/graph/include/program_helpers.h +++ b/src/plugins/intel_gpu/src/graph/include/program_helpers.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/program_node.h b/src/plugins/intel_gpu/src/graph/include/program_node.h index d23b7effc1f..d133d92e77b 100644 --- a/src/plugins/intel_gpu/src/graph/include/program_node.h +++ b/src/plugins/intel_gpu/src/graph/include/program_node.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/proposal_inst.h b/src/plugins/intel_gpu/src/graph/include/proposal_inst.h index 684690ee96f..d4f3ef545b2 100644 --- a/src/plugins/intel_gpu/src/graph/include/proposal_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/proposal_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/quantize_inst.h b/src/plugins/intel_gpu/src/graph/include/quantize_inst.h index fa616980fe0..7bffd87e5af 100644 --- a/src/plugins/intel_gpu/src/graph/include/quantize_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/quantize_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/random_uniform_inst.h b/src/plugins/intel_gpu/src/graph/include/random_uniform_inst.h index fa44522d019..e9c647dcf0d 100644 --- a/src/plugins/intel_gpu/src/graph/include/random_uniform_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/random_uniform_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/range_inst.h b/src/plugins/intel_gpu/src/graph/include/range_inst.h index eb2527473c9..79ef03e0057 100644 --- a/src/plugins/intel_gpu/src/graph/include/range_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/range_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/reduce_inst.h b/src/plugins/intel_gpu/src/graph/include/reduce_inst.h index 02809fb6b33..4575cea7e72 100644 --- a/src/plugins/intel_gpu/src/graph/include/reduce_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/reduce_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/region_yolo_inst.h b/src/plugins/intel_gpu/src/graph/include/region_yolo_inst.h index a4fe8050b30..2c24172949e 100644 --- a/src/plugins/intel_gpu/src/graph/include/region_yolo_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/region_yolo_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/reorder_inst.h b/src/plugins/intel_gpu/src/graph/include/reorder_inst.h index af8e7cfe0e7..8e91957c519 100644 --- a/src/plugins/intel_gpu/src/graph/include/reorder_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/reorder_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/reorg_yolo_inst.h b/src/plugins/intel_gpu/src/graph/include/reorg_yolo_inst.h index 5861cb0c98c..3aa4e571fa9 100644 --- a/src/plugins/intel_gpu/src/graph/include/reorg_yolo_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/reorg_yolo_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/resample_inst.h b/src/plugins/intel_gpu/src/graph/include/resample_inst.h index ed95e21420c..a7257f8c690 100644 --- a/src/plugins/intel_gpu/src/graph/include/resample_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/resample_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/reshape_inst.h b/src/plugins/intel_gpu/src/graph/include/reshape_inst.h index 57a74215c4a..5642ad20fa1 100644 --- a/src/plugins/intel_gpu/src/graph/include/reshape_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/reshape_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/reverse_inst.h b/src/plugins/intel_gpu/src/graph/include/reverse_inst.h index abb3520de65..fbd870ab196 100644 --- a/src/plugins/intel_gpu/src/graph/include/reverse_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/reverse_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/reverse_sequence_inst.h b/src/plugins/intel_gpu/src/graph/include/reverse_sequence_inst.h index 7b92acd04b7..c5f8762a445 100644 --- a/src/plugins/intel_gpu/src/graph/include/reverse_sequence_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/reverse_sequence_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/roi_align_inst.h b/src/plugins/intel_gpu/src/graph/include/roi_align_inst.h index 9aefc793ffb..371ac1b6ab1 100644 --- a/src/plugins/intel_gpu/src/graph/include/roi_align_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/roi_align_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_gpu/src/graph/include/roi_pooling_inst.h b/src/plugins/intel_gpu/src/graph/include/roi_pooling_inst.h index 80f7066f14c..8c4c2622488 100644 --- a/src/plugins/intel_gpu/src/graph/include/roi_pooling_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/roi_pooling_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/scatter_elements_update_inst.h b/src/plugins/intel_gpu/src/graph/include/scatter_elements_update_inst.h index 0489a1e3bfd..0111dcba100 100644 --- a/src/plugins/intel_gpu/src/graph/include/scatter_elements_update_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/scatter_elements_update_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/scatter_nd_update_inst.h b/src/plugins/intel_gpu/src/graph/include/scatter_nd_update_inst.h index 26a0ed6571e..b39cc07d234 100644 --- a/src/plugins/intel_gpu/src/graph/include/scatter_nd_update_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/scatter_nd_update_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/scatter_update_inst.h b/src/plugins/intel_gpu/src/graph/include/scatter_update_inst.h index 1a19f0c30c3..008c99ef070 100644 --- a/src/plugins/intel_gpu/src/graph/include/scatter_update_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/scatter_update_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/select_inst.h b/src/plugins/intel_gpu/src/graph/include/select_inst.h index e904d998757..5c1305cde1e 100644 --- a/src/plugins/intel_gpu/src/graph/include/select_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/select_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/shape_of_inst.h b/src/plugins/intel_gpu/src/graph/include/shape_of_inst.h index aabb0045b91..7711ee84cf9 100644 --- a/src/plugins/intel_gpu/src/graph/include/shape_of_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/shape_of_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/shuffle_channels_inst.h b/src/plugins/intel_gpu/src/graph/include/shuffle_channels_inst.h index 4b80c89f89a..5428976a8d3 100644 --- a/src/plugins/intel_gpu/src/graph/include/shuffle_channels_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/shuffle_channels_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/slice_inst.h b/src/plugins/intel_gpu/src/graph/include/slice_inst.h index 09425f20f5d..8889cca07eb 100644 --- a/src/plugins/intel_gpu/src/graph/include/slice_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/slice_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/sliding_window_utils.hpp b/src/plugins/intel_gpu/src/graph/include/sliding_window_utils.hpp index fd9af3a1d67..85b627655d9 100644 --- a/src/plugins/intel_gpu/src/graph/include/sliding_window_utils.hpp +++ b/src/plugins/intel_gpu/src/graph/include/sliding_window_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/softmax_inst.h b/src/plugins/intel_gpu/src/graph/include/softmax_inst.h index a6c1264f1a3..d030dbfca58 100644 --- a/src/plugins/intel_gpu/src/graph/include/softmax_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/softmax_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/space_to_batch_inst.h b/src/plugins/intel_gpu/src/graph/include/space_to_batch_inst.h index e5cfd5087db..43c4ba49309 100644 --- a/src/plugins/intel_gpu/src/graph/include/space_to_batch_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/space_to_batch_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/space_to_depth_inst.h b/src/plugins/intel_gpu/src/graph/include/space_to_depth_inst.h index efbe0b8b300..dbd94dc446e 100644 --- a/src/plugins/intel_gpu/src/graph/include/space_to_depth_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/space_to_depth_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/strided_slice_inst.h b/src/plugins/intel_gpu/src/graph/include/strided_slice_inst.h index 3a682fe2bbf..6f7ca39bd5e 100644 --- a/src/plugins/intel_gpu/src/graph/include/strided_slice_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/strided_slice_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/tile_inst.h b/src/plugins/intel_gpu/src/graph/include/tile_inst.h index 6459df860f9..db9a1b87fed 100644 --- a/src/plugins/intel_gpu/src/graph/include/tile_inst.h +++ b/src/plugins/intel_gpu/src/graph/include/tile_inst.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/include/to_string_utils.h b/src/plugins/intel_gpu/src/graph/include/to_string_utils.h index 550869277c8..0d881f82277 100644 --- a/src/plugins/intel_gpu/src/graph/include/to_string_utils.h +++ b/src/plugins/intel_gpu/src/graph/include/to_string_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/input_layout.cpp b/src/plugins/intel_gpu/src/graph/input_layout.cpp index cf9383406e3..69c691768f1 100644 --- a/src/plugins/intel_gpu/src/graph/input_layout.cpp +++ b/src/plugins/intel_gpu/src/graph/input_layout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "input_layout_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/layout_optimizer.cpp b/src/plugins/intel_gpu/src/graph/layout_optimizer.cpp index 12a0a54c666..6054281a9b3 100644 --- a/src/plugins/intel_gpu/src/graph/layout_optimizer.cpp +++ b/src/plugins/intel_gpu/src/graph/layout_optimizer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/loop.cpp b/src/plugins/intel_gpu/src/graph/loop.cpp index 159023105d5..dd80737f908 100644 --- a/src/plugins/intel_gpu/src/graph/loop.cpp +++ b/src/plugins/intel_gpu/src/graph/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "loop_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/lrn.cpp b/src/plugins/intel_gpu/src/graph/lrn.cpp index de3ffe02d45..926df81d139 100644 --- a/src/plugins/intel_gpu/src/graph/lrn.cpp +++ b/src/plugins/intel_gpu/src/graph/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/lstm_elt.cpp b/src/plugins/intel_gpu/src/graph/lstm_elt.cpp index 5b70a8a8c5a..098e89aa450 100644 --- a/src/plugins/intel_gpu/src/graph/lstm_elt.cpp +++ b/src/plugins/intel_gpu/src/graph/lstm_elt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "lstm_elt_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/matrix_nms.cpp b/src/plugins/intel_gpu/src/graph/matrix_nms.cpp index dd99b9230d7..681ae45108d 100644 --- a/src/plugins/intel_gpu/src/graph/matrix_nms.cpp +++ b/src/plugins/intel_gpu/src/graph/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include diff --git a/src/plugins/intel_gpu/src/graph/mutable_data.cpp b/src/plugins/intel_gpu/src/graph/mutable_data.cpp index e530afc7990..6ccae9a4f30 100644 --- a/src/plugins/intel_gpu/src/graph/mutable_data.cpp +++ b/src/plugins/intel_gpu/src/graph/mutable_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "mutable_data_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/mvn.cpp b/src/plugins/intel_gpu/src/graph/mvn.cpp index 6f157ccead7..0208e8ea2a7 100644 --- a/src/plugins/intel_gpu/src/graph/mvn.cpp +++ b/src/plugins/intel_gpu/src/graph/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/network.cpp b/src/plugins/intel_gpu/src/graph/network.cpp index a2cb3eabe2f..0ca5760d1fa 100644 --- a/src/plugins/intel_gpu/src/graph/network.cpp +++ b/src/plugins/intel_gpu/src/graph/network.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/nodes_ordering.cpp b/src/plugins/intel_gpu/src/graph/nodes_ordering.cpp index e08c07a8f1e..a705b1b291e 100644 --- a/src/plugins/intel_gpu/src/graph/nodes_ordering.cpp +++ b/src/plugins/intel_gpu/src/graph/nodes_ordering.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/non_max_suppression.cpp b/src/plugins/intel_gpu/src/graph/non_max_suppression.cpp index bc156ccc75f..553f598e9b1 100644 --- a/src/plugins/intel_gpu/src/graph/non_max_suppression.cpp +++ b/src/plugins/intel_gpu/src/graph/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "non_max_suppression_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/normalize.cpp b/src/plugins/intel_gpu/src/graph/normalize.cpp index 70935d0b96e..8cc5cad9461 100644 --- a/src/plugins/intel_gpu/src/graph/normalize.cpp +++ b/src/plugins/intel_gpu/src/graph/normalize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/one_hot.cpp b/src/plugins/intel_gpu/src/graph/one_hot.cpp index 66c0aba18e2..ede34e8e093 100644 --- a/src/plugins/intel_gpu/src/graph/one_hot.cpp +++ b/src/plugins/intel_gpu/src/graph/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/pass_manager.cpp b/src/plugins/intel_gpu/src/graph/pass_manager.cpp index 22c8b9f5b44..4af19379022 100644 --- a/src/plugins/intel_gpu/src/graph/pass_manager.cpp +++ b/src/plugins/intel_gpu/src/graph/pass_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/permute.cpp b/src/plugins/intel_gpu/src/graph/permute.cpp index a2b8ac53591..f0e7b1fa9a7 100644 --- a/src/plugins/intel_gpu/src/graph/permute.cpp +++ b/src/plugins/intel_gpu/src/graph/permute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "permute_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/pooling.cpp b/src/plugins/intel_gpu/src/graph/pooling.cpp index 0803f637ece..7589cbca2d1 100644 --- a/src/plugins/intel_gpu/src/graph/pooling.cpp +++ b/src/plugins/intel_gpu/src/graph/pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/primitive_inst.cpp b/src/plugins/intel_gpu/src/graph/primitive_inst.cpp index a2514e62eb7..4501e488a53 100644 --- a/src/plugins/intel_gpu/src/graph/primitive_inst.cpp +++ b/src/plugins/intel_gpu/src/graph/primitive_inst.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/prior_box.cpp b/src/plugins/intel_gpu/src/graph/prior_box.cpp index 1935142c01b..44634aea0d2 100644 --- a/src/plugins/intel_gpu/src/graph/prior_box.cpp +++ b/src/plugins/intel_gpu/src/graph/prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/program.cpp b/src/plugins/intel_gpu/src/graph/program.cpp index 5a852182956..044e012d522 100644 --- a/src/plugins/intel_gpu/src/graph/program.cpp +++ b/src/plugins/intel_gpu/src/graph/program.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/program_dump_graph.cpp b/src/plugins/intel_gpu/src/graph/program_dump_graph.cpp index 3923a572590..b931e7c1777 100644 --- a/src/plugins/intel_gpu/src/graph/program_dump_graph.cpp +++ b/src/plugins/intel_gpu/src/graph/program_dump_graph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/program_helpers.cpp b/src/plugins/intel_gpu/src/graph/program_helpers.cpp index a885be3f534..256ba493311 100644 --- a/src/plugins/intel_gpu/src/graph/program_helpers.cpp +++ b/src/plugins/intel_gpu/src/graph/program_helpers.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/program_node.cpp b/src/plugins/intel_gpu/src/graph/program_node.cpp index e5bb7263a14..163c00cb156 100644 --- a/src/plugins/intel_gpu/src/graph/program_node.cpp +++ b/src/plugins/intel_gpu/src/graph/program_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/proposal.cpp b/src/plugins/intel_gpu/src/graph/proposal.cpp index 310ed53f5e8..9439ce18b1e 100644 --- a/src/plugins/intel_gpu/src/graph/proposal.cpp +++ b/src/plugins/intel_gpu/src/graph/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/quantize.cpp b/src/plugins/intel_gpu/src/graph/quantize.cpp index c4125ae40ee..02f1f8213e5 100644 --- a/src/plugins/intel_gpu/src/graph/quantize.cpp +++ b/src/plugins/intel_gpu/src/graph/quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/random_uniform.cpp b/src/plugins/intel_gpu/src/graph/random_uniform.cpp index 6d665caa489..437b84a9b6c 100644 --- a/src/plugins/intel_gpu/src/graph/random_uniform.cpp +++ b/src/plugins/intel_gpu/src/graph/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/range.cpp b/src/plugins/intel_gpu/src/graph/range.cpp index 42544de1bcd..46455c980ef 100644 --- a/src/plugins/intel_gpu/src/graph/range.cpp +++ b/src/plugins/intel_gpu/src/graph/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/reduce.cpp b/src/plugins/intel_gpu/src/graph/reduce.cpp index ee57a7984a4..17b344e5b25 100644 --- a/src/plugins/intel_gpu/src/graph/reduce.cpp +++ b/src/plugins/intel_gpu/src/graph/reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/region_yolo.cpp b/src/plugins/intel_gpu/src/graph/region_yolo.cpp index 1cc887f7509..49ab172d633 100644 --- a/src/plugins/intel_gpu/src/graph/region_yolo.cpp +++ b/src/plugins/intel_gpu/src/graph/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/reorder.cpp b/src/plugins/intel_gpu/src/graph/reorder.cpp index 2207e986f2f..15d168b7b12 100644 --- a/src/plugins/intel_gpu/src/graph/reorder.cpp +++ b/src/plugins/intel_gpu/src/graph/reorder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "reorder_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/reorg_yolo.cpp b/src/plugins/intel_gpu/src/graph/reorg_yolo.cpp index d429f8b03c0..11cf8a8a833 100644 --- a/src/plugins/intel_gpu/src/graph/reorg_yolo.cpp +++ b/src/plugins/intel_gpu/src/graph/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/resample.cpp b/src/plugins/intel_gpu/src/graph/resample.cpp index ba2f9430694..5674946d317 100644 --- a/src/plugins/intel_gpu/src/graph/resample.cpp +++ b/src/plugins/intel_gpu/src/graph/resample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_gpu/src/graph/reshape.cpp b/src/plugins/intel_gpu/src/graph/reshape.cpp index ccfba9e8cb0..46f1b560fad 100644 --- a/src/plugins/intel_gpu/src/graph/reshape.cpp +++ b/src/plugins/intel_gpu/src/graph/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_gpu/src/graph/reverse_sequence.cpp b/src/plugins/intel_gpu/src/graph/reverse_sequence.cpp index 715b98f81c0..0fe2c4df371 100644 --- a/src/plugins/intel_gpu/src/graph/reverse_sequence.cpp +++ b/src/plugins/intel_gpu/src/graph/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/roi_align.cpp b/src/plugins/intel_gpu/src/graph/roi_align.cpp index 3ad50e879ee..c3ab4f88f9c 100644 --- a/src/plugins/intel_gpu/src/graph/roi_align.cpp +++ b/src/plugins/intel_gpu/src/graph/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/roi_pooling.cpp b/src/plugins/intel_gpu/src/graph/roi_pooling.cpp index 82dd6393fa4..b184fefa4cb 100644 --- a/src/plugins/intel_gpu/src/graph/roi_pooling.cpp +++ b/src/plugins/intel_gpu/src/graph/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/scatter_elements_update.cpp b/src/plugins/intel_gpu/src/graph/scatter_elements_update.cpp index c11b754658d..3b946c1ccbf 100644 --- a/src/plugins/intel_gpu/src/graph/scatter_elements_update.cpp +++ b/src/plugins/intel_gpu/src/graph/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/scatter_nd_update.cpp b/src/plugins/intel_gpu/src/graph/scatter_nd_update.cpp index 155d3ef53cd..b5817204804 100644 --- a/src/plugins/intel_gpu/src/graph/scatter_nd_update.cpp +++ b/src/plugins/intel_gpu/src/graph/scatter_nd_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/scatter_update.cpp b/src/plugins/intel_gpu/src/graph/scatter_update.cpp index 66247dbfe15..41d3b653be9 100644 --- a/src/plugins/intel_gpu/src/graph/scatter_update.cpp +++ b/src/plugins/intel_gpu/src/graph/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/select.cpp b/src/plugins/intel_gpu/src/graph/select.cpp index 9de8a118dcd..d3e91aaa2b3 100644 --- a/src/plugins/intel_gpu/src/graph/select.cpp +++ b/src/plugins/intel_gpu/src/graph/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "select_inst.h" diff --git a/src/plugins/intel_gpu/src/graph/shape_of.cpp b/src/plugins/intel_gpu/src/graph/shape_of.cpp index c81e4235ef0..2f8103376b7 100644 --- a/src/plugins/intel_gpu/src/graph/shape_of.cpp +++ b/src/plugins/intel_gpu/src/graph/shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/shuffle_channels.cpp b/src/plugins/intel_gpu/src/graph/shuffle_channels.cpp index 095606c9cf8..ef7f7148d1d 100644 --- a/src/plugins/intel_gpu/src/graph/shuffle_channels.cpp +++ b/src/plugins/intel_gpu/src/graph/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/slice.cpp b/src/plugins/intel_gpu/src/graph/slice.cpp index 84e57ea10ca..66bc5945842 100644 --- a/src/plugins/intel_gpu/src/graph/slice.cpp +++ b/src/plugins/intel_gpu/src/graph/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/softmax.cpp b/src/plugins/intel_gpu/src/graph/softmax.cpp index 880f01810e8..d92b3b9786d 100644 --- a/src/plugins/intel_gpu/src/graph/softmax.cpp +++ b/src/plugins/intel_gpu/src/graph/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/space_to_batch.cpp b/src/plugins/intel_gpu/src/graph/space_to_batch.cpp index 159778951d8..7aa12fc9d88 100644 --- a/src/plugins/intel_gpu/src/graph/space_to_batch.cpp +++ b/src/plugins/intel_gpu/src/graph/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/space_to_depth.cpp b/src/plugins/intel_gpu/src/graph/space_to_depth.cpp index 543fd245852..8aeae07d046 100644 --- a/src/plugins/intel_gpu/src/graph/space_to_depth.cpp +++ b/src/plugins/intel_gpu/src/graph/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/strided_slice.cpp b/src/plugins/intel_gpu/src/graph/strided_slice.cpp index 6842261b29f..a77633008a5 100644 --- a/src/plugins/intel_gpu/src/graph/strided_slice.cpp +++ b/src/plugins/intel_gpu/src/graph/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/tile.cpp b/src/plugins/intel_gpu/src/graph/tile.cpp index 13d6eba68d9..0e313481227 100644 --- a/src/plugins/intel_gpu/src/graph/tile.cpp +++ b/src/plugins/intel_gpu/src/graph/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/graph/topology.cpp b/src/plugins/intel_gpu/src/graph/topology.cpp index 053cb78cbea..6eaa3f49073 100644 --- a/src/plugins/intel_gpu/src/graph/topology.cpp +++ b/src/plugins/intel_gpu/src/graph/topology.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/CMakeLists.txt b/src/plugins/intel_gpu/src/kernel_selector/CMakeLists.txt index 10ffc1e4948..52c3fb052ff 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/CMakeLists.txt +++ b/src/plugins/intel_gpu/src/kernel_selector/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_gpu/src/kernel_selector/auto_tuner.cpp b/src/plugins/intel_gpu/src/kernel_selector/auto_tuner.cpp index d71a6834e80..cffaec133f5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/auto_tuner.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/auto_tuner.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/auto_tuner.h b/src/plugins/intel_gpu/src/kernel_selector/auto_tuner.h index 8a9da813540..831bba8af7a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/auto_tuner.h +++ b/src/plugins/intel_gpu/src/kernel_selector/auto_tuner.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/activation_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/activation_opt.cl index 7de29a81d7f..144207926d4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/activation_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/activation_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/activation_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/activation_ref.cl index 967778d8cc1..f54abee4427 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/activation_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/activation_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_axis.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_axis.cl index dc65e37a244..d5943dcfca6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_axis.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_axis.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_gpu_ref.cl index f5703ccd36c..f64f678d840 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_opt.cl index 7b0077b4855..5bf9a6458b6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/arg_max_min_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/batch_to_space_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/batch_to_space_ref.cl index 30133a5c32d..754f077edd8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/batch_to_space_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/batch_to_space_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/border_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/border_gpu_ref.cl index 0bda38bf470..6cd38c6ddaa 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/border_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/border_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_blocked.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_blocked.cl index 91bbdb0e2f5..8c7436d0541 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_blocked.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_blocked.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_depth_bfyx_no_pitch.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_depth_bfyx_no_pitch.cl index 8d2e944c465..8e61ce70a9d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_depth_bfyx_no_pitch.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_depth_bfyx_no_pitch.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_fs_b_yx_fsv32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_fs_b_yx_fsv32.cl index 7bff6694bce..3d644919a2f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_fs_b_yx_fsv32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_fs_b_yx_fsv32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_ref.cl index 2cd0ed8dc30..8537d5ff44d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_simple_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_simple_ref.cl index 92278887faf..85d622e7e9d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_simple_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/concatenation_gpu_simple_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convert_color_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convert_color_ref.cl index 0394a52a55b..7bd059eef18 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convert_color_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convert_color_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv16_imad_1x1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv16_imad_1x1.cl index 4a71b7e66b7..799c9a78606 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv16_imad_1x1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv16_imad_1x1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_1x1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_1x1.cl index 927ac2c63b0..4ecb520462b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_1x1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_1x1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_dw.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_dw.cl index 4850adb1140..bc875c1d99f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_dw.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_dw.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_int8.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_int8.cl index 3586eb0483f..169ff77c2a4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_int8.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv4_int8.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv_16_32_imad_dw.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv_16_32_imad_dw.cl index 5701d133c90..b81ac2d5329 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv_16_32_imad_dw.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_yx_fsv_16_32_imad_dw.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_zyx_fsv16_imad.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_zyx_fsv16_imad.cl index 36c7c213132..fc5f2c18fe7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_zyx_fsv16_imad.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_b_fs_zyx_fsv16_imad.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1.cl index 16162baa6e6..eb924324687 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1_hgemm_buf_16x1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1_hgemm_buf_16x1.cl index 33acafbe64f..6a5c356032e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1_hgemm_buf_16x1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1_hgemm_buf_16x1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1_opt.cl index 2c9264bc305..dab5e8c0d79 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_1x1_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_depthwise_weights_lwg.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_depthwise_weights_lwg.cl index 285662e311c..b6a6a76ca00 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_depthwise_weights_lwg.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_depthwise_weights_lwg.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_direct_10_12_16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_direct_10_12_16.cl index 48716c57f31..8b761241042 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_direct_10_12_16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_direct_10_12_16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16.cl index e26e85753e0..4f41685b936 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16_1x1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16_1x1.cl index 32a5ddbf1d8..ae3731a9622 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16_1x1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16_1x1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16_depthwise.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16_depthwise.cl index 44072692327..c057e319f2f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16_depthwise.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_f16_depthwise.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_gemm_like_fp16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_gemm_like_fp16.cl index ca8ec8c2840..8a5d0c25543 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_gemm_like_fp16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_gemm_like_fp16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl index 0b3f8571860..8a8df62110f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_iyxo.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_iyxo.cl index 055f652988c..733f06b2302 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_iyxo.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_iyxo.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl index 86c4b8cfbbf..1abaefa8f3d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_bfyx_f16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_bfyx_f16.cl index 34937161cce..fe9b22f877f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_bfyx_f16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_bfyx_f16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_bs_fs_yx_bsv16_fsv16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_bs_fs_yx_bsv16_fsv16.cl index 00c78ff4f5e..16211a578a0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_bs_fs_yx_bsv16_fsv16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_bs_fs_yx_bsv16_fsv16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_fs_byx_fsv32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_fs_byx_fsv32.cl index e5047a63f9d..725d734dda7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_fs_byx_fsv32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_bfyx_to_fs_byx_fsv32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32.cl index 787b99e7a79..9a01b3c7847 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32_1x1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32_1x1.cl index 9addd2343d1..5fb06d787e1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32_1x1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32_1x1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32_depthwise.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32_depthwise.cl index 5ac989912d3..6feeba12747 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32_depthwise.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_fs_byx_fsv32_depthwise.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad.cl index e4e3d68f0cb..6361e0c3288 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_1x1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_1x1.cl index 2d30565a995..79e6bac6220 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_1x1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_1x1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_3x3.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_3x3.cl index f2e5fdada10..103341796ff 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_3x3.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_imad_bs_fs_yx_bsv16_fsv16_3x3.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32.cl index 89af15277d8..79692931e8c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32_dw.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32_dw.cl index 8dd1ff27907..f5ba3355167 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32_dw.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_b_fs_yx_fsv32_dw.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv32.cl index 164773295c8..59c6ccc70a7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv4.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv4.cl index fdddcda93e2..8834e10c5de 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv4.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_mmad_bfyx_to_b_fs_yx_fsv4.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_ref.cl index 10b102029da..a22efd86277 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_2x3_s1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_2x3_s1.cl index 4d7d40078ec..798ecc4c006 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_2x3_s1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_2x3_s1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl index 343cfa99713..d5eafc4e648 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl index 3784ffa9c39..0e17346ee1a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_ref.cl index 5624b2ebc1e..5075e332aa0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b16_fp16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b16_fp16.cl index 1bfd7a30f9e..97876fe3ccc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b16_fp16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b16_fp16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b16_fp32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b16_fp32.cl index 94070c56bad..b3b409e92f7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b16_fp32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b16_fp32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b1_block_multiple_x_fp32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b1_block_multiple_x_fp32.cl index de414175707..c71545803db 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b1_block_multiple_x_fp32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b1_block_multiple_x_fp32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b8_fp32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b8_fp32.cl index 59ed3c1cea4..81368f53179 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b8_fp32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/convolution_gpu_yxfb_yxio_b8_fp32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/ctc_greedy_decoder_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/ctc_greedy_decoder_ref.cl index b33da4d11fe..8ea8cbb697d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/ctc_greedy_decoder_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/ctc_greedy_decoder_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/cum_sum_partial_sum.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/cum_sum_partial_sum.cl index 1d0c2c6f2d8..538e7f0b7f5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/cum_sum_partial_sum.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/cum_sum_partial_sum.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/cum_sum_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/cum_sum_ref.cl index 96221c5d8e9..e5d233e5dc9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/cum_sum_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/cum_sum_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_b_fs_zyx_fsv16_dw.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_b_fs_zyx_fsv16_dw.cl index 911d220e03e..cbdcd3cdfbd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_b_fs_zyx_fsv16_dw.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_b_fs_zyx_fsv16_dw.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_bfyx_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_bfyx_opt.cl index cb850c770bd..b51cb8ff0b5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_bfyx_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_bfyx_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_along_f_tile_bfx.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_along_f_tile_bfx.cl index 2dcc15db12f..68ade3d95b5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_along_f_tile_bfx.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_along_f_tile_bfx.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_common.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_common.cl index 929a216cb72..15bdb085700 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_common.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_common.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_ref.cl index 03ce197a274..7f6fd570822 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_imad_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_ref.cl index 37e7ad554b0..202149d250b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deconvolution_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_conv.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_conv.cl index 1bddcbacbe8..304b174fd31 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_conv.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_conv.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_interp.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_interp.cl index b9cea9bee7a..dc2cb4cad23 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_interp.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_interp.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_ref.cl index 5c0f7e3014d..2e720f38688 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/deformable_convolution_gpu_bfyx_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/depth_to_space_block2_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/depth_to_space_block2_opt.cl index 16ef027dc0d..7fc74c7d752 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/depth_to_space_block2_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/depth_to_space_block2_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/depth_to_space_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/depth_to_space_ref.cl index b8916d0da76..ccf70d51256 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/depth_to_space_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/depth_to_space_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/detection_output_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/detection_output_gpu_ref.cl index dd777c4ca6c..af374572a81 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/detection_output_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/detection_output_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_fs_b_yx_fsv32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_fs_b_yx_fsv32.cl index 569a0c06f4a..748e39dd9c3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_fs_b_yx_fsv32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_fs_b_yx_fsv32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_mixed_byxf_and_fs_b_yx_fsv32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_mixed_byxf_and_fs_b_yx_fsv32.cl index 2fa9f7cce16..49f449d3c11 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_mixed_byxf_and_fs_b_yx_fsv32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_mixed_byxf_and_fs_b_yx_fsv32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_simple_vload8.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_simple_vload8.cl index f3c36cb7f9e..5580683c9cb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_simple_vload8.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/eltwise_simple_vload8.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/embedding_bag_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/embedding_bag_ref.cl index 9c1dfdcb59c..e7ceb0a84ef 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/embedding_bag_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/embedding_bag_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/extract_image_patches_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/extract_image_patches_ref.cl index 7702fab0023..862eea200ec 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/extract_image_patches_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/extract_image_patches_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_MMAD.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_MMAD.cl index a7229336120..82f485fb548 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_MMAD.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_MMAD.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_gemm.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_gemm.cl index ab1370d6f5a..170b12f5806 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_gemm.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_gemm.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl index a7012438b3a..87453a8e97a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_ref.cl index c9a08f39300..ad116f4e9f3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_io_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_tiled.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_tiled.cl index 766fdfb554c..c5e61525cab 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_tiled.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_tiled.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bfyx_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bfyx_ref.cl index b83018e8c9b..06b01a27442 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bfyx_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bfyx_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv16_af8_vload.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv16_af8_vload.cl index 6a0d33f6f64..0ab8bbc22fb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv16_af8_vload.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv16_af8_vload.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv16_b1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv16_b1.cl index 528af4d0f2c..f250e6f3542 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv16_b1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv16_b1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv8_af8_vload.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv8_af8_vload.cl index 1a7d993f65a..c69a579b2de 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv8_af8_vload.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bs_f_bsv8_af8_vload.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_b8_f8_vload.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_b8_f8_vload.cl index 1661543aa4c..1c69947f892 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_b8_f8_vload.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_b8_f8_vload.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_block_fp16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_block_fp16.cl index c4d14585cdb..04b16668f72 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_block_fp16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_block_fp16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_ref.cl index 6b100e243aa..e1c6dc174e5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_io_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_oi_b8_fp32_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_oi_b8_fp32_ref.cl index 1cae8338816..e0b8bb07355 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_oi_b8_fp32_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_oi_b8_fp32_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_oi_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_oi_ref.cl index 15687944f2c..fba8a55bb4d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_oi_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fb_oi_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fs_byx_fsv32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fs_byx_fsv32.cl index 28ca28e53a7..ec1b962e48c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fs_byx_fsv32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_fs_byx_fsv32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_imad.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_imad.cl index 499c153da69..b1569dc1c63 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_imad.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_imad.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_yxfb_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_yxfb_ref.cl index 6b2744aa079..80264a766f1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_yxfb_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_yxfb_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_elements_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_elements_ref.cl index 60981866152..c07f0085432 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_elements_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_elements_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_nd_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_nd_ref.cl index 4ba1b60f574..663d2248ff4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_nd_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_nd_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_ref.cl index cc8f139b038..aa4f9b96696 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_tree_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_tree_gpu_ref.cl index f560d7655fc..0cd063138d3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_tree_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gather_tree_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_mmad_int8.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_mmad_int8.cl index cf287da2dfe..ef4194ed2b6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_mmad_int8.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_mmad_int8.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_mmad_int8_slm.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_mmad_int8_slm.cl index 0e7c4a3dc14..e1ae8820a5b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_mmad_int8_slm.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_mmad_int8_slm.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_ref.cl index 893cc155277..cfb9a7b4749 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_tiled_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_tiled_opt.cl index ba775f9bd11..10f61b1dd15 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_tiled_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gemm_tiled_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_bwd_data.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_bwd_data.cl index fd1cb45742e..b54abff4671 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_bwd_data.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_bwd_data.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_fwd_data_f16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_fwd_data_f16.cl index 041eb97ba58..5aaabd484eb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_fwd_data_f16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_fwd_data_f16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_fwd_data_f32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_fwd_data_f32.cl index 35110232fc1..bcb6da28db1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_fwd_data_f32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/gen9_common_conv_fwd_data_f32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/generic_eltwise_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/generic_eltwise_ref.cl index bc15ef4c96d..17b25de5e6f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/generic_eltwise_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/generic_eltwise_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/grn_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/grn_ref.cl index f86240e10c7..363d4c102d0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/grn_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/grn_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/acc_type.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/acc_type.cl index bbfe17030e2..692ebb9586b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/acc_type.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/acc_type.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/arg_max_min_common.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/arg_max_min_common.cl index c589db61327..39f7da90197 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/arg_max_min_common.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/arg_max_min_common.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/common.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/common.cl index 0c001c90f75..dd21e662456 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/common.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/common.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/fetch_data.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/fetch_data.cl index 88bd8cd573c..59f41202182 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/fetch_data.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/fetch_data.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/fetch_weights.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/fetch_weights.cl index bdd92a6085e..d1b6ef98e17 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/fetch_weights.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/fetch_weights.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/imad.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/imad.cl index 4179f656207..ca97c7d786a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/imad.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/imad.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/sub_group_block_read.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/sub_group_block_read.cl index 0ab47498cd2..7d095df4e7e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/sub_group_block_read.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/sub_group_block_read.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/sub_group_block_write.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/sub_group_block_write.cl index 24e649aa754..61406cef763 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/sub_group_block_write.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/sub_group_block_write.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/vec_typedefs.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/vec_typedefs.cl index 4aafe17b39f..ae4adfaf717 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/vec_typedefs.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/batch_headers/vec_typedefs.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/detection_output_common.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/detection_output_common.cl index caeb2d5259b..9cdeeba279a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/detection_output_common.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/detection_output_common.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/gemm_common.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/gemm_common.cl index 78dc43eacbc..7c067ac7794 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/gemm_common.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/gemm_common.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/image_data.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/image_data.cl index c46d57afb5a..cfb00a69167 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/image_data.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/image_data.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/mmad.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/mmad.cl index f17356b6b97..25a2e56cb52 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/mmad.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/mmad.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/reshape_dims.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/reshape_dims.cl index 7a9ca6b3d3e..e7c2a543bb0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/reshape_dims.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/reshape_dims.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/sub_group.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/sub_group.cl index 3c58bad9992..dbf8977e69c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/sub_group.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/sub_group.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/unit_type.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/unit_type.cl index 80f79bc7900..e726cdd81c8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/unit_type.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/include/unit_type.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_multiple_features.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_multiple_features.cl index 3f211b3d199..964c09a8d91 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_multiple_features.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_multiple_features.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_multiple_features_fsv16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_multiple_features_fsv16.cl index de076b25014..c940134281b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_multiple_features_fsv16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_multiple_features_fsv16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_ref.cl index e6543ce5269..73fa19dec83 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl index 304846e6e24..96bd19f8821 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_within_channel.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_within_channel.cl index 9f02208f7e5..5c373bfe21e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_within_channel.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_within_channel.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_within_channel_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_within_channel_opt.cl index 95219069bb2..9eb360c7e2a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_within_channel_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_gpu_within_channel_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_ref.cl index 3a0c87c35c6..8ec5ed852a1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_within_channel_byxf_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_within_channel_byxf_opt.cl index 45d564bcbd0..b2ca4e2115d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_within_channel_byxf_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lrn_within_channel_byxf_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lstm_elt_gpu_bfyx_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lstm_elt_gpu_bfyx_ref.cl index aab6c61f7b1..b40458dfb49 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lstm_elt_gpu_bfyx_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/lstm_elt_gpu_bfyx_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/matrix_nms_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/matrix_nms_ref.cl index a18bc13845b..5e5a47d0d54 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/matrix_nms_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/matrix_nms_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad.cl index 33669387c6c..f17dd0e8196 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_accumulate.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_accumulate.cl index e85e75e35ed..ac445f79c2f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_accumulate.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_accumulate.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_reduce.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_reduce.cl index 1b2b51f5ca8..1be0c4a56ab 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_reduce.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_b_fs_yx_fsv16_imad_reduce.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_bfyx_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_bfyx_opt.cl index 2f8b5f1d019..48e34ad0ea6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_bfyx_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_bfyx_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_ref_across_channels.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_ref_across_channels.cl index ab6352c7b41..ec9c239d653 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_ref_across_channels.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_ref_across_channels.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_ref_within_channels.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_ref_within_channels.cl index c0b86d4767c..bb7e672550c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_ref_within_channels.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/mvn_gpu_ref_within_channels.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/non_max_suppression_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/non_max_suppression_gpu_ref.cl index 5bd9ef8048a..2a9b313a46f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/non_max_suppression_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/non_max_suppression_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // // Copyright (c) Facebook, Inc. and its affiliates. diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/normalize_gpu_across_spatial_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/normalize_gpu_across_spatial_ref.cl index 77fc06271be..8bead89c872 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/normalize_gpu_across_spatial_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/normalize_gpu_across_spatial_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/normalize_gpu_within_spatial_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/normalize_gpu_within_spatial_ref.cl index 234e10fb0ba..a5f6360b742 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/normalize_gpu_within_spatial_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/normalize_gpu_within_spatial_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/one_hot_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/one_hot_ref.cl index d095a336b49..352e2377638 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/one_hot_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/one_hot_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_ref.cl index 86769c158b1..c7c3af513ff 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_tile_8x8_4x4.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_tile_8x8_4x4.cl index 355fb7db117..686f7df57d8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_tile_8x8_4x4.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_tile_8x8_4x4.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_tile_8x8_4x4_fsv.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_tile_8x8_4x4_fsv.cl index 00f066a196f..e058a1ecf78 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_tile_8x8_4x4_fsv.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/permute_tile_8x8_4x4_fsv.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_b_fs_yx_fsv4.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_b_fs_yx_fsv4.cl index aeff61565af..3610b4df6eb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_b_fs_yx_fsv4.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_b_fs_yx_fsv4.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_b_fs_zyx_fsv16_imad.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_b_fs_zyx_fsv16_imad.cl index 9bd209f25a1..487357ed53e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_b_fs_zyx_fsv16_imad.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_b_fs_zyx_fsv16_imad.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bfyx_block_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bfyx_block_opt.cl index a6c1f0963d5..041c295b104 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bfyx_block_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bfyx_block_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_blocked.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_blocked.cl index 5ec1b37abf7..c9f163e26d3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_blocked.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_blocked.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bs_fs_yx_bsv16_fsv16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bs_fs_yx_bsv16_fsv16.cl index 81a539c3360..be20619832b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bs_fs_yx_bsv16_fsv16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bs_fs_yx_bsv16_fsv16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bsv16_fsv16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bsv16_fsv16.cl index 3e849c3e921..6295f0285fc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bsv16_fsv16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_bsv16_fsv16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_byxf_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_byxf_opt.cl index 38c477ecd99..c83eeee5cae 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_byxf_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_byxf_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_byxf_padding_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_byxf_padding_opt.cl index 50c3a952a34..3b8b6d6eced 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_byxf_padding_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_byxf_padding_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_fs_b_yx_fsv32.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_fs_b_yx_fsv32.cl index 66ff2ad76d6..03899a46d59 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_fs_b_yx_fsv32.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_fs_b_yx_fsv32.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_int8_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_int8_ref.cl index e01d11e7eb0..d2f374215a1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_int8_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_int8_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_ref.cl index 497305c4b76..6774dea36d9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/pooling_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_ref.cl index 7e89faba03a..edfbe3d499e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_scale_shift_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_scale_shift_opt.cl index 6b51044d34d..57f7d87ebb4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_scale_shift_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/quantize_gpu_scale_shift_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/random_uniform_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/random_uniform_ref.cl index b8ff5ed72fb..1030778ed32 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/random_uniform_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/random_uniform_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/range_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/range_ref.cl index 02bad068a0c..bceae021ebd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/range_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/range_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_gpu_b_fs_yx_fsv16.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_gpu_b_fs_yx_fsv16.cl index 0708afa74f9..86d1bf45772 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_gpu_b_fs_yx_fsv16.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_gpu_b_fs_yx_fsv16.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_ref.cl index 3fba7466103..2430d5d5ba8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reduce_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/region_yolo_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/region_yolo_gpu_ref.cl index 896b7a02213..f1e31412b20 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/region_yolo_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/region_yolo_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_biplanar_nv12.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_biplanar_nv12.cl index dccdeb6645f..29191411c74 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_biplanar_nv12.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_biplanar_nv12.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data.cl index 2e76331812b..6964d5b6a67 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_b_fs_yx_fsv16_fsv32_to_bfyx.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_b_fs_yx_fsv16_fsv32_to_bfyx.cl index c9734d2a0df..95f0d0ff399 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_b_fs_yx_fsv16_fsv32_to_bfyx.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_b_fs_yx_fsv16_fsv32_to_bfyx.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_bfyx_to_blocked_format.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_bfyx_to_blocked_format.cl index f0dad835c44..45d0ccc5c09 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_bfyx_to_blocked_format.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_bfyx_to_blocked_format.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_fast_b1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_fast_b1.cl index 384657dc5bc..ebbbc61f4f7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_fast_b1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_fast_b1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_to_yxfb_batched.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_to_yxfb_batched.cl index 6621ce17528..a080f262f5c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_to_yxfb_batched.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_data_to_yxfb_batched.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_from_winograd_2x3_s1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_from_winograd_2x3_s1.cl index a5a0a05eb00..6de734f0c0f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_from_winograd_2x3_s1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_from_winograd_2x3_s1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_fs_b_yx_fsv32_to_bfyx.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_fs_b_yx_fsv32_to_bfyx.cl index f353dc3735d..7f433e7804e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_fs_b_yx_fsv32_to_bfyx.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_fs_b_yx_fsv32_to_bfyx.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_to_winograd_2x3_s1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_to_winograd_2x3_s1.cl index 3aff8020f9b..d0311624a11 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_to_winograd_2x3_s1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_to_winograd_2x3_s1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights.cl index 30d06e2e7ca..aaee48fa852 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_image_2d_c4_fyx_b.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_image_2d_c4_fyx_b.cl index 964732ea2b2..a6e8c312658 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_image_2d_c4_fyx_b.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_image_2d_c4_fyx_b.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_image_winograd_6x3_s1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_image_winograd_6x3_s1.cl index 0515f3d2da4..2f81060ab63 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_image_winograd_6x3_s1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_image_winograd_6x3_s1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_int4.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_int4.cl index 46eb8909277..363304ba56b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_int4.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_int4.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_opt.cl index 25fec009a85..0f6c6956e0c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_winograd_2x3_s1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_winograd_2x3_s1.cl index ea85c238385..3dc3d19cc4b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_winograd_2x3_s1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_winograd_2x3_s1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_winograd_6x3_s1.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_winograd_6x3_s1.cl index ef7deb86ecc..90bad90b28a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_winograd_6x3_s1.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorder_weights_winograd_6x3_s1.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorg_yolo_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorg_yolo_gpu_ref.cl index a477cee337c..f92fd3f86af 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorg_yolo_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reorg_yolo_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_opt.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_opt.cl index f3dafabc2a0..95e5a2be06f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_opt.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_opt.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_ref.cl index ceb66cd2bec..8695825c83d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/resample_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reshape_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reshape_ref.cl index e3511ddf54c..aa36bdaa089 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reshape_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reshape_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reverse_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reverse_ref.cl index 12054cfa5b4..aca221ea56c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reverse_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reverse_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reverse_sequence_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reverse_sequence_ref.cl index 18499b7a8b8..6491981bcc0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reverse_sequence_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/reverse_sequence_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_align_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_align_ref.cl index 477a445249d..34e093335ff 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_align_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_align_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_pooling_ps_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_pooling_ps_ref.cl index 48986cb9c2d..7412624e6f3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_pooling_ps_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_pooling_ps_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_pooling_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_pooling_ref.cl index 7a721c73a25..83805fd2e1e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_pooling_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/roi_pooling_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_elements_update_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_elements_update_ref.cl index 1a239e1b5db..928435453fc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_elements_update_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_elements_update_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_nd_update_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_nd_update_ref.cl index 8c48ad4d4e9..b62c85d6c1c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_nd_update_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_nd_update_ref.cl @@ -1,5 +1,5 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_update_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_update_ref.cl index 57eb51b149d..490629a6150 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_update_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/scatter_update_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/select_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/select_gpu_ref.cl index 1d7a9b48eee..68171f61bc0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/select_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/select_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/shape_of_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/shape_of_ref.cl index e07ebbdb32f..e7470ef000d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/shape_of_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/shape_of_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/shuffle_channels_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/shuffle_channels_ref.cl index e65bce92921..d30609e5cb7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/shuffle_channels_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/shuffle_channels_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/slice_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/slice_ref.cl index a67aa925060..c9e2c0688e1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/slice_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/slice_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_bf.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_bf.cl index 1edb319986b..0cd5262762b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_bf.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_bf.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_fb.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_fb.cl index 8fb5dd32021..eb9ad657757 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_fb.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_fb.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_items_class_optimized.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_items_class_optimized.cl index a6c42a42d78..46586e4e1df 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_items_class_optimized.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_items_class_optimized.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_ref.cl index 8148e1c832d..c09661c7e1f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/softmax_gpu_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/space_to_batch_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/space_to_batch_ref.cl index 8d08480753e..53eae0b9823 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/space_to_batch_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/space_to_batch_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/space_to_depth_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/space_to_depth_ref.cl index bd40f2722a2..5a2aa6c27d0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/space_to_depth_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/space_to_depth_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/strided_slice_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/strided_slice_ref.cl index 03350edbcae..eff062e449f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/strided_slice_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/strided_slice_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/tile_ref.cl b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/tile_ref.cl index 224ade42481..89f511c91b3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/tile_ref.cl +++ b/src/plugins/intel_gpu/src/kernel_selector/cl_kernels/tile_ref.cl @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/common_tools.h b/src/plugins/intel_gpu/src/kernel_selector/common_tools.h index e9673ca2e59..a52079b8738 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/common_tools.h +++ b/src/plugins/intel_gpu/src/kernel_selector/common_tools.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/common_types.h b/src/plugins/intel_gpu/src/kernel_selector/common_types.h index 8952d5b1417..c2a4ef16534 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/common_types.h +++ b/src/plugins/intel_gpu/src/kernel_selector/common_types.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/jitter.cpp b/src/plugins/intel_gpu/src/kernel_selector/jitter.cpp index d85df85dfed..63e079cd9a7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/jitter.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/jitter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/jitter.h b/src/plugins/intel_gpu/src/kernel_selector/jitter.h index 167b2b1ac50..c3f627ccdff 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/jitter.h +++ b/src/plugins/intel_gpu/src/kernel_selector/jitter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernel_base.cpp index 5294f232413..890e086f28a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernel_base.h index 890f871f6fa..297ea04763b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_base_opencl.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernel_base_opencl.cpp index a28b6dcdc46..d9ed6b64ae3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_base_opencl.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_base_opencl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_base_opencl.h b/src/plugins/intel_gpu/src/kernel_selector/kernel_base_opencl.h index 0b0ed08699d..34fe508c6c3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_base_opencl.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_base_opencl.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector.cpp index 54384b977b9..a5f986c9786 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector.h index 2408e47e466..41b5399d415 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_common.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_common.cpp index 3a14e9d802d..a6a3831dd26 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_common.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_common.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_common.h b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_common.h index 363946afa0f..2947ed86323 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_common.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_common.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_params.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_params.cpp index f33794a2e1a..93d3ed24e1b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_params.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_params.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_params.h b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_params.h index a644b3ce7ff..a3ffab2487b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_params.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_params.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_utils.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_utils.cpp index 5e5e332883e..8a87ef51a73 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_utils.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_utils.h b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_utils.h index bfa55b743e1..e3e5f3dcc47 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_utils.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernel_selector_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_base.cpp index b61771cddc8..5bcb6bea901 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_base.h index 4bbfa05810e..7ac3d1a2079 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_opt.cpp index 074ee6e4d99..71a3b3da748 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_opt.h index 4a7f8fd585c..294f36bca63 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_ref.cpp index 504a44a9279..e16c7cffcb4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_ref.h index 3cfa5c0402c..fc8c70965d2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_selector.cpp index fc5e7b04b87..0f0008943f0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_selector.h index 1c2b687ad9e..4cd06b9ba30 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/activation/activation_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_axis.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_axis.cpp index 1d7d468f917..8341363d9c2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_axis.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_axis.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_axis.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_axis.h index 84ff8d800b6..d244cd22799 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_axis.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_axis.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_base.cpp index 027be7f52d9..37b55bbb0d1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_base.h index c37644afe7a..06e981bde20 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.cpp index 0a343292b99..991edfcf093 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.h index b0094a1d0be..72f69f23fa5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_gpu_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_opt.cpp index 9c7ad970574..5f31efdd089 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_opt.h index 480f7842160..f2a032554c3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_selector.cpp index ca60b38e988..81904af5aff 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_selector.h index 94b586235e4..2c8a0b841b1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/arg_max_min/arg_max_min_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_base.cpp index 56afc02b90e..50f2ee23163 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_base.h index 4bf97da9732..07ee2b5ba33 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_ref.cpp index c4d4052c3fe..963e6daa2d6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_ref.h index 6f72a5e117d..ac14ee4d87e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_selector.cpp index 7075f9556c2..6d93759b109 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_selector.h index 785034b62b2..0f12831319f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/batch_to_space/batch_to_space_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_base.cpp index 46a1740b1c7..697ae722770 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_base.h index 9c679a8e21d..8fb85fa1dc9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_ref.cpp index ff49417b289..bce5e0abb0d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_ref.h index 27fda68b2e6..4cdcd36b77a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_selector.cpp index 9d940ac2728..e9d5dc2880a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_selector.h index 93a8400cbbe..67453c35a5d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/border/border_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_base.h index 57de7a58391..83d38a1c7af 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_ref.cpp index e14734de4e5..4830c366bc9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_ref.h index 1f4a11523e8..50a61f4fcbc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_selector.cpp index 4bc0789932f..16df59f39f9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_selector.h index 770e9df831f..125b669e1f0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/broadcast/broadcast_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.cpp index 4ef560583e2..587ac1bff71 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.h index d25af7b8eeb..9ff569500c7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_b_fs_yx_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_base.cpp index d867d273a8e..52cea2ccd6c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_base.h index c89f715b198..c04090c3c53 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.cpp index 66df559bba2..85cc85f083f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.h index 21ab43834a2..d4ecd46d741 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_depth_bfyx_no_pitch.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.cpp index 7ee68c45d75..63ab9ac27d2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.h index e26f06ef504..a3dfc6690db 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_fs_b_yx_fsv32.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_ref.cpp index 2aa6c3e56bf..164dc1c531e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_ref.h index a0ce353ee40..365ac953ddd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_selector.cpp index af9a0890780..822d18321ce 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_selector.h index 8941be1c9a3..3da26441afc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_simple_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_simple_ref.cpp index 1218b7eaeff..7ee216531db 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_simple_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_simple_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_simple_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_simple_ref.h index 1adc28f08d2..3f38c522c5c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_simple_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/concatenation/concatenation_kernel_simple_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_base.cpp index 1513be8ab4a..6b4be95fcf6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_base.h index f7421e37037..6ed7a5b963b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_ref.cpp index c886efb7bd5..a5567be8dea 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_ref.h index 52bd67ab8db..79a55e070df 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_selector.cpp index d36766f3cd0..c19500d4d55 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_selector.h index 28f62cdc4e2..27ca340f6d9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convert_color/convert_color_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.cpp index 116135076db..5f4b6128fcb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.h index 476e36a8be8..fa7fe1a65c5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.cpp index bacc8f75f94..a332090dbd0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.h index b14c06a394a..9d5440816c3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_1x1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.cpp index 4980c398b85..efeebb300bb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.h index eb09d01a8fb..dbd29b2e9a9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_depthwise.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.cpp index c6e031122fc..0dba7131ac4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.h index 97a846cbcf3..25de0923aa9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv16_imad_1x1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.cpp index 73d32d600d7..4a173769238 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.h index f0cd35e412a..9ed04c5f1e8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv4_int8.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.cpp index c49448e6378..c614b5b6aa7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.hpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.hpp index 049790d0409..fc9563a2490 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.hpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_yx_fsv_16_32_imad_dw.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.cpp index fa29966949e..cb8178aa444 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.h index 11be271b43e..aac780d6e45 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_fp16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_fp16.h index 928c1d32ba0..56dd00a6253 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_fp16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_fp16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_fp32.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_fp32.h index e5d6ac044f5..ad2030cee45 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_fp32.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_fp32.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.cpp index 62ab0dcd51a..38ed9e42d37 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.h index 4fbfe82e176..c2da5e66982 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_base.cpp index 74708c091be..ffaf57c4f6a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_base.h index a192d2dcf1f..a2615d8d70d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1.cpp index 81aaf12fce8..2aee6596a63 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1.h index 555731c51af..060a070dd73 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.cpp index 7e95e119052..734ac551e02 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.h index d7475023271..874eea06b7b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_gemm_buf.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_opt.cpp index e391001f7c8..dff4fa08201 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_opt.h index e3388bdfe73..c33d73fda9b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_1x1_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.cpp index 7b1dde8135d..3d20754149b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.h index 52f71692674..2cfe5ddc2bd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.cpp index b46651c3986..2233851eaac 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.h index 559a73b3f0e..583f3a2aa72 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_direct_10_12_16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_gemm_like.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_gemm_like.cpp index 87e0fc6803a..228d98e49f9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_gemm_like.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_gemm_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_gemm_like.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_gemm_like.h index b77152552d9..37035b29229 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_gemm_like.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_gemm_like.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_iyxo.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_iyxo.cpp index ca7811034fa..c11df1f7e3b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_iyxo.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_iyxo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_iyxo.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_iyxo.h index 796ec71208e..86c5594ec28 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_iyxo.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_iyxo.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.cpp index 7402f37528a..0aceef55677 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.h index 862d12712b9..495f0387a47 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_os_iyx_osv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.cpp index fb57f105c98..9a2619ce361 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.h index 90f15eaf913..9ad2636eae8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_b_fs_yx_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.cpp index fa9fe306b62..dcb053955cc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.h index 2fa1579b31b..89ebdad3a55 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_bs_fs_yx_bsv16_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.cpp index bbd31a399dc..ec529572209 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.h index b97bc04b81d..7bc96060cae 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_bfyx_to_fs_byx_fsv32.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32.cpp index 8d44f04fba0..571296e27d5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32.h index 366a454cdb8..10914635fd5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.cpp index 9c8e7f8018f..25d8b1cc086 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.h index 605d12c868a..5ffb757c2d0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_1x1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.cpp index 5f247955584..33d48ed4008 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.h index 62369fcd5e0..256b2c4a422 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_fs_byx_fsv32_depthwise.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad.cpp index efec474a964..dd942ba265c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad.h index 2abb438bf4b..af92849cab7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.cpp index 8311cf90c71..bf6ec13e54e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.h index d8f753fa808..a5165be3be0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_1x1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.cpp index dfda73bdfcc..89b1f271200 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.hpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.hpp index 65869e9ff3f..00a888f5659 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.hpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_b_fs_yx_fsv4_dw.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.cpp index d662e5eedc9..e193a943434 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.h index c5ffa652be3..cb5f7b2a3b2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_1x1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.cpp index 03b8ff61892..63b0a927398 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.h index 982f735b49f..fa245e3a564 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.cpp index fc2bd4f0bcf..6de5bb66ed0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.h index 46bd3c04e81..e8438c9f648 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.cpp index ebe06193e7a..15375b63b7a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.h index 2aad2eec7c9..6478a3ddaee 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_b_fs_yx_fsv32_dw.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.cpp index 185d307cf2e..bbfc61cb13c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.h index 485a9f6d346..67fa884423c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv32.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.cpp index 20880b7a5bb..d6ddce4dd46 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.h index 3d0f409d0cd..b7df91f5c21 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_mmad_bfyx_to_b_fs_yx_fsv4.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_ref.cpp index 879fc99302f..7ddc42b6c15 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_ref.h index 71dd708cac0..10cbbc3fe01 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_selector.cpp index d4399cb64cd..0ee312ac515 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_selector.h index be76512fdac..3cd17eed376 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1.cpp index 3cbc441495e..0ddc4b1a90a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1.h index 6b53ced3748..db3b0eb54aa 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.cpp index c4e7caf0f2a..28aabe0443e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.h index f645f2f3c5e..f72835ea94f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_2x3_s1_fused.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.cpp index 6b9dddea278..58eae275020 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.h index 7b3d9e367c2..a9911e0531f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_winograd_6x3_s1_fused.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_ref.cpp index d37acd38004..84d05ee94f3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_ref.h index d7d0da5f90e..cf5a0b6d9f4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b16.cpp index 6476b0c5aa4..449c785dec6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b16.h index 6a999fef0fa..b483b5e2a31 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.cpp index 42a87eded20..fb76b0a0ea4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.h index 3d0190a2548..85510267c03 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b1_block_multiple_x.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b8.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b8.cpp index 02deaca23f4..24a10a09bd4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b8.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b8.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b8.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b8.h index 4fde4d77e10..189689a5287 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b8.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_kernel_yxfb_yxio_b8.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_params.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_params.cpp index 563eb25b7e2..5e2573f115f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_params.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_params.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_params.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_params.h index 225936f8224..1c0deb84f8e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_params.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/convolution_params.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_conv.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_conv.cpp index 8840fe5f6af..db819ae3ea6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_conv.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_conv.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_conv.h index 2796b676e81..4c699f0c840 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_conv.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_conv.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_interp.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_interp.cpp index f3b247aad78..00391fe11ef 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_interp.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_interp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_interp.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_interp.h index 219ad1a711b..1a43f4e539b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_interp.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_interp.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_ref.cpp index a95250ef944..88e9858daec 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_ref.h index 4fd01d2d68b..1481460a37c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/convolution/deformable_convolution_kernel_bfyx_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.cpp index fd419ac89ea..47fd7837c58 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.h index 92dcf9b972a..0598176cf3f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.cpp index efaada311e9..0b9a023a39b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.h index a9b817e3f0f..30e085ff89a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.cpp index 53f6dddc1c8..6b2bb51eefe 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.h index c314f16d0a1..6e1246a63d0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.cpp index f1a35d740c4..2cacc7bd417 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.h index 27903843a64..ed369df2673 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_partial_sum.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_partial_sum.cpp index f06f9579b15..790f5c49c50 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_partial_sum.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_partial_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_partial_sum.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_partial_sum.h index 41c6e8c1121..dfb896e70be 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_partial_sum.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_partial_sum.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.cpp index 10dc1229e51..69335082c8e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.h index 3b340ad6b21..39603956f3f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.cpp index 7248936f0b6..5e3b40c98cc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.h index 30989143c4f..94f3e3d6acc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/cum_sum/cum_sum_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.cpp index 5c7e76c3879..5b20ae10a07 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.h index bf06c131c8e..3dcf20e5457 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.cpp index b1f76b920ad..4178f4914c6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.h index 1b1f3699b7d..66e93f8dae9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_b_fs_zyx_fsv16_dw.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_base.cpp index c9490a27e84..de32c1c73d4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_base.h index 208f0351a42..20ee4b2852b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_bfyx_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_bfyx_opt.cpp index 4a5d2d3186a..fa03e85e5a4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_bfyx_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_bfyx_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_bfyx_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_bfyx_opt.h index 3df96cf88ef..9e386c683cf 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_bfyx_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_bfyx_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.cpp index 9dedc78a73b..ac61aa1b2de 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.hpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.hpp index 463f6fc85d5..9eb0900aa2b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.hpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_along_f_tile_bfx.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_ref.cpp index e4b91eb6f6a..8b52bcdbda0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_ref.hpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_ref.hpp index ee383b0bf13..a1ab303e4cf 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_ref.hpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_imad_ref.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_ref.cpp index 1d22cfacde2..75b7c73e6d6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_ref.h index 047e50ab265..9ac7baacb6c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_selector.cpp index bda8e3ef55a..3e4d340fbee 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_selector.h index 915ffc41ea2..ae97dd3c206 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/deconvolution/deconvolution_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_base.cpp index 01231c6a996..274fda5338f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_base.h index bc6788df6b3..f0cc4f88e7b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_block2_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_block2_opt.cpp index bd35a6a70af..49e395d1bc3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_block2_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_block2_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_block2_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_block2_opt.h index 0cdbcb957e6..4d8a9d51e83 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_block2_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_block2_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_ref.cpp index 7c311d20c1a..4a456ed742a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_ref.h index ab2ea3e022a..bb00d362d8e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_selector.cpp index 338d3990e65..7a7b2386cd9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_selector.h index a55992d9eeb..a9202f44c08 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/depth_to_space/depth_to_space_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_ref.cpp index dd1a85db70b..52342513b71 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_ref.h index 59100751898..5e0e8a87d1a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_selector.cpp index 0f70ba4006a..deba78bc67c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_selector.h index 6eb1ff24212..440f9dfe287 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/detection_output/detection_output_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_do/detection_output_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_do/detection_output_kernel_ref.cpp index e5b34290e5b..29bf608acf8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_do/detection_output_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_do/detection_output_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_ref.h index 3bcb508b8a7..c15dfad1c33 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_selector.cpp index cb893195899..54a4da4f0e2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_selector.h index a88d7260768..9b31934db7a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/ed_rfe/roi_feature_extractor_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_base.cpp index 6f4297dcb88..94b6ac46e93 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_base.h index e9a26896ae0..02fbff62f9b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_blocked_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_blocked_opt.h index 6e73ee10ec2..ec81670ec7d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_blocked_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_blocked_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 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/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.cpp index 1b99c56ae91..320a83d3524 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.h index a8432450df4..5aec5c3793a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_fs_b_yx_fsv32.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.cpp index ce89b8286dd..2d4c381d772 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.h index c77f1ca30ec..225cc8a396a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_mixed_byxf_and_fs_b_yx_fsv32.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.cpp index f45616db8c1..2c4cb20af76 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.h index 67b9fa2e31f..25a1bca9fea 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_selector.cpp index b79d2f5acd1..d61985071b8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_selector.h index 5f7fe35ba48..11e86d115c0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_vload8.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_vload8.cpp index fe56121df05..f90fac23ab5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_vload8.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_vload8.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_vload8.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_vload8.h index 715157d999f..4f6153ed9b0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_vload8.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/eltwise/eltwise_kernel_vload8.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_ref.cpp index b1ddebc7b66..6c27e8049d0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_ref.h index 602db6cfafa..bd79477526d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_selector.cpp index 5a57a6b105c..865686a246a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_selector.h index 01e1ca86f00..26b59a95626 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/embedding_bag/embedding_bag_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_base.cpp index 97222dcadeb..2ce6dfc85ad 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_base.h index 74bbe772eb6..505d006a5d8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_ref.cpp index bd219154f0a..2ed75454a1d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_ref.h index 1b57aa03a78..c97243524b0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_selector.cpp index 6062f7a79ff..5063ceb0634 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_selector.h index 13896bc731c..88efb55bae7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/extract_image_patches/extract_image_patches_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_block_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_block_kernel_base.cpp index ab0146fbbe9..5263bd76e7b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_block_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_block_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_block_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_block_kernel_base.h index 0f1ce2a8420..f66eaad2792 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_block_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_block_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.cpp index a9a2e0d1218..07734e85b9d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.h index c5e5e976542..092b6a888f6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.cpp index a93f95a0ffa..22a6c4515ad 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.h index 9605f6c7735..481309377c8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_gemm.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.cpp index 32fe2a699a8..9c29821ec3b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.h index 1ca88bb0f32..36f147b55fd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_input_spatial.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_ref.cpp index cd4eaca59af..a92a6eb6a5e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_ref.h index 549cee4eae4..381311acb87 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_io_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.cpp index c9b53247351..7c6ace7c20c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.h index 7cb57b43fbc..62ad0ba2d07 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bfyx_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bfyx_ref.cpp index b832e460b7c..b9abb264bb7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bfyx_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bfyx_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bfyx_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bfyx_ref.h index 65999b8088e..7e7ab49a807 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bfyx_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bfyx_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.cpp index 5ae2c38b30f..a70eed3fbe0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.h index 35afaadd7ec..e2faecfe368 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_af8.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp index ba81d3139e6..2cf1737265f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.h index aa816a2f1ec..38e4203a309 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.cpp index d9a115c1c42..59aed037ce4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.h index 151d8bed69a..a6493bb9e86 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bs_f_bsv8_af8.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.cpp index 1bb151bf584..d9376dc0be9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.h index d1afffd376c..c920a2e1a05 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_b8_f8.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp index c603f6f9205..19c63b65862 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_block.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_block.h index f1e6c3b96f0..bfd61e2ad12 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_block.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_block.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_ref.cpp index 9785b8c4060..9c29293f281 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_ref.h index d0d1c612279..75d885c1480 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_io_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.cpp index 0c9210b274e..40161c1fd3f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.h index 1c427190805..85ae37a8373 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_b8_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.cpp index ba5f63c7e57..4aca7cc0bb1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.h index a952ee9518b..dcddde870f3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fb_oi_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.cpp index b00fbdf56ab..63c41a2b174 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.h index cad553dbef9..23d458ffb58 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_fs_byx_fsv32.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_imad.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_imad.cpp index ddbdffe9760..02db3460883 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_imad.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_imad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_imad.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_imad.h index 14354052004..cab269bb11e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_imad.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_imad.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_mmad.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_mmad.cpp index 40f35a6c8d2..bb587b8e9a6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_mmad.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_mmad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_mmad.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_mmad.h index 20f8245d0a0..de2e4537052 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_mmad.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_mmad.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_selector.cpp index 157942fafb9..594264e10fb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_selector.h index 94cbddfa789..851191c134e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_yxfb_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_yxfb_ref.cpp index c0953434369..9ba654b43f1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_yxfb_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_yxfb_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_yxfb_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_yxfb_ref.h index dae6626d8b6..ee99d612b07 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_yxfb_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_yxfb_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_params.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_params.cpp index 99b3d13ede3..50766adc84d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_params.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_params.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_params.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_params.h index 5393da109f5..845b3207a75 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_params.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_params.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_ref.cpp index cbabc563efc..a8758ca7f47 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_ref.h index f49dd1b14c4..2b2ec129f68 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_selector.cpp index 64d9eaf12c3..959bc7d2e17 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_selector.cpp @@ -1,5 +1,5 @@ /* -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 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/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_selector.h index a5f119fb7c9..dcb4c50d223 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_elements_kernel_selector.h @@ -1,5 +1,5 @@ /* -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 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/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_ref.cpp index c1c63a704df..76d73acf501 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_ref.h index c8d52bbe74e..5893458dd6c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_selector.cpp index abf770ea21f..1433eceb575 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_selector.h index cf84bf8b3c6..5c2dfea0979 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_ref.cpp index 1f668d43856..e7495d9d30c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_ref.h index 790230f32ad..bc43fd9cc53 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_selector.cpp index 48eb14838be..bad7cc3a913 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_selector.h index f302cda3993..e88b9d2df65 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather/gather_nd_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_base.cpp index a41f04debac..2c52c0a7f2c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_base.h index 58d30b6f386..d67ced32376 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_ref.cpp index eb3678e867c..73d4a9ddc37 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_ref.h index b0edceab958..a3fc3aa2da5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_selector.cpp index 33e93fb37c4..623d54282aa 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_selector.h index c66a3bc3016..6f6af4ad706 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gather_tree/gather_tree_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_base.cpp index 00195c2498a..87a3d3bb9d0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_base.h index 408c3291e9f..afb02169226 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.cpp index 1d8f70aaba9..ca58f27d122 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.h index 9b3dd902c0d..cbe1ddd8d93 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.cpp index 14f0ed3e9fe..a7bdc044947 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.h index dd70096ae67..afe324c5551 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_mmad_int8_slm.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_ref.cpp index 4f023f4d5ba..9b5e78be81e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_ref.h index d2a4295a4a1..9bbaec5555e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_selector.cpp index 4e48d827dc3..b04d15b1c7f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_selector.h index f004326b294..718c42dc5a3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.cpp index 0bfb4cd9072..56a97df8d0d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.h index 3c83015cc08..608da45e977 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/gemm/gemm_kernel_tiled_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_base.cpp index 13e4993846f..3730bac394b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_base.h index 0437f88b38a..657441b8f39 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_ref.cpp index 8db93ed589d..41cb987ea1e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_ref.h index 3da004c8f93..740b20bdbe9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_selector.cpp index f17f57794d4..28bb190be98 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_selector.h index 65875b37ee2..63197e3a5d5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/grn/grn_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features.cpp index f3b7d6e7a7c..e89de7345bc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features.h index 4c33e78a8d8..a76e4cecbba 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.cpp index 737ab678314..5ae2421cc9f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.h index 6e30f309b38..b044211c6bd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_multiple_features_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_opt_b8.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_opt_b8.cpp index 7018aeb74f3..69bab67918a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_opt_b8.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_opt_b8.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_opt_b8.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_opt_b8.h index 114a7fb2fb9..3fbdbc44819 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_opt_b8.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_opt_b8.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_ref.cpp index 8ed4bd94e4b..beb572a2120 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_ref.h index e5cd22bd9ec..f019ecb8fe6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_across_channel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_base.cpp index 8c0da2697f6..4e8ca6f6d47 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_base.h index fc62b7bcd39..946fb5003cb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_ref.cpp index 3f334024e66..5d20f46940a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_ref.h index fbca634d72b..381f857c7c8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_selector.cpp index f97c9e36830..c40e8942275 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_selector.h index e8647439ec7..2ec3997df3b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_byxf_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_byxf_opt.cpp index 8ff988ce1e1..c9a937d21ef 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_byxf_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_byxf_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_byxf_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_byxf_opt.h index 6d435ca6d3d..8e2ced00a34 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_byxf_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_byxf_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref.cpp index b8d3ad1217a..97a924699b3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref.h index ccab8e169a0..252d896d992 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref_opt.cpp index d68b2da6d27..7b0162b4464 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref_opt.h index 3929022e23e..c11f5f77d60 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lrn/lrn_kernel_within_channel_ref_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_base.cpp index 6722b0d80bd..1f4f6132051 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_base.h index 2a734c23425..1b95c349612 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_ref.cpp index 5527f51ef82..88e71c50ce2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_ref.h index 76f3b55bb3d..a3e388b61a9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_selector.cpp index 0eab8352988..f3c8b875f38 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_selector.h index 8c03ae9f737..7735b18abf6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/lstm/lstm_elt_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_ref.cpp index 4a94a8c6bf1..cc4ec610c03 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_ref.h index cd77d7f6d04..96d0115cd3e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_selector.cpp index 611b28dc0a7..36f8620c12d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_selector.h index e1842450fd9..a992a1e0d8e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/matrix_nms/matrix_nms_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.cpp index 88131a4f3b7..4a09eca00f0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.hpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.hpp index 2531d714c4c..6a0e8902957 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.hpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_b_fs_yx_fsv16_imad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_base.cpp index 4b65aa48e55..c4b876982b2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_base.h index 7da6a27d2fc..9f5ce8d6ca2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.cpp index d00a3fba96b..806bb90ba67 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.h index 8eeb0eec515..3aa88427c66 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bfyx_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.cpp index 240015cfe71..f3610e4a22d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.hpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.hpp index 90bc8029372..d23f305c3c9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.hpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_bs_fs_yx_bsv32.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_ref.cpp index a5b2763af88..dd4e3891ece 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_ref.h index e3146666ce1..4ba57416d79 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_selector.cpp index 12204040822..570905387d3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_selector.h index cf36242eae4..ef24bb846b2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/mvn/mvn_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_ref.cpp index cc43207b0b9..36b8326a955 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_ref.h index acfb33826db..b387fb2b565 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_selector.cpp index cf40e993941..9885bcf8e88 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_selector.h index 381a88a28db..5f44f585873 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/non_max_suppression/non_max_suppression_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_across_spatial_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_across_spatial_ref.cpp index 8a51dc07417..31b8fedd789 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_across_spatial_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_across_spatial_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_across_spatial_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_across_spatial_ref.h index 3ca90ebf1a0..2029eaaeadb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_across_spatial_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_across_spatial_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_base.cpp index bd4bf7f1c4e..e6902281d46 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_base.h index 9ed3e7d732f..769dfea78de 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_selector.cpp index ba85af1ed9a..0f9d56f55e3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_selector.h index 56156b00857..32992b8dbef 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_within_spatial_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_within_spatial_ref.cpp index 8478b83be03..cb4f174b8bb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_within_spatial_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_within_spatial_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_within_spatial_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_within_spatial_ref.h index c76e116afe5..bf932afb3d5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_within_spatial_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/normalize/normalize_kernel_within_spatial_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_base.cpp index c3f5b6f66a4..56d3e31a4c6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_base.h index 27d0c378e1a..1651529265e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.cpp index 6a96ad1c978..68e6d084a9f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.h index 70b27820fb0..48af7b2b78b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_selector.cpp index 65ad9f84a0d..f8145afa52b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_selector.h index 88addea7288..93bfae4cd2d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/one_hot/one_hot_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_base.cpp index b19aabf527c..3394d2741fa 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_base.h index 61dbabedd12..cbe283149de 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_ref.cpp index 776d55e7f38..a35479b4d83 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_ref.h index 89b1632af2d..740a169fc33 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_selector.cpp index eb733d91403..dd9f61823db 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_selector.h index 88bfab3f5b2..345dcdd9acd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4.cpp index ffa41ab019e..13eb399ef8e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4.h index 5f3904d840f..d322a0e2250 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.cpp index c55bc0ffcc3..640e69f26d3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.h index 490bb824cc3..74e94f3f076 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_kernel_tile_8x8_4x4_fsv.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_params.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_params.h index 080edfae89d..64c4bbd6814 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_params.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/permute/permute_params.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_base.cpp index a81313b5e50..8350ee09fe6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_base.h index 1def273c705..e76d9824c95 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.cpp index a567a5e0f68..9004ce1cee0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.h index 8a7ad91cd48..00a43e72802 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.cpp index 39f85abc36f..692a68156fc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.h index 618503db25c..6ca39fef1fd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_yx_fsv4.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.cpp index d22bd07d341..c65415a4dab 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.h index b277d624219..e84c872b789 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.cpp index 51f33c2d979..d3a436edde0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.h index ce1ac781a6e..2f360b0da77 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bfyx_block_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.cpp index 8a0fceee302..97b16efd857 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.h index 4cf849408c3..8955e560f01 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bs_fs_yx_bsv16_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.cpp index b7e1bde97a4..6613b59570c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.h index 538d8edb224..445485cb861 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_bsv16_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_opt.cpp index 09287fff438..387b69d27ac 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_opt.h index f8488ae223a..0102ab58300 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.cpp index 122f13fff3d..bef6c2d60bd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.h index 0ba80c7cc03..4eb397e8a78 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_byxf_padding_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.cpp index 999d5294e84..c074fbaffbc 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.h index 912c2696258..85a946279c4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_fs_b_yx_fsv32.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_int8_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_int8_ref.cpp index f295fc15e34..0c3ccf6d360 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_int8_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_int8_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_int8_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_int8_ref.h index 5cd3dc5c71d..3a9451df02d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_int8_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_int8_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.cpp index 775fa412006..3e620c848a2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.h index bc713484d42..724a47f8f67 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_gpu_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_selector.cpp index d76888f2eae..ea2555ccce2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_selector.h index cc475530df6..21ded9346b4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/pooling/pooling_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_base.cpp index 8a50056fe5b..9a1292a1cc6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_base.h index c9e52560fa9..b05cc6552c9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_params.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_params.h index 5024b0f25a6..dd1a34952a0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_params.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_params.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_ref.cpp index 6289d54741e..44a5116ba10 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_ref.h index 620d8a91154..bd68153ccdf 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_opt.cpp index c1569b6dc99..d4eab4f1ff9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_opt.h index c5d0b77ee23..1999aecdc13 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_scale_shift_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_selector.h index 66e53459d73..2a6e6a3e0e1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/quantize_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/qunatize_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/qunatize_kernel_selector.cpp index 495a801d324..5cdb0b5bd9a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/qunatize_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/quantize/qunatize_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_ref.cpp index 271c563683a..7752aec8528 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_ref.h index 2aa28c55926..3a731cd3af2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_selector.cpp index 944ad1a6f12..42976ef97d3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "random_uniform_kernel_selector.h" diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_selector.h index 22f74fb0041..83ad7a243e2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/random_uniform/random_uniform_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_ref.cpp index 576ce33002b..4e8d86973cb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_ref.h index 1224c4248e5..2e5c0032fa3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_selector.cpp index 972a435720a..6967965006a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_selector.h index bb1f92d61a5..b8e03b8ede0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/range/range_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.cpp index f6307960d80..6b3df60114d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.h index 6116287162d..9b42da2fd01 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_b_fs_yx_fsv16.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_base.cpp index 6b47817bb42..80e16939bab 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_base.h index 4d8cca75a81..ed05eb644b8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_ref.cpp index a46dd3b43bf..0f33001d9ab 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_ref.h index 2b6e295a4d2..0d12b09a5ce 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_selector.cpp index 80049370863..5bc3c8842d6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_selector.h index 6354f2bc122..0137f1ee628 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reduce/reduce_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_ref.cpp index 7484dfa636c..8cfda0906ee 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_ref.h index edabc26fa71..4ff5031d079 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_selector.cpp index 9c93b485e2a..6349bdc20e2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_selector.h index eee77886112..1fa583bef45 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/region_yolo/region_yolo_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_biplanar_nv12.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_biplanar_nv12.cpp index a48f87881dd..7ab5ca3f787 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_biplanar_nv12.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_biplanar_nv12.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_biplanar_nv12.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_biplanar_nv12.h index 27ab5c07fce..90d79972b1a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_biplanar_nv12.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_biplanar_nv12.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_from_winograd_2x3_kernel.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_from_winograd_2x3_kernel.cpp index 7c4b83fb885..dad668c64e2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_from_winograd_2x3_kernel.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_from_winograd_2x3_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_from_winograd_2x3_kernel.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_from_winograd_2x3_kernel.h index 59d2b26ee94..e970a0c1c57 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_from_winograd_2x3_kernel.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_from_winograd_2x3_kernel.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel.cpp index d4c8303d712..fd52142a517 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel.h index 8f3a3cef12b..9671be0182e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.cpp index 6243c6beaf2..6fa9f956c91 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.h index 766d2f531fb..84f0e0c0323 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_b_fs_yx_fsv16_fsv32_to_bfyx.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_base.cpp index d0b31cb4a2d..e1d79663d30 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_base.h index 4ae72fabcf8..29377fb313a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.cpp index 70ff8e94aff..c9b9192ca48 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.h index 372410749f3..6add3b56549 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_bfyx_to_blocked_format.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fast_b1.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fast_b1.cpp index 381a686bc04..67d3daec709 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fast_b1.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fast_b1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fast_b1.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fast_b1.h index 7a4fdf4e273..64bfb5e9b47 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fast_b1.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fast_b1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.cpp index 71839afd06c..d855d327e44 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.h index 83789a39c99..5abdff577ed 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_fs_b_yx_fsv32_to_bfyx.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_selector.cpp index f76a48c5176..e17ae1cd17c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_selector.h index 97fe5c024dd..918fde39e25 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_to_yxfb_batched.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_to_yxfb_batched.cpp index 8cd0fb21639..ddf57eec697 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_to_yxfb_batched.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_to_yxfb_batched.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_to_yxfb_batched.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_to_yxfb_batched.h index 65f9fffdf80..061cb200982 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_to_yxfb_batched.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_kernel_to_yxfb_batched.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_to_winograd_2x3_kernel.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_to_winograd_2x3_kernel.cpp index c6e6d920f68..e9e85d9bc3d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_to_winograd_2x3_kernel.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_to_winograd_2x3_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_to_winograd_2x3_kernel.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_to_winograd_2x3_kernel.h index d513016ed65..08f5b667d35 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_to_winograd_2x3_kernel.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_to_winograd_2x3_kernel.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_fyx_b_kernel.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_fyx_b_kernel.cpp index 60da9bd419a..22c8f3f61f9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_fyx_b_kernel.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_fyx_b_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_fyx_b_kernel.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_fyx_b_kernel.h index d0ba0988b41..bd1efc4363c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_fyx_b_kernel.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_fyx_b_kernel.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.cpp index 2d31feb3f84..1cdcab875dd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.h index cdb7e1bba7e..878dd9718f2 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_image_winograd_6x3_kernel.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_int4.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_int4.h index 1b87a7b4984..b61b50256ee 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_int4.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_int4.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel.cpp index 6141ceb2cf1..7def25b6dc1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel.h index 8d06ce51fdf..11da2a372fd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel_selector.cpp index 0027e50188d..93c50c71092 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel_selector.h index 39d5d2d5056..3678e8ff664 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_opt.cpp index 9d53615c020..6db1b3befd4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_opt.h index 4b18a1f2831..ead49a7d1e0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_2x3_kernel.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_2x3_kernel.cpp index 5fc03050c34..24e075ad714 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_2x3_kernel.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_2x3_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_2x3_kernel.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_2x3_kernel.h index c27a4751046..69ced8c229d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_2x3_kernel.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_2x3_kernel.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_6x3_kernel.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_6x3_kernel.cpp index 47a27cce30d..fbac9eb038f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_6x3_kernel.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_6x3_kernel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_6x3_kernel.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_6x3_kernel.h index 29da6d02866..37a0f1fabe0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_6x3_kernel.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorder/reorder_weights_winograd_6x3_kernel.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp index 59e5203457a..d764d523b5b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_ref.h index cb5df5a8cf2..c4ec2ca2e37 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_selector.cpp index d2ee4ab98f5..1fde5fb8e33 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_selector.h index 921300dbf27..932b624a9d7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reorg_yolo/reorg_yolo_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_base.cpp index 192d49d6e7f..0468e7085d4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_base.h index 4fae8d615ea..801f479f731 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_onnx.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_onnx.cpp index 8816309dec2..3b4cd32dc6b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_onnx.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_onnx.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_onnx.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_onnx.h index 60d763f0065..f153e2db1ce 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_onnx.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_onnx.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_opt.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_opt.cpp index 214e772308e..bbabcbba42f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_opt.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_opt.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_opt.h index 20a74b6d0ae..991d5bc6f38 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_opt.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_opt.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_ref.cpp index ebfd4955bcd..fc98c2b63ef 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_ref.h index 71400a14c29..ebddb42169b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_selector.cpp index a08356abf00..0fbf6af0df4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_selector.h index 2563324086b..a8271af8197 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/resample/resample_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_ref.cpp index 350d641cfc5..84916957710 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_ref.h index 9a427e2f606..3f98081e06a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_selector.cpp index b1053bdf27f..61b5ad1f8b5 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_selector.h index 013bfa6f5f8..e644792ea5f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reshape/reshape_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse/reverse_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse/reverse_kernel_ref.h index 26195f059ee..adce4546c94 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse/reverse_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse/reverse_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_ref.cpp index e64a5028e7b..3f500f8717c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_ref.h index 871dd2c63da..b9e11b9869e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_selector.cpp index d8fd6203983..8c1634ff76d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_selector.h index c868367c9e1..6e0be947b3b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/reverse_sequence/reverse_sequence_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_ref.cpp index dae3a290521..9e24dd8b9f0 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "roi_align_kernel_ref.h" diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_ref.h index e72f84a26aa..95171e5b0b9 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_selector.cpp index 2c32854253b..736b7e7cbeb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "roi_align_kernel_selector.h" diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_selector.h index d67b2d5b7ce..b2385a62def 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_align/roi_align_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_base.cpp index 22b1949673c..61e5a85c3ef 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_base.h index ccee153a333..309c2b3c74c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ps_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ps_ref.cpp index f16c99e3440..3da602928cb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ps_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ps_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ps_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ps_ref.h index a7349a446a0..c6b103deac8 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ps_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ps_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ref.cpp index fea5ccfc318..afdd8dce5da 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ref.h index 040464a24c5..dd66d95dee1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_selector.cpp index 2cd85c354f0..0dd37fe952f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_selector.h index 72d668dbb3a..facda845f07 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/roi_pooling/roi_pooling_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_ref.cpp index 02389e2b126..3304b4fb767 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_ref.h index 870155fae9d..ac5537eb125 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_selector.cpp index 209bee8f05d..42db3712a39 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_selector.h index acd904d8093..a9e50b00b75 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_elements_update_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_ref.cpp index 1d6907dbfac..71fc2862b36 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_ref.h index 7c28eaaa796..d8715a9e5d6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_selector.cpp index 4ebe36647b5..247f86749ec 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_selector.h index c48b7aee498..e7dd26b6880 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_nd_update_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_ref.cpp index 4e94fedece0..90dee815cda 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_ref.h index c11ad53edf3..e10e96d24b6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_selector.cpp index e64ae7975eb..fa55729b087 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_selector.h index eb1d31abe96..a53d9ebbec6 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/scatter_update/scatter_update_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_base.cpp index fe9edec2901..cd4281d8059 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_base.h index bb7d0238bce..03ed70871f3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_ref.cpp index 210b2005c98..f5526e37bed 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_ref.h index 8747008c53f..fbc1a0193da 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_selector.cpp index e981969bc8f..54549708ade 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_selector.h index dfc59c4705f..4138fb4648d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/select/select_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_ref.cpp index d9d9dea68ee..5a0e711a1e4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_ref.h index e764ead2450..67bf085ba38 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_selector.cpp index 9f5da0c0d00..8ddbfc84c48 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_selector.h index 87a7e5b3241..4aab558a591 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/shape_of/shape_of_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_ref.cpp index aaab1e93859..1af6b3ae47e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_ref.h index e117006a4e9..3a68412f27e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_selector.cpp index 73ec4c0fc41..1fa4cb33ef1 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_selector.h index a2c64ed9986..ad506574f47 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/shuffle_channels/shuffle_channels_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_ref.cpp index 312cd0fa2f7..ee6f39c3c3c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_ref.h index b1d331cc949..0cdbba8839e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_selector.cpp index 9b5f3294f54..7ea6e19e929 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "slice_kernel_selector.h" diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_selector.h index 2a8778ae948..a27ae71dd62 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/slice/slice_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_items_class_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_items_class_kernel_base.cpp index a30de94d239..271a6baf731 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_items_class_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_items_class_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_items_class_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_items_class_kernel_base.h index 6bbdb04554d..87297c0fe95 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_items_class_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_items_class_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_base.cpp index b247b30891f..4eab9960f4a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_base.h index 22331fb1aee..35b4feb2426 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_bf.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_bf.cpp index 8d5d116cb81..5d0f0c7fc9d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_bf.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_bf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_bf.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_bf.h index 7c9823cb9fb..c2efbe7f200 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_bf.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_bf.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_fb.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_fb.cpp index 674a200142f..fb33ce8a0e3 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_fb.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_fb.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_fb.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_fb.h index e7398d93914..02180e73d0f 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_fb.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_fb.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_items_class_optimized.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_items_class_optimized.cpp index b27cccaba87..59531b90c21 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_items_class_optimized.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_items_class_optimized.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_items_class_optimized.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_items_class_optimized.h index 20d4d273071..d6227662e6e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_items_class_optimized.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_items_class_optimized.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_ref.cpp index 9407f42e31b..0ad833d4075 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_ref.h index 694362bf3c6..b7b36da6d8e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_selector.cpp index f30fcfcfbdd..bfba08e25fb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_selector.h index 54965a685b5..29670dcbe5c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/softmax/softmax_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_base.cpp index a7d06bdef6b..1061a5f199a 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_base.h index 386a9f11c02..4c8c3972509 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_ref.cpp index 6990f40b83e..ea7857bf61e 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_ref.h index aab83d27710..50b8bf69acd 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_selector.cpp index 5bb4c806561..ce1a570de53 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_selector.h index 3ac98c5028e..3d4fa6459b7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_batch/space_to_batch_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_ref.cpp index 185e1fa2ae0..0ceea330526 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_ref.h index 884d5bd752c..ee2d02c410c 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_selector.cpp index a4468db9a09..3838ad1abca 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_selector.h index 1051e0bd6e4..6fd6df1e576 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/space_to_depth/space_to_depth_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_ref.cpp index 2e0c457e09e..8c3a1fecdba 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_ref.h index 3d62474217c..2c83bcb01ae 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_selector.cpp index 8dfa6e0b1c2..e69b46f7a1d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_selector.h index 1f59d90b49b..ebcc090e641 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/strided_slice/strided_slice_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_ref.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_ref.cpp index 5fe254d06bd..c55f045946d 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_ref.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_ref.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_ref.h index 3f88ba802a8..44eab93eb02 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_ref.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_ref.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_selector.cpp b/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_selector.cpp index 8c49e2ba589..8bd84f15ea4 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_selector.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_selector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_selector.h b/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_selector.h index 51c38a4cf49..0556d18a17b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_selector.h +++ b/src/plugins/intel_gpu/src/kernel_selector/kernels/tile/tile_kernel_selector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/primitive_db.cpp b/src/plugins/intel_gpu/src/kernel_selector/primitive_db.cpp index cf283c003af..8863b47fe55 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/primitive_db.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/primitive_db.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/primitive_db.h b/src/plugins/intel_gpu/src/kernel_selector/primitive_db.h index d5aa4c29d31..73858754d35 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/primitive_db.h +++ b/src/plugins/intel_gpu/src/kernel_selector/primitive_db.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/primitive_db_gen.py b/src/plugins/intel_gpu/src/kernel_selector/primitive_db_gen.py index eff4c3d0033..4f746d8cc52 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/primitive_db_gen.py +++ b/src/plugins/intel_gpu/src/kernel_selector/primitive_db_gen.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # To add new kernel please add a .cl file to kernels directory # the database name will be the part of the file name up to first '.' character diff --git a/src/plugins/intel_gpu/src/kernel_selector/tensor_type.cpp b/src/plugins/intel_gpu/src/kernel_selector/tensor_type.cpp index 24d79936715..60f942b036b 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/tensor_type.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/tensor_type.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/tensor_type.h b/src/plugins/intel_gpu/src/kernel_selector/tensor_type.h index 6a70cff8deb..3258fc5e8eb 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/tensor_type.h +++ b/src/plugins/intel_gpu/src/kernel_selector/tensor_type.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/weight_bias_kernel_base.cpp b/src/plugins/intel_gpu/src/kernel_selector/weight_bias_kernel_base.cpp index 3a74113f5a1..f4f310c0cba 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/weight_bias_kernel_base.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/weight_bias_kernel_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/weight_bias_kernel_base.h b/src/plugins/intel_gpu/src/kernel_selector/weight_bias_kernel_base.h index 865fac94723..8b8bc69d9ee 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/weight_bias_kernel_base.h +++ b/src/plugins/intel_gpu/src/kernel_selector/weight_bias_kernel_base.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.cpp b/src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.cpp index ecda4bfab29..667572d6fc7 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.cpp +++ b/src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.h b/src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.h index 8a3b072e9fd..fbcfb1dfd96 100644 --- a/src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.h +++ b/src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/async_infer_request.cpp b/src/plugins/intel_gpu/src/plugin/async_infer_request.cpp index 2cc67ec8f0c..0d29114eaad 100644 --- a/src/plugins/intel_gpu/src/plugin/async_infer_request.cpp +++ b/src/plugins/intel_gpu/src/plugin/async_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/common_utils.cpp b/src/plugins/intel_gpu/src/plugin/common_utils.cpp index 9ab7b74b82d..8c7d45bff62 100644 --- a/src/plugins/intel_gpu/src/plugin/common_utils.cpp +++ b/src/plugins/intel_gpu/src/plugin/common_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/compiled_model.cpp b/src/plugins/intel_gpu/src/plugin/compiled_model.cpp index 543c77734cc..bfaea6ea279 100644 --- a/src/plugins/intel_gpu/src/plugin/compiled_model.cpp +++ b/src/plugins/intel_gpu/src/plugin/compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/custom_layer.cpp b/src/plugins/intel_gpu/src/plugin/custom_layer.cpp index 183bb8b6481..12dc3f54b21 100644 --- a/src/plugins/intel_gpu/src/plugin/custom_layer.cpp +++ b/src/plugins/intel_gpu/src/plugin/custom_layer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/graph.cpp b/src/plugins/intel_gpu/src/plugin/graph.cpp index b0f7011075b..852a75f0ef4 100644 --- a/src/plugins/intel_gpu/src/plugin/graph.cpp +++ b/src/plugins/intel_gpu/src/plugin/graph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/batch_to_space.cpp b/src/plugins/intel_gpu/src/plugin/ops/batch_to_space.cpp index 2aab4327a1a..1527d8940d7 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/batch_to_space.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/broadcast.cpp b/src/plugins/intel_gpu/src/plugin/ops/broadcast.cpp index aa764774275..4fda62fcb6d 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/broadcast.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/concat.cpp b/src/plugins/intel_gpu/src/plugin/ops/concat.cpp index cd863c56575..e44b2806436 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/concat.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/constant.cpp b/src/plugins/intel_gpu/src/plugin/ops/constant.cpp index 99617c636d5..838ee29d3ac 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/constant.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/convert.cpp b/src/plugins/intel_gpu/src/plugin/ops/convert.cpp index 5e16b8490fa..395bf49c8ac 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/convert.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/convert_color.cpp b/src/plugins/intel_gpu/src/plugin/ops/convert_color.cpp index e70e30c15a7..98231d272b2 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/convert_color.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/convert_color.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/ctc_greedy_decoder.cpp b/src/plugins/intel_gpu/src/plugin/ops/ctc_greedy_decoder.cpp index c05ca4aec55..005b3c0beef 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/ctc_greedy_decoder.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/cum_sum.cpp b/src/plugins/intel_gpu/src/plugin/ops/cum_sum.cpp index dcc0058cc7d..72f78002a88 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/cum_sum.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/custom.cpp b/src/plugins/intel_gpu/src/plugin/ops/custom.cpp index c5d61ceb8e2..c00b2c01a19 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/custom.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/custom.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/depth_to_space.cpp b/src/plugins/intel_gpu/src/plugin/ops/depth_to_space.cpp index 8e37bd79379..8727ccca432 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/depth_to_space.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/detection_output.cpp b/src/plugins/intel_gpu/src/plugin/ops/detection_output.cpp index e5ae77a224d..d737baa04e8 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/detection_output.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/eltwise.cpp b/src/plugins/intel_gpu/src/plugin/ops/eltwise.cpp index 2d831c94806..ac28e2acc49 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/eltwise.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/embedding_bag.cpp b/src/plugins/intel_gpu/src/plugin/ops/embedding_bag.cpp index 127856822d9..74b9c1c0230 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/embedding_bag.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/embedding_bag.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_roi_feature_extractor.cpp b/src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_roi_feature_extractor.cpp index 8a3117e38b0..c104d4b0fd1 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_roi_feature_extractor.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_roi_feature_extractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_topk_rois.cpp b/src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_topk_rois.cpp index 0124dcb2be9..edcbc185eca 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_topk_rois.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/experimental_detectron_topk_rois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/extract_image_patches.cpp b/src/plugins/intel_gpu/src/plugin/ops/extract_image_patches.cpp index 9e7d82f00ce..9bc7899d92a 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/extract_image_patches.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/extract_image_patches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/fake_quantize.cpp b/src/plugins/intel_gpu/src/plugin/ops/fake_quantize.cpp index a67da3bf915..0c460bda8da 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/fake_quantize.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/fully_connected.cpp b/src/plugins/intel_gpu/src/plugin/ops/fully_connected.cpp index 5b1b8f35386..b725105cebe 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/fully_connected.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/fully_connected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/gather tree.cpp b/src/plugins/intel_gpu/src/plugin/ops/gather tree.cpp index 19ff725683a..1c81d311975 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/gather tree.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/gather tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/gather.cpp b/src/plugins/intel_gpu/src/plugin/ops/gather.cpp index 5bc8ba97efb..173471246eb 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/gather.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/gather_elements.cpp b/src/plugins/intel_gpu/src/plugin/ops/gather_elements.cpp index 90464726184..53156052cff 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/gather_elements.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/gather_nd.cpp b/src/plugins/intel_gpu/src/plugin/ops/gather_nd.cpp index 8d878f3e77d..a53016727ce 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/gather_nd.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/grn.cpp b/src/plugins/intel_gpu/src/plugin/ops/grn.cpp index 96b47859b39..739ba2f13c0 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/grn.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/interpolate.cpp b/src/plugins/intel_gpu/src/plugin/ops/interpolate.cpp index 54a7aadc756..b6b9b759525 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/interpolate.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/loop.cpp b/src/plugins/intel_gpu/src/plugin/ops/loop.cpp index 215e322cf83..d280be79ada 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/loop.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "intel_gpu/plugin/program_builder.hpp" diff --git a/src/plugins/intel_gpu/src/plugin/ops/lrn.cpp b/src/plugins/intel_gpu/src/plugin/ops/lrn.cpp index 6cae08bf0aa..de9f2b5607b 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/lrn.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/matmul.cpp b/src/plugins/intel_gpu/src/plugin/ops/matmul.cpp index 1225ebe51b4..6398635fdb2 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/matmul.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/matrix_nms.cpp b/src/plugins/intel_gpu/src/plugin/ops/matrix_nms.cpp index 72e89e973ee..53ab670dd84 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/matrix_nms.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "intel_gpu/primitives/matrix_nms.hpp" diff --git a/src/plugins/intel_gpu/src/plugin/ops/mvn.cpp b/src/plugins/intel_gpu/src/plugin/ops/mvn.cpp index 42ef8c6b4c7..4a39bbc6102 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/mvn.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/non_max_suppression.cpp b/src/plugins/intel_gpu/src/plugin/ops/non_max_suppression.cpp index 843e4706764..a46f30c418f 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/non_max_suppression.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/normalize_l2.cpp b/src/plugins/intel_gpu/src/plugin/ops/normalize_l2.cpp index e6adf1df324..670780f7617 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/normalize_l2.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/one_hot.cpp b/src/plugins/intel_gpu/src/plugin/ops/one_hot.cpp index f66c569c7a4..9a7f8697d0b 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/one_hot.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/pad.cpp b/src/plugins/intel_gpu/src/plugin/ops/pad.cpp index af894693a02..09489689687 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/pad.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/parameter.cpp b/src/plugins/intel_gpu/src/plugin/ops/parameter.cpp index 55a24649c34..7f5c4b73223 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/parameter.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/parameter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/pooling.cpp b/src/plugins/intel_gpu/src/plugin/ops/pooling.cpp index 7569fe81227..44095638630 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/pooling.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/prior_box.cpp b/src/plugins/intel_gpu/src/plugin/ops/prior_box.cpp index 31a5e9ffbdf..2f50a772c45 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/prior_box.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/proposal.cpp b/src/plugins/intel_gpu/src/plugin/ops/proposal.cpp index 84ac443fe7f..f06a0300492 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/proposal.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/random_uniform.cpp b/src/plugins/intel_gpu/src/plugin/ops/random_uniform.cpp index be1147f60c4..bf2dfd6c10f 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/random_uniform.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/range.cpp b/src/plugins/intel_gpu/src/plugin/ops/range.cpp index d9d3d41cadd..c7da877e751 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/range.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/reduce.cpp b/src/plugins/intel_gpu/src/plugin/ops/reduce.cpp index 047927cc6f0..683cec31b77 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/reduce.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/region_yolo.cpp b/src/plugins/intel_gpu/src/plugin/ops/region_yolo.cpp index 2892b400244..c8a7b279a14 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/region_yolo.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/reorg_yolo.cpp b/src/plugins/intel_gpu/src/plugin/ops/reorg_yolo.cpp index 4e18256bd24..83fc5da2386 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/reorg_yolo.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/reshape.cpp b/src/plugins/intel_gpu/src/plugin/ops/reshape.cpp index ed51c9d71c8..1312de47ed7 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/reshape.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/result.cpp b/src/plugins/intel_gpu/src/plugin/ops/result.cpp index 375cca2dfa2..4172f56e483 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/result.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/reverse_sequence.cpp b/src/plugins/intel_gpu/src/plugin/ops/reverse_sequence.cpp index 07edd3bc4fe..425e234e1f1 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/reverse_sequence.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/rnn.cpp b/src/plugins/intel_gpu/src/plugin/ops/rnn.cpp index 5878b391d0a..dec429b6c04 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/rnn.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/rnn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/roi_align.cpp b/src/plugins/intel_gpu/src/plugin/ops/roi_align.cpp index 47107076ee2..939f2ff926f 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/roi_align.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/op/roi_align.hpp" diff --git a/src/plugins/intel_gpu/src/plugin/ops/roi_pooling.cpp b/src/plugins/intel_gpu/src/plugin/ops/roi_pooling.cpp index 425da979256..ae96297b645 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/roi_pooling.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/scatter_elements_update.cpp b/src/plugins/intel_gpu/src/plugin/ops/scatter_elements_update.cpp index 98396d45e1a..ad39c21f9e8 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/scatter_elements_update.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/scatter_nd_update.cpp b/src/plugins/intel_gpu/src/plugin/ops/scatter_nd_update.cpp index 77e06cdd565..21ccfe9de65 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/scatter_nd_update.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/scatter_nd_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/scatter_update.cpp b/src/plugins/intel_gpu/src/plugin/ops/scatter_update.cpp index 26644fb7e5c..a7e145dde1c 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/scatter_update.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/select.cpp b/src/plugins/intel_gpu/src/plugin/ops/select.cpp index 6b773f29105..b1b2700b77c 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/select.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/shape_of.cpp b/src/plugins/intel_gpu/src/plugin/ops/shape_of.cpp index e4ba957ec71..0229cff5484 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/shape_of.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/shuffle_channels.cpp b/src/plugins/intel_gpu/src/plugin/ops/shuffle_channels.cpp index 41357358290..d19720f5261 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/shuffle_channels.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/slice.cpp b/src/plugins/intel_gpu/src/plugin/ops/slice.cpp index 01f85d55ede..52d53f4bba8 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/slice.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/softmax.cpp b/src/plugins/intel_gpu/src/plugin/ops/softmax.cpp index cbd1ab70289..e0ffdbfd046 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/softmax.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/space_to_batch.cpp b/src/plugins/intel_gpu/src/plugin/ops/space_to_batch.cpp index 586d873150a..5a155a1ede2 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/space_to_batch.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/space_to_depth.cpp b/src/plugins/intel_gpu/src/plugin/ops/space_to_depth.cpp index 5868ff6faf2..75d29a2d5bc 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/space_to_depth.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/split.cpp b/src/plugins/intel_gpu/src/plugin/ops/split.cpp index 4d637feb946..be6a5f67c2f 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/split.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/strided_slice.cpp b/src/plugins/intel_gpu/src/plugin/ops/strided_slice.cpp index ae2da9cad79..1c7354a5414 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/strided_slice.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/tile.cpp b/src/plugins/intel_gpu/src/plugin/ops/tile.cpp index d3c7c6bb5ba..5202e5e2dd2 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/tile.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/topk.cpp b/src/plugins/intel_gpu/src/plugin/ops/topk.cpp index 79bc1508a8b..7212b917626 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/topk.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/transpose.cpp b/src/plugins/intel_gpu/src/plugin/ops/transpose.cpp index 4ae9362bc5d..a0ae110f47a 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/transpose.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/ops/unary.cpp b/src/plugins/intel_gpu/src/plugin/ops/unary.cpp index 3a2b2fc965f..df98a31eef1 100644 --- a/src/plugins/intel_gpu/src/plugin/ops/unary.cpp +++ b/src/plugins/intel_gpu/src/plugin/ops/unary.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/plugin.cpp b/src/plugins/intel_gpu/src/plugin/plugin.cpp index 28a2e6d584f..8592feaea0b 100644 --- a/src/plugins/intel_gpu/src/plugin/plugin.cpp +++ b/src/plugins/intel_gpu/src/plugin/plugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/program_builder.cpp b/src/plugins/intel_gpu/src/plugin/program_builder.cpp index 3511b97056f..499744f8d0e 100644 --- a/src/plugins/intel_gpu/src/plugin/program_builder.cpp +++ b/src/plugins/intel_gpu/src/plugin/program_builder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/remote_context.cpp b/src/plugins/intel_gpu/src/plugin/remote_context.cpp index e4aefa00bb0..b36fe7f38a7 100644 --- a/src/plugins/intel_gpu/src/plugin/remote_context.cpp +++ b/src/plugins/intel_gpu/src/plugin/remote_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/remote_tensor.cpp b/src/plugins/intel_gpu/src/plugin/remote_tensor.cpp index d26fb98f260..c240ad8fcc7 100644 --- a/src/plugins/intel_gpu/src/plugin/remote_tensor.cpp +++ b/src/plugins/intel_gpu/src/plugin/remote_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/simple_math.cpp b/src/plugins/intel_gpu/src/plugin/simple_math.cpp index 3df572d2f1a..ffbd641b1ef 100644 --- a/src/plugins/intel_gpu/src/plugin/simple_math.cpp +++ b/src/plugins/intel_gpu/src/plugin/simple_math.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/sync_infer_request.cpp b/src/plugins/intel_gpu/src/plugin/sync_infer_request.cpp index b42d0e59e6b..2001519b2b8 100644 --- a/src/plugins/intel_gpu/src/plugin/sync_infer_request.cpp +++ b/src/plugins/intel_gpu/src/plugin/sync_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/binary_conv_to_conv.hpp b/src/plugins/intel_gpu/src/plugin/transformations/binary_conv_to_conv.hpp index 780d3b19d34..90d62a8e7a1 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/binary_conv_to_conv.hpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/binary_conv_to_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/convert_fc_to_compressed.cpp b/src/plugins/intel_gpu/src/plugin/transformations/convert_fc_to_compressed.cpp index 67100b1d764..f1561c52cb4 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/convert_fc_to_compressed.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/convert_fc_to_compressed.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/convert_fc_to_compressed.hpp b/src/plugins/intel_gpu/src/plugin/transformations/convert_fc_to_compressed.hpp index 16e784fde67..d2bc71a91f1 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/convert_fc_to_compressed.hpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/convert_fc_to_compressed.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/convert_gather_to_compressed.cpp b/src/plugins/intel_gpu/src/plugin/transformations/convert_gather_to_compressed.cpp index 0827fe69fa8..86f441516cc 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/convert_gather_to_compressed.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/convert_gather_to_compressed.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/convert_gather_to_compressed.hpp b/src/plugins/intel_gpu/src/plugin/transformations/convert_gather_to_compressed.hpp index 2c4683d6960..3c3b3da71f9 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/convert_gather_to_compressed.hpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/convert_gather_to_compressed.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/convert_matmul_to_fc.cpp b/src/plugins/intel_gpu/src/plugin/transformations/convert_matmul_to_fc.cpp index 411c4389ea2..80e5091ccc3 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/convert_matmul_to_fc.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/convert_matmul_to_fc.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/convert_matmul_to_fc.hpp b/src/plugins/intel_gpu/src/plugin/transformations/convert_matmul_to_fc.hpp index ab086acd81e..4e7a9cb3121 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/convert_matmul_to_fc.hpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/convert_matmul_to_fc.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/convert_pooling_to_reduce.cpp b/src/plugins/intel_gpu/src/plugin/transformations/convert_pooling_to_reduce.cpp index 24b03800b19..4ec5e1e60f7 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/convert_pooling_to_reduce.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/convert_pooling_to_reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/convert_pooling_to_reduce.hpp b/src/plugins/intel_gpu/src/plugin/transformations/convert_pooling_to_reduce.hpp index d138f58586e..656025154f1 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/convert_pooling_to_reduce.hpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/convert_pooling_to_reduce.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/decompose_reduce_for_false_keepdims.cpp b/src/plugins/intel_gpu/src/plugin/transformations/decompose_reduce_for_false_keepdims.cpp index feb6feed34e..2ff2817473e 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/decompose_reduce_for_false_keepdims.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/decompose_reduce_for_false_keepdims.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporationc +// Copyright (C) 2018-2024 Intel Corporationc // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/decompose_reduce_for_false_keepdims.hpp b/src/plugins/intel_gpu/src/plugin/transformations/decompose_reduce_for_false_keepdims.hpp index 345dddc2ccf..8eae1a63b61 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/decompose_reduce_for_false_keepdims.hpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/decompose_reduce_for_false_keepdims.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/op/fully_connected.cpp b/src/plugins/intel_gpu/src/plugin/transformations/op/fully_connected.cpp index bd89197cba9..1e6c050b1c0 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/op/fully_connected.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/op/fully_connected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/op/fully_connected_compressed.cpp b/src/plugins/intel_gpu/src/plugin/transformations/op/fully_connected_compressed.cpp index 4eb73cfcaf5..571d4fcbd57 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/op/fully_connected_compressed.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/op/fully_connected_compressed.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/op/gather_compressed.cpp b/src/plugins/intel_gpu/src/plugin/transformations/op/gather_compressed.cpp index 8b8b3fe3575..7f81c60b864 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/op/gather_compressed.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/op/gather_compressed.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/op/gemm.cpp b/src/plugins/intel_gpu/src/plugin/transformations/op/gemm.cpp index 1bc5261cbdb..92f23f9b6b6 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/op/gemm.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/op/gemm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/transpose_matmul_fusion.cpp b/src/plugins/intel_gpu/src/plugin/transformations/transpose_matmul_fusion.cpp index f0bd80dab3b..04fe6f97a63 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/transpose_matmul_fusion.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/transpose_matmul_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations/transpose_matmul_fusion.hpp b/src/plugins/intel_gpu/src/plugin/transformations/transpose_matmul_fusion.hpp index 38752f0866e..b24d76059ad 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/transpose_matmul_fusion.hpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/transpose_matmul_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/transformations_pipeline.cpp b/src/plugins/intel_gpu/src/plugin/transformations_pipeline.cpp index 9d07a81ffc4..52c8254c9f5 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations_pipeline.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations_pipeline.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/usm_host_tensor.cpp b/src/plugins/intel_gpu/src/plugin/usm_host_tensor.cpp index bcb0877b521..ebc4d20b3c1 100644 --- a/src/plugins/intel_gpu/src/plugin/usm_host_tensor.cpp +++ b/src/plugins/intel_gpu/src/plugin/usm_host_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/plugin/variable_state.cpp b/src/plugins/intel_gpu/src/plugin/variable_state.cpp index 8bd19f06cbd..2c85fcf4663 100644 --- a/src/plugins/intel_gpu/src/plugin/variable_state.cpp +++ b/src/plugins/intel_gpu/src/plugin/variable_state.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/CMakeLists.txt b/src/plugins/intel_gpu/src/runtime/CMakeLists.txt index 4f5055e4eaf..1439620b71e 100644 --- a/src/plugins/intel_gpu/src/runtime/CMakeLists.txt +++ b/src/plugins/intel_gpu/src/runtime/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_gpu/src/runtime/debug_configuration.cpp b/src/plugins/intel_gpu/src/runtime/debug_configuration.cpp index b03ddf9041c..e885b1834e5 100644 --- a/src/plugins/intel_gpu/src/runtime/debug_configuration.cpp +++ b/src/plugins/intel_gpu/src/runtime/debug_configuration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/device_query.cpp b/src/plugins/intel_gpu/src/runtime/device_query.cpp index 5360bff93f8..7cb419deee4 100644 --- a/src/plugins/intel_gpu/src/runtime/device_query.cpp +++ b/src/plugins/intel_gpu/src/runtime/device_query.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/engine.cpp b/src/plugins/intel_gpu/src/runtime/engine.cpp index 38855de5035..ec0beef6a8a 100644 --- a/src/plugins/intel_gpu/src/runtime/engine.cpp +++ b/src/plugins/intel_gpu/src/runtime/engine.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/event.cpp b/src/plugins/intel_gpu/src/runtime/event.cpp index 16aeed22f53..657c91b2224 100644 --- a/src/plugins/intel_gpu/src/runtime/event.cpp +++ b/src/plugins/intel_gpu/src/runtime/event.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/format.cpp b/src/plugins/intel_gpu/src/runtime/format.cpp index efb8bca2872..45060131c75 100644 --- a/src/plugins/intel_gpu/src/runtime/format.cpp +++ b/src/plugins/intel_gpu/src/runtime/format.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/kernels_cache.cpp b/src/plugins/intel_gpu/src/runtime/kernels_cache.cpp index 5b24c46abea..e835c4678fa 100644 --- a/src/plugins/intel_gpu/src/runtime/kernels_cache.cpp +++ b/src/plugins/intel_gpu/src/runtime/kernels_cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/kernels_cache.hpp b/src/plugins/intel_gpu/src/runtime/kernels_cache.hpp index 417933764c9..ca389718a49 100644 --- a/src/plugins/intel_gpu/src/runtime/kernels_cache.hpp +++ b/src/plugins/intel_gpu/src/runtime/kernels_cache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/kernels_factory.cpp b/src/plugins/intel_gpu/src/runtime/kernels_factory.cpp index ccffc040ad5..7dd7be87365 100644 --- a/src/plugins/intel_gpu/src/runtime/kernels_factory.cpp +++ b/src/plugins/intel_gpu/src/runtime/kernels_factory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/kernels_factory.hpp b/src/plugins/intel_gpu/src/runtime/kernels_factory.hpp index 806c33cb91e..0ba1cf6a568 100644 --- a/src/plugins/intel_gpu/src/runtime/kernels_factory.hpp +++ b/src/plugins/intel_gpu/src/runtime/kernels_factory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/layout.cpp b/src/plugins/intel_gpu/src/runtime/layout.cpp index 19e75275997..9b196e203d0 100644 --- a/src/plugins/intel_gpu/src/runtime/layout.cpp +++ b/src/plugins/intel_gpu/src/runtime/layout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/memory.cpp b/src/plugins/intel_gpu/src/runtime/memory.cpp index 0e8bba4a078..4e7f9b37c39 100644 --- a/src/plugins/intel_gpu/src/runtime/memory.cpp +++ b/src/plugins/intel_gpu/src/runtime/memory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/memory_pool.cpp b/src/plugins/intel_gpu/src/runtime/memory_pool.cpp index 32be78e5bee..2000e32b25a 100644 --- a/src/plugins/intel_gpu/src/runtime/memory_pool.cpp +++ b/src/plugins/intel_gpu/src/runtime/memory_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_base_event.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_base_event.hpp index 17d5ae18540..b8680898b29 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_base_event.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_base_event.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_command_queues_builder.cpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_command_queues_builder.cpp index a7c39ab1130..28cd0571a4f 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_command_queues_builder.cpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_command_queues_builder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_command_queues_builder.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_command_queues_builder.hpp index 4f2aa1dffb3..e36b05e0676 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_command_queues_builder.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_command_queues_builder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_device.cpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_device.cpp index 410e184998f..cf0ceceabca 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_device.cpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_device.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_device.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_device.hpp index 3f06fcc4c06..a7d8be005f0 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_device.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_device.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.cpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.cpp index 32ecf7171ae..468bd7350c2 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.cpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.hpp index bece2d700d8..b9b6c800e69 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_device_detector.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_engine.cpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_engine.cpp index a77a04a5055..0e701ebee56 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_engine.cpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_engine.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_engine_factory.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_engine_factory.hpp index 3ee81f9cd53..fad0a483e0c 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_engine_factory.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_engine_factory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_event.cpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_event.cpp index 1ed0a7741b0..41a17130d07 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_event.cpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_event.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_event.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_event.hpp index cab1875e728..4f552044dd8 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_event.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_event.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_ext.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_ext.hpp index 16aae654b6f..759d796a5e8 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_ext.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_ext.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_kernels_factory.cpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_kernels_factory.cpp index d69e1da62b1..926070075ca 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_kernels_factory.cpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_kernels_factory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_kernels_factory.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_kernels_factory.hpp index 2f14f5991f9..474381b3a3a 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_kernels_factory.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_kernels_factory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.cpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.cpp index d2bdef5bde5..b8c9bb45e74 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.cpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.hpp index fc375225e18..a4270c5f9e7 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_memory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.cpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.cpp index ba173de3b84..f0d088457bc 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.cpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.hpp index f2dcbd6ba17..71f3fda22e2 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_user_event.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/ocl/ocl_wrapper.hpp b/src/plugins/intel_gpu/src/runtime/ocl/ocl_wrapper.hpp index 59ee35b8d15..57da8d5c748 100644 --- a/src/plugins/intel_gpu/src/runtime/ocl/ocl_wrapper.hpp +++ b/src/plugins/intel_gpu/src/runtime/ocl/ocl_wrapper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/src/runtime/stream.cpp b/src/plugins/intel_gpu/src/runtime/stream.cpp index 128b5bc9230..0ee63a78b80 100644 --- a/src/plugins/intel_gpu/src/runtime/stream.cpp +++ b/src/plugins/intel_gpu/src/runtime/stream.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/CMakeLists.txt b/src/plugins/intel_gpu/tests/functional/CMakeLists.txt index 60afb801970..598b2725b75 100644 --- a/src/plugins/intel_gpu/tests/functional/CMakeLists.txt +++ b/src/plugins/intel_gpu/tests/functional/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_gpu/tests/functional/behavior/memory_dyn_batch.cpp b/src/plugins/intel_gpu/tests/functional/behavior/memory_dyn_batch.cpp index 5cb9d4f2144..e1f97e16201 100644 --- a/src/plugins/intel_gpu/tests/functional/behavior/memory_dyn_batch.cpp +++ b/src/plugins/intel_gpu/tests/functional/behavior/memory_dyn_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/concurrency/gpu_concurrency_tests.cpp b/src/plugins/intel_gpu/tests/functional/concurrency/gpu_concurrency_tests.cpp index f54877f853f..53db3c5b8ad 100644 --- a/src/plugins/intel_gpu/tests/functional/concurrency/gpu_concurrency_tests.cpp +++ b/src/plugins/intel_gpu/tests/functional/concurrency/gpu_concurrency_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/dynamic_tests/gpu_dyn_batch_shape_tests.cpp b/src/plugins/intel_gpu/tests/functional/dynamic_tests/gpu_dyn_batch_shape_tests.cpp index 77330870dee..700dfeacc95 100644 --- a/src/plugins/intel_gpu/tests/functional/dynamic_tests/gpu_dyn_batch_shape_tests.cpp +++ b/src/plugins/intel_gpu/tests/functional/dynamic_tests/gpu_dyn_batch_shape_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/dx11_remote_ctx_test.cpp b/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/dx11_remote_ctx_test.cpp index ff91e16deaa..83dbd79eb3a 100644 --- a/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/dx11_remote_ctx_test.cpp +++ b/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/dx11_remote_ctx_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/gpu_remote_tensor_tests.cpp b/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/gpu_remote_tensor_tests.cpp index 74fda0a8dc3..27cc3315547 100644 --- a/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/gpu_remote_tensor_tests.cpp +++ b/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/gpu_remote_tensor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/helpers.hpp b/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/helpers.hpp index d6e976a6a32..43dfd0a92ab 100644 --- a/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/helpers.hpp +++ b/src/plugins/intel_gpu/tests/functional/remote_tensor_tests/helpers.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_graph_info.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_graph_info.cpp index 32d683d40d0..8ab43d00955 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_graph_info.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_graph_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_net_base.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_net_base.cpp index 3750255faed..e314a6548ce 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_net_base.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/exec_net_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/get_metric.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/get_metric.cpp index f48f7dfe67c..bb3a686d951 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/get_metric.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/get_metric.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties_tests.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties_tests.cpp index 03543c889ec..17980cc5574 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties_tests.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp index 08a9803679e..6e2945ad590 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp index bf10bfdd307..b468028fa26 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp index 7d6a57ae2cc..22b83d3101a 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp index 33c68ac5e1d..a9042021cd0 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp index 90040991dd3..a9abd7571bf 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/iteration_chaining.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/iteration_chaining.cpp index 4bcef9a7bed..1e3a26b4098 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/iteration_chaining.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/iteration_chaining.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp index 906f04bd89f..d8af4f11cfa 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp index d0af060b80e..114123f1a58 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/perf_counters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp index 93bbb7804c3..a465a6bb21e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/auto_batching_tests.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/auto_batching_tests.cpp index a3289b917c5..df82cb34dcf 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/auto_batching_tests.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/auto_batching_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "behavior/ov_plugin/auto_batching_tests.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp index 2225950a2a9..d22e4dd228a 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp index 3f8fb779784..bad1bf6ebb0 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_threading_tests.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_threading_tests.cpp index 6f60705afd5..f944e60bdb2 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_threading_tests.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/core_threading_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp index 2ef40e0017c..65c2e7b5e86 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp index 0ba464af131..c1d6324727a 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/remote.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/remote.cpp index 01f02827cab..c6806642753 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/remote.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/remote.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp index 6109f54819c..62a3f8e1684 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/core_config.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/core_config.cpp index 640b73f28ae..cebf1c87291 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/core_config.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/core_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/nms_transformation_for_last_node.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/nms_transformation_for_last_node.cpp index 9c9fc61674e..759ad3e57e7 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/nms_transformation_for_last_node.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/nms_transformation_for_last_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/normalize_l2_decomposition.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/normalize_l2_decomposition.cpp index fc9d6dd72bc..c9e575b8eae 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/normalize_l2_decomposition.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/normalize_l2_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/remove_parameter.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/remove_parameter.cpp index d38c373c683..7cc36f36bcb 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/remove_parameter.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/execution_graph_info/remove_parameter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/add_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/add_transformation.cpp index 8b7cd59c839..8ba43c1ab63 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/add_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/add_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/assign_and_read_value_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/assign_and_read_value_transformation.cpp index 1c7127995a8..b41ff8ce8b0 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/assign_and_read_value_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/assign_and_read_value_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/clamp_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/clamp_transformation.cpp index 9b4f5419b23..0519dc4e02f 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/clamp_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/clamp_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_transformation.cpp index 683feecd968..b9d4d060d84 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_child_and_output.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_child_and_output.cpp index be8a2a69c43..97a7d6ef856 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_child_and_output.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_child_and_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_different_precision_on_children.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_different_precision_on_children.cpp index 51a2eb9bec6..748bb1f7ded 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_different_precision_on_children.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_different_precision_on_children.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_intermediate_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_intermediate_transformation.cpp index a48d6dbac5f..3a43c7c669d 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_intermediate_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_intermediate_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_neighbors_graph_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_neighbors_graph_transformation.cpp index 7f2e0a22eab..4ce17d16168 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_neighbors_graph_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_neighbors_graph_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_split_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_split_transformation.cpp index 29a8a58c00c..b66d114bca3 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_split_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/concat_with_split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_backprop_data_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_backprop_data_transformation.cpp index f16ca92b672..92683a3070d 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_backprop_data_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_backprop_data_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_qdq_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_qdq_transformation.cpp index e26cfd0d79b..552a42d3eae 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_qdq_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_qdq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_transformation.cpp index 9ce9e78c962..9817ca7239d 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/depth_to_space_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/depth_to_space_transformation.cpp index 5bb0ddabe1a..9c35e2d104d 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/depth_to_space_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/depth_to_space_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/elementwise_branch_selection_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/elementwise_branch_selection_transformation.cpp index e89e1d4732f..574c5155a52 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/elementwise_branch_selection_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/elementwise_branch_selection_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/eliminate_fake_quantize_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/eliminate_fake_quantize_transformation.cpp index ba4b05d8479..64939598d24 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/eliminate_fake_quantize_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/eliminate_fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_avg_pool_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_avg_pool_transformation.cpp index 106b2f8a17d..d13919eb7b7 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_avg_pool_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_avg_pool_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_max_pool_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_max_pool_transformation.cpp index 9d35bafbd7b..10cc2e95f6b 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_max_pool_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_max_pool_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_two_output_branches_with_convolution.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_two_output_branches_with_convolution.cpp index c267457e714..e5afbc9f462 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_two_output_branches_with_convolution.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_and_two_output_branches_with_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_precision_selection_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_precision_selection_transformation.cpp index 8539648d1d0..c770238d65b 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_precision_selection_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_precision_selection_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_transformation.cpp index 4c11b9e73df..0508aca886d 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_with_dq_not_optimal_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_with_dq_not_optimal_transformation.cpp index 91e57fe3ed6..cb7b53c4614 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_with_dq_not_optimal_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fq_with_dq_not_optimal_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fully_connected_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fully_connected_transformation.cpp index 7d103e1e489..71978473696 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fully_connected_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fully_connected_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_convert_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_convert_transformation.cpp index 82316c1afcd..a3bbda44222 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_convert_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_convert_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_fq_and_scale_shift_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_fq_and_scale_shift_transformation.cpp index 51778761805..847ade06235 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_fq_and_scale_shift_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_fq_and_scale_shift_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_multiply_to_fq_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_multiply_to_fq_transformation.cpp index d370d3b57a8..f18cda8c6e3 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_multiply_to_fq_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_multiply_to_fq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_subtract_to_fq_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_subtract_to_fq_transformation.cpp index e506ef4a663..bf32fcffa24 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_subtract_to_fq_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/fuse_subtract_to_fq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/gemm_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/gemm_transformation.cpp index ba30b2c85c8..ed9518c5e97 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/gemm_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/gemm_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/group_convolution_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/group_convolution_transformation.cpp index f2005374e12..29ba3d17fa9 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/group_convolution_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/group_convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/groupconvolution_qdq_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/groupconvolution_qdq_transformation.cpp index 514149f3271..9babb9bdb25 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/groupconvolution_qdq_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/groupconvolution_qdq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/interpolate_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/interpolate_transformation.cpp index f7db97cf6c0..eee02ec7b97 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/interpolate_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/interpolate_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_transformation.cpp index db4497767ca..47d5550d303 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_constant_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_constant_transformation.cpp index 7c97eb25af8..d0812b439b9 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_constant_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_constant_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp index e6ac3542231..a53303337ce 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/move_fake_quantize_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/move_fake_quantize_transformation.cpp index 16aef709783..c4c7b9a83f4 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/move_fake_quantize_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/move_fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_to_group_convolution_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_to_group_convolution_transformation.cpp index 79f77bbfdf4..035ef0b328a 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_to_group_convolution_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_to_group_convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_transformation.cpp index 5a2f09f48b3..ef3d4b5037a 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_with_one_parent_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_with_one_parent_transformation.cpp index c1721e17b1d..584e6224b13 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_with_one_parent_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/multiply_with_one_parent_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mvn_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mvn_transformation.cpp index 70489f4985f..7f050c915ab 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mvn_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/mvn_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/normalize_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/normalize_transformation.cpp index 07cba7b2685..fe0dc5813cd 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/normalize_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/normalize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers.cpp index eb4c668fa3b..573f2671e4a 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat.cpp index 680937c7774..981e81ed247 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat_multi_channel.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat_multi_channel.cpp index a2a171d469a..4cb8a6014c6 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat_multi_channel.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/output_layers_concat_multi_channel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/pad_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/pad_transformation.cpp index bb6e91c4a17..db16ee541c7 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/pad_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/pad_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/prelu_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/prelu_transformation.cpp index 5986b40640f..57cba2501e9 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/prelu_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/prelu_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/pull_reshape_through_dequantization.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/pull_reshape_through_dequantization.cpp index 371eec0faae..e089ca538e8 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/pull_reshape_through_dequantization.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/pull_reshape_through_dequantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_max_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_max_transformation.cpp index d467f8151a5..af52b563c91 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_max_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_max_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_mean_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_mean_transformation.cpp index 383cf580b87..4537060b5e3 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_mean_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_mean_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_min_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_min_transformation.cpp index 2a5a83a75bd..79945b714d0 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_min_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_min_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_sum_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_sum_transformation.cpp index 3ea1f9568d2..84a548a2d4a 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_sum_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reduce_sum_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/relu_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/relu_transformation.cpp index f509677c9ce..95db6f7edd4 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/relu_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/relu_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reshape_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reshape_transformation.cpp index a50b1739cdf..ab9701a98a5 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reshape_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/reshape_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/shuffle_channels_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/shuffle_channels_transformation.cpp index 87b7f57addd..f959450a48f 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/shuffle_channels_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/shuffle_channels_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/split_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/split_transformation.cpp index d9f621f442e..d7241a3acae 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/split_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/squeeze_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/squeeze_transformation.cpp index 936801c2ed4..c2e33fa22e6 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/squeeze_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/squeeze_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/strided_slice_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/strided_slice_transformation.cpp index 195c95dc8bd..a4944f9f4bd 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/strided_slice_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/strided_slice_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_multiply_to_multiply_add.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_multiply_to_multiply_add.cpp index 6064605844c..55fa3cdf05c 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_multiply_to_multiply_add.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_multiply_to_multiply_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_transformation.cpp index 0ee661031da..aef1b0bfd86 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/subtract_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_after_matmul_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_after_matmul_transformation.cpp index 6d57c9a2c6d..64502702fd7 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_after_matmul_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_after_matmul_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_transformation.cpp index 87f77078ef1..ea7d350b7a2 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/transpose_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/unsqueeze_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/unsqueeze_transformation.cpp index 72ddfeba696..0d349725197 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/unsqueeze_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/unsqueeze_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/variadic_split_transformation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/variadic_split_transformation.cpp index 03dfec34fc1..6acb4fccc34 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/variadic_split_transformation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/variadic_split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/preprocess/yuv_to_grey_tests.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/preprocess/yuv_to_grey_tests.cpp index 5e8aa20faaa..55eb83b11ad 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/preprocess/yuv_to_grey_tests.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/preprocess/yuv_to_grey_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/set_device_name.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/set_device_name.cpp index e9b5b332c77..30f9945c40d 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/set_device_name.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/set_device_name.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/activation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/activation.cpp index eddfc1a28e7..48ccaf13c4f 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/activation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/activation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/batch_norm.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/batch_norm.cpp index da3cbe708b0..f3ec246d47e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/batch_norm.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/batch_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/batch_to_space.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/batch_to_space.cpp index e79d3b55551..715f054a662 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/batch_to_space.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/broadcast.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/broadcast.cpp index cf416dd1905..f1f88c2a5e6 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/broadcast.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/comparison.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/comparison.cpp index 8977a88cca6..67ee4d9e3c8 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/comparison.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/comparison.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/concat.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/concat.cpp index a6dfee6b36d..f6d8087e3d7 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/concat.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/conversion.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/conversion.cpp index 04fe768d070..0029283c10e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/conversion.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/conversion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_i420.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_i420.cpp index 225d7cb67c0..870f4d189e1 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_i420.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_i420.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_nv12.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_nv12.cpp index 5f74409c75d..64ec89fe6e7 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_nv12.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convert_color_nv12.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp index 85012f39261..f95c151b05f 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convolution_backprop_data.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convolution_backprop_data.cpp index a57397a7e08..f379b29ce23 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convolution_backprop_data.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder.cpp index b7c2807ce37..98c908963e9 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder_seq_len.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder_seq_len.cpp index 4667ac7a1b9..0a68fe565d8 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder_seq_len.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/cum_sum.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/cum_sum.cpp index 93c309a55b6..473835bffc3 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/cum_sum.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_convolution.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_convolution.cpp index 0d72281019e..2936f6f50e2 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_convolution.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/depth_to_space.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/depth_to_space.cpp index ca982f2d8ce..329d5fd1d2c 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/depth_to_space.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/detection_output.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/detection_output.cpp index 968715cc939..78aec7fc3e9 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/detection_output.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp index 7085bd9e5e6..526bde94956 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_offsets_sum.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_offsets_sum.cpp index 268a65df8b3..5279766372e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_offsets_sum.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_offsets_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_packed_sum.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_packed_sum.cpp index a92a10f1c33..ba70149f639 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_packed_sum.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_bag_packed_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_segments_sum.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_segments_sum.cpp index cd3a67b6d6a..67aae0fee2d 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_segments_sum.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_detection_output.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_detection_output.cpp index 30f89bd9d90..c18285f344d 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_detection_output.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_roifeatureextractor.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_roifeatureextractor.cpp index 0fd8d81fd9f..b408427bf7e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_roifeatureextractor.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/experimental_detectron_roifeatureextractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/extract_image_patches.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/extract_image_patches.cpp index 7e3611c3f40..80669d0bdd5 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/extract_image_patches.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/extract_image_patches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/fake_quantize.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/fake_quantize.cpp index 44e0fc6d5c2..5793f2c7a92 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/fake_quantize.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather.cpp index be6912e269b..d5c4b491eee 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_elements.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_elements.cpp index 74203f59f38..f097d9708fa 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_elements.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_nd.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_nd.cpp index 78ba9bf3e26..5d40fc0465f 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_nd.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_tree.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_tree.cpp index e72acb1ce9e..731a432b6e0 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_tree.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/grn.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/grn.cpp index 2990b49ee6e..9f07c24baf4 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/grn.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution.cpp index cf57cdd081b..14fa0557bb4 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution_backprop_data.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution_backprop_data.cpp index 40d364385fe..935b4699e70 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution_backprop_data.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gru_cell.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gru_cell.cpp index 70fe6f0d8fd..32f8a3740b4 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gru_cell.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gru_sequence.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gru_sequence.cpp index 67ee635cacd..254fdc0d6ca 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gru_sequence.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/gru_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/interpolate.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/interpolate.cpp index d3e06794005..a901d27643d 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/interpolate.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/log_softmax.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/log_softmax.cpp index 57359e6d928..eba0a6361aa 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/log_softmax.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/logical.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/logical.cpp index 604b557aeab..179fe5e1ca8 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/logical.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/logical.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/loop.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/loop.cpp index 6aa4188a189..4167e4f6e0b 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/loop.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lrn.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lrn.cpp index 776095cb34a..fc4a550d54e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lrn.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_cell.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_cell.cpp index 37db834db0e..0faea6a4807 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_cell.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_sequence.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_sequence.cpp index 58418d07dc3..f56609475a2 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_sequence.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/lstm_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/mat_mul.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/mat_mul.cpp index 95f9f58da6f..1dc1cff5214 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/mat_mul.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/mat_mul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/matrix_nms.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/matrix_nms.cpp index a94025b3e84..a49b4301c13 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/matrix_nms.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/minimum_maximum.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/minimum_maximum.cpp index 4a3c1ccac6b..05fd55a351a 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/minimum_maximum.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/minimum_maximum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/mvn.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/mvn.cpp index 41f38ee730f..7f57c74b324 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/mvn.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/nms_rotated.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/nms_rotated.cpp index 01fc768f304..7cce54c3419 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/nms_rotated.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/nms_rotated.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/non_max_suppression.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/non_max_suppression.cpp index 7c7d8d9fb6f..a4408225158 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/non_max_suppression.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/normalize_l2.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/normalize_l2.cpp index 5a5369d3e9d..3af6e198181 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/normalize_l2.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/pad.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/pad.cpp index b048a3f9655..143814830a8 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/pad.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "single_op_tests/pad.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/pooling.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/pooling.cpp index e2262cd4488..cdbf7eb3d6d 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/pooling.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/power.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/power.cpp index 951df90937f..672cd12d627 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/power.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/power.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box_clustered.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box_clustered.cpp index 8b98c397953..24e29adc053 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box_clustered.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/prior_box_clustered.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/proposal.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/proposal.cpp index a6e2b2235f5..4cd681ab26f 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/proposal.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/random_uniform.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/random_uniform.cpp index eb95642e301..c64c8fa14f5 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/random_uniform.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/range.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/range.cpp index 12eab5a0039..ae0ba0fb6ec 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/range.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reduce_ops.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reduce_ops.cpp index f3b28017075..f82ebbe5282 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reduce_ops.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reduce_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/region_yolo.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/region_yolo.cpp index 3ded3b08bb5..b0572f989f2 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/region_yolo.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reorg_yolo.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reorg_yolo.cpp index 6f14ee52b78..97458454fa0 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reorg_yolo.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp index f4dd2c84c60..ea67c2da982 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reverse_sequence.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reverse_sequence.cpp index 9b20ce83324..f1c4562a4ec 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reverse_sequence.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_cell.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_cell.cpp index 9b1cbda00ff..a27ac8555c2 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_cell.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_sequence.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_sequence.cpp index 7dcba48116e..2646e6fb260 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_sequence.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/rnn_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/roi_align.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/roi_align.cpp index b721d0643a8..d9c8e02ceb8 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/roi_align.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "single_op_tests/roi_align.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_elements_update.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_elements_update.cpp index a306e8f7ce6..a89de6f3bd3 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_elements_update.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_nd_update.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_nd_update.cpp index 39c1ed945b5..328823d24d8 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_nd_update.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_nd_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_update.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_update.cpp index 0c17b4b5eee..9f61804b0f7 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_update.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "single_op_tests/scatter_update.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/select.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/select.cpp index 0e2978ced32..48451217b1e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/select.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "single_op_tests/select.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/shape_of.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/shape_of.cpp index ad47393e054..59b03500877 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/shape_of.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/shuffle_channels.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/shuffle_channels.cpp index 28e8b8b1daa..7e2e50e2023 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/shuffle_channels.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/slice.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/slice.cpp index 1f0381ef951..c4bd239ec80 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/slice.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp index 89d8b52d69e..e927e55c63b 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_batch.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_batch.cpp index a2cf46dc472..2a1f873fe05 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_batch.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_depth.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_depth.cpp index d95dd31f6ef..af421bbc663 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_depth.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/split.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/split.cpp index 96d11a46349..f89b62311cf 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/split.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "single_op_tests/split.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/squeeze_unsqueeze.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/squeeze_unsqueeze.cpp index 4d09bc71d65..f243489bcf3 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/squeeze_unsqueeze.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/squeeze_unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/strided_slice.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/strided_slice.cpp index be437518430..3b56badf714 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/strided_slice.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/tile.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/tile.cpp index 45677eb87b9..8bcf38fbb47 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/tile.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/topk.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/topk.cpp index ff8e64580ff..e5e4e66547a 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/topk.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/transpose.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/transpose.cpp index 981e77d2f5f..263adf24b24 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/transpose.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/variadic_split.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/variadic_split.cpp index dc873c25af6..0c977f1c5fa 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/variadic_split.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/variadic_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "single_op_tests/variadic_split.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/skip_tests_config.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/skip_tests_config.cpp index 6fcbe2713b8..4928e6ef78e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/skip_tests_config.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/constant_result.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/constant_result.cpp index 41a6403fbf0..e736d0a160e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/constant_result.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/constant_result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/get_output_before_activation.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/get_output_before_activation.cpp index f96f89f1912..504132c4601 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/get_output_before_activation.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/get_output_before_activation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_squeeze_add.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_squeeze_add.cpp index bfeed0cab84..042b190cb25 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_squeeze_add.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/matmul_squeeze_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/multiply_add.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/multiply_add.cpp index 056a85a926a..75bbd6f4f3e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/multiply_add.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/multiply_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/perm_conv_perm_concat.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/perm_conv_perm_concat.cpp index 5eda8a003d8..aa29eff25e0 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/perm_conv_perm_concat.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/perm_conv_perm_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/preprocess.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/preprocess.cpp index 0d28022a7a9..fe0d9603274 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/preprocess.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/preprocess.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_convolution_backprop_data.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_convolution_backprop_data.cpp index 83ea688c2eb..c22afd62076 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_convolution_backprop_data.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution_backprop_data.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution_backprop_data.cpp index 0e851a36c51..3c070fa531f 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution_backprop_data.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/quantized_group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reduce_eltwise.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reduce_eltwise.cpp index 186dc84587f..01a2c876786 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reduce_eltwise.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reduce_eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_permute_conv_permute_reshape_act.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_permute_conv_permute_reshape_act.cpp index ac84ce1f214..7bcef540422 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_permute_conv_permute_reshape_act.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_permute_conv_permute_reshape_act.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_squeeze_reshape_relu.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_squeeze_reshape_relu.cpp index 78cef86f3b0..753d4a3abee 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_squeeze_reshape_relu.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/reshape_squeeze_reshape_relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/scale_shift.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/scale_shift.cpp index 0549827f0c4..b7169c22b02 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/scale_shift.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/scale_shift.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/split_conv_concat.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/split_conv_concat.cpp index 5857c2188cf..faa128086f9 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/split_conv_concat.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/subgraph_tests/split_conv_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/convolution.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/convolution.cpp index 458b5fffd76..122780afb1d 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/convolution.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "common_test_utils/ov_tensor_utils.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/convolution.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/convolution.cpp index f3f97b4d325..093fca68b48 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/convolution.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "common_test_utils/ov_tensor_utils.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/ctc_greedy_decoder.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/ctc_greedy_decoder.cpp index bb974828327..8db9108b39a 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/ctc_greedy_decoder.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/gather_tree.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/gather_tree.cpp index ffedacd6bae..dbaedbae3d4 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/gather_tree.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/groupconvolution.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/groupconvolution.cpp index 892be327e07..d7e377faf5e 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/groupconvolution.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/groupconvolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "common_test_utils/ov_tensor_utils.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/random_uniform.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/random_uniform.cpp index d3f324a72ff..b6dd8e9263d 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/random_uniform.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/range.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/range.cpp index 6db87fb65af..8eb10fcf787 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/range.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/reduce.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/reduce.cpp index 1e19eb0f1d2..f31c6cc1bb5 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/reduce.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/select.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/select.cpp index 2ebfd6e543f..833f931b902 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/select.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/shapeof.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/shapeof.cpp index fd9f2912f6b..e58036a43a4 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/shapeof.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/dynamic/shapeof.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/single_layer_tests/tensor_iterator.cpp b/src/plugins/intel_gpu/tests/functional/single_layer_tests/tensor_iterator.cpp index 97b98da4d66..dd2842c268a 100644 --- a/src/plugins/intel_gpu/tests/functional/single_layer_tests/tensor_iterator.cpp +++ b/src/plugins/intel_gpu/tests/functional/single_layer_tests/tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_conv_reshape_fully_connected.cpp b/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_conv_reshape_fully_connected.cpp index b1e621c80ed..0467069b132 100644 --- a/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_conv_reshape_fully_connected.cpp +++ b/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_conv_reshape_fully_connected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "shared_test_classes/base/ov_subgraph.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_gen_impl_key.cpp b/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_gen_impl_key.cpp index 43e8e4c3005..ba177f5d6a8 100644 --- a/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_gen_impl_key.cpp +++ b/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_gen_impl_key.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "shared_test_classes/base/ov_subgraph.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_reduce_deconvolution_concat.cpp b/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_reduce_deconvolution_concat.cpp index 7d8f4e089b2..03aac3d87be 100644 --- a/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_reduce_deconvolution_concat.cpp +++ b/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_reduce_deconvolution_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "shared_test_classes/base/ov_subgraph.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_shape_of_activation.cpp b/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_shape_of_activation.cpp index 3afe0ccdb3b..ad926624817 100644 --- a/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_shape_of_activation.cpp +++ b/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_shape_of_activation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "shared_test_classes/base/ov_subgraph.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_shape_of_reduce_reshape.cpp b/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_shape_of_reduce_reshape.cpp index 398a6d0a188..c535d9d7ec6 100644 --- a/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_shape_of_reduce_reshape.cpp +++ b/src/plugins/intel_gpu/tests/functional/subgraph_tests/dynamic/dynamic_smoke_test_shape_of_reduce_reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "shared_test_classes/base/ov_subgraph.hpp" diff --git a/src/plugins/intel_gpu/tests/functional/subgraph_tests/shared_constant.cpp b/src/plugins/intel_gpu/tests/functional/subgraph_tests/shared_constant.cpp index aed8fe56729..ac2ae1a8419 100644 --- a/src/plugins/intel_gpu/tests/functional/subgraph_tests/shared_constant.cpp +++ b/src/plugins/intel_gpu/tests/functional/subgraph_tests/shared_constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/CMakeLists.txt b/src/plugins/intel_gpu/tests/unit/CMakeLists.txt index bb1e0cab52b..3e6e89c870f 100644 --- a/src/plugins/intel_gpu/tests/unit/CMakeLists.txt +++ b/src/plugins/intel_gpu/tests/unit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_gpu/tests/unit/fusions/activation_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/activation_fusion_test.cpp index 9f104f7fc44..04455d51649 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/activation_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/activation_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/batch_to_space_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/batch_to_space_fusion_test.cpp index 1bfeb95392f..0f7a3cc4806 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/batch_to_space_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/batch_to_space_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/concatenate_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/concatenate_fusion_test.cpp index a462f87d4db..e80e7bcdea4 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/concatenate_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/concatenate_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/convolution_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/convolution_fusion_test.cpp index ba8c359d166..5614b7c9688 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/convolution_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/convolution_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/deconvolution_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/deconvolution_fusion_test.cpp index 7dba6f2ca7e..01d99925a65 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/deconvolution_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/deconvolution_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/depth_to_space_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/depth_to_space_fusion_test.cpp index d86b2ff14e8..d05cd217eb0 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/depth_to_space_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/depth_to_space_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/eltwise_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/eltwise_fusion_test.cpp index b79242f981e..5218ffe7920 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/eltwise_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/eltwise_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/fully_connected_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/fully_connected_fusion_test.cpp index 5bdd4b8e1fa..2c9708a5b41 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/fully_connected_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/fully_connected_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/fusion_test_common.hpp b/src/plugins/intel_gpu/tests/unit/fusions/fusion_test_common.hpp index 50eace0e091..a590fb9299a 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/fusion_test_common.hpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/fusion_test_common.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/fusion_validity_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/fusion_validity_test.cpp index 15788761f78..9aaf0a43512 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/fusion_validity_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/fusion_validity_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/gather_elements_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/gather_elements_fusion_test.cpp index e2c932eb450..5880c497bdd 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/gather_elements_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/gather_elements_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/gather_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/gather_fusion_test.cpp index c1af88852dd..22e8df735c7 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/gather_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/gather_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/gather_nd_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/gather_nd_fusion_test.cpp index c08dbfd7be5..5290d5ef9f2 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/gather_nd_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/gather_nd_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/gemm_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/gemm_fusion_test.cpp index 6780b65f67c..63c78a5435a 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/gemm_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/gemm_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/lrn_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/lrn_fusion_test.cpp index 764953f7302..09ea5651c48 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/lrn_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/lrn_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/mvn_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/mvn_fusion_test.cpp index c24367c9afb..cda17515190 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/mvn_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/mvn_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/normalize_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/normalize_fusion_test.cpp index 479a8951f03..43a62376545 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/normalize_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/normalize_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/permute_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/permute_fusion_test.cpp index aa7919eb7b6..fcdb333d370 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/permute_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/permute_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/pooling_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/pooling_fusion_test.cpp index 7c99523050c..dcf1ec1ff6b 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/pooling_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/pooling_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/reduce_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/reduce_fusion_test.cpp index 84ac3b4fc8c..19c4ecd522a 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/reduce_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/reduce_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/resample_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/resample_fusion_test.cpp index fa64f964be7..618b2def4be 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/resample_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/resample_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/scatter_elements_update_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/scatter_elements_update_fusion_test.cpp index 7918d0f7e80..5d4f7c2da08 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/scatter_elements_update_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/scatter_elements_update_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/scatter_nd_update_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/scatter_nd_update_fusion_test.cpp index 469d569d269..e1eb5309971 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/scatter_nd_update_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/scatter_nd_update_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/scatter_update_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/scatter_update_fusion_test.cpp index d9686f99af9..6952fc30a29 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/scatter_update_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/scatter_update_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/space_to_batch_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/space_to_batch_fusion_test.cpp index 7df49ba93f5..0f96a98163e 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/space_to_batch_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/space_to_batch_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/fusions/space_to_depth_fusion_test.cpp b/src/plugins/intel_gpu/tests/unit/fusions/space_to_depth_fusion_test.cpp index 81f2de1dedd..ebd41d8cb87 100644 --- a/src/plugins/intel_gpu/tests/unit/fusions/space_to_depth_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/fusions/space_to_depth_fusion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/module_tests/engine_test.cpp b/src/plugins/intel_gpu/tests/unit/module_tests/engine_test.cpp index 17d0cae90dd..35b52b30614 100644 --- a/src/plugins/intel_gpu/tests/unit/module_tests/engine_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/module_tests/engine_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/module_tests/events_test.cpp b/src/plugins/intel_gpu/tests/unit/module_tests/events_test.cpp index a0df06da707..16cb8123bb6 100644 --- a/src/plugins/intel_gpu/tests/unit/module_tests/events_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/module_tests/events_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/module_tests/format_test.cpp b/src/plugins/intel_gpu/tests/unit/module_tests/format_test.cpp index 25b11ee28f5..f55ef0dc419 100644 --- a/src/plugins/intel_gpu/tests/unit/module_tests/format_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/module_tests/format_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/module_tests/graph_manipulation_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/module_tests/graph_manipulation_gpu_test.cpp index 670b1bbc41a..602430776d7 100644 --- a/src/plugins/intel_gpu/tests/unit/module_tests/graph_manipulation_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/module_tests/graph_manipulation_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/module_tests/layout_test.cpp b/src/plugins/intel_gpu/tests/unit/module_tests/layout_test.cpp index 6a2c8c5a80e..e92d9b8c2c4 100644 --- a/src/plugins/intel_gpu/tests/unit/module_tests/layout_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/module_tests/layout_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/module_tests/test_uqr_distribution.cpp b/src/plugins/intel_gpu/tests/unit/module_tests/test_uqr_distribution.cpp index 5066dd14e51..5739aecc8bf 100644 --- a/src/plugins/intel_gpu/tests/unit/module_tests/test_uqr_distribution.cpp +++ b/src/plugins/intel_gpu/tests/unit/module_tests/test_uqr_distribution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/module_tests/usm_memory_test.cpp b/src/plugins/intel_gpu/tests/unit/module_tests/usm_memory_test.cpp index e310d5cfca5..145e8dc7661 100644 --- a/src/plugins/intel_gpu/tests/unit/module_tests/usm_memory_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/module_tests/usm_memory_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/onednn/utils_test.cpp b/src/plugins/intel_gpu/tests/unit/onednn/utils_test.cpp index fbf3eb432cd..14edec0377f 100644 --- a/src/plugins/intel_gpu/tests/unit/onednn/utils_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/onednn/utils_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/passes/handle_reshape.cpp b/src/plugins/intel_gpu/tests/unit/passes/handle_reshape.cpp index 387bda107b2..af06308cf1e 100644 --- a/src/plugins/intel_gpu/tests/unit/passes/handle_reshape.cpp +++ b/src/plugins/intel_gpu/tests/unit/passes/handle_reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/passes/mark_shape_of_subgraphs_test.cpp b/src/plugins/intel_gpu/tests/unit/passes/mark_shape_of_subgraphs_test.cpp index 29ee42b9ec1..434c60a24eb 100644 --- a/src/plugins/intel_gpu/tests/unit/passes/mark_shape_of_subgraphs_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/passes/mark_shape_of_subgraphs_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/passes/prepare_buffer_fusing_test.cpp b/src/plugins/intel_gpu/tests/unit/passes/prepare_buffer_fusing_test.cpp index 132edab6de7..3d4668920cf 100644 --- a/src/plugins/intel_gpu/tests/unit/passes/prepare_buffer_fusing_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/passes/prepare_buffer_fusing_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/passes/prepare_primitive_fusing_test.cpp b/src/plugins/intel_gpu/tests/unit/passes/prepare_primitive_fusing_test.cpp index 082daad4eaf..a143415a9d6 100644 --- a/src/plugins/intel_gpu/tests/unit/passes/prepare_primitive_fusing_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/passes/prepare_primitive_fusing_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/passes/reorder_inputs_test.cpp b/src/plugins/intel_gpu/tests/unit/passes/reorder_inputs_test.cpp index 37a384b2bd2..591d4023f83 100644 --- a/src/plugins/intel_gpu/tests/unit/passes/reorder_inputs_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/passes/reorder_inputs_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/passes/select_preferred_formats_test.cpp b/src/plugins/intel_gpu/tests/unit/passes/select_preferred_formats_test.cpp index e8b7e1b6cc5..2def3c9b978 100644 --- a/src/plugins/intel_gpu/tests/unit/passes/select_preferred_formats_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/passes/select_preferred_formats_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/passes/test_module_fusing_reorder.cpp b/src/plugins/intel_gpu/tests/unit/passes/test_module_fusing_reorder.cpp index 9e145b0c2be..5e36ae2ea4b 100644 --- a/src/plugins/intel_gpu/tests/unit/passes/test_module_fusing_reorder.cpp +++ b/src/plugins/intel_gpu/tests/unit/passes/test_module_fusing_reorder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/passes/trim_to_outputs_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/passes/trim_to_outputs_gpu_test.cpp index fa69b3db089..270394e8d81 100644 --- a/src/plugins/intel_gpu/tests/unit/passes/trim_to_outputs_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/passes/trim_to_outputs_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/activation_simple_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/activation_simple_gpu_test.cpp index 0983dd1e0c7..a15ec12fd91 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/activation_simple_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/activation_simple_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/add_reorders_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/add_reorders_gpu_test.cpp index 7462c7d9497..58258078771 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/add_reorders_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/add_reorders_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/arg_max_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/arg_max_gpu_test.cpp index b356adb4495..7fd5d8ea4f8 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/arg_max_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/arg_max_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/barriers_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/barriers_test.cpp index a739d639721..2407f11b0d4 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/barriers_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/barriers_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/batch_to_space_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/batch_to_space_gpu_test.cpp index ec216b58179..fceba93f47c 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/batch_to_space_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/batch_to_space_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/border_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/border_gpu_test.cpp index 5fbecbcccb7..66f97f2d50c 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/border_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/border_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/broadcast_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/broadcast_gpu_test.cpp index fb0722ff2d8..d7c99f5ce60 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/broadcast_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/broadcast_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/cl_mem_input_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/cl_mem_input_test.cpp index e8a9d4c81c0..2f3c5a8678e 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/cl_mem_input_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/cl_mem_input_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/command_queue_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/command_queue_test.cpp index 4d0b83b87fb..8306e6b9e33 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/command_queue_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/command_queue_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "test_utils/test_utils.h" diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/concatenation_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/concatenation_gpu_test.cpp index 53114700517..14c7231a3f2 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/concatenation_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/concatenation_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/condition_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/condition_gpu_test.cpp index 82b389a9d07..38cb6c28e69 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/condition_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/condition_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/convert_color_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/convert_color_gpu_test.cpp index 209cf08ab26..1d8ecbf6ad5 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/convert_color_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/convert_color_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/convolution_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/convolution_gpu_test.cpp index 66245bac721..7e19c3c4e0a 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/convolution_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/convolution_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/crop_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/crop_gpu_test.cpp index 86a8ea2dcdc..c6bb3543a9a 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/crop_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/crop_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "test_utils.h" diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/cum_sum_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/cum_sum_gpu_test.cpp index b5303f8aef1..7f2f1c2ae48 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/cum_sum_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/cum_sum_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/custom_gpu_primitive_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/custom_gpu_primitive_test.cpp index 7661adc7737..03cefb52513 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/custom_gpu_primitive_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/custom_gpu_primitive_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/data_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/data_gpu_test.cpp index 2a02b135161..fead00726d0 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/data_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/data_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/debug_config_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/debug_config_gpu_test.cpp index ac1c9fda8f5..323e5fb8e7a 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/debug_config_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/debug_config_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/deconvolution_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/deconvolution_gpu_test.cpp index 384aa68f5ba..f5c890390da 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/deconvolution_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/deconvolution_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/depth_concatenate_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/depth_concatenate_gpu_test.cpp index 4d6824ca129..b1f88c7a64b 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/depth_concatenate_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/depth_concatenate_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/depth_to_space_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/depth_to_space_gpu_test.cpp index 08f083af52b..16a0d62bed0 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/depth_to_space_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/depth_to_space_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/detection_output_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/detection_output_test.cpp index a94b01e680f..e5def69ecc2 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/detection_output_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/detection_output_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/eltwise_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/eltwise_gpu_test.cpp index b9bf4b29a1e..610d7e012e1 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/eltwise_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/eltwise_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/embedding_bag_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/embedding_bag_gpu_test.cpp index 05eba5f5ea9..a661294ee5b 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/embedding_bag_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/embedding_bag_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/extract_image_patches_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/extract_image_patches_gpu_test.cpp index 9a6e022efc0..1f5bd23ba0f 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/extract_image_patches_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/extract_image_patches_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/fully_connected_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/fully_connected_gpu_test.cpp index 4c3d741a499..a1d517554d9 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/fully_connected_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/fully_connected_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/gather_elements_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/gather_elements_gpu_test.cpp index a1fb490efb5..4d10a54152e 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/gather_elements_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/gather_elements_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/gather_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/gather_gpu_test.cpp index 85b680238c7..a2e131d3ad5 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/gather_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/gather_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/gather_nd_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/gather_nd_gpu_test.cpp index 78d031680f4..3f2919fd801 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/gather_nd_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/gather_nd_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/gather_tree_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/gather_tree_gpu_test.cpp index ad40ff14208..f911828054d 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/gather_tree_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/gather_tree_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/gemm_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/gemm_gpu_test.cpp index f9b48d85c6c..dc7ee7e120b 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/gemm_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/gemm_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/loop_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/loop_gpu_test.cpp index da6965a5cb6..fb4e54b1980 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/loop_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/loop_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/lrn_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/lrn_gpu_test.cpp index a89e07138c6..4df8fc72d0e 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/lrn_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/lrn_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/lru_caches_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/lru_caches_gpu_test.cpp index 700cdf28e78..299490e3d48 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/lru_caches_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/lru_caches_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/matrix_nms_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/matrix_nms_gpu_test.cpp index f44b7590888..976b7b91b53 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/matrix_nms_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/matrix_nms_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/mem_perf_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/mem_perf_test.cpp index c5ac3a8fbac..c739ac9a020 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/mem_perf_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/mem_perf_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/memory_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/memory_test.cpp index 028bcaacc7c..52af896e4a0 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/memory_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/memory_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/mvn_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/mvn_gpu_test.cpp index e3a8e02bee0..4b7a74ed094 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/mvn_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/mvn_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/non_max_suppression_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/non_max_suppression_test.cpp index d14c0cab8d6..adbb0c029c8 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/non_max_suppression_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/non_max_suppression_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/normalizel2_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/normalizel2_gpu_test.cpp index 597e3fd9a02..4ed88bfa2a8 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/normalizel2_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/normalizel2_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/one_hot_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/one_hot_gpu_test.cpp index 520727e1874..6ffebdc586b 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/one_hot_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/one_hot_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/permute_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/permute_gpu_test.cpp index 0c7eab8bc26..267a237c855 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/permute_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/permute_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/pooling_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/pooling_gpu_test.cpp index 246d5d420c3..1abbdf0643a 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/pooling_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/pooling_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/propagate_constants_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/propagate_constants_gpu_test.cpp index eeaed4027a7..157345957da 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/propagate_constants_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/propagate_constants_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/proposal_cpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/proposal_cpu_test.cpp index 9dbcb7a8db4..3fe25e23953 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/proposal_cpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/proposal_cpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/proposal_test_data.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/proposal_test_data.cpp index 9dcf2c1a4df..2cf656f1eac 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/proposal_test_data.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/proposal_test_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/quantize_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/quantize_gpu_test.cpp index 42ad04775d3..eebaac1683e 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/quantize_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/quantize_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/random_uniform_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/random_uniform_gpu_test.cpp index 873cf831dbc..a6bcc0258af 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/random_uniform_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/random_uniform_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/range_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/range_gpu_test.cpp index 4b505185cd2..b163244894c 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/range_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/range_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/reduce_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/reduce_gpu_test.cpp index b14ad20c958..a85db18a475 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/reduce_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/reduce_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/region_yolo_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/region_yolo_gpu_test.cpp index 11aac6ab995..cd289e978ed 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/region_yolo_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/region_yolo_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/removing_output_node_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/removing_output_node_test.cpp index d645f46fe08..985cf581ad4 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/removing_output_node_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/removing_output_node_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/reorder_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/reorder_gpu_test.cpp index 561ef4374d1..1a48df73b37 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/reorder_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/reorder_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/resample_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/resample_gpu_test.cpp index 22d6b11048e..181beb1f530 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/resample_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/resample_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/reshape_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/reshape_gpu_test.cpp index fcf44a3c869..e28ab166787 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/reshape_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/reshape_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/reverse_sequence_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/reverse_sequence_gpu_test.cpp index 6874839a5ee..671ef8b93a9 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/reverse_sequence_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/reverse_sequence_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/roi_align_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/roi_align_gpu_test.cpp index eef424d8081..2a16dc60ae0 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/roi_align_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/roi_align_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/scatter_elements_update_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/scatter_elements_update_gpu_test.cpp index ed6b04c9f75..fbda0b62997 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/scatter_elements_update_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/scatter_elements_update_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/scatter_nd_update_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/scatter_nd_update_gpu_test.cpp index b3f68e0f00b..30c115cb738 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/scatter_nd_update_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/scatter_nd_update_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/scatter_update_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/scatter_update_gpu_test.cpp index d75290c0d51..90e2cba631c 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/scatter_update_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/scatter_update_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/select_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/select_gpu_test.cpp index 23d7c3621b4..0789a6c388a 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/select_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/select_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/set_output_memory_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/set_output_memory_gpu_test.cpp index a1adf941f13..efffab92994 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/set_output_memory_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/set_output_memory_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/shape_of_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/shape_of_gpu_test.cpp index d9eb29f481e..4524e08b606 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/shape_of_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/shape_of_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/shuffle_channels_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/shuffle_channels_test.cpp index 7614bf9ae92..869116ef3e8 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/shuffle_channels_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/shuffle_channels_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/slice_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/slice_gpu_test.cpp index 3cff74940da..e1f8d74989b 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/slice_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/slice_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "test_utils.h" diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/softmax_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/softmax_gpu_test.cpp index 19dead60da4..ba5c7bf83fa 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/softmax_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/softmax_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/space_to_batch_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/space_to_batch_gpu_test.cpp index 72860cbc1ee..b04b2eb243d 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/space_to_batch_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/space_to_batch_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/space_to_depth_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/space_to_depth_gpu_test.cpp index df859e569bc..fa1d0605ff2 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/space_to_depth_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/space_to_depth_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/spatial_concatenate_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/spatial_concatenate_gpu_test.cpp index 1963622528e..f334910fdf1 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/spatial_concatenate_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/spatial_concatenate_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/streams_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/streams_test.cpp index 8da3b50fcf3..7a214f1fb6c 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/streams_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/streams_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/strided_slice_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/strided_slice_gpu_test.cpp index 809f81d263d..ad62e51b3be 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/strided_slice_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/strided_slice_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/tensor_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/tensor_test.cpp index 59adbe2cffd..6e2c457c3bd 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/tensor_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/tensor_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/test_device_mem_usage_estimation.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/test_device_mem_usage_estimation.cpp index bca2df35496..7392590e93d 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/test_device_mem_usage_estimation.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/test_device_mem_usage_estimation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/tile_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/tile_gpu_test.cpp index 20f529dde04..051bb15cf90 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/tile_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/tile_gpu_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_utils/conv_test_data.cpp b/src/plugins/intel_gpu/tests/unit/test_utils/conv_test_data.cpp index 86ffb250b3f..7a339b3b8b5 100644 --- a/src/plugins/intel_gpu/tests/unit/test_utils/conv_test_data.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_utils/conv_test_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_utils/network_test.h b/src/plugins/intel_gpu/tests/unit/test_utils/network_test.h index d7958a3ffc2..7654a069c82 100644 --- a/src/plugins/intel_gpu/tests/unit/test_utils/network_test.h +++ b/src/plugins/intel_gpu/tests/unit/test_utils/network_test.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_utils/opencl_helper_instance.hpp b/src/plugins/intel_gpu/tests/unit/test_utils/opencl_helper_instance.hpp index 5be4a6ca088..0321bd4558c 100644 --- a/src/plugins/intel_gpu/tests/unit/test_utils/opencl_helper_instance.hpp +++ b/src/plugins/intel_gpu/tests/unit/test_utils/opencl_helper_instance.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_utils/program_wrapper.h b/src/plugins/intel_gpu/tests/unit/test_utils/program_wrapper.h index fea4dae3a77..108b3a51ad1 100644 --- a/src/plugins/intel_gpu/tests/unit/test_utils/program_wrapper.h +++ b/src/plugins/intel_gpu/tests/unit/test_utils/program_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_utils/random_gen.h b/src/plugins/intel_gpu/tests/unit/test_utils/random_gen.h index 8e8620f9412..4fab473ffcb 100644 --- a/src/plugins/intel_gpu/tests/unit/test_utils/random_gen.h +++ b/src/plugins/intel_gpu/tests/unit/test_utils/random_gen.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_utils/test_utils.cpp b/src/plugins/intel_gpu/tests/unit/test_utils/test_utils.cpp index 7af091ac84d..59024d38735 100644 --- a/src/plugins/intel_gpu/tests/unit/test_utils/test_utils.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_utils/test_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_utils/test_utils.h b/src/plugins/intel_gpu/tests/unit/test_utils/test_utils.h index 623b506285e..7af73b9a127 100644 --- a/src/plugins/intel_gpu/tests/unit/test_utils/test_utils.h +++ b/src/plugins/intel_gpu/tests/unit/test_utils/test_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/test_utils/uniform_quantized_real_distribution.hpp b/src/plugins/intel_gpu/tests/unit/test_utils/uniform_quantized_real_distribution.hpp index 0111f3d46e4..abc2d382229 100644 --- a/src/plugins/intel_gpu/tests/unit/test_utils/uniform_quantized_real_distribution.hpp +++ b/src/plugins/intel_gpu/tests/unit/test_utils/uniform_quantized_real_distribution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/transformations/convert_matmul_to_fc_test.cpp b/src/plugins/intel_gpu/tests/unit/transformations/convert_matmul_to_fc_test.cpp index a840902ac42..e49954d6c06 100644 --- a/src/plugins/intel_gpu/tests/unit/transformations/convert_matmul_to_fc_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/transformations/convert_matmul_to_fc_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/transformations/convert_pooling_to_reduce_test.cpp b/src/plugins/intel_gpu/tests/unit/transformations/convert_pooling_to_reduce_test.cpp index 3fcac86f81d..8b0a2ec36af 100644 --- a/src/plugins/intel_gpu/tests/unit/transformations/convert_pooling_to_reduce_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/transformations/convert_pooling_to_reduce_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/transformations/decompose_reduce_for_false_keepdims_test.cpp b/src/plugins/intel_gpu/tests/unit/transformations/decompose_reduce_for_false_keepdims_test.cpp index 44ebe26640b..252d1d135c1 100644 --- a/src/plugins/intel_gpu/tests/unit/transformations/decompose_reduce_for_false_keepdims_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/transformations/decompose_reduce_for_false_keepdims_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/tests/unit/transformations/move_fc_reshape_to_weights.cpp b/src/plugins/intel_gpu/tests/unit/transformations/move_fc_reshape_to_weights.cpp index 90c8c18c192..457a415afbd 100644 --- a/src/plugins/intel_gpu/tests/unit/transformations/move_fc_reshape_to_weights.cpp +++ b/src/plugins/intel_gpu/tests/unit/transformations/move_fc_reshape_to_weights.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/intel_gpu/thirdparty/CMakeLists.txt b/src/plugins/intel_gpu/thirdparty/CMakeLists.txt index 4fdbbc39f3d..36992902fa5 100644 --- a/src/plugins/intel_gpu/thirdparty/CMakeLists.txt +++ b/src/plugins/intel_gpu/thirdparty/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/intel_gpu/thirdparty/cmake/rapidjson.cmake b/src/plugins/intel_gpu/thirdparty/cmake/rapidjson.cmake index 655224dbc13..694984af626 100644 --- a/src/plugins/intel_gpu/thirdparty/cmake/rapidjson.cmake +++ b/src/plugins/intel_gpu/thirdparty/cmake/rapidjson.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/proxy/CMakeLists.txt b/src/plugins/proxy/CMakeLists.txt index d8eb9594aff..fa5b120805f 100644 --- a/src/plugins/proxy/CMakeLists.txt +++ b/src/plugins/proxy/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/proxy/dev_api/openvino/proxy/infer_request.hpp b/src/plugins/proxy/dev_api/openvino/proxy/infer_request.hpp index 34887ebaa03..1d771b099ea 100644 --- a/src/plugins/proxy/dev_api/openvino/proxy/infer_request.hpp +++ b/src/plugins/proxy/dev_api/openvino/proxy/infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/proxy/dev_api/openvino/proxy/plugin.hpp b/src/plugins/proxy/dev_api/openvino/proxy/plugin.hpp index 251dbf92597..0c7edbf428a 100644 --- a/src/plugins/proxy/dev_api/openvino/proxy/plugin.hpp +++ b/src/plugins/proxy/dev_api/openvino/proxy/plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/dev_api/openvino/proxy/properties.hpp b/src/plugins/proxy/dev_api/openvino/proxy/properties.hpp index 78a67e37950..15bf97c6809 100644 --- a/src/plugins/proxy/dev_api/openvino/proxy/properties.hpp +++ b/src/plugins/proxy/dev_api/openvino/proxy/properties.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/src/compiled_model.hpp b/src/plugins/proxy/src/compiled_model.hpp index ee6e1062156..c125abd57f4 100644 --- a/src/plugins/proxy/src/compiled_model.hpp +++ b/src/plugins/proxy/src/compiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/src/infer_request.cpp b/src/plugins/proxy/src/infer_request.cpp index 81cc7adf970..39a1c0ac5d7 100644 --- a/src/plugins/proxy/src/infer_request.cpp +++ b/src/plugins/proxy/src/infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/src/plugin.cpp b/src/plugins/proxy/src/plugin.cpp index 9b57ae712a6..042d94c3c5e 100644 --- a/src/plugins/proxy/src/plugin.cpp +++ b/src/plugins/proxy/src/plugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/src/plugin.hpp b/src/plugins/proxy/src/plugin.hpp index b9429f94d35..f6ce1598930 100644 --- a/src/plugins/proxy/src/plugin.hpp +++ b/src/plugins/proxy/src/plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/proxy/src/remote_context.cpp b/src/plugins/proxy/src/remote_context.cpp index a7f8f9935ac..14be73abd82 100644 --- a/src/plugins/proxy/src/remote_context.cpp +++ b/src/plugins/proxy/src/remote_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/src/remote_context.hpp b/src/plugins/proxy/src/remote_context.hpp index 8d4718a678d..021ce8922aa 100644 --- a/src/plugins/proxy/src/remote_context.hpp +++ b/src/plugins/proxy/src/remote_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/proxy/src/remote_tensor.cpp b/src/plugins/proxy/src/remote_tensor.cpp index b8fe5237ebe..10f2567d107 100644 --- a/src/plugins/proxy/src/remote_tensor.cpp +++ b/src/plugins/proxy/src/remote_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/src/remote_tensor.hpp b/src/plugins/proxy/src/remote_tensor.hpp index 62e22624543..fcbe86933c0 100644 --- a/src/plugins/proxy/src/remote_tensor.hpp +++ b/src/plugins/proxy/src/remote_tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/plugins/proxy/tests/CMakeLists.txt b/src/plugins/proxy/tests/CMakeLists.txt index 4602ea83615..f41cf0c80d2 100644 --- a/src/plugins/proxy/tests/CMakeLists.txt +++ b/src/plugins/proxy/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/proxy/tests/batch_compliance_test.cpp b/src/plugins/proxy/tests/batch_compliance_test.cpp index f613bde1559..81f2b7a356b 100644 --- a/src/plugins/proxy/tests/batch_compliance_test.cpp +++ b/src/plugins/proxy/tests/batch_compliance_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/tests/import_tests.cpp b/src/plugins/proxy/tests/import_tests.cpp index 4b15e7073bc..d9d1bbed296 100644 --- a/src/plugins/proxy/tests/import_tests.cpp +++ b/src/plugins/proxy/tests/import_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/tests/load_proxy_plugin_tests.cpp b/src/plugins/proxy/tests/load_proxy_plugin_tests.cpp index cc7e73f2711..d058bf5fad8 100644 --- a/src/plugins/proxy/tests/load_proxy_plugin_tests.cpp +++ b/src/plugins/proxy/tests/load_proxy_plugin_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/tests/properties_tests.cpp b/src/plugins/proxy/tests/properties_tests.cpp index c4058ec846c..bf99dcd27cc 100644 --- a/src/plugins/proxy/tests/properties_tests.cpp +++ b/src/plugins/proxy/tests/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/runtime/properties.hpp" diff --git a/src/plugins/proxy/tests/proxy_tests.cpp b/src/plugins/proxy/tests/proxy_tests.cpp index 8e7d8ea7df2..5d182f86e7e 100644 --- a/src/plugins/proxy/tests/proxy_tests.cpp +++ b/src/plugins/proxy/tests/proxy_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/proxy/tests/query_model_tests.cpp b/src/plugins/proxy/tests/query_model_tests.cpp index ccc07f2c10d..45175ba410f 100644 --- a/src/plugins/proxy/tests/query_model_tests.cpp +++ b/src/plugins/proxy/tests/query_model_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "proxy_tests.hpp" diff --git a/src/plugins/proxy/tests/remote_context_tests.cpp b/src/plugins/proxy/tests/remote_context_tests.cpp index 02ab01da692..8e10e67906c 100644 --- a/src/plugins/proxy/tests/remote_context_tests.cpp +++ b/src/plugins/proxy/tests/remote_context_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "proxy_tests.hpp" diff --git a/src/plugins/proxy/tests/remote_tensor_tests.cpp b/src/plugins/proxy/tests/remote_tensor_tests.cpp index 355668c7a9b..0e5066a3ad0 100644 --- a/src/plugins/proxy/tests/remote_tensor_tests.cpp +++ b/src/plugins/proxy/tests/remote_tensor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "proxy_tests.hpp" diff --git a/src/plugins/template/CMakeLists.txt b/src/plugins/template/CMakeLists.txt index 47cbb954d63..cddaab46417 100644 --- a/src/plugins/template/CMakeLists.txt +++ b/src/plugins/template/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/template/backend/CMakeLists.txt b/src/plugins/template/backend/CMakeLists.txt index 4af6c8664fc..7deeb7f7bfc 100644 --- a/src/plugins/template/backend/CMakeLists.txt +++ b/src/plugins/template/backend/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/template/backend/backend.cpp b/src/plugins/template/backend/backend.cpp index a8153bfca2e..545b1d0cace 100644 --- a/src/plugins/template/backend/backend.cpp +++ b/src/plugins/template/backend/backend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/backend.hpp b/src/plugins/template/backend/backend.hpp index 22c440c55ad..0041804398d 100644 --- a/src/plugins/template/backend/backend.hpp +++ b/src/plugins/template/backend/backend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/evaluates_map.cpp b/src/plugins/template/backend/evaluates_map.cpp index f88efae92d0..3c9e008ccb5 100644 --- a/src/plugins/template/backend/evaluates_map.cpp +++ b/src/plugins/template/backend/evaluates_map.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/evaluates_map.hpp b/src/plugins/template/backend/evaluates_map.hpp index 7fb249229e3..086908a9dfd 100644 --- a/src/plugins/template/backend/evaluates_map.hpp +++ b/src/plugins/template/backend/evaluates_map.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/executable.cpp b/src/plugins/template/backend/executable.cpp index 61e39a76881..773d1d0cb8a 100644 --- a/src/plugins/template/backend/executable.cpp +++ b/src/plugins/template/backend/executable.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/executable.hpp b/src/plugins/template/backend/executable.hpp index 347c4493f04..ef09be9202a 100644 --- a/src/plugins/template/backend/executable.hpp +++ b/src/plugins/template/backend/executable.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/int_backend.cpp b/src/plugins/template/backend/int_backend.cpp index 0d75baea7d7..27ae5b979ef 100644 --- a/src/plugins/template/backend/int_backend.cpp +++ b/src/plugins/template/backend/int_backend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/int_backend.hpp b/src/plugins/template/backend/int_backend.hpp index ac45776d2e2..59b71c6f87a 100644 --- a/src/plugins/template/backend/int_backend.hpp +++ b/src/plugins/template/backend/int_backend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/int_executable.cpp b/src/plugins/template/backend/int_executable.cpp index 613d7ba361d..10a51f11c35 100644 --- a/src/plugins/template/backend/int_executable.cpp +++ b/src/plugins/template/backend/int_executable.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/int_executable.hpp b/src/plugins/template/backend/int_executable.hpp index 6a98dac4d99..a48c32eb002 100644 --- a/src/plugins/template/backend/int_executable.hpp +++ b/src/plugins/template/backend/int_executable.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/abs.cpp b/src/plugins/template/backend/ops/abs.cpp index a23c6d91387..cef36fb9332 100644 --- a/src/plugins/template/backend/ops/abs.cpp +++ b/src/plugins/template/backend/ops/abs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/adaptive_avg_pool.cpp b/src/plugins/template/backend/ops/adaptive_avg_pool.cpp index 0bd4d1a6fdd..91a31cfcd41 100644 --- a/src/plugins/template/backend/ops/adaptive_avg_pool.cpp +++ b/src/plugins/template/backend/ops/adaptive_avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/adaptive_max_pool.cpp b/src/plugins/template/backend/ops/adaptive_max_pool.cpp index 52aec1ea410..29e1c90fb3b 100644 --- a/src/plugins/template/backend/ops/adaptive_max_pool.cpp +++ b/src/plugins/template/backend/ops/adaptive_max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/assign.cpp b/src/plugins/template/backend/ops/assign.cpp index b614afd862b..3e20693337a 100644 --- a/src/plugins/template/backend/ops/assign.cpp +++ b/src/plugins/template/backend/ops/assign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/avg_pool.cpp b/src/plugins/template/backend/ops/avg_pool.cpp index 03d610fcd1a..ac837d313fc 100644 --- a/src/plugins/template/backend/ops/avg_pool.cpp +++ b/src/plugins/template/backend/ops/avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/batch_norm.cpp b/src/plugins/template/backend/ops/batch_norm.cpp index 7a782107081..2c64675be03 100644 --- a/src/plugins/template/backend/ops/batch_norm.cpp +++ b/src/plugins/template/backend/ops/batch_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/binary_convolution.cpp b/src/plugins/template/backend/ops/binary_convolution.cpp index 1974c749d19..a668bb415f7 100644 --- a/src/plugins/template/backend/ops/binary_convolution.cpp +++ b/src/plugins/template/backend/ops/binary_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/bitwise_and.cpp b/src/plugins/template/backend/ops/bitwise_and.cpp index b6686175377..7b48a776098 100644 --- a/src/plugins/template/backend/ops/bitwise_and.cpp +++ b/src/plugins/template/backend/ops/bitwise_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/bitwise_not.cpp b/src/plugins/template/backend/ops/bitwise_not.cpp index 83f1d77750e..535b296b355 100644 --- a/src/plugins/template/backend/ops/bitwise_not.cpp +++ b/src/plugins/template/backend/ops/bitwise_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/bitwise_or.cpp b/src/plugins/template/backend/ops/bitwise_or.cpp index 69f45d29167..44537f1b7b0 100644 --- a/src/plugins/template/backend/ops/bitwise_or.cpp +++ b/src/plugins/template/backend/ops/bitwise_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/bitwise_xor.cpp b/src/plugins/template/backend/ops/bitwise_xor.cpp index 43a15c60b5e..d308d84cd5c 100644 --- a/src/plugins/template/backend/ops/bitwise_xor.cpp +++ b/src/plugins/template/backend/ops/bitwise_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/bucketize.cpp b/src/plugins/template/backend/ops/bucketize.cpp index ca9119fe192..a3b19fcefc5 100644 --- a/src/plugins/template/backend/ops/bucketize.cpp +++ b/src/plugins/template/backend/ops/bucketize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/ceiling.cpp b/src/plugins/template/backend/ops/ceiling.cpp index 3278219a3e6..580b55672cb 100644 --- a/src/plugins/template/backend/ops/ceiling.cpp +++ b/src/plugins/template/backend/ops/ceiling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/convert.cpp b/src/plugins/template/backend/ops/convert.cpp index 5a2b4ea79c0..0bbda4f3195 100644 --- a/src/plugins/template/backend/ops/convert.cpp +++ b/src/plugins/template/backend/ops/convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/convert_color_nv12.cpp b/src/plugins/template/backend/ops/convert_color_nv12.cpp index f2b571f73ca..b9cece15a3a 100644 --- a/src/plugins/template/backend/ops/convert_color_nv12.cpp +++ b/src/plugins/template/backend/ops/convert_color_nv12.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/convolution.cpp b/src/plugins/template/backend/ops/convolution.cpp index ea7e7ba20c1..5467607d012 100644 --- a/src/plugins/template/backend/ops/convolution.cpp +++ b/src/plugins/template/backend/ops/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/convolution_backprop_data.cpp b/src/plugins/template/backend/ops/convolution_backprop_data.cpp index a9d8ebb6ef3..c4ee0f9d6c5 100644 --- a/src/plugins/template/backend/ops/convolution_backprop_data.cpp +++ b/src/plugins/template/backend/ops/convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/ctc_greedy_decoder.cpp b/src/plugins/template/backend/ops/ctc_greedy_decoder.cpp index de6f162ab44..ea445fa9e83 100644 --- a/src/plugins/template/backend/ops/ctc_greedy_decoder.cpp +++ b/src/plugins/template/backend/ops/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/ctc_greedy_decoder_seq_len.cpp b/src/plugins/template/backend/ops/ctc_greedy_decoder_seq_len.cpp index b76c5459cdf..2c8465e8627 100644 --- a/src/plugins/template/backend/ops/ctc_greedy_decoder_seq_len.cpp +++ b/src/plugins/template/backend/ops/ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/ctc_loss.cpp b/src/plugins/template/backend/ops/ctc_loss.cpp index 215f4e661a0..02986d588ff 100644 --- a/src/plugins/template/backend/ops/ctc_loss.cpp +++ b/src/plugins/template/backend/ops/ctc_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/cum_sum.cpp b/src/plugins/template/backend/ops/cum_sum.cpp index b855d368731..aadc6b732da 100644 --- a/src/plugins/template/backend/ops/cum_sum.cpp +++ b/src/plugins/template/backend/ops/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/deformable_convolution.cpp b/src/plugins/template/backend/ops/deformable_convolution.cpp index ea9eeb2ac13..b19af59a3c5 100644 --- a/src/plugins/template/backend/ops/deformable_convolution.cpp +++ b/src/plugins/template/backend/ops/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/deformable_psroi_pooling.cpp b/src/plugins/template/backend/ops/deformable_psroi_pooling.cpp index 70c24918edd..2c1e1ffddf3 100644 --- a/src/plugins/template/backend/ops/deformable_psroi_pooling.cpp +++ b/src/plugins/template/backend/ops/deformable_psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/detection_output.cpp b/src/plugins/template/backend/ops/detection_output.cpp index bc750cdffa3..a9937582464 100644 --- a/src/plugins/template/backend/ops/detection_output.cpp +++ b/src/plugins/template/backend/ops/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/einsum.cpp b/src/plugins/template/backend/ops/einsum.cpp index c744275de27..43a571e242e 100644 --- a/src/plugins/template/backend/ops/einsum.cpp +++ b/src/plugins/template/backend/ops/einsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/elu.cpp b/src/plugins/template/backend/ops/elu.cpp index 45b23f6ff57..187b1626886 100644 --- a/src/plugins/template/backend/ops/elu.cpp +++ b/src/plugins/template/backend/ops/elu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/embedding_bag_offsets_sum.cpp b/src/plugins/template/backend/ops/embedding_bag_offsets_sum.cpp index a391a502b8b..95a37ddf0da 100644 --- a/src/plugins/template/backend/ops/embedding_bag_offsets_sum.cpp +++ b/src/plugins/template/backend/ops/embedding_bag_offsets_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/embedding_bag_packed_sum.cpp b/src/plugins/template/backend/ops/embedding_bag_packed_sum.cpp index 8ff618230b8..48fa179a0d6 100644 --- a/src/plugins/template/backend/ops/embedding_bag_packed_sum.cpp +++ b/src/plugins/template/backend/ops/embedding_bag_packed_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/embedding_segments_sum.cpp b/src/plugins/template/backend/ops/embedding_segments_sum.cpp index 8307406e7b5..1c83cbcf198 100644 --- a/src/plugins/template/backend/ops/embedding_segments_sum.cpp +++ b/src/plugins/template/backend/ops/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/equal.cpp b/src/plugins/template/backend/ops/equal.cpp index 70402f9feb8..66a6449f91f 100644 --- a/src/plugins/template/backend/ops/equal.cpp +++ b/src/plugins/template/backend/ops/equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/evaluate_node.hpp b/src/plugins/template/backend/ops/evaluate_node.hpp index 58484f0a389..a7bfe9731b4 100644 --- a/src/plugins/template/backend/ops/evaluate_node.hpp +++ b/src/plugins/template/backend/ops/evaluate_node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/exp.cpp b/src/plugins/template/backend/ops/exp.cpp index 1f78c498ee1..df25d7e1e60 100644 --- a/src/plugins/template/backend/ops/exp.cpp +++ b/src/plugins/template/backend/ops/exp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/experimental_detectron_detection_output.cpp b/src/plugins/template/backend/ops/experimental_detectron_detection_output.cpp index 4eafe3f5cdd..c24685a81ed 100644 --- a/src/plugins/template/backend/ops/experimental_detectron_detection_output.cpp +++ b/src/plugins/template/backend/ops/experimental_detectron_detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/experimental_detectron_prior_grid_generator.cpp b/src/plugins/template/backend/ops/experimental_detectron_prior_grid_generator.cpp index 6fa9c91c5ae..cc6eeac040d 100644 --- a/src/plugins/template/backend/ops/experimental_detectron_prior_grid_generator.cpp +++ b/src/plugins/template/backend/ops/experimental_detectron_prior_grid_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/experimental_detectron_proposal_single_image.cpp b/src/plugins/template/backend/ops/experimental_detectron_proposal_single_image.cpp index 9a933181ec7..4a060cfc8ae 100644 --- a/src/plugins/template/backend/ops/experimental_detectron_proposal_single_image.cpp +++ b/src/plugins/template/backend/ops/experimental_detectron_proposal_single_image.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/experimental_detectron_roi_feature_extractor.cpp b/src/plugins/template/backend/ops/experimental_detectron_roi_feature_extractor.cpp index 847eb7f62e8..97ba28f3f4f 100644 --- a/src/plugins/template/backend/ops/experimental_detectron_roi_feature_extractor.cpp +++ b/src/plugins/template/backend/ops/experimental_detectron_roi_feature_extractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/experimental_detectron_topk_rois.cpp b/src/plugins/template/backend/ops/experimental_detectron_topk_rois.cpp index ea05aea182f..4df602f0bf0 100644 --- a/src/plugins/template/backend/ops/experimental_detectron_topk_rois.cpp +++ b/src/plugins/template/backend/ops/experimental_detectron_topk_rois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/extract_image_patches.cpp b/src/plugins/template/backend/ops/extract_image_patches.cpp index f1b087e3c44..c20bdc1c996 100644 --- a/src/plugins/template/backend/ops/extract_image_patches.cpp +++ b/src/plugins/template/backend/ops/extract_image_patches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/fft.cpp b/src/plugins/template/backend/ops/fft.cpp index 6ee238c0b4c..53446432f24 100644 --- a/src/plugins/template/backend/ops/fft.cpp +++ b/src/plugins/template/backend/ops/fft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/gather.cpp b/src/plugins/template/backend/ops/gather.cpp index 027a6c8cca1..0d4cfacefb3 100644 --- a/src/plugins/template/backend/ops/gather.cpp +++ b/src/plugins/template/backend/ops/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/gather_elements.cpp b/src/plugins/template/backend/ops/gather_elements.cpp index e919dc14e16..dae31c051b6 100644 --- a/src/plugins/template/backend/ops/gather_elements.cpp +++ b/src/plugins/template/backend/ops/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/gather_nd.cpp b/src/plugins/template/backend/ops/gather_nd.cpp index 373fb57eeb6..f2d57ddd3ff 100644 --- a/src/plugins/template/backend/ops/gather_nd.cpp +++ b/src/plugins/template/backend/ops/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/gather_tree.cpp b/src/plugins/template/backend/ops/gather_tree.cpp index 1c06cec35d3..d3ab7a3cadd 100644 --- a/src/plugins/template/backend/ops/gather_tree.cpp +++ b/src/plugins/template/backend/ops/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/gelu.cpp b/src/plugins/template/backend/ops/gelu.cpp index dae4e32e967..93f024189bc 100644 --- a/src/plugins/template/backend/ops/gelu.cpp +++ b/src/plugins/template/backend/ops/gelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/generate_proposal.cpp b/src/plugins/template/backend/ops/generate_proposal.cpp index bbdb0a140c1..f8585e2d192 100644 --- a/src/plugins/template/backend/ops/generate_proposal.cpp +++ b/src/plugins/template/backend/ops/generate_proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/greater.cpp b/src/plugins/template/backend/ops/greater.cpp index 7f8d2838993..b5323dcd215 100644 --- a/src/plugins/template/backend/ops/greater.cpp +++ b/src/plugins/template/backend/ops/greater.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/grid_sample.cpp b/src/plugins/template/backend/ops/grid_sample.cpp index 1ea86f9c0ec..7685c64022b 100644 --- a/src/plugins/template/backend/ops/grid_sample.cpp +++ b/src/plugins/template/backend/ops/grid_sample.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/grn.cpp b/src/plugins/template/backend/ops/grn.cpp index 4eb748373f5..4a80825dc41 100644 --- a/src/plugins/template/backend/ops/grn.cpp +++ b/src/plugins/template/backend/ops/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/group_convolution.cpp b/src/plugins/template/backend/ops/group_convolution.cpp index be1a6601dd2..cd7c95b0efc 100644 --- a/src/plugins/template/backend/ops/group_convolution.cpp +++ b/src/plugins/template/backend/ops/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/group_convolution_backprop_data.cpp b/src/plugins/template/backend/ops/group_convolution_backprop_data.cpp index 26f1c44e57f..553a3cc5d65 100644 --- a/src/plugins/template/backend/ops/group_convolution_backprop_data.cpp +++ b/src/plugins/template/backend/ops/group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/group_normalization.cpp b/src/plugins/template/backend/ops/group_normalization.cpp index eb339388822..41d86c892a2 100644 --- a/src/plugins/template/backend/ops/group_normalization.cpp +++ b/src/plugins/template/backend/ops/group_normalization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/gru_cell.cpp b/src/plugins/template/backend/ops/gru_cell.cpp index cbd431121fb..8ddb6e1564a 100644 --- a/src/plugins/template/backend/ops/gru_cell.cpp +++ b/src/plugins/template/backend/ops/gru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/hard_sigmoid.cpp b/src/plugins/template/backend/ops/hard_sigmoid.cpp index 9d3b9f56b53..3d05ec4c9d2 100644 --- a/src/plugins/template/backend/ops/hard_sigmoid.cpp +++ b/src/plugins/template/backend/ops/hard_sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/if.cpp b/src/plugins/template/backend/ops/if.cpp index 874368d01cc..e5fbb514abc 100644 --- a/src/plugins/template/backend/ops/if.cpp +++ b/src/plugins/template/backend/ops/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/interpolate.cpp b/src/plugins/template/backend/ops/interpolate.cpp index 180488da0ff..a6599f42348 100644 --- a/src/plugins/template/backend/ops/interpolate.cpp +++ b/src/plugins/template/backend/ops/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/irdft.cpp b/src/plugins/template/backend/ops/irdft.cpp index 4bf662d4e7b..19f09514ee1 100644 --- a/src/plugins/template/backend/ops/irdft.cpp +++ b/src/plugins/template/backend/ops/irdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/is_finite.cpp b/src/plugins/template/backend/ops/is_finite.cpp index 3f081149cf0..d891bc6a42d 100644 --- a/src/plugins/template/backend/ops/is_finite.cpp +++ b/src/plugins/template/backend/ops/is_finite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/is_inf.cpp b/src/plugins/template/backend/ops/is_inf.cpp index 40255efce35..5d5a3cfbeab 100644 --- a/src/plugins/template/backend/ops/is_inf.cpp +++ b/src/plugins/template/backend/ops/is_inf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/is_nan.cpp b/src/plugins/template/backend/ops/is_nan.cpp index c188256538e..93c870a7cec 100644 --- a/src/plugins/template/backend/ops/is_nan.cpp +++ b/src/plugins/template/backend/ops/is_nan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/log.cpp b/src/plugins/template/backend/ops/log.cpp index dea640a5584..078888de678 100644 --- a/src/plugins/template/backend/ops/log.cpp +++ b/src/plugins/template/backend/ops/log.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/log_softmax.cpp b/src/plugins/template/backend/ops/log_softmax.cpp index aa34a3905cb..9bd3583f7ff 100644 --- a/src/plugins/template/backend/ops/log_softmax.cpp +++ b/src/plugins/template/backend/ops/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/lrn.cpp b/src/plugins/template/backend/ops/lrn.cpp index 4c5aca69a5f..5d081502bee 100644 --- a/src/plugins/template/backend/ops/lrn.cpp +++ b/src/plugins/template/backend/ops/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/lstm_cell.cpp b/src/plugins/template/backend/ops/lstm_cell.cpp index 1615c136cb3..6f752678e45 100644 --- a/src/plugins/template/backend/ops/lstm_cell.cpp +++ b/src/plugins/template/backend/ops/lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/matrix_nms.cpp b/src/plugins/template/backend/ops/matrix_nms.cpp index abf78dac65a..7c717f5e9a9 100644 --- a/src/plugins/template/backend/ops/matrix_nms.cpp +++ b/src/plugins/template/backend/ops/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/mod.cpp b/src/plugins/template/backend/ops/mod.cpp index b1668981a5b..3bb381370b1 100644 --- a/src/plugins/template/backend/ops/mod.cpp +++ b/src/plugins/template/backend/ops/mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/multiclass_nms.cpp b/src/plugins/template/backend/ops/multiclass_nms.cpp index 51d1d6e4cab..3a9aa69e213 100644 --- a/src/plugins/template/backend/ops/multiclass_nms.cpp +++ b/src/plugins/template/backend/ops/multiclass_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/multinomial.cpp b/src/plugins/template/backend/ops/multinomial.cpp index 0cb340588ea..d9c1c5eab36 100644 --- a/src/plugins/template/backend/ops/multinomial.cpp +++ b/src/plugins/template/backend/ops/multinomial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/multiply.cpp b/src/plugins/template/backend/ops/multiply.cpp index 2755e88d02e..39c13d4ad93 100644 --- a/src/plugins/template/backend/ops/multiply.cpp +++ b/src/plugins/template/backend/ops/multiply.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/mvn.cpp b/src/plugins/template/backend/ops/mvn.cpp index efd745ca25e..34454fd904d 100644 --- a/src/plugins/template/backend/ops/mvn.cpp +++ b/src/plugins/template/backend/ops/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/nms_rotated.cpp b/src/plugins/template/backend/ops/nms_rotated.cpp index 540f62b64ad..e688e3083d2 100644 --- a/src/plugins/template/backend/ops/nms_rotated.cpp +++ b/src/plugins/template/backend/ops/nms_rotated.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/non_max_suppression.cpp b/src/plugins/template/backend/ops/non_max_suppression.cpp index c62b7a8187c..72a3ae9d4d8 100644 --- a/src/plugins/template/backend/ops/non_max_suppression.cpp +++ b/src/plugins/template/backend/ops/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/normalize_l2.cpp b/src/plugins/template/backend/ops/normalize_l2.cpp index 2d2035640ba..4a1c245164c 100644 --- a/src/plugins/template/backend/ops/normalize_l2.cpp +++ b/src/plugins/template/backend/ops/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/pad.cpp b/src/plugins/template/backend/ops/pad.cpp index 9bc0f593548..39f0090dc18 100644 --- a/src/plugins/template/backend/ops/pad.cpp +++ b/src/plugins/template/backend/ops/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/prelu.cpp b/src/plugins/template/backend/ops/prelu.cpp index d60f90f9fd3..99bc98bb1f7 100644 --- a/src/plugins/template/backend/ops/prelu.cpp +++ b/src/plugins/template/backend/ops/prelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/proposal.cpp b/src/plugins/template/backend/ops/proposal.cpp index 4cc40aae3b8..751da75f8ad 100644 --- a/src/plugins/template/backend/ops/proposal.cpp +++ b/src/plugins/template/backend/ops/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/psroi_pooling.cpp b/src/plugins/template/backend/ops/psroi_pooling.cpp index beabc3d01a9..a76ba4e0c00 100644 --- a/src/plugins/template/backend/ops/psroi_pooling.cpp +++ b/src/plugins/template/backend/ops/psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/rdft.cpp b/src/plugins/template/backend/ops/rdft.cpp index f2f53a5cfde..ef71d39fe1a 100644 --- a/src/plugins/template/backend/ops/rdft.cpp +++ b/src/plugins/template/backend/ops/rdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/read_value.cpp b/src/plugins/template/backend/ops/read_value.cpp index 0ab29885702..7d9b87bbb33 100644 --- a/src/plugins/template/backend/ops/read_value.cpp +++ b/src/plugins/template/backend/ops/read_value.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/region_yolo.cpp b/src/plugins/template/backend/ops/region_yolo.cpp index 51038d036da..d559b79f2ac 100644 --- a/src/plugins/template/backend/ops/region_yolo.cpp +++ b/src/plugins/template/backend/ops/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/relu.cpp b/src/plugins/template/backend/ops/relu.cpp index dd2b4131d78..a24d32df27a 100644 --- a/src/plugins/template/backend/ops/relu.cpp +++ b/src/plugins/template/backend/ops/relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/reorg_yolo.cpp b/src/plugins/template/backend/ops/reorg_yolo.cpp index d54e6619585..99e1b79a589 100644 --- a/src/plugins/template/backend/ops/reorg_yolo.cpp +++ b/src/plugins/template/backend/ops/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/reverse_sequence.cpp b/src/plugins/template/backend/ops/reverse_sequence.cpp index fa896ac1390..a24a735c363 100644 --- a/src/plugins/template/backend/ops/reverse_sequence.cpp +++ b/src/plugins/template/backend/ops/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/rnn_cell.cpp b/src/plugins/template/backend/ops/rnn_cell.cpp index 6813b6eddde..991e6998c5c 100644 --- a/src/plugins/template/backend/ops/rnn_cell.cpp +++ b/src/plugins/template/backend/ops/rnn_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/roi_align.cpp b/src/plugins/template/backend/ops/roi_align.cpp index cbbc00a9319..edb8c8933f1 100644 --- a/src/plugins/template/backend/ops/roi_align.cpp +++ b/src/plugins/template/backend/ops/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/roi_pooling.cpp b/src/plugins/template/backend/ops/roi_pooling.cpp index bc115b114a2..a32d86a6e5f 100644 --- a/src/plugins/template/backend/ops/roi_pooling.cpp +++ b/src/plugins/template/backend/ops/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/roll.cpp b/src/plugins/template/backend/ops/roll.cpp index 57a4f666ad3..c5802e45eb4 100644 --- a/src/plugins/template/backend/ops/roll.cpp +++ b/src/plugins/template/backend/ops/roll.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/scatter_nd_update.cpp b/src/plugins/template/backend/ops/scatter_nd_update.cpp index 8064535a1b6..ed7646a8cb8 100644 --- a/src/plugins/template/backend/ops/scatter_nd_update.cpp +++ b/src/plugins/template/backend/ops/scatter_nd_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/selu.cpp b/src/plugins/template/backend/ops/selu.cpp index 11e3659b790..d2691516538 100644 --- a/src/plugins/template/backend/ops/selu.cpp +++ b/src/plugins/template/backend/ops/selu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/sequences.cpp b/src/plugins/template/backend/ops/sequences.cpp index dd182836e74..285ff59d580 100644 --- a/src/plugins/template/backend/ops/sequences.cpp +++ b/src/plugins/template/backend/ops/sequences.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/sigmoid.cpp b/src/plugins/template/backend/ops/sigmoid.cpp index 9b2307ad884..dc6377dbb61 100644 --- a/src/plugins/template/backend/ops/sigmoid.cpp +++ b/src/plugins/template/backend/ops/sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/sign.cpp b/src/plugins/template/backend/ops/sign.cpp index c273c59afb5..d88d6493fac 100644 --- a/src/plugins/template/backend/ops/sign.cpp +++ b/src/plugins/template/backend/ops/sign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/softsign.cpp b/src/plugins/template/backend/ops/softsign.cpp index cd4c639bff8..8d6a55947fa 100644 --- a/src/plugins/template/backend/ops/softsign.cpp +++ b/src/plugins/template/backend/ops/softsign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/squared_difference.cpp b/src/plugins/template/backend/ops/squared_difference.cpp index f861cd2fe62..a2c7ff1c75b 100644 --- a/src/plugins/template/backend/ops/squared_difference.cpp +++ b/src/plugins/template/backend/ops/squared_difference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/tanh.cpp b/src/plugins/template/backend/ops/tanh.cpp index cb0c35246f0..17dba09b6a8 100644 --- a/src/plugins/template/backend/ops/tanh.cpp +++ b/src/plugins/template/backend/ops/tanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/tensor_iterator.cpp b/src/plugins/template/backend/ops/tensor_iterator.cpp index 89dd7ce2ae9..37e504e320d 100644 --- a/src/plugins/template/backend/ops/tensor_iterator.cpp +++ b/src/plugins/template/backend/ops/tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/ops/unique.cpp b/src/plugins/template/backend/ops/unique.cpp index 172d2299fa9..ff19563a1a4 100644 --- a/src/plugins/template/backend/ops/unique.cpp +++ b/src/plugins/template/backend/ops/unique.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/backend/perf_counter.hpp b/src/plugins/template/backend/perf_counter.hpp index 41d2f9e2d62..cbf17b3d0e3 100644 --- a/src/plugins/template/backend/perf_counter.hpp +++ b/src/plugins/template/backend/perf_counter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/include/template/properties.hpp b/src/plugins/template/include/template/properties.hpp index f00e6e1474f..c755925a2b9 100644 --- a/src/plugins/template/include/template/properties.hpp +++ b/src/plugins/template/include/template/properties.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/include/template/remote_tensor.hpp b/src/plugins/template/include/template/remote_tensor.hpp index 32f640423f2..243a085d351 100644 --- a/src/plugins/template/include/template/remote_tensor.hpp +++ b/src/plugins/template/include/template/remote_tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/CMakeLists.txt b/src/plugins/template/src/CMakeLists.txt index effc4831f18..523cd1263f1 100644 --- a/src/plugins/template/src/CMakeLists.txt +++ b/src/plugins/template/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/template/src/async_infer_request.cpp b/src/plugins/template/src/async_infer_request.cpp index de85e813abc..bda92fb50d7 100644 --- a/src/plugins/template/src/async_infer_request.cpp +++ b/src/plugins/template/src/async_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/async_infer_request.hpp b/src/plugins/template/src/async_infer_request.hpp index ea6d960edad..f4f94903c01 100644 --- a/src/plugins/template/src/async_infer_request.hpp +++ b/src/plugins/template/src/async_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/compiled_model.cpp b/src/plugins/template/src/compiled_model.cpp index 4f79900fb2c..65415c434e0 100644 --- a/src/plugins/template/src/compiled_model.cpp +++ b/src/plugins/template/src/compiled_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/compiled_model.hpp b/src/plugins/template/src/compiled_model.hpp index 47c8a14a234..0edea989f51 100644 --- a/src/plugins/template/src/compiled_model.hpp +++ b/src/plugins/template/src/compiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/config.cpp b/src/plugins/template/src/config.cpp index f83690e6b9f..cf26fab0f7b 100644 --- a/src/plugins/template/src/config.cpp +++ b/src/plugins/template/src/config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/config.hpp b/src/plugins/template/src/config.hpp index ada22f8835d..429c2ef5b36 100644 --- a/src/plugins/template/src/config.hpp +++ b/src/plugins/template/src/config.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/itt.hpp b/src/plugins/template/src/itt.hpp index a48f85ef747..21754b4db2a 100644 --- a/src/plugins/template/src/itt.hpp +++ b/src/plugins/template/src/itt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/plugin.cpp b/src/plugins/template/src/plugin.cpp index ad98e81aec2..b612e2d68d6 100644 --- a/src/plugins/template/src/plugin.cpp +++ b/src/plugins/template/src/plugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/plugin.hpp b/src/plugins/template/src/plugin.hpp index aa2d6d1f42a..8787abaa17c 100644 --- a/src/plugins/template/src/plugin.hpp +++ b/src/plugins/template/src/plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/remote_context.cpp b/src/plugins/template/src/remote_context.cpp index 51d4f7a0211..dd3001d4fea 100644 --- a/src/plugins/template/src/remote_context.cpp +++ b/src/plugins/template/src/remote_context.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/remote_context.hpp b/src/plugins/template/src/remote_context.hpp index 02006d671dc..43ab2278c1a 100644 --- a/src/plugins/template/src/remote_context.hpp +++ b/src/plugins/template/src/remote_context.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/remote_tensor.hpp b/src/plugins/template/src/remote_tensor.hpp index 5b4f743c5fb..50eac9a9255 100644 --- a/src/plugins/template/src/remote_tensor.hpp +++ b/src/plugins/template/src/remote_tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/sync_infer_request.cpp b/src/plugins/template/src/sync_infer_request.cpp index 724299e4786..df12daa9b2c 100644 --- a/src/plugins/template/src/sync_infer_request.cpp +++ b/src/plugins/template/src/sync_infer_request.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/sync_infer_request.hpp b/src/plugins/template/src/sync_infer_request.hpp index 17eb590fa47..295a62cb9b2 100644 --- a/src/plugins/template/src/sync_infer_request.hpp +++ b/src/plugins/template/src/sync_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/src/variable_state.hpp b/src/plugins/template/src/variable_state.hpp index 7619d845746..22517b5e3e9 100644 --- a/src/plugins/template/src/variable_state.hpp +++ b/src/plugins/template/src/variable_state.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/CMakeLists.txt b/src/plugins/template/tests/functional/CMakeLists.txt index 18296710d64..73120221857 100644 --- a/src/plugins/template/tests/functional/CMakeLists.txt +++ b/src/plugins/template/tests/functional/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/plugins/template/tests/functional/core_config.cpp b/src/plugins/template/tests/functional/core_config.cpp index 6c1c4e433b0..23327f44aff 100644 --- a/src/plugins/template/tests/functional/core_config.cpp +++ b/src/plugins/template/tests/functional/core_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/abs.cpp b/src/plugins/template/tests/functional/op_reference/abs.cpp index 099b614afa3..9fd256ae440 100644 --- a/src/plugins/template/tests/functional/op_reference/abs.cpp +++ b/src/plugins/template/tests/functional/op_reference/abs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/acos.cpp b/src/plugins/template/tests/functional/op_reference/acos.cpp index 7a661ee098f..3509dc81d1e 100644 --- a/src/plugins/template/tests/functional/op_reference/acos.cpp +++ b/src/plugins/template/tests/functional/op_reference/acos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/acosh.cpp b/src/plugins/template/tests/functional/op_reference/acosh.cpp index a281cc3f289..caf6b1815cc 100644 --- a/src/plugins/template/tests/functional/op_reference/acosh.cpp +++ b/src/plugins/template/tests/functional/op_reference/acosh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/adaptive_avg_pool.cpp b/src/plugins/template/tests/functional/op_reference/adaptive_avg_pool.cpp index 8467889b60c..5dfbb9e4899 100644 --- a/src/plugins/template/tests/functional/op_reference/adaptive_avg_pool.cpp +++ b/src/plugins/template/tests/functional/op_reference/adaptive_avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/adaptive_max_pool.cpp b/src/plugins/template/tests/functional/op_reference/adaptive_max_pool.cpp index 68ac723f0ae..c3a9513c7da 100644 --- a/src/plugins/template/tests/functional/op_reference/adaptive_max_pool.cpp +++ b/src/plugins/template/tests/functional/op_reference/adaptive_max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/add.cpp b/src/plugins/template/tests/functional/op_reference/add.cpp index 96a0091a949..1fe82853f0d 100644 --- a/src/plugins/template/tests/functional/op_reference/add.cpp +++ b/src/plugins/template/tests/functional/op_reference/add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/asin.cpp b/src/plugins/template/tests/functional/op_reference/asin.cpp index 9db982ac389..5a0e3b831b2 100644 --- a/src/plugins/template/tests/functional/op_reference/asin.cpp +++ b/src/plugins/template/tests/functional/op_reference/asin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/asinh.cpp b/src/plugins/template/tests/functional/op_reference/asinh.cpp index 068a47685b7..f07ef10c279 100644 --- a/src/plugins/template/tests/functional/op_reference/asinh.cpp +++ b/src/plugins/template/tests/functional/op_reference/asinh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/atan.cpp b/src/plugins/template/tests/functional/op_reference/atan.cpp index 99ff77e977e..1d6d04c7848 100644 --- a/src/plugins/template/tests/functional/op_reference/atan.cpp +++ b/src/plugins/template/tests/functional/op_reference/atan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/atanh.cpp b/src/plugins/template/tests/functional/op_reference/atanh.cpp index 7c019b3b684..47832a1a9f3 100644 --- a/src/plugins/template/tests/functional/op_reference/atanh.cpp +++ b/src/plugins/template/tests/functional/op_reference/atanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/augru_cell.cpp b/src/plugins/template/tests/functional/op_reference/augru_cell.cpp index c72ad13aaeb..31a343ccba0 100644 --- a/src/plugins/template/tests/functional/op_reference/augru_cell.cpp +++ b/src/plugins/template/tests/functional/op_reference/augru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/avg_pool.cpp b/src/plugins/template/tests/functional/op_reference/avg_pool.cpp index fdd5205f993..28cc2bf2511 100644 --- a/src/plugins/template/tests/functional/op_reference/avg_pool.cpp +++ b/src/plugins/template/tests/functional/op_reference/avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/base_reference_test.cpp b/src/plugins/template/tests/functional/op_reference/base_reference_test.cpp index 0998dbfe90b..1f2a01b6866 100644 --- a/src/plugins/template/tests/functional/op_reference/base_reference_test.cpp +++ b/src/plugins/template/tests/functional/op_reference/base_reference_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "base_reference_test.hpp" diff --git a/src/plugins/template/tests/functional/op_reference/base_reference_test.hpp b/src/plugins/template/tests/functional/op_reference/base_reference_test.hpp index 439736101b1..2d9de35fe94 100644 --- a/src/plugins/template/tests/functional/op_reference/base_reference_test.hpp +++ b/src/plugins/template/tests/functional/op_reference/base_reference_test.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/batch_norm.cpp b/src/plugins/template/tests/functional/op_reference/batch_norm.cpp index e5ac24c8df7..ea2fec91649 100644 --- a/src/plugins/template/tests/functional/op_reference/batch_norm.cpp +++ b/src/plugins/template/tests/functional/op_reference/batch_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/batch_to_space.cpp b/src/plugins/template/tests/functional/op_reference/batch_to_space.cpp index 96ac6fd2617..39fd9c8ef4c 100644 --- a/src/plugins/template/tests/functional/op_reference/batch_to_space.cpp +++ b/src/plugins/template/tests/functional/op_reference/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/binary_convolution.cpp b/src/plugins/template/tests/functional/op_reference/binary_convolution.cpp index 6b6089911a1..15331dc4183 100644 --- a/src/plugins/template/tests/functional/op_reference/binary_convolution.cpp +++ b/src/plugins/template/tests/functional/op_reference/binary_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/bitwise.cpp b/src/plugins/template/tests/functional/op_reference/bitwise.cpp index a3f490fbd86..c9189d331c5 100644 --- a/src/plugins/template/tests/functional/op_reference/bitwise.cpp +++ b/src/plugins/template/tests/functional/op_reference/bitwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/bitwise.hpp b/src/plugins/template/tests/functional/op_reference/bitwise.hpp index 8feb41378eb..949bdc5a8a4 100644 --- a/src/plugins/template/tests/functional/op_reference/bitwise.hpp +++ b/src/plugins/template/tests/functional/op_reference/bitwise.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/bitwise_and.cpp b/src/plugins/template/tests/functional/op_reference/bitwise_and.cpp index a656f61826a..b0a97c8133d 100644 --- a/src/plugins/template/tests/functional/op_reference/bitwise_and.cpp +++ b/src/plugins/template/tests/functional/op_reference/bitwise_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/bitwise_not.cpp b/src/plugins/template/tests/functional/op_reference/bitwise_not.cpp index 3c79473532e..41ebd05bd65 100644 --- a/src/plugins/template/tests/functional/op_reference/bitwise_not.cpp +++ b/src/plugins/template/tests/functional/op_reference/bitwise_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/bitwise_or.cpp b/src/plugins/template/tests/functional/op_reference/bitwise_or.cpp index 418a2a293f4..1a47f16294f 100644 --- a/src/plugins/template/tests/functional/op_reference/bitwise_or.cpp +++ b/src/plugins/template/tests/functional/op_reference/bitwise_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/bitwise_xor.cpp b/src/plugins/template/tests/functional/op_reference/bitwise_xor.cpp index 49b113220f3..1d2574fd2f7 100644 --- a/src/plugins/template/tests/functional/op_reference/bitwise_xor.cpp +++ b/src/plugins/template/tests/functional/op_reference/bitwise_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/broadcast.cpp b/src/plugins/template/tests/functional/op_reference/broadcast.cpp index 415116a39af..3e429a5a241 100644 --- a/src/plugins/template/tests/functional/op_reference/broadcast.cpp +++ b/src/plugins/template/tests/functional/op_reference/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/bucketize.cpp b/src/plugins/template/tests/functional/op_reference/bucketize.cpp index a26caf7f31a..644fd0ecbee 100644 --- a/src/plugins/template/tests/functional/op_reference/bucketize.cpp +++ b/src/plugins/template/tests/functional/op_reference/bucketize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/ceiling.cpp b/src/plugins/template/tests/functional/op_reference/ceiling.cpp index 6362b9de86d..d6e525d1972 100644 --- a/src/plugins/template/tests/functional/op_reference/ceiling.cpp +++ b/src/plugins/template/tests/functional/op_reference/ceiling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/clamp.cpp b/src/plugins/template/tests/functional/op_reference/clamp.cpp index be977d60d16..cc69fe932db 100644 --- a/src/plugins/template/tests/functional/op_reference/clamp.cpp +++ b/src/plugins/template/tests/functional/op_reference/clamp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/comparison.cpp b/src/plugins/template/tests/functional/op_reference/comparison.cpp index 3fb8b1c5028..18921dcf14d 100644 --- a/src/plugins/template/tests/functional/op_reference/comparison.cpp +++ b/src/plugins/template/tests/functional/op_reference/comparison.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/comparison.hpp b/src/plugins/template/tests/functional/op_reference/comparison.hpp index 6e363829715..596feed0d97 100644 --- a/src/plugins/template/tests/functional/op_reference/comparison.hpp +++ b/src/plugins/template/tests/functional/op_reference/comparison.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/concat.cpp b/src/plugins/template/tests/functional/op_reference/concat.cpp index 5bc2644b74b..79512294e07 100644 --- a/src/plugins/template/tests/functional/op_reference/concat.cpp +++ b/src/plugins/template/tests/functional/op_reference/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/constant.cpp b/src/plugins/template/tests/functional/op_reference/constant.cpp index 8178544a7d9..3d88723842b 100644 --- a/src/plugins/template/tests/functional/op_reference/constant.cpp +++ b/src/plugins/template/tests/functional/op_reference/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/conversion.cpp b/src/plugins/template/tests/functional/op_reference/conversion.cpp index 9c32c7d052c..050e9142b25 100644 --- a/src/plugins/template/tests/functional/op_reference/conversion.cpp +++ b/src/plugins/template/tests/functional/op_reference/conversion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/conversion.hpp b/src/plugins/template/tests/functional/op_reference/conversion.hpp index 8c97f8dcc41..1822bc8429e 100644 --- a/src/plugins/template/tests/functional/op_reference/conversion.hpp +++ b/src/plugins/template/tests/functional/op_reference/conversion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/convert.cpp b/src/plugins/template/tests/functional/op_reference/convert.cpp index 461daa56d80..c92c6e5340c 100644 --- a/src/plugins/template/tests/functional/op_reference/convert.cpp +++ b/src/plugins/template/tests/functional/op_reference/convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/convert_color_i420.cpp b/src/plugins/template/tests/functional/op_reference/convert_color_i420.cpp index d58da252eaf..a89053ed5ca 100644 --- a/src/plugins/template/tests/functional/op_reference/convert_color_i420.cpp +++ b/src/plugins/template/tests/functional/op_reference/convert_color_i420.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/convert_color_nv12.cpp b/src/plugins/template/tests/functional/op_reference/convert_color_nv12.cpp index 902d72b96ca..1c216f93047 100644 --- a/src/plugins/template/tests/functional/op_reference/convert_color_nv12.cpp +++ b/src/plugins/template/tests/functional/op_reference/convert_color_nv12.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/convert_like.cpp b/src/plugins/template/tests/functional/op_reference/convert_like.cpp index 4ddf3dda276..29c4d57a216 100644 --- a/src/plugins/template/tests/functional/op_reference/convert_like.cpp +++ b/src/plugins/template/tests/functional/op_reference/convert_like.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/convolution.cpp b/src/plugins/template/tests/functional/op_reference/convolution.cpp index 64f4a5f8275..26fd0c1b8d4 100644 --- a/src/plugins/template/tests/functional/op_reference/convolution.cpp +++ b/src/plugins/template/tests/functional/op_reference/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/convolution_backprop.cpp b/src/plugins/template/tests/functional/op_reference/convolution_backprop.cpp index adddcb5824c..ca36bca6686 100644 --- a/src/plugins/template/tests/functional/op_reference/convolution_backprop.cpp +++ b/src/plugins/template/tests/functional/op_reference/convolution_backprop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/cos.cpp b/src/plugins/template/tests/functional/op_reference/cos.cpp index b992d0c5f8a..f638e61eb34 100644 --- a/src/plugins/template/tests/functional/op_reference/cos.cpp +++ b/src/plugins/template/tests/functional/op_reference/cos.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/cosh.cpp b/src/plugins/template/tests/functional/op_reference/cosh.cpp index 111fb2fae70..4fb0aaad41d 100644 --- a/src/plugins/template/tests/functional/op_reference/cosh.cpp +++ b/src/plugins/template/tests/functional/op_reference/cosh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/ctc_greedy_decoder.cpp b/src/plugins/template/tests/functional/op_reference/ctc_greedy_decoder.cpp index 4c68e737e20..336bb2b8ac7 100644 --- a/src/plugins/template/tests/functional/op_reference/ctc_greedy_decoder.cpp +++ b/src/plugins/template/tests/functional/op_reference/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/ctc_greedy_decoder_seq_len.cpp b/src/plugins/template/tests/functional/op_reference/ctc_greedy_decoder_seq_len.cpp index 2dadfd81d26..5142bfb91e6 100644 --- a/src/plugins/template/tests/functional/op_reference/ctc_greedy_decoder_seq_len.cpp +++ b/src/plugins/template/tests/functional/op_reference/ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/ctc_loss.cpp b/src/plugins/template/tests/functional/op_reference/ctc_loss.cpp index 4aec555d6db..ca8c94e9626 100644 --- a/src/plugins/template/tests/functional/op_reference/ctc_loss.cpp +++ b/src/plugins/template/tests/functional/op_reference/ctc_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/cum_sum.cpp b/src/plugins/template/tests/functional/op_reference/cum_sum.cpp index 51ee19e188c..187b37901ca 100644 --- a/src/plugins/template/tests/functional/op_reference/cum_sum.cpp +++ b/src/plugins/template/tests/functional/op_reference/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/deformable_convolution.cpp b/src/plugins/template/tests/functional/op_reference/deformable_convolution.cpp index 4c0a6e6578d..616656c815a 100644 --- a/src/plugins/template/tests/functional/op_reference/deformable_convolution.cpp +++ b/src/plugins/template/tests/functional/op_reference/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/deformable_psroi_pooling.cpp b/src/plugins/template/tests/functional/op_reference/deformable_psroi_pooling.cpp index 36f3e46b8d3..1ee42000a12 100644 --- a/src/plugins/template/tests/functional/op_reference/deformable_psroi_pooling.cpp +++ b/src/plugins/template/tests/functional/op_reference/deformable_psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/depth_to_space.cpp b/src/plugins/template/tests/functional/op_reference/depth_to_space.cpp index 83c91f93f92..822fbae3a3b 100644 --- a/src/plugins/template/tests/functional/op_reference/depth_to_space.cpp +++ b/src/plugins/template/tests/functional/op_reference/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/detection_output.cpp b/src/plugins/template/tests/functional/op_reference/detection_output.cpp index a1809cb24a8..5d87241599a 100644 --- a/src/plugins/template/tests/functional/op_reference/detection_output.cpp +++ b/src/plugins/template/tests/functional/op_reference/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/dft.cpp b/src/plugins/template/tests/functional/op_reference/dft.cpp index 5b742a3909b..d75f2145aa0 100644 --- a/src/plugins/template/tests/functional/op_reference/dft.cpp +++ b/src/plugins/template/tests/functional/op_reference/dft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/divide.cpp b/src/plugins/template/tests/functional/op_reference/divide.cpp index 5588bc95c9e..27d0c1af877 100644 --- a/src/plugins/template/tests/functional/op_reference/divide.cpp +++ b/src/plugins/template/tests/functional/op_reference/divide.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/einsum.cpp b/src/plugins/template/tests/functional/op_reference/einsum.cpp index e01dc16293e..eab71f220ad 100644 --- a/src/plugins/template/tests/functional/op_reference/einsum.cpp +++ b/src/plugins/template/tests/functional/op_reference/einsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/elu.cpp b/src/plugins/template/tests/functional/op_reference/elu.cpp index dc057a9ffeb..4a406499d37 100644 --- a/src/plugins/template/tests/functional/op_reference/elu.cpp +++ b/src/plugins/template/tests/functional/op_reference/elu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/embedding_segments_sum.cpp b/src/plugins/template/tests/functional/op_reference/embedding_segments_sum.cpp index abbdd18b394..c690cf95401 100644 --- a/src/plugins/template/tests/functional/op_reference/embedding_segments_sum.cpp +++ b/src/plugins/template/tests/functional/op_reference/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/embeddingbag_offsetssum.cpp b/src/plugins/template/tests/functional/op_reference/embeddingbag_offsetssum.cpp index 0dd95ac8ea0..3daaa361568 100644 --- a/src/plugins/template/tests/functional/op_reference/embeddingbag_offsetssum.cpp +++ b/src/plugins/template/tests/functional/op_reference/embeddingbag_offsetssum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/embeddingbag_packedsum.cpp b/src/plugins/template/tests/functional/op_reference/embeddingbag_packedsum.cpp index 76dc46a0191..32c18442fe0 100644 --- a/src/plugins/template/tests/functional/op_reference/embeddingbag_packedsum.cpp +++ b/src/plugins/template/tests/functional/op_reference/embeddingbag_packedsum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/equal.cpp b/src/plugins/template/tests/functional/op_reference/equal.cpp index 574cc95c25e..11c71d444df 100644 --- a/src/plugins/template/tests/functional/op_reference/equal.cpp +++ b/src/plugins/template/tests/functional/op_reference/equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/erf.cpp b/src/plugins/template/tests/functional/op_reference/erf.cpp index a386abfb2fb..064779bd516 100644 --- a/src/plugins/template/tests/functional/op_reference/erf.cpp +++ b/src/plugins/template/tests/functional/op_reference/erf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/exp.cpp b/src/plugins/template/tests/functional/op_reference/exp.cpp index 5267c473927..cacc7687550 100644 --- a/src/plugins/template/tests/functional/op_reference/exp.cpp +++ b/src/plugins/template/tests/functional/op_reference/exp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/experimental_detectron_detection_output.cpp b/src/plugins/template/tests/functional/op_reference/experimental_detectron_detection_output.cpp index c1c719babd8..25a9ec6669a 100644 --- a/src/plugins/template/tests/functional/op_reference/experimental_detectron_detection_output.cpp +++ b/src/plugins/template/tests/functional/op_reference/experimental_detectron_detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/experimental_detectron_detection_prior_grid.cpp b/src/plugins/template/tests/functional/op_reference/experimental_detectron_detection_prior_grid.cpp index abca08c733f..4e604090fff 100644 --- a/src/plugins/template/tests/functional/op_reference/experimental_detectron_detection_prior_grid.cpp +++ b/src/plugins/template/tests/functional/op_reference/experimental_detectron_detection_prior_grid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/experimental_detectron_generate_proposals.cpp b/src/plugins/template/tests/functional/op_reference/experimental_detectron_generate_proposals.cpp index f0320d7b411..99ece627aac 100644 --- a/src/plugins/template/tests/functional/op_reference/experimental_detectron_generate_proposals.cpp +++ b/src/plugins/template/tests/functional/op_reference/experimental_detectron_generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/experimental_detectron_roi_feature_extractor.cpp b/src/plugins/template/tests/functional/op_reference/experimental_detectron_roi_feature_extractor.cpp index f187a79a8fc..aeff0bdb3e3 100644 --- a/src/plugins/template/tests/functional/op_reference/experimental_detectron_roi_feature_extractor.cpp +++ b/src/plugins/template/tests/functional/op_reference/experimental_detectron_roi_feature_extractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/experimental_detectron_topkrois.cpp b/src/plugins/template/tests/functional/op_reference/experimental_detectron_topkrois.cpp index d41d0983481..a4f22bf4909 100644 --- a/src/plugins/template/tests/functional/op_reference/experimental_detectron_topkrois.cpp +++ b/src/plugins/template/tests/functional/op_reference/experimental_detectron_topkrois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/extract_image_patches.cpp b/src/plugins/template/tests/functional/op_reference/extract_image_patches.cpp index af82d7e3c74..16f4f270975 100644 --- a/src/plugins/template/tests/functional/op_reference/extract_image_patches.cpp +++ b/src/plugins/template/tests/functional/op_reference/extract_image_patches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/eye.cpp b/src/plugins/template/tests/functional/op_reference/eye.cpp index 714dbdee8e6..f66ab4b6dd3 100644 --- a/src/plugins/template/tests/functional/op_reference/eye.cpp +++ b/src/plugins/template/tests/functional/op_reference/eye.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/fake_quantize.cpp b/src/plugins/template/tests/functional/op_reference/fake_quantize.cpp index d2ea203ff8e..08a243bb271 100644 --- a/src/plugins/template/tests/functional/op_reference/fake_quantize.cpp +++ b/src/plugins/template/tests/functional/op_reference/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/floor.cpp b/src/plugins/template/tests/functional/op_reference/floor.cpp index 861c1c197e1..7cfe9adeaf9 100644 --- a/src/plugins/template/tests/functional/op_reference/floor.cpp +++ b/src/plugins/template/tests/functional/op_reference/floor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/floor_mod.cpp b/src/plugins/template/tests/functional/op_reference/floor_mod.cpp index 5eb6433a67f..81fffed599d 100644 --- a/src/plugins/template/tests/functional/op_reference/floor_mod.cpp +++ b/src/plugins/template/tests/functional/op_reference/floor_mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/gather.cpp b/src/plugins/template/tests/functional/op_reference/gather.cpp index 409a66223c4..ea6365f3b41 100644 --- a/src/plugins/template/tests/functional/op_reference/gather.cpp +++ b/src/plugins/template/tests/functional/op_reference/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/gather_elements.cpp b/src/plugins/template/tests/functional/op_reference/gather_elements.cpp index 303f520d924..a7bba82965c 100644 --- a/src/plugins/template/tests/functional/op_reference/gather_elements.cpp +++ b/src/plugins/template/tests/functional/op_reference/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/gather_nd.cpp b/src/plugins/template/tests/functional/op_reference/gather_nd.cpp index bbb7fb07026..8bdcfcd230d 100644 --- a/src/plugins/template/tests/functional/op_reference/gather_nd.cpp +++ b/src/plugins/template/tests/functional/op_reference/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/gather_tree.cpp b/src/plugins/template/tests/functional/op_reference/gather_tree.cpp index 57a8b796431..0f3d70eb130 100644 --- a/src/plugins/template/tests/functional/op_reference/gather_tree.cpp +++ b/src/plugins/template/tests/functional/op_reference/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/gelu.cpp b/src/plugins/template/tests/functional/op_reference/gelu.cpp index 2f87fbe1832..13cfc3491c5 100644 --- a/src/plugins/template/tests/functional/op_reference/gelu.cpp +++ b/src/plugins/template/tests/functional/op_reference/gelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/generate_proposals.cpp b/src/plugins/template/tests/functional/op_reference/generate_proposals.cpp index e53b0cc78b5..f91565a6f3d 100644 --- a/src/plugins/template/tests/functional/op_reference/generate_proposals.cpp +++ b/src/plugins/template/tests/functional/op_reference/generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/greater.cpp b/src/plugins/template/tests/functional/op_reference/greater.cpp index e7499293219..a9f9e7468c3 100644 --- a/src/plugins/template/tests/functional/op_reference/greater.cpp +++ b/src/plugins/template/tests/functional/op_reference/greater.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/greater_equal.cpp b/src/plugins/template/tests/functional/op_reference/greater_equal.cpp index cbf8781b657..fd48b33c2b3 100644 --- a/src/plugins/template/tests/functional/op_reference/greater_equal.cpp +++ b/src/plugins/template/tests/functional/op_reference/greater_equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/grn.cpp b/src/plugins/template/tests/functional/op_reference/grn.cpp index c936f4d222a..d53acad7126 100644 --- a/src/plugins/template/tests/functional/op_reference/grn.cpp +++ b/src/plugins/template/tests/functional/op_reference/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/group_convolution.cpp b/src/plugins/template/tests/functional/op_reference/group_convolution.cpp index 45c50624338..69f35868e71 100644 --- a/src/plugins/template/tests/functional/op_reference/group_convolution.cpp +++ b/src/plugins/template/tests/functional/op_reference/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/group_convolution_backprop.cpp b/src/plugins/template/tests/functional/op_reference/group_convolution_backprop.cpp index b378fe18cc2..f831a3941e0 100644 --- a/src/plugins/template/tests/functional/op_reference/group_convolution_backprop.cpp +++ b/src/plugins/template/tests/functional/op_reference/group_convolution_backprop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/gru_cell.cpp b/src/plugins/template/tests/functional/op_reference/gru_cell.cpp index 8811e0e29df..0f3ef1dc411 100644 --- a/src/plugins/template/tests/functional/op_reference/gru_cell.cpp +++ b/src/plugins/template/tests/functional/op_reference/gru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/hard_sigmoid.cpp b/src/plugins/template/tests/functional/op_reference/hard_sigmoid.cpp index a39d927bd50..78246d42295 100644 --- a/src/plugins/template/tests/functional/op_reference/hard_sigmoid.cpp +++ b/src/plugins/template/tests/functional/op_reference/hard_sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/hsigmoid.cpp b/src/plugins/template/tests/functional/op_reference/hsigmoid.cpp index 3382e7419f8..13e3c4f964a 100644 --- a/src/plugins/template/tests/functional/op_reference/hsigmoid.cpp +++ b/src/plugins/template/tests/functional/op_reference/hsigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/hswish.cpp b/src/plugins/template/tests/functional/op_reference/hswish.cpp index 8deb3553df3..611a4258a31 100644 --- a/src/plugins/template/tests/functional/op_reference/hswish.cpp +++ b/src/plugins/template/tests/functional/op_reference/hswish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/idft.cpp b/src/plugins/template/tests/functional/op_reference/idft.cpp index dc3507f4edc..f0e7b7063a5 100644 --- a/src/plugins/template/tests/functional/op_reference/idft.cpp +++ b/src/plugins/template/tests/functional/op_reference/idft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/if.cpp b/src/plugins/template/tests/functional/op_reference/if.cpp index 206abf9cd72..5ae47f94d47 100644 --- a/src/plugins/template/tests/functional/op_reference/if.cpp +++ b/src/plugins/template/tests/functional/op_reference/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/interpolate.cpp b/src/plugins/template/tests/functional/op_reference/interpolate.cpp index 4805f4364c9..fbf1f133750 100644 --- a/src/plugins/template/tests/functional/op_reference/interpolate.cpp +++ b/src/plugins/template/tests/functional/op_reference/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/is_finite.cpp b/src/plugins/template/tests/functional/op_reference/is_finite.cpp index 479cd157038..0ea0815b037 100644 --- a/src/plugins/template/tests/functional/op_reference/is_finite.cpp +++ b/src/plugins/template/tests/functional/op_reference/is_finite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/is_inf.cpp b/src/plugins/template/tests/functional/op_reference/is_inf.cpp index 83f4660c659..22b1f07344e 100644 --- a/src/plugins/template/tests/functional/op_reference/is_inf.cpp +++ b/src/plugins/template/tests/functional/op_reference/is_inf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/is_nan.cpp b/src/plugins/template/tests/functional/op_reference/is_nan.cpp index d8163b05877..3027ec6f974 100644 --- a/src/plugins/template/tests/functional/op_reference/is_nan.cpp +++ b/src/plugins/template/tests/functional/op_reference/is_nan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/less.cpp b/src/plugins/template/tests/functional/op_reference/less.cpp index 0ec6fbe0dd2..e072a93bf76 100644 --- a/src/plugins/template/tests/functional/op_reference/less.cpp +++ b/src/plugins/template/tests/functional/op_reference/less.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/less_eq.cpp b/src/plugins/template/tests/functional/op_reference/less_eq.cpp index 183068ac519..85429b4c912 100644 --- a/src/plugins/template/tests/functional/op_reference/less_eq.cpp +++ b/src/plugins/template/tests/functional/op_reference/less_eq.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/log.cpp b/src/plugins/template/tests/functional/op_reference/log.cpp index 792db889298..4e27c5b8788 100644 --- a/src/plugins/template/tests/functional/op_reference/log.cpp +++ b/src/plugins/template/tests/functional/op_reference/log.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/log_softmax.cpp b/src/plugins/template/tests/functional/op_reference/log_softmax.cpp index 0b929c41861..59b53d7815b 100644 --- a/src/plugins/template/tests/functional/op_reference/log_softmax.cpp +++ b/src/plugins/template/tests/functional/op_reference/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/logical.cpp b/src/plugins/template/tests/functional/op_reference/logical.cpp index d73adbb3570..98fa21ae23d 100644 --- a/src/plugins/template/tests/functional/op_reference/logical.cpp +++ b/src/plugins/template/tests/functional/op_reference/logical.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/logical.hpp b/src/plugins/template/tests/functional/op_reference/logical.hpp index 894b262bcb6..aa7a3bfeb7e 100644 --- a/src/plugins/template/tests/functional/op_reference/logical.hpp +++ b/src/plugins/template/tests/functional/op_reference/logical.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/logical_and.cpp b/src/plugins/template/tests/functional/op_reference/logical_and.cpp index a4ec39b1249..d82362a3911 100644 --- a/src/plugins/template/tests/functional/op_reference/logical_and.cpp +++ b/src/plugins/template/tests/functional/op_reference/logical_and.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/logical_not.cpp b/src/plugins/template/tests/functional/op_reference/logical_not.cpp index 4a596416d85..f49bb7ca1c5 100644 --- a/src/plugins/template/tests/functional/op_reference/logical_not.cpp +++ b/src/plugins/template/tests/functional/op_reference/logical_not.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/logical_or.cpp b/src/plugins/template/tests/functional/op_reference/logical_or.cpp index db0021acc1f..47a2a1fe13b 100644 --- a/src/plugins/template/tests/functional/op_reference/logical_or.cpp +++ b/src/plugins/template/tests/functional/op_reference/logical_or.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/logical_xor.cpp b/src/plugins/template/tests/functional/op_reference/logical_xor.cpp index 20d07a28a48..e53e385e32c 100644 --- a/src/plugins/template/tests/functional/op_reference/logical_xor.cpp +++ b/src/plugins/template/tests/functional/op_reference/logical_xor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/lrn.cpp b/src/plugins/template/tests/functional/op_reference/lrn.cpp index 4e18d69e1fa..b87590b6544 100644 --- a/src/plugins/template/tests/functional/op_reference/lrn.cpp +++ b/src/plugins/template/tests/functional/op_reference/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/lstm_cell.cpp b/src/plugins/template/tests/functional/op_reference/lstm_cell.cpp index 7b8686dcaf8..a40406f4ccd 100644 --- a/src/plugins/template/tests/functional/op_reference/lstm_cell.cpp +++ b/src/plugins/template/tests/functional/op_reference/lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/matmul.cpp b/src/plugins/template/tests/functional/op_reference/matmul.cpp index 7b8d9551f68..8673a97be3d 100644 --- a/src/plugins/template/tests/functional/op_reference/matmul.cpp +++ b/src/plugins/template/tests/functional/op_reference/matmul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/matrix_nms.cpp b/src/plugins/template/tests/functional/op_reference/matrix_nms.cpp index f0adb506f6f..3469fc13947 100644 --- a/src/plugins/template/tests/functional/op_reference/matrix_nms.cpp +++ b/src/plugins/template/tests/functional/op_reference/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/max_pool.cpp b/src/plugins/template/tests/functional/op_reference/max_pool.cpp index 2a599eb5831..483fdf2334c 100644 --- a/src/plugins/template/tests/functional/op_reference/max_pool.cpp +++ b/src/plugins/template/tests/functional/op_reference/max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/maximum.cpp b/src/plugins/template/tests/functional/op_reference/maximum.cpp index 1fafa5499d0..5d165d16c2c 100644 --- a/src/plugins/template/tests/functional/op_reference/maximum.cpp +++ b/src/plugins/template/tests/functional/op_reference/maximum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/memory.cpp b/src/plugins/template/tests/functional/op_reference/memory.cpp index 5dc9e91eb6d..16aca8a84b2 100644 --- a/src/plugins/template/tests/functional/op_reference/memory.cpp +++ b/src/plugins/template/tests/functional/op_reference/memory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/minimum.cpp b/src/plugins/template/tests/functional/op_reference/minimum.cpp index f955c76190e..ba48e693945 100644 --- a/src/plugins/template/tests/functional/op_reference/minimum.cpp +++ b/src/plugins/template/tests/functional/op_reference/minimum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/mish.cpp b/src/plugins/template/tests/functional/op_reference/mish.cpp index d78b90d02e1..338a78d6d7b 100644 --- a/src/plugins/template/tests/functional/op_reference/mish.cpp +++ b/src/plugins/template/tests/functional/op_reference/mish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/mod.cpp b/src/plugins/template/tests/functional/op_reference/mod.cpp index e72c725b78e..24f2afc289e 100644 --- a/src/plugins/template/tests/functional/op_reference/mod.cpp +++ b/src/plugins/template/tests/functional/op_reference/mod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/multiclass_nms.cpp b/src/plugins/template/tests/functional/op_reference/multiclass_nms.cpp index 0610af6c459..5fc7968f77e 100644 --- a/src/plugins/template/tests/functional/op_reference/multiclass_nms.cpp +++ b/src/plugins/template/tests/functional/op_reference/multiclass_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/multiply.cpp b/src/plugins/template/tests/functional/op_reference/multiply.cpp index 726917eac9c..a72a32dfed8 100644 --- a/src/plugins/template/tests/functional/op_reference/multiply.cpp +++ b/src/plugins/template/tests/functional/op_reference/multiply.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/mvn.cpp b/src/plugins/template/tests/functional/op_reference/mvn.cpp index 167ebd89eeb..3e50dff33fa 100644 --- a/src/plugins/template/tests/functional/op_reference/mvn.cpp +++ b/src/plugins/template/tests/functional/op_reference/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/negative.cpp b/src/plugins/template/tests/functional/op_reference/negative.cpp index 89cda5cfe3c..99036fd3c56 100644 --- a/src/plugins/template/tests/functional/op_reference/negative.cpp +++ b/src/plugins/template/tests/functional/op_reference/negative.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/nms_rotated.cpp b/src/plugins/template/tests/functional/op_reference/nms_rotated.cpp index 817aebd3aed..3abfb26ef3d 100644 --- a/src/plugins/template/tests/functional/op_reference/nms_rotated.cpp +++ b/src/plugins/template/tests/functional/op_reference/nms_rotated.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/non_max_suppression.cpp b/src/plugins/template/tests/functional/op_reference/non_max_suppression.cpp index 7a3e8f28b03..2d1e8ad9688 100644 --- a/src/plugins/template/tests/functional/op_reference/non_max_suppression.cpp +++ b/src/plugins/template/tests/functional/op_reference/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/nonzero.cpp b/src/plugins/template/tests/functional/op_reference/nonzero.cpp index 88d0faec87e..4f8b2db9137 100644 --- a/src/plugins/template/tests/functional/op_reference/nonzero.cpp +++ b/src/plugins/template/tests/functional/op_reference/nonzero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/normalize_l2.cpp b/src/plugins/template/tests/functional/op_reference/normalize_l2.cpp index 76789cb4d00..b3c6308a4f2 100644 --- a/src/plugins/template/tests/functional/op_reference/normalize_l2.cpp +++ b/src/plugins/template/tests/functional/op_reference/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/not_equal.cpp b/src/plugins/template/tests/functional/op_reference/not_equal.cpp index cd871b25d13..4565f029199 100644 --- a/src/plugins/template/tests/functional/op_reference/not_equal.cpp +++ b/src/plugins/template/tests/functional/op_reference/not_equal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/one_hot.cpp b/src/plugins/template/tests/functional/op_reference/one_hot.cpp index 0c6dc8c6937..cbb77703f9d 100644 --- a/src/plugins/template/tests/functional/op_reference/one_hot.cpp +++ b/src/plugins/template/tests/functional/op_reference/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/pad.cpp b/src/plugins/template/tests/functional/op_reference/pad.cpp index 4396aadf415..e40d7725e7b 100644 --- a/src/plugins/template/tests/functional/op_reference/pad.cpp +++ b/src/plugins/template/tests/functional/op_reference/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/parameter_as_output.cpp b/src/plugins/template/tests/functional/op_reference/parameter_as_output.cpp index 6b44fdc1773..5a9885c3f24 100644 --- a/src/plugins/template/tests/functional/op_reference/parameter_as_output.cpp +++ b/src/plugins/template/tests/functional/op_reference/parameter_as_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/power.cpp b/src/plugins/template/tests/functional/op_reference/power.cpp index 4ca06153977..6055b4c1653 100644 --- a/src/plugins/template/tests/functional/op_reference/power.cpp +++ b/src/plugins/template/tests/functional/op_reference/power.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/prelu.cpp b/src/plugins/template/tests/functional/op_reference/prelu.cpp index 98ab7d02f83..a3c88431a62 100644 --- a/src/plugins/template/tests/functional/op_reference/prelu.cpp +++ b/src/plugins/template/tests/functional/op_reference/prelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/prior_box.cpp b/src/plugins/template/tests/functional/op_reference/prior_box.cpp index f2d514620a9..f59857af23a 100644 --- a/src/plugins/template/tests/functional/op_reference/prior_box.cpp +++ b/src/plugins/template/tests/functional/op_reference/prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/prior_box_clustered.cpp b/src/plugins/template/tests/functional/op_reference/prior_box_clustered.cpp index 358477ee9ed..11febb22947 100644 --- a/src/plugins/template/tests/functional/op_reference/prior_box_clustered.cpp +++ b/src/plugins/template/tests/functional/op_reference/prior_box_clustered.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/proposal.cpp b/src/plugins/template/tests/functional/op_reference/proposal.cpp index 431ded8ca1a..8d1cdc33cb1 100644 --- a/src/plugins/template/tests/functional/op_reference/proposal.cpp +++ b/src/plugins/template/tests/functional/op_reference/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/psroi_pooling.cpp b/src/plugins/template/tests/functional/op_reference/psroi_pooling.cpp index 0d7207b5ddc..6b96f5c266a 100644 --- a/src/plugins/template/tests/functional/op_reference/psroi_pooling.cpp +++ b/src/plugins/template/tests/functional/op_reference/psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/random_uniform.cpp b/src/plugins/template/tests/functional/op_reference/random_uniform.cpp index 706a7217c1d..270e6f61551 100644 --- a/src/plugins/template/tests/functional/op_reference/random_uniform.cpp +++ b/src/plugins/template/tests/functional/op_reference/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/range.cpp b/src/plugins/template/tests/functional/op_reference/range.cpp index 1948fcb0919..0ec5a05b0be 100644 --- a/src/plugins/template/tests/functional/op_reference/range.cpp +++ b/src/plugins/template/tests/functional/op_reference/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/rdft.cpp b/src/plugins/template/tests/functional/op_reference/rdft.cpp index 41bfc9d0645..b959875ef0e 100644 --- a/src/plugins/template/tests/functional/op_reference/rdft.cpp +++ b/src/plugins/template/tests/functional/op_reference/rdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reduce_l1.cpp b/src/plugins/template/tests/functional/op_reference/reduce_l1.cpp index 679074176e4..6e0c2fe2aa2 100644 --- a/src/plugins/template/tests/functional/op_reference/reduce_l1.cpp +++ b/src/plugins/template/tests/functional/op_reference/reduce_l1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reduce_l2.cpp b/src/plugins/template/tests/functional/op_reference/reduce_l2.cpp index 8649400d975..565f89d58f7 100644 --- a/src/plugins/template/tests/functional/op_reference/reduce_l2.cpp +++ b/src/plugins/template/tests/functional/op_reference/reduce_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reduce_max.cpp b/src/plugins/template/tests/functional/op_reference/reduce_max.cpp index 4d2011f1083..0674595de4e 100644 --- a/src/plugins/template/tests/functional/op_reference/reduce_max.cpp +++ b/src/plugins/template/tests/functional/op_reference/reduce_max.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reduce_mean.cpp b/src/plugins/template/tests/functional/op_reference/reduce_mean.cpp index 0a15efca570..def9d837b46 100644 --- a/src/plugins/template/tests/functional/op_reference/reduce_mean.cpp +++ b/src/plugins/template/tests/functional/op_reference/reduce_mean.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reduce_min.cpp b/src/plugins/template/tests/functional/op_reference/reduce_min.cpp index 0b9fb15f75c..abc9dca1576 100644 --- a/src/plugins/template/tests/functional/op_reference/reduce_min.cpp +++ b/src/plugins/template/tests/functional/op_reference/reduce_min.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reduce_prod.cpp b/src/plugins/template/tests/functional/op_reference/reduce_prod.cpp index 96cf56bd5fa..d030633932f 100644 --- a/src/plugins/template/tests/functional/op_reference/reduce_prod.cpp +++ b/src/plugins/template/tests/functional/op_reference/reduce_prod.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reduce_sum.cpp b/src/plugins/template/tests/functional/op_reference/reduce_sum.cpp index 112e18043b7..ab77acc3cf6 100644 --- a/src/plugins/template/tests/functional/op_reference/reduce_sum.cpp +++ b/src/plugins/template/tests/functional/op_reference/reduce_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reduction.cpp b/src/plugins/template/tests/functional/op_reference/reduction.cpp index 98a0133ee62..8f47115addd 100644 --- a/src/plugins/template/tests/functional/op_reference/reduction.cpp +++ b/src/plugins/template/tests/functional/op_reference/reduction.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reduction.hpp b/src/plugins/template/tests/functional/op_reference/reduction.hpp index 42472691611..8464ddfe230 100644 --- a/src/plugins/template/tests/functional/op_reference/reduction.hpp +++ b/src/plugins/template/tests/functional/op_reference/reduction.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/relu.cpp b/src/plugins/template/tests/functional/op_reference/relu.cpp index 2df326758fd..97c29c68303 100644 --- a/src/plugins/template/tests/functional/op_reference/relu.cpp +++ b/src/plugins/template/tests/functional/op_reference/relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reorg_yolo.cpp b/src/plugins/template/tests/functional/op_reference/reorg_yolo.cpp index 43e509b4b05..2a19633173a 100644 --- a/src/plugins/template/tests/functional/op_reference/reorg_yolo.cpp +++ b/src/plugins/template/tests/functional/op_reference/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reshape.cpp b/src/plugins/template/tests/functional/op_reference/reshape.cpp index d4a6174ecac..b520f6f573c 100644 --- a/src/plugins/template/tests/functional/op_reference/reshape.cpp +++ b/src/plugins/template/tests/functional/op_reference/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/result.cpp b/src/plugins/template/tests/functional/op_reference/result.cpp index 9b458e4e130..3b095e90226 100644 --- a/src/plugins/template/tests/functional/op_reference/result.cpp +++ b/src/plugins/template/tests/functional/op_reference/result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reverse.cpp b/src/plugins/template/tests/functional/op_reference/reverse.cpp index b7e19dfbdaf..4ac7d68ff3c 100644 --- a/src/plugins/template/tests/functional/op_reference/reverse.cpp +++ b/src/plugins/template/tests/functional/op_reference/reverse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/reverse_sequence.cpp b/src/plugins/template/tests/functional/op_reference/reverse_sequence.cpp index 8135f94b360..1cac6e55ac5 100644 --- a/src/plugins/template/tests/functional/op_reference/reverse_sequence.cpp +++ b/src/plugins/template/tests/functional/op_reference/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/rnn_cell.cpp b/src/plugins/template/tests/functional/op_reference/rnn_cell.cpp index ae9685174a1..7d4c9c9bfd8 100644 --- a/src/plugins/template/tests/functional/op_reference/rnn_cell.cpp +++ b/src/plugins/template/tests/functional/op_reference/rnn_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/roi_align.cpp b/src/plugins/template/tests/functional/op_reference/roi_align.cpp index 3bad155201b..7f15d42a53a 100644 --- a/src/plugins/template/tests/functional/op_reference/roi_align.cpp +++ b/src/plugins/template/tests/functional/op_reference/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/roi_pooling.cpp b/src/plugins/template/tests/functional/op_reference/roi_pooling.cpp index cce7a1dd4ec..013002234d2 100644 --- a/src/plugins/template/tests/functional/op_reference/roi_pooling.cpp +++ b/src/plugins/template/tests/functional/op_reference/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/roll.cpp b/src/plugins/template/tests/functional/op_reference/roll.cpp index 63293f1c323..d0287806579 100644 --- a/src/plugins/template/tests/functional/op_reference/roll.cpp +++ b/src/plugins/template/tests/functional/op_reference/roll.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/round.cpp b/src/plugins/template/tests/functional/op_reference/round.cpp index cb20868e575..173a2942572 100644 --- a/src/plugins/template/tests/functional/op_reference/round.cpp +++ b/src/plugins/template/tests/functional/op_reference/round.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/scatter_elements_update.cpp b/src/plugins/template/tests/functional/op_reference/scatter_elements_update.cpp index ca908f55f5f..ee7849a638c 100644 --- a/src/plugins/template/tests/functional/op_reference/scatter_elements_update.cpp +++ b/src/plugins/template/tests/functional/op_reference/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/scatter_nd_update.cpp b/src/plugins/template/tests/functional/op_reference/scatter_nd_update.cpp index 090503c5c29..d2523d9ab84 100644 --- a/src/plugins/template/tests/functional/op_reference/scatter_nd_update.cpp +++ b/src/plugins/template/tests/functional/op_reference/scatter_nd_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/scatter_update.cpp b/src/plugins/template/tests/functional/op_reference/scatter_update.cpp index c3f210d7bfd..69374616810 100644 --- a/src/plugins/template/tests/functional/op_reference/scatter_update.cpp +++ b/src/plugins/template/tests/functional/op_reference/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/select.cpp b/src/plugins/template/tests/functional/op_reference/select.cpp index 72971888f27..125337c3129 100644 --- a/src/plugins/template/tests/functional/op_reference/select.cpp +++ b/src/plugins/template/tests/functional/op_reference/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/selu.cpp b/src/plugins/template/tests/functional/op_reference/selu.cpp index 5feecc16b82..d095cf4b3c3 100644 --- a/src/plugins/template/tests/functional/op_reference/selu.cpp +++ b/src/plugins/template/tests/functional/op_reference/selu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/shape_of.cpp b/src/plugins/template/tests/functional/op_reference/shape_of.cpp index 70069c2b9ad..a6ad69e1cfb 100644 --- a/src/plugins/template/tests/functional/op_reference/shape_of.cpp +++ b/src/plugins/template/tests/functional/op_reference/shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/shuffle_channels.cpp b/src/plugins/template/tests/functional/op_reference/shuffle_channels.cpp index f3cd395bf4a..c49f80cf921 100644 --- a/src/plugins/template/tests/functional/op_reference/shuffle_channels.cpp +++ b/src/plugins/template/tests/functional/op_reference/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/sigmoid.cpp b/src/plugins/template/tests/functional/op_reference/sigmoid.cpp index b8f29219783..f18165b1f4d 100644 --- a/src/plugins/template/tests/functional/op_reference/sigmoid.cpp +++ b/src/plugins/template/tests/functional/op_reference/sigmoid.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/sign.cpp b/src/plugins/template/tests/functional/op_reference/sign.cpp index 67ba7a81f19..aa24f5b1c63 100644 --- a/src/plugins/template/tests/functional/op_reference/sign.cpp +++ b/src/plugins/template/tests/functional/op_reference/sign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/sin.cpp b/src/plugins/template/tests/functional/op_reference/sin.cpp index e3466415bc9..55790d6e05e 100644 --- a/src/plugins/template/tests/functional/op_reference/sin.cpp +++ b/src/plugins/template/tests/functional/op_reference/sin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/sinh.cpp b/src/plugins/template/tests/functional/op_reference/sinh.cpp index f966d08897d..b0ffbb32655 100644 --- a/src/plugins/template/tests/functional/op_reference/sinh.cpp +++ b/src/plugins/template/tests/functional/op_reference/sinh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/slice.cpp b/src/plugins/template/tests/functional/op_reference/slice.cpp index 21455df6786..9e5ead831dd 100644 --- a/src/plugins/template/tests/functional/op_reference/slice.cpp +++ b/src/plugins/template/tests/functional/op_reference/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/softmax.cpp b/src/plugins/template/tests/functional/op_reference/softmax.cpp index 4bbd1191548..73bb7e30151 100644 --- a/src/plugins/template/tests/functional/op_reference/softmax.cpp +++ b/src/plugins/template/tests/functional/op_reference/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/softplus.cpp b/src/plugins/template/tests/functional/op_reference/softplus.cpp index 1d0e18accb9..a8d776fb633 100644 --- a/src/plugins/template/tests/functional/op_reference/softplus.cpp +++ b/src/plugins/template/tests/functional/op_reference/softplus.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/softsign.cpp b/src/plugins/template/tests/functional/op_reference/softsign.cpp index 299c108956c..a4a2c286fd1 100644 --- a/src/plugins/template/tests/functional/op_reference/softsign.cpp +++ b/src/plugins/template/tests/functional/op_reference/softsign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/space_to_batch.cpp b/src/plugins/template/tests/functional/op_reference/space_to_batch.cpp index 32bcf21cab7..e9751afbdab 100644 --- a/src/plugins/template/tests/functional/op_reference/space_to_batch.cpp +++ b/src/plugins/template/tests/functional/op_reference/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/space_to_depth.cpp b/src/plugins/template/tests/functional/op_reference/space_to_depth.cpp index 19a6b71c034..3faf84a2d26 100644 --- a/src/plugins/template/tests/functional/op_reference/space_to_depth.cpp +++ b/src/plugins/template/tests/functional/op_reference/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/split.cpp b/src/plugins/template/tests/functional/op_reference/split.cpp index cba426f33a2..a88aa800df9 100644 --- a/src/plugins/template/tests/functional/op_reference/split.cpp +++ b/src/plugins/template/tests/functional/op_reference/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/sqrt.cpp b/src/plugins/template/tests/functional/op_reference/sqrt.cpp index 53ff3dc0d8e..17b23af8dd2 100644 --- a/src/plugins/template/tests/functional/op_reference/sqrt.cpp +++ b/src/plugins/template/tests/functional/op_reference/sqrt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/squared_difference.cpp b/src/plugins/template/tests/functional/op_reference/squared_difference.cpp index 230798b927f..fda71b9d14e 100644 --- a/src/plugins/template/tests/functional/op_reference/squared_difference.cpp +++ b/src/plugins/template/tests/functional/op_reference/squared_difference.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/squeeze.cpp b/src/plugins/template/tests/functional/op_reference/squeeze.cpp index 0a1504de880..6c2101fc248 100644 --- a/src/plugins/template/tests/functional/op_reference/squeeze.cpp +++ b/src/plugins/template/tests/functional/op_reference/squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/strided_slice.cpp b/src/plugins/template/tests/functional/op_reference/strided_slice.cpp index 54ae9bb8ed3..2e61659233f 100644 --- a/src/plugins/template/tests/functional/op_reference/strided_slice.cpp +++ b/src/plugins/template/tests/functional/op_reference/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/subtract.cpp b/src/plugins/template/tests/functional/op_reference/subtract.cpp index 12bc8c888cb..bf106ef157e 100644 --- a/src/plugins/template/tests/functional/op_reference/subtract.cpp +++ b/src/plugins/template/tests/functional/op_reference/subtract.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/swish.cpp b/src/plugins/template/tests/functional/op_reference/swish.cpp index 5c551902f7c..95a72c66730 100644 --- a/src/plugins/template/tests/functional/op_reference/swish.cpp +++ b/src/plugins/template/tests/functional/op_reference/swish.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/tan.cpp b/src/plugins/template/tests/functional/op_reference/tan.cpp index 6bb99834617..0258f35d470 100644 --- a/src/plugins/template/tests/functional/op_reference/tan.cpp +++ b/src/plugins/template/tests/functional/op_reference/tan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/tanh.cpp b/src/plugins/template/tests/functional/op_reference/tanh.cpp index 43765f9145a..52365139312 100644 --- a/src/plugins/template/tests/functional/op_reference/tanh.cpp +++ b/src/plugins/template/tests/functional/op_reference/tanh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/tile.cpp b/src/plugins/template/tests/functional/op_reference/tile.cpp index 4cb0a002327..b48c55646b1 100644 --- a/src/plugins/template/tests/functional/op_reference/tile.cpp +++ b/src/plugins/template/tests/functional/op_reference/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/topk.cpp b/src/plugins/template/tests/functional/op_reference/topk.cpp index b702a97519d..b754fb2e3d5 100644 --- a/src/plugins/template/tests/functional/op_reference/topk.cpp +++ b/src/plugins/template/tests/functional/op_reference/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/transpose.cpp b/src/plugins/template/tests/functional/op_reference/transpose.cpp index 0ebb36e781b..1f62406b564 100644 --- a/src/plugins/template/tests/functional/op_reference/transpose.cpp +++ b/src/plugins/template/tests/functional/op_reference/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/unique.cpp b/src/plugins/template/tests/functional/op_reference/unique.cpp index d53acc09797..98b8efd1efc 100644 --- a/src/plugins/template/tests/functional/op_reference/unique.cpp +++ b/src/plugins/template/tests/functional/op_reference/unique.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/unsqueeze.cpp b/src/plugins/template/tests/functional/op_reference/unsqueeze.cpp index f486035de10..742f19c59c7 100644 --- a/src/plugins/template/tests/functional/op_reference/unsqueeze.cpp +++ b/src/plugins/template/tests/functional/op_reference/unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/op_reference/variadic_split.cpp b/src/plugins/template/tests/functional/op_reference/variadic_split.cpp index 1f32da3440b..7b16531cd4e 100644 --- a/src/plugins/template/tests/functional/op_reference/variadic_split.cpp +++ b/src/plugins/template/tests/functional/op_reference/variadic_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/preprocessing/yuv_to_grey_tests.cpp b/src/plugins/template/tests/functional/preprocessing/yuv_to_grey_tests.cpp index e468fde15d8..9d8b0250d62 100644 --- a/src/plugins/template/tests/functional/preprocessing/yuv_to_grey_tests.cpp +++ b/src/plugins/template/tests/functional/preprocessing/yuv_to_grey_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/set_device_name.cpp b/src/plugins/template/tests/functional/set_device_name.cpp index f2e45bd34df..3f7e4a6d065 100644 --- a/src/plugins/template/tests/functional/set_device_name.cpp +++ b/src/plugins/template/tests/functional/set_device_name.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "set_device_name.hpp" diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/get_metric.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/get_metric.cpp index 2e525c84cc6..4c10dccf609 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/get_metric.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/get_metric.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/ov_exec_net_import_export.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/ov_exec_net_import_export.cpp index 72f63a2344d..b487da3b98e 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/ov_exec_net_import_export.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/ov_exec_net_import_export.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "behavior/compiled_model/import_export.hpp" diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties.cpp index 4f5ba4f1baf..01ce3a4fbcb 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_executable_network/properties.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp index 64152aad1d3..e772ebaf6f2 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/callback.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp index 1746a4ee5b7..d40beca1db0 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/cancellation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp index 318ca494d1b..c4545725a85 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/infer_request_dynamic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp index 14e51f2cfee..609c8a0f135 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp index 9949e943999..eaf83f1c7ef 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/io_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp index 6d8fd09d192..643a6a30a35 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/memory_states.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp index 3607e851ff6..1dc99c25d54 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/multithreading.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/properties_tests.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/properties_tests.cpp index 8aae5e01116..2a5992a5927 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/properties_tests.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp index 06733733a7b..668fc68e9f7 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_infer_request/wait.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp index 2c9e058b1c4..373c389b478 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/caching_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp index c746a410507..31095a9cdee 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/core_integration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifcorer: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/hetero_synthetic.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/hetero_synthetic.cpp index 090ce0e32f1..ba868334255 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/hetero_synthetic.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/hetero_synthetic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp index a415fa49060..b6c21e7b87f 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/life_time.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp index f97448c7dea..bdef9d414cb 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/remote.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/remote.cpp index 6417170c6f6..bf925502658 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/remote.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/remote.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp index 1d2a49c29ff..5588990099c 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp b/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp index 43f44cd68c8..6ac3e9cbbad 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp b/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp index 7689d706432..5fe59fa451b 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp b/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp index f6c17028caf..4b3fe71e771 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp b/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp index 18c1c2f3dfc..b28ff9a3804 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/split.cpp b/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/split.cpp index e2d84bad5e7..1a9c6393c30 100644 --- a/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/split.cpp +++ b/src/plugins/template/tests/functional/shared_tests_instances/single_layer_tests/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/subgraph_reference/preprocess.cpp b/src/plugins/template/tests/functional/subgraph_reference/preprocess.cpp index 8ba255844f7..a2512ba1285 100644 --- a/src/plugins/template/tests/functional/subgraph_reference/preprocess.cpp +++ b/src/plugins/template/tests/functional/subgraph_reference/preprocess.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/subgraph_reference/preprocess_opencv.cpp b/src/plugins/template/tests/functional/subgraph_reference/preprocess_opencv.cpp index fa0732b5639..ece42aa7596 100644 --- a/src/plugins/template/tests/functional/subgraph_reference/preprocess_opencv.cpp +++ b/src/plugins/template/tests/functional/subgraph_reference/preprocess_opencv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/plugins/template/tests/functional/transformations/disable_transformations_test.cpp b/src/plugins/template/tests/functional/transformations/disable_transformations_test.cpp index 8ecdb00b33a..2c68975fb22 100644 --- a/src/plugins/template/tests/functional/transformations/disable_transformations_test.cpp +++ b/src/plugins/template/tests/functional/transformations/disable_transformations_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index d0a302ad12b..8caf28b8b5f 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/CMakeLists.txt b/src/tests/functional/CMakeLists.txt index bd3cd49d68d..a44b4be5db1 100644 --- a/src/tests/functional/CMakeLists.txt +++ b/src/tests/functional/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/plugin/CMakeLists.txt b/src/tests/functional/plugin/CMakeLists.txt index ae31fd195e8..3a54ca1ea50 100644 --- a/src/tests/functional/plugin/CMakeLists.txt +++ b/src/tests/functional/plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/plugin/conformance/CMakeLists.txt b/src/tests/functional/plugin/conformance/CMakeLists.txt index 52a818db5c2..603600eb050 100644 --- a/src/tests/functional/plugin/conformance/CMakeLists.txt +++ b/src/tests/functional/plugin/conformance/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/plugin/conformance/op_conformance_utils/CMakeLists.txt b/src/tests/functional/plugin/conformance/op_conformance_utils/CMakeLists.txt index 6d43ba7b720..23c42a73916 100644 --- a/src/tests/functional/plugin/conformance/op_conformance_utils/CMakeLists.txt +++ b/src/tests/functional/plugin/conformance/op_conformance_utils/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/input_info.hpp b/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/input_info.hpp index d41e1a040ed..80e50ba14ab 100644 --- a/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/input_info.hpp +++ b/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/input_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/meta_info.hpp b/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/meta_info.hpp index 3af22c37010..12e55d84ce4 100644 --- a/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/meta_info.hpp +++ b/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/meta_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/model_info.hpp b/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/model_info.hpp index 8a08977d568..10b7b523eb2 100644 --- a/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/model_info.hpp +++ b/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/meta_info/model_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/utils/dynamism.hpp b/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/utils/dynamism.hpp index f142da3d425..67fda5c847c 100644 --- a/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/utils/dynamism.hpp +++ b/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/utils/dynamism.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/utils/file.hpp b/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/utils/file.hpp index 83fb72d2ad9..40a70655e8a 100644 --- a/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/utils/file.hpp +++ b/src/tests/functional/plugin/conformance/op_conformance_utils/include/op_conformance_utils/utils/file.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/op_conformance_utils/src/meta_info/meta_info.cpp b/src/tests/functional/plugin/conformance/op_conformance_utils/src/meta_info/meta_info.cpp index 221daebd00c..9877334a3c7 100644 --- a/src/tests/functional/plugin/conformance/op_conformance_utils/src/meta_info/meta_info.cpp +++ b/src/tests/functional/plugin/conformance/op_conformance_utils/src/meta_info/meta_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/op_conformance_utils/src/utils/file.cpp b/src/tests/functional/plugin/conformance/op_conformance_utils/src/utils/file.cpp index eebdf5ce338..a3595e00ed9 100644 --- a/src/tests/functional/plugin/conformance/op_conformance_utils/src/utils/file.cpp +++ b/src/tests/functional/plugin/conformance/op_conformance_utils/src/utils/file.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/CMakeLists.txt b/src/tests/functional/plugin/conformance/subgraphs_dumper/CMakeLists.txt index 5ae02b45468..8999c9d9282 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/CMakeLists.txt +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/cache.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/cache.hpp index 353fdd6085a..22e73a53f02 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/cache.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/cache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/graph_cache.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/graph_cache.hpp index b37a3b686e9..1d14a2a68fb 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/graph_cache.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/graph_cache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/op_cache.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/op_cache.hpp index 2fe819ddb26..bc0ddfa67ef 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/op_cache.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/cache/op_cache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/gflag_config.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/gflag_config.hpp index 9a3f8fd2d34..50dd663b169 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/gflag_config.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/gflag_config.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/config.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/config.hpp index f27db8acaed..7e3c8b9f4a1 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/config.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/config.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/convolutions.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/convolutions.hpp index 900d969083e..c44a3a4fa43 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/convolutions.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/convolutions.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/manager.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/manager.hpp index 4491b991114..b561a4af102 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/manager.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/manager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/single_op.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/single_op.hpp index 29790592026..02c4ab0a1b4 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/single_op.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/single_op/single_op.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/fused_names.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/fused_names.hpp index 9d621f8ebda..57d073629d2 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/fused_names.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/fused_names.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/manager.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/manager.hpp index a099fbacf5e..e850797f95f 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/manager.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/manager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/read_value_assign.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/read_value_assign.hpp index 4a0ff57a5df..1b2aedcbb7e 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/read_value_assign.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/read_value_assign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/repeat_pattern.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/repeat_pattern.hpp index f6add866455..9266ad87d6d 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/repeat_pattern.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/repeat_pattern.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/subgraph.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/subgraph.hpp index 55fab9829a7..29321cc6402 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/subgraph.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/matchers/subgraph/subgraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/attribute_visitor.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/attribute_visitor.hpp index f0872efb9e7..fadf00051d5 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/attribute_visitor.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/attribute_visitor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/cache.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/cache.hpp index 76843852332..29146af3cfd 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/cache.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/cache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/memory.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/memory.hpp index fe3c8424e07..b1d83cffa16 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/memory.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/memory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/model.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/model.hpp index 45648c7152f..a76c07622f4 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/model.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/model_comparator.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/model_comparator.hpp index 952685c1431..73decc47bca 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/model_comparator.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/model_comparator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/node.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/node.hpp index cc44b5a94d5..5a2ec874b54 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/node.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/include/utils/node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/cache.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/cache.cpp index 3fe12f3955b..b592b5ba451 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/cache.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/graph_cache.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/graph_cache.cpp index 80e6409b685..b6ad5197f82 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/graph_cache.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/graph_cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/op_cache.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/op_cache.cpp index c1550016afb..02c41529ab0 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/op_cache.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/cache/op_cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/main.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/main.cpp index 01a6efc6cc4..cf02c74f543 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/main.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/convolutions.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/convolutions.cpp index 66006ddb137..356a5a3628b 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/convolutions.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/convolutions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/manager.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/manager.cpp index 4a076666dad..4667a888c06 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/manager.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/single_op.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/single_op.cpp index 53c59a1e9f8..ec36cca504a 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/single_op.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/single_op/single_op.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/fused_names.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/fused_names.cpp index 38812b9d840..f6f76c2893c 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/fused_names.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/fused_names.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/manager.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/manager.cpp index 0b3a4274b93..ea789340e61 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/manager.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/read_value_assign.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/read_value_assign.cpp index 0f88a539369..2a7e3b2a65f 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/read_value_assign.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/read_value_assign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/repeat_pattern.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/repeat_pattern.cpp index 9892f096731..a35b4f10879 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/repeat_pattern.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/matchers/subgraph/repeat_pattern.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/cache.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/cache.cpp index 049fd35eb82..e10579dcae8 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/cache.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/memory.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/memory.cpp index df9b0d8b264..ae01c342860 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/memory.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/memory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/model.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/model.cpp index ad0e4f88a9d..79b3a10225c 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/model.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/model_comparator.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/model_comparator.cpp index 689073b6c46..b74274d19bc 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/model_comparator.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/model_comparator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/node.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/node.cpp index 76282bfa411..4f3b37a1f04 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/node.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/src/utils/node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "openvino/core/validation_util.hpp" diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/CMakeLists.txt b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/CMakeLists.txt index e651825c53c..3b8d02188c6 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/CMakeLists.txt +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/base_test.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/base_test.hpp index b3d19d98ed1..3024f76e91f 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/base_test.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/base_test.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/cache.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/cache.cpp index 11667836c8e..0eb448b106d 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/cache.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/graph_cache.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/graph_cache.cpp index 8a06144f4d6..ec7d155d551 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/graph_cache.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/graph_cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/meta.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/meta.cpp index a7ed1076024..0d03ff9ad7a 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/meta.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/meta.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/op_cache.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/op_cache.cpp index 0cdb08fb6e7..c795fed6cc7 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/op_cache.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/cache/op_cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/convolutions_matcher.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/convolutions_matcher.cpp index c5812a4f319..d6a2a405fcf 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/convolutions_matcher.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/convolutions_matcher.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/generic_single_op.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/generic_single_op.cpp index 11481b1a968..97237092bc4 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/generic_single_op.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/generic_single_op.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/manager.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/manager.cpp index ccc93fa493a..cb4dc5ae89e 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/manager.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/matchers_config.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/matchers_config.cpp index c9996b2a64e..0f1b6b6773a 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/matchers_config.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/single_op/matchers_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/fused_names.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/fused_names.cpp index 2aa6e3ec95f..ddb1c88dd7b 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/fused_names.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/fused_names.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 -//// Copyright (C) 2018-2023 Intel Corporation +//// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/manager.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/manager.cpp index 6a298b3497c..a622317ddb0 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/manager.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/read_value.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/read_value.cpp index ac7ece04792..6f335c60abd 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/read_value.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/read_value.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 -//// Copyright (C) 2018-2023 Intel Corporation +//// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/repeat_pattern.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/repeat_pattern.cpp index d59181879f2..e945b28319f 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/repeat_pattern.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/repeat_pattern.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/subgraph.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/subgraph.cpp index 8819456bdcf..3958271085a 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/subgraph.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/matchers/subgraph/subgraph.cpp @@ -1,4 +1,4 @@ -// // Copyright (C) 2018-2023 Intel Corporation +// // Copyright (C) 2018-2024 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 // // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/skip_tests_config.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/skip_tests_config.cpp index ddd305cd463..9b97328306a 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/skip_tests_config.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_0.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_0.hpp index 6debc1fce17..8455b8ee405 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_0.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_0.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_1.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_1.hpp index a1a9a037d1f..f1442ce03af 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_1.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_1.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_2.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_2.hpp index 94f11ee192b..d04eaaa6d7c 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_2.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_3.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_3.hpp index 468e40a5318..e8a3a089aec 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_3.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_3.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_4.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_4.hpp index 279a29a0e18..64f850e9bf1 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_4.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_4.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_5.hpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_5.hpp index d0fe8026c44..a6c82ba2bb1 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_5.hpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/test_models/model_5.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/model.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/model.cpp index 660a99014d1..b6b3fc50bab 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/model.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/model_comparator.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/model_comparator.cpp index fce48a3043e..acb5c196739 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/model_comparator.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/model_comparator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/node.cpp b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/node.cpp index d4e2df2c6a5..a75d2be74e5 100644 --- a/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/node.cpp +++ b/src/tests/functional/plugin/conformance/subgraphs_dumper/tests/utils/node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/CMakeLists.txt b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/CMakeLists.txt index 36dd0dcaac5..97649d89df7 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/CMakeLists.txt +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/core_config.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/core_config.cpp index 47939f62202..e8f31acf217 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/core_config.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/core_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/exec_network_base.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/exec_network_base.cpp index 0d68cd17cb2..221b06283e0 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/exec_network_base.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/exec_network_base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/get_metric.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/get_metric.cpp index 0ba835a8c5f..2083c9f55b8 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/get_metric.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/get_metric.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/properties.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/properties.cpp index 4bed2571efe..d7473c8b783 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/properties.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_executable_network/properties.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/callback.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/callback.cpp index 1dd60fd8e5f..474e35026d3 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/callback.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/callback.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/cancellation.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/cancellation.cpp index 63e021f2709..978cbbabd06 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/cancellation.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/cancellation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/infer_request_dynamic.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/infer_request_dynamic.cpp index ffb261f343d..806aacf386e 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/infer_request_dynamic.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/infer_request_dynamic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/inference_chaining.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/inference_chaining.cpp index 9826fd9acab..bbe67ed1b63 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/inference_chaining.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/inference_chaining.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/io_tensor.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/io_tensor.cpp index ce1c9cfaa9c..b54d52cc2a4 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/io_tensor.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/io_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/multithreading.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/multithreading.cpp index f9bfd3e1053..2477391bf8d 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/multithreading.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/multithreading.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/perf_counters.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/perf_counters.cpp index 9d7de945e94..1cb8954a867 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/perf_counters.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/perf_counters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/wait.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/wait.cpp index 1830a533d9e..50cb783c3b9 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/wait.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_infer_request/wait.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/caching_tests.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/caching_tests.cpp index 21ec9a75717..455c6c64f71 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/caching_tests.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/caching_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/core_integration.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/core_integration.cpp index 3cf1aca5c7e..9259c1e852a 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/core_integration.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/core_integration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/life_time.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/life_time.cpp index e92ad9b5780..2ca9df779c4 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/life_time.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/life_time.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/properties.cpp b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/properties.cpp index d1eaea557e2..7176ea57d14 100644 --- a/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/properties.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/src/ov_plugin/properties.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/conformance_infra/CMakeLists.txt b/src/tests/functional/plugin/conformance/test_runner/conformance_infra/CMakeLists.txt index 09fbca1fe86..d8cba45338e 100644 --- a/src/tests/functional/plugin/conformance/test_runner/conformance_infra/CMakeLists.txt +++ b/src/tests/functional/plugin/conformance/test_runner/conformance_infra/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/plugin/conformance/test_runner/conformance_infra/include/conformance.hpp b/src/tests/functional/plugin/conformance/test_runner/conformance_infra/include/conformance.hpp index f8b7c079aa1..306a7f83d95 100644 --- a/src/tests/functional/plugin/conformance/test_runner/conformance_infra/include/conformance.hpp +++ b/src/tests/functional/plugin/conformance/test_runner/conformance_infra/include/conformance.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/conformance_infra/include/gflag_config.hpp b/src/tests/functional/plugin/conformance/test_runner/conformance_infra/include/gflag_config.hpp index 145d54d704c..b891061ad57 100644 --- a/src/tests/functional/plugin/conformance/test_runner/conformance_infra/include/gflag_config.hpp +++ b/src/tests/functional/plugin/conformance/test_runner/conformance_infra/include/gflag_config.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/conformance_infra/src/main.cpp b/src/tests/functional/plugin/conformance/test_runner/conformance_infra/src/main.cpp index cc75676d557..693c2cca018 100644 --- a/src/tests/functional/plugin/conformance/test_runner/conformance_infra/src/main.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/conformance_infra/src/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/conformance_infra/src/skip_tests_config.cpp b/src/tests/functional/plugin/conformance/test_runner/conformance_infra/src/skip_tests_config.cpp index e077f7e4c4a..0c2f142a0f6 100644 --- a/src/tests/functional/plugin/conformance/test_runner/conformance_infra/src/skip_tests_config.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/conformance_infra/src/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/CMakeLists.txt b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/CMakeLists.txt index 7798ab5807e..15f75e89c07 100644 --- a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/CMakeLists.txt +++ b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/op_impl_check/op_impl_check.hpp b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/op_impl_check/op_impl_check.hpp index b29f7501233..23ebd858c65 100644 --- a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/op_impl_check/op_impl_check.hpp +++ b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/op_impl_check/op_impl_check.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/op_impl_check/single_op_graph.hpp b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/op_impl_check/single_op_graph.hpp index 8df8563fd6f..6097e99dc8b 100644 --- a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/op_impl_check/single_op_graph.hpp +++ b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/op_impl_check/single_op_graph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/read_ir_test/read_ir.hpp b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/read_ir_test/read_ir.hpp index ad66f4f206b..45880a57f9e 100644 --- a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/read_ir_test/read_ir.hpp +++ b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/read_ir_test/read_ir.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/utils/models.hpp b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/utils/models.hpp index a33c9bafdf6..03609515f68 100644 --- a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/utils/models.hpp +++ b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/utils/models.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/utils/types.hpp b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/utils/types.hpp index 722deecfba3..24a71dd01d8 100644 --- a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/utils/types.hpp +++ b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/include/utils/types.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/core_config.cpp b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/core_config.cpp index 3562842912a..0475bc35a87 100644 --- a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/core_config.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/core_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/op_impl_check/op_impl_check.cpp b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/op_impl_check/op_impl_check.cpp index 60237a3df5e..b7dffc692fc 100644 --- a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/op_impl_check/op_impl_check.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/op_impl_check/op_impl_check.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/read_ir/read_ir.cpp b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/read_ir/read_ir.cpp index 0794ca842f3..1943db27f92 100644 --- a/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/read_ir/read_ir.cpp +++ b/src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/read_ir/read_ir.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/CMakeLists.txt b/src/tests/functional/plugin/shared/CMakeLists.txt index e0244707a98..d8e7d4366ab 100644 --- a/src/tests/functional/plugin/shared/CMakeLists.txt +++ b/src/tests/functional/plugin/shared/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/plugin/shared/include/base/multi/multi_helpers.hpp b/src/tests/functional/plugin/shared/include/base/multi/multi_helpers.hpp index 291e7bebea5..36652ac684c 100644 --- a/src/tests/functional/plugin/shared/include/base/multi/multi_helpers.hpp +++ b/src/tests/functional/plugin/shared/include/base/multi/multi_helpers.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/base/ov_behavior_test_utils.hpp b/src/tests/functional/plugin/shared/include/base/ov_behavior_test_utils.hpp index 755d0c57c29..9de110a82b3 100644 --- a/src/tests/functional/plugin/shared/include/base/ov_behavior_test_utils.hpp +++ b/src/tests/functional/plugin/shared/include/base/ov_behavior_test_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/compiled_model/compiled_model_base.hpp b/src/tests/functional/plugin/shared/include/behavior/compiled_model/compiled_model_base.hpp index 4967e8a46dd..4dfe19877ec 100644 --- a/src/tests/functional/plugin/shared/include/behavior/compiled_model/compiled_model_base.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/compiled_model/compiled_model_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifcorer: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/compiled_model/import_export.hpp b/src/tests/functional/plugin/shared/include/behavior/compiled_model/import_export.hpp index 18d86f0de30..a23206d7c7a 100644 --- a/src/tests/functional/plugin/shared/include/behavior/compiled_model/import_export.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/compiled_model/import_export.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifcorer: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/compiled_model/properties_hetero.hpp b/src/tests/functional/plugin/shared/include/behavior/compiled_model/properties_hetero.hpp index 177ffd621f0..9138562d8b8 100644 --- a/src/tests/functional/plugin/shared/include/behavior/compiled_model/properties_hetero.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/compiled_model/properties_hetero.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/callback.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/callback.hpp index 7252feb04fb..3dafd3890fe 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/callback.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/callback.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/cancellation.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/cancellation.hpp index 78fc8829aa6..4081ce5301d 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/cancellation.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/cancellation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/infer_consistency.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/infer_consistency.hpp index 7fe8a116e1f..7ad63fb8286 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/infer_consistency.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/infer_consistency.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/infer_request_dynamic.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/infer_request_dynamic.hpp index e855587bb79..a9ab3cea07b 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/infer_request_dynamic.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/infer_request_dynamic.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/inference_chaining.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/inference_chaining.hpp index 4965ac87ee8..155b51fd77a 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/inference_chaining.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/inference_chaining.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/io_tensor.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/io_tensor.hpp index 27281cf468a..ede8ac940c2 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/io_tensor.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/io_tensor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/iteration_chaining.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/iteration_chaining.hpp index 966632f62c7..1e120a5f1e6 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/iteration_chaining.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/iteration_chaining.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/memory_states.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/memory_states.hpp index ca971cfa02e..49ea1b68143 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/memory_states.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/memory_states.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/multithreading.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/multithreading.hpp index 21ec19a1031..24ce79e5af3 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/multithreading.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/multithreading.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/perf_counters.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/perf_counters.hpp index c309bc04a3b..b1062e1d18a 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/perf_counters.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/perf_counters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/properties_tests.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/properties_tests.hpp index ac191f2966b..7a450252c6a 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/properties_tests.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/properties_tests.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/wait.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/wait.hpp index a679ec6c7a3..fcfae589756 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/wait.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_infer_request/wait.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/auto_batching_tests.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/auto_batching_tests.hpp index 6d1288adbeb..1d15a5f238d 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/auto_batching_tests.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/auto_batching_tests.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/caching_tests.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/caching_tests.hpp index 70ba11c7665..24ada36c80d 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/caching_tests.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/caching_tests.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/core_threading.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/core_threading.hpp index 210c7362d19..43fb63ccc5e 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/core_threading.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/core_threading.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/hetero_synthetic.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/hetero_synthetic.hpp index bfc4640f8fa..89235c4e665 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/hetero_synthetic.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/hetero_synthetic.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/life_time.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/life_time.hpp index 516a11a3dc7..29f1afc22db 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/life_time.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/life_time.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/properties_tests.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/properties_tests.hpp index 988d4b526da..752a67818f2 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/properties_tests.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/properties_tests.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/remote.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/remote.hpp index a4705f86669..3bf23d2e7b1 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/remote.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/remote.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/version.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/version.hpp index 19cbdf7154c..caa7a54df2d 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/version.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/version.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/execution_graph_tests/add_output.hpp b/src/tests/functional/plugin/shared/include/execution_graph_tests/add_output.hpp index a2b6b9247c3..5be33f1c63b 100644 --- a/src/tests/functional/plugin/shared/include/execution_graph_tests/add_output.hpp +++ b/src/tests/functional/plugin/shared/include/execution_graph_tests/add_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/execution_graph_tests/disable_lowering_precision.hpp b/src/tests/functional/plugin/shared/include/execution_graph_tests/disable_lowering_precision.hpp index f231f325bd6..64b5b896463 100644 --- a/src/tests/functional/plugin/shared/include/execution_graph_tests/disable_lowering_precision.hpp +++ b/src/tests/functional/plugin/shared/include/execution_graph_tests/disable_lowering_precision.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/execution_graph_tests/keep_assign.hpp b/src/tests/functional/plugin/shared/include/execution_graph_tests/keep_assign.hpp index 46da74b2c89..828e8c52084 100644 --- a/src/tests/functional/plugin/shared/include/execution_graph_tests/keep_assign.hpp +++ b/src/tests/functional/plugin/shared/include/execution_graph_tests/keep_assign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/execution_graph_tests/nms_transformation_for_last_node.hpp b/src/tests/functional/plugin/shared/include/execution_graph_tests/nms_transformation_for_last_node.hpp index 3ef2eba4383..093c407ddbb 100644 --- a/src/tests/functional/plugin/shared/include/execution_graph_tests/nms_transformation_for_last_node.hpp +++ b/src/tests/functional/plugin/shared/include/execution_graph_tests/nms_transformation_for_last_node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/execution_graph_tests/normalize_l2_decomposition.hpp b/src/tests/functional/plugin/shared/include/execution_graph_tests/normalize_l2_decomposition.hpp index 91fe460c0d8..d9f65b167cd 100644 --- a/src/tests/functional/plugin/shared/include/execution_graph_tests/normalize_l2_decomposition.hpp +++ b/src/tests/functional/plugin/shared/include/execution_graph_tests/normalize_l2_decomposition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/execution_graph_tests/num_inputs_fusing_bin_conv.hpp b/src/tests/functional/plugin/shared/include/execution_graph_tests/num_inputs_fusing_bin_conv.hpp index 9596a2c4ca9..55743521d68 100644 --- a/src/tests/functional/plugin/shared/include/execution_graph_tests/num_inputs_fusing_bin_conv.hpp +++ b/src/tests/functional/plugin/shared/include/execution_graph_tests/num_inputs_fusing_bin_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/execution_graph_tests/remove_parameter.hpp b/src/tests/functional/plugin/shared/include/execution_graph_tests/remove_parameter.hpp index d67cd76ca0f..2e5aa7b4ba0 100644 --- a/src/tests/functional/plugin/shared/include/execution_graph_tests/remove_parameter.hpp +++ b/src/tests/functional/plugin/shared/include/execution_graph_tests/remove_parameter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/execution_graph_tests/runtime_precision.hpp b/src/tests/functional/plugin/shared/include/execution_graph_tests/runtime_precision.hpp index f54febce541..ceca3b53cc3 100644 --- a/src/tests/functional/plugin/shared/include/execution_graph_tests/runtime_precision.hpp +++ b/src/tests/functional/plugin/shared/include/execution_graph_tests/runtime_precision.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/add_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/add_transformation.hpp index 0bfdc7d7f99..952525d03f4 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/add_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/add_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/assign_and_read_value_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/assign_and_read_value_transformation.hpp index a8bade007ba..e673793e924 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/assign_and_read_value_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/assign_and_read_value_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/clamp_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/clamp_transformation.hpp index 556efb1b6e7..9d6c93516e8 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/clamp_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/clamp_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_transformation.hpp index da1e400c52c..54506e7c8f8 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_child_and_output.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_child_and_output.hpp index 8074648b95b..52adb55a600 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_child_and_output.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_child_and_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_different_precision_on_children.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_different_precision_on_children.hpp index dedabd1da3a..7d11e1c3166 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_different_precision_on_children.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_different_precision_on_children.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_intermediate_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_intermediate_transformation.hpp index 7ee3f5d5ac0..ea92cf37baa 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_intermediate_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_intermediate_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_neighbors_graph_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_neighbors_graph_transformation.hpp index ea04d0e074c..a7154a2f03e 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_neighbors_graph_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_neighbors_graph_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_split_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_split_transformation.hpp index 101a09200e1..af2dfc68734 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_split_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/concat_with_split_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_backprop_data_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_backprop_data_transformation.hpp index 94e8eb4da53..d9604f01009 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_backprop_data_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_backprop_data_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_qdq_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_qdq_transformation.hpp index b50ca99b739..02d67742088 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_qdq_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_qdq_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_transformation.hpp index a9004284fa7..378b51a6fd1 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_with_incorrect_weights.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_with_incorrect_weights.hpp index 82ac9c7a25c..47a959c0977 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_with_incorrect_weights.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/convolution_with_incorrect_weights.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/depth_to_space_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/depth_to_space_transformation.hpp index 1061832ee35..5cf95227317 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/depth_to_space_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/depth_to_space_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/elementwise_branch_selection_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/elementwise_branch_selection_transformation.hpp index 04507768d7d..899e620f72f 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/elementwise_branch_selection_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/elementwise_branch_selection_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_avg_pool_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_avg_pool_transformation.hpp index 070b9591cba..c49057c7642 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_avg_pool_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_avg_pool_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_max_pool_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_max_pool_transformation.hpp index 1b1779e776f..364ad78e69b 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_max_pool_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_max_pool_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_two_output_branches_with_convolution.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_two_output_branches_with_convolution.hpp index 068981e97b2..c4e614ad841 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_two_output_branches_with_convolution.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_and_two_output_branches_with_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_precision_selection_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_precision_selection_transformation.hpp index d57593a75c4..5798c7d95ac 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_precision_selection_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_precision_selection_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_transformation.hpp index fe9b1eed0bf..95d41e97125 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_with_dq_not_optimal_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_with_dq_not_optimal_transformation.hpp index 81ee8c6ed6e..71802d48e4d 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_with_dq_not_optimal_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fake_quantize_with_dq_not_optimal_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fully_connected_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fully_connected_transformation.hpp index 224fa417a3e..731ce44224e 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fully_connected_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fully_connected_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_dequantize_to_fake_quantize_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_dequantize_to_fake_quantize_transformation.hpp index f24d917f5a2..17dac0d0fec 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_dequantize_to_fake_quantize_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_dequantize_to_fake_quantize_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_fake_quantize_and_scale_shift_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_fake_quantize_and_scale_shift_transformation.hpp index c9c50813643..b0cf5c0bb0b 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_fake_quantize_and_scale_shift_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_fake_quantize_and_scale_shift_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_multiply_to_fake_quantize_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_multiply_to_fake_quantize_transformation.hpp index a9dce459369..04695573d3c 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_multiply_to_fake_quantize_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_multiply_to_fake_quantize_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.hpp index ac9f65bd5a9..db2dd727e2d 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/gemm_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/gemm_transformation.hpp index b3b0fd28593..31385315ad2 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/gemm_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/gemm_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/group_convolution_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/group_convolution_transformation.hpp index 8bf26607b87..984cffbc66f 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/group_convolution_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/group_convolution_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/groupconvolution_qdq_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/groupconvolution_qdq_transformation.hpp index 0c90903f13b..8586d6cea83 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/groupconvolution_qdq_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/groupconvolution_qdq_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/interpolate_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/interpolate_transformation.hpp index c66ba47b658..98bb7317988 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/interpolate_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/interpolate_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_transformation.hpp index 0d1cc573871..3d394c1e456 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_with_constant_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_with_constant_transformation.hpp index 791ea91ad50..90c9a0e6a71 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_with_constant_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_with_constant_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_with_optimized_constant_fq.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_with_optimized_constant_fq.hpp index 47d3e911084..51c2502c2db 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_with_optimized_constant_fq.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/mat_mul_with_optimized_constant_fq.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/move_fake_quantize_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/move_fake_quantize_transformation.hpp index 806d2f12cb6..3caa943a3e9 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/move_fake_quantize_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/move_fake_quantize_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_to_group_convolution_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_to_group_convolution_transformation.hpp index cb4112ba6c9..aa635bd86eb 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_to_group_convolution_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_to_group_convolution_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_transformation.hpp index 1b8e02a1c04..5532d98d868 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_with_one_parent_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_with_one_parent_transformation.hpp index 4461c0b380b..c2583678b2f 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_with_one_parent_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/multiply_with_one_parent_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/normalize_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/normalize_transformation.hpp index deaf0a630bb..43b4b3f58d6 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/normalize_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/normalize_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers.hpp index 543f06724c6..3ed6555d5c5 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers_concat.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers_concat.hpp index 7bbe793bbc1..1c9a3372dc1 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers_concat.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers_concat_multi_channel.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers_concat_multi_channel.hpp index 12a133d0825..6e935b2cea4 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers_concat_multi_channel.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/output_layers_concat_multi_channel.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/pad_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/pad_transformation.hpp index 1e845dbe094..7993f58cbfb 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/pad_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/pad_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/prelu_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/prelu_transformation.hpp index 59b8fd09eb9..6d01719039a 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/prelu_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/prelu_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/pull_reshape_through_dequantization_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/pull_reshape_through_dequantization_transformation.hpp index 488737e65f7..d528f92f3c8 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/pull_reshape_through_dequantization_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/pull_reshape_through_dequantization_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/recurrent_cell_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/recurrent_cell_transformation.hpp index a9aaf579cc3..d0452c9da1b 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/recurrent_cell_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/recurrent_cell_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_max_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_max_transformation.hpp index 015edd1639a..41eaa0b5e42 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_max_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_max_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_mean_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_mean_transformation.hpp index 841c2684d29..31f616384f6 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_mean_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_mean_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_min_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_min_transformation.hpp index 2e8f94a2600..4a97aa7ff3c 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_min_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_min_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_sum_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_sum_transformation.hpp index 203886b9bd3..e7d19c72cd4 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_sum_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/reduce_sum_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/relu_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/relu_transformation.hpp index 65698145393..26aa8e68e24 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/relu_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/relu_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/reshape_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/reshape_transformation.hpp index af82d694d41..432c80d463b 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/reshape_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/reshape_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/shuffle_channels_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/shuffle_channels_transformation.hpp index 975f9cc3c46..d1ce5b42c04 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/shuffle_channels_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/shuffle_channels_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/split_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/split_transformation.hpp index 3362754c932..680e30e5dae 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/split_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/split_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/squeeze_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/squeeze_transformation.hpp index 3a71c2d2b9a..792ac405a07 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/squeeze_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/squeeze_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/strided_slice_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/strided_slice_transformation.hpp index b9bc6abe7af..2ef6da647d9 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/strided_slice_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/strided_slice_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/subtract_multiply_to_multiply_add_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/subtract_multiply_to_multiply_add_transformation.hpp index c5524f4c40c..51b6dce68b0 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/subtract_multiply_to_multiply_add_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/subtract_multiply_to_multiply_add_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/subtract_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/subtract_transformation.hpp index 90abaf00531..2910fce97f4 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/subtract_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/subtract_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/transpose_after_matmul_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/transpose_after_matmul_transformation.hpp index 86801d31d51..21bccbcd313 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/transpose_after_matmul_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/transpose_after_matmul_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/transpose_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/transpose_transformation.hpp index 27eff4a3110..e632b6de8af 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/transpose_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/transpose_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/unsqueeze_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/unsqueeze_transformation.hpp index d91fb92d8b4..992ed63fc4b 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/unsqueeze_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/unsqueeze_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/low_precision_transformations/variadic_split_transformation.hpp b/src/tests/functional/plugin/shared/include/low_precision_transformations/variadic_split_transformation.hpp index f944438aa4d..7a60587182f 100644 --- a/src/tests/functional/plugin/shared/include/low_precision_transformations/variadic_split_transformation.hpp +++ b/src/tests/functional/plugin/shared/include/low_precision_transformations/variadic_split_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/onnx/quantized_models_tests.hpp b/src/tests/functional/plugin/shared/include/onnx/quantized_models_tests.hpp index 32ca7447af8..c7d60f93c09 100644 --- a/src/tests/functional/plugin/shared/include/onnx/quantized_models_tests.hpp +++ b/src/tests/functional/plugin/shared/include/onnx/quantized_models_tests.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/preprocessing/resize_tests.hpp b/src/tests/functional/plugin/shared/include/preprocessing/resize_tests.hpp index 6d9197fb91b..775254c9f63 100644 --- a/src/tests/functional/plugin/shared/include/preprocessing/resize_tests.hpp +++ b/src/tests/functional/plugin/shared/include/preprocessing/resize_tests.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/preprocessing/yuv_to_grey_tests.hpp b/src/tests/functional/plugin/shared/include/preprocessing/yuv_to_grey_tests.hpp index b16630b9763..1abba8655c6 100644 --- a/src/tests/functional/plugin/shared/include/preprocessing/yuv_to_grey_tests.hpp +++ b/src/tests/functional/plugin/shared/include/preprocessing/yuv_to_grey_tests.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/set_device_name.hpp b/src/tests/functional/plugin/shared/include/set_device_name.hpp index f33715d5588..541085b0cf4 100644 --- a/src/tests/functional/plugin/shared/include/set_device_name.hpp +++ b/src/tests/functional/plugin/shared/include/set_device_name.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_layer_tests/experimental_detectron_prior_grid_generator.hpp b/src/tests/functional/plugin/shared/include/single_layer_tests/experimental_detectron_prior_grid_generator.hpp index c39c45e32a5..1c76687bb29 100644 --- a/src/tests/functional/plugin/shared/include/single_layer_tests/experimental_detectron_prior_grid_generator.hpp +++ b/src/tests/functional/plugin/shared/include/single_layer_tests/experimental_detectron_prior_grid_generator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/activation.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/activation.hpp index 9b1668facb3..24fd841576b 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/activation.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/activation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/adaptive_pooling.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/adaptive_pooling.hpp index 74b49d5f663..d8ee43ce28a 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/adaptive_pooling.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/adaptive_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/batch_norm.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/batch_norm.hpp index d7cad68321c..ac43d53700f 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/batch_norm.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/batch_norm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/batch_to_space.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/batch_to_space.hpp index d894fd039ab..37610665e5e 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/batch_to_space.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/batch_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/binary_convolution.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/binary_convolution.hpp index 4f1e93f4155..e6233b9be01 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/binary_convolution.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/binary_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/broadcast.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/broadcast.hpp index 9d5366ec377..784b4859f2e 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/broadcast.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/broadcast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/bucketize.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/bucketize.hpp index 3056be6c48d..a0c177a8c64 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/bucketize.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/bucketize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/clamp.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/clamp.hpp index c3d848fea3d..357f0788983 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/clamp.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/clamp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/comparison.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/comparison.hpp index 65e36f84c15..5fbc085b135 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/comparison.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/comparison.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/concat.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/concat.hpp index 8efa1051447..1d03c5e6331 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/concat.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/constant.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/constant.hpp index 767cc69b997..5b183c8cddd 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/constant.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/constant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/conversion.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/conversion.hpp index 0d498cb95e1..4ca39bed70e 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/conversion.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/conversion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/convert_color_i420.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/convert_color_i420.hpp index 5d777981efa..72938172ab6 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/convert_color_i420.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/convert_color_i420.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/convert_color_nv12.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/convert_color_nv12.hpp index 1497c5d0fc2..1dd85d49830 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/convert_color_nv12.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/convert_color_nv12.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/convolution.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/convolution.hpp index c06b0109855..22dbb26a584 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/convolution.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/convolution_backprop_data.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/convolution_backprop_data.hpp index 856158791ca..63e250d95eb 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/convolution_backprop_data.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/ctc_greedy_decoder.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/ctc_greedy_decoder.hpp index 2a3785283f2..165d5417a61 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/ctc_greedy_decoder.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/ctc_greedy_decoder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/ctc_greedy_decoder_seq_len.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/ctc_greedy_decoder_seq_len.hpp index edcb79b3e05..8c68ac31bd9 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/ctc_greedy_decoder_seq_len.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/ctc_greedy_decoder_seq_len.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/ctc_loss.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/ctc_loss.hpp index 43c32bdda6f..092bf2ff9c8 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/ctc_loss.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/ctc_loss.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/cum_sum.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/cum_sum.hpp index 0d7c57a9341..755a12bd642 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/cum_sum.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/cum_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/deformable_convolution.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/deformable_convolution.hpp index eb21366c53f..fcc40fb272a 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/deformable_convolution.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/deformable_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/deformable_psroi_pooling.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/deformable_psroi_pooling.hpp index 65063df0f5e..f72c1a08348 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/deformable_psroi_pooling.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/deformable_psroi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/depth_to_space.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/depth_to_space.hpp index a7f0552d602..c1e11850a0d 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/depth_to_space.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/depth_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/detection_output.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/detection_output.hpp index 0eb0ca2bd36..9573409c762 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/detection_output.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/dft.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/dft.hpp index b6b1400dc4b..4b0a529f0dc 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/dft.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/dft.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/eltwise.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/eltwise.hpp index 1add45da7fb..3d6e4a4da73 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/eltwise.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/eltwise.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/embedding_bag_offsets_sum.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/embedding_bag_offsets_sum.hpp index c8e49b44674..e4840fd72d7 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/embedding_bag_offsets_sum.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/embedding_bag_offsets_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/embedding_bag_packed_sum.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/embedding_bag_packed_sum.hpp index 8d47cdbd9f8..44f3db176f0 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/embedding_bag_packed_sum.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/embedding_bag_packed_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/embedding_segments_sum.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/embedding_segments_sum.hpp index 89c448a7da4..15d2daac26e 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/embedding_segments_sum.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/embedding_segments_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_detection_output.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_detection_output.hpp index b2db2ca9c2c..045a3204004 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_detection_output.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_generate_proposals_single_image.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_generate_proposals_single_image.hpp index d8f4cdb1788..2f30471feec 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_generate_proposals_single_image.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_generate_proposals_single_image.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_prior_grid_generator.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_prior_grid_generator.hpp index 005c714bb5c..0a6dd5e2108 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_prior_grid_generator.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_prior_grid_generator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_roifeatureextractor.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_roifeatureextractor.hpp index 835e73e83a7..a0b832683d3 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_roifeatureextractor.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_roifeatureextractor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_topkrois.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_topkrois.hpp index cc2a89dd07a..50c7de8bd15 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_topkrois.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/experimental_detectron_topkrois.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/extract_image_patches.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/extract_image_patches.hpp index dd439894c23..b2752fb788c 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/extract_image_patches.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/extract_image_patches.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/fake_quantize.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/fake_quantize.hpp index 3990528366b..33e3663b5bf 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/fake_quantize.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/gather.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/gather.hpp index e6b29a28ad9..bef76239e78 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/gather.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/gather.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/gather_elements.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/gather_elements.hpp index e861b69c849..bf47d749676 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/gather_elements.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/gather_elements.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/gather_nd.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/gather_nd.hpp index 4897f383ece..f69f3d5a74d 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/gather_nd.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/gather_nd.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/gather_tree.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/gather_tree.hpp index d0cc7185295..61bc276593d 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/gather_tree.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/gather_tree.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/generate_proposals.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/generate_proposals.hpp index 471d175b3aa..b53d1f83846 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/generate_proposals.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/generate_proposals.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/grn.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/grn.hpp index 10c01bd61ff..86beb01f737 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/grn.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/grn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/group_convolution.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/group_convolution.hpp index 7fbbad5a80a..9606bad6999 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/group_convolution.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/group_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/group_convolution_backprop_data.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/group_convolution_backprop_data.hpp index c9967776bb8..623146e4a84 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/group_convolution_backprop_data.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/group_convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/gru_cell.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/gru_cell.hpp index 7ef4391ec29..98e4390778b 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/gru_cell.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/gru_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/gru_sequence.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/gru_sequence.hpp index 172a2f6b615..0158ac4b9fe 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/gru_sequence.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/gru_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/interpolate.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/interpolate.hpp index 4d7bee75998..841baca26dc 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/interpolate.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/interpolate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/is_inf.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/is_inf.hpp index 04b0aaa1f6a..a50f9566841 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/is_inf.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/is_inf.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/log_softmax.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/log_softmax.hpp index 5d941a1d87f..2d8ff099ba6 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/log_softmax.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/log_softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/logical.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/logical.hpp index f98027493e8..834f20d3aa6 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/logical.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/logical.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/loop.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/loop.hpp index 93d6f15e99d..073a6e86f5e 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/loop.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/loop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/lrn.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/lrn.hpp index cbe1b3f5710..d9e28ee74f5 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/lrn.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/lrn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/lstm_cell.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/lstm_cell.hpp index 8ce396ec36f..b8b302cdaee 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/lstm_cell.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/lstm_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/lstm_sequence.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/lstm_sequence.hpp index c77ce06ece2..f192ec0b708 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/lstm_sequence.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/lstm_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/mat_mul.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/mat_mul.hpp index 217b5825da9..87dcf7b00ce 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/mat_mul.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/mat_mul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/matrix_nms.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/matrix_nms.hpp index bc67ab89a6d..2971244fd67 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/matrix_nms.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/matrix_nms.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/memory.h b/src/tests/functional/plugin/shared/include/single_op_tests/memory.h index 0b5938682b2..6fdd420fcf3 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/memory.h +++ b/src/tests/functional/plugin/shared/include/single_op_tests/memory.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/minimum_maximum.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/minimum_maximum.hpp index ae367d97a07..9eec99e9bd2 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/minimum_maximum.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/minimum_maximum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/multiclass_nms.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/multiclass_nms.hpp index 595dfffe738..a69c5fd8ba4 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/multiclass_nms.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/multiclass_nms.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/mvn.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/mvn.hpp index 6ad139d0466..203ce2890b8 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/mvn.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/mvn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/nms_rotated.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/nms_rotated.hpp index e0b83a31866..9541b0f0430 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/nms_rotated.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/nms_rotated.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/non_max_suppression.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/non_max_suppression.hpp index f9c2e433856..df0481e39ad 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/non_max_suppression.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/non_max_suppression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/nonzero.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/nonzero.hpp index 7afb5a97579..da19f42e36f 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/nonzero.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/nonzero.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/normalize_l2.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/normalize_l2.hpp index aabe69a2065..1cd4647c8b4 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/normalize_l2.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/normalize_l2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/one_hot.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/one_hot.hpp index 91242249e87..5e2c143a437 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/one_hot.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/one_hot.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/pad.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/pad.hpp index a1bc55e5208..f4e1d15a61c 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/pad.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/pad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/pooling.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/pooling.hpp index 495c551e976..de6397c61b1 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/pooling.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/power.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/power.hpp index 922ccbcbb34..1310fb197b6 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/power.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/power.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/prior_box.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/prior_box.hpp index 707aadec0e8..e747399cd64 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/prior_box.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/prior_box.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/prior_box_clustered.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/prior_box_clustered.hpp index 389bf2309b7..0c9449bdaca 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/prior_box_clustered.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/prior_box_clustered.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/proposal.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/proposal.hpp index dbdd9641a13..2027c90f716 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/proposal.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/proposal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/psroi_pooling.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/psroi_pooling.hpp index a9b57ad3b96..c45d86d0bac 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/psroi_pooling.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/psroi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/random_uniform.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/random_uniform.hpp index 8c396788ff0..2898c1a53bb 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/random_uniform.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/random_uniform.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/range.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/range.hpp index bd919c46790..94be7cb17f6 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/range.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/range.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/rdft.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/rdft.hpp index e40bc93700d..708c35deb30 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/rdft.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/rdft.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/reduce_ops.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/reduce_ops.hpp index df8cee8dc95..82959cd2136 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/reduce_ops.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/reduce_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/region_yolo.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/region_yolo.hpp index 14b9235cf3f..138c79b8f7e 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/region_yolo.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/region_yolo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/reorg_yolo.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/reorg_yolo.hpp index 6088da8a976..05c89c76c28 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/reorg_yolo.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/reorg_yolo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/reshape.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/reshape.hpp index 741f4403898..bd836f625bd 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/reshape.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/result.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/result.hpp index 4915f5126e3..8c4a2dc83b4 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/result.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/result.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/reverse_sequence.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/reverse_sequence.hpp index f68be26ebaf..72e44fddfef 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/reverse_sequence.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/reverse_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/rnn_cell.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/rnn_cell.hpp index 58336cac837..7b0cebae95b 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/rnn_cell.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/rnn_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/rnn_sequence.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/rnn_sequence.hpp index 18985f620b9..0d08d86bc41 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/rnn_sequence.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/rnn_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/roi_align.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/roi_align.hpp index 96e1bbeeeac..5a313548980 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/roi_align.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/roi_align.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/roi_pooling.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/roi_pooling.hpp index 3b89b91aa15..00837ad40a2 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/roi_pooling.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/roi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/roll.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/roll.hpp index 3e1f1cc9ff3..3cf8849b908 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/roll.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/roll.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/scatter_ND_update.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/scatter_ND_update.hpp index ddcb9cedd87..0be44de631a 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/scatter_ND_update.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/scatter_ND_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/scatter_elements_update.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/scatter_elements_update.hpp index 113aa46af3b..885e12ca146 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/scatter_elements_update.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/scatter_elements_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/scatter_update.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/scatter_update.hpp index 10d72df004e..0740b22988d 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/scatter_update.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/scatter_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/select.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/select.hpp index 758b216a7ac..b2c9a69129b 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/select.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/select.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/shape_of.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/shape_of.hpp index 50b9a388e9b..dd870af85f1 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/shape_of.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/shape_of.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/shuffle_channels.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/shuffle_channels.hpp index 10d0af958f3..dbb9f627b6b 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/shuffle_channels.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/shuffle_channels.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/slice.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/slice.hpp index b452ce192fa..01d858c5e91 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/slice.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/softmax.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/softmax.hpp index 25214ffcd0b..900550cbe17 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/softmax.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/space_to_batch.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/space_to_batch.hpp index 074ce3be677..afce1b0e34a 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/space_to_batch.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/space_to_batch.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/space_to_depth.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/space_to_depth.hpp index 2ceabfcb076..b7a76f80381 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/space_to_depth.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/space_to_depth.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/split.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/split.hpp index cc8f862fc14..11dc2b22de6 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/split.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/squeeze_unsqueeze.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/squeeze_unsqueeze.hpp index be43c56b7ac..48c4854d972 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/squeeze_unsqueeze.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/squeeze_unsqueeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/strided_slice.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/strided_slice.hpp index 785d8cc6f76..0f1fcffffdf 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/strided_slice.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/strided_slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/tensor_iterator.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/tensor_iterator.hpp index f2409efa0cd..aaf999c9941 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/tensor_iterator.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/tensor_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/tile.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/tile.hpp index 5cacb3a8cc6..8df11d5955a 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/tile.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/tile.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/topk.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/topk.hpp index 9e061f454eb..e6e702b2048 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/topk.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/topk.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/transpose.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/transpose.hpp index c9d5448cd81..390557ee4ec 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/transpose.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/variadic_split.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/variadic_split.hpp index e055cc48234..9c3837effc5 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/variadic_split.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/variadic_split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/snippets/codegen_gelu.hpp b/src/tests/functional/plugin/shared/include/snippets/codegen_gelu.hpp index e3e50a14ba8..1ef03e212a5 100644 --- a/src/tests/functional/plugin/shared/include/snippets/codegen_gelu.hpp +++ b/src/tests/functional/plugin/shared/include/snippets/codegen_gelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/constant_result.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/constant_result.hpp index dad263771c7..9fcc8e99dc4 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/constant_result.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/constant_result.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/conv_eltwise_fusion.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/conv_eltwise_fusion.hpp index 088716c36ab..2e797f0fbf9 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/conv_eltwise_fusion.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/conv_eltwise_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/conv_strides_opt.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/conv_strides_opt.hpp index 9d46654ebd7..3f0a6e261ed 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/conv_strides_opt.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/conv_strides_opt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/convert_pad_to_group_conv.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/convert_pad_to_group_conv.hpp index 8547d6b1743..3ba10acd874 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/convert_pad_to_group_conv.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/convert_pad_to_group_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/get_output_before_activation.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/get_output_before_activation.hpp index eca03aab8e5..5f34f294a16 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/get_output_before_activation.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/get_output_before_activation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/matmul_multiply_fusion.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/matmul_multiply_fusion.hpp index 77ff3497cb2..3d240851802 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/matmul_multiply_fusion.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/matmul_multiply_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/matmul_squeeze_add.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/matmul_squeeze_add.hpp index 267053d6951..6850ce6ea6b 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/matmul_squeeze_add.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/matmul_squeeze_add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/memory_LSTMCell.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/memory_LSTMCell.hpp index 1009c4e4880..54d56b02552 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/memory_LSTMCell.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/memory_LSTMCell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/mul_conv_fusion.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/mul_conv_fusion.hpp index 529b22c56e4..e959a3d5003 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/mul_conv_fusion.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/mul_conv_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/multiple_LSTMCell.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/multiple_LSTMCell.hpp index c7871e11f41..6b081739f73 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/multiple_LSTMCell.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/multiple_LSTMCell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/multiply_add.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/multiply_add.hpp index 93f3600048a..8d4fbd55ddc 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/multiply_add.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/multiply_add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/mvn_multiply_add.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/mvn_multiply_add.hpp index 174dffd25ca..3cba20602a1 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/mvn_multiply_add.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/mvn_multiply_add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/parameter_result.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/parameter_result.hpp index 7600b2eac57..e1f693f4cf5 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/parameter_result.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/parameter_result.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/perm_conv_perm_concat.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/perm_conv_perm_concat.hpp index 41582d13ffd..4c8f665c226 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/perm_conv_perm_concat.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/perm_conv_perm_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_convolution_backprop_data.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_convolution_backprop_data.hpp index 11cdc83870d..42e3ac90b86 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_convolution_backprop_data.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_group_convolution.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_group_convolution.hpp index 851c61fa73e..7998ed7985a 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_group_convolution.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_group_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_group_convolution_backprop_data.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_group_convolution_backprop_data.hpp index 6e58f623a33..50246d38365 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_group_convolution_backprop_data.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_group_convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_mat_mul.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_mat_mul.hpp index fe75b63c25d..f077158c665 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_mat_mul.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/quantized_mat_mul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/range_add.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/range_add.hpp index ce16e585074..9654294b718 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/range_add.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/range_add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/reduce_eltwise.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/reduce_eltwise.hpp index dc16665db9d..35459be27f9 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/reduce_eltwise.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/reduce_eltwise.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/relu_shape_of.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/relu_shape_of.hpp index e26e8837f80..3958c98ce48 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/relu_shape_of.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/relu_shape_of.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/reshape_permute_conv_permute_reshape_act.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/reshape_permute_conv_permute_reshape_act.hpp index ca11feb9af3..2cb1e149ec9 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/reshape_permute_conv_permute_reshape_act.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/reshape_permute_conv_permute_reshape_act.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/reshape_squeeze_reshape_relu.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/reshape_squeeze_reshape_relu.hpp index 7b1c841d7d1..f52136d00a1 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/reshape_squeeze_reshape_relu.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/reshape_squeeze_reshape_relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/scaleshift.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/scaleshift.hpp index cddf185ec05..01938a18e61 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/scaleshift.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/scaleshift.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/split_concat_memory.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/split_concat_memory.hpp index 4545efdc75f..a9d8f6120cd 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/split_concat_memory.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/split_concat_memory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/split_conv_concat.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/split_conv_concat.hpp index 5fd61dd48f7..87ee9f6b1b0 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/split_conv_concat.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/split_conv_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/include/subgraph_tests/variadic_split_pad.hpp b/src/tests/functional/plugin/shared/include/subgraph_tests/variadic_split_pad.hpp index 8f1eec6cbf6..9554911e33b 100644 --- a/src/tests/functional/plugin/shared/include/subgraph_tests/variadic_split_pad.hpp +++ b/src/tests/functional/plugin/shared/include/subgraph_tests/variadic_split_pad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/infer_correctness.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/infer_correctness.cpp index 2953566baca..68cfcd05d68 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/infer_correctness.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/infer_correctness.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/infer_request_dynamic.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/infer_request_dynamic.cpp index 568d6f8d01f..af2a4b1cad5 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/infer_request_dynamic.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/infer_request_dynamic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/inference_chaining.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/inference_chaining.cpp index 77b3675cb6d..6777c72f867 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/inference_chaining.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/inference_chaining.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/io_tensor.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/io_tensor.cpp index e5820ae8d58..bf98a897e0b 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/io_tensor.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/io_tensor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/iteration_chaining.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/iteration_chaining.cpp index 1bb87fccfaf..68b59632804 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/iteration_chaining.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/iteration_chaining.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/memory_states.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/memory_states.cpp index 88f103da5c9..11d0cda563e 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/memory_states.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/memory_states.cpp @@ -1,4 +1,4 @@ -// // Copyright (C) 2018-2023 Intel Corporation +// // Copyright (C) 2018-2024 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 // // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/perf_counters.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/perf_counters.cpp index d32c0667cfd..e3cff0b98f5 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/perf_counters.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/perf_counters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/wait.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/wait.cpp index 47e583c9c8c..ad9c6c8fcec 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/wait.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_infer_request/wait.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_plugin/caching_tests.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/caching_tests.cpp index 66d46dcccbb..2468abd0812 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_plugin/caching_tests.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/caching_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_plugin/hetero_synthetic.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/hetero_synthetic.cpp index d4dae2e36df..aa36668fb1c 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_plugin/hetero_synthetic.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/hetero_synthetic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_plugin/life_time.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/life_time.cpp index fbe6a8bc749..23d161f7ec1 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_plugin/life_time.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/life_time.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_plugin/properties_tests.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/properties_tests.cpp index a8c09c97228..9452690a596 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_plugin/properties_tests.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/properties_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_plugin/remote.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/remote.cpp index 48abe578a6d..6df7ca8996a 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_plugin/remote.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/remote.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/execution_graph_tests/add_output.cpp b/src/tests/functional/plugin/shared/src/execution_graph_tests/add_output.cpp index 68badd426f6..c8ba00115fd 100644 --- a/src/tests/functional/plugin/shared/src/execution_graph_tests/add_output.cpp +++ b/src/tests/functional/plugin/shared/src/execution_graph_tests/add_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/execution_graph_tests/disable_lowering_precision.cpp b/src/tests/functional/plugin/shared/src/execution_graph_tests/disable_lowering_precision.cpp index b5a90e02fc1..0d3f7cd6656 100644 --- a/src/tests/functional/plugin/shared/src/execution_graph_tests/disable_lowering_precision.cpp +++ b/src/tests/functional/plugin/shared/src/execution_graph_tests/disable_lowering_precision.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/execution_graph_tests/keep_assign.cpp b/src/tests/functional/plugin/shared/src/execution_graph_tests/keep_assign.cpp index 1f5089356ea..40bba1f55cf 100644 --- a/src/tests/functional/plugin/shared/src/execution_graph_tests/keep_assign.cpp +++ b/src/tests/functional/plugin/shared/src/execution_graph_tests/keep_assign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/execution_graph_tests/nms_transformation_for_last_node.cpp b/src/tests/functional/plugin/shared/src/execution_graph_tests/nms_transformation_for_last_node.cpp index 333799dca39..ae666103ace 100644 --- a/src/tests/functional/plugin/shared/src/execution_graph_tests/nms_transformation_for_last_node.cpp +++ b/src/tests/functional/plugin/shared/src/execution_graph_tests/nms_transformation_for_last_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/execution_graph_tests/normalize_l2_decomposition.cpp b/src/tests/functional/plugin/shared/src/execution_graph_tests/normalize_l2_decomposition.cpp index a6820df081f..c0db2ccb7fe 100644 --- a/src/tests/functional/plugin/shared/src/execution_graph_tests/normalize_l2_decomposition.cpp +++ b/src/tests/functional/plugin/shared/src/execution_graph_tests/normalize_l2_decomposition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/execution_graph_tests/num_inputs_fusing_bin_conv.cpp b/src/tests/functional/plugin/shared/src/execution_graph_tests/num_inputs_fusing_bin_conv.cpp index d03978ad65b..9c703273429 100644 --- a/src/tests/functional/plugin/shared/src/execution_graph_tests/num_inputs_fusing_bin_conv.cpp +++ b/src/tests/functional/plugin/shared/src/execution_graph_tests/num_inputs_fusing_bin_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/execution_graph_tests/remove_parameter.cpp b/src/tests/functional/plugin/shared/src/execution_graph_tests/remove_parameter.cpp index dae6889db1e..a75ca3ecbde 100644 --- a/src/tests/functional/plugin/shared/src/execution_graph_tests/remove_parameter.cpp +++ b/src/tests/functional/plugin/shared/src/execution_graph_tests/remove_parameter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/execution_graph_tests/runtime_precision.cpp b/src/tests/functional/plugin/shared/src/execution_graph_tests/runtime_precision.cpp index 45b083b0387..1a00c35dede 100644 --- a/src/tests/functional/plugin/shared/src/execution_graph_tests/runtime_precision.cpp +++ b/src/tests/functional/plugin/shared/src/execution_graph_tests/runtime_precision.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/add_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/add_transformation.cpp index 6da4d0f86fd..6bcecf8c21a 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/add_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/add_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/assign_and_read_value_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/assign_and_read_value_transformation.cpp index 9f9eeb4b9c8..d9d2c1908de 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/assign_and_read_value_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/assign_and_read_value_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/clamp_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/clamp_transformation.cpp index 2cf6ee1d670..6ba270443e8 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/clamp_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/clamp_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_transformation.cpp index 1701ee015b0..e31053cefa1 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_child_and_output.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_child_and_output.cpp index 37a24a65f83..9a56501663f 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_child_and_output.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_child_and_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_different_precision_on_children.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_different_precision_on_children.cpp index dc7c1aa196e..d80a61f30d2 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_different_precision_on_children.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_different_precision_on_children.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_intermediate_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_intermediate_transformation.cpp index ae35d4bcf14..6e19b36d8bd 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_intermediate_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_intermediate_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_neighbors_graph_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_neighbors_graph_transformation.cpp index 1df0045d597..33844d0ebaf 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_neighbors_graph_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_neighbors_graph_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_split_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_split_transformation.cpp index f3227707325..ceec56d7888 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_split_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/concat_with_split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_backprop_data_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_backprop_data_transformation.cpp index 1f2ce4e36f4..ca225e4e7c0 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_backprop_data_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_backprop_data_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_qdq_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_qdq_transformation.cpp index ea1b34e3352..2744c52836f 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_qdq_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_qdq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_transformation.cpp index c1cc47dd5a3..167fc192b5c 100755 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_with_incorrect_weights.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_with_incorrect_weights.cpp index ef82600f474..ee9b26a68d4 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_with_incorrect_weights.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/convolution_with_incorrect_weights.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/depth_to_space_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/depth_to_space_transformation.cpp index b2275386bac..77301ae7cc1 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/depth_to_space_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/depth_to_space_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/elementwise_branch_selection_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/elementwise_branch_selection_transformation.cpp index 4624ad6893f..1aa4cc097c0 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/elementwise_branch_selection_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/elementwise_branch_selection_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_avg_pool_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_avg_pool_transformation.cpp index 8b9b70481d5..3e4a738df5c 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_avg_pool_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_avg_pool_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_max_pool_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_max_pool_transformation.cpp index f447002a927..5b47824d5b9 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_max_pool_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_max_pool_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_two_output_branches_with_convolution.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_two_output_branches_with_convolution.cpp index 4529e37fc13..30abbd3d4aa 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_two_output_branches_with_convolution.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_and_two_output_branches_with_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_precision_selection_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_precision_selection_transformation.cpp index 8b81da2d6b6..87ca17a79f6 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_precision_selection_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_precision_selection_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_transformation.cpp index 6d6751db46d..b74d17c2c89 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_with_dq_not_optimal_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_with_dq_not_optimal_transformation.cpp index 969b137dcb5..19fed2e57d1 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_with_dq_not_optimal_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fake_quantize_with_dq_not_optimal_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fully_connected_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fully_connected_transformation.cpp index 67ddd551469..f72f6d90333 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fully_connected_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fully_connected_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_convert_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_convert_transformation.cpp index 09755fd32f0..b4d26e803bd 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_convert_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_convert_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_fake_quantize_and_scale_shift_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_fake_quantize_and_scale_shift_transformation.cpp index 1a428dce087..e02e0ed4191 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_fake_quantize_and_scale_shift_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_fake_quantize_and_scale_shift_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_multiply_to_fake_quantize_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_multiply_to_fake_quantize_transformation.cpp index 10a772b5f54..0684eaf2ac5 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_multiply_to_fake_quantize_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_multiply_to_fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.cpp index d5c0edba3bc..e61ee3bebdb 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/gemm_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/gemm_transformation.cpp index 21c56c21665..650dc7e7f7c 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/gemm_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/gemm_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/group_convolution_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/group_convolution_transformation.cpp index ed1adf1455d..0cfe1b8ad57 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/group_convolution_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/group_convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/groupconvolution_qdq_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/groupconvolution_qdq_transformation.cpp index 0907e61ce70..2a6e956db54 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/groupconvolution_qdq_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/groupconvolution_qdq_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/interpolate_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/interpolate_transformation.cpp index ed4564e0080..f8b4c78c38b 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/interpolate_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/interpolate_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_transformation.cpp index a6e9f541787..bc1ce628deb 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_with_constant_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_with_constant_transformation.cpp index e97042cb16c..994a7c0a4e6 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_with_constant_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_with_constant_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp index f449641cf10..c3fea0ef9d3 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/mat_mul_with_optimized_constant_fq.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/move_fake_quantize_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/move_fake_quantize_transformation.cpp index bab2f8d8642..94288e8bd55 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/move_fake_quantize_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/move_fake_quantize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_to_group_convolution_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_to_group_convolution_transformation.cpp index d38e8637a2c..0540db5acd3 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_to_group_convolution_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_to_group_convolution_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_transformation.cpp index a6d5d3b83b3..8be1677ef0b 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_with_one_parent_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_with_one_parent_transformation.cpp index d8b961f6acc..743d8ee4cf1 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_with_one_parent_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/multiply_with_one_parent_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/mvn_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/mvn_transformation.cpp index 6340ff9fb72..cbc72c46948 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/mvn_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/mvn_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/normalize_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/normalize_transformation.cpp index 0a0603e6238..46898f99422 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/normalize_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/normalize_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_concat.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_concat.cpp index ff5b1a8af45..a726b291da2 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_concat.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_concat_multi_channel.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_concat_multi_channel.cpp index b43db3b1ceb..de83447b32b 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_concat_multi_channel.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_concat_multi_channel.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_handling_in_transformations.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_handling_in_transformations.cpp index 6b9dde20907..50521938b4e 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_handling_in_transformations.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_handling_in_transformations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/pad_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/pad_transformation.cpp index 75f579253fd..eaf7fa71cda 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/pad_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/pad_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/prelu_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/prelu_transformation.cpp index 8922c33e53c..00f0a65c88b 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/prelu_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/prelu_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/pull_reshape_through_dequantization_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/pull_reshape_through_dequantization_transformation.cpp index 0260121a096..e85873b260b 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/pull_reshape_through_dequantization_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/pull_reshape_through_dequantization_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/recurrent_cell_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/recurrent_cell_transformation.cpp index 0494d19365d..e94663bf2b8 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/recurrent_cell_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/recurrent_cell_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_max_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_max_transformation.cpp index 1fa455b5da8..428413fbff8 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_max_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_max_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_mean_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_mean_transformation.cpp index 3a4611f2288..d3b232c9b4f 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_mean_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_mean_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_min_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_min_transformation.cpp index 9c84ef2c860..af616eb8df7 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_min_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_min_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_sum_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_sum_transformation.cpp index 4cf3f75185b..0874b7f7f29 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_sum_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/reduce_sum_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/relu_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/relu_transformation.cpp index 603349350cd..da3bf244ce0 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/relu_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/relu_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/reshape_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/reshape_transformation.cpp index 50373c8dc2e..e20a56a5940 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/reshape_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/reshape_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/shuffle_channels_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/shuffle_channels_transformation.cpp index 6ec62b85d5e..0672bdc7a00 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/shuffle_channels_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/shuffle_channels_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/split_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/split_transformation.cpp index d014d159ab4..13dadfe2671 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/split_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/squeeze_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/squeeze_transformation.cpp index a781bfcb482..28d2d2baa86 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/squeeze_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/squeeze_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/strided_slice_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/strided_slice_transformation.cpp index 4e585af211d..c4d1ea9c2a6 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/strided_slice_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/strided_slice_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/subtract_multiply_to_multiply_add_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/subtract_multiply_to_multiply_add_transformation.cpp index 9219c204481..1dc2f11eb4b 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/subtract_multiply_to_multiply_add_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/subtract_multiply_to_multiply_add_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/subtract_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/subtract_transformation.cpp index efb614761fe..d38cfdda1a8 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/subtract_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/subtract_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/transpose_after_matmul_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/transpose_after_matmul_transformation.cpp index 68eddd6284a..8fd75b20c41 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/transpose_after_matmul_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/transpose_after_matmul_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/transpose_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/transpose_transformation.cpp index 7c89482be9a..d305f8f7563 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/transpose_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/transpose_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/unsqueeze_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/unsqueeze_transformation.cpp index 2c53a7e958b..f7265065416 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/unsqueeze_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/unsqueeze_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/low_precision_transformations/variadic_split_transformation.cpp b/src/tests/functional/plugin/shared/src/low_precision_transformations/variadic_split_transformation.cpp index 04d68043a39..2ee7722b5d2 100644 --- a/src/tests/functional/plugin/shared/src/low_precision_transformations/variadic_split_transformation.cpp +++ b/src/tests/functional/plugin/shared/src/low_precision_transformations/variadic_split_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/main.cpp b/src/tests/functional/plugin/shared/src/main.cpp index 1e55a83ec68..e9a649d2bd3 100644 --- a/src/tests/functional/plugin/shared/src/main.cpp +++ b/src/tests/functional/plugin/shared/src/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/onnx/quantized_models_tests.cpp b/src/tests/functional/plugin/shared/src/onnx/quantized_models_tests.cpp index 28b2c2b1843..efc2c7d1154 100644 --- a/src/tests/functional/plugin/shared/src/onnx/quantized_models_tests.cpp +++ b/src/tests/functional/plugin/shared/src/onnx/quantized_models_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/precomp.hpp b/src/tests/functional/plugin/shared/src/precomp.hpp index 8e740185d89..a651d1308dc 100644 --- a/src/tests/functional/plugin/shared/src/precomp.hpp +++ b/src/tests/functional/plugin/shared/src/precomp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/preprocessing/resize_tests.cpp b/src/tests/functional/plugin/shared/src/preprocessing/resize_tests.cpp index add3e354523..797fae6fa6d 100644 --- a/src/tests/functional/plugin/shared/src/preprocessing/resize_tests.cpp +++ b/src/tests/functional/plugin/shared/src/preprocessing/resize_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/preprocessing/yuv_to_grey_tests.cpp b/src/tests/functional/plugin/shared/src/preprocessing/yuv_to_grey_tests.cpp index 99fcae998f8..f0690514c73 100644 --- a/src/tests/functional/plugin/shared/src/preprocessing/yuv_to_grey_tests.cpp +++ b/src/tests/functional/plugin/shared/src/preprocessing/yuv_to_grey_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/plugin/shared/src/snippets/codegen_gelu.cpp b/src/tests/functional/plugin/shared/src/snippets/codegen_gelu.cpp index bc612f70813..c256b948b5f 100644 --- a/src/tests/functional/plugin/shared/src/snippets/codegen_gelu.cpp +++ b/src/tests/functional/plugin/shared/src/snippets/codegen_gelu.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/CMakeLists.txt b/src/tests/functional/shared_test_classes/CMakeLists.txt index d3f6074a86a..8fb157a7314 100644 --- a/src/tests/functional/shared_test_classes/CMakeLists.txt +++ b/src/tests/functional/shared_test_classes/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/base/low_precision_transformations/layer_transformation.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/base/low_precision_transformations/layer_transformation.hpp index 3e0ba71d854..10a70f3bc04 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/base/low_precision_transformations/layer_transformation.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/base/low_precision_transformations/layer_transformation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/base/ov_subgraph.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/base/ov_subgraph.hpp index 1c3602b39de..68452282e2f 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/base/ov_subgraph.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/base/ov_subgraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_layer/experimental_detectron_prior_grid_generator.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_layer/experimental_detectron_prior_grid_generator.hpp index 6d7ee5843d2..d4c9e2e4b48 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_layer/experimental_detectron_prior_grid_generator.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_layer/experimental_detectron_prior_grid_generator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/activation.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/activation.hpp index e2c9166a6a1..853b71c9e36 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/activation.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/activation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/adaptive_pooling.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/adaptive_pooling.hpp index 5f3e5932a41..42635d0b79c 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/adaptive_pooling.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/adaptive_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/batch_norm.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/batch_norm.hpp index f28b24d088a..114059498f3 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/batch_norm.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/batch_norm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/batch_to_space.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/batch_to_space.hpp index 07ac5c21542..f8fe5a74ea2 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/batch_to_space.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/batch_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/binary_convolution.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/binary_convolution.hpp index 14d388a8883..f0273f065fd 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/binary_convolution.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/binary_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/broadcast.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/broadcast.hpp index ac4e65222f3..e965be88af8 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/broadcast.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/broadcast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/bucketize.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/bucketize.hpp index 509a1405379..d5965be52e5 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/bucketize.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/bucketize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/clamp.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/clamp.hpp index eadded62f9f..eb53a4b9772 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/clamp.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/clamp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/comparison.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/comparison.hpp index bddb32d4457..e6e23fbb398 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/comparison.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/comparison.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/concat.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/concat.hpp index 63a5d2c834a..0b4914d7768 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/concat.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/constant.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/constant.hpp index 8fb64cc9b0c..27503afb491 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/constant.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/constant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/conversion.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/conversion.hpp index af182b65b3c..69fbe959e8f 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/conversion.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/conversion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convert_color_i420.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convert_color_i420.hpp index 231af9f1390..643e9845525 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convert_color_i420.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convert_color_i420.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convert_color_nv12.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convert_color_nv12.hpp index ad922c686c9..bfd537c7c69 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convert_color_nv12.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convert_color_nv12.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convolution.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convolution.hpp index f690f977f0b..a451839ddf4 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convolution.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convolution_backprop_data.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convolution_backprop_data.hpp index 110cc7a301e..fbd5459b445 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convolution_backprop_data.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_greedy_decoder.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_greedy_decoder.hpp index d795bbea676..d9cbb5c2f10 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_greedy_decoder.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_greedy_decoder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_greedy_decoder_seq_len.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_greedy_decoder_seq_len.hpp index 46e85ad6fa9..a3e9366823f 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_greedy_decoder_seq_len.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_greedy_decoder_seq_len.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_loss.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_loss.hpp index 91439cc2c89..72294a9594d 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_loss.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/ctc_loss.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/cum_sum.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/cum_sum.hpp index 035bff4de8c..f5c7d3b40d4 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/cum_sum.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/cum_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/deformable_convolution.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/deformable_convolution.hpp index e88d9871b48..5003b2d9a29 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/deformable_convolution.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/deformable_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/deformable_psroi_pooling.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/deformable_psroi_pooling.hpp index b3cc9ea739a..e214bf64b17 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/deformable_psroi_pooling.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/deformable_psroi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/depth_to_space.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/depth_to_space.hpp index 40a7632aaa5..6ab7dffb767 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/depth_to_space.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/depth_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/detection_output.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/detection_output.hpp index 6c8da15babd..07b37780ca1 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/detection_output.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/dft.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/dft.hpp index 5cd78bf3fb8..dc849052626 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/dft.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/dft.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/eltwise.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/eltwise.hpp index 3cd66acdb8a..06eeb8ba73d 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/eltwise.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/eltwise.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // // NOTE: WILL BE REWORKED (31905) diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_bag_offsets_sum.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_bag_offsets_sum.hpp index 42ad1760064..69e68f57f91 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_bag_offsets_sum.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_bag_offsets_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_bag_packed_sum.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_bag_packed_sum.hpp index 46adfcbca10..e3b06bd496d 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_bag_packed_sum.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_bag_packed_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_segments_sum.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_segments_sum.hpp index 6f48a07cf68..40e703c2ed0 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_segments_sum.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/embedding_segments_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_detection_output.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_detection_output.hpp index 769de186528..ec89a8b5605 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_detection_output.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_generate_proposals_single_image.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_generate_proposals_single_image.hpp index 7848fdf6b68..e37f81b334c 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_generate_proposals_single_image.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_generate_proposals_single_image.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_prior_grid_generator.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_prior_grid_generator.hpp index 2c4b0d0201c..fcb14ecd1fb 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_prior_grid_generator.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_prior_grid_generator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_roifeatureextractor.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_roifeatureextractor.hpp index 966781f67d3..e06d99a0117 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_roifeatureextractor.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_roifeatureextractor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_topkrois.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_topkrois.hpp index ea4960bda80..00d258818c5 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_topkrois.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/experimental_detectron_topkrois.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/extract_image_patches.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/extract_image_patches.hpp index f42e05bbf37..f76b6f811f5 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/extract_image_patches.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/extract_image_patches.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/fake_quantize.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/fake_quantize.hpp index e5a93df9cf3..adcee0efd9b 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/fake_quantize.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather.hpp index 29398ba28a3..b0a5735e329 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_elements.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_elements.hpp index c6ec38b801b..9fda3167020 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_elements.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_elements.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_nd.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_nd.hpp index fcdf09089bc..60a357dd2a5 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_nd.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_nd.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_tree.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_tree.hpp index 0c674023107..aeceb193a56 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_tree.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gather_tree.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/generate_proposals.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/generate_proposals.hpp index e806bba0467..4e54e84a4d9 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/generate_proposals.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/generate_proposals.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/grn.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/grn.hpp index 2aaec42dbcd..721e93fa931 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/grn.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/grn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/group_convolution.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/group_convolution.hpp index 9353d281cd6..96707ddf3ce 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/group_convolution.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/group_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/group_convolution_backprop_data.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/group_convolution_backprop_data.hpp index 61543976040..b1c7d5949f6 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/group_convolution_backprop_data.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/group_convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gru_cell.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gru_cell.hpp index 4cedfd0918b..7fb9f623905 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gru_cell.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gru_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gru_sequence.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gru_sequence.hpp index d4a70b36c17..f62fb2b72e5 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gru_sequence.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/gru_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/interpolate.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/interpolate.hpp index 0623f5690fb..4431599194d 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/interpolate.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/interpolate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/invalid_cases/proposal.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/invalid_cases/proposal.hpp index 6495fc2feab..21d46748cb1 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/invalid_cases/proposal.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/invalid_cases/proposal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/log_softmax.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/log_softmax.hpp index b803cd35a8a..2ae3978ca60 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/log_softmax.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/log_softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/logical.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/logical.hpp index 5dce73dc055..4245eddacd8 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/logical.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/logical.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/loop.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/loop.hpp index dc064f23a16..47647e21f3e 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/loop.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/loop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lrn.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lrn.hpp index c7b887cb1fc..86e7c100d94 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lrn.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lrn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lstm_cell.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lstm_cell.hpp index d63b7553da1..4b08645d6a8 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lstm_cell.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lstm_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lstm_sequence.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lstm_sequence.hpp index 0de042e018d..96765795986 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lstm_sequence.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/lstm_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/mat_mul.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/mat_mul.hpp index 61fc57a100c..b9ac86c03b1 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/mat_mul.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/mat_mul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/matrix_nms.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/matrix_nms.hpp index 467c62eb80e..a1bb20215e7 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/matrix_nms.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/matrix_nms.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/memory.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/memory.hpp index 2c0ea873ba5..37318721d02 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/memory.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/memory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/minimum_maximum.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/minimum_maximum.hpp index d0af98986af..c2a90a52609 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/minimum_maximum.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/minimum_maximum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/multiclass_nms.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/multiclass_nms.hpp index cafa61fea73..cd84acce8a4 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/multiclass_nms.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/multiclass_nms.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/mvn.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/mvn.hpp index da93a470670..82b505574ca 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/mvn.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/mvn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/nms_rotated.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/nms_rotated.hpp index ec7b5a32ec3..4fad9c944ab 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/nms_rotated.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/nms_rotated.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/non_max_suppression.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/non_max_suppression.hpp index efc34795558..1cd05d136c9 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/non_max_suppression.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/non_max_suppression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/nonzero.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/nonzero.hpp index 740259846b8..36f08d65690 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/nonzero.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/nonzero.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/normalize_l2.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/normalize_l2.hpp index 160bfc89035..9ec91155946 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/normalize_l2.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/normalize_l2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/one_hot.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/one_hot.hpp index 4714c844160..19351a602ba 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/one_hot.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/one_hot.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/pad.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/pad.hpp index 1e8e2b7a50a..8f4e209a9b3 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/pad.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/pad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/pooling.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/pooling.hpp index cfb57994b35..8cd5bd88c5d 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/pooling.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/power.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/power.hpp index 28634d34428..ea430a9d5dd 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/power.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/power.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/prior_box.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/prior_box.hpp index e48759fab47..2834e8236ee 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/prior_box.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/prior_box.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/prior_box_clustered.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/prior_box_clustered.hpp index 61af34ccccf..06769f4aab5 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/prior_box_clustered.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/prior_box_clustered.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/proposal.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/proposal.hpp index bbfa09747f3..5b1079ba0ab 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/proposal.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/proposal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/psroi_pooling.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/psroi_pooling.hpp index 2aa72261677..f3535acd409 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/psroi_pooling.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/psroi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/random_uniform.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/random_uniform.hpp index d3ce9a08717..b3b4dadec39 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/random_uniform.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/random_uniform.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/range.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/range.hpp index acfd8fbc649..785a5c56b54 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/range.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/range.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rdft.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rdft.hpp index e68c1dad92d..69e9134fa2f 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rdft.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rdft.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reduce_ops.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reduce_ops.hpp index 10d82a526b7..54b938bc9da 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reduce_ops.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reduce_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/region_yolo.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/region_yolo.hpp index 8fd145748b5..1963c234496 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/region_yolo.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/region_yolo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reorg_yolo.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reorg_yolo.hpp index 4a7e586cadc..2aae707031a 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reorg_yolo.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reorg_yolo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reshape.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reshape.hpp index 1a2567a6c01..2f9f37303ab 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reshape.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/result.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/result.hpp index 024d38cd6ed..060291e695b 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/result.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/result.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reverse_sequence.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reverse_sequence.hpp index a97e7eac453..85e95188d72 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reverse_sequence.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/reverse_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rnn_cell.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rnn_cell.hpp index e7d2bfe1f5b..2ee1eb19786 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rnn_cell.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rnn_cell.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: Apache-2.0 -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // #pragma once diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rnn_sequence.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rnn_sequence.hpp index ef12b39b053..17549d1b0dd 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rnn_sequence.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/rnn_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roi_align.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roi_align.hpp index 57257c7154a..1a2cc7d32c7 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roi_align.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roi_align.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roi_pooling.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roi_pooling.hpp index ecd714f6ef5..688d1df1351 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roi_pooling.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roi_pooling.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roll.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roll.hpp index c43c48ad471..f0128299098 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roll.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/roll.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_ND_update.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_ND_update.hpp index 6089e792b82..b0f51c9ed7e 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_ND_update.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_ND_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_elements_update.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_elements_update.hpp index 757d6c64bb9..231890da329 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_elements_update.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_elements_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_update.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_update.hpp index 901640b2c22..85aceef147c 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_update.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/scatter_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/select.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/select.hpp index 1281f19d26e..ddc052ab025 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/select.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/select.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/shape_of.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/shape_of.hpp index f48238967c8..be361a92414 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/shape_of.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/shape_of.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/shuffle_channels.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/shuffle_channels.hpp index f305d86e577..20d7d926024 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/shuffle_channels.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/shuffle_channels.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/slice.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/slice.hpp index 76c84413925..8da895dfcfa 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/slice.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/slice.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: Apache-2.0 -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // #pragma once diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/softmax.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/softmax.hpp index 3474cab10de..2ea281c17da 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/softmax.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/softmax.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/space_to_batch.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/space_to_batch.hpp index 0e2af06c3f9..fcdb0307d4a 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/space_to_batch.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/space_to_batch.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/space_to_depth.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/space_to_depth.hpp index 170c0c5d5f6..1eb97a5467e 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/space_to_depth.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/space_to_depth.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/split.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/split.hpp index a7cb1495a34..e5a0675443a 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/split.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/squeeze_unsqueeze.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/squeeze_unsqueeze.hpp index 7a12a5ba68d..726a4b44bbe 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/squeeze_unsqueeze.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/squeeze_unsqueeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/strided_slice.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/strided_slice.hpp index fca314279af..ebd93e4ad2e 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/strided_slice.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/strided_slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/tensor_iterator.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/tensor_iterator.hpp index 27e8a4e420d..41749ca218e 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/tensor_iterator.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/tensor_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/tile.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/tile.hpp index 976587f8f43..dadbab17bc9 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/tile.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/tile.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/topk.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/topk.hpp index f3d2849ccc0..9074a596c28 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/topk.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/topk.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/transpose.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/transpose.hpp index 18b5068822c..8e484c8ee41 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/transpose.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/variadic_split.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/variadic_split.hpp index 421e12d32e4..1e387e24655 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/variadic_split.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/single_op/variadic_split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/constant_result.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/constant_result.hpp index 4cac8b28298..2e0cfb33a35 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/constant_result.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/constant_result.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/conv_eltwise_fusion.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/conv_eltwise_fusion.hpp index 4f53882c78f..be12258c986 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/conv_eltwise_fusion.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/conv_eltwise_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/conv_strides_opt.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/conv_strides_opt.hpp index 3d3e77d7b47..5c927b9fcce 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/conv_strides_opt.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/conv_strides_opt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/convert_pad_to_group_conv.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/convert_pad_to_group_conv.hpp index 108c0086f04..a8534be003b 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/convert_pad_to_group_conv.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/convert_pad_to_group_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/get_output_before_activation.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/get_output_before_activation.hpp index 5aac351fe7d..23572d44a57 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/get_output_before_activation.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/get_output_before_activation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/matmul_multiply_fusion.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/matmul_multiply_fusion.hpp index 3dd24f50746..898f18affaa 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/matmul_multiply_fusion.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/matmul_multiply_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/matmul_squeeze_add.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/matmul_squeeze_add.hpp index fc5270096f0..954f949217c 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/matmul_squeeze_add.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/matmul_squeeze_add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/memory_LSTMCell.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/memory_LSTMCell.hpp index 0a6ee0ae219..dbf2db3d20d 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/memory_LSTMCell.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/memory_LSTMCell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/mul_conv_fusion.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/mul_conv_fusion.hpp index 571a8903c32..fad4e6cd8c6 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/mul_conv_fusion.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/mul_conv_fusion.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/multiple_LSTMCell.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/multiple_LSTMCell.hpp index 47aec488efa..fe24939b26d 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/multiple_LSTMCell.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/multiple_LSTMCell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/multiply_add.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/multiply_add.hpp index fd93d5a01e3..47dd46cf344 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/multiply_add.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/multiply_add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/mvn_multiply_add.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/mvn_multiply_add.hpp index f8218c2f042..12915b8eb50 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/mvn_multiply_add.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/mvn_multiply_add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/parameter_result.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/parameter_result.hpp index 8bb69e5db0d..84fb8be5dc6 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/parameter_result.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/parameter_result.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/perm_conv_perm_concat.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/perm_conv_perm_concat.hpp index e9b47db5482..99e658f4ff6 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/perm_conv_perm_concat.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/perm_conv_perm_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/preprocess.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/preprocess.hpp index a35d0374285..f61aa266258 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/preprocess.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/preprocess.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_convolution_backprop_data.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_convolution_backprop_data.hpp index 00750a4e6a5..7607cc13381 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_convolution_backprop_data.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_group_convolution.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_group_convolution.hpp index 3aa2712606f..c5d886a611d 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_group_convolution.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_group_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_group_convolution_backprop_data.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_group_convolution_backprop_data.hpp index a1d68b181d4..e092e8a912f 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_group_convolution_backprop_data.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_group_convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_mat_mul.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_mat_mul.hpp index 5350791bef8..a5c85b09c9c 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_mat_mul.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/quantized_mat_mul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/range_add.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/range_add.hpp index 6139db3244f..88a71727aa8 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/range_add.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/range_add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reduce_eltwise.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reduce_eltwise.hpp index 703a3eb27e7..1c9d0454bb5 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reduce_eltwise.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reduce_eltwise.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/relu_shape_of.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/relu_shape_of.hpp index 6127de67d74..ef26317c1ba 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/relu_shape_of.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/relu_shape_of.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reshape_permute_conv_permute_reshape_act.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reshape_permute_conv_permute_reshape_act.hpp index 81995c0ff04..da5f13465df 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reshape_permute_conv_permute_reshape_act.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reshape_permute_conv_permute_reshape_act.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reshape_squeeze_reshape_relu.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reshape_squeeze_reshape_relu.hpp index b2c69f96d94..bf0416984e9 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reshape_squeeze_reshape_relu.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/reshape_squeeze_reshape_relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/scaleshift.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/scaleshift.hpp index ad96d4144fb..dfc49fe09b9 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/scaleshift.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/scaleshift.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/simple_if.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/simple_if.hpp index bbd950d632d..f3fba1fb1e5 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/simple_if.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/simple_if.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/split_concat_memory.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/split_concat_memory.hpp index 68d99304bf2..677133a4606 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/split_concat_memory.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/split_concat_memory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/split_conv_concat.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/split_conv_concat.hpp index 8c75d1c78f5..7c4e1b3ba21 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/split_conv_concat.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/split_conv_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/stateful_model.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/stateful_model.hpp index 4d2fc9b3d4b..26a20f83f4f 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/stateful_model.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/stateful_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/variadic_split_pad.hpp b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/variadic_split_pad.hpp index d9744f8b2ab..d98aa128ef3 100644 --- a/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/variadic_split_pad.hpp +++ b/src/tests/functional/shared_test_classes/include/shared_test_classes/subgraph/variadic_split_pad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/base/low_precision_transformations/layer_transformation.cpp b/src/tests/functional/shared_test_classes/src/base/low_precision_transformations/layer_transformation.cpp index 2329591107c..49e7b0581ca 100644 --- a/src/tests/functional/shared_test_classes/src/base/low_precision_transformations/layer_transformation.cpp +++ b/src/tests/functional/shared_test_classes/src/base/low_precision_transformations/layer_transformation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/base/ov_subgraph.cpp b/src/tests/functional/shared_test_classes/src/base/ov_subgraph.cpp index a3459fc8efb..5ef309c654d 100644 --- a/src/tests/functional/shared_test_classes/src/base/ov_subgraph.cpp +++ b/src/tests/functional/shared_test_classes/src/base/ov_subgraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/precomp.hpp b/src/tests/functional/shared_test_classes/src/precomp.hpp index dfcf51fe79f..d845e0a720b 100644 --- a/src/tests/functional/shared_test_classes/src/precomp.hpp +++ b/src/tests/functional/shared_test_classes/src/precomp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_layer/experimental_detectron_prior_grid_generator.cpp b/src/tests/functional/shared_test_classes/src/single_layer/experimental_detectron_prior_grid_generator.cpp index b45cbe56072..c6761893701 100644 --- a/src/tests/functional/shared_test_classes/src/single_layer/experimental_detectron_prior_grid_generator.cpp +++ b/src/tests/functional/shared_test_classes/src/single_layer/experimental_detectron_prior_grid_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/activation.cpp b/src/tests/functional/shared_test_classes/src/single_op/activation.cpp index e459d217052..d109b14829f 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/activation.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/activation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/adaptive_pooling.cpp b/src/tests/functional/shared_test_classes/src/single_op/adaptive_pooling.cpp index 17a848c8475..c1a9c197e0e 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/adaptive_pooling.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/adaptive_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/batch_norm.cpp b/src/tests/functional/shared_test_classes/src/single_op/batch_norm.cpp index 1305d115fc6..6e3b9db6abc 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/batch_norm.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/batch_norm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/batch_to_space.cpp b/src/tests/functional/shared_test_classes/src/single_op/batch_to_space.cpp index b814d07304d..1b0afba9c31 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/batch_to_space.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/batch_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/binary_convolution.cpp b/src/tests/functional/shared_test_classes/src/single_op/binary_convolution.cpp index 39b20ead0dd..413664a6373 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/binary_convolution.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/binary_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/broadcast.cpp b/src/tests/functional/shared_test_classes/src/single_op/broadcast.cpp index bbe1b58dd06..2d98ec8df72 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/broadcast.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/broadcast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/bucketize.cpp b/src/tests/functional/shared_test_classes/src/single_op/bucketize.cpp index bea6eaf18bf..e29c93d0a88 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/bucketize.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/bucketize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/clamp.cpp b/src/tests/functional/shared_test_classes/src/single_op/clamp.cpp index 693dd6e8cf6..a2ed3ee43ea 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/clamp.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/clamp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/comparison.cpp b/src/tests/functional/shared_test_classes/src/single_op/comparison.cpp index 4cf851368ed..fd2709f359f 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/comparison.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/comparison.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/concat.cpp b/src/tests/functional/shared_test_classes/src/single_op/concat.cpp index daeaa33aeab..3115abc4d45 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/concat.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/constant.cpp b/src/tests/functional/shared_test_classes/src/single_op/constant.cpp index 2b67e830e56..127f1da3f43 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/constant.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/conversion.cpp b/src/tests/functional/shared_test_classes/src/single_op/conversion.cpp index dabc1e2531f..6b2dbd752dd 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/conversion.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/conversion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/convert_color_i420.cpp b/src/tests/functional/shared_test_classes/src/single_op/convert_color_i420.cpp index b8d00620e21..b8f52c9ccb3 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/convert_color_i420.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/convert_color_i420.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/convert_color_nv12.cpp b/src/tests/functional/shared_test_classes/src/single_op/convert_color_nv12.cpp index f5eb7b6b9ce..bc88842f512 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/convert_color_nv12.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/convert_color_nv12.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/convolution.cpp b/src/tests/functional/shared_test_classes/src/single_op/convolution.cpp index 4eb87f8ce3c..6518b861311 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/convolution.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/convolution_backprop_data.cpp b/src/tests/functional/shared_test_classes/src/single_op/convolution_backprop_data.cpp index d94ba15f91c..4718b755a1a 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/convolution_backprop_data.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/ctc_greedy_decoder.cpp b/src/tests/functional/shared_test_classes/src/single_op/ctc_greedy_decoder.cpp index a049952f180..28c1067d56a 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/ctc_greedy_decoder.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/ctc_greedy_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/ctc_greedy_decoder_seq_len.cpp b/src/tests/functional/shared_test_classes/src/single_op/ctc_greedy_decoder_seq_len.cpp index 1770aff47aa..66b3470b3af 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/ctc_greedy_decoder_seq_len.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/ctc_greedy_decoder_seq_len.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/ctc_loss.cpp b/src/tests/functional/shared_test_classes/src/single_op/ctc_loss.cpp index cc4cbbb2fe7..867c8ae25db 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/ctc_loss.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/ctc_loss.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/cum_sum.cpp b/src/tests/functional/shared_test_classes/src/single_op/cum_sum.cpp index 7adccf0aaff..975c43922c7 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/cum_sum.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/cum_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/deformable_convolution.cpp b/src/tests/functional/shared_test_classes/src/single_op/deformable_convolution.cpp index 82367cfc3b6..59b74016209 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/deformable_convolution.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/deformable_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "shared_test_classes/single_op/deformable_convolution.hpp" diff --git a/src/tests/functional/shared_test_classes/src/single_op/deformable_psroi_pooling.cpp b/src/tests/functional/shared_test_classes/src/single_op/deformable_psroi_pooling.cpp index 42722c8d4da..01fc0596923 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/deformable_psroi_pooling.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/deformable_psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/depth_to_space.cpp b/src/tests/functional/shared_test_classes/src/single_op/depth_to_space.cpp index d4f45a617a8..5cd6f96cd2d 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/depth_to_space.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/detection_output.cpp b/src/tests/functional/shared_test_classes/src/single_op/detection_output.cpp index d4f1293def5..e9e8f6a90b3 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/detection_output.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/dft.cpp b/src/tests/functional/shared_test_classes/src/single_op/dft.cpp index 94a4c6d9f95..112c91f4213 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/dft.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/dft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/eltwise.cpp b/src/tests/functional/shared_test_classes/src/single_op/eltwise.cpp index 0323db92b51..359782bf317 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/eltwise.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/embedding_bag_offsets_sum.cpp b/src/tests/functional/shared_test_classes/src/single_op/embedding_bag_offsets_sum.cpp index eaf7d015d74..928972a2a43 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/embedding_bag_offsets_sum.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/embedding_bag_offsets_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/embedding_bag_packed_sum.cpp b/src/tests/functional/shared_test_classes/src/single_op/embedding_bag_packed_sum.cpp index 0e86cd3d661..3eb3594a4f7 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/embedding_bag_packed_sum.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/embedding_bag_packed_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/embedding_segments_sum.cpp b/src/tests/functional/shared_test_classes/src/single_op/embedding_segments_sum.cpp index 029e9645978..6929f8be7f8 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/embedding_segments_sum.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_detection_output.cpp b/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_detection_output.cpp index c2f68291ed4..1fb894411be 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_detection_output.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_generate_proposals_single_image.cpp b/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_generate_proposals_single_image.cpp index 711807f48b6..cfd4c3ad131 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_generate_proposals_single_image.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_generate_proposals_single_image.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_prior_grid_generator.cpp b/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_prior_grid_generator.cpp index 0f5a044104a..c23898efea1 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_prior_grid_generator.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_prior_grid_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_roifeatureextractor.cpp b/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_roifeatureextractor.cpp index 9ed13bae84f..255760b9bfc 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_roifeatureextractor.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_roifeatureextractor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_topkrois.cpp b/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_topkrois.cpp index 9adcdc42535..294aac9baaa 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_topkrois.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/experimental_detectron_topkrois.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/extract_image_patches.cpp b/src/tests/functional/shared_test_classes/src/single_op/extract_image_patches.cpp index c5aad78d475..eb42793cfde 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/extract_image_patches.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/extract_image_patches.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/fake_quantize.cpp b/src/tests/functional/shared_test_classes/src/single_op/fake_quantize.cpp index 3b566834fa5..28d4bff483e 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/fake_quantize.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/gather.cpp b/src/tests/functional/shared_test_classes/src/single_op/gather.cpp index d88d6ca64d5..af9d96a4b9e 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/gather.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/gather.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/gather_elements.cpp b/src/tests/functional/shared_test_classes/src/single_op/gather_elements.cpp index 5d617bde3a4..0999f120a16 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/gather_elements.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/gather_elements.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/gather_nd.cpp b/src/tests/functional/shared_test_classes/src/single_op/gather_nd.cpp index d19231aaca6..7082894ea7d 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/gather_nd.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/gather_tree.cpp b/src/tests/functional/shared_test_classes/src/single_op/gather_tree.cpp index d98ca8a62b0..b8b770dfab3 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/gather_tree.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/gather_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/generate_proposals.cpp b/src/tests/functional/shared_test_classes/src/single_op/generate_proposals.cpp index 433112594ab..a73dea7b8f7 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/generate_proposals.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/generate_proposals.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/grn.cpp b/src/tests/functional/shared_test_classes/src/single_op/grn.cpp index 41b5ea03cea..1e97f8ba4fe 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/grn.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/grn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/group_convolution.cpp b/src/tests/functional/shared_test_classes/src/single_op/group_convolution.cpp index 902adace6fe..03623c3dc44 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/group_convolution.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/group_convolution_backprop_data.cpp b/src/tests/functional/shared_test_classes/src/single_op/group_convolution_backprop_data.cpp index 4cd09211c73..f43a35c26ca 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/group_convolution_backprop_data.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/gru_cell.cpp b/src/tests/functional/shared_test_classes/src/single_op/gru_cell.cpp index 648a1a6cc27..b7838058582 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/gru_cell.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/gru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/gru_sequence.cpp b/src/tests/functional/shared_test_classes/src/single_op/gru_sequence.cpp index b4accbb5719..fe4f387aadb 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/gru_sequence.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/gru_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/interpolate.cpp b/src/tests/functional/shared_test_classes/src/single_op/interpolate.cpp index 5f5a04bd694..d6b875ad0ef 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/interpolate.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/invalid_cases/proposal.cpp b/src/tests/functional/shared_test_classes/src/single_op/invalid_cases/proposal.cpp index 24815e005d1..145d396c93a 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/invalid_cases/proposal.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/invalid_cases/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/is_inf.cpp b/src/tests/functional/shared_test_classes/src/single_op/is_inf.cpp index 8a21fee098e..0fbbde9b7ca 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/is_inf.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/is_inf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/log_softmax.cpp b/src/tests/functional/shared_test_classes/src/single_op/log_softmax.cpp index a7d28a36c6f..9930401d7ad 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/log_softmax.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/log_softmax.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/logical.cpp b/src/tests/functional/shared_test_classes/src/single_op/logical.cpp index 304502b4f95..33ff249d736 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/logical.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/logical.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/loop.cpp b/src/tests/functional/shared_test_classes/src/single_op/loop.cpp index 1d3253aeeb4..56431a750a9 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/loop.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/lrn.cpp b/src/tests/functional/shared_test_classes/src/single_op/lrn.cpp index 56b106c1709..0576f33e295 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/lrn.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/lrn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/lstm_cell.cpp b/src/tests/functional/shared_test_classes/src/single_op/lstm_cell.cpp index 4c717bdab3e..5e8631fed37 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/lstm_cell.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/lstm_sequence.cpp b/src/tests/functional/shared_test_classes/src/single_op/lstm_sequence.cpp index e4d859bf8a9..dd33283b028 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/lstm_sequence.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/lstm_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/mat_mul.cpp b/src/tests/functional/shared_test_classes/src/single_op/mat_mul.cpp index 4414febffd2..f5f77882996 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/mat_mul.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/mat_mul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/matrix_nms.cpp b/src/tests/functional/shared_test_classes/src/single_op/matrix_nms.cpp index cda99ef03c1..1d6a6ba5102 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/matrix_nms.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/matrix_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/memory.cpp b/src/tests/functional/shared_test_classes/src/single_op/memory.cpp index 4c475cc0c38..17157eb1a41 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/memory.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/memory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/minimum_maximum.cpp b/src/tests/functional/shared_test_classes/src/single_op/minimum_maximum.cpp index 9ab3c48284c..311fcf15eb8 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/minimum_maximum.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/minimum_maximum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/multiclass_nms.cpp b/src/tests/functional/shared_test_classes/src/single_op/multiclass_nms.cpp index 7a5829fd570..f4c6bccbda9 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/multiclass_nms.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/multiclass_nms.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/multinomial.cpp b/src/tests/functional/shared_test_classes/src/single_op/multinomial.cpp index 777ef096fdf..8d2d9a5cd58 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/multinomial.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/multinomial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/mvn.cpp b/src/tests/functional/shared_test_classes/src/single_op/mvn.cpp index 666ded5cdd1..d274ce1cfac 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/mvn.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/nms_rotated.cpp b/src/tests/functional/shared_test_classes/src/single_op/nms_rotated.cpp index 42001098cdc..65aeae7fd4a 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/nms_rotated.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/nms_rotated.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/non_max_suppression.cpp b/src/tests/functional/shared_test_classes/src/single_op/non_max_suppression.cpp index acbed1a43b0..6a13b333a1a 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/non_max_suppression.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/non_max_suppression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/nonzero.cpp b/src/tests/functional/shared_test_classes/src/single_op/nonzero.cpp index 610148b9127..e2e73509e71 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/nonzero.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/nonzero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/normalize_l2.cpp b/src/tests/functional/shared_test_classes/src/single_op/normalize_l2.cpp index d53d0b7f846..01ab93cb6cb 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/normalize_l2.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/one_hot.cpp b/src/tests/functional/shared_test_classes/src/single_op/one_hot.cpp index ebbda7a642e..40dcee67e6d 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/one_hot.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/one_hot.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/pad.cpp b/src/tests/functional/shared_test_classes/src/single_op/pad.cpp index a62b33ec212..b36927ed7c4 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/pad.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/pooling.cpp b/src/tests/functional/shared_test_classes/src/single_op/pooling.cpp index ca0d29c56a0..40dcea4a4b8 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/pooling.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/power.cpp b/src/tests/functional/shared_test_classes/src/single_op/power.cpp index 5c9724734ad..03a8c957509 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/power.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/power.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/prior_box.cpp b/src/tests/functional/shared_test_classes/src/single_op/prior_box.cpp index 9f297a1f07c..ddedd41e2b2 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/prior_box.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/prior_box.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/prior_box_clustered.cpp b/src/tests/functional/shared_test_classes/src/single_op/prior_box_clustered.cpp index a630c498ee6..8f86ec19390 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/prior_box_clustered.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/prior_box_clustered.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/proposal.cpp b/src/tests/functional/shared_test_classes/src/single_op/proposal.cpp index c6d5858eef4..28736313ce2 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/proposal.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/proposal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/psroi_pooling.cpp b/src/tests/functional/shared_test_classes/src/single_op/psroi_pooling.cpp index 197f875fea8..5ddecb3c4d6 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/psroi_pooling.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/psroi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/random_uniform.cpp b/src/tests/functional/shared_test_classes/src/single_op/random_uniform.cpp index e5abec2a7d0..b49bba9f1ff 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/random_uniform.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/random_uniform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/range.cpp b/src/tests/functional/shared_test_classes/src/single_op/range.cpp index 5bb4917e3ec..c01623c198c 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/range.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/range.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/rdft.cpp b/src/tests/functional/shared_test_classes/src/single_op/rdft.cpp index 361845d61ec..6bb55264ea7 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/rdft.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/rdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/reduce_ops.cpp b/src/tests/functional/shared_test_classes/src/single_op/reduce_ops.cpp index d886c858d4d..fe8adb75f1e 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/reduce_ops.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/reduce_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/region_yolo.cpp b/src/tests/functional/shared_test_classes/src/single_op/region_yolo.cpp index d5c0e0481f2..1ef67edc71e 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/region_yolo.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/region_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/reorg_yolo.cpp b/src/tests/functional/shared_test_classes/src/single_op/reorg_yolo.cpp index 9b7efc87220..1a0af3fe712 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/reorg_yolo.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/reorg_yolo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/reshape.cpp b/src/tests/functional/shared_test_classes/src/single_op/reshape.cpp index 27c058f50aa..2ab19308af1 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/reshape.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/result.cpp b/src/tests/functional/shared_test_classes/src/single_op/result.cpp index 0a8fef223e0..bbfb8f881d3 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/result.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/reverse.cpp b/src/tests/functional/shared_test_classes/src/single_op/reverse.cpp index cd5a9958bf9..f51dcb2ed1d 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/reverse.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/reverse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/reverse_sequence.cpp b/src/tests/functional/shared_test_classes/src/single_op/reverse_sequence.cpp index e2ff553a29a..eea3fe02e0b 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/reverse_sequence.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/reverse_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/rnn_cell.cpp b/src/tests/functional/shared_test_classes/src/single_op/rnn_cell.cpp index 88a9d4673dc..54fdce16de1 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/rnn_cell.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/rnn_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/rnn_sequence.cpp b/src/tests/functional/shared_test_classes/src/single_op/rnn_sequence.cpp index 3cf6ef39aba..47c0c472cc6 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/rnn_sequence.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/rnn_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/roi_align.cpp b/src/tests/functional/shared_test_classes/src/single_op/roi_align.cpp index d191e7dda95..39d95972aad 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/roi_align.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/roi_align.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/roi_pooling.cpp b/src/tests/functional/shared_test_classes/src/single_op/roi_pooling.cpp index f4867abe662..785c6fd760e 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/roi_pooling.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/roi_pooling.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/roll.cpp b/src/tests/functional/shared_test_classes/src/single_op/roll.cpp index 0c6462387b3..fabf773e8cd 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/roll.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/roll.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/scatter_ND_update.cpp b/src/tests/functional/shared_test_classes/src/single_op/scatter_ND_update.cpp index 536807edfb9..7ef45836024 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/scatter_ND_update.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/scatter_ND_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/scatter_elements_update.cpp b/src/tests/functional/shared_test_classes/src/single_op/scatter_elements_update.cpp index ad64def009f..9d0b9747b55 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/scatter_elements_update.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/scatter_elements_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/scatter_update.cpp b/src/tests/functional/shared_test_classes/src/single_op/scatter_update.cpp index e5442942823..22b8b56735d 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/scatter_update.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/scatter_update.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/select.cpp b/src/tests/functional/shared_test_classes/src/single_op/select.cpp index 4a56bd2153c..8f5b331bcb9 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/select.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/select.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/shape_of.cpp b/src/tests/functional/shared_test_classes/src/single_op/shape_of.cpp index 2d0cd3896ae..7056a54f49f 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/shape_of.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/shuffle_channels.cpp b/src/tests/functional/shared_test_classes/src/single_op/shuffle_channels.cpp index f67cab21070..1452157017e 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/shuffle_channels.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/slice.cpp b/src/tests/functional/shared_test_classes/src/single_op/slice.cpp index 9257ffe8123..6cf231106b7 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/slice.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/space_to_batch.cpp b/src/tests/functional/shared_test_classes/src/single_op/space_to_batch.cpp index 16c0c5871d6..455cb37b056 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/space_to_batch.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/space_to_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/space_to_depth.cpp b/src/tests/functional/shared_test_classes/src/single_op/space_to_depth.cpp index 328ae13f99b..27e26393550 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/space_to_depth.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/space_to_depth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/split.cpp b/src/tests/functional/shared_test_classes/src/single_op/split.cpp index fa4a3b83ab0..61bfcfd460f 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/split.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/squeeze_unsqueeze.cpp b/src/tests/functional/shared_test_classes/src/single_op/squeeze_unsqueeze.cpp index ec87fbe6e5e..4f754082854 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/squeeze_unsqueeze.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/squeeze_unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/strided_slice.cpp b/src/tests/functional/shared_test_classes/src/single_op/strided_slice.cpp index 227bc14e779..fec5bf72808 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/strided_slice.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/tensor_iterator.cpp b/src/tests/functional/shared_test_classes/src/single_op/tensor_iterator.cpp index 5bacb58275d..de359a3f8c0 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/tensor_iterator.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/tensor_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/tile.cpp b/src/tests/functional/shared_test_classes/src/single_op/tile.cpp index fa59f7e1680..3fffa7ca333 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/tile.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/tile.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/topk.cpp b/src/tests/functional/shared_test_classes/src/single_op/topk.cpp index e42a0d455c3..b98fccfc6b2 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/topk.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/topk.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/transpose.cpp b/src/tests/functional/shared_test_classes/src/single_op/transpose.cpp index 453692099a4..b11353a09d9 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/transpose.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/single_op/variadic_split.cpp b/src/tests/functional/shared_test_classes/src/single_op/variadic_split.cpp index 3a713f85b8b..e1065927c3f 100644 --- a/src/tests/functional/shared_test_classes/src/single_op/variadic_split.cpp +++ b/src/tests/functional/shared_test_classes/src/single_op/variadic_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/constant_result.cpp b/src/tests/functional/shared_test_classes/src/subgraph/constant_result.cpp index 50c50214192..478968f5338 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/constant_result.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/constant_result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/conv_eltwise_fusion.cpp b/src/tests/functional/shared_test_classes/src/subgraph/conv_eltwise_fusion.cpp index 36fb7ea67de..c0face10103 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/conv_eltwise_fusion.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/conv_eltwise_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/conv_strides_opt.cpp b/src/tests/functional/shared_test_classes/src/subgraph/conv_strides_opt.cpp index c918c75ae11..566af003d5d 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/conv_strides_opt.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/conv_strides_opt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/convert_pad_to_group_conv.cpp b/src/tests/functional/shared_test_classes/src/subgraph/convert_pad_to_group_conv.cpp index 5db0177f8af..999c0c73c26 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/convert_pad_to_group_conv.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/convert_pad_to_group_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/get_output_before_activation.cpp b/src/tests/functional/shared_test_classes/src/subgraph/get_output_before_activation.cpp index 6e541000b42..8be58265e38 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/get_output_before_activation.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/get_output_before_activation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/matmul_multiply_fusion.cpp b/src/tests/functional/shared_test_classes/src/subgraph/matmul_multiply_fusion.cpp index 1764223d930..1a78672e182 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/matmul_multiply_fusion.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/matmul_multiply_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/matmul_squeeze_add.cpp b/src/tests/functional/shared_test_classes/src/subgraph/matmul_squeeze_add.cpp index d84309c99f6..40375f0ecb0 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/matmul_squeeze_add.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/matmul_squeeze_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/memory_LSTMCell.cpp b/src/tests/functional/shared_test_classes/src/subgraph/memory_LSTMCell.cpp index 67e23baca58..f5314c6d8e4 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/memory_LSTMCell.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/memory_LSTMCell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/mul_conv_fusion.cpp b/src/tests/functional/shared_test_classes/src/subgraph/mul_conv_fusion.cpp index 94e34b1dca2..d63a6b4f826 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/mul_conv_fusion.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/mul_conv_fusion.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/multiple_LSTMCell.cpp b/src/tests/functional/shared_test_classes/src/subgraph/multiple_LSTMCell.cpp index a42fbcf7142..791af4b1560 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/multiple_LSTMCell.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/multiple_LSTMCell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/multiply_add.cpp b/src/tests/functional/shared_test_classes/src/subgraph/multiply_add.cpp index d5916304ccd..02eec5650f4 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/multiply_add.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/multiply_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/mvn_multiply_add.cpp b/src/tests/functional/shared_test_classes/src/subgraph/mvn_multiply_add.cpp index 0abd4fbd574..06eacac4171 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/mvn_multiply_add.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/mvn_multiply_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/parameter_result.cpp b/src/tests/functional/shared_test_classes/src/subgraph/parameter_result.cpp index 7363f0896e7..62a2f4f153c 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/parameter_result.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/parameter_result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/perm_conv_perm_concat.cpp b/src/tests/functional/shared_test_classes/src/subgraph/perm_conv_perm_concat.cpp index 7cc5f2a4f5f..e7768086148 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/perm_conv_perm_concat.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/perm_conv_perm_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/preprocess.cpp b/src/tests/functional/shared_test_classes/src/subgraph/preprocess.cpp index e90602482ec..22e1253d08c 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/preprocess.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/preprocess.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/quantized_convolution_backprop_data.cpp b/src/tests/functional/shared_test_classes/src/subgraph/quantized_convolution_backprop_data.cpp index 0b9624faee5..2ee0dccccdf 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/quantized_convolution_backprop_data.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/quantized_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/quantized_group_convolution.cpp b/src/tests/functional/shared_test_classes/src/subgraph/quantized_group_convolution.cpp index 3c609e01653..0cd1c7134e3 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/quantized_group_convolution.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/quantized_group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/quantized_group_convolution_backprop_data.cpp b/src/tests/functional/shared_test_classes/src/subgraph/quantized_group_convolution_backprop_data.cpp index fd291af022e..a81d1701455 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/quantized_group_convolution_backprop_data.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/quantized_group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/quantized_mat_mul.cpp b/src/tests/functional/shared_test_classes/src/subgraph/quantized_mat_mul.cpp index a8ff145101b..4f1baea3c63 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/quantized_mat_mul.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/quantized_mat_mul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/range_add.cpp b/src/tests/functional/shared_test_classes/src/subgraph/range_add.cpp index a0556faf88e..44141892ce3 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/range_add.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/range_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/reduce_eltwise.cpp b/src/tests/functional/shared_test_classes/src/subgraph/reduce_eltwise.cpp index dbbbd559ea7..649ebe0304c 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/reduce_eltwise.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/reduce_eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/relu_shape_of.cpp b/src/tests/functional/shared_test_classes/src/subgraph/relu_shape_of.cpp index bbb78339d04..a19ad710a2b 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/relu_shape_of.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/relu_shape_of.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/reshape_permute_conv_permute_reshape_act.cpp b/src/tests/functional/shared_test_classes/src/subgraph/reshape_permute_conv_permute_reshape_act.cpp index f9e657eb0f9..fba5f013f5b 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/reshape_permute_conv_permute_reshape_act.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/reshape_permute_conv_permute_reshape_act.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/reshape_squeeze_reshape_relu.cpp b/src/tests/functional/shared_test_classes/src/subgraph/reshape_squeeze_reshape_relu.cpp index 81b528e05d3..6d40694c111 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/reshape_squeeze_reshape_relu.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/reshape_squeeze_reshape_relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/scale_shift.cpp b/src/tests/functional/shared_test_classes/src/subgraph/scale_shift.cpp index f90231a4c0b..779e1f613bb 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/scale_shift.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/scale_shift.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/simple_if.cpp b/src/tests/functional/shared_test_classes/src/subgraph/simple_if.cpp index 5540ce47573..392046b576b 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/simple_if.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/simple_if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/split_concat_memory.cpp b/src/tests/functional/shared_test_classes/src/subgraph/split_concat_memory.cpp index 44eebdc55da..1c60da765ac 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/split_concat_memory.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/split_concat_memory.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/split_conv_concat.cpp b/src/tests/functional/shared_test_classes/src/subgraph/split_conv_concat.cpp index f6fab70ca27..4023562b6e2 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/split_conv_concat.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/split_conv_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/functional/shared_test_classes/src/subgraph/variadic_split_pad.cpp b/src/tests/functional/shared_test_classes/src/subgraph/variadic_split_pad.cpp index fa72a8de53f..e98736c7cba 100644 --- a/src/tests/functional/shared_test_classes/src/subgraph/variadic_split_pad.cpp +++ b/src/tests/functional/shared_test_classes/src/subgraph/variadic_split_pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/CMakeLists.txt b/src/tests/ov_helpers/CMakeLists.txt index baa49b1ce6a..682cf0f1c47 100644 --- a/src/tests/ov_helpers/CMakeLists.txt +++ b/src/tests/ov_helpers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/ov_helpers/ov_lpt_models/CMakeLists.txt b/src/tests/ov_helpers/ov_lpt_models/CMakeLists.txt index 7bfca614190..5f741f12494 100644 --- a/src/tests/ov_helpers/ov_lpt_models/CMakeLists.txt +++ b/src/tests/ov_helpers/ov_lpt_models/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/add.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/add.hpp index aed9d33e61d..a1a8d600d27 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/add.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/align_concat_quantization_parameters.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/align_concat_quantization_parameters.hpp index c25eafd675e..4b08365af43 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/align_concat_quantization_parameters.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/align_concat_quantization_parameters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/assign_and_read_value.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/assign_and_read_value.hpp index 42bf8fea902..e6deeae1711 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/assign_and_read_value.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/assign_and_read_value.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/avg_pool.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/avg_pool.hpp index 2092a81266b..7a021a0dae5 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/avg_pool.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/avg_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/clamp.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/clamp.hpp index 341559f081f..1345b6e3343 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/clamp.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/clamp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/add.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/add.hpp index fe773aef2dc..4b262f9bb3a 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/add.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/builders.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/builders.hpp index 43cbd4591f6..8b240610cd0 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/builders.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/builders.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/constant.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/constant.hpp index 4d6572c509d..24de57d5528 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/constant.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/constant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/convolution.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/convolution.hpp index ad7e0009f1c..074c71a4278 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/convolution.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/dequantization_operations.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/dequantization_operations.hpp index 6224c949600..716f00f36c3 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/dequantization_operations.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/dequantization_operations.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/fake_quantize_on_data.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/fake_quantize_on_data.hpp index 3a54c0afc57..88a5e636d37 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/fake_quantize_on_data.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/fake_quantize_on_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/fake_quantize_on_weights.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/fake_quantize_on_weights.hpp index 801daad241a..22d1fabc2b7 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/fake_quantize_on_weights.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/fake_quantize_on_weights.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/multiply.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/multiply.hpp index e5567318b78..1e363f6cc93 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/multiply.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/multiply.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/reshape.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/reshape.hpp index 2f3ef1257ba..c04e9774524 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/reshape.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/transpose.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/transpose.hpp index 176bac1d634..99b634bff72 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/transpose.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/common/transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/compose_fake_quantize.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/compose_fake_quantize.hpp index ee9b983cdfa..9e22dcdefe3 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/compose_fake_quantize.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/compose_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/concat.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/concat.hpp index 95e21ee1c8d..e6dc9ff6a2e 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/concat.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/convolution.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/convolution.hpp index 97360e6719d..fb37b9870bf 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/convolution.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/convolution_backprop_data.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/convolution_backprop_data.hpp index 3627b9ef37e..511e443b3da 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/convolution_backprop_data.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/depth_to_space.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/depth_to_space.hpp index fe6905509c1..b026d64f386 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/depth_to_space.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/depth_to_space.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/elementwise.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/elementwise.hpp index 5d471b28f41..9af92307c3c 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/elementwise.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/elementwise.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/elementwise_with_multi_parent_dequantization.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/elementwise_with_multi_parent_dequantization.hpp index e8df6c84919..8b7d115c030 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/elementwise_with_multi_parent_dequantization.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/elementwise_with_multi_parent_dequantization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize.hpp index 72a8b799cf0..b90c65c8022 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_and_convolution.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_and_convolution.hpp index 268b33edafc..134760791b8 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_and_convolution.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_and_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_and_two_output_branches_with_convolution.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_and_two_output_branches_with_convolution.hpp index e2fc30ba3ab..3bf62f04064 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_and_two_output_branches_with_convolution.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_and_two_output_branches_with_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_on_weights_and_unsupported_child.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_on_weights_and_unsupported_child.hpp index 5033ba2891a..65f97419224 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_on_weights_and_unsupported_child.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_on_weights_and_unsupported_child.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_precision_selection.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_precision_selection.hpp index d164665eda7..3d83e43823a 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_precision_selection.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fake_quantize_precision_selection.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fold_fake_quantize.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fold_fake_quantize.hpp index 00d768438c6..9a5de87fbb1 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fold_fake_quantize.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fold_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_convert.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_convert.hpp index 40a29ca689d..86d6f9be4d8 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_convert.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_convert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_fake_quantize_and_scale_shift.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_fake_quantize_and_scale_shift.hpp index f5bb3311384..7b564a811b3 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_fake_quantize_and_scale_shift.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_fake_quantize_and_scale_shift.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_multiply_to_fake_quantize.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_multiply_to_fake_quantize.hpp index f2596d7abb1..76718d40d2c 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_multiply_to_fake_quantize.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_multiply_to_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_subtract_to_fake_quantize.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_subtract_to_fake_quantize.hpp index 1324c3b2d0a..46435380b02 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_subtract_to_fake_quantize.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/fuse_subtract_to_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/get_dequantization.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/get_dequantization.hpp index 53eee356234..a57328ea5bc 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/get_dequantization.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/get_dequantization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/group_convolution.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/group_convolution.hpp index 521c868a603..3f1c7fd488b 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/group_convolution.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/group_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/interpolate.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/interpolate.hpp index 78d6f04607b..dd5e3e692b8 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/interpolate.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/interpolate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/markup_avg_pool_precisions.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/markup_avg_pool_precisions.hpp index 1d23b3d40e4..f2551cf3ee9 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/markup_avg_pool_precisions.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/markup_avg_pool_precisions.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/markup_bias.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/markup_bias.hpp index e3896a3373d..7a1383d49ae 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/markup_bias.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/markup_bias.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mat_mul.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mat_mul.hpp index ca9f4165382..787e1f6ebe8 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mat_mul.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mat_mul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mat_mul_with_optimized_constant_fake_quantize.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mat_mul_with_optimized_constant_fake_quantize.hpp index 4bb9a3c8921..4fd3fd62941 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mat_mul_with_optimized_constant_fake_quantize.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mat_mul_with_optimized_constant_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/max_pool.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/max_pool.hpp index b8471b8819f..6db57d0d744 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/max_pool.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/max_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/move_dequantization_after.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/move_dequantization_after.hpp index 3403b606a54..6dcd7a9a247 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/move_dequantization_after.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/move_dequantization_after.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/move_fake_quantize.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/move_fake_quantize.hpp index 8483cb79de3..dc222417aaf 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/move_fake_quantize.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/move_fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mul_add_to_scaleshift_or_power.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mul_add_to_scaleshift_or_power.hpp index f6c54792ecd..6224b787dab 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mul_add_to_scaleshift_or_power.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mul_add_to_scaleshift_or_power.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply.hpp index 52d23bcef7f..1e9ecc099bf 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_partial_function.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_partial_function.hpp index bbe21215546..189fd785e26 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_partial_function.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_partial_function.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_to_group_convolution.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_to_group_convolution.hpp index c21bdadbf9c..ff55ecd88b7 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_to_group_convolution.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_to_group_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_with_one_parent.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_with_one_parent.hpp index 252d83bec33..6b1747dbc72 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_with_one_parent.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/multiply_with_one_parent.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mvn.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mvn.hpp index f821e8513b2..231f7d20cb1 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mvn.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/mvn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/normalize_dequantization.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/normalize_dequantization.hpp index b47260d6f25..20a3b961030 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/normalize_dequantization.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/normalize_dequantization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/normalize_l2.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/normalize_l2.hpp index 77995dd0628..bccf96d119c 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/normalize_l2.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/normalize_l2.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/pad.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/pad.hpp index 9e35a2d9acb..4c3d30305b0 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/pad.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/pad.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/precision_propagation.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/precision_propagation.hpp index 2c2d452c373..5f7cced7719 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/precision_propagation.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/precision_propagation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/prelu.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/prelu.hpp index a1eadd0bca2..10580473237 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/prelu.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/prelu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/reduce.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/reduce.hpp index f12557f3e6d..ee9d12fde31 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/reduce.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/reduce.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/relu.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/relu.hpp index 8f607ebf0f8..dc0be27e34d 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/relu.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/reshape.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/reshape.hpp index d344434953f..27b244bb211 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/reshape.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/reshape.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/round.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/round.hpp index 9990cdfd857..378e82c266d 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/round.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/round.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/shuffle_channels.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/shuffle_channels.hpp index fc90101c15d..40b691d7f90 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/shuffle_channels.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/shuffle_channels.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/split.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/split.hpp index b3e32b31394..94ad67d53e9 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/split.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/squeeze.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/squeeze.hpp index 1ef3fbfebb7..bc527666590 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/squeeze.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/squeeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/strided_slice.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/strided_slice.hpp index 2eb3bdf6f48..896e84e5673 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/strided_slice.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/strided_slice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/subtract.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/subtract.hpp index ddd2b6c0855..b5950fddbce 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/subtract.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/subtract.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/subtract_multiply_to_multiply_add.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/subtract_multiply_to_multiply_add.hpp index caeac6ffbf9..9f1915b32ed 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/subtract_multiply_to_multiply_add.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/subtract_multiply_to_multiply_add.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transformations_after_split.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transformations_after_split.hpp index 9fc725d8728..3badb7097b5 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transformations_after_split.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transformations_after_split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transpose.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transpose.hpp index aaa638cda21..89feccb5ec1 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transpose.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transpose_after_mat_mul.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transpose_after_mat_mul.hpp index 19092b38585..cb732421447 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transpose_after_mat_mul.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/transpose_after_mat_mul.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/unsqueeze.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/unsqueeze.hpp index 8e0b478fb44..a3d79b3347b 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/unsqueeze.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/unsqueeze.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/variadic_split.hpp b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/variadic_split.hpp index 6b979a5c3c8..67d8d8f1e97 100644 --- a/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/variadic_split.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/include/ov_lpt_models/variadic_split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/add.cpp b/src/tests/ov_helpers/ov_lpt_models/src/add.cpp index c68e6096154..e90392d29d7 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/add.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/align_concat_quantization_parameters.cpp b/src/tests/ov_helpers/ov_lpt_models/src/align_concat_quantization_parameters.cpp index f71b898c141..b329c417871 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/align_concat_quantization_parameters.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/align_concat_quantization_parameters.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/assign_and_read_value.cpp b/src/tests/ov_helpers/ov_lpt_models/src/assign_and_read_value.cpp index 4cb6ee3d4ee..8de492f04a4 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/assign_and_read_value.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/assign_and_read_value.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/avg_pool.cpp b/src/tests/ov_helpers/ov_lpt_models/src/avg_pool.cpp index 316b5ddd3cc..822c322aeb8 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/avg_pool.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/avg_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/clamp.cpp b/src/tests/ov_helpers/ov_lpt_models/src/clamp.cpp index fae857ff496..abc72f25937 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/clamp.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/clamp.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/common/add.cpp b/src/tests/ov_helpers/ov_lpt_models/src/common/add.cpp index b1340e218a9..adcbff0dbda 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/common/add.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/common/add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/common/builders.cpp b/src/tests/ov_helpers/ov_lpt_models/src/common/builders.cpp index 9d6eadfb123..fc01ae28cb6 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/common/builders.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/common/builders.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/common/constant.cpp b/src/tests/ov_helpers/ov_lpt_models/src/common/constant.cpp index 6e0f0d07723..2dfe4080e29 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/common/constant.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/common/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/common/convolution.cpp b/src/tests/ov_helpers/ov_lpt_models/src/common/convolution.cpp index 820f6a59652..f881e16652c 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/common/convolution.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/common/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/common/dequantization_operations.cpp b/src/tests/ov_helpers/ov_lpt_models/src/common/dequantization_operations.cpp index aac8ed3b3b9..8677028aefe 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/common/dequantization_operations.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/common/dequantization_operations.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/common/fake_quantize_on_data.cpp b/src/tests/ov_helpers/ov_lpt_models/src/common/fake_quantize_on_data.cpp index bc77b803f62..709985c450d 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/common/fake_quantize_on_data.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/common/fake_quantize_on_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/common/fake_quantize_on_weights.cpp b/src/tests/ov_helpers/ov_lpt_models/src/common/fake_quantize_on_weights.cpp index f5316692bdf..7314621c302 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/common/fake_quantize_on_weights.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/common/fake_quantize_on_weights.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/common/multiply.cpp b/src/tests/ov_helpers/ov_lpt_models/src/common/multiply.cpp index 2b8a4b6be78..ab5d4881301 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/common/multiply.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/common/multiply.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/common/reshape.cpp b/src/tests/ov_helpers/ov_lpt_models/src/common/reshape.cpp index e7c19e2b71b..82786a9b8c6 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/common/reshape.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/common/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/common/transpose.cpp b/src/tests/ov_helpers/ov_lpt_models/src/common/transpose.cpp index 0e6a602fbd5..c4854071339 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/common/transpose.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/common/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/compose_fake_quantize.cpp b/src/tests/ov_helpers/ov_lpt_models/src/compose_fake_quantize.cpp index 829b2b91ec2..ab6af9965dc 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/compose_fake_quantize.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/compose_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/concat.cpp b/src/tests/ov_helpers/ov_lpt_models/src/concat.cpp index 01ae0ff88b4..bc1c6b6d8df 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/concat.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/convolution.cpp b/src/tests/ov_helpers/ov_lpt_models/src/convolution.cpp index 6a60cfdf27e..f5420df412f 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/convolution.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/convolution_backprop_data.cpp b/src/tests/ov_helpers/ov_lpt_models/src/convolution_backprop_data.cpp index f929dad0d9e..a0d2be75076 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/convolution_backprop_data.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/depth_to_space.cpp b/src/tests/ov_helpers/ov_lpt_models/src/depth_to_space.cpp index 8170862a5ac..7353117c7ca 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/depth_to_space.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/depth_to_space.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/elementwise.cpp b/src/tests/ov_helpers/ov_lpt_models/src/elementwise.cpp index 9ce22a37c02..94a263eac27 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/elementwise.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/elementwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/elementwise_with_multi_parent_dequantization.cpp b/src/tests/ov_helpers/ov_lpt_models/src/elementwise_with_multi_parent_dequantization.cpp index 538f08e5dc7..564c12d9446 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/elementwise_with_multi_parent_dequantization.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/elementwise_with_multi_parent_dequantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize.cpp b/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize.cpp index 988ac2a025d..3f535de4dae 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_and_convolution.cpp b/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_and_convolution.cpp index dba21a3a6b4..c8cc74a2e10 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_and_convolution.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_and_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_and_two_output_branches_with_convolution.cpp b/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_and_two_output_branches_with_convolution.cpp index a967f9b3e16..9248cc6a181 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_and_two_output_branches_with_convolution.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_and_two_output_branches_with_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_on_weights_and_unsupported_child.cpp b/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_on_weights_and_unsupported_child.cpp index 5a1300f9a25..6074fe3a956 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_on_weights_and_unsupported_child.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_on_weights_and_unsupported_child.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_precision_selection.cpp b/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_precision_selection.cpp index a8ebcfc9c8f..edda763885a 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_precision_selection.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/fake_quantize_precision_selection.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/fold_fake_quantize.cpp b/src/tests/ov_helpers/ov_lpt_models/src/fold_fake_quantize.cpp index f40e8b2958e..1470ee9b2a6 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/fold_fake_quantize.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/fold_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/fuse_convert.cpp b/src/tests/ov_helpers/ov_lpt_models/src/fuse_convert.cpp index b9c2f01e843..9e158885838 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/fuse_convert.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/fuse_convert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/fuse_fake_quantize_and_scale_shift.cpp b/src/tests/ov_helpers/ov_lpt_models/src/fuse_fake_quantize_and_scale_shift.cpp index b27b9f36a07..fa04b973b80 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/fuse_fake_quantize_and_scale_shift.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/fuse_fake_quantize_and_scale_shift.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/fuse_multiply_to_fake_quantize.cpp b/src/tests/ov_helpers/ov_lpt_models/src/fuse_multiply_to_fake_quantize.cpp index a8f8ccbffef..94b3eb376bb 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/fuse_multiply_to_fake_quantize.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/fuse_multiply_to_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/fuse_subtract_to_fake_quantize.cpp b/src/tests/ov_helpers/ov_lpt_models/src/fuse_subtract_to_fake_quantize.cpp index 96af6bd5fd4..87466134a6b 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/fuse_subtract_to_fake_quantize.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/fuse_subtract_to_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/get_dequantization.cpp b/src/tests/ov_helpers/ov_lpt_models/src/get_dequantization.cpp index 6ae6990b896..729c7464587 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/get_dequantization.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/get_dequantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/group_convolution.cpp b/src/tests/ov_helpers/ov_lpt_models/src/group_convolution.cpp index c211652ec67..1a91723e782 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/group_convolution.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/interpolate.cpp b/src/tests/ov_helpers/ov_lpt_models/src/interpolate.cpp index aff7516cdb6..be61fe74c30 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/interpolate.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/interpolate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/markup_avg_pool_precisions.cpp b/src/tests/ov_helpers/ov_lpt_models/src/markup_avg_pool_precisions.cpp index 3b0bbe0c45a..5b0fc1a5736 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/markup_avg_pool_precisions.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/markup_avg_pool_precisions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/markup_bias.cpp b/src/tests/ov_helpers/ov_lpt_models/src/markup_bias.cpp index 8bc9e41e181..9d1ae33868f 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/markup_bias.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/markup_bias.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/mat_mul.cpp b/src/tests/ov_helpers/ov_lpt_models/src/mat_mul.cpp index 95d9941dab4..1b1351ef1b3 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/mat_mul.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/mat_mul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/mat_mul_with_optimized_constant_fake_quantize.cpp b/src/tests/ov_helpers/ov_lpt_models/src/mat_mul_with_optimized_constant_fake_quantize.cpp index 9a2799638da..828f23fcc1b 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/mat_mul_with_optimized_constant_fake_quantize.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/mat_mul_with_optimized_constant_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/max_pool.cpp b/src/tests/ov_helpers/ov_lpt_models/src/max_pool.cpp index dc57b822b29..c7ffd97225e 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/max_pool.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/max_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/move_dequantization_after.cpp b/src/tests/ov_helpers/ov_lpt_models/src/move_dequantization_after.cpp index a0ef6e1acbe..432051e22a0 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/move_dequantization_after.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/move_dequantization_after.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/move_fake_quantize.cpp b/src/tests/ov_helpers/ov_lpt_models/src/move_fake_quantize.cpp index 755416d6727..7914e12a2ca 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/move_fake_quantize.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/move_fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/multiply.cpp b/src/tests/ov_helpers/ov_lpt_models/src/multiply.cpp index 3ee79e41fab..5093d484819 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/multiply.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/multiply.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/multiply_partial_function.cpp b/src/tests/ov_helpers/ov_lpt_models/src/multiply_partial_function.cpp index e9dbee779ee..e9139778b75 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/multiply_partial_function.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/multiply_partial_function.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/multiply_to_group_convolution.cpp b/src/tests/ov_helpers/ov_lpt_models/src/multiply_to_group_convolution.cpp index 958ce5ba480..cec7e415617 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/multiply_to_group_convolution.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/multiply_to_group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/multiply_with_one_parent.cpp b/src/tests/ov_helpers/ov_lpt_models/src/multiply_with_one_parent.cpp index f8d220f682c..1e00e22fd1c 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/multiply_with_one_parent.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/multiply_with_one_parent.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/mvn.cpp b/src/tests/ov_helpers/ov_lpt_models/src/mvn.cpp index dec78ae31e0..4289f5acae9 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/mvn.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/mvn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/normalize_dequantization.cpp b/src/tests/ov_helpers/ov_lpt_models/src/normalize_dequantization.cpp index 81172744f25..72e0db50e3b 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/normalize_dequantization.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/normalize_dequantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/normalize_l2.cpp b/src/tests/ov_helpers/ov_lpt_models/src/normalize_l2.cpp index 39acc8b444a..893bd233668 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/normalize_l2.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/normalize_l2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/pad.cpp b/src/tests/ov_helpers/ov_lpt_models/src/pad.cpp index ba5da044747..6b7dcfd3365 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/pad.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/pad.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/precision_propagation.cpp b/src/tests/ov_helpers/ov_lpt_models/src/precision_propagation.cpp index 20ab785a7cc..e32139d8423 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/precision_propagation.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/precision_propagation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/precomp.hpp b/src/tests/ov_helpers/ov_lpt_models/src/precomp.hpp index c41df1a9937..490cc56b593 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/precomp.hpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/precomp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/prelu.cpp b/src/tests/ov_helpers/ov_lpt_models/src/prelu.cpp index 253b2e8e642..4de179e78a8 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/prelu.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/prelu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/relu.cpp b/src/tests/ov_helpers/ov_lpt_models/src/relu.cpp index 1205993c391..9a93960b809 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/relu.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/reshape.cpp b/src/tests/ov_helpers/ov_lpt_models/src/reshape.cpp index cb2e9dc9be5..f89e53f2768 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/reshape.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/reshape.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/round.cpp b/src/tests/ov_helpers/ov_lpt_models/src/round.cpp index 5d8bb2fdfd6..1db27eeb7ff 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/round.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/round.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/shuffle_channels.cpp b/src/tests/ov_helpers/ov_lpt_models/src/shuffle_channels.cpp index 04878943c17..7dbc0404966 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/shuffle_channels.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/shuffle_channels.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/split.cpp b/src/tests/ov_helpers/ov_lpt_models/src/split.cpp index 96c16091c1a..0b73152bd7d 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/split.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/squeeze.cpp b/src/tests/ov_helpers/ov_lpt_models/src/squeeze.cpp index 2717cc6ce77..99042e1954c 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/squeeze.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/squeeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/strided_slice.cpp b/src/tests/ov_helpers/ov_lpt_models/src/strided_slice.cpp index 9355827bc61..6360b5618f3 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/strided_slice.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/strided_slice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/subtract.cpp b/src/tests/ov_helpers/ov_lpt_models/src/subtract.cpp index 6a23f9783f9..51d48086c81 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/subtract.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/subtract.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/subtract_multiply_to_multiply_add.cpp b/src/tests/ov_helpers/ov_lpt_models/src/subtract_multiply_to_multiply_add.cpp index a42511af523..2bb2057e3c0 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/subtract_multiply_to_multiply_add.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/subtract_multiply_to_multiply_add.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/transformations_after_split.cpp b/src/tests/ov_helpers/ov_lpt_models/src/transformations_after_split.cpp index 2f406f9ab49..045ddb88dcc 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/transformations_after_split.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/transformations_after_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/transpose.cpp b/src/tests/ov_helpers/ov_lpt_models/src/transpose.cpp index fa54020c022..914dfbb8050 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/transpose.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/transpose_after_mat_mul.cpp b/src/tests/ov_helpers/ov_lpt_models/src/transpose_after_mat_mul.cpp index d8696a4d841..c243650f75b 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/transpose_after_mat_mul.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/transpose_after_mat_mul.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/unsqueeze.cpp b/src/tests/ov_helpers/ov_lpt_models/src/unsqueeze.cpp index 2b2d7a63b5c..c2f934e22f1 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/unsqueeze.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/unsqueeze.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_lpt_models/src/variadic_split.cpp b/src/tests/ov_helpers/ov_lpt_models/src/variadic_split.cpp index 82cdeb986d4..fc6ea69479a 100644 --- a/src/tests/ov_helpers/ov_lpt_models/src/variadic_split.cpp +++ b/src/tests/ov_helpers/ov_lpt_models/src/variadic_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/ov_helpers/ov_snippets_models/include/snippets_helpers.hpp b/src/tests/ov_helpers/ov_snippets_models/include/snippets_helpers.hpp index d7faf9db47e..e9ce6d9281d 100644 --- a/src/tests/ov_helpers/ov_snippets_models/include/snippets_helpers.hpp +++ b/src/tests/ov_helpers/ov_snippets_models/include/snippets_helpers.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/CMakeLists.txt b/src/tests/test_utils/CMakeLists.txt index feba8b83fbf..57829809f55 100644 --- a/src/tests/test_utils/CMakeLists.txt +++ b/src/tests/test_utils/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/test_utils/common_test_utils/CMakeLists.txt b/src/tests/test_utils/common_test_utils/CMakeLists.txt index 7f82b329c01..22581464506 100644 --- a/src/tests/test_utils/common_test_utils/CMakeLists.txt +++ b/src/tests/test_utils/common_test_utils/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/all_close.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/all_close.hpp index db55bc3bc57..2aa519bead4 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/all_close.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/all_close.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/all_close_f.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/all_close_f.hpp index fae6a9846ca..fa779e8b6c9 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/all_close_f.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/all_close_f.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/common_utils.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/common_utils.hpp index 972d0c84bfe..dbf63032786 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/common_utils.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/common_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/data_utils.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/data_utils.hpp index 15062d6620d..09c66cc1577 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/data_utils.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/data_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/file_utils.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/file_utils.hpp index 7eb36db7cf5..970139245a9 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/file_utils.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/file_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/float_util.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/float_util.hpp index 09c217a2c0f..88ddb768c7a 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/float_util.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/float_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/graph_comparator.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/graph_comparator.hpp index 14aff0703fa..bd6bfd07249 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/graph_comparator.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/graph_comparator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/matcher.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/matcher.hpp index 648f6accdb4..7dc8bb700a1 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/matcher.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/matcher.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/ndarray.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/ndarray.hpp index 6fbfd1663b5..d17bdd4658b 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/ndarray.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/ndarray.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/activation.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/activation.hpp index 61d5c586a55..a031c8d4937 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/activation.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/activation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/augru_cell.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/augru_cell.hpp index a200cb22752..62884802194 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/augru_cell.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/augru_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/binary_convolution.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/binary_convolution.hpp index 82bb0e640db..1878632ec6e 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/binary_convolution.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/binary_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/comparison.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/comparison.hpp index da722586d77..9c079df0747 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/comparison.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/comparison.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/constant.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/constant.hpp index c7cf1ad35e5..423aaa6915b 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/constant.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/constant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/convolution.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/convolution.hpp index 1ca630c77a7..2e635582eb3 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/convolution.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/convolution_backprop_data.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/convolution_backprop_data.hpp index c3e63ac29c0..096539fb81a 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/convolution_backprop_data.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/dft.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/dft.hpp index 71e5f341da7..48f842c6dd0 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/dft.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/dft.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/eltwise.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/eltwise.hpp index af7c5f23f38..ba20b9fe580 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/eltwise.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/eltwise.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_bag_offsets_sum.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_bag_offsets_sum.hpp index a86c3482575..1de7032e562 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_bag_offsets_sum.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_bag_offsets_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_bag_packed_sum.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_bag_packed_sum.hpp index bf95e26ecd9..fc65c183497 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_bag_packed_sum.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_bag_packed_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_segments_sum.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_segments_sum.hpp index b91643c9f2a..5cb94ec854c 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_segments_sum.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/embedding_segments_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/fake_quantize.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/fake_quantize.hpp index f406696c146..4ce1636816b 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/fake_quantize.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/fake_quantize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/fully_connected.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/fully_connected.hpp index e6d2c3aed3a..00ee4a520d7 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/fully_connected.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/fully_connected.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/gather_nd.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/gather_nd.hpp index e24de6bdcea..e16f042296e 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/gather_nd.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/gather_nd.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/group_convolution.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/group_convolution.hpp index 8b2aeb09d10..fff802d8690 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/group_convolution.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/group_convolution.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/group_convolution_backprop_data.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/group_convolution_backprop_data.hpp index cf71c157ca7..b8e5a77d3f0 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/group_convolution_backprop_data.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/group_convolution_backprop_data.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/gru_cell.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/gru_cell.hpp index b781c2eb3d1..8cd7c4a0b95 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/gru_cell.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/gru_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/logical.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/logical.hpp index 443266e0a86..ad91470d5a1 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/logical.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/logical.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/lstm_cell.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/lstm_cell.hpp index 23658f510de..9bd5eb2273f 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/lstm_cell.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/lstm_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/rdft.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/rdft.hpp index 80ad0332ab3..5e4e29784c2 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/rdft.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/rdft.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/reduce.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/reduce.hpp index 8472410b9cf..e07e4ffe72d 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/reduce.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/reduce.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/rnn_cell.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/rnn_cell.hpp index 65e304a8ee9..f0dbf7636e9 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/rnn_cell.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/node_builders/rnn_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_plugin_cache.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_plugin_cache.hpp index 0805cbcba5e..5661cb8abd0 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_plugin_cache.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_plugin_cache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_tensor_utils.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_tensor_utils.hpp index ade6aac7aee..aa36a4ab140 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_tensor_utils.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_tensor_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_test_utils.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_test_utils.hpp index aa5cafe2a1f..c98dae8e486 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_test_utils.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/ov_test_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/2_input_subtract.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/2_input_subtract.hpp index 46001065f26..a7d6d9abb62 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/2_input_subtract.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/2_input_subtract.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/concat_with_params.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/concat_with_params.hpp index 6daf65331e5..8e2550e6fcf 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/concat_with_params.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/concat_with_params.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_bias.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_bias.hpp index 03d244fc189..22812d78537 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_bias.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_bias.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu.hpp index c869671e20c..8b71f34b793 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu_no_reshapes.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu_no_reshapes.hpp index 4f4d54d2e93..dd62665210d 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu_no_reshapes.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu_no_reshapes.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu_non_zero.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu_non_zero.hpp index 24f8a72525a..d7ad69a80ba 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu_non_zero.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/conv_pool_relu_non_zero.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/convert_transpose.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/convert_transpose.hpp index 92fdebe5f3e..5586474be5f 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/convert_transpose.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/convert_transpose.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/detection_output.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/detection_output.hpp index 562c49180cb..b3f5e82b7e6 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/detection_output.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/kso_func.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/kso_func.hpp index adf4cf47992..317cdbc8ac6 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/kso_func.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/kso_func.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/matmul_bias.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/matmul_bias.hpp index 3844abf9f98..c3a44f40a67 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/matmul_bias.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/matmul_bias.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/multi_single_conv.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/multi_single_conv.hpp index cd399b1e92c..1987fdf166a 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/multi_single_conv.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/multi_single_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/multiple_input_outpput_double_concat.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/multiple_input_outpput_double_concat.hpp index 35f15f0a62b..dd5aeee6383 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/multiple_input_outpput_double_concat.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/multiple_input_outpput_double_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/nested_branch_conv_concat.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/nested_branch_conv_concat.hpp index 1472007771a..af4024e2aa8 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/nested_branch_conv_concat.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/nested_branch_conv_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/nested_split_conv_concat.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/nested_split_conv_concat.hpp index ac02ce41d24..afa5afbf0fd 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/nested_split_conv_concat.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/nested_split_conv_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/preprocess_builders.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/preprocess_builders.hpp index a5df7c797fd..d4921393b75 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/preprocess_builders.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/preprocess_builders.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/read_concat_split_assign.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/read_concat_split_assign.hpp index 4c193e36513..6033521495e 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/read_concat_split_assign.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/read_concat_split_assign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_concat_with_constant.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_concat_with_constant.hpp index 959c2bb3490..d502046941b 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_concat_with_constant.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_concat_with_constant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_conv.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_conv.hpp index 0fd9472404d..1bddb6cbbe9 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_conv.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_conv.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_split.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_split.hpp index 461620c4eb1..cff4c17bacc 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_split.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/single_split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_concat.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_concat.hpp index cbd3ff84bbd..6990febd568 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_concat.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_conv_concat.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_conv_concat.hpp index ba2c28a4c94..4fb59032b31 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_conv_concat.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_conv_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_multi_conv_concat.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_multi_conv_concat.hpp index 31446b3cf64..c0676faf29f 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_multi_conv_concat.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/split_multi_conv_concat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/ti_with_lstm_cell.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/ti_with_lstm_cell.hpp index 43d9806fccd..54b90d77c25 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/ti_with_lstm_cell.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/subgraph_builders/ti_with_lstm_cell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_assertions.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_assertions.hpp index 7917c22fb6f..c0c1ab7b008 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_assertions.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_assertions.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_case.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_case.hpp index 2d95881e4a7..7347146c507 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_case.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_case.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_common.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_common.hpp index 019025c16f2..41dd9eb9dda 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_common.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_common.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_constants.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_constants.hpp index c7abe33a893..eaab39e7d5e 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_constants.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_constants.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_control.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_control.hpp index 277813dc0c8..88f7d88af1e 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_control.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_control.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_enums.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_enums.hpp index 56fb77004da..f9a24ef17cf 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_enums.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_enums.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_tools.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_tools.hpp index 61960de31c8..a4081594b01 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/test_tools.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/test_tools.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/type_prop.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/type_prop.hpp index 3ba1064c820..2afce010d29 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/type_prop.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/type_prop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/unicode_utils.hpp b/src/tests/test_utils/common_test_utils/include/common_test_utils/unicode_utils.hpp index 2127158261e..d5bacbbfa04 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/unicode_utils.hpp +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/unicode_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/include/common_test_utils/w_dirent.h b/src/tests/test_utils/common_test_utils/include/common_test_utils/w_dirent.h index 60ebac35450..92cd0d2bbfa 100644 --- a/src/tests/test_utils/common_test_utils/include/common_test_utils/w_dirent.h +++ b/src/tests/test_utils/common_test_utils/include/common_test_utils/w_dirent.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/all_close.cpp b/src/tests/test_utils/common_test_utils/src/all_close.cpp index abd77f62b94..805e090206c 100644 --- a/src/tests/test_utils/common_test_utils/src/all_close.cpp +++ b/src/tests/test_utils/common_test_utils/src/all_close.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/all_close_f.cpp b/src/tests/test_utils/common_test_utils/src/all_close_f.cpp index 7f25c578f04..44d343cbff5 100644 --- a/src/tests/test_utils/common_test_utils/src/all_close_f.cpp +++ b/src/tests/test_utils/common_test_utils/src/all_close_f.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/common_utils.cpp b/src/tests/test_utils/common_test_utils/src/common_utils.cpp index 5e8fb59e206..e1fb9092dc5 100644 --- a/src/tests/test_utils/common_test_utils/src/common_utils.cpp +++ b/src/tests/test_utils/common_test_utils/src/common_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/data_utils.cpp b/src/tests/test_utils/common_test_utils/src/data_utils.cpp index 8d2f91aab3a..d20ddcdc9f6 100644 --- a/src/tests/test_utils/common_test_utils/src/data_utils.cpp +++ b/src/tests/test_utils/common_test_utils/src/data_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/file_utils.cpp b/src/tests/test_utils/common_test_utils/src/file_utils.cpp index eadaab6b712..d0739710ab9 100644 --- a/src/tests/test_utils/common_test_utils/src/file_utils.cpp +++ b/src/tests/test_utils/common_test_utils/src/file_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/float_util.cpp b/src/tests/test_utils/common_test_utils/src/float_util.cpp index 716fab75523..41d4548bc1a 100644 --- a/src/tests/test_utils/common_test_utils/src/float_util.cpp +++ b/src/tests/test_utils/common_test_utils/src/float_util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/graph_comparator.cpp b/src/tests/test_utils/common_test_utils/src/graph_comparator.cpp index e6f130d2d7c..c0bc1c40dbe 100644 --- a/src/tests/test_utils/common_test_utils/src/graph_comparator.cpp +++ b/src/tests/test_utils/common_test_utils/src/graph_comparator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/activation.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/activation.cpp index fe692238938..548b235caca 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/activation.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/activation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/augru_cell.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/augru_cell.cpp index 0a55d743d08..08fb0be7a7c 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/augru_cell.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/augru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/binary_convolution.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/binary_convolution.cpp index 0f208e253d1..d45a71a2ee9 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/binary_convolution.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/binary_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/comparison.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/comparison.cpp index d186b869a72..2854a6ba3f1 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/comparison.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/comparison.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/constant.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/constant.cpp index d0fed7bc6d1..d77957b9ee8 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/constant.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/convolution.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/convolution.cpp index e760bef588b..23ce1f80f30 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/convolution.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/convolution_backprop_data.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/convolution_backprop_data.cpp index 75eba2d2292..f9b67e4e887 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/convolution_backprop_data.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/dft.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/dft.cpp index 6fc03d66a65..c6db3588eaa 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/dft.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/dft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/eltwise.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/eltwise.cpp index a10a58d924f..70c3dbc26fd 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/eltwise.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/eltwise.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/embedding_bag_offsets_sum.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/embedding_bag_offsets_sum.cpp index 7d2d9fa0ba3..be2743930b9 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/embedding_bag_offsets_sum.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/embedding_bag_offsets_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/embedding_bag_packed_sum.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/embedding_bag_packed_sum.cpp index 7cd5d575687..3db10818492 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/embedding_bag_packed_sum.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/embedding_bag_packed_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/embedding_segments_sum.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/embedding_segments_sum.cpp index 0958d5b0bb0..c390027ed9f 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/embedding_segments_sum.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/embedding_segments_sum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/fake_quantize.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/fake_quantize.cpp index 48870dab00a..05d82ff015b 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/fake_quantize.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/fake_quantize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/fully_connected.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/fully_connected.cpp index 5a49f16b115..0878648476b 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/fully_connected.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/fully_connected.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/gather_nd.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/gather_nd.cpp index 46461295ae8..00dbd219d7d 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/gather_nd.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/gather_nd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/group_convolution.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/group_convolution.cpp index 66b7717f589..60ab6f48fcb 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/group_convolution.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/group_convolution.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/group_convolution_backprop_data.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/group_convolution_backprop_data.cpp index 2588aa8a40c..2b2c6f6e42c 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/group_convolution_backprop_data.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/group_convolution_backprop_data.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/gru_cell.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/gru_cell.cpp index 653a33b358c..01740764126 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/gru_cell.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/gru_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/logical.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/logical.cpp index a2ba9e50cbb..20d9650f5a4 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/logical.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/logical.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/lstm_cell.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/lstm_cell.cpp index 74769308477..eaaf2d97ab3 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/lstm_cell.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/rdft.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/rdft.cpp index 2140c4a1266..339e05fcb72 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/rdft.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/rdft.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/reduce.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/reduce.cpp index b21fc3289a0..466074f8b85 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/reduce.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/reduce.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/node_builders/rnn_cell.cpp b/src/tests/test_utils/common_test_utils/src/node_builders/rnn_cell.cpp index 17ac89a81bc..f1d0f2ba87b 100644 --- a/src/tests/test_utils/common_test_utils/src/node_builders/rnn_cell.cpp +++ b/src/tests/test_utils/common_test_utils/src/node_builders/rnn_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/ov_plugin_cache.cpp b/src/tests/test_utils/common_test_utils/src/ov_plugin_cache.cpp index e64f0ce1fa7..0b7778784f2 100644 --- a/src/tests/test_utils/common_test_utils/src/ov_plugin_cache.cpp +++ b/src/tests/test_utils/common_test_utils/src/ov_plugin_cache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/ov_tensor_utils.cpp b/src/tests/test_utils/common_test_utils/src/ov_tensor_utils.cpp index f4467eb7af3..435dbf63257 100644 --- a/src/tests/test_utils/common_test_utils/src/ov_tensor_utils.cpp +++ b/src/tests/test_utils/common_test_utils/src/ov_tensor_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/ov_test_utils.cpp b/src/tests/test_utils/common_test_utils/src/ov_test_utils.cpp index a1f4a585a5a..b43db4857b8 100644 --- a/src/tests/test_utils/common_test_utils/src/ov_test_utils.cpp +++ b/src/tests/test_utils/common_test_utils/src/ov_test_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/precomp.hpp b/src/tests/test_utils/common_test_utils/src/precomp.hpp index 9242ac9aa80..746d941ee98 100644 --- a/src/tests/test_utils/common_test_utils/src/precomp.hpp +++ b/src/tests/test_utils/common_test_utils/src/precomp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/2_input_subtract.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/2_input_subtract.cpp index cec78a6fa65..5f03063e21f 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/2_input_subtract.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/2_input_subtract.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/concat_with_params.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/concat_with_params.cpp index 914fd06e2c6..32c381bebfd 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/concat_with_params.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/concat_with_params.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_bias.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_bias.cpp index 079f91d8768..a5fa5d76687 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_bias.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_bias.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu.cpp index d5f3f18f792..00a9efe9b20 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu_no_reshapes.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu_no_reshapes.cpp index e3b8d56de66..ae7489cfeaf 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu_no_reshapes.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu_no_reshapes.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu_non_zero.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu_non_zero.cpp index 097486723f3..3502dfcd08a 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu_non_zero.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/conv_pool_relu_non_zero.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/convert_transpose.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/convert_transpose.cpp index 56b70c71679..2266be43c4f 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/convert_transpose.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/convert_transpose.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/detection_output.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/detection_output.cpp index 754bbad3cc1..43af28c2590 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/detection_output.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/detection_output.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/kso_func.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/kso_func.cpp index 001ad9e90e9..010d5ee9fd2 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/kso_func.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/kso_func.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/matmul_bias.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/matmul_bias.cpp index 9446695ce73..e8034207dca 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/matmul_bias.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/matmul_bias.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/multi_single_conv.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/multi_single_conv.cpp index 43168103abe..9dc72a655b1 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/multi_single_conv.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/multi_single_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/multiple_input_output_double_concat.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/multiple_input_output_double_concat.cpp index f1aad099681..26ce56a1389 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/multiple_input_output_double_concat.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/multiple_input_output_double_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/nested_branch_conv_concat.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/nested_branch_conv_concat.cpp index 4d206df3ba3..ebbc80d0024 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/nested_branch_conv_concat.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/nested_branch_conv_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/nested_split_conv_concat.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/nested_split_conv_concat.cpp index 924ce6a1576..6d00931d9b2 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/nested_split_conv_concat.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/nested_split_conv_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/read_concat_split_assign.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/read_concat_split_assign.cpp index 8d06410814a..0e0572a8ef7 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/read_concat_split_assign.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/read_concat_split_assign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_concat_with_constant.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_concat_with_constant.cpp index 90d703c0cd0..4f93a7089aa 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_concat_with_constant.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_concat_with_constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_conv.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_conv.cpp index 8f570eb725f..b4fa96fe90a 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_conv.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_conv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_split.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_split.cpp index 79c2993dc7a..29e46ed0534 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_split.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/single_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_concat.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_concat.cpp index 639c7cd04bc..a8fd8ec9846 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_concat.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_conv_concat.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_conv_concat.cpp index 3b9912b22d6..356fb9cf656 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_conv_concat.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_conv_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_multi_conv_concat.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_multi_conv_concat.cpp index 98d2f2791b1..5ec368ebcc9 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_multi_conv_concat.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/split_multi_conv_concat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/subgraph_builders/ti_with_lstm_cell.cpp b/src/tests/test_utils/common_test_utils/src/subgraph_builders/ti_with_lstm_cell.cpp index 00d9a492482..4271b865c05 100644 --- a/src/tests/test_utils/common_test_utils/src/subgraph_builders/ti_with_lstm_cell.cpp +++ b/src/tests/test_utils/common_test_utils/src/subgraph_builders/ti_with_lstm_cell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/test_case.cpp b/src/tests/test_utils/common_test_utils/src/test_case.cpp index cf1b5a32e00..cdb89d442ac 100644 --- a/src/tests/test_utils/common_test_utils/src/test_case.cpp +++ b/src/tests/test_utils/common_test_utils/src/test_case.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/test_common.cpp b/src/tests/test_utils/common_test_utils/src/test_common.cpp index 0a84aab376d..2442ea69a31 100644 --- a/src/tests/test_utils/common_test_utils/src/test_common.cpp +++ b/src/tests/test_utils/common_test_utils/src/test_common.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/test_control.cpp b/src/tests/test_utils/common_test_utils/src/test_control.cpp index 738b80dbdd6..ef39ebade8c 100644 --- a/src/tests/test_utils/common_test_utils/src/test_control.cpp +++ b/src/tests/test_utils/common_test_utils/src/test_control.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/test_enums.cpp b/src/tests/test_utils/common_test_utils/src/test_enums.cpp index f1050f47a28..83ab16fc34d 100644 --- a/src/tests/test_utils/common_test_utils/src/test_enums.cpp +++ b/src/tests/test_utils/common_test_utils/src/test_enums.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/src/unicode_utils.cpp b/src/tests/test_utils/common_test_utils/src/unicode_utils.cpp index 534c3c4daef..b78b0d76998 100644 --- a/src/tests/test_utils/common_test_utils/src/unicode_utils.cpp +++ b/src/tests/test_utils/common_test_utils/src/unicode_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/common_test_utils/tests/CMakeLists.txt b/src/tests/test_utils/common_test_utils/tests/CMakeLists.txt index 9712c46de4a..c8bb3c3718e 100644 --- a/src/tests/test_utils/common_test_utils/tests/CMakeLists.txt +++ b/src/tests/test_utils/common_test_utils/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/test_utils/functional_test_utils/CMakeLists.txt b/src/tests/test_utils/functional_test_utils/CMakeLists.txt index 20de6f1ee3c..81bed4f4a16 100644 --- a/src/tests/test_utils/functional_test_utils/CMakeLists.txt +++ b/src/tests/test_utils/functional_test_utils/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/node_utils.hpp b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/node_utils.hpp index ed2649def3b..a1e1bbf8e31 100644 --- a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/node_utils.hpp +++ b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/node_utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/ov_plugin_cache.hpp b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/ov_plugin_cache.hpp index 7222a7e8ff0..96ff2471bd7 100644 --- a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/ov_plugin_cache.hpp +++ b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/ov_plugin_cache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/skip_tests_config.hpp b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/skip_tests_config.hpp index 8f76752cd6d..227428a10fd 100644 --- a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/skip_tests_config.hpp +++ b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/skip_tests_config.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/api_summary.hpp b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/api_summary.hpp index 9810944b79f..100c98506f1 100644 --- a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/api_summary.hpp +++ b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/api_summary.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/environment.hpp b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/environment.hpp index dd2d3594849..95ce5730041 100644 --- a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/environment.hpp +++ b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/environment.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/op_info.hpp b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/op_info.hpp index 3575f42ad34..5e426c660f6 100644 --- a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/op_info.hpp +++ b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/op_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/op_summary.hpp b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/op_summary.hpp index f10e8532fc6..102bcfcb5c1 100644 --- a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/op_summary.hpp +++ b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/op_summary.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/summary.hpp b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/summary.hpp index 7813c10ee8b..245a2120bc1 100644 --- a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/summary.hpp +++ b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/summary/summary.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/test_model/test_model.hpp b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/test_model/test_model.hpp index a1c0f8621d5..9558259d079 100644 --- a/src/tests/test_utils/functional_test_utils/include/functional_test_utils/test_model/test_model.hpp +++ b/src/tests/test_utils/functional_test_utils/include/functional_test_utils/test_model/test_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/__init__.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/__init__.py index cddd115d397..923d56d0414 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/__init__.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/__init__.py @@ -1,2 +1,2 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/merge_xmls.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/merge_xmls.py index 086c4f59cfb..15aab51db0e 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/merge_xmls.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/merge_xmls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/run_conformance.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/run_conformance.py index 0efdd4aa26d..53b06dc2b57 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/run_conformance.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/run_conformance.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/run_parallel.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/run_parallel.py index 9f769779998..9cd27604103 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/run_parallel.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/run_parallel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os import sys diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/summarize.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/summarize.py index e7a85a81a61..b40e25f0485 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/summarize.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/summarize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/__init__.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/__init__.py index cddd115d397..923d56d0414 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/__init__.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/__init__.py @@ -1,2 +1,2 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/conformance_utils.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/conformance_utils.py index 2e258f6be87..8c11c9fd654 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/conformance_utils.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/conformance_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/constants.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/constants.py index 8d381f2758a..2ba98934a8d 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/constants.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from sys import platform diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/file_utils.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/file_utils.py index cbdff278370..f0f3450af07 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/file_utils.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/file_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/get_available_devices.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/get_available_devices.py index cf8b8cbe369..ddb13de176e 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/get_available_devices.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/get_available_devices.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from utils.conformance_utils import get_logger diff --git a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/stat_update_utils.py b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/stat_update_utils.py index 0fecd2990f4..f287f595370 100644 --- a/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/stat_update_utils.py +++ b/src/tests/test_utils/functional_test_utils/layer_tests_summary/utils/stat_update_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import math diff --git a/src/tests/test_utils/functional_test_utils/src/precomp.hpp b/src/tests/test_utils/functional_test_utils/src/precomp.hpp index 0578805a4b9..3ccc8f87630 100644 --- a/src/tests/test_utils/functional_test_utils/src/precomp.hpp +++ b/src/tests/test_utils/functional_test_utils/src/precomp.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/src/skip_tests_config.cpp b/src/tests/test_utils/functional_test_utils/src/skip_tests_config.cpp index cf73d27f140..7651fbc12f8 100644 --- a/src/tests/test_utils/functional_test_utils/src/skip_tests_config.cpp +++ b/src/tests/test_utils/functional_test_utils/src/skip_tests_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/src/summary/api_summary.cpp b/src/tests/test_utils/functional_test_utils/src/summary/api_summary.cpp index 7d8e9ffc465..d9a99770615 100644 --- a/src/tests/test_utils/functional_test_utils/src/summary/api_summary.cpp +++ b/src/tests/test_utils/functional_test_utils/src/summary/api_summary.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/src/summary/op_info.cpp b/src/tests/test_utils/functional_test_utils/src/summary/op_info.cpp index 17dd6350245..3bdd7c721f1 100644 --- a/src/tests/test_utils/functional_test_utils/src/summary/op_info.cpp +++ b/src/tests/test_utils/functional_test_utils/src/summary/op_info.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/src/summary/op_summary.cpp b/src/tests/test_utils/functional_test_utils/src/summary/op_summary.cpp index 146b68a5dd2..cf5bbf33e72 100644 --- a/src/tests/test_utils/functional_test_utils/src/summary/op_summary.cpp +++ b/src/tests/test_utils/functional_test_utils/src/summary/op_summary.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/src/summary/summary.cpp b/src/tests/test_utils/functional_test_utils/src/summary/summary.cpp index d052af5acf7..ae81dbe639c 100644 --- a/src/tests/test_utils/functional_test_utils/src/summary/summary.cpp +++ b/src/tests/test_utils/functional_test_utils/src/summary/summary.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/functional_test_utils/src/test_model/test_model.cpp b/src/tests/test_utils/functional_test_utils/src/test_model/test_model.cpp index a2ef41f1f9a..e5c9342e853 100644 --- a/src/tests/test_utils/functional_test_utils/src/test_model/test_model.cpp +++ b/src/tests/test_utils/functional_test_utils/src/test_model/test_model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/unit_test_utils/CMakeLists.txt b/src/tests/test_utils/unit_test_utils/CMakeLists.txt index 7075b0d10d9..39c172a43dd 100644 --- a/src/tests/test_utils/unit_test_utils/CMakeLists.txt +++ b/src/tests/test_utils/unit_test_utils/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/test_utils/unit_test_utils/mocks/mock_engine/CMakeLists.txt b/src/tests/test_utils/unit_test_utils/mocks/mock_engine/CMakeLists.txt index 105685ce42b..d3f526ab840 100644 --- a/src/tests/test_utils/unit_test_utils/mocks/mock_engine/CMakeLists.txt +++ b/src/tests/test_utils/unit_test_utils/mocks/mock_engine/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/tests/test_utils/unit_test_utils/mocks/mock_engine/dllmain.cpp b/src/tests/test_utils/unit_test_utils/mocks/mock_engine/dllmain.cpp index d80324ec421..fc047a45922 100644 --- a/src/tests/test_utils/unit_test_utils/mocks/mock_engine/dllmain.cpp +++ b/src/tests/test_utils/unit_test_utils/mocks/mock_engine/dllmain.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/unit_test_utils/mocks/mock_engine/mock_plugin.cpp b/src/tests/test_utils/unit_test_utils/mocks/mock_engine/mock_plugin.cpp index b56f6cd461e..a483a685838 100644 --- a/src/tests/test_utils/unit_test_utils/mocks/mock_engine/mock_plugin.cpp +++ b/src/tests/test_utils/unit_test_utils/mocks/mock_engine/mock_plugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/unit_test_utils/mocks/mock_engine/mock_plugin.hpp b/src/tests/test_utils/unit_test_utils/mocks/mock_engine/mock_plugin.hpp index f06422af2a4..66cd94a90ab 100644 --- a/src/tests/test_utils/unit_test_utils/mocks/mock_engine/mock_plugin.hpp +++ b/src/tests/test_utils/unit_test_utils/mocks/mock_engine/mock_plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_iasync_infer_request.hpp b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_iasync_infer_request.hpp index 51d6c325fad..bf905f39577 100644 --- a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_iasync_infer_request.hpp +++ b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_iasync_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_icompiled_model.hpp b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_icompiled_model.hpp index ad9a12f8205..99c0d6bba49 100644 --- a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_icompiled_model.hpp +++ b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_icompiled_model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_icore.hpp b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_icore.hpp index 5d0c8336349..a2d0f51e037 100644 --- a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_icore.hpp +++ b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_icore.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_iplugin.hpp b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_iplugin.hpp index 4aa36065e02..bad63a7a030 100644 --- a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_iplugin.hpp +++ b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_iplugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_isync_infer_request.hpp b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_isync_infer_request.hpp index 92a3d842762..8f5a1f9c9a9 100644 --- a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_isync_infer_request.hpp +++ b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_isync_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_ivariable_state.hpp b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_ivariable_state.hpp index c106881086f..10385a7a6c2 100644 --- a/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_ivariable_state.hpp +++ b/src/tests/test_utils/unit_test_utils/mocks/openvino/runtime/mock_ivariable_state.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index be51fa13bef..ef070b1b058 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/conditional_compilation/CMakeLists.txt b/tests/conditional_compilation/CMakeLists.txt index 1c559c9dee5..0176aa7e8ea 100644 --- a/tests/conditional_compilation/CMakeLists.txt +++ b/tests/conditional_compilation/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/conditional_compilation/conftest.py b/tests/conditional_compilation/conftest.py index 7298f5f7aa7..f89a0816499 100644 --- a/tests/conditional_compilation/conftest.py +++ b/tests/conditional_compilation/conftest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # pylint: disable=line-too-long diff --git a/tests/conditional_compilation/test_cc.py b/tests/conditional_compilation/test_cc.py index e03d3a50a07..fbbec8f160e 100644 --- a/tests/conditional_compilation/test_cc.py +++ b/tests/conditional_compilation/test_cc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ Test conditional compilation. diff --git a/tests/conditional_compilation/test_utils.py b/tests/conditional_compilation/test_utils.py index 76e384f92cf..ba9737f2996 100644 --- a/tests/conditional_compilation/test_utils.py +++ b/tests/conditional_compilation/test_utils.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ Utility functions for work with json test configuration file. diff --git a/tests/conditional_compilation/tools/infer_tool.py b/tests/conditional_compilation/tools/infer_tool.py index 385ec8fb428..cbe836dbde5 100644 --- a/tests/conditional_compilation/tools/infer_tool.py +++ b/tests/conditional_compilation/tools/infer_tool.py @@ -1,6 +1,6 @@ # !/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # pylint:disable=invalid-name,no-name-in-module,logging-format-interpolation,redefined-outer-name diff --git a/tests/e2e_tests/CMakeLists.txt b/tests/e2e_tests/CMakeLists.txt index cf84092108f..900ac89e03b 100644 --- a/tests/e2e_tests/CMakeLists.txt +++ b/tests/e2e_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/fuzz/CMakeLists.txt b/tests/fuzz/CMakeLists.txt index fa206f9362d..28c49426823 100644 --- a/tests/fuzz/CMakeLists.txt +++ b/tests/fuzz/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/fuzz/fuzz-testhelper/CMakeLists.txt b/tests/fuzz/fuzz-testhelper/CMakeLists.txt index 868aad956c2..f72624f7148 100644 --- a/tests/fuzz/fuzz-testhelper/CMakeLists.txt +++ b/tests/fuzz/fuzz-testhelper/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/fuzz/fuzz-testhelper/fuzz-utils.cc b/tests/fuzz/fuzz-testhelper/fuzz-utils.cc index 4dbe92ad0c4..379d3d7c989 100644 --- a/tests/fuzz/fuzz-testhelper/fuzz-utils.cc +++ b/tests/fuzz/fuzz-testhelper/fuzz-utils.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/fuzz/fuzz-testhelper/fuzz-utils.h b/tests/fuzz/fuzz-testhelper/fuzz-utils.h index 7aea558e9ca..b8e95bce3f2 100644 --- a/tests/fuzz/fuzz-testhelper/fuzz-utils.h +++ b/tests/fuzz/fuzz-testhelper/fuzz-utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/fuzz/fuzz-testhelper/main-testhelper.cc b/tests/fuzz/fuzz-testhelper/main-testhelper.cc index 7f5bf63c29e..5d8f8d00d31 100644 --- a/tests/fuzz/fuzz-testhelper/main-testhelper.cc +++ b/tests/fuzz/fuzz-testhelper/main-testhelper.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/fuzz/fuzz-testhelper/main.h b/tests/fuzz/fuzz-testhelper/main.h index 25a66e2b45d..f78a4027435 100644 --- a/tests/fuzz/fuzz-testhelper/main.h +++ b/tests/fuzz/fuzz-testhelper/main.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/fuzz/fuzz-testhelper/tokenizer.h b/tests/fuzz/fuzz-testhelper/tokenizer.h index b0d5a5bba92..e7057bb3b6f 100644 --- a/tests/fuzz/fuzz-testhelper/tokenizer.h +++ b/tests/fuzz/fuzz-testhelper/tokenizer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/fuzz/scripts/init_corpus.py b/tests/fuzz/scripts/init_corpus.py index 62c2d8a283f..694ed54a804 100755 --- a/tests/fuzz/scripts/init_corpus.py +++ b/tests/fuzz/scripts/init_corpus.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # Sample usage: diff --git a/tests/fuzz/src/CMakeLists.txt b/tests/fuzz/src/CMakeLists.txt index 6f18bab6476..cc00e20b74c 100644 --- a/tests/fuzz/src/CMakeLists.txt +++ b/tests/fuzz/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/fuzz/src/cnpy_npy_load-fuzzer.cc b/tests/fuzz/src/cnpy_npy_load-fuzzer.cc index 9ce6f879fed..60032ddb755 100644 --- a/tests/fuzz/src/cnpy_npy_load-fuzzer.cc +++ b/tests/fuzz/src/cnpy_npy_load-fuzzer.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/fuzz/src/import_model-fuzzer.cc b/tests/fuzz/src/import_model-fuzzer.cc index 6e3bea63f59..54af05c1f83 100644 --- a/tests/fuzz/src/import_model-fuzzer.cc +++ b/tests/fuzz/src/import_model-fuzzer.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/fuzz/src/import_pdpd-fuzzer.cc b/tests/fuzz/src/import_pdpd-fuzzer.cc index f26190ebde7..56aef9baf5c 100644 --- a/tests/fuzz/src/import_pdpd-fuzzer.cc +++ b/tests/fuzz/src/import_pdpd-fuzzer.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "openvino/frontend/manager.hpp" diff --git a/tests/fuzz/src/read_model-fuzzer.cc b/tests/fuzz/src/read_model-fuzzer.cc index 3e945b6d423..5ca72dd3a1b 100644 --- a/tests/fuzz/src/read_model-fuzzer.cc +++ b/tests/fuzz/src/read_model-fuzzer.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/layer_tests/CMakeLists.txt b/tests/layer_tests/CMakeLists.txt index 19cf519c76c..c71882f3f65 100644 --- a/tests/layer_tests/CMakeLists.txt +++ b/tests/layer_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/layer_tests/common/constants.py b/tests/layer_tests/common/constants.py index 3c6c77ee4c5..1760cba94a6 100644 --- a/tests/layer_tests/common/constants.py +++ b/tests/layer_tests/common/constants.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/common/layer_test_class.py b/tests/layer_tests/common/layer_test_class.py index c20a76bea14..42f1e3e3854 100644 --- a/tests/layer_tests/common/layer_test_class.py +++ b/tests/layer_tests/common/layer_test_class.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import itertools diff --git a/tests/layer_tests/common/layer_utils.py b/tests/layer_tests/common/layer_utils.py index cbcfdb94870..600a4e7c237 100644 --- a/tests/layer_tests/common/layer_utils.py +++ b/tests/layer_tests/common/layer_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform import subprocess diff --git a/tests/layer_tests/common/mo_convert_test_class.py b/tests/layer_tests/common/mo_convert_test_class.py index ccd0c389d67..c39a6f463f7 100644 --- a/tests/layer_tests/common/mo_convert_test_class.py +++ b/tests/layer_tests/common/mo_convert_test_class.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from pathlib import Path diff --git a/tests/layer_tests/common/onnx_layer_test_class.py b/tests/layer_tests/common/onnx_layer_test_class.py index 7c98d1348d1..608380c4215 100644 --- a/tests/layer_tests/common/onnx_layer_test_class.py +++ b/tests/layer_tests/common/onnx_layer_test_class.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/common/tf_layer_test_class.py b/tests/layer_tests/common/tf_layer_test_class.py index 33f9fe5c120..99ade173772 100644 --- a/tests/layer_tests/common/tf_layer_test_class.py +++ b/tests/layer_tests/common/tf_layer_test_class.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from common.layer_test_class import CommonLayerTest diff --git a/tests/layer_tests/common/tflite_layer_test_class.py b/tests/layer_tests/common/tflite_layer_test_class.py index f1d7ca6a598..8b1fdd9f794 100644 --- a/tests/layer_tests/common/tflite_layer_test_class.py +++ b/tests/layer_tests/common/tflite_layer_test_class.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/common/utils/common_utils.py b/tests/layer_tests/common/utils/common_utils.py index 7f60507b3b8..ef282443eae 100644 --- a/tests/layer_tests/common/utils/common_utils.py +++ b/tests/layer_tests/common/utils/common_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/tests/layer_tests/common/utils/multiprocessing_utils.py b/tests/layer_tests/common/utils/multiprocessing_utils.py index 1ecd8e18155..9498d29fcfe 100644 --- a/tests/layer_tests/common/utils/multiprocessing_utils.py +++ b/tests/layer_tests/common/utils/multiprocessing_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tests/layer_tests/common/utils/parsers.py b/tests/layer_tests/common/utils/parsers.py index 1d2124723a2..be7b390beef 100644 --- a/tests/layer_tests/common/utils/parsers.py +++ b/tests/layer_tests/common/utils/parsers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/common/utils/tf_utils.py b/tests/layer_tests/common/utils/tf_utils.py index 98f95e72584..393ae0fddab 100644 --- a/tests/layer_tests/common/utils/tf_utils.py +++ b/tests/layer_tests/common/utils/tf_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/conftest.py b/tests/layer_tests/conftest.py index 05e115c8a15..8e4f48882c1 100644 --- a/tests/layer_tests/conftest.py +++ b/tests/layer_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import re diff --git a/tests/layer_tests/jax_tests/conftest.py b/tests/layer_tests/jax_tests/conftest.py index 6d1ec3182a9..4e17bc8e1ee 100644 --- a/tests/layer_tests/jax_tests/conftest.py +++ b/tests/layer_tests/jax_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tests/layer_tests/jax_tests/jax_layer_test_class.py b/tests/layer_tests/jax_tests/jax_layer_test_class.py index 8d79a49809d..5800b194a28 100644 --- a/tests/layer_tests/jax_tests/jax_layer_test_class.py +++ b/tests/layer_tests/jax_tests/jax_layer_test_class.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import itertools diff --git a/tests/layer_tests/jax_tests/test_conv_general_dilated.py b/tests/layer_tests/jax_tests/test_conv_general_dilated.py index 81123ff49c5..9fa0aeb469f 100644 --- a/tests/layer_tests/jax_tests/test_conv_general_dilated.py +++ b/tests/layer_tests/jax_tests/test_conv_general_dilated.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/jax_tests/test_dot_general.py b/tests/layer_tests/jax_tests/test_dot_general.py index 02de2dfaaf4..33524f8bf49 100644 --- a/tests/layer_tests/jax_tests/test_dot_general.py +++ b/tests/layer_tests/jax_tests/test_dot_general.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/mo_python_api_tests/conftest.py b/tests/layer_tests/mo_python_api_tests/conftest.py index 7a32373605e..c90f835efc5 100644 --- a/tests/layer_tests/mo_python_api_tests/conftest.py +++ b/tests/layer_tests/mo_python_api_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tests/layer_tests/mo_python_api_tests/mo_convert_help.py b/tests/layer_tests/mo_python_api_tests/mo_convert_help.py index ff9c334b614..3c8c9155b07 100644 --- a/tests/layer_tests/mo_python_api_tests/mo_convert_help.py +++ b/tests/layer_tests/mo_python_api_tests/mo_convert_help.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo import convert_model diff --git a/tests/layer_tests/mo_python_api_tests/mo_convert_legacy_extensions_test_actual.py b/tests/layer_tests/mo_python_api_tests/mo_convert_legacy_extensions_test_actual.py index dce52a204da..35690528ff4 100644 --- a/tests/layer_tests/mo_python_api_tests/mo_convert_legacy_extensions_test_actual.py +++ b/tests/layer_tests/mo_python_api_tests/mo_convert_legacy_extensions_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_config_transform/front/custom_transform.py b/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_config_transform/front/custom_transform.py index 50e5246809a..b3b9cdf72fe 100644 --- a/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_config_transform/front/custom_transform.py +++ b/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_config_transform/front/custom_transform.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.tf.replacement import FrontReplacementFromConfigFileGeneral diff --git a/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_exts_dir1/front/ext1.py b/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_exts_dir1/front/ext1.py index 50642ccda0d..123dea71adf 100644 --- a/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_exts_dir1/front/ext1.py +++ b/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_exts_dir1/front/ext1.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_exts_dir2/front/ext2.py b/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_exts_dir2/front/ext2.py index 366d3ef84a5..003aa577ed7 100644 --- a/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_exts_dir2/front/ext2.py +++ b/tests/layer_tests/mo_python_api_tests/test_legacy_exts/test_exts_dir2/front/ext2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tests/layer_tests/mo_python_api_tests/test_mo_convert_complex_params.py b/tests/layer_tests/mo_python_api_tests/test_mo_convert_complex_params.py index 19956564b43..fd153ec70a9 100644 --- a/tests/layer_tests/mo_python_api_tests/test_mo_convert_complex_params.py +++ b/tests/layer_tests/mo_python_api_tests/test_mo_convert_complex_params.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/mo_python_api_tests/test_mo_convert_extensions.py b/tests/layer_tests/mo_python_api_tests/test_mo_convert_extensions.py index 9a66477aa06..70b6ecd913a 100644 --- a/tests/layer_tests/mo_python_api_tests/test_mo_convert_extensions.py +++ b/tests/layer_tests/mo_python_api_tests/test_mo_convert_extensions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/mo_python_api_tests/test_mo_convert_onnx.py b/tests/layer_tests/mo_python_api_tests/test_mo_convert_onnx.py index f671ef07b3c..66e76ccef79 100644 --- a/tests/layer_tests/mo_python_api_tests/test_mo_convert_onnx.py +++ b/tests/layer_tests/mo_python_api_tests/test_mo_convert_onnx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import io diff --git a/tests/layer_tests/mo_python_api_tests/test_mo_convert_paddle.py b/tests/layer_tests/mo_python_api_tests/test_mo_convert_paddle.py index c41a5f7650c..cff20f45ae2 100644 --- a/tests/layer_tests/mo_python_api_tests/test_mo_convert_paddle.py +++ b/tests/layer_tests/mo_python_api_tests/test_mo_convert_paddle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/mo_python_api_tests/test_mo_convert_pytorch.py b/tests/layer_tests/mo_python_api_tests/test_mo_convert_pytorch.py index c0592d6eb0d..1739a64ae57 100644 --- a/tests/layer_tests/mo_python_api_tests/test_mo_convert_pytorch.py +++ b/tests/layer_tests/mo_python_api_tests/test_mo_convert_pytorch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tests/layer_tests/mo_python_api_tests/test_mo_convert_subprocess_tests.py b/tests/layer_tests/mo_python_api_tests/test_mo_convert_subprocess_tests.py index 695010cc1dd..38a848e1f7b 100644 --- a/tests/layer_tests/mo_python_api_tests/test_mo_convert_subprocess_tests.py +++ b/tests/layer_tests/mo_python_api_tests/test_mo_convert_subprocess_tests.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/mo_python_api_tests/test_mo_convert_tf.py b/tests/layer_tests/mo_python_api_tests/test_mo_convert_tf.py index 6c286a26e70..1a40275f9d7 100644 --- a/tests/layer_tests/mo_python_api_tests/test_mo_convert_tf.py +++ b/tests/layer_tests/mo_python_api_tests/test_mo_convert_tf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/mo_python_api_tests/test_mo_help.py b/tests/layer_tests/mo_python_api_tests/test_mo_help.py index 7a836a26e1b..d69a6b60f40 100644 --- a/tests/layer_tests/mo_python_api_tests/test_mo_help.py +++ b/tests/layer_tests/mo_python_api_tests/test_mo_help.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/layer_tests/onnx_tests/conftest.py b/tests/layer_tests/onnx_tests/conftest.py index 6d1ec3182a9..4e17bc8e1ee 100644 --- a/tests/layer_tests/onnx_tests/conftest.py +++ b/tests/layer_tests/onnx_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tests/layer_tests/onnx_tests/test_abs.py b/tests/layer_tests/onnx_tests/test_abs.py index 17b53d974d3..9a82929ea35 100644 --- a/tests/layer_tests/onnx_tests/test_abs.py +++ b/tests/layer_tests/onnx_tests/test_abs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_add_sub_mul_div.py b/tests/layer_tests/onnx_tests/test_add_sub_mul_div.py index 9c71f08b55d..acf8f85e4b2 100644 --- a/tests/layer_tests/onnx_tests/test_add_sub_mul_div.py +++ b/tests/layer_tests/onnx_tests/test_add_sub_mul_div.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_and.py b/tests/layer_tests/onnx_tests/test_and.py index 0d8f0f06f97..ca5d21a42fe 100644 --- a/tests/layer_tests/onnx_tests/test_and.py +++ b/tests/layer_tests/onnx_tests/test_and.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_argmax.py b/tests/layer_tests/onnx_tests/test_argmax.py index 1afb65a71aa..604df5e7e69 100644 --- a/tests/layer_tests/onnx_tests/test_argmax.py +++ b/tests/layer_tests/onnx_tests/test_argmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_bn.py b/tests/layer_tests/onnx_tests/test_bn.py index 3fcf8a8f86b..3b0e0abd1ee 100644 --- a/tests/layer_tests/onnx_tests/test_bn.py +++ b/tests/layer_tests/onnx_tests/test_bn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_ceil.py b/tests/layer_tests/onnx_tests/test_ceil.py index 2892c5e5b25..b7558630ac1 100644 --- a/tests/layer_tests/onnx_tests/test_ceil.py +++ b/tests/layer_tests/onnx_tests/test_ceil.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_clip.py b/tests/layer_tests/onnx_tests/test_clip.py index 70e697f51b1..dbce4519303 100644 --- a/tests/layer_tests/onnx_tests/test_clip.py +++ b/tests/layer_tests/onnx_tests/test_clip.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_concat.py b/tests/layer_tests/onnx_tests/test_concat.py index 4f539235aae..8627f3b198d 100644 --- a/tests/layer_tests/onnx_tests/test_concat.py +++ b/tests/layer_tests/onnx_tests/test_concat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_conv.py b/tests/layer_tests/onnx_tests/test_conv.py index 99d8d833d1d..b7f9729141c 100644 --- a/tests/layer_tests/onnx_tests/test_conv.py +++ b/tests/layer_tests/onnx_tests/test_conv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_conv_transpose.py b/tests/layer_tests/onnx_tests/test_conv_transpose.py index de3ae293297..0396ba49ebd 100644 --- a/tests/layer_tests/onnx_tests/test_conv_transpose.py +++ b/tests/layer_tests/onnx_tests/test_conv_transpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_cumsum.py b/tests/layer_tests/onnx_tests/test_cumsum.py index f052c10102f..1e197de490d 100644 --- a/tests/layer_tests/onnx_tests/test_cumsum.py +++ b/tests/layer_tests/onnx_tests/test_cumsum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_dequantize_linear.py b/tests/layer_tests/onnx_tests/test_dequantize_linear.py index 68152bdf753..9090f3a8299 100644 --- a/tests/layer_tests/onnx_tests/test_dequantize_linear.py +++ b/tests/layer_tests/onnx_tests/test_dequantize_linear.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_dropout.py b/tests/layer_tests/onnx_tests/test_dropout.py index 5fd54ea1f54..82bbb09702d 100644 --- a/tests/layer_tests/onnx_tests/test_dropout.py +++ b/tests/layer_tests/onnx_tests/test_dropout.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_elu.py b/tests/layer_tests/onnx_tests/test_elu.py index d1f67f79e32..dbffc32d09c 100644 --- a/tests/layer_tests/onnx_tests/test_elu.py +++ b/tests/layer_tests/onnx_tests/test_elu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_embedding_bag.py b/tests/layer_tests/onnx_tests/test_embedding_bag.py index 77fd4caa63d..a18a59b9752 100644 --- a/tests/layer_tests/onnx_tests/test_embedding_bag.py +++ b/tests/layer_tests/onnx_tests/test_embedding_bag.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/onnx_tests/test_flatten.py b/tests/layer_tests/onnx_tests/test_flatten.py index 5fcc868409a..4d0762860ca 100644 --- a/tests/layer_tests/onnx_tests/test_flatten.py +++ b/tests/layer_tests/onnx_tests/test_flatten.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_floor.py b/tests/layer_tests/onnx_tests/test_floor.py index ebeda4bb8c0..87ad058c510 100644 --- a/tests/layer_tests/onnx_tests/test_floor.py +++ b/tests/layer_tests/onnx_tests/test_floor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_fusedgemm.py b/tests/layer_tests/onnx_tests/test_fusedgemm.py index cc62a5476bb..4cdc7bbba1a 100644 --- a/tests/layer_tests/onnx_tests/test_fusedgemm.py +++ b/tests/layer_tests/onnx_tests/test_fusedgemm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_gather.py b/tests/layer_tests/onnx_tests/test_gather.py index 418c8a80855..a45d5b4f4a9 100644 --- a/tests/layer_tests/onnx_tests/test_gather.py +++ b/tests/layer_tests/onnx_tests/test_gather.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_gemm.py b/tests/layer_tests/onnx_tests/test_gemm.py index 82bca56f3de..edbfcdc93e3 100644 --- a/tests/layer_tests/onnx_tests/test_gemm.py +++ b/tests/layer_tests/onnx_tests/test_gemm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/onnx_tests/test_hard_sigmoid.py b/tests/layer_tests/onnx_tests/test_hard_sigmoid.py index c68528d052b..12986c590d4 100644 --- a/tests/layer_tests/onnx_tests/test_hard_sigmoid.py +++ b/tests/layer_tests/onnx_tests/test_hard_sigmoid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_identity.py b/tests/layer_tests/onnx_tests/test_identity.py index b76764baac8..a86c0e2a687 100644 --- a/tests/layer_tests/onnx_tests/test_identity.py +++ b/tests/layer_tests/onnx_tests/test_identity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_image_scaler.py b/tests/layer_tests/onnx_tests/test_image_scaler.py index cf678ca2e64..c2040abb23f 100644 --- a/tests/layer_tests/onnx_tests/test_image_scaler.py +++ b/tests/layer_tests/onnx_tests/test_image_scaler.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_instance_normalization.py b/tests/layer_tests/onnx_tests/test_instance_normalization.py index 936cfbb8d5c..ccc106167ad 100644 --- a/tests/layer_tests/onnx_tests/test_instance_normalization.py +++ b/tests/layer_tests/onnx_tests/test_instance_normalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_leaky_relu.py b/tests/layer_tests/onnx_tests/test_leaky_relu.py index 10a7895afb8..3a12bfcd92c 100644 --- a/tests/layer_tests/onnx_tests/test_leaky_relu.py +++ b/tests/layer_tests/onnx_tests/test_leaky_relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_log.py b/tests/layer_tests/onnx_tests/test_log.py index f1255640da7..db0a329aa09 100644 --- a/tests/layer_tests/onnx_tests/test_log.py +++ b/tests/layer_tests/onnx_tests/test_log.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_logsoftmax.py b/tests/layer_tests/onnx_tests/test_logsoftmax.py index 99e727d8837..a81b20402d5 100644 --- a/tests/layer_tests/onnx_tests/test_logsoftmax.py +++ b/tests/layer_tests/onnx_tests/test_logsoftmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_loop.py b/tests/layer_tests/onnx_tests/test_loop.py index 293fdd906e1..94a5fffca7c 100644 --- a/tests/layer_tests/onnx_tests/test_loop.py +++ b/tests/layer_tests/onnx_tests/test_loop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_lrn.py b/tests/layer_tests/onnx_tests/test_lrn.py index 80ded7657c5..0e8f34129a3 100644 --- a/tests/layer_tests/onnx_tests/test_lrn.py +++ b/tests/layer_tests/onnx_tests/test_lrn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_lstm.py b/tests/layer_tests/onnx_tests/test_lstm.py index eb059326710..19aa6e8a493 100644 --- a/tests/layer_tests/onnx_tests/test_lstm.py +++ b/tests/layer_tests/onnx_tests/test_lstm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_matmul.py b/tests/layer_tests/onnx_tests/test_matmul.py index 733898a78ef..63ca74d23d5 100644 --- a/tests/layer_tests/onnx_tests/test_matmul.py +++ b/tests/layer_tests/onnx_tests/test_matmul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_mean_variance_normalization.py b/tests/layer_tests/onnx_tests/test_mean_variance_normalization.py index 41b13839180..9050fcafa5b 100644 --- a/tests/layer_tests/onnx_tests/test_mean_variance_normalization.py +++ b/tests/layer_tests/onnx_tests/test_mean_variance_normalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_neg.py b/tests/layer_tests/onnx_tests/test_neg.py index 82fad054c69..d19991cb8a6 100644 --- a/tests/layer_tests/onnx_tests/test_neg.py +++ b/tests/layer_tests/onnx_tests/test_neg.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_non_zero.py b/tests/layer_tests/onnx_tests/test_non_zero.py index 448b0f10f0c..464304651a2 100644 --- a/tests/layer_tests/onnx_tests/test_non_zero.py +++ b/tests/layer_tests/onnx_tests/test_non_zero.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_not.py b/tests/layer_tests/onnx_tests/test_not.py index 544e2e5ffae..05a6c7ffbb2 100644 --- a/tests/layer_tests/onnx_tests/test_not.py +++ b/tests/layer_tests/onnx_tests/test_not.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_or.py b/tests/layer_tests/onnx_tests/test_or.py index 6e8474c3527..285c90765d6 100644 --- a/tests/layer_tests/onnx_tests/test_or.py +++ b/tests/layer_tests/onnx_tests/test_or.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_pad.py b/tests/layer_tests/onnx_tests/test_pad.py index 3eee267ef91..abacc530d93 100644 --- a/tests/layer_tests/onnx_tests/test_pad.py +++ b/tests/layer_tests/onnx_tests/test_pad.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_pooling.py b/tests/layer_tests/onnx_tests/test_pooling.py index 6a8a88949a7..85e7fc883fc 100644 --- a/tests/layer_tests/onnx_tests/test_pooling.py +++ b/tests/layer_tests/onnx_tests/test_pooling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_prelu.py b/tests/layer_tests/onnx_tests/test_prelu.py index ea86e7ce004..f20e89b7006 100644 --- a/tests/layer_tests/onnx_tests/test_prelu.py +++ b/tests/layer_tests/onnx_tests/test_prelu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_reciprocal.py b/tests/layer_tests/onnx_tests/test_reciprocal.py index 99b5f329374..d06e4dcdeb1 100644 --- a/tests/layer_tests/onnx_tests/test_reciprocal.py +++ b/tests/layer_tests/onnx_tests/test_reciprocal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_reduce.py b/tests/layer_tests/onnx_tests/test_reduce.py index 367c1839d05..58141e18260 100644 --- a/tests/layer_tests/onnx_tests/test_reduce.py +++ b/tests/layer_tests/onnx_tests/test_reduce.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_reduce_lp.py b/tests/layer_tests/onnx_tests/test_reduce_lp.py index 1c84a705388..2ff4511ef87 100644 --- a/tests/layer_tests/onnx_tests/test_reduce_lp.py +++ b/tests/layer_tests/onnx_tests/test_reduce_lp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/onnx_tests/test_relu.py b/tests/layer_tests/onnx_tests/test_relu.py index e30193687cc..ce597920923 100644 --- a/tests/layer_tests/onnx_tests/test_relu.py +++ b/tests/layer_tests/onnx_tests/test_relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_reshape.py b/tests/layer_tests/onnx_tests/test_reshape.py index 6179d736be3..637beeb4388 100644 --- a/tests/layer_tests/onnx_tests/test_reshape.py +++ b/tests/layer_tests/onnx_tests/test_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_resize.py b/tests/layer_tests/onnx_tests/test_resize.py index 4024f2aa6ed..4d28afdb50f 100644 --- a/tests/layer_tests/onnx_tests/test_resize.py +++ b/tests/layer_tests/onnx_tests/test_resize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_roi_align.py b/tests/layer_tests/onnx_tests/test_roi_align.py index 56f7f3fc28e..4cd49c50c20 100644 --- a/tests/layer_tests/onnx_tests/test_roi_align.py +++ b/tests/layer_tests/onnx_tests/test_roi_align.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/onnx_tests/test_scale.py b/tests/layer_tests/onnx_tests/test_scale.py index f90328867b9..65866125e07 100644 --- a/tests/layer_tests/onnx_tests/test_scale.py +++ b/tests/layer_tests/onnx_tests/test_scale.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_scatter.py b/tests/layer_tests/onnx_tests/test_scatter.py index abeb132cb11..578300e144b 100644 --- a/tests/layer_tests/onnx_tests/test_scatter.py +++ b/tests/layer_tests/onnx_tests/test_scatter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_sigmoid.py b/tests/layer_tests/onnx_tests/test_sigmoid.py index eb4940f28a2..5dcb3e8f1b1 100644 --- a/tests/layer_tests/onnx_tests/test_sigmoid.py +++ b/tests/layer_tests/onnx_tests/test_sigmoid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_sign.py b/tests/layer_tests/onnx_tests/test_sign.py index 0f275e5bb7c..07f4f169a7b 100644 --- a/tests/layer_tests/onnx_tests/test_sign.py +++ b/tests/layer_tests/onnx_tests/test_sign.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_slice.py b/tests/layer_tests/onnx_tests/test_slice.py index cac51b58841..b4459b9a1db 100644 --- a/tests/layer_tests/onnx_tests/test_slice.py +++ b/tests/layer_tests/onnx_tests/test_slice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_softmax.py b/tests/layer_tests/onnx_tests/test_softmax.py index 84b692593e8..c4d9d600276 100644 --- a/tests/layer_tests/onnx_tests/test_softmax.py +++ b/tests/layer_tests/onnx_tests/test_softmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_softplus.py b/tests/layer_tests/onnx_tests/test_softplus.py index 169f1a07916..cdcbbbf3e8e 100644 --- a/tests/layer_tests/onnx_tests/test_softplus.py +++ b/tests/layer_tests/onnx_tests/test_softplus.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_softsign.py b/tests/layer_tests/onnx_tests/test_softsign.py index d9db7e17686..30ca27402c7 100644 --- a/tests/layer_tests/onnx_tests/test_softsign.py +++ b/tests/layer_tests/onnx_tests/test_softsign.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_split_concat.py b/tests/layer_tests/onnx_tests/test_split_concat.py index 37e93026e8d..cb7c8e7da55 100644 --- a/tests/layer_tests/onnx_tests/test_split_concat.py +++ b/tests/layer_tests/onnx_tests/test_split_concat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_sqrt.py b/tests/layer_tests/onnx_tests/test_sqrt.py index ab91005b762..9c4733a68cd 100644 --- a/tests/layer_tests/onnx_tests/test_sqrt.py +++ b/tests/layer_tests/onnx_tests/test_sqrt.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_squeeze.py b/tests/layer_tests/onnx_tests/test_squeeze.py index e27c3242eed..bf0b01e0c45 100644 --- a/tests/layer_tests/onnx_tests/test_squeeze.py +++ b/tests/layer_tests/onnx_tests/test_squeeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_sum.py b/tests/layer_tests/onnx_tests/test_sum.py index 8d31a32d915..81ddf5482f1 100644 --- a/tests/layer_tests/onnx_tests/test_sum.py +++ b/tests/layer_tests/onnx_tests/test_sum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_topk.py b/tests/layer_tests/onnx_tests/test_topk.py index 92b58db92d4..aa8528598ff 100644 --- a/tests/layer_tests/onnx_tests/test_topk.py +++ b/tests/layer_tests/onnx_tests/test_topk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_transpose.py b/tests/layer_tests/onnx_tests/test_transpose.py index 47fefc9015f..db8d2819204 100644 --- a/tests/layer_tests/onnx_tests/test_transpose.py +++ b/tests/layer_tests/onnx_tests/test_transpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import itertools diff --git a/tests/layer_tests/onnx_tests/test_trigonometry.py b/tests/layer_tests/onnx_tests/test_trigonometry.py index 946a4e3a214..563b63b1e56 100644 --- a/tests/layer_tests/onnx_tests/test_trigonometry.py +++ b/tests/layer_tests/onnx_tests/test_trigonometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_unsqueeze.py b/tests/layer_tests/onnx_tests/test_unsqueeze.py index d759d68f088..109c38237fe 100644 --- a/tests/layer_tests/onnx_tests/test_unsqueeze.py +++ b/tests/layer_tests/onnx_tests/test_unsqueeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/onnx_tests/test_upsample.py b/tests/layer_tests/onnx_tests/test_upsample.py index bb85505ac4e..474049d5a1d 100644 --- a/tests/layer_tests/onnx_tests/test_upsample.py +++ b/tests/layer_tests/onnx_tests/test_upsample.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import math diff --git a/tests/layer_tests/onnx_tests/test_where.py b/tests/layer_tests/onnx_tests/test_where.py index e09cfd24fdf..fb358a2ced8 100644 --- a/tests/layer_tests/onnx_tests/test_where.py +++ b/tests/layer_tests/onnx_tests/test_where.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/onnx_tests/test_xor.py b/tests/layer_tests/onnx_tests/test_xor.py index c769ee86589..2790a31784f 100644 --- a/tests/layer_tests/onnx_tests/test_xor.py +++ b/tests/layer_tests/onnx_tests/test_xor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/ovc_python_api_tests/conftest.py b/tests/layer_tests/ovc_python_api_tests/conftest.py index 7a32373605e..c90f835efc5 100644 --- a/tests/layer_tests/ovc_python_api_tests/conftest.py +++ b/tests/layer_tests/ovc_python_api_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tests/layer_tests/ovc_python_api_tests/test_complex_params.py b/tests/layer_tests/ovc_python_api_tests/test_complex_params.py index fa2690b92e6..664d046305e 100644 --- a/tests/layer_tests/ovc_python_api_tests/test_complex_params.py +++ b/tests/layer_tests/ovc_python_api_tests/test_complex_params.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/ovc_python_api_tests/test_extensions.py b/tests/layer_tests/ovc_python_api_tests/test_extensions.py index 142ef6d5f68..369ca036c50 100644 --- a/tests/layer_tests/ovc_python_api_tests/test_extensions.py +++ b/tests/layer_tests/ovc_python_api_tests/test_extensions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/ovc_python_api_tests/test_onnx.py b/tests/layer_tests/ovc_python_api_tests/test_onnx.py index 58fd799a507..f9701378ab7 100644 --- a/tests/layer_tests/ovc_python_api_tests/test_onnx.py +++ b/tests/layer_tests/ovc_python_api_tests/test_onnx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import io diff --git a/tests/layer_tests/ovc_python_api_tests/test_ovc_cli_tool.py b/tests/layer_tests/ovc_python_api_tests/test_ovc_cli_tool.py index 14d45db46e1..e5e2ab100d8 100644 --- a/tests/layer_tests/ovc_python_api_tests/test_ovc_cli_tool.py +++ b/tests/layer_tests/ovc_python_api_tests/test_ovc_cli_tool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/ovc_python_api_tests/test_ovc_tool_help.py b/tests/layer_tests/ovc_python_api_tests/test_ovc_tool_help.py index 74ce9ead571..762552121e7 100644 --- a/tests/layer_tests/ovc_python_api_tests/test_ovc_tool_help.py +++ b/tests/layer_tests/ovc_python_api_tests/test_ovc_tool_help.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/layer_tests/ovc_python_api_tests/test_paddle.py b/tests/layer_tests/ovc_python_api_tests/test_paddle.py index a878f3e9421..de468a264d8 100644 --- a/tests/layer_tests/ovc_python_api_tests/test_paddle.py +++ b/tests/layer_tests/ovc_python_api_tests/test_paddle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/ovc_python_api_tests/test_pytorch.py b/tests/layer_tests/ovc_python_api_tests/test_pytorch.py index db21e31f98c..24bae372778 100644 --- a/tests/layer_tests/ovc_python_api_tests/test_pytorch.py +++ b/tests/layer_tests/ovc_python_api_tests/test_pytorch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/ovc_python_api_tests/test_tf.py b/tests/layer_tests/ovc_python_api_tests/test_tf.py index 55c49484b8b..3e2dca05149 100644 --- a/tests/layer_tests/ovc_python_api_tests/test_tf.py +++ b/tests/layer_tests/ovc_python_api_tests/test_tf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os import tempfile diff --git a/tests/layer_tests/ovc_python_api_tests/test_tf_output_order.py b/tests/layer_tests/ovc_python_api_tests/test_tf_output_order.py index 34f323ca38b..5797aedc459 100644 --- a/tests/layer_tests/ovc_python_api_tests/test_tf_output_order.py +++ b/tests/layer_tests/ovc_python_api_tests/test_tf_output_order.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tempfile diff --git a/tests/layer_tests/ovc_python_api_tests/test_tf_unsupported_ops.py b/tests/layer_tests/ovc_python_api_tests/test_tf_unsupported_ops.py index 7db7ca63f87..3ff81570c72 100644 --- a/tests/layer_tests/ovc_python_api_tests/test_tf_unsupported_ops.py +++ b/tests/layer_tests/ovc_python_api_tests/test_tf_unsupported_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import re diff --git a/tests/layer_tests/py_frontend_tests/test_torch_decoder.py b/tests/layer_tests/py_frontend_tests/test_torch_decoder.py index dfacb8ecb85..5f750896963 100644 --- a/tests/layer_tests/py_frontend_tests/test_torch_decoder.py +++ b/tests/layer_tests/py_frontend_tests/test_torch_decoder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import torch diff --git a/tests/layer_tests/py_frontend_tests/test_torch_frontend.py b/tests/layer_tests/py_frontend_tests/test_torch_frontend.py index ebe5c4013d4..2ca91bed039 100644 --- a/tests/layer_tests/py_frontend_tests/test_torch_frontend.py +++ b/tests/layer_tests/py_frontend_tests/test_torch_frontend.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import torch diff --git a/tests/layer_tests/pytorch_tests/conftest.py b/tests/layer_tests/pytorch_tests/conftest.py index 4303c12eef6..20d1e014a9b 100644 --- a/tests/layer_tests/pytorch_tests/conftest.py +++ b/tests/layer_tests/pytorch_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tests/layer_tests/pytorch_tests/pytorch_layer_test_class.py b/tests/layer_tests/pytorch_tests/pytorch_layer_test_class.py index deac7afaf6b..8f01faf173e 100644 --- a/tests/layer_tests/pytorch_tests/pytorch_layer_test_class.py +++ b/tests/layer_tests/pytorch_tests/pytorch_layer_test_class.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import itertools diff --git a/tests/layer_tests/pytorch_tests/test_adaptive_avg_pool.py b/tests/layer_tests/pytorch_tests/test_adaptive_avg_pool.py index 3b48ef2bfe3..9c0fe374fff 100644 --- a/tests/layer_tests/pytorch_tests/test_adaptive_avg_pool.py +++ b/tests/layer_tests/pytorch_tests/test_adaptive_avg_pool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_adaptive_max_pool.py b/tests/layer_tests/pytorch_tests/test_adaptive_max_pool.py index 5ab0da52ff8..15031dddb02 100644 --- a/tests/layer_tests/pytorch_tests/test_adaptive_max_pool.py +++ b/tests/layer_tests/pytorch_tests/test_adaptive_max_pool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_add.py b/tests/layer_tests/pytorch_tests/test_add.py index f168ffe0193..79692abd4e9 100644 --- a/tests/layer_tests/pytorch_tests/test_add.py +++ b/tests/layer_tests/pytorch_tests/test_add.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_addcmul.py b/tests/layer_tests/pytorch_tests/test_addcmul.py index 5ac9aa51b5f..5dde37fb609 100644 --- a/tests/layer_tests/pytorch_tests/test_addcmul.py +++ b/tests/layer_tests/pytorch_tests/test_addcmul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_addmm.py b/tests/layer_tests/pytorch_tests/test_addmm.py index ac5a78c4fb2..18a38cdc938 100644 --- a/tests/layer_tests/pytorch_tests/test_addmm.py +++ b/tests/layer_tests/pytorch_tests/test_addmm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_aliases.py b/tests/layer_tests/pytorch_tests/test_aliases.py index eec915a57ee..e6ce36ec88f 100644 --- a/tests/layer_tests/pytorch_tests/test_aliases.py +++ b/tests/layer_tests/pytorch_tests/test_aliases.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_all.py b/tests/layer_tests/pytorch_tests/test_all.py index d8b90c97d35..de91f90cb69 100644 --- a/tests/layer_tests/pytorch_tests/test_all.py +++ b/tests/layer_tests/pytorch_tests/test_all.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_and.py b/tests/layer_tests/pytorch_tests/test_and.py index 35b3f51ae37..939b68aa454 100644 --- a/tests/layer_tests/pytorch_tests/test_and.py +++ b/tests/layer_tests/pytorch_tests/test_and.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_arange.py b/tests/layer_tests/pytorch_tests/test_arange.py index 9374b140fe8..fb8cea4b14b 100644 --- a/tests/layer_tests/pytorch_tests/test_arange.py +++ b/tests/layer_tests/pytorch_tests/test_arange.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_argmax_argmin.py b/tests/layer_tests/pytorch_tests/test_argmax_argmin.py index 3b7ba0486a4..b033a2980de 100644 --- a/tests/layer_tests/pytorch_tests/test_argmax_argmin.py +++ b/tests/layer_tests/pytorch_tests/test_argmax_argmin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_argsort.py b/tests/layer_tests/pytorch_tests/test_argsort.py index 6468e553381..9b25215e128 100644 --- a/tests/layer_tests/pytorch_tests/test_argsort.py +++ b/tests/layer_tests/pytorch_tests/test_argsort.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_as_strided.py b/tests/layer_tests/pytorch_tests/test_as_strided.py index fbacb1c81ad..964e9319ef5 100644 --- a/tests/layer_tests/pytorch_tests/test_as_strided.py +++ b/tests/layer_tests/pytorch_tests/test_as_strided.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_batch_norm.py b/tests/layer_tests/pytorch_tests/test_batch_norm.py index 2275f53960a..f55b254d8cf 100644 --- a/tests/layer_tests/pytorch_tests/test_batch_norm.py +++ b/tests/layer_tests/pytorch_tests/test_batch_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_bitwise_ops.py b/tests/layer_tests/pytorch_tests/test_bitwise_ops.py index 5d2b040b33b..248eb44e354 100644 --- a/tests/layer_tests/pytorch_tests/test_bitwise_ops.py +++ b/tests/layer_tests/pytorch_tests/test_bitwise_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_bool.py b/tests/layer_tests/pytorch_tests/test_bool.py index fa13f9d8cc3..2120295ff51 100644 --- a/tests/layer_tests/pytorch_tests/test_bool.py +++ b/tests/layer_tests/pytorch_tests/test_bool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_broadcast_tensors.py b/tests/layer_tests/pytorch_tests/test_broadcast_tensors.py index 2042dde0c46..2e9a7d5d3ac 100644 --- a/tests/layer_tests/pytorch_tests/test_broadcast_tensors.py +++ b/tests/layer_tests/pytorch_tests/test_broadcast_tensors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_cat.py b/tests/layer_tests/pytorch_tests/test_cat.py index 7d590336ad1..c02df869f5c 100644 --- a/tests/layer_tests/pytorch_tests/test_cat.py +++ b/tests/layer_tests/pytorch_tests/test_cat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_chunk.py b/tests/layer_tests/pytorch_tests/test_chunk.py index 7da36d568d9..7b8cc3f890e 100644 --- a/tests/layer_tests/pytorch_tests/test_chunk.py +++ b/tests/layer_tests/pytorch_tests/test_chunk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_clamp.py b/tests/layer_tests/pytorch_tests/test_clamp.py index c98489034d2..947f9197f72 100644 --- a/tests/layer_tests/pytorch_tests/test_clamp.py +++ b/tests/layer_tests/pytorch_tests/test_clamp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_clone.py b/tests/layer_tests/pytorch_tests/test_clone.py index 18e07d0efd0..b63d245b132 100644 --- a/tests/layer_tests/pytorch_tests/test_clone.py +++ b/tests/layer_tests/pytorch_tests/test_clone.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_comparision.py b/tests/layer_tests/pytorch_tests/test_comparision.py index 969079d8e88..8267a95d1c7 100644 --- a/tests/layer_tests/pytorch_tests/test_comparision.py +++ b/tests/layer_tests/pytorch_tests/test_comparision.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_conv_transposend.py b/tests/layer_tests/pytorch_tests/test_conv_transposend.py index 7b322918859..47c027bd6c4 100644 --- a/tests/layer_tests/pytorch_tests/test_conv_transposend.py +++ b/tests/layer_tests/pytorch_tests/test_conv_transposend.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_convnd.py b/tests/layer_tests/pytorch_tests/test_convnd.py index 8ea83a5aae5..baedbb2184a 100644 --- a/tests/layer_tests/pytorch_tests/test_convnd.py +++ b/tests/layer_tests/pytorch_tests/test_convnd.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_convolution.py b/tests/layer_tests/pytorch_tests/test_convolution.py index 19e4c9b7cee..eef571563a3 100644 --- a/tests/layer_tests/pytorch_tests/test_convolution.py +++ b/tests/layer_tests/pytorch_tests/test_convolution.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_convolution_mode.py b/tests/layer_tests/pytorch_tests/test_convolution_mode.py index d51086dbccf..33842b13a58 100644 --- a/tests/layer_tests/pytorch_tests/test_convolution_mode.py +++ b/tests/layer_tests/pytorch_tests/test_convolution_mode.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_copy.py b/tests/layer_tests/pytorch_tests/test_copy.py index 6b4969c0277..1adff2f36d6 100644 --- a/tests/layer_tests/pytorch_tests/test_copy.py +++ b/tests/layer_tests/pytorch_tests/test_copy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_cross.py b/tests/layer_tests/pytorch_tests/test_cross.py index ff953881138..1152922aec4 100644 --- a/tests/layer_tests/pytorch_tests/test_cross.py +++ b/tests/layer_tests/pytorch_tests/test_cross.py @@ -1,7 +1,7 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_cumsum.py b/tests/layer_tests/pytorch_tests/test_cumsum.py index 31a215afea0..6be05f0676c 100644 --- a/tests/layer_tests/pytorch_tests/test_cumsum.py +++ b/tests/layer_tests/pytorch_tests/test_cumsum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_deformable_convolution.py b/tests/layer_tests/pytorch_tests/test_deformable_convolution.py index fa4293b275e..6e21d41a86d 100644 --- a/tests/layer_tests/pytorch_tests/test_deformable_convolution.py +++ b/tests/layer_tests/pytorch_tests/test_deformable_convolution.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from copy import deepcopy diff --git a/tests/layer_tests/pytorch_tests/test_derive_index_range_length.py b/tests/layer_tests/pytorch_tests/test_derive_index_range_length.py index 8ae5f11d267..f67b54d5a58 100644 --- a/tests/layer_tests/pytorch_tests/test_derive_index_range_length.py +++ b/tests/layer_tests/pytorch_tests/test_derive_index_range_length.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_device.py b/tests/layer_tests/pytorch_tests/test_device.py index 72982f7a677..42d3e609663 100644 --- a/tests/layer_tests/pytorch_tests/test_device.py +++ b/tests/layer_tests/pytorch_tests/test_device.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/layer_tests/pytorch_tests/test_dict.py b/tests/layer_tests/pytorch_tests/test_dict.py index 4dfbf0f85c6..ff3403f386a 100644 --- a/tests/layer_tests/pytorch_tests/test_dict.py +++ b/tests/layer_tests/pytorch_tests/test_dict.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_distance.py b/tests/layer_tests/pytorch_tests/test_distance.py index fb9fade8206..a9f1dbfa0bc 100644 --- a/tests/layer_tests/pytorch_tests/test_distance.py +++ b/tests/layer_tests/pytorch_tests/test_distance.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_div.py b/tests/layer_tests/pytorch_tests/test_div.py index a2809b1fa68..3ae112de0e2 100644 --- a/tests/layer_tests/pytorch_tests/test_div.py +++ b/tests/layer_tests/pytorch_tests/test_div.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_dot.py b/tests/layer_tests/pytorch_tests/test_dot.py index 290e1f052d5..404e8f513f6 100644 --- a/tests/layer_tests/pytorch_tests/test_dot.py +++ b/tests/layer_tests/pytorch_tests/test_dot.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_einsum.py b/tests/layer_tests/pytorch_tests/test_einsum.py index 37a52540d68..5907c254330 100644 --- a/tests/layer_tests/pytorch_tests/test_einsum.py +++ b/tests/layer_tests/pytorch_tests/test_einsum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_embedding.py b/tests/layer_tests/pytorch_tests/test_embedding.py index 901f72d4d76..8980388c361 100644 --- a/tests/layer_tests/pytorch_tests/test_embedding.py +++ b/tests/layer_tests/pytorch_tests/test_embedding.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_embedding_bag.py b/tests/layer_tests/pytorch_tests/test_embedding_bag.py index d0c6d0c5328..2c8d289f7e0 100644 --- a/tests/layer_tests/pytorch_tests/test_embedding_bag.py +++ b/tests/layer_tests/pytorch_tests/test_embedding_bag.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_empty.py b/tests/layer_tests/pytorch_tests/test_empty.py index e358f95c999..bad953c3c9d 100644 --- a/tests/layer_tests/pytorch_tests/test_empty.py +++ b/tests/layer_tests/pytorch_tests/test_empty.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_eq.py b/tests/layer_tests/pytorch_tests/test_eq.py index 1a73084359b..2adad14feed 100644 --- a/tests/layer_tests/pytorch_tests/test_eq.py +++ b/tests/layer_tests/pytorch_tests/test_eq.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_expand.py b/tests/layer_tests/pytorch_tests/test_expand.py index 63453fce9d1..659fa70d17a 100644 --- a/tests/layer_tests/pytorch_tests/test_expand.py +++ b/tests/layer_tests/pytorch_tests/test_expand.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_eye.py b/tests/layer_tests/pytorch_tests/test_eye.py index 7f521a3f65f..d73dda1d0a7 100644 --- a/tests/layer_tests/pytorch_tests/test_eye.py +++ b/tests/layer_tests/pytorch_tests/test_eye.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_fake_quantize.py b/tests/layer_tests/pytorch_tests/test_fake_quantize.py index 3146ac87b90..c3283279bb4 100644 --- a/tests/layer_tests/pytorch_tests/test_fake_quantize.py +++ b/tests/layer_tests/pytorch_tests/test_fake_quantize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_flatten.py b/tests/layer_tests/pytorch_tests/test_flatten.py index c6969623325..d1233e2a812 100644 --- a/tests/layer_tests/pytorch_tests/test_flatten.py +++ b/tests/layer_tests/pytorch_tests/test_flatten.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_flip.py b/tests/layer_tests/pytorch_tests/test_flip.py index df390eb7caf..0f482e3a2bf 100644 --- a/tests/layer_tests/pytorch_tests/test_flip.py +++ b/tests/layer_tests/pytorch_tests/test_flip.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_floor_divide.py b/tests/layer_tests/pytorch_tests/test_floor_divide.py index 673cf53dfc0..3aa5b8c6651 100644 --- a/tests/layer_tests/pytorch_tests/test_floor_divide.py +++ b/tests/layer_tests/pytorch_tests/test_floor_divide.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_fmod.py b/tests/layer_tests/pytorch_tests/test_fmod.py index dc0729de41f..4652ce91685 100644 --- a/tests/layer_tests/pytorch_tests/test_fmod.py +++ b/tests/layer_tests/pytorch_tests/test_fmod.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_fp16.py b/tests/layer_tests/pytorch_tests/test_fp16.py index 5952f40f167..8195d2183e6 100644 --- a/tests/layer_tests/pytorch_tests/test_fp16.py +++ b/tests/layer_tests/pytorch_tests/test_fp16.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_full.py b/tests/layer_tests/pytorch_tests/test_full.py index cf3794be11e..b42194f7cd1 100644 --- a/tests/layer_tests/pytorch_tests/test_full.py +++ b/tests/layer_tests/pytorch_tests/test_full.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_gather.py b/tests/layer_tests/pytorch_tests/test_gather.py index e65026d97ce..009158cafcd 100644 --- a/tests/layer_tests/pytorch_tests/test_gather.py +++ b/tests/layer_tests/pytorch_tests/test_gather.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_gcd.py b/tests/layer_tests/pytorch_tests/test_gcd.py index a1b816b853e..9d75c624257 100644 --- a/tests/layer_tests/pytorch_tests/test_gcd.py +++ b/tests/layer_tests/pytorch_tests/test_gcd.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_gelu.py b/tests/layer_tests/pytorch_tests/test_gelu.py index 6a6d5e61a57..75d862c94cd 100644 --- a/tests/layer_tests/pytorch_tests/test_gelu.py +++ b/tests/layer_tests/pytorch_tests/test_gelu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_getitem.py b/tests/layer_tests/pytorch_tests/test_getitem.py index 62d7e12ada6..d8d69e82a05 100644 --- a/tests/layer_tests/pytorch_tests/test_getitem.py +++ b/tests/layer_tests/pytorch_tests/test_getitem.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_glu.py b/tests/layer_tests/pytorch_tests/test_glu.py index aa77fb7d776..3dbb1f423ee 100644 --- a/tests/layer_tests/pytorch_tests/test_glu.py +++ b/tests/layer_tests/pytorch_tests/test_glu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_grid_sampler.py b/tests/layer_tests/pytorch_tests/test_grid_sampler.py index 7b55862e2f0..d81ba01aca3 100644 --- a/tests/layer_tests/pytorch_tests/test_grid_sampler.py +++ b/tests/layer_tests/pytorch_tests/test_grid_sampler.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_group_norm.py b/tests/layer_tests/pytorch_tests/test_group_norm.py index 347d1e013a3..7697f2e7107 100644 --- a/tests/layer_tests/pytorch_tests/test_group_norm.py +++ b/tests/layer_tests/pytorch_tests/test_group_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_hadsigmoid.py b/tests/layer_tests/pytorch_tests/test_hadsigmoid.py index 0c32b2a7a53..7c779d195be 100644 --- a/tests/layer_tests/pytorch_tests/test_hadsigmoid.py +++ b/tests/layer_tests/pytorch_tests/test_hadsigmoid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_if.py b/tests/layer_tests/pytorch_tests/test_if.py index fa4b1e9967d..ffefd0a7561 100644 --- a/tests/layer_tests/pytorch_tests/test_if.py +++ b/tests/layer_tests/pytorch_tests/test_if.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/pytorch_tests/test_im2col.py b/tests/layer_tests/pytorch_tests/test_im2col.py index 3783e4be1fb..9b1be4edef2 100644 --- a/tests/layer_tests/pytorch_tests/test_im2col.py +++ b/tests/layer_tests/pytorch_tests/test_im2col.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_index.py b/tests/layer_tests/pytorch_tests/test_index.py index d7f3a18469a..751f0d20bf5 100644 --- a/tests/layer_tests/pytorch_tests/test_index.py +++ b/tests/layer_tests/pytorch_tests/test_index.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_index_add.py b/tests/layer_tests/pytorch_tests/test_index_add.py index 49ce03ab701..be0125d1727 100644 --- a/tests/layer_tests/pytorch_tests/test_index_add.py +++ b/tests/layer_tests/pytorch_tests/test_index_add.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_index_put_.py b/tests/layer_tests/pytorch_tests/test_index_put_.py index 369364855f6..b2da06ec279 100644 --- a/tests/layer_tests/pytorch_tests/test_index_put_.py +++ b/tests/layer_tests/pytorch_tests/test_index_put_.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/layer_tests/pytorch_tests/test_index_select.py b/tests/layer_tests/pytorch_tests/test_index_select.py index 1c8c2c91eb3..e74bc597661 100644 --- a/tests/layer_tests/pytorch_tests/test_index_select.py +++ b/tests/layer_tests/pytorch_tests/test_index_select.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_instance_norm.py b/tests/layer_tests/pytorch_tests/test_instance_norm.py index 3ec2dd01445..5f064c928e4 100644 --- a/tests/layer_tests/pytorch_tests/test_instance_norm.py +++ b/tests/layer_tests/pytorch_tests/test_instance_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_is_nonzero.py b/tests/layer_tests/pytorch_tests/test_is_nonzero.py index 0b9dbf1d410..2f128b98827 100644 --- a/tests/layer_tests/pytorch_tests/test_is_nonzero.py +++ b/tests/layer_tests/pytorch_tests/test_is_nonzero.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_item.py b/tests/layer_tests/pytorch_tests/test_item.py index 5471a50fadc..1bed8ae102d 100644 --- a/tests/layer_tests/pytorch_tests/test_item.py +++ b/tests/layer_tests/pytorch_tests/test_item.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_leaky_relu.py b/tests/layer_tests/pytorch_tests/test_leaky_relu.py index 2ef80dd388a..002c76e5814 100644 --- a/tests/layer_tests/pytorch_tests/test_leaky_relu.py +++ b/tests/layer_tests/pytorch_tests/test_leaky_relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_len.py b/tests/layer_tests/pytorch_tests/test_len.py index 9443f2576ef..de2bffd8b64 100644 --- a/tests/layer_tests/pytorch_tests/test_len.py +++ b/tests/layer_tests/pytorch_tests/test_len.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_linear.py b/tests/layer_tests/pytorch_tests/test_linear.py index 7093eb507dd..9e0caf964d5 100644 --- a/tests/layer_tests/pytorch_tests/test_linear.py +++ b/tests/layer_tests/pytorch_tests/test_linear.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_linspace.py b/tests/layer_tests/pytorch_tests/test_linspace.py index 4cf623e55fa..23cf8448b2c 100644 --- a/tests/layer_tests/pytorch_tests/test_linspace.py +++ b/tests/layer_tests/pytorch_tests/test_linspace.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_listunpack.py b/tests/layer_tests/pytorch_tests/test_listunpack.py index 6f3df968eb9..5a065d60226 100644 --- a/tests/layer_tests/pytorch_tests/test_listunpack.py +++ b/tests/layer_tests/pytorch_tests/test_listunpack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/tests/layer_tests/pytorch_tests/test_log_softmax.py b/tests/layer_tests/pytorch_tests/test_log_softmax.py index 21626d85108..efb06581c8c 100644 --- a/tests/layer_tests/pytorch_tests/test_log_softmax.py +++ b/tests/layer_tests/pytorch_tests/test_log_softmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_loop.py b/tests/layer_tests/pytorch_tests/test_loop.py index c413d24854c..a08611d3899 100644 --- a/tests/layer_tests/pytorch_tests/test_loop.py +++ b/tests/layer_tests/pytorch_tests/test_loop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_lstm.py b/tests/layer_tests/pytorch_tests/test_lstm.py index 8ffc3c73afe..ddb7a000382 100644 --- a/tests/layer_tests/pytorch_tests/test_lstm.py +++ b/tests/layer_tests/pytorch_tests/test_lstm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_masked_fill.py b/tests/layer_tests/pytorch_tests/test_masked_fill.py index 0f934843b07..8fc59c9149c 100644 --- a/tests/layer_tests/pytorch_tests/test_masked_fill.py +++ b/tests/layer_tests/pytorch_tests/test_masked_fill.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_masked_scatter.py b/tests/layer_tests/pytorch_tests/test_masked_scatter.py index 30c41b5e7f9..a010cd5e4e3 100644 --- a/tests/layer_tests/pytorch_tests/test_masked_scatter.py +++ b/tests/layer_tests/pytorch_tests/test_masked_scatter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_mean.py b/tests/layer_tests/pytorch_tests/test_mean.py index af381fa19bb..1ba45e1a3b3 100644 --- a/tests/layer_tests/pytorch_tests/test_mean.py +++ b/tests/layer_tests/pytorch_tests/test_mean.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_min_max.py b/tests/layer_tests/pytorch_tests/test_min_max.py index 8008d725db3..beba07b1d02 100644 --- a/tests/layer_tests/pytorch_tests/test_min_max.py +++ b/tests/layer_tests/pytorch_tests/test_min_max.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_mm.py b/tests/layer_tests/pytorch_tests/test_mm.py index 83de1188d11..9676cd2e432 100644 --- a/tests/layer_tests/pytorch_tests/test_mm.py +++ b/tests/layer_tests/pytorch_tests/test_mm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_mul.py b/tests/layer_tests/pytorch_tests/test_mul.py index 8152c8cb9c0..c0c788590e4 100644 --- a/tests/layer_tests/pytorch_tests/test_mul.py +++ b/tests/layer_tests/pytorch_tests/test_mul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_multinomial.py b/tests/layer_tests/pytorch_tests/test_multinomial.py index 1ddca3a2258..4e494f5e0f8 100644 --- a/tests/layer_tests/pytorch_tests/test_multinomial.py +++ b/tests/layer_tests/pytorch_tests/test_multinomial.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_narrow.py b/tests/layer_tests/pytorch_tests/test_narrow.py index c472e4f225a..cff0e597cb9 100644 --- a/tests/layer_tests/pytorch_tests/test_narrow.py +++ b/tests/layer_tests/pytorch_tests/test_narrow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_native_multi_head_attention.py b/tests/layer_tests/pytorch_tests/test_native_multi_head_attention.py index 213a6e97ef7..13188e6054a 100644 --- a/tests/layer_tests/pytorch_tests/test_native_multi_head_attention.py +++ b/tests/layer_tests/pytorch_tests/test_native_multi_head_attention.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_nms.py b/tests/layer_tests/pytorch_tests/test_nms.py index b703e98ccaf..93a42227195 100644 --- a/tests/layer_tests/pytorch_tests/test_nms.py +++ b/tests/layer_tests/pytorch_tests/test_nms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_nonzero.py b/tests/layer_tests/pytorch_tests/test_nonzero.py index c23c152c1ab..8483c78af2c 100644 --- a/tests/layer_tests/pytorch_tests/test_nonzero.py +++ b/tests/layer_tests/pytorch_tests/test_nonzero.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_norm.py b/tests/layer_tests/pytorch_tests/test_norm.py index e3517bdf1ce..ac163a5ae56 100644 --- a/tests/layer_tests/pytorch_tests/test_norm.py +++ b/tests/layer_tests/pytorch_tests/test_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_numel.py b/tests/layer_tests/pytorch_tests/test_numel.py index af111434acc..d9dbbbfaff0 100644 --- a/tests/layer_tests/pytorch_tests/test_numel.py +++ b/tests/layer_tests/pytorch_tests/test_numel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_one_hot.py b/tests/layer_tests/pytorch_tests/test_one_hot.py index de8716f8460..e793a9a8fe1 100644 --- a/tests/layer_tests/pytorch_tests/test_one_hot.py +++ b/tests/layer_tests/pytorch_tests/test_one_hot.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_or.py b/tests/layer_tests/pytorch_tests/test_or.py index e096e125865..acf60538f60 100644 --- a/tests/layer_tests/pytorch_tests/test_or.py +++ b/tests/layer_tests/pytorch_tests/test_or.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_outer.py b/tests/layer_tests/pytorch_tests/test_outer.py index 05721a4ee97..bf780592b93 100644 --- a/tests/layer_tests/pytorch_tests/test_outer.py +++ b/tests/layer_tests/pytorch_tests/test_outer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_pad.py b/tests/layer_tests/pytorch_tests/test_pad.py index 6f73061517c..92bf397f659 100644 --- a/tests/layer_tests/pytorch_tests/test_pad.py +++ b/tests/layer_tests/pytorch_tests/test_pad.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_permute.py b/tests/layer_tests/pytorch_tests/test_permute.py index f5a234fc419..832cdd04480 100644 --- a/tests/layer_tests/pytorch_tests/test_permute.py +++ b/tests/layer_tests/pytorch_tests/test_permute.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_pixel_shuffle.py b/tests/layer_tests/pytorch_tests/test_pixel_shuffle.py index 511827eb7ce..85459c25f59 100644 --- a/tests/layer_tests/pytorch_tests/test_pixel_shuffle.py +++ b/tests/layer_tests/pytorch_tests/test_pixel_shuffle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_pooling.py b/tests/layer_tests/pytorch_tests/test_pooling.py index f0ea018a552..f8c190917c2 100644 --- a/tests/layer_tests/pytorch_tests/test_pooling.py +++ b/tests/layer_tests/pytorch_tests/test_pooling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_pow.py b/tests/layer_tests/pytorch_tests/test_pow.py index b3424dfc3be..fb59a8ab4e1 100644 --- a/tests/layer_tests/pytorch_tests/test_pow.py +++ b/tests/layer_tests/pytorch_tests/test_pow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_prelu.py b/tests/layer_tests/pytorch_tests/test_prelu.py index 67f2fdb0a85..e7ab78fec53 100644 --- a/tests/layer_tests/pytorch_tests/test_prelu.py +++ b/tests/layer_tests/pytorch_tests/test_prelu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_prod.py b/tests/layer_tests/pytorch_tests/test_prod.py index 67e47a95637..8fd755603aa 100644 --- a/tests/layer_tests/pytorch_tests/test_prod.py +++ b/tests/layer_tests/pytorch_tests/test_prod.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_pythonop.py b/tests/layer_tests/pytorch_tests/test_pythonop.py index 7446184d703..c8e8121871f 100644 --- a/tests/layer_tests/pytorch_tests/test_pythonop.py +++ b/tests/layer_tests/pytorch_tests/test_pythonop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_quantize.py b/tests/layer_tests/pytorch_tests/test_quantize.py index 600821fa162..01163a96101 100644 --- a/tests/layer_tests/pytorch_tests/test_quantize.py +++ b/tests/layer_tests/pytorch_tests/test_quantize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_quantized_add.py b/tests/layer_tests/pytorch_tests/test_quantized_add.py index 59a992fc088..230c1b46f6e 100644 --- a/tests/layer_tests/pytorch_tests/test_quantized_add.py +++ b/tests/layer_tests/pytorch_tests/test_quantized_add.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_quantized_add_relu.py b/tests/layer_tests/pytorch_tests/test_quantized_add_relu.py index 6cb64dfab05..84bcaa3fe7d 100644 --- a/tests/layer_tests/pytorch_tests/test_quantized_add_relu.py +++ b/tests/layer_tests/pytorch_tests/test_quantized_add_relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_quantized_cat.py b/tests/layer_tests/pytorch_tests/test_quantized_cat.py index ce0bc880e78..5f3c403de4b 100644 --- a/tests/layer_tests/pytorch_tests/test_quantized_cat.py +++ b/tests/layer_tests/pytorch_tests/test_quantized_cat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_quantized_convnd.py b/tests/layer_tests/pytorch_tests/test_quantized_convnd.py index bc4ac9e1788..3cc684c93ee 100644 --- a/tests/layer_tests/pytorch_tests/test_quantized_convnd.py +++ b/tests/layer_tests/pytorch_tests/test_quantized_convnd.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_quantized_hardswish.py b/tests/layer_tests/pytorch_tests/test_quantized_hardswish.py index 4508bbcb266..f9178ff00af 100644 --- a/tests/layer_tests/pytorch_tests/test_quantized_hardswish.py +++ b/tests/layer_tests/pytorch_tests/test_quantized_hardswish.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_quantized_linear.py b/tests/layer_tests/pytorch_tests/test_quantized_linear.py index bd89ea48303..154a5bc71ec 100644 --- a/tests/layer_tests/pytorch_tests/test_quantized_linear.py +++ b/tests/layer_tests/pytorch_tests/test_quantized_linear.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_quantized_mul.py b/tests/layer_tests/pytorch_tests/test_quantized_mul.py index d170d70308b..4b355b3888d 100644 --- a/tests/layer_tests/pytorch_tests/test_quantized_mul.py +++ b/tests/layer_tests/pytorch_tests/test_quantized_mul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_rand.py b/tests/layer_tests/pytorch_tests/test_rand.py index 08f6201cdb3..474275b5601 100644 --- a/tests/layer_tests/pytorch_tests/test_rand.py +++ b/tests/layer_tests/pytorch_tests/test_rand.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_remainder.py b/tests/layer_tests/pytorch_tests/test_remainder.py index d295fe3ad0f..7cfeb9dc89e 100644 --- a/tests/layer_tests/pytorch_tests/test_remainder.py +++ b/tests/layer_tests/pytorch_tests/test_remainder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_repeat.py b/tests/layer_tests/pytorch_tests/test_repeat.py index bc7949eb091..beab3ab8b10 100644 --- a/tests/layer_tests/pytorch_tests/test_repeat.py +++ b/tests/layer_tests/pytorch_tests/test_repeat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_repeat_interleave.py b/tests/layer_tests/pytorch_tests/test_repeat_interleave.py index 3df1ae1b421..f24b09ab1b0 100644 --- a/tests/layer_tests/pytorch_tests/test_repeat_interleave.py +++ b/tests/layer_tests/pytorch_tests/test_repeat_interleave.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_reshape.py b/tests/layer_tests/pytorch_tests/test_reshape.py index f093c8e3bcb..8cddf05aab0 100644 --- a/tests/layer_tests/pytorch_tests/test_reshape.py +++ b/tests/layer_tests/pytorch_tests/test_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_reshape_as.py b/tests/layer_tests/pytorch_tests/test_reshape_as.py index 1d5c00cc05f..545cf1fd700 100644 --- a/tests/layer_tests/pytorch_tests/test_reshape_as.py +++ b/tests/layer_tests/pytorch_tests/test_reshape_as.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_resolve_conj_neg.py b/tests/layer_tests/pytorch_tests/test_resolve_conj_neg.py index b26173e94a2..8488e92ed4d 100644 --- a/tests/layer_tests/pytorch_tests/test_resolve_conj_neg.py +++ b/tests/layer_tests/pytorch_tests/test_resolve_conj_neg.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_rfftn_complex_transforms.py b/tests/layer_tests/pytorch_tests/test_rfftn_complex_transforms.py index a871bbc46fd..a25713ba21e 100644 --- a/tests/layer_tests/pytorch_tests/test_rfftn_complex_transforms.py +++ b/tests/layer_tests/pytorch_tests/test_rfftn_complex_transforms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from sys import platform diff --git a/tests/layer_tests/pytorch_tests/test_roi_align.py b/tests/layer_tests/pytorch_tests/test_roi_align.py index 574741aaa26..0079d9c0ca7 100644 --- a/tests/layer_tests/pytorch_tests/test_roi_align.py +++ b/tests/layer_tests/pytorch_tests/test_roi_align.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/layer_tests/pytorch_tests/test_roll.py b/tests/layer_tests/pytorch_tests/test_roll.py index 7c4c6f28317..5a5f63c772d 100644 --- a/tests/layer_tests/pytorch_tests/test_roll.py +++ b/tests/layer_tests/pytorch_tests/test_roll.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_round.py b/tests/layer_tests/pytorch_tests/test_round.py index c185461310d..b6b3b498ef5 100644 --- a/tests/layer_tests/pytorch_tests/test_round.py +++ b/tests/layer_tests/pytorch_tests/test_round.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_rsub.py b/tests/layer_tests/pytorch_tests/test_rsub.py index 08a9372582b..70380a9e5f8 100644 --- a/tests/layer_tests/pytorch_tests/test_rsub.py +++ b/tests/layer_tests/pytorch_tests/test_rsub.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_scaled_dot_product_attention.py b/tests/layer_tests/pytorch_tests/test_scaled_dot_product_attention.py index 94e7b43be85..3d1374ea2d8 100644 --- a/tests/layer_tests/pytorch_tests/test_scaled_dot_product_attention.py +++ b/tests/layer_tests/pytorch_tests/test_scaled_dot_product_attention.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_scatter.py b/tests/layer_tests/pytorch_tests/test_scatter.py index 620d6d5c0ed..6f8e0cdd162 100644 --- a/tests/layer_tests/pytorch_tests/test_scatter.py +++ b/tests/layer_tests/pytorch_tests/test_scatter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_select.py b/tests/layer_tests/pytorch_tests/test_select.py index e11f4a6f102..153a818fba1 100644 --- a/tests/layer_tests/pytorch_tests/test_select.py +++ b/tests/layer_tests/pytorch_tests/test_select.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_set_item.py b/tests/layer_tests/pytorch_tests/test_set_item.py index 46935a72206..513bc3042a1 100644 --- a/tests/layer_tests/pytorch_tests/test_set_item.py +++ b/tests/layer_tests/pytorch_tests/test_set_item.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_shape_as_tensor.py b/tests/layer_tests/pytorch_tests/test_shape_as_tensor.py index 9e1f2a89c79..b77305953da 100644 --- a/tests/layer_tests/pytorch_tests/test_shape_as_tensor.py +++ b/tests/layer_tests/pytorch_tests/test_shape_as_tensor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_sign.py b/tests/layer_tests/pytorch_tests/test_sign.py index bcb3ba2b274..dac0b32f70d 100644 --- a/tests/layer_tests/pytorch_tests/test_sign.py +++ b/tests/layer_tests/pytorch_tests/test_sign.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_size.py b/tests/layer_tests/pytorch_tests/test_size.py index 2729eb85ca1..702bc018a56 100644 --- a/tests/layer_tests/pytorch_tests/test_size.py +++ b/tests/layer_tests/pytorch_tests/test_size.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_slice.py b/tests/layer_tests/pytorch_tests/test_slice.py index 0a131c613ba..1bf55633581 100644 --- a/tests/layer_tests/pytorch_tests/test_slice.py +++ b/tests/layer_tests/pytorch_tests/test_slice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_softmax.py b/tests/layer_tests/pytorch_tests/test_softmax.py index d6c85d89c60..ca243690616 100644 --- a/tests/layer_tests/pytorch_tests/test_softmax.py +++ b/tests/layer_tests/pytorch_tests/test_softmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_softplus.py b/tests/layer_tests/pytorch_tests/test_softplus.py index bf218e88031..c29423473c6 100644 --- a/tests/layer_tests/pytorch_tests/test_softplus.py +++ b/tests/layer_tests/pytorch_tests/test_softplus.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_sort.py b/tests/layer_tests/pytorch_tests/test_sort.py index 28ff2b7d485..c92508b9e47 100644 --- a/tests/layer_tests/pytorch_tests/test_sort.py +++ b/tests/layer_tests/pytorch_tests/test_sort.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_split.py b/tests/layer_tests/pytorch_tests/test_split.py index 8d03760260c..7ea215a9375 100644 --- a/tests/layer_tests/pytorch_tests/test_split.py +++ b/tests/layer_tests/pytorch_tests/test_split.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_square.py b/tests/layer_tests/pytorch_tests/test_square.py index f0a85829d36..c3f1045b475 100644 --- a/tests/layer_tests/pytorch_tests/test_square.py +++ b/tests/layer_tests/pytorch_tests/test_square.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_squeeze.py b/tests/layer_tests/pytorch_tests/test_squeeze.py index 28111fc53c0..ffc37583734 100644 --- a/tests/layer_tests/pytorch_tests/test_squeeze.py +++ b/tests/layer_tests/pytorch_tests/test_squeeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_stack.py b/tests/layer_tests/pytorch_tests/test_stack.py index 50b44251e27..a49194ddf49 100644 --- a/tests/layer_tests/pytorch_tests/test_stack.py +++ b/tests/layer_tests/pytorch_tests/test_stack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_strided_const.py b/tests/layer_tests/pytorch_tests/test_strided_const.py index ab33e92f88b..b76aff4a46b 100644 --- a/tests/layer_tests/pytorch_tests/test_strided_const.py +++ b/tests/layer_tests/pytorch_tests/test_strided_const.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_sub.py b/tests/layer_tests/pytorch_tests/test_sub.py index e24a878239e..6950df1ef19 100644 --- a/tests/layer_tests/pytorch_tests/test_sub.py +++ b/tests/layer_tests/pytorch_tests/test_sub.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_sum.py b/tests/layer_tests/pytorch_tests/test_sum.py index 79d379bfef8..83b862bf532 100644 --- a/tests/layer_tests/pytorch_tests/test_sum.py +++ b/tests/layer_tests/pytorch_tests/test_sum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_tensor_split.py b/tests/layer_tests/pytorch_tests/test_tensor_split.py index eeeea7542fb..e8970bd2cdb 100644 --- a/tests/layer_tests/pytorch_tests/test_tensor_split.py +++ b/tests/layer_tests/pytorch_tests/test_tensor_split.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from collections.abc import Collection diff --git a/tests/layer_tests/pytorch_tests/test_tile.py b/tests/layer_tests/pytorch_tests/test_tile.py index d0223b95a71..986f0c89e77 100644 --- a/tests/layer_tests/pytorch_tests/test_tile.py +++ b/tests/layer_tests/pytorch_tests/test_tile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_to.py b/tests/layer_tests/pytorch_tests/test_to.py index 4add5a615bc..777d5cd66e7 100644 --- a/tests/layer_tests/pytorch_tests/test_to.py +++ b/tests/layer_tests/pytorch_tests/test_to.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_topk.py b/tests/layer_tests/pytorch_tests/test_topk.py index 1b657f25ade..512d9ed41f6 100644 --- a/tests/layer_tests/pytorch_tests/test_topk.py +++ b/tests/layer_tests/pytorch_tests/test_topk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/pytorch_tests/test_transpose.py b/tests/layer_tests/pytorch_tests/test_transpose.py index 317a478ee79..b1f50f05a6c 100644 --- a/tests/layer_tests/pytorch_tests/test_transpose.py +++ b/tests/layer_tests/pytorch_tests/test_transpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_trilu.py b/tests/layer_tests/pytorch_tests/test_trilu.py index 28842e101ce..87afd796da5 100644 --- a/tests/layer_tests/pytorch_tests/test_trilu.py +++ b/tests/layer_tests/pytorch_tests/test_trilu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_tuple_construct.py b/tests/layer_tests/pytorch_tests/test_tuple_construct.py index 45413a940f1..ffe32877c41 100644 --- a/tests/layer_tests/pytorch_tests/test_tuple_construct.py +++ b/tests/layer_tests/pytorch_tests/test_tuple_construct.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_type_as.py b/tests/layer_tests/pytorch_tests/test_type_as.py index 3f520305794..92b45c8e3df 100644 --- a/tests/layer_tests/pytorch_tests/test_type_as.py +++ b/tests/layer_tests/pytorch_tests/test_type_as.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_unary_ops.py b/tests/layer_tests/pytorch_tests/test_unary_ops.py index d93a25edcc8..25a6aeccf93 100644 --- a/tests/layer_tests/pytorch_tests/test_unary_ops.py +++ b/tests/layer_tests/pytorch_tests/test_unary_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_unbind.py b/tests/layer_tests/pytorch_tests/test_unbind.py index 9ef1877b418..da06a76ee06 100644 --- a/tests/layer_tests/pytorch_tests/test_unbind.py +++ b/tests/layer_tests/pytorch_tests/test_unbind.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_unflatten.py b/tests/layer_tests/pytorch_tests/test_unflatten.py index 0c9537912bf..830f571958f 100644 --- a/tests/layer_tests/pytorch_tests/test_unflatten.py +++ b/tests/layer_tests/pytorch_tests/test_unflatten.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_unfold.py b/tests/layer_tests/pytorch_tests/test_unfold.py index 37a0e467544..4d5b9ee57ff 100644 --- a/tests/layer_tests/pytorch_tests/test_unfold.py +++ b/tests/layer_tests/pytorch_tests/test_unfold.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_unsqueeze.py b/tests/layer_tests/pytorch_tests/test_unsqueeze.py index f978ecc6438..b062ebbac91 100644 --- a/tests/layer_tests/pytorch_tests/test_unsqueeze.py +++ b/tests/layer_tests/pytorch_tests/test_unsqueeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/pytorch_tests/test_upsample.py b/tests/layer_tests/pytorch_tests/test_upsample.py index 7406302ef5d..cfe8097395a 100644 --- a/tests/layer_tests/pytorch_tests/test_upsample.py +++ b/tests/layer_tests/pytorch_tests/test_upsample.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from sys import platform diff --git a/tests/layer_tests/pytorch_tests/test_var_mean.py b/tests/layer_tests/pytorch_tests/test_var_mean.py index fddf7457749..4863d4d2967 100644 --- a/tests/layer_tests/pytorch_tests/test_var_mean.py +++ b/tests/layer_tests/pytorch_tests/test_var_mean.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/pytorch_tests/test_view.py b/tests/layer_tests/pytorch_tests/test_view.py index 2b77c46f184..a4ad08b29a9 100644 --- a/tests/layer_tests/pytorch_tests/test_view.py +++ b/tests/layer_tests/pytorch_tests/test_view.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_where.py b/tests/layer_tests/pytorch_tests/test_where.py index b87f3794f76..b2bbb2b2019 100644 --- a/tests/layer_tests/pytorch_tests/test_where.py +++ b/tests/layer_tests/pytorch_tests/test_where.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/pytorch_tests/test_xor.py b/tests/layer_tests/pytorch_tests/test_xor.py index c1d3730bb15..8e7b5d2b311 100644 --- a/tests/layer_tests/pytorch_tests/test_xor.py +++ b/tests/layer_tests/pytorch_tests/test_xor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_lite_tests/conftest.py b/tests/layer_tests/tensorflow_lite_tests/conftest.py index 6d1ec3182a9..4e17bc8e1ee 100644 --- a/tests/layer_tests/tensorflow_lite_tests/conftest.py +++ b/tests/layer_tests/tensorflow_lite_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tests/layer_tests/tensorflow_lite_tests/test_tfl_Shape.py b/tests/layer_tests/tensorflow_lite_tests/test_tfl_Shape.py index 8e132944786..f517c9c111d 100644 --- a/tests/layer_tests/tensorflow_lite_tests/test_tfl_Shape.py +++ b/tests/layer_tests/tensorflow_lite_tests/test_tfl_Shape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from functools import partial diff --git a/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unary.py b/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unary.py index e6a4789a34c..8d348b54aa4 100644 --- a/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unary.py +++ b/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unary.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from functools import partial diff --git a/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unique.py b/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unique.py index 6c1adef7352..98044aee1da 100644 --- a/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unique.py +++ b/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unique.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unpack.py b/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unpack.py index 29838fc6ca2..d7ba5178790 100644 --- a/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unpack.py +++ b/tests/layer_tests/tensorflow_lite_tests/test_tfl_Unpack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_lite_tests/test_tfl_While.py b/tests/layer_tests/tensorflow_lite_tests/test_tfl_While.py index 96d952b833a..5d9f73f4141 100644 --- a/tests/layer_tests/tensorflow_lite_tests/test_tfl_While.py +++ b/tests/layer_tests/tensorflow_lite_tests/test_tfl_While.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/conftest.py b/tests/layer_tests/tensorflow_tests/conftest.py index 453eea61bd7..97e580e7d40 100644 --- a/tests/layer_tests/tensorflow_tests/conftest.py +++ b/tests/layer_tests/tensorflow_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Add.py b/tests/layer_tests/tensorflow_tests/test_tf_Add.py index fa8245bf288..abb3baff524 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Add.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Add.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_AddTypes.py b/tests/layer_tests/tensorflow_tests/test_tf_AddTypes.py index 2c747975977..6dd9b57622e 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_AddTypes.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_AddTypes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_AdjustContrastv2.py b/tests/layer_tests/tensorflow_tests/test_tf_AdjustContrastv2.py index 5a3ade4070e..649062d03a9 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_AdjustContrastv2.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_AdjustContrastv2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Atan2.py b/tests/layer_tests/tensorflow_tests/test_tf_Atan2.py index a81ae29734b..ffe8128ca30 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Atan2.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Atan2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_BatchToSpace.py b/tests/layer_tests/tensorflow_tests/test_tf_BatchToSpace.py index aa919382130..be59597434b 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_BatchToSpace.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_BatchToSpace.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_BatchToSpaceND.py b/tests/layer_tests/tensorflow_tests/test_tf_BatchToSpaceND.py index 74e2878bd9d..de9ee7d4f87 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_BatchToSpaceND.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_BatchToSpaceND.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py b/tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py index cb6a423fba2..ad1c421c494 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_BinaryOps.py b/tests/layer_tests/tensorflow_tests/test_tf_BinaryOps.py index 4132bb571a5..2064dfec334 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_BinaryOps.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_BinaryOps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_BroadcastArgs.py b/tests/layer_tests/tensorflow_tests/test_tf_BroadcastArgs.py index be9ad29478d..6e981945b51 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_BroadcastArgs.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_BroadcastArgs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Bucketize.py b/tests/layer_tests/tensorflow_tests/test_tf_Bucketize.py index 720674fe09d..7ffe040d1db 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Bucketize.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Bucketize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_CheckNumerics.py b/tests/layer_tests/tensorflow_tests/test_tf_CheckNumerics.py index c178dac13f9..ff0ce19ae08 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_CheckNumerics.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_CheckNumerics.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ComplexFFT.py b/tests/layer_tests/tensorflow_tests/test_tf_ComplexFFT.py index 27500974087..064d4063a75 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ComplexFFT.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ComplexFFT.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Concat.py b/tests/layer_tests/tensorflow_tests/test_tf_Concat.py index 0ef44e26225..f2df4cac927 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Concat.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Concat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Conj.py b/tests/layer_tests/tensorflow_tests/test_tf_Conj.py index 8f4f6099598..b47d4a37a61 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Conj.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Conj.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ConjugateTranspose.py b/tests/layer_tests/tensorflow_tests/test_tf_ConjugateTranspose.py index 03c07e5c4b7..5aeb2098f01 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ConjugateTranspose.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ConjugateTranspose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_CropAndResize.py b/tests/layer_tests/tensorflow_tests/test_tf_CropAndResize.py index 00067f71f70..588ce381b00 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_CropAndResize.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_CropAndResize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_DepthToSpace.py b/tests/layer_tests/tensorflow_tests/test_tf_DepthToSpace.py index d1bb5b057f7..8ede657b07f 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_DepthToSpace.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_DepthToSpace.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Div.py b/tests/layer_tests/tensorflow_tests/test_tf_Div.py index ddaf9ed96ae..a5c676f721f 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Div.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Div.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_DivNoNan.py b/tests/layer_tests/tensorflow_tests/test_tf_DivNoNan.py index 34366559456..ed04119bab7 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_DivNoNan.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_DivNoNan.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_DynamicPartition.py b/tests/layer_tests/tensorflow_tests/test_tf_DynamicPartition.py index 9e8e6a2245a..f94d7db018a 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_DynamicPartition.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_DynamicPartition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Eltwise.py b/tests/layer_tests/tensorflow_tests/test_tf_Eltwise.py index ed8467884d5..87d4b48cea0 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Eltwise.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Eltwise.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_EnsureShape.py b/tests/layer_tests/tensorflow_tests/test_tf_EnsureShape.py index 2176313fcf7..56c05e01215 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_EnsureShape.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_EnsureShape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ExpandDims.py b/tests/layer_tests/tensorflow_tests/test_tf_ExpandDims.py index 65aeceaa9a0..57468e5c8d4 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ExpandDims.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ExpandDims.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ExtractImagePatches.py b/tests/layer_tests/tensorflow_tests/test_tf_ExtractImagePatches.py index c5538e8805d..023402a01a9 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ExtractImagePatches.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ExtractImagePatches.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Eye.py b/tests/layer_tests/tensorflow_tests/test_tf_Eye.py index ce910d67d1e..aeb3dbe22bc 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Eye.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Eye.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_FakeQuantWithMinMaxVars.py b/tests/layer_tests/tensorflow_tests/test_tf_FakeQuantWithMinMaxVars.py index c19460349a9..7eae4d5d561 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_FakeQuantWithMinMaxVars.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_FakeQuantWithMinMaxVars.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_FakeQuantize.py b/tests/layer_tests/tensorflow_tests/test_tf_FakeQuantize.py index ffe9d5fccec..952d0a646b8 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_FakeQuantize.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_FakeQuantize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_FloorDiv.py b/tests/layer_tests/tensorflow_tests/test_tf_FloorDiv.py index fe71d110789..7f3138e66cc 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_FloorDiv.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_FloorDiv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_FusedBatchNorm.py b/tests/layer_tests/tensorflow_tests/test_tf_FusedBatchNorm.py index a1b85f11251..6d79ed8a6c3 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_FusedBatchNorm.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_FusedBatchNorm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from sys import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_GRUBlockCell.py b/tests/layer_tests/tensorflow_tests/test_tf_GRUBlockCell.py index ffa6da6ef50..975f7207d32 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_GRUBlockCell.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_GRUBlockCell.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Gather.py b/tests/layer_tests/tensorflow_tests/test_tf_Gather.py index 582a9710595..e60a79d3e45 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Gather.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Gather.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_GatherNd.py b/tests/layer_tests/tensorflow_tests/test_tf_GatherNd.py index 49e1dbc0b28..950874e303c 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_GatherNd.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_GatherNd.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Identity.py b/tests/layer_tests/tensorflow_tests/test_tf_Identity.py index 4956a75717c..51ec176f3f0 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Identity.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Identity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_IdentityN.py b/tests/layer_tests/tensorflow_tests/test_tf_IdentityN.py index 60220da5eb6..b1db5190582 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_IdentityN.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_IdentityN.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_If.py b/tests/layer_tests/tensorflow_tests/test_tf_If.py index a0428517a1a..c0a07bbf382 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_If.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_If.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Inv.py b/tests/layer_tests/tensorflow_tests/test_tf_Inv.py index 875ab763ab8..b4b60260f69 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Inv.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Inv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_InvertPermutation.py b/tests/layer_tests/tensorflow_tests/test_tf_InvertPermutation.py index cb613093a80..afee912c1b2 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_InvertPermutation.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_InvertPermutation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_IsFinite.py b/tests/layer_tests/tensorflow_tests/test_tf_IsFinite.py index e4740a2aa78..ea43c99f173 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_IsFinite.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_IsFinite.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_IsInf.py b/tests/layer_tests/tensorflow_tests/test_tf_IsInf.py index 1a9a89d0703..f60d6aa9dca 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_IsInf.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_IsInf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_IsNan.py b/tests/layer_tests/tensorflow_tests/test_tf_IsNan.py index 0afbc83ebf7..63003fe7738 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_IsNan.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_IsNan.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_L2Loss.py b/tests/layer_tests/tensorflow_tests/test_tf_L2Loss.py index 59c4d2fee1a..131caa905c6 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_L2Loss.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_L2Loss.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_LRN.py b/tests/layer_tests/tensorflow_tests/test_tf_LRN.py index de3bb209eb9..b5fb25655d7 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_LRN.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_LRN.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/tensorflow_tests/test_tf_LeakyRelu.py b/tests/layer_tests/tensorflow_tests/test_tf_LeakyRelu.py index ca4eb2182ca..8319e36b813 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_LeakyRelu.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_LeakyRelu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_LinSpace.py b/tests/layer_tests/tensorflow_tests/test_tf_LinSpace.py index f88961c26ca..8c0a7b47e44 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_LinSpace.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_LinSpace.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ListDiff.py b/tests/layer_tests/tensorflow_tests/test_tf_ListDiff.py index 2fe151af5e7..1443f057445 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ListDiff.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ListDiff.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Log1p.py b/tests/layer_tests/tensorflow_tests/test_tf_Log1p.py index ee16758cd26..5c818638425 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Log1p.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Log1p.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_LogSoftmax.py b/tests/layer_tests/tensorflow_tests/test_tf_LogSoftmax.py index ab6cb5a7cd0..30b2c9b16ec 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_LogSoftmax.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_LogSoftmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_MatrixDiag.py b/tests/layer_tests/tensorflow_tests/test_tf_MatrixDiag.py index 2fc522c8445..4627a9c6416 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_MatrixDiag.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_MatrixDiag.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_MaxPoolWithArgmax.py b/tests/layer_tests/tensorflow_tests/test_tf_MaxPoolWithArgmax.py index 2728ac9f1fa..0f26578b798 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_MaxPoolWithArgmax.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_MaxPoolWithArgmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Mul.py b/tests/layer_tests/tensorflow_tests/test_tf_Mul.py index b85ba51b8d6..cd20bc920fd 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Mul.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Mul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_MulNoNan.py b/tests/layer_tests/tensorflow_tests/test_tf_MulNoNan.py index ba124734c4f..e35abbf5272 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_MulNoNan.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_MulNoNan.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Multinomial.py b/tests/layer_tests/tensorflow_tests/test_tf_Multinomial.py index b62067867e6..616bf663e40 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Multinomial.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Multinomial.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_NestedWhile.py b/tests/layer_tests/tensorflow_tests/test_tf_NestedWhile.py index 9bc96bf0f32..3c040be683e 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_NestedWhile.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_NestedWhile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_NonMaxSupression.py b/tests/layer_tests/tensorflow_tests/test_tf_NonMaxSupression.py index 771a8302991..a95b77221bb 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_NonMaxSupression.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_NonMaxSupression.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_NormalizeL2.py b/tests/layer_tests/tensorflow_tests/test_tf_NormalizeL2.py index 0fdc9e72fc2..09f6bda8fa8 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_NormalizeL2.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_NormalizeL2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_OneHot.py b/tests/layer_tests/tensorflow_tests/test_tf_OneHot.py index df1f055c48f..45526483b40 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_OneHot.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_OneHot.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_OnesLike.py b/tests/layer_tests/tensorflow_tests/test_tf_OnesLike.py index 0b29db87e2a..1a5cb7110e8 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_OnesLike.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_OnesLike.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Pack.py b/tests/layer_tests/tensorflow_tests/test_tf_Pack.py index e23e497c7c1..80b08251e3b 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Pack.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Pack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Pad.py b/tests/layer_tests/tensorflow_tests/test_tf_Pad.py index 9e8455632d5..96a24d27513 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Pad.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Pad.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ParallelDynamicStitch.py b/tests/layer_tests/tensorflow_tests/test_tf_ParallelDynamicStitch.py index 346f86835ba..a85dfa20f5a 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ParallelDynamicStitch.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ParallelDynamicStitch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Placeholder.py b/tests/layer_tests/tensorflow_tests/test_tf_Placeholder.py index 7b00454f89f..8f20220838b 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Placeholder.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Placeholder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Pooling.py b/tests/layer_tests/tensorflow_tests/test_tf_Pooling.py index 2ee8801e455..6a96f6d71b8 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Pooling.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Pooling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_RandomUniform.py b/tests/layer_tests/tensorflow_tests/test_tf_RandomUniform.py index 8941586c6cb..ea93bb2b2ad 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_RandomUniform.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_RandomUniform.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Range.py b/tests/layer_tests/tensorflow_tests/test_tf_Range.py index 77657df2390..eb0b5517903 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Range.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Range.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Rank.py b/tests/layer_tests/tensorflow_tests/test_tf_Rank.py index 0a6ef2b08f6..981a8b512ca 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Rank.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Rank.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ReLU6.py b/tests/layer_tests/tensorflow_tests/test_tf_ReLU6.py index 2ab69fc128e..bbaee7c3165 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ReLU6.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ReLU6.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Reciprocal.py b/tests/layer_tests/tensorflow_tests/test_tf_Reciprocal.py index 90953c4d550..cbf0223cb68 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Reciprocal.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Reciprocal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ReduceArithmeticOps.py b/tests/layer_tests/tensorflow_tests/test_tf_ReduceArithmeticOps.py index fdebbd268bb..a3c589ae3f5 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ReduceArithmeticOps.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ReduceArithmeticOps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Resample_pattern_new.py b/tests/layer_tests/tensorflow_tests/test_tf_Resample_pattern_new.py index 4556aff003a..945577074b8 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Resample_pattern_new.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Resample_pattern_new.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Reshape.py b/tests/layer_tests/tensorflow_tests/test_tf_Reshape.py index 9594efef86d..f1ed7e318f1 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Reshape.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Resize.py b/tests/layer_tests/tensorflow_tests/test_tf_Resize.py index e1608dd7594..cdc4364906f 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Resize.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Resize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Reverse.py b/tests/layer_tests/tensorflow_tests/test_tf_Reverse.py index 43d4aeabeb0..1aba1cb17d4 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Reverse.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Reverse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ReverseSequence.py b/tests/layer_tests/tensorflow_tests/test_tf_ReverseSequence.py index d4f3a61a4bc..3dfee230bdc 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ReverseSequence.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ReverseSequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ReverseV2.py b/tests/layer_tests/tensorflow_tests/test_tf_ReverseV2.py index e839589e359..27b865a74cb 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ReverseV2.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ReverseV2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Roll.py b/tests/layer_tests/tensorflow_tests/test_tf_Roll.py index 29f66b57fbe..a6ae399e699 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Roll.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Roll.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Rsqrt.py b/tests/layer_tests/tensorflow_tests/test_tf_Rsqrt.py index 67037b7c1a7..2cdfc7f3ea8 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Rsqrt.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Rsqrt.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ScatterND.py b/tests/layer_tests/tensorflow_tests/test_tf_ScatterND.py index 818e09d3f03..0401c074229 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ScatterND.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ScatterND.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_SegmentSum.py b/tests/layer_tests/tensorflow_tests/test_tf_SegmentSum.py index 7b1c9267a81..a3f337de792 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_SegmentSum.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_SegmentSum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Select.py b/tests/layer_tests/tensorflow_tests/test_tf_Select.py index aa1a31b05af..657e372b0f8 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Select.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Select.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_SelectV2.py b/tests/layer_tests/tensorflow_tests/test_tf_SelectV2.py index 26d31ba6c66..4644ec15c47 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_SelectV2.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_SelectV2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Shape.py b/tests/layer_tests/tensorflow_tests/test_tf_Shape.py index c9871ec5072..e9eedd1f662 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Shape.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Shape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ShapeN.py b/tests/layer_tests/tensorflow_tests/test_tf_ShapeN.py index 6aea2eb6053..eef449ba3f4 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ShapeN.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ShapeN.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Size.py b/tests/layer_tests/tensorflow_tests/test_tf_Size.py index 19705556f04..a831573d509 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Size.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Size.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Slice.py b/tests/layer_tests/tensorflow_tests/test_tf_Slice.py index 8176ea9576c..74798e07684 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Slice.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Slice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Softmax.py b/tests/layer_tests/tensorflow_tests/test_tf_Softmax.py index ca3541a055a..6ca2509dbf2 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Softmax.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Softmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Softsign.py b/tests/layer_tests/tensorflow_tests/test_tf_Softsign.py index 7924a27253d..b48ffc51a2c 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Softsign.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Softsign.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_SpaceToBatch.py b/tests/layer_tests/tensorflow_tests/test_tf_SpaceToBatch.py index 1f2fe021dfc..b76170425b6 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_SpaceToBatch.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_SpaceToBatch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_SpaceToBatchND.py b/tests/layer_tests/tensorflow_tests/test_tf_SpaceToBatchND.py index 323b9b854a5..14003c16d88 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_SpaceToBatchND.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_SpaceToBatchND.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_SpaceToDepth.py b/tests/layer_tests/tensorflow_tests/test_tf_SpaceToDepth.py index aa8bf614877..8a0d5b9ac4f 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_SpaceToDepth.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_SpaceToDepth.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Split.py b/tests/layer_tests/tensorflow_tests/test_tf_Split.py index 5b216179d8d..cf160229242 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Split.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Split.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_SplitV.py b/tests/layer_tests/tensorflow_tests/test_tf_SplitV.py index 45b508668e8..c62ecc596f8 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_SplitV.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_SplitV.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Squeeze.py b/tests/layer_tests/tensorflow_tests/test_tf_Squeeze.py index dec66701289..bd93de91238 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Squeeze.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Squeeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_StridedSlice.py b/tests/layer_tests/tensorflow_tests/test_tf_StridedSlice.py index 855590084a7..4957d806ecb 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_StridedSlice.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_StridedSlice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Sub.py b/tests/layer_tests/tensorflow_tests/test_tf_Sub.py index 18cab44c1cf..bbb8c99de36 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Sub.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Sub.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Swish.py b/tests/layer_tests/tensorflow_tests/test_tf_Swish.py index bfb468d62af..6a278a12ffe 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Swish.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Swish.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_SwitchMerge.py b/tests/layer_tests/tensorflow_tests/test_tf_SwitchMerge.py index c96fd9a9fc4..73138dd797d 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_SwitchMerge.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_SwitchMerge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_TensorArrayOps.py b/tests/layer_tests/tensorflow_tests/test_tf_TensorArrayOps.py index 326b428b8a8..13434e45936 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_TensorArrayOps.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_TensorArrayOps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_TensorListConcatV2.py b/tests/layer_tests/tensorflow_tests/test_tf_TensorListConcatV2.py index 09305569821..cabb05f26fa 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_TensorListConcatV2.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_TensorListConcatV2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from sys import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_TensorListLength.py b/tests/layer_tests/tensorflow_tests/test_tf_TensorListLength.py index f409312e6d7..ba69b29ddd3 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_TensorListLength.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_TensorListLength.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from sys import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_TensorListResize.py b/tests/layer_tests/tensorflow_tests/test_tf_TensorListResize.py index bb68f74dfdc..1b9c549b979 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_TensorListResize.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_TensorListResize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from sys import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Tile.py b/tests/layer_tests/tensorflow_tests/test_tf_Tile.py index dbd65f681ad..61664fc17b0 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Tile.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Tile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ToBool.py b/tests/layer_tests/tensorflow_tests/test_tf_ToBool.py index aa4369f4e43..62c3ed1619b 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ToBool.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ToBool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_TopK.py b/tests/layer_tests/tensorflow_tests/test_tf_TopK.py index 04673c82f0b..2302e9f7a10 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_TopK.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_TopK.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_TopKV2.py b/tests/layer_tests/tensorflow_tests/test_tf_TopKV2.py index 1b615bd2f4d..1cb0848f7d5 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_TopKV2.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_TopKV2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Transpose.py b/tests/layer_tests/tensorflow_tests/test_tf_Transpose.py index b4e3bb53cab..58cbcdfe46f 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Transpose.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Transpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/layer_tests/tensorflow_tests/test_tf_TruncateDiv.py b/tests/layer_tests/tensorflow_tests/test_tf_TruncateDiv.py index b738b1e5b7a..daeff94bab9 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_TruncateDiv.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_TruncateDiv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_TruncateMod.py b/tests/layer_tests/tensorflow_tests/test_tf_TruncateMod.py index 0f235a9930d..e98df9b8e97 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_TruncateMod.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_TruncateMod.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_UnaryOps.py b/tests/layer_tests/tensorflow_tests/test_tf_UnaryOps.py index b731e42d293..32a127e4d5c 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_UnaryOps.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_UnaryOps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Unique.py b/tests/layer_tests/tensorflow_tests/test_tf_Unique.py index 0d93633db10..27b3a7415be 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Unique.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Unique.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_UniqueWithCounts.py b/tests/layer_tests/tensorflow_tests/test_tf_UniqueWithCounts.py index e82155f20cd..4490fea65f2 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_UniqueWithCounts.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_UniqueWithCounts.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Unpack.py b/tests/layer_tests/tensorflow_tests/test_tf_Unpack.py index 2c31bfa0ab4..65c0dd3a3cd 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Unpack.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Unpack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_UnravelIndex.py b/tests/layer_tests/tensorflow_tests/test_tf_UnravelIndex.py index 57dfb26fd56..46c5ba083cf 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_UnravelIndex.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_UnravelIndex.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_UnsortedSegmentSum.py b/tests/layer_tests/tensorflow_tests/test_tf_UnsortedSegmentSum.py index 44b1f4615cd..7c227e056dd 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_UnsortedSegmentSum.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_UnsortedSegmentSum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Where.py b/tests/layer_tests/tensorflow_tests/test_tf_Where.py index 46d51c4ec23..a3096ac6c43 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Where.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Where.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/layer_tests/tensorflow_tests/test_tf_While.py b/tests/layer_tests/tensorflow_tests/test_tf_While.py index 26a34097b73..ccf0f439930 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_While.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_While.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from sys import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Xlog1py.py b/tests/layer_tests/tensorflow_tests/test_tf_Xlog1py.py index c3abd66661d..b3d0bfb9eed 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Xlog1py.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Xlog1py.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_Xlogy.py b/tests/layer_tests/tensorflow_tests/test_tf_Xlogy.py index ce2c5926475..2d6e33e0009 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_Xlogy.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_Xlogy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import platform diff --git a/tests/layer_tests/tensorflow_tests/test_tf_ZerosLike.py b/tests/layer_tests/tensorflow_tests/test_tf_ZerosLike.py index db559002833..94cb8b8528d 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_ZerosLike.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_ZerosLike.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/lib/CMakeLists.txt b/tests/lib/CMakeLists.txt index 6c1b249ed45..fd8e21d8cb1 100644 --- a/tests/lib/CMakeLists.txt +++ b/tests/lib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/lib/__init__.py b/tests/lib/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tests/lib/__init__.py +++ b/tests/lib/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/lib/src/CMakeLists.txt b/tests/lib/src/CMakeLists.txt index cd2eda10def..874ca058e65 100644 --- a/tests/lib/src/CMakeLists.txt +++ b/tests/lib/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/lib/src/common_utils.h b/tests/lib/src/common_utils.h index a9f147e804a..e2d99fa5f69 100644 --- a/tests/lib/src/common_utils.h +++ b/tests/lib/src/common_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/lib/src/reshape_utils.cpp b/tests/lib/src/reshape_utils.cpp index 8392020348a..6d98ee48f78 100644 --- a/tests/lib/src/reshape_utils.cpp +++ b/tests/lib/src/reshape_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/lib/src/reshape_utils.h b/tests/lib/src/reshape_utils.h index 7b8d395622e..89ea4df12d6 100644 --- a/tests/lib/src/reshape_utils.h +++ b/tests/lib/src/reshape_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/lsan/suppressions.txt b/tests/lsan/suppressions.txt index 898ab2975f1..82fb34559df 100644 --- a/tests/lsan/suppressions.txt +++ b/tests/lsan/suppressions.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # This is a LeakSanitizer (LSan) suppression file which provides a default diff --git a/tests/memory_tests/CMakeLists.txt b/tests/memory_tests/CMakeLists.txt index 9137b0b9c9b..c2e209c0f5b 100644 --- a/tests/memory_tests/CMakeLists.txt +++ b/tests/memory_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/memory_tests/include/memory_tests_helper/memory_counter.h b/tests/memory_tests/include/memory_tests_helper/memory_counter.h index a38d9e7310d..e2303600258 100644 --- a/tests/memory_tests/include/memory_tests_helper/memory_counter.h +++ b/tests/memory_tests/include/memory_tests_helper/memory_counter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/memory_tests/include/memory_tests_helper/utils.h b/tests/memory_tests/include/memory_tests_helper/utils.h index 7e6f3ab7974..08d48d7715f 100644 --- a/tests/memory_tests/include/memory_tests_helper/utils.h +++ b/tests/memory_tests/include/memory_tests_helper/utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/memory_tests/scripts/run_memorytest.py b/tests/memory_tests/scripts/run_memorytest.py index aec23e4d648..8ace3fd029b 100644 --- a/tests/memory_tests/scripts/run_memorytest.py +++ b/tests/memory_tests/scripts/run_memorytest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ diff --git a/tests/memory_tests/src/CMakeLists.txt b/tests/memory_tests/src/CMakeLists.txt index 0c878f6ae2b..e111fb9424a 100644 --- a/tests/memory_tests/src/CMakeLists.txt +++ b/tests/memory_tests/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/memory_tests/src/memory_tests/CMakeLists.txt b/tests/memory_tests/src/memory_tests/CMakeLists.txt index 57f72f3a164..65c3d330b02 100644 --- a/tests/memory_tests/src/memory_tests/CMakeLists.txt +++ b/tests/memory_tests/src/memory_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/memory_tests/src/memory_tests/memtest_infer_api_2.cpp b/tests/memory_tests/src/memory_tests/memtest_infer_api_2.cpp index 2b3b6b2684c..2122ae3d6d8 100644 --- a/tests/memory_tests/src/memory_tests/memtest_infer_api_2.cpp +++ b/tests/memory_tests/src/memory_tests/memtest_infer_api_2.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include diff --git a/tests/memory_tests/src/memory_tests_helper/CMakeLists.txt b/tests/memory_tests/src/memory_tests_helper/CMakeLists.txt index a3bef753698..107f154a80f 100644 --- a/tests/memory_tests/src/memory_tests_helper/CMakeLists.txt +++ b/tests/memory_tests/src/memory_tests_helper/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/memory_tests/src/memory_tests_helper/cli.h b/tests/memory_tests/src/memory_tests_helper/cli.h index a9c52b83705..ea21936a2c9 100644 --- a/tests/memory_tests/src/memory_tests_helper/cli.h +++ b/tests/memory_tests/src/memory_tests_helper/cli.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/memory_tests/src/memory_tests_helper/main.cpp b/tests/memory_tests/src/memory_tests_helper/main.cpp index 4834ba5bd5a..18ba62efdca 100644 --- a/tests/memory_tests/src/memory_tests_helper/main.cpp +++ b/tests/memory_tests/src/memory_tests_helper/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/memory_tests/src/memory_tests_helper/memory_counter.cpp b/tests/memory_tests/src/memory_tests_helper/memory_counter.cpp index a8e03e9b1dd..31e2414afbb 100644 --- a/tests/memory_tests/src/memory_tests_helper/memory_counter.cpp +++ b/tests/memory_tests/src/memory_tests_helper/memory_counter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/memory_tests/src/memory_tests_helper/statistics_writer.h b/tests/memory_tests/src/memory_tests_helper/statistics_writer.h index 5c7de46c4d9..96e0ee43c50 100644 --- a/tests/memory_tests/src/memory_tests_helper/statistics_writer.h +++ b/tests/memory_tests/src/memory_tests_helper/statistics_writer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/memory_tests/test_runner/conftest.py b/tests/memory_tests/test_runner/conftest.py index bb21e5e5fe0..337ce7636d8 100644 --- a/tests/memory_tests/test_runner/conftest.py +++ b/tests/memory_tests/test_runner/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # """ diff --git a/tests/memory_tests/test_runner/test_memorytest.py b/tests/memory_tests/test_runner/test_memorytest.py index b8b434c7fe7..fc6ee6f0066 100644 --- a/tests/memory_tests/test_runner/test_memorytest.py +++ b/tests/memory_tests/test_runner/test_memorytest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Main entry-point to run tests tests. diff --git a/tests/memory_tests/test_runner/utils.py b/tests/memory_tests/test_runner/utils.py index 7729d268dd0..3aabba4fb55 100644 --- a/tests/memory_tests/test_runner/utils.py +++ b/tests/memory_tests/test_runner/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Utility module.""" diff --git a/tests/model_hub_tests/CMakeLists.txt b/tests/model_hub_tests/CMakeLists.txt index 58bc74c76ef..3787c8b2c74 100644 --- a/tests/model_hub_tests/CMakeLists.txt +++ b/tests/model_hub_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/model_hub_tests/models_hub_common/constants.py b/tests/model_hub_tests/models_hub_common/constants.py index 96b70c54bb5..dfde0e7ecd6 100644 --- a/tests/model_hub_tests/models_hub_common/constants.py +++ b/tests/model_hub_tests/models_hub_common/constants.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/models_hub_common/multiprocessing_utils.py b/tests/model_hub_tests/models_hub_common/multiprocessing_utils.py index a8df8deff76..ed7745123f1 100644 --- a/tests/model_hub_tests/models_hub_common/multiprocessing_utils.py +++ b/tests/model_hub_tests/models_hub_common/multiprocessing_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tests/model_hub_tests/models_hub_common/test_convert_model.py b/tests/model_hub_tests/models_hub_common/test_convert_model.py index f2456805d2b..ba5f6b05f03 100644 --- a/tests/model_hub_tests/models_hub_common/test_convert_model.py +++ b/tests/model_hub_tests/models_hub_common/test_convert_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import gc diff --git a/tests/model_hub_tests/models_hub_common/utils.py b/tests/model_hub_tests/models_hub_common/utils.py index a45d9aa77d1..403464eaae1 100644 --- a/tests/model_hub_tests/models_hub_common/utils.py +++ b/tests/model_hub_tests/models_hub_common/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import itertools diff --git a/tests/model_hub_tests/performance_tests/conftest.py b/tests/model_hub_tests/performance_tests/conftest.py index 28b96b71682..a8567ed8d19 100644 --- a/tests/model_hub_tests/performance_tests/conftest.py +++ b/tests/model_hub_tests/performance_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tests/model_hub_tests/pytorch/conftest.py b/tests/model_hub_tests/pytorch/conftest.py index 3f39a5be8c2..64efa7cf7f5 100644 --- a/tests/model_hub_tests/pytorch/conftest.py +++ b/tests/model_hub_tests/pytorch/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tests/model_hub_tests/pytorch/scripts/process_op_report.py b/tests/model_hub_tests/pytorch/scripts/process_op_report.py index c9336c606b6..6a7ed1238b5 100644 --- a/tests/model_hub_tests/pytorch/scripts/process_op_report.py +++ b/tests/model_hub_tests/pytorch/scripts/process_op_report.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/pytorch/test_aliked.py b/tests/model_hub_tests/pytorch/test_aliked.py index ad29187de06..400741ab81e 100644 --- a/tests/model_hub_tests/pytorch/test_aliked.py +++ b/tests/model_hub_tests/pytorch/test_aliked.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import math diff --git a/tests/model_hub_tests/pytorch/test_detectron2.py b/tests/model_hub_tests/pytorch/test_detectron2.py index 5c2ea9a1d9e..5a945973d27 100644 --- a/tests/model_hub_tests/pytorch/test_detectron2.py +++ b/tests/model_hub_tests/pytorch/test_detectron2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/pytorch/test_edsr.py b/tests/model_hub_tests/pytorch/test_edsr.py index 9d4a9d183e8..edc6a123c7d 100644 --- a/tests/model_hub_tests/pytorch/test_edsr.py +++ b/tests/model_hub_tests/pytorch/test_edsr.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/pytorch/test_gfpgan.py b/tests/model_hub_tests/pytorch/test_gfpgan.py index 90784926183..a7d8e9374f6 100644 --- a/tests/model_hub_tests/pytorch/test_gfpgan.py +++ b/tests/model_hub_tests/pytorch/test_gfpgan.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/pytorch/test_hf_transformers.py b/tests/model_hub_tests/pytorch/test_hf_transformers.py index ff5f0c0957f..1c4908d3f51 100644 --- a/tests/model_hub_tests/pytorch/test_hf_transformers.py +++ b/tests/model_hub_tests/pytorch/test_hf_transformers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/pytorch/test_speech-transformer.py b/tests/model_hub_tests/pytorch/test_speech-transformer.py index e08526d7a7b..6f897f228a8 100644 --- a/tests/model_hub_tests/pytorch/test_speech-transformer.py +++ b/tests/model_hub_tests/pytorch/test_speech-transformer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/pytorch/test_timm.py b/tests/model_hub_tests/pytorch/test_timm.py index dad964e7f3e..1e168de83a5 100644 --- a/tests/model_hub_tests/pytorch/test_timm.py +++ b/tests/model_hub_tests/pytorch/test_timm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/pytorch/test_torchbench.py b/tests/model_hub_tests/pytorch/test_torchbench.py index c53da3e547a..f3e37625cca 100644 --- a/tests/model_hub_tests/pytorch/test_torchbench.py +++ b/tests/model_hub_tests/pytorch/test_torchbench.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/pytorch/test_torchvision_models.py b/tests/model_hub_tests/pytorch/test_torchvision_models.py index 9a99af0bf19..9aeabbbe09b 100644 --- a/tests/model_hub_tests/pytorch/test_torchvision_models.py +++ b/tests/model_hub_tests/pytorch/test_torchvision_models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/pytorch/test_tpsmm.py b/tests/model_hub_tests/pytorch/test_tpsmm.py index 7aeac2ca659..1601bdef731 100644 --- a/tests/model_hub_tests/pytorch/test_tpsmm.py +++ b/tests/model_hub_tests/pytorch/test_tpsmm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/model_hub_tests/pytorch/torch_utils.py b/tests/model_hub_tests/pytorch/torch_utils.py index 4a1ed3fd5f8..0815eb9efd0 100644 --- a/tests/model_hub_tests/pytorch/torch_utils.py +++ b/tests/model_hub_tests/pytorch/torch_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/model_hub_tests/tensorflow/conftest.py b/tests/model_hub_tests/tensorflow/conftest.py index ffd4e563a70..d31485be027 100644 --- a/tests/model_hub_tests/tensorflow/conftest.py +++ b/tests/model_hub_tests/tensorflow/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tests/model_hub_tests/tensorflow/test_tf_convert_model.py b/tests/model_hub_tests/tensorflow/test_tf_convert_model.py index 335f15116ea..75050da20ca 100644 --- a/tests/model_hub_tests/tensorflow/test_tf_convert_model.py +++ b/tests/model_hub_tests/tensorflow/test_tf_convert_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import gc diff --git a/tests/model_hub_tests/tensorflow/test_tf_hub_api_notebooks.py b/tests/model_hub_tests/tensorflow/test_tf_hub_api_notebooks.py index 3657b5b5416..b04f6c15d5c 100644 --- a/tests/model_hub_tests/tensorflow/test_tf_hub_api_notebooks.py +++ b/tests/model_hub_tests/tensorflow/test_tf_hub_api_notebooks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/model_hub_tests/tensorflow/utils.py b/tests/model_hub_tests/tensorflow/utils.py index 7e6ab899147..f0839610c78 100644 --- a/tests/model_hub_tests/tensorflow/utils.py +++ b/tests/model_hub_tests/tensorflow/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tests/samples_tests/CMakeLists.txt b/tests/samples_tests/CMakeLists.txt index d656709b459..02e9dd80f9c 100644 --- a/tests/samples_tests/CMakeLists.txt +++ b/tests/samples_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/samples_tests/smoke_tests/common/common_utils.py b/tests/samples_tests/smoke_tests/common/common_utils.py index 403851cae95..9b9825439c2 100644 --- a/tests/samples_tests/smoke_tests/common/common_utils.py +++ b/tests/samples_tests/smoke_tests/common/common_utils.py @@ -1,5 +1,5 @@ """ - Copyright (C) 2018-2023 Intel Corporation + Copyright (C) 2018-2024 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/tests/samples_tests/smoke_tests/common/samples_common_test_class.py b/tests/samples_tests/smoke_tests/common/samples_common_test_class.py index 9f5b57637e9..08ec0c5eb8f 100644 --- a/tests/samples_tests/smoke_tests/common/samples_common_test_class.py +++ b/tests/samples_tests/smoke_tests/common/samples_common_test_class.py @@ -1,5 +1,5 @@ """ - Copyright (C) 2018-2023 Intel Corporation + Copyright (C) 2018-2024 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/tests/samples_tests/smoke_tests/common/specific_samples_parsers.py b/tests/samples_tests/smoke_tests/common/specific_samples_parsers.py index d87ec1a7bbe..15bb9de8d5c 100644 --- a/tests/samples_tests/smoke_tests/common/specific_samples_parsers.py +++ b/tests/samples_tests/smoke_tests/common/specific_samples_parsers.py @@ -1,5 +1,5 @@ """ - Copyright (C) 2018-2023 Intel Corporation + Copyright (C) 2018-2024 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/tests/samples_tests/smoke_tests/test_benchmark_app.py b/tests/samples_tests/smoke_tests/test_benchmark_app.py index c3b40a93ed1..ecc09fff316 100644 --- a/tests/samples_tests/smoke_tests/test_benchmark_app.py +++ b/tests/samples_tests/smoke_tests/test_benchmark_app.py @@ -1,5 +1,5 @@ """ - Copyright (C) 2018-2023 Intel Corporation + Copyright (C) 2018-2024 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/tests/samples_tests/smoke_tests/test_classification_sample_async.py b/tests/samples_tests/smoke_tests/test_classification_sample_async.py index a2935ab8331..f602c9a33f8 100644 --- a/tests/samples_tests/smoke_tests/test_classification_sample_async.py +++ b/tests/samples_tests/smoke_tests/test_classification_sample_async.py @@ -1,5 +1,5 @@ """ - Copyright (C) 2018-2023 Intel Corporation + Copyright (C) 2018-2024 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/tests/samples_tests/smoke_tests/test_hello_classification.py b/tests/samples_tests/smoke_tests/test_hello_classification.py index 726aac3d2cc..da09854a885 100644 --- a/tests/samples_tests/smoke_tests/test_hello_classification.py +++ b/tests/samples_tests/smoke_tests/test_hello_classification.py @@ -1,5 +1,5 @@ """ - Copyright (C) 2018-2023 Intel Corporation + Copyright (C) 2018-2024 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/tests/samples_tests/smoke_tests/test_hello_nv12_input_classification.py b/tests/samples_tests/smoke_tests/test_hello_nv12_input_classification.py index 636fe76364e..7dffb380f65 100644 --- a/tests/samples_tests/smoke_tests/test_hello_nv12_input_classification.py +++ b/tests/samples_tests/smoke_tests/test_hello_nv12_input_classification.py @@ -1,5 +1,5 @@ """ - Copyright (C) 2018-2023 Intel Corporation + Copyright (C) 2018-2024 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/tests/samples_tests/smoke_tests/test_hello_query_device.py b/tests/samples_tests/smoke_tests/test_hello_query_device.py index c8f9241f7d2..448014d2d42 100644 --- a/tests/samples_tests/smoke_tests/test_hello_query_device.py +++ b/tests/samples_tests/smoke_tests/test_hello_query_device.py @@ -1,5 +1,5 @@ """ - Copyright (C) 2018-2023 Intel Corporation + Copyright (C) 2018-2024 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/tests/samples_tests/smoke_tests/test_hello_reshape_ssd.py b/tests/samples_tests/smoke_tests/test_hello_reshape_ssd.py index 9ed3b16a84e..c120fccdf1a 100644 --- a/tests/samples_tests/smoke_tests/test_hello_reshape_ssd.py +++ b/tests/samples_tests/smoke_tests/test_hello_reshape_ssd.py @@ -1,5 +1,5 @@ """ - Copyright (C) 2018-2023 Intel Corporation + Copyright (C) 2018-2024 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/tests/stress_tests/CMakeLists.txt b/tests/stress_tests/CMakeLists.txt index 6cdf7a135f5..1c6cd573b3c 100644 --- a/tests/stress_tests/CMakeLists.txt +++ b/tests/stress_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/stress_tests/common/CMakeLists.txt b/tests/stress_tests/common/CMakeLists.txt index a7938905a91..e2daa8eacd5 100644 --- a/tests/stress_tests/common/CMakeLists.txt +++ b/tests/stress_tests/common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/stress_tests/common/ie_pipelines/pipelines.cpp b/tests/stress_tests/common/ie_pipelines/pipelines.cpp index 8bc37b57fd0..29026347eec 100644 --- a/tests/stress_tests/common/ie_pipelines/pipelines.cpp +++ b/tests/stress_tests/common/ie_pipelines/pipelines.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/common/ie_pipelines/pipelines.h b/tests/stress_tests/common/ie_pipelines/pipelines.h index 17c1ccfa2d8..c9a6912c36f 100644 --- a/tests/stress_tests/common/ie_pipelines/pipelines.h +++ b/tests/stress_tests/common/ie_pipelines/pipelines.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/common/infer_api/infer_api.cpp b/tests/stress_tests/common/infer_api/infer_api.cpp index 49ec4b1f5e9..a777dcbacbe 100644 --- a/tests/stress_tests/common/infer_api/infer_api.cpp +++ b/tests/stress_tests/common/infer_api/infer_api.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/common/infer_api/infer_api.h b/tests/stress_tests/common/infer_api/infer_api.h index ff317ad9799..b36fe241651 100644 --- a/tests/stress_tests/common/infer_api/infer_api.h +++ b/tests/stress_tests/common/infer_api/infer_api.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/common/managers/task_manager.h b/tests/stress_tests/common/managers/task_manager.h index fbd1e7aa5d0..40d419e6182 100644 --- a/tests/stress_tests/common/managers/task_manager.h +++ b/tests/stress_tests/common/managers/task_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/common/managers/thread_manager.h b/tests/stress_tests/common/managers/thread_manager.h index 39aee7ba385..732a0465878 100644 --- a/tests/stress_tests/common/managers/thread_manager.h +++ b/tests/stress_tests/common/managers/thread_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/common/tests_utils.cpp b/tests/stress_tests/common/tests_utils.cpp index 6068edd6e72..48f7beb5946 100644 --- a/tests/stress_tests/common/tests_utils.cpp +++ b/tests/stress_tests/common/tests_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/common/tests_utils.h b/tests/stress_tests/common/tests_utils.h index abc01bc3f3d..75070e9a298 100644 --- a/tests/stress_tests/common/tests_utils.h +++ b/tests/stress_tests/common/tests_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/common/utils.cpp b/tests/stress_tests/common/utils.cpp index 0f3bcbcdecb..dac56953105 100644 --- a/tests/stress_tests/common/utils.cpp +++ b/tests/stress_tests/common/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/common/utils.h b/tests/stress_tests/common/utils.h index ec0c13e22bd..f3c87e58298 100644 --- a/tests/stress_tests/common/utils.h +++ b/tests/stress_tests/common/utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memcheck_tests/CMakeLists.txt b/tests/stress_tests/memcheck_tests/CMakeLists.txt index 0fba4da206f..8e3996711f4 100644 --- a/tests/stress_tests/memcheck_tests/CMakeLists.txt +++ b/tests/stress_tests/memcheck_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/stress_tests/memcheck_tests/flags.h b/tests/stress_tests/memcheck_tests/flags.h index e92449be009..d005e7bb0d6 100644 --- a/tests/stress_tests/memcheck_tests/flags.h +++ b/tests/stress_tests/memcheck_tests/flags.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memcheck_tests/main.cpp b/tests/stress_tests/memcheck_tests/main.cpp index ae81d688c90..51da5952120 100644 --- a/tests/stress_tests/memcheck_tests/main.cpp +++ b/tests/stress_tests/memcheck_tests/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memcheck_tests/tests.cpp b/tests/stress_tests/memcheck_tests/tests.cpp index 1b9dfc7c231..26d6c296ddf 100644 --- a/tests/stress_tests/memcheck_tests/tests.cpp +++ b/tests/stress_tests/memcheck_tests/tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memcheck_tests/tests_pipelines/tests_pipelines.cpp b/tests/stress_tests/memcheck_tests/tests_pipelines/tests_pipelines.cpp index bf7f61e9986..5ba809d753d 100644 --- a/tests/stress_tests/memcheck_tests/tests_pipelines/tests_pipelines.cpp +++ b/tests/stress_tests/memcheck_tests/tests_pipelines/tests_pipelines.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memcheck_tests/tests_pipelines/tests_pipelines.h b/tests/stress_tests/memcheck_tests/tests_pipelines/tests_pipelines.h index a05f4c0be3d..240d2276e32 100644 --- a/tests/stress_tests/memcheck_tests/tests_pipelines/tests_pipelines.h +++ b/tests/stress_tests/memcheck_tests/tests_pipelines/tests_pipelines.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memcheck_tests/tests_utils.h b/tests/stress_tests/memcheck_tests/tests_utils.h index 5e24d0ec823..c2e6767cabd 100644 --- a/tests/stress_tests/memcheck_tests/tests_utils.h +++ b/tests/stress_tests/memcheck_tests/tests_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memleaks_tests/CMakeLists.txt b/tests/stress_tests/memleaks_tests/CMakeLists.txt index fa63e0f6064..c1f236bbd34 100644 --- a/tests/stress_tests/memleaks_tests/CMakeLists.txt +++ b/tests/stress_tests/memleaks_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/stress_tests/memleaks_tests/flags.h b/tests/stress_tests/memleaks_tests/flags.h index 0046d42de6d..99f9f191220 100644 --- a/tests/stress_tests/memleaks_tests/flags.h +++ b/tests/stress_tests/memleaks_tests/flags.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memleaks_tests/main.cpp b/tests/stress_tests/memleaks_tests/main.cpp index c0d68b01d27..50b2fa988fd 100644 --- a/tests/stress_tests/memleaks_tests/main.cpp +++ b/tests/stress_tests/memleaks_tests/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memleaks_tests/tests.cpp b/tests/stress_tests/memleaks_tests/tests.cpp index 9bc8b730e32..e984d1c0b8d 100644 --- a/tests/stress_tests/memleaks_tests/tests.cpp +++ b/tests/stress_tests/memleaks_tests/tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memleaks_tests/tests_pipelines/tests_pipelines.cpp b/tests/stress_tests/memleaks_tests/tests_pipelines/tests_pipelines.cpp index 04337a2d44d..eb2e91bd1bc 100644 --- a/tests/stress_tests/memleaks_tests/tests_pipelines/tests_pipelines.cpp +++ b/tests/stress_tests/memleaks_tests/tests_pipelines/tests_pipelines.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/memleaks_tests/tests_pipelines/tests_pipelines.h b/tests/stress_tests/memleaks_tests/tests_pipelines/tests_pipelines.h index c0c7b5ec503..22417c8c132 100644 --- a/tests/stress_tests/memleaks_tests/tests_pipelines/tests_pipelines.h +++ b/tests/stress_tests/memleaks_tests/tests_pipelines/tests_pipelines.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/scripts/__init__.py b/tests/stress_tests/scripts/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tests/stress_tests/scripts/__init__.py +++ b/tests/stress_tests/scripts/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/stress_tests/scripts/compare_memcheck_2_runs.py b/tests/stress_tests/scripts/compare_memcheck_2_runs.py index 295ef5889b2..5d9126775e5 100644 --- a/tests/stress_tests/scripts/compare_memcheck_2_runs.py +++ b/tests/stress_tests/scripts/compare_memcheck_2_runs.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ diff --git a/tests/stress_tests/scripts/get_testdata.py b/tests/stress_tests/scripts/get_testdata.py index bda4dc22c96..9f62cd0dd45 100755 --- a/tests/stress_tests/scripts/get_testdata.py +++ b/tests/stress_tests/scripts/get_testdata.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ Script to acquire model IRs for stress tests. diff --git a/tests/stress_tests/scripts/memcheck_upload.py b/tests/stress_tests/scripts/memcheck_upload.py index f92a2515bec..4d5cc511dbe 100644 --- a/tests/stress_tests/scripts/memcheck_upload.py +++ b/tests/stress_tests/scripts/memcheck_upload.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ diff --git a/tests/stress_tests/scripts/run_memcheck.py b/tests/stress_tests/scripts/run_memcheck.py index b725c8e635b..2b18a18a086 100755 --- a/tests/stress_tests/scripts/run_memcheck.py +++ b/tests/stress_tests/scripts/run_memcheck.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ diff --git a/tests/stress_tests/unittests/CMakeLists.txt b/tests/stress_tests/unittests/CMakeLists.txt index 49316286ced..7130b860267 100644 --- a/tests/stress_tests/unittests/CMakeLists.txt +++ b/tests/stress_tests/unittests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/stress_tests/unittests/flags.h b/tests/stress_tests/unittests/flags.h index b8c190c99fb..59a5689ec87 100644 --- a/tests/stress_tests/unittests/flags.h +++ b/tests/stress_tests/unittests/flags.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/unittests/main.cpp b/tests/stress_tests/unittests/main.cpp index 59410147c0f..49aaf6b0f35 100644 --- a/tests/stress_tests/unittests/main.cpp +++ b/tests/stress_tests/unittests/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/unittests/tests.cpp b/tests/stress_tests/unittests/tests.cpp index 92381e53d49..3d793bee409 100644 --- a/tests/stress_tests/unittests/tests.cpp +++ b/tests/stress_tests/unittests/tests.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/unittests/tests_pipelines/tests_pipelines.cpp b/tests/stress_tests/unittests/tests_pipelines/tests_pipelines.cpp index 64b6be22e5d..8d0574086ba 100644 --- a/tests/stress_tests/unittests/tests_pipelines/tests_pipelines.cpp +++ b/tests/stress_tests/unittests/tests_pipelines/tests_pipelines.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/unittests/tests_pipelines/tests_pipelines.h b/tests/stress_tests/unittests/tests_pipelines/tests_pipelines.h index 19999df36ad..e9bdc099700 100644 --- a/tests/stress_tests/unittests/tests_pipelines/tests_pipelines.h +++ b/tests/stress_tests/unittests/tests_pipelines/tests_pipelines.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/stress_tests/unittests/tests_pipelines/tests_pipelines_full_pipeline.cpp b/tests/stress_tests/unittests/tests_pipelines/tests_pipelines_full_pipeline.cpp index 8c39703b234..8e42cb9afe4 100644 --- a/tests/stress_tests/unittests/tests_pipelines/tests_pipelines_full_pipeline.cpp +++ b/tests/stress_tests/unittests/tests_pipelines/tests_pipelines_full_pipeline.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/time_tests/CMakeLists.txt b/tests/time_tests/CMakeLists.txt index 1b3b5fac443..7bacdc94237 100644 --- a/tests/time_tests/CMakeLists.txt +++ b/tests/time_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/time_tests/include/timetests_helper/timer.h b/tests/time_tests/include/timetests_helper/timer.h index ec5ddb0b2a6..2d196a95799 100644 --- a/tests/time_tests/include/timetests_helper/timer.h +++ b/tests/time_tests/include/timetests_helper/timer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/time_tests/include/timetests_helper/utils.h b/tests/time_tests/include/timetests_helper/utils.h index c7a39a8174a..066c38e8e37 100644 --- a/tests/time_tests/include/timetests_helper/utils.h +++ b/tests/time_tests/include/timetests_helper/utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/time_tests/scripts/run_timetest.py b/tests/time_tests/scripts/run_timetest.py index 92a809a4d69..806573da039 100644 --- a/tests/time_tests/scripts/run_timetest.py +++ b/tests/time_tests/scripts/run_timetest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ diff --git a/tests/time_tests/src/CMakeLists.txt b/tests/time_tests/src/CMakeLists.txt index 7e8cc714420..a1c50a603d6 100644 --- a/tests/time_tests/src/CMakeLists.txt +++ b/tests/time_tests/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/time_tests/src/timetests/CMakeLists.txt b/tests/time_tests/src/timetests/CMakeLists.txt index 5be2ffc0cee..09cf836a1fc 100644 --- a/tests/time_tests/src/timetests/CMakeLists.txt +++ b/tests/time_tests/src/timetests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/time_tests/src/timetests_helper/CMakeLists.txt b/tests/time_tests/src/timetests_helper/CMakeLists.txt index f938a4961e3..ae5b2fbff6a 100644 --- a/tests/time_tests/src/timetests_helper/CMakeLists.txt +++ b/tests/time_tests/src/timetests_helper/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/time_tests/src/timetests_helper/cli.h b/tests/time_tests/src/timetests_helper/cli.h index b573978f0ab..17ce27002ad 100644 --- a/tests/time_tests/src/timetests_helper/cli.h +++ b/tests/time_tests/src/timetests_helper/cli.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/time_tests/src/timetests_helper/main.cpp b/tests/time_tests/src/timetests_helper/main.cpp index 7738226766a..5e8737ea811 100644 --- a/tests/time_tests/src/timetests_helper/main.cpp +++ b/tests/time_tests/src/timetests_helper/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/time_tests/src/timetests_helper/statistics_writer.h b/tests/time_tests/src/timetests_helper/statistics_writer.h index b769bc8c5ac..4821ec75b7c 100644 --- a/tests/time_tests/src/timetests_helper/statistics_writer.h +++ b/tests/time_tests/src/timetests_helper/statistics_writer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/time_tests/src/timetests_helper/timer.cpp b/tests/time_tests/src/timetests_helper/timer.cpp index 9079fb4fbb6..c4884769918 100644 --- a/tests/time_tests/src/timetests_helper/timer.cpp +++ b/tests/time_tests/src/timetests_helper/timer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/time_tests/test_runner/__init__.py b/tests/time_tests/test_runner/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tests/time_tests/test_runner/__init__.py +++ b/tests/time_tests/test_runner/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/time_tests/test_runner/conftest.py b/tests/time_tests/test_runner/conftest.py index b0dcfa304f3..30f853e05b5 100644 --- a/tests/time_tests/test_runner/conftest.py +++ b/tests/time_tests/test_runner/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # """ diff --git a/tests/time_tests/test_runner/test_timetest.py b/tests/time_tests/test_runner/test_timetest.py index e1a7487099b..039d301328e 100644 --- a/tests/time_tests/test_runner/test_timetest.py +++ b/tests/time_tests/test_runner/test_timetest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Main entry-point to run timetests tests. diff --git a/tests/time_tests/test_runner/utils.py b/tests/time_tests/test_runner/utils.py index 3bc82e769b1..f5a367c3e68 100644 --- a/tests/time_tests/test_runner/utils.py +++ b/tests/time_tests/test_runner/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Utility module.""" diff --git a/tests/utils/__init__.py b/tests/utils/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tests/utils/__init__.py +++ b/tests/utils/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/utils/install_pkg.py b/tests/utils/install_pkg.py index 3422c2ec801..f2f68636b14 100644 --- a/tests/utils/install_pkg.py +++ b/tests/utils/install_pkg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ Common utilities for OpenVINO install package. diff --git a/tests/utils/path_utils.py b/tests/utils/path_utils.py index 70001c6749f..22975635ef4 100644 --- a/tests/utils/path_utils.py +++ b/tests/utils/path_utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ Common utilities for working with paths diff --git a/tests/utils/platform_utils.py b/tests/utils/platform_utils.py index 9596d690ce9..9591fc40f5d 100644 --- a/tests/utils/platform_utils.py +++ b/tests/utils/platform_utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ Common utilities for working with OSes or platforms diff --git a/tests/utils/proc_utils.py b/tests/utils/proc_utils.py index f957cb4c035..9b0b887bbdc 100644 --- a/tests/utils/proc_utils.py +++ b/tests/utils/proc_utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ Common utilities for working with processes. diff --git a/tests/utils/utils.py b/tests/utils/utils.py index d54d04c3e4f..248599e9863 100644 --- a/tests/utils/utils.py +++ b/tests/utils/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Utility module.""" diff --git a/thirdparty/cnpy/CMakeLists.txt b/thirdparty/cnpy/CMakeLists.txt index c418256aed0..53713155ff7 100644 --- a/thirdparty/cnpy/CMakeLists.txt +++ b/thirdparty/cnpy/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/thirdparty/dependencies.cmake b/thirdparty/dependencies.cmake index 527d11ebbcb..b6889ddc070 100644 --- a/thirdparty/dependencies.cmake +++ b/thirdparty/dependencies.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/thirdparty/flatbuffers/CMakeLists.txt b/thirdparty/flatbuffers/CMakeLists.txt index 07be3ec0920..ed6ebd06500 100644 --- a/thirdparty/flatbuffers/CMakeLists.txt +++ b/thirdparty/flatbuffers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/thirdparty/gflags/CMakeLists.txt b/thirdparty/gflags/CMakeLists.txt index dca9bf9669e..0b0ce891b36 100644 --- a/thirdparty/gflags/CMakeLists.txt +++ b/thirdparty/gflags/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/thirdparty/gtest/CMakeLists.txt b/thirdparty/gtest/CMakeLists.txt index 20248bcd73c..5323e677fcd 100644 --- a/thirdparty/gtest/CMakeLists.txt +++ b/thirdparty/gtest/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/thirdparty/ittapi/CMakeLists.txt b/thirdparty/ittapi/CMakeLists.txt index 14e18f8bbce..3e01dc94ced 100644 --- a/thirdparty/ittapi/CMakeLists.txt +++ b/thirdparty/ittapi/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/thirdparty/json/CMakeLists.txt b/thirdparty/json/CMakeLists.txt index da686eea4db..15a5d919249 100644 --- a/thirdparty/json/CMakeLists.txt +++ b/thirdparty/json/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/thirdparty/ocl/CMakeLists.txt b/thirdparty/ocl/CMakeLists.txt index 0a402752d33..95c6eb072c7 100644 --- a/thirdparty/ocl/CMakeLists.txt +++ b/thirdparty/ocl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/thirdparty/onnx/CMakeLists.txt b/thirdparty/onnx/CMakeLists.txt index f0d2889c786..21abde3ffc5 100644 --- a/thirdparty/onnx/CMakeLists.txt +++ b/thirdparty/onnx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/thirdparty/protobuf/CMakeLists.txt b/thirdparty/protobuf/CMakeLists.txt index f5f844e1db9..15f32601f23 100644 --- a/thirdparty/protobuf/CMakeLists.txt +++ b/thirdparty/protobuf/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/thirdparty/zlib/CMakeLists.txt b/thirdparty/zlib/CMakeLists.txt index 53974f8029a..bf3d810e923 100644 --- a/thirdparty/zlib/CMakeLists.txt +++ b/thirdparty/zlib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index c3531ef4623..c0e8467e8b1 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tools/benchmark_tool/CMakeLists.txt b/tools/benchmark_tool/CMakeLists.txt index 9787b5f7b5c..428121fd07f 100644 --- a/tools/benchmark_tool/CMakeLists.txt +++ b/tools/benchmark_tool/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tools/benchmark_tool/benchmark_app.py b/tools/benchmark_tool/benchmark_app.py index a051ce1a099..a9c9b97be16 100755 --- a/tools/benchmark_tool/benchmark_app.py +++ b/tools/benchmark_tool/benchmark_app.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/benchmark_tool/openvino/tools/__init__.py b/tools/benchmark_tool/openvino/tools/__init__.py index 29afcaef26d..0d0e5a44956 100644 --- a/tools/benchmark_tool/openvino/tools/__init__.py +++ b/tools/benchmark_tool/openvino/tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 __path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/tools/benchmark_tool/openvino/tools/benchmark/__init__.py b/tools/benchmark_tool/openvino/tools/benchmark/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/benchmark_tool/openvino/tools/benchmark/__init__.py +++ b/tools/benchmark_tool/openvino/tools/benchmark/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/benchmark_tool/openvino/tools/benchmark/benchmark.py b/tools/benchmark_tool/openvino/tools/benchmark/benchmark.py index 90053b8ae69..adba697b598 100644 --- a/tools/benchmark_tool/openvino/tools/benchmark/benchmark.py +++ b/tools/benchmark_tool/openvino/tools/benchmark/benchmark.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/benchmark_tool/openvino/tools/benchmark/main.py b/tools/benchmark_tool/openvino/tools/benchmark/main.py index 75dc3083e3e..0281debf32f 100644 --- a/tools/benchmark_tool/openvino/tools/benchmark/main.py +++ b/tools/benchmark_tool/openvino/tools/benchmark/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/benchmark_tool/openvino/tools/benchmark/parameters.py b/tools/benchmark_tool/openvino/tools/benchmark/parameters.py index f9702b2369a..aa79767cecc 100644 --- a/tools/benchmark_tool/openvino/tools/benchmark/parameters.py +++ b/tools/benchmark_tool/openvino/tools/benchmark/parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys, argparse diff --git a/tools/benchmark_tool/openvino/tools/benchmark/utils/__init__.py b/tools/benchmark_tool/openvino/tools/benchmark/utils/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/benchmark_tool/openvino/tools/benchmark/utils/__init__.py +++ b/tools/benchmark_tool/openvino/tools/benchmark/utils/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/benchmark_tool/openvino/tools/benchmark/utils/constants.py b/tools/benchmark_tool/openvino/tools/benchmark/utils/constants.py index 34d4be1b53e..6fc8873ac87 100644 --- a/tools/benchmark_tool/openvino/tools/benchmark/utils/constants.py +++ b/tools/benchmark_tool/openvino/tools/benchmark/utils/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 NPU_DEVICE_NAME = 'NPU' diff --git a/tools/benchmark_tool/openvino/tools/benchmark/utils/inputs_filling.py b/tools/benchmark_tool/openvino/tools/benchmark/utils/inputs_filling.py index c7240c8b12e..573fea0ae43 100644 --- a/tools/benchmark_tool/openvino/tools/benchmark/utils/inputs_filling.py +++ b/tools/benchmark_tool/openvino/tools/benchmark/utils/inputs_filling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/benchmark_tool/openvino/tools/benchmark/utils/logging.py b/tools/benchmark_tool/openvino/tools/benchmark/utils/logging.py index a1f9a618950..cf04d2ad779 100644 --- a/tools/benchmark_tool/openvino/tools/benchmark/utils/logging.py +++ b/tools/benchmark_tool/openvino/tools/benchmark/utils/logging.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/tools/benchmark_tool/openvino/tools/benchmark/utils/statistics_report.py b/tools/benchmark_tool/openvino/tools/benchmark/utils/statistics_report.py index 8809096b3c0..2d8999c4a10 100644 --- a/tools/benchmark_tool/openvino/tools/benchmark/utils/statistics_report.py +++ b/tools/benchmark_tool/openvino/tools/benchmark/utils/statistics_report.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/benchmark_tool/openvino/tools/benchmark/utils/utils.py b/tools/benchmark_tool/openvino/tools/benchmark/utils/utils.py index fb0d116d6db..720a531ff17 100644 --- a/tools/benchmark_tool/openvino/tools/benchmark/utils/utils.py +++ b/tools/benchmark_tool/openvino/tools/benchmark/utils/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from collections import defaultdict diff --git a/tools/benchmark_tool/setup.py b/tools/benchmark_tool/setup.py index e4bdc4af9ac..e78eb7aae37 100644 --- a/tools/benchmark_tool/setup.py +++ b/tools/benchmark_tool/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ diff --git a/tools/mo/automation/create_package.py b/tools/mo/automation/create_package.py index 7465aecaf1a..e957cf4d6aa 100644 --- a/tools/mo/automation/create_package.py +++ b/tools/mo/automation/create_package.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/automation/utils.py b/tools/mo/automation/utils.py index 137403f34e3..def1e2fce3a 100644 --- a/tools/mo/automation/utils.py +++ b/tools/mo/automation/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/openvino/tools/__init__.py b/tools/mo/openvino/tools/__init__.py index 29afcaef26d..0d0e5a44956 100644 --- a/tools/mo/openvino/tools/__init__.py +++ b/tools/mo/openvino/tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 __path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/tools/mo/openvino/tools/mo/__init__.py b/tools/mo/openvino/tools/mo/__init__.py index 9fc75af1fdd..021853c0412 100644 --- a/tools/mo/openvino/tools/mo/__init__.py +++ b/tools/mo/openvino/tools/mo/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.convert import convert_model, LayoutMap, InputCutInfo diff --git a/tools/mo/openvino/tools/mo/__main__.py b/tools/mo/openvino/tools/mo/__main__.py index 7cfb0dc1b71..a46bd890fb3 100644 --- a/tools/mo/openvino/tools/mo/__main__.py +++ b/tools/mo/openvino/tools/mo/__main__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.subprocess_main import subprocess_main diff --git a/tools/mo/openvino/tools/mo/analysis/__init__.py b/tools/mo/openvino/tools/mo/analysis/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/analysis/__init__.py +++ b/tools/mo/openvino/tools/mo/analysis/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/analysis/boolean_input.py b/tools/mo/openvino/tools/mo/analysis/boolean_input.py index 137d03dcfbc..b5803c24ac6 100644 --- a/tools/mo/openvino/tools/mo/analysis/boolean_input.py +++ b/tools/mo/openvino/tools/mo/analysis/boolean_input.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/analysis/inputs.py b/tools/mo/openvino/tools/mo/analysis/inputs.py index 57f06b82fe5..eb797359e2b 100644 --- a/tools/mo/openvino/tools/mo/analysis/inputs.py +++ b/tools/mo/openvino/tools/mo/analysis/inputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/analysis/json_print.py b/tools/mo/openvino/tools/mo/analysis/json_print.py index 29614515274..1e7b17f72ea 100644 --- a/tools/mo/openvino/tools/mo/analysis/json_print.py +++ b/tools/mo/openvino/tools/mo/analysis/json_print.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import json diff --git a/tools/mo/openvino/tools/mo/analysis/nodes.py b/tools/mo/openvino/tools/mo/analysis/nodes.py index 27a0f7be63e..6080aee4849 100644 --- a/tools/mo/openvino/tools/mo/analysis/nodes.py +++ b/tools/mo/openvino/tools/mo/analysis/nodes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/analysis/tf_od_api.py b/tools/mo/openvino/tools/mo/analysis/tf_od_api.py index 138aea0b673..1c80abfe21f 100644 --- a/tools/mo/openvino/tools/mo/analysis/tf_od_api.py +++ b/tools/mo/openvino/tools/mo/analysis/tf_od_api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/analysis/tf_retinanet.py b/tools/mo/openvino/tools/mo/analysis/tf_retinanet.py index 9c36e08a1a8..e3115366f9c 100644 --- a/tools/mo/openvino/tools/mo/analysis/tf_retinanet.py +++ b/tools/mo/openvino/tools/mo/analysis/tf_retinanet.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/analysis/tf_yolo.py b/tools/mo/openvino/tools/mo/analysis/tf_yolo.py index 12d02dfa36b..b2df587364e 100644 --- a/tools/mo/openvino/tools/mo/analysis/tf_yolo.py +++ b/tools/mo/openvino/tools/mo/analysis/tf_yolo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/back/AvgPool.py b/tools/mo/openvino/tools/mo/back/AvgPool.py index 032b6dd8bcf..dd0deb66833 100644 --- a/tools/mo/openvino/tools/mo/back/AvgPool.py +++ b/tools/mo/openvino/tools/mo/back/AvgPool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/CellNormalizer.py b/tools/mo/openvino/tools/mo/back/CellNormalizer.py index afec3a15c94..ae581f42e88 100644 --- a/tools/mo/openvino/tools/mo/back/CellNormalizer.py +++ b/tools/mo/openvino/tools/mo/back/CellNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/ChangeOutputTypeAttributes.py b/tools/mo/openvino/tools/mo/back/ChangeOutputTypeAttributes.py index 16267d5f43f..d1b3b14dfea 100644 --- a/tools/mo/openvino/tools/mo/back/ChangeOutputTypeAttributes.py +++ b/tools/mo/openvino/tools/mo/back/ChangeOutputTypeAttributes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/ChangeRandomUniformOutputType.py b/tools/mo/openvino/tools/mo/back/ChangeRandomUniformOutputType.py index af3bc42bb2a..021a40f7485 100644 --- a/tools/mo/openvino/tools/mo/back/ChangeRandomUniformOutputType.py +++ b/tools/mo/openvino/tools/mo/back/ChangeRandomUniformOutputType.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/ClampNormalizer.py b/tools/mo/openvino/tools/mo/back/ClampNormalizer.py index d29c030a24f..5cbd775673e 100644 --- a/tools/mo/openvino/tools/mo/back/ClampNormalizer.py +++ b/tools/mo/openvino/tools/mo/back/ClampNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Minimum, Maximum diff --git a/tools/mo/openvino/tools/mo/back/ConvolutionNormalizer.py b/tools/mo/openvino/tools/mo/back/ConvolutionNormalizer.py index 111e929973a..fb78b9cc03e 100644 --- a/tools/mo/openvino/tools/mo/back/ConvolutionNormalizer.py +++ b/tools/mo/openvino/tools/mo/back/ConvolutionNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/CorrectName.py b/tools/mo/openvino/tools/mo/back/CorrectName.py index c0115af709b..23cc0654872 100644 --- a/tools/mo/openvino/tools/mo/back/CorrectName.py +++ b/tools/mo/openvino/tools/mo/back/CorrectName.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/back/CropToStridedSlice.py b/tools/mo/openvino/tools/mo/back/CropToStridedSlice.py index 2265478843a..60b03e5c9fd 100644 --- a/tools/mo/openvino/tools/mo/back/CropToStridedSlice.py +++ b/tools/mo/openvino/tools/mo/back/CropToStridedSlice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/CutMemory.py b/tools/mo/openvino/tools/mo/back/CutMemory.py index 3d2b0965f3a..32192f12c79 100644 --- a/tools/mo/openvino/tools/mo/back/CutMemory.py +++ b/tools/mo/openvino/tools/mo/back/CutMemory.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.parameter import Parameter diff --git a/tools/mo/openvino/tools/mo/back/EnableConstantStridedSlice.py b/tools/mo/openvino/tools/mo/back/EnableConstantStridedSlice.py index f1914af0b4b..53789229878 100644 --- a/tools/mo/openvino/tools/mo/back/EnableConstantStridedSlice.py +++ b/tools/mo/openvino/tools/mo/back/EnableConstantStridedSlice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/FakeOutputResolver.py b/tools/mo/openvino/tools/mo/back/FakeOutputResolver.py index 16dcc00ca84..4c0ed3cbeea 100644 --- a/tools/mo/openvino/tools/mo/back/FakeOutputResolver.py +++ b/tools/mo/openvino/tools/mo/back/FakeOutputResolver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Add diff --git a/tools/mo/openvino/tools/mo/back/ForceStrictPrecision.py b/tools/mo/openvino/tools/mo/back/ForceStrictPrecision.py index f778e5ecd5a..51db4d40920 100644 --- a/tools/mo/openvino/tools/mo/back/ForceStrictPrecision.py +++ b/tools/mo/openvino/tools/mo/back/ForceStrictPrecision.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.Cast import Cast diff --git a/tools/mo/openvino/tools/mo/back/FuseTransposesSequence.py b/tools/mo/openvino/tools/mo/back/FuseTransposesSequence.py index 563ca0332d8..3c7704a5e89 100644 --- a/tools/mo/openvino/tools/mo/back/FuseTransposesSequence.py +++ b/tools/mo/openvino/tools/mo/back/FuseTransposesSequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/GatherNormalizer.py b/tools/mo/openvino/tools/mo/back/GatherNormalizer.py index b59b06ba597..31cc00c9e69 100644 --- a/tools/mo/openvino/tools/mo/back/GatherNormalizer.py +++ b/tools/mo/openvino/tools/mo/back/GatherNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/InterpolateReshape.py b/tools/mo/openvino/tools/mo/back/InterpolateReshape.py index a783fc60dff..db5cfba5b40 100644 --- a/tools/mo/openvino/tools/mo/back/InterpolateReshape.py +++ b/tools/mo/openvino/tools/mo/back/InterpolateReshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/LRNToNorm.py b/tools/mo/openvino/tools/mo/back/LRNToNorm.py index 959df14bdb7..bc856e1b58f 100644 --- a/tools/mo/openvino/tools/mo/back/LRNToNorm.py +++ b/tools/mo/openvino/tools/mo/back/LRNToNorm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/LayoutChangeForGatherND.py b/tools/mo/openvino/tools/mo/back/LayoutChangeForGatherND.py index 5fd7b68c113..ab51f537b8b 100644 --- a/tools/mo/openvino/tools/mo/back/LayoutChangeForGatherND.py +++ b/tools/mo/openvino/tools/mo/back/LayoutChangeForGatherND.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/LeakyReLUMutation.py b/tools/mo/openvino/tools/mo/back/LeakyReLUMutation.py index eb162fef647..9a300867b90 100644 --- a/tools/mo/openvino/tools/mo/back/LeakyReLUMutation.py +++ b/tools/mo/openvino/tools/mo/back/LeakyReLUMutation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.ForceStrictPrecision import ForceStrictPrecision diff --git a/tools/mo/openvino/tools/mo/back/LinearToLinearONNXReplacer.py b/tools/mo/openvino/tools/mo/back/LinearToLinearONNXReplacer.py index 9332250691c..1e5847c43ae 100644 --- a/tools/mo/openvino/tools/mo/back/LinearToLinearONNXReplacer.py +++ b/tools/mo/openvino/tools/mo/back/LinearToLinearONNXReplacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.InterpolateReshape import InterpolateConcat, InterpolateReshapeWA diff --git a/tools/mo/openvino/tools/mo/back/MarkNodesWithShapeValues.py b/tools/mo/openvino/tools/mo/back/MarkNodesWithShapeValues.py index 117e6d1a744..c4f8abe6a9a 100644 --- a/tools/mo/openvino/tools/mo/back/MarkNodesWithShapeValues.py +++ b/tools/mo/openvino/tools/mo/back/MarkNodesWithShapeValues.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/MatMulNormalizer.py b/tools/mo/openvino/tools/mo/back/MatMulNormalizer.py index 78fb7ff8e62..85c1a9c0699 100644 --- a/tools/mo/openvino/tools/mo/back/MatMulNormalizer.py +++ b/tools/mo/openvino/tools/mo/back/MatMulNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/MaxPool.py b/tools/mo/openvino/tools/mo/back/MaxPool.py index 47e9604c4c4..37f24efe644 100644 --- a/tools/mo/openvino/tools/mo/back/MaxPool.py +++ b/tools/mo/openvino/tools/mo/back/MaxPool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.FakeOutputResolver import FakeOutputResolver from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/NormalizeToNormalizeL2.py b/tools/mo/openvino/tools/mo/back/NormalizeToNormalizeL2.py index 0e5acdabeff..1420072ba4c 100644 --- a/tools/mo/openvino/tools/mo/back/NormalizeToNormalizeL2.py +++ b/tools/mo/openvino/tools/mo/back/NormalizeToNormalizeL2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/OptimizeTransposeReshapeSequence.py b/tools/mo/openvino/tools/mo/back/OptimizeTransposeReshapeSequence.py index b66d5864370..b70e030981f 100644 --- a/tools/mo/openvino/tools/mo/back/OptimizeTransposeReshapeSequence.py +++ b/tools/mo/openvino/tools/mo/back/OptimizeTransposeReshapeSequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/PackBinaryWeights.py b/tools/mo/openvino/tools/mo/back/PackBinaryWeights.py index a1249302635..d78d48b36f6 100644 --- a/tools/mo/openvino/tools/mo/back/PackBinaryWeights.py +++ b/tools/mo/openvino/tools/mo/back/PackBinaryWeights.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/ProposalMutation.py b/tools/mo/openvino/tools/mo/back/ProposalMutation.py index db115e5dd9a..3785078afc8 100644 --- a/tools/mo/openvino/tools/mo/back/ProposalMutation.py +++ b/tools/mo/openvino/tools/mo/back/ProposalMutation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/RNNSequenceTypeRename.py b/tools/mo/openvino/tools/mo/back/RNNSequenceTypeRename.py index 1201472a20c..7ebde10815b 100644 --- a/tools/mo/openvino/tools/mo/back/RNNSequenceTypeRename.py +++ b/tools/mo/openvino/tools/mo/back/RNNSequenceTypeRename.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/ReduceMerge.py b/tools/mo/openvino/tools/mo/back/ReduceMerge.py index e6ba0b609dd..0014c13215d 100644 --- a/tools/mo/openvino/tools/mo/back/ReduceMerge.py +++ b/tools/mo/openvino/tools/mo/back/ReduceMerge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/ReduceTransposeDimensions.py b/tools/mo/openvino/tools/mo/back/ReduceTransposeDimensions.py index 8c6bdf6a83a..84bbfb67933 100644 --- a/tools/mo/openvino/tools/mo/back/ReduceTransposeDimensions.py +++ b/tools/mo/openvino/tools/mo/back/ReduceTransposeDimensions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/RemoveUselessConvert.py b/tools/mo/openvino/tools/mo/back/RemoveUselessConvert.py index d133d68444b..c4aab3b8b90 100644 --- a/tools/mo/openvino/tools/mo/back/RemoveUselessConvert.py +++ b/tools/mo/openvino/tools/mo/back/RemoveUselessConvert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/ReshapeMutation.py b/tools/mo/openvino/tools/mo/back/ReshapeMutation.py index dd1c08f1cb8..58bba727576 100644 --- a/tools/mo/openvino/tools/mo/back/ReshapeMutation.py +++ b/tools/mo/openvino/tools/mo/back/ReshapeMutation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.ForceStrictPrecision import ForceStrictPrecision diff --git a/tools/mo/openvino/tools/mo/back/ResultNormalizer.py b/tools/mo/openvino/tools/mo/back/ResultNormalizer.py index 3f9dc9f6c4e..d2c43152839 100644 --- a/tools/mo/openvino/tools/mo/back/ResultNormalizer.py +++ b/tools/mo/openvino/tools/mo/back/ResultNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/ResultRename.py b/tools/mo/openvino/tools/mo/back/ResultRename.py index 6b71cc2318f..bf4ec976d1c 100644 --- a/tools/mo/openvino/tools/mo/back/ResultRename.py +++ b/tools/mo/openvino/tools/mo/back/ResultRename.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/ReverseInputChannels.py b/tools/mo/openvino/tools/mo/back/ReverseInputChannels.py index 9999cd58a5f..047f5b96f34 100644 --- a/tools/mo/openvino/tools/mo/back/ReverseInputChannels.py +++ b/tools/mo/openvino/tools/mo/back/ReverseInputChannels.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/SelectBroadcast.py b/tools/mo/openvino/tools/mo/back/SelectBroadcast.py index a1a15e91803..cc2b2d7a5fe 100644 --- a/tools/mo/openvino/tools/mo/back/SelectBroadcast.py +++ b/tools/mo/openvino/tools/mo/back/SelectBroadcast.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.ReshapeMutation import ReshapeMutation diff --git a/tools/mo/openvino/tools/mo/back/ShapeOfConstFolding.py b/tools/mo/openvino/tools/mo/back/ShapeOfConstFolding.py index aa29adb0d3f..54b05f86f5a 100644 --- a/tools/mo/openvino/tools/mo/back/ShapeOfConstFolding.py +++ b/tools/mo/openvino/tools/mo/back/ShapeOfConstFolding.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/ShuffleChannelPatternOptimization.py b/tools/mo/openvino/tools/mo/back/ShuffleChannelPatternOptimization.py index 2fac98f6392..069c6a9db2c 100644 --- a/tools/mo/openvino/tools/mo/back/ShuffleChannelPatternOptimization.py +++ b/tools/mo/openvino/tools/mo/back/ShuffleChannelPatternOptimization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/SpecialNodesFinalization.py b/tools/mo/openvino/tools/mo/back/SpecialNodesFinalization.py index 5a8ac439631..bfbe8d2f08b 100644 --- a/tools/mo/openvino/tools/mo/back/SpecialNodesFinalization.py +++ b/tools/mo/openvino/tools/mo/back/SpecialNodesFinalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/StridedSliceMasksNormalizer.py b/tools/mo/openvino/tools/mo/back/StridedSliceMasksNormalizer.py index f02bf510908..44354347a39 100644 --- a/tools/mo/openvino/tools/mo/back/StridedSliceMasksNormalizer.py +++ b/tools/mo/openvino/tools/mo/back/StridedSliceMasksNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/TopKNormalizer.py b/tools/mo/openvino/tools/mo/back/TopKNormalizer.py index 17e8a851a69..8d2aa371700 100644 --- a/tools/mo/openvino/tools/mo/back/TopKNormalizer.py +++ b/tools/mo/openvino/tools/mo/back/TopKNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/TransposeDFT.py b/tools/mo/openvino/tools/mo/back/TransposeDFT.py index 22e7c009353..7eb89c34fe3 100644 --- a/tools/mo/openvino/tools/mo/back/TransposeDFT.py +++ b/tools/mo/openvino/tools/mo/back/TransposeDFT.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/back/TransposeReduceFusing.py b/tools/mo/openvino/tools/mo/back/TransposeReduceFusing.py index cde8610456d..af791795cc6 100644 --- a/tools/mo/openvino/tools/mo/back/TransposeReduceFusing.py +++ b/tools/mo/openvino/tools/mo/back/TransposeReduceFusing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import Dict diff --git a/tools/mo/openvino/tools/mo/back/UselessConcatRemoval.py b/tools/mo/openvino/tools/mo/back/UselessConcatRemoval.py index e1064c88587..3c0e980dbb4 100644 --- a/tools/mo/openvino/tools/mo/back/UselessConcatRemoval.py +++ b/tools/mo/openvino/tools/mo/back/UselessConcatRemoval.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/__init__.py b/tools/mo/openvino/tools/mo/back/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/back/__init__.py +++ b/tools/mo/openvino/tools/mo/back/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/back/add_outputs_recursive.py b/tools/mo/openvino/tools/mo/back/add_outputs_recursive.py index 4430602b428..d7db36d170f 100644 --- a/tools/mo/openvino/tools/mo/back/add_outputs_recursive.py +++ b/tools/mo/openvino/tools/mo/back/add_outputs_recursive.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from math import ceil import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/blob_normalizer.py b/tools/mo/openvino/tools/mo/back/blob_normalizer.py index a923c9ce103..448089694e9 100644 --- a/tools/mo/openvino/tools/mo/back/blob_normalizer.py +++ b/tools/mo/openvino/tools/mo/back/blob_normalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.op_versioning import OpVersioning diff --git a/tools/mo/openvino/tools/mo/back/compress_quantized_weights.py b/tools/mo/openvino/tools/mo/back/compress_quantized_weights.py index 8152ec0a1a6..ca73f20d34d 100644 --- a/tools/mo/openvino/tools/mo/back/compress_quantized_weights.py +++ b/tools/mo/openvino/tools/mo/back/compress_quantized_weights.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import Dict diff --git a/tools/mo/openvino/tools/mo/back/ie_ir_ver_2/__init__.py b/tools/mo/openvino/tools/mo/back/ie_ir_ver_2/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/back/ie_ir_ver_2/__init__.py +++ b/tools/mo/openvino/tools/mo/back/ie_ir_ver_2/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/back/ie_ir_ver_2/emitter.py b/tools/mo/openvino/tools/mo/back/ie_ir_ver_2/emitter.py index 6c9c2b6bbe8..357c654e439 100644 --- a/tools/mo/openvino/tools/mo/back/ie_ir_ver_2/emitter.py +++ b/tools/mo/openvino/tools/mo/back/ie_ir_ver_2/emitter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import hashlib diff --git a/tools/mo/openvino/tools/mo/back/insert_compatibility_l2normalization.py b/tools/mo/openvino/tools/mo/back/insert_compatibility_l2normalization.py index 715fc90fe2c..ec34657cae8 100644 --- a/tools/mo/openvino/tools/mo/back/insert_compatibility_l2normalization.py +++ b/tools/mo/openvino/tools/mo/back/insert_compatibility_l2normalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/kaldi_remove_memory_output.py b/tools/mo/openvino/tools/mo/back/kaldi_remove_memory_output.py index f6372fe1697..d9bbcbaca00 100644 --- a/tools/mo/openvino/tools/mo/back/kaldi_remove_memory_output.py +++ b/tools/mo/openvino/tools/mo/back/kaldi_remove_memory_output.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/names_uniqueness_check.py b/tools/mo/openvino/tools/mo/back/names_uniqueness_check.py index f5d35aa08de..ddc8b868e2a 100644 --- a/tools/mo/openvino/tools/mo/back/names_uniqueness_check.py +++ b/tools/mo/openvino/tools/mo/back/names_uniqueness_check.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from collections import defaultdict from openvino.tools.mo.back.pass_separator import BackFinish diff --git a/tools/mo/openvino/tools/mo/back/offline_transformations.py b/tools/mo/openvino/tools/mo/back/offline_transformations.py index fbfed6ed43e..221e9b0a5fe 100644 --- a/tools/mo/openvino/tools/mo/back/offline_transformations.py +++ b/tools/mo/openvino/tools/mo/back/offline_transformations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/back/op_versioning.py b/tools/mo/openvino/tools/mo/back/op_versioning.py index b0fbc9fc022..3d827395f49 100644 --- a/tools/mo/openvino/tools/mo/back/op_versioning.py +++ b/tools/mo/openvino/tools/mo/back/op_versioning.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/pass_separator.py b/tools/mo/openvino/tools/mo/back/pass_separator.py index 7f2aaf07a43..309b262bcec 100644 --- a/tools/mo/openvino/tools/mo/back/pass_separator.py +++ b/tools/mo/openvino/tools/mo/back/pass_separator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.back.replacement import BackReplacementPattern diff --git a/tools/mo/openvino/tools/mo/back/preprocessing.py b/tools/mo/openvino/tools/mo/back/preprocessing.py index cb42c6d1553..79483b96798 100644 --- a/tools/mo/openvino/tools/mo/back/preprocessing.py +++ b/tools/mo/openvino/tools/mo/back/preprocessing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/back/priorbox_mutation.py b/tools/mo/openvino/tools/mo/back/priorbox_mutation.py index 61465c8a275..f64a8654f96 100644 --- a/tools/mo/openvino/tools/mo/back/priorbox_mutation.py +++ b/tools/mo/openvino/tools/mo/back/priorbox_mutation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/back/remove_last_softmax_pattern.py b/tools/mo/openvino/tools/mo/back/remove_last_softmax_pattern.py index 6a87ebbbd7f..d554bf7b4b5 100644 --- a/tools/mo/openvino/tools/mo/back/remove_last_softmax_pattern.py +++ b/tools/mo/openvino/tools/mo/back/remove_last_softmax_pattern.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/back/replacement.py b/tools/mo/openvino/tools/mo/back/replacement.py index f7938e5e617..0b13565718c 100644 --- a/tools/mo/openvino/tools/mo/back/replacement.py +++ b/tools/mo/openvino/tools/mo/back/replacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils import class_registration diff --git a/tools/mo/openvino/tools/mo/convert.py b/tools/mo/openvino/tools/mo/convert.py index 78a4d5233ec..56a862be4ae 100644 --- a/tools/mo/openvino/tools/mo/convert.py +++ b/tools/mo/openvino/tools/mo/convert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os import pathlib diff --git a/tools/mo/openvino/tools/mo/convert_impl.py b/tools/mo/openvino/tools/mo/convert_impl.py index 2959952386d..7eee4d69d43 100644 --- a/tools/mo/openvino/tools/mo/convert_impl.py +++ b/tools/mo/openvino/tools/mo/convert_impl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/front/ATenToEmbeddingBag.py b/tools/mo/openvino/tools/mo/front/ATenToEmbeddingBag.py index 88550e8dd46..1cda95e4edf 100644 --- a/tools/mo/openvino/tools/mo/front/ATenToEmbeddingBag.py +++ b/tools/mo/openvino/tools/mo/front/ATenToEmbeddingBag.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.embedding_bag import EmbeddingBagOffsetsSum, EmbeddingBagPackedSum diff --git a/tools/mo/openvino/tools/mo/front/ArgOpsSqueeze.py b/tools/mo/openvino/tools/mo/front/ArgOpsSqueeze.py index d1f6a18bd7f..465bcc39b0c 100644 --- a/tools/mo/openvino/tools/mo/front/ArgOpsSqueeze.py +++ b/tools/mo/openvino/tools/mo/front/ArgOpsSqueeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementSubgraph diff --git a/tools/mo/openvino/tools/mo/front/AttributedClampNormalizer.py b/tools/mo/openvino/tools/mo/front/AttributedClampNormalizer.py index ed61802f351..5082585c3f7 100644 --- a/tools/mo/openvino/tools/mo/front/AttributedClampNormalizer.py +++ b/tools/mo/openvino/tools/mo/front/AttributedClampNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/AttributedGatherNormalizer.py b/tools/mo/openvino/tools/mo/front/AttributedGatherNormalizer.py index 64234875f46..7f468759575 100644 --- a/tools/mo/openvino/tools/mo/front/AttributedGatherNormalizer.py +++ b/tools/mo/openvino/tools/mo/front/AttributedGatherNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.gather import Gather diff --git a/tools/mo/openvino/tools/mo/front/AttributedPadToPad.py b/tools/mo/openvino/tools/mo/front/AttributedPadToPad.py index 398b766b39c..eb802ad3d7d 100644 --- a/tools/mo/openvino/tools/mo/front/AttributedPadToPad.py +++ b/tools/mo/openvino/tools/mo/front/AttributedPadToPad.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ConvertLike import ConvertLike diff --git a/tools/mo/openvino/tools/mo/front/AttributedRandomUniformToRandomUniform.py b/tools/mo/openvino/tools/mo/front/AttributedRandomUniformToRandomUniform.py index 6af0f56a492..71095bd6078 100644 --- a/tools/mo/openvino/tools/mo/front/AttributedRandomUniformToRandomUniform.py +++ b/tools/mo/openvino/tools/mo/front/AttributedRandomUniformToRandomUniform.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.random_uniform import RandomUniform diff --git a/tools/mo/openvino/tools/mo/front/AttributedRollToRoll.py b/tools/mo/openvino/tools/mo/front/AttributedRollToRoll.py index e5e27117505..647069d2581 100644 --- a/tools/mo/openvino/tools/mo/front/AttributedRollToRoll.py +++ b/tools/mo/openvino/tools/mo/front/AttributedRollToRoll.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.roll import Roll diff --git a/tools/mo/openvino/tools/mo/front/ExpandDimsToUnsqueeze.py b/tools/mo/openvino/tools/mo/front/ExpandDimsToUnsqueeze.py index 4878dfa0e7c..829448370ea 100644 --- a/tools/mo/openvino/tools/mo/front/ExpandDimsToUnsqueeze.py +++ b/tools/mo/openvino/tools/mo/front/ExpandDimsToUnsqueeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/FakeQuantWithMinMaxVars.py b/tools/mo/openvino/tools/mo/front/FakeQuantWithMinMaxVars.py index 345bf88c9e5..d4fb36d0f77 100644 --- a/tools/mo/openvino/tools/mo/front/FakeQuantWithMinMaxVars.py +++ b/tools/mo/openvino/tools/mo/front/FakeQuantWithMinMaxVars.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import Dict diff --git a/tools/mo/openvino/tools/mo/front/FillToBroadcast.py b/tools/mo/openvino/tools/mo/front/FillToBroadcast.py index 94f90646759..dbcf09a26eb 100644 --- a/tools/mo/openvino/tools/mo/front/FillToBroadcast.py +++ b/tools/mo/openvino/tools/mo/front/FillToBroadcast.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/GeLUMerger_Erf.py b/tools/mo/openvino/tools/mo/front/GeLUMerger_Erf.py index 4b15d8f9f28..b6b87f715f9 100644 --- a/tools/mo/openvino/tools/mo/front/GeLUMerger_Erf.py +++ b/tools/mo/openvino/tools/mo/front/GeLUMerger_Erf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/GeLUMerger_Tanh.py b/tools/mo/openvino/tools/mo/front/GeLUMerger_Tanh.py index 672e8c02804..ffb908ec4f5 100644 --- a/tools/mo/openvino/tools/mo/front/GeLUMerger_Tanh.py +++ b/tools/mo/openvino/tools/mo/front/GeLUMerger_Tanh.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/HSigmoid_fusion.py b/tools/mo/openvino/tools/mo/front/HSigmoid_fusion.py index 2c1e904a124..840a4d35472 100644 --- a/tools/mo/openvino/tools/mo/front/HSigmoid_fusion.py +++ b/tools/mo/openvino/tools/mo/front/HSigmoid_fusion.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/HSwish_fusion.py b/tools/mo/openvino/tools/mo/front/HSwish_fusion.py index c8607ceb38a..80747f3422e 100644 --- a/tools/mo/openvino/tools/mo/front/HSwish_fusion.py +++ b/tools/mo/openvino/tools/mo/front/HSwish_fusion.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/InterpolateNormalizer.py b/tools/mo/openvino/tools/mo/front/InterpolateNormalizer.py index 1010e2c9fb3..0bf1be6871c 100644 --- a/tools/mo/openvino/tools/mo/front/InterpolateNormalizer.py +++ b/tools/mo/openvino/tools/mo/front/InterpolateNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tools/mo/openvino/tools/mo/front/InterpolateV1ToInterpolate.py b/tools/mo/openvino/tools/mo/front/InterpolateV1ToInterpolate.py index cc323b660d6..4fd33004eb9 100644 --- a/tools/mo/openvino/tools/mo/front/InterpolateV1ToInterpolate.py +++ b/tools/mo/openvino/tools/mo/front/InterpolateV1ToInterpolate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.interpolate import Interpolate diff --git a/tools/mo/openvino/tools/mo/front/LayerNorm.py b/tools/mo/openvino/tools/mo/front/LayerNorm.py index 81fb3d89209..ce777df7e5e 100644 --- a/tools/mo/openvino/tools/mo/front/LayerNorm.py +++ b/tools/mo/openvino/tools/mo/front/LayerNorm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/Log1p.py b/tools/mo/openvino/tools/mo/front/Log1p.py index 47d59e7ea60..e3a86b1f1f4 100644 --- a/tools/mo/openvino/tools/mo/front/Log1p.py +++ b/tools/mo/openvino/tools/mo/front/Log1p.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/MatMul_normalizer.py b/tools/mo/openvino/tools/mo/front/MatMul_normalizer.py index 6432ed78ef2..f9866e024c0 100644 --- a/tools/mo/openvino/tools/mo/front/MatMul_normalizer.py +++ b/tools/mo/openvino/tools/mo/front/MatMul_normalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import math diff --git a/tools/mo/openvino/tools/mo/front/MoveEmbeddedInputsToInputs.py b/tools/mo/openvino/tools/mo/front/MoveEmbeddedInputsToInputs.py index 3f1b77cd3c0..fac34652f43 100644 --- a/tools/mo/openvino/tools/mo/front/MoveEmbeddedInputsToInputs.py +++ b/tools/mo/openvino/tools/mo/front/MoveEmbeddedInputsToInputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.pass_separator import FrontStart diff --git a/tools/mo/openvino/tools/mo/front/OneHotDepthNormalizer.py b/tools/mo/openvino/tools/mo/front/OneHotDepthNormalizer.py index fce7694e9e3..d41300340c9 100644 --- a/tools/mo/openvino/tools/mo/front/OneHotDepthNormalizer.py +++ b/tools/mo/openvino/tools/mo/front/OneHotDepthNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/Pack.py b/tools/mo/openvino/tools/mo/front/Pack.py index 659cf75a6fa..e0a3b7f8d3b 100644 --- a/tools/mo/openvino/tools/mo/front/Pack.py +++ b/tools/mo/openvino/tools/mo/front/Pack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/PowerToEltwises.py b/tools/mo/openvino/tools/mo/front/PowerToEltwises.py index 8e142508d5e..614afa3969f 100644 --- a/tools/mo/openvino/tools/mo/front/PowerToEltwises.py +++ b/tools/mo/openvino/tools/mo/front/PowerToEltwises.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Mul, Add, Pow diff --git a/tools/mo/openvino/tools/mo/front/RollWithEmptyAxesReplacer.py b/tools/mo/openvino/tools/mo/front/RollWithEmptyAxesReplacer.py index 4be3f0bbf8b..3034f18f838 100644 --- a/tools/mo/openvino/tools/mo/front/RollWithEmptyAxesReplacer.py +++ b/tools/mo/openvino/tools/mo/front/RollWithEmptyAxesReplacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.AttributedRollToRoll import AttributedRollToRoll diff --git a/tools/mo/openvino/tools/mo/front/SizeReplacer.py b/tools/mo/openvino/tools/mo/front/SizeReplacer.py index e2e7cd36cc7..99dbe9e9c4c 100644 --- a/tools/mo/openvino/tools/mo/front/SizeReplacer.py +++ b/tools/mo/openvino/tools/mo/front/SizeReplacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ReduceOps import ReduceProd diff --git a/tools/mo/openvino/tools/mo/front/SqueezeNormalize.py b/tools/mo/openvino/tools/mo/front/SqueezeNormalize.py index 0c2ca1474d5..12d2ce9f193 100644 --- a/tools/mo/openvino/tools/mo/front/SqueezeNormalize.py +++ b/tools/mo/openvino/tools/mo/front/SqueezeNormalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/ThresholdedReluDecomposition.py b/tools/mo/openvino/tools/mo/front/ThresholdedReluDecomposition.py index f7e07161097..3ecbacac635 100644 --- a/tools/mo/openvino/tools/mo/front/ThresholdedReluDecomposition.py +++ b/tools/mo/openvino/tools/mo/front/ThresholdedReluDecomposition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.Cast import Cast diff --git a/tools/mo/openvino/tools/mo/front/TopKNormalize.py b/tools/mo/openvino/tools/mo/front/TopKNormalize.py index 582d960fee4..5ba49e57ee2 100644 --- a/tools/mo/openvino/tools/mo/front/TopKNormalize.py +++ b/tools/mo/openvino/tools/mo/front/TopKNormalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/TransposeOrderNormalizer.py b/tools/mo/openvino/tools/mo/front/TransposeOrderNormalizer.py index ca7f9f3af32..61de32f341f 100644 --- a/tools/mo/openvino/tools/mo/front/TransposeOrderNormalizer.py +++ b/tools/mo/openvino/tools/mo/front/TransposeOrderNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.tf.pad_tf_to_pad import PadTFToPad diff --git a/tools/mo/openvino/tools/mo/front/YOLO.py b/tools/mo/openvino/tools/mo/front/YOLO.py index 87df20ff1f6..23dc63c2cf9 100644 --- a/tools/mo/openvino/tools/mo/front/YOLO.py +++ b/tools/mo/openvino/tools/mo/front/YOLO.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.no_op_eraser import NoOpEraser diff --git a/tools/mo/openvino/tools/mo/front/__init__.py b/tools/mo/openvino/tools/mo/front/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/__init__.py +++ b/tools/mo/openvino/tools/mo/front/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/binary_quantize_normalization.py b/tools/mo/openvino/tools/mo/front/binary_quantize_normalization.py index 37e19ef452b..8d413aabf11 100644 --- a/tools/mo/openvino/tools/mo/front/binary_quantize_normalization.py +++ b/tools/mo/openvino/tools/mo/front/binary_quantize_normalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Add, Mul diff --git a/tools/mo/openvino/tools/mo/front/broadcast_with_range.py b/tools/mo/openvino/tools/mo/front/broadcast_with_range.py index 4104c536188..c0679221cba 100644 --- a/tools/mo/openvino/tools/mo/front/broadcast_with_range.py +++ b/tools/mo/openvino/tools/mo/front/broadcast_with_range.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/caffe/ArgMaxFlatten.py b/tools/mo/openvino/tools/mo/front/caffe/ArgMaxFlatten.py index dc3deb242d2..77919b4e511 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/ArgMaxFlatten.py +++ b/tools/mo/openvino/tools/mo/front/caffe/ArgMaxFlatten.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/caffe/MVNCaffeToMVN.py b/tools/mo/openvino/tools/mo/front/caffe/MVNCaffeToMVN.py index 3723afa1151..8baa322f7f6 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/MVNCaffeToMVN.py +++ b/tools/mo/openvino/tools/mo/front/caffe/MVNCaffeToMVN.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.mvn import MVN diff --git a/tools/mo/openvino/tools/mo/front/caffe/__init__.py b/tools/mo/openvino/tools/mo/front/caffe/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/__init__.py +++ b/tools/mo/openvino/tools/mo/front/caffe/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/caffe/argmax_ext.py b/tools/mo/openvino/tools/mo/front/caffe/argmax_ext.py index 7053eb8807c..8f7483153a4 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/argmax_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/argmax_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.argmax import ArgMaxOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/axpy.py b/tools/mo/openvino/tools/mo/front/caffe/axpy.py index 5739c72d126..e8d2b8c2c37 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/axpy.py +++ b/tools/mo/openvino/tools/mo/front/caffe/axpy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Add diff --git a/tools/mo/openvino/tools/mo/front/caffe/batchnorm_ext.py b/tools/mo/openvino/tools/mo/front/caffe/batchnorm_ext.py index ff0d80fcc0d..3f534c35591 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/batchnorm_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/batchnorm_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/caffe/binarization.py b/tools/mo/openvino/tools/mo/front/caffe/binarization.py index f3356a6374c..3ac3cf7d0dc 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/binarization.py +++ b/tools/mo/openvino/tools/mo/front/caffe/binarization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import float32_array diff --git a/tools/mo/openvino/tools/mo/front/caffe/binary_conv_ext.py b/tools/mo/openvino/tools/mo/front/caffe/binary_conv_ext.py index d0e65897795..ce32d132457 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/binary_conv_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/binary_conv_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.conv_ext import conv_create_attrs, conv_set_params diff --git a/tools/mo/openvino/tools/mo/front/caffe/bn.py b/tools/mo/openvino/tools/mo/front/caffe/bn.py index 954c2554451..0166cbeebf9 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/bn.py +++ b/tools/mo/openvino/tools/mo/front/caffe/bn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/caffe/bn_ext.py b/tools/mo/openvino/tools/mo/front/caffe/bn_ext.py index e17b6d8ae0c..606ca28ed69 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/bn_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/bn_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.BN import BN diff --git a/tools/mo/openvino/tools/mo/front/caffe/collect_attributes.py b/tools/mo/openvino/tools/mo/front/caffe/collect_attributes.py index d0396c6bc6b..528b619d9fa 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/collect_attributes.py +++ b/tools/mo/openvino/tools/mo/front/caffe/collect_attributes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/caffe/concat_ext.py b/tools/mo/openvino/tools/mo/front/caffe/concat_ext.py index ac615767ec0..d7cc2216cd9 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/concat_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/concat_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/conv_ext.py b/tools/mo/openvino/tools/mo/front/caffe/conv_ext.py index 180d247de64..c698b99f08d 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/conv_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/conv_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.extractors.utils import get_spatial_attr, get_list_from_container, weights_biases diff --git a/tools/mo/openvino/tools/mo/front/caffe/crop_ext.py b/tools/mo/openvino/tools/mo/front/caffe/crop_ext.py index abbca99cb2d..a41b47bc5f5 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/crop_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/crop_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.crop import crop_infer diff --git a/tools/mo/openvino/tools/mo/front/caffe/ctcgreedydecoder_ext.py b/tools/mo/openvino/tools/mo/front/caffe/ctcgreedydecoder_ext.py index 549abfa2e98..896c24a34f4 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/ctcgreedydecoder_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/ctcgreedydecoder_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ctc_greedy_decoder import CTCGreedyDecoderOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/custom_layers_mapping.py b/tools/mo/openvino/tools/mo/front/caffe/custom_layers_mapping.py index 8e004c1a9fc..b25145fcc03 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/custom_layers_mapping.py +++ b/tools/mo/openvino/tools/mo/front/caffe/custom_layers_mapping.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/caffe/detection_output_ext.py b/tools/mo/openvino/tools/mo/front/caffe/detection_output_ext.py index b6d792c174b..4450d7d36f3 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/detection_output_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/detection_output_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/caffe/dropout_ext.py b/tools/mo/openvino/tools/mo/front/caffe/dropout_ext.py index 76dc8fe72a7..3ebbb84630f 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/dropout_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/dropout_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity diff --git a/tools/mo/openvino/tools/mo/front/caffe/elementwise_ext.py b/tools/mo/openvino/tools/mo/front/caffe/elementwise_ext.py index 3550812b2f0..55af2cf01be 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/elementwise_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/elementwise_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/caffe/eltwise_add_normalize.py b/tools/mo/openvino/tools/mo/front/caffe/eltwise_add_normalize.py index 4a63105b0d8..96fc98f4e3a 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/eltwise_add_normalize.py +++ b/tools/mo/openvino/tools/mo/front/caffe/eltwise_add_normalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/caffe/elu.py b/tools/mo/openvino/tools/mo/front/caffe/elu.py index 2943ca59f91..5639c1e7dac 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/elu.py +++ b/tools/mo/openvino/tools/mo/front/caffe/elu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Elu diff --git a/tools/mo/openvino/tools/mo/front/caffe/extractor.py b/tools/mo/openvino/tools/mo/front/caffe/extractor.py index abfdfae93a7..d44604e1e8d 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/extractor.py +++ b/tools/mo/openvino/tools/mo/front/caffe/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.extractors.native_caffe import native_caffe_node_extractor diff --git a/tools/mo/openvino/tools/mo/front/caffe/extractors/__init__.py b/tools/mo/openvino/tools/mo/front/caffe/extractors/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/extractors/__init__.py +++ b/tools/mo/openvino/tools/mo/front/caffe/extractors/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/caffe/extractors/native_caffe.py b/tools/mo/openvino/tools/mo/front/caffe/extractors/native_caffe.py index 7247c41d84e..bdfca14eab6 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/extractors/native_caffe.py +++ b/tools/mo/openvino/tools/mo/front/caffe/extractors/native_caffe.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/caffe/extractors/tile.py b/tools/mo/openvino/tools/mo/front/caffe/extractors/tile.py index 585f6d024d2..4b1f2acd01b 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/extractors/tile.py +++ b/tools/mo/openvino/tools/mo/front/caffe/extractors/tile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.collect_attributes import merge_attrs diff --git a/tools/mo/openvino/tools/mo/front/caffe/extractors/utils.py b/tools/mo/openvino/tools/mo/front/caffe/extractors/utils.py index 76df272ffc1..610a82e587d 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/extractors/utils.py +++ b/tools/mo/openvino/tools/mo/front/caffe/extractors/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/caffe/flatten_ext.py b/tools/mo/openvino/tools/mo/front/caffe/flatten_ext.py index cc129679f0b..235638bb436 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/flatten_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/flatten_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/grn_ext.py b/tools/mo/openvino/tools/mo/front/caffe/grn_ext.py index 8b6140bd12e..cd56f3332ea 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/grn_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/grn_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.grn import GRNOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/inner_product_ext.py b/tools/mo/openvino/tools/mo/front/caffe/inner_product_ext.py index 75eb8f68a37..3102bd24f2c 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/inner_product_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/inner_product_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.MatMul import FullyConnected diff --git a/tools/mo/openvino/tools/mo/front/caffe/input_ext.py b/tools/mo/openvino/tools/mo/front/caffe/input_ext.py index 63deee0bc64..5fd2961021a 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/input_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/input_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.parameter import Parameter diff --git a/tools/mo/openvino/tools/mo/front/caffe/interp_ext.py b/tools/mo/openvino/tools/mo/front/caffe/interp_ext.py index dc64bd633d4..fb774f9eb0d 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/interp_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/interp_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.interpolate import Interpolate diff --git a/tools/mo/openvino/tools/mo/front/caffe/loader.py b/tools/mo/openvino/tools/mo/front/caffe/loader.py index a81773037b3..120725d2f43 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/loader.py +++ b/tools/mo/openvino/tools/mo/front/caffe/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import importlib diff --git a/tools/mo/openvino/tools/mo/front/caffe/lrn_ext.py b/tools/mo/openvino/tools/mo/front/caffe/lrn_ext.py index 0724b11bbe5..a8eb1caa1b7 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/lrn_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/lrn_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/mvn_ext.py b/tools/mo/openvino/tools/mo/front/caffe/mvn_ext.py index 92e92f19566..f9b608d788f 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/mvn_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/mvn_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.mvn import MVNCaffe diff --git a/tools/mo/openvino/tools/mo/front/caffe/normalize_ext.py b/tools/mo/openvino/tools/mo/front/caffe/normalize_ext.py index 8dbf3bd5c1b..26e6a3ea45d 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/normalize_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/normalize_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.normalize import NormalizeOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/permute_ext.py b/tools/mo/openvino/tools/mo/front/caffe/permute_ext.py index 22b74f73d3c..213d1c745bc 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/permute_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/permute_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/caffe/pooling_ext.py b/tools/mo/openvino/tools/mo/front/caffe/pooling_ext.py index 1d8daf7ea48..b306e112fe1 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/pooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/pooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.extractors.utils import get_spatial_attr diff --git a/tools/mo/openvino/tools/mo/front/caffe/prelu_ext.py b/tools/mo/openvino/tools/mo/front/caffe/prelu_ext.py index cf0204949d2..b36657f2bef 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/prelu_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/prelu_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.prelu import PReLU diff --git a/tools/mo/openvino/tools/mo/front/caffe/priorbox_clustered_ext.py b/tools/mo/openvino/tools/mo/front/caffe/priorbox_clustered_ext.py index 6fd58926440..9e08398d30c 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/priorbox_clustered_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/priorbox_clustered_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.priorbox_clustered import PriorBoxClusteredOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/priorbox_ext.py b/tools/mo/openvino/tools/mo/front/caffe/priorbox_ext.py index 9475da925fe..984f2bc70ec 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/priorbox_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/priorbox_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/caffe/proposal_ext.py b/tools/mo/openvino/tools/mo/front/caffe/proposal_ext.py index dc8d98446d4..08f7302ad3c 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/proposal_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/proposal_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/caffe/proposal_python_ext.py b/tools/mo/openvino/tools/mo/front/caffe/proposal_python_ext.py index 19c8413d549..e831da45ede 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/proposal_python_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/proposal_python_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/caffe/proto/__init__.py b/tools/mo/openvino/tools/mo/front/caffe/proto/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/proto/__init__.py +++ b/tools/mo/openvino/tools/mo/front/caffe/proto/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/caffe/proto/generate_caffe_pb2.py b/tools/mo/openvino/tools/mo/front/caffe/proto/generate_caffe_pb2.py index 388afe9cd73..ca68c9fc7b8 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/proto/generate_caffe_pb2.py +++ b/tools/mo/openvino/tools/mo/front/caffe/proto/generate_caffe_pb2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/front/caffe/psroipooling_ext.py b/tools/mo/openvino/tools/mo/front/caffe/psroipooling_ext.py index 7e7697ce0df..ddbab3fe6b9 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/psroipooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/psroipooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.psroipooling import PSROIPoolingOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/python_layer_extractor.py b/tools/mo/openvino/tools/mo/front/caffe/python_layer_extractor.py index 8d39b30483f..a95001e2b5d 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/python_layer_extractor.py +++ b/tools/mo/openvino/tools/mo/front/caffe/python_layer_extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp, CaffePythonFrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/regionyolo_ext.py b/tools/mo/openvino/tools/mo/front/caffe/regionyolo_ext.py index de9c1013e5e..ec81f78f40e 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/regionyolo_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/regionyolo_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/caffe/register_custom_ops.py b/tools/mo/openvino/tools/mo/front/caffe/register_custom_ops.py index 9a0ca6faba2..3c9d3437391 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/register_custom_ops.py +++ b/tools/mo/openvino/tools/mo/front/caffe/register_custom_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementOp, FrontReplacementPattern, FrontReplacementSubgraph diff --git a/tools/mo/openvino/tools/mo/front/caffe/relu6.py b/tools/mo/openvino/tools/mo/front/caffe/relu6.py index c5592c97d44..b07f0fd689b 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/relu6.py +++ b/tools/mo/openvino/tools/mo/front/caffe/relu6.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import ReLU6 diff --git a/tools/mo/openvino/tools/mo/front/caffe/relu_ext.py b/tools/mo/openvino/tools/mo/front/caffe/relu_ext.py index 25d404aab2d..b0401c27057 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/relu_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/relu_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import LeakyReLU, ReLU diff --git a/tools/mo/openvino/tools/mo/front/caffe/reorgyolo_ext.py b/tools/mo/openvino/tools/mo/front/caffe/reorgyolo_ext.py index 7a0cc4e3bd0..ef53de82dfc 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/reorgyolo_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/reorgyolo_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.reorgyolo import ReorgYoloOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/resample_ext.py b/tools/mo/openvino/tools/mo/front/caffe/resample_ext.py index b50f315a4bd..b07d0bb15d8 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/resample_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/resample_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.interpolate import Interpolate diff --git a/tools/mo/openvino/tools/mo/front/caffe/reshape.py b/tools/mo/openvino/tools/mo/front/caffe/reshape.py index 4e30cd1c000..cb8fb8ee075 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/reshape.py +++ b/tools/mo/openvino/tools/mo/front/caffe/reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/caffe/roipooling_ext.py b/tools/mo/openvino/tools/mo/front/caffe/roipooling_ext.py index e43175d61ce..3ab519a1272 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/roipooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/roipooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/scale_ext.py b/tools/mo/openvino/tools/mo/front/caffe/scale_ext.py index bda72299775..9aef9587d19 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/scale_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/scale_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.extractors.utils import embed_input, weights_biases diff --git a/tools/mo/openvino/tools/mo/front/caffe/shufflechannel_ext.py b/tools/mo/openvino/tools/mo/front/caffe/shufflechannel_ext.py index 01d9f6b1371..532ca653e61 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/shufflechannel_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/shufflechannel_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.shufflechannel import ShuffleChannels diff --git a/tools/mo/openvino/tools/mo/front/caffe/sigmoid.py b/tools/mo/openvino/tools/mo/front/caffe/sigmoid.py index b86daa9b409..dd67350a597 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/sigmoid.py +++ b/tools/mo/openvino/tools/mo/front/caffe/sigmoid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Sigmoid diff --git a/tools/mo/openvino/tools/mo/front/caffe/slice_ext.py b/tools/mo/openvino/tools/mo/front/caffe/slice_ext.py index 507a2b8a5d0..0dd3d42bb14 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/slice_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/slice_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/caffe/slice_to_split.py b/tools/mo/openvino/tools/mo/front/caffe/slice_to_split.py index 64c4a5385eb..e5f2c41e539 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/slice_to_split.py +++ b/tools/mo/openvino/tools/mo/front/caffe/slice_to_split.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/caffe/softmax_ext.py b/tools/mo/openvino/tools/mo/front/caffe/softmax_ext.py index 927ff09b8a5..e5f2eb669a7 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/softmax_ext.py +++ b/tools/mo/openvino/tools/mo/front/caffe/softmax_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/caffe/split_to_identity.py b/tools/mo/openvino/tools/mo/front/caffe/split_to_identity.py index e37c474860a..7f98f680ef5 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/split_to_identity.py +++ b/tools/mo/openvino/tools/mo/front/caffe/split_to_identity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity diff --git a/tools/mo/openvino/tools/mo/front/caffe/tanh.py b/tools/mo/openvino/tools/mo/front/caffe/tanh.py index 366c465a186..05b301cce52 100644 --- a/tools/mo/openvino/tools/mo/front/caffe/tanh.py +++ b/tools/mo/openvino/tools/mo/front/caffe/tanh.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Tanh diff --git a/tools/mo/openvino/tools/mo/front/common/__init__.py b/tools/mo/openvino/tools/mo/front/common/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/common/__init__.py +++ b/tools/mo/openvino/tools/mo/front/common/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/common/custom_replacement_registry.py b/tools/mo/openvino/tools/mo/front/common/custom_replacement_registry.py index 1c045412b7e..299f7f12338 100644 --- a/tools/mo/openvino/tools/mo/front/common/custom_replacement_registry.py +++ b/tools/mo/openvino/tools/mo/front/common/custom_replacement_registry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/common/extractors/utils.py b/tools/mo/openvino/tools/mo/front/common/extractors/utils.py index 9f9d958f328..bec3432639f 100644 --- a/tools/mo/openvino/tools/mo/front/common/extractors/utils.py +++ b/tools/mo/openvino/tools/mo/front/common/extractors/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/common/find_unsupported_ops.py b/tools/mo/openvino/tools/mo/front/common/find_unsupported_ops.py index d22b3460f0d..013986c637b 100644 --- a/tools/mo/openvino/tools/mo/front/common/find_unsupported_ops.py +++ b/tools/mo/openvino/tools/mo/front/common/find_unsupported_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/common/layout.py b/tools/mo/openvino/tools/mo/front/common/layout.py index 8029bb6a5cb..6603e672545 100644 --- a/tools/mo/openvino/tools/mo/front/common/layout.py +++ b/tools/mo/openvino/tools/mo/front/common/layout.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/common/partial_infer/__init__.py b/tools/mo/openvino/tools/mo/front/common/partial_infer/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/common/partial_infer/__init__.py +++ b/tools/mo/openvino/tools/mo/front/common/partial_infer/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/common/partial_infer/batch_norm.py b/tools/mo/openvino/tools/mo/front/common/partial_infer/batch_norm.py index 185e2264e33..0591932217d 100644 --- a/tools/mo/openvino/tools/mo/front/common/partial_infer/batch_norm.py +++ b/tools/mo/openvino/tools/mo/front/common/partial_infer/batch_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/common/partial_infer/caffe_fallback.py b/tools/mo/openvino/tools/mo/front/common/partial_infer/caffe_fallback.py index 61b83f9a102..6116a206c4f 100644 --- a/tools/mo/openvino/tools/mo/front/common/partial_infer/caffe_fallback.py +++ b/tools/mo/openvino/tools/mo/front/common/partial_infer/caffe_fallback.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/common/partial_infer/concat.py b/tools/mo/openvino/tools/mo/front/common/partial_infer/concat.py index 2f1a78a43e8..ebabc3c8a52 100644 --- a/tools/mo/openvino/tools/mo/front/common/partial_infer/concat.py +++ b/tools/mo/openvino/tools/mo/front/common/partial_infer/concat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/common/partial_infer/crop.py b/tools/mo/openvino/tools/mo/front/common/partial_infer/crop.py index d619ad57ce3..5fddf71a3e3 100644 --- a/tools/mo/openvino/tools/mo/front/common/partial_infer/crop.py +++ b/tools/mo/openvino/tools/mo/front/common/partial_infer/crop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/common/partial_infer/elemental.py b/tools/mo/openvino/tools/mo/front/common/partial_infer/elemental.py index 2caafba0fed..47816313c01 100644 --- a/tools/mo/openvino/tools/mo/front/common/partial_infer/elemental.py +++ b/tools/mo/openvino/tools/mo/front/common/partial_infer/elemental.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 def single_output_infer(node, shape_infer, value_infer=None): diff --git a/tools/mo/openvino/tools/mo/front/common/partial_infer/eltwise.py b/tools/mo/openvino/tools/mo/front/common/partial_infer/eltwise.py index ea136b2cc49..90a687eee2f 100644 --- a/tools/mo/openvino/tools/mo/front/common/partial_infer/eltwise.py +++ b/tools/mo/openvino/tools/mo/front/common/partial_infer/eltwise.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/common/partial_infer/multi_box_prior.py b/tools/mo/openvino/tools/mo/front/common/partial_infer/multi_box_prior.py index d893a4e23bb..2c80a2ecaa5 100644 --- a/tools/mo/openvino/tools/mo/front/common/partial_infer/multi_box_prior.py +++ b/tools/mo/openvino/tools/mo/front/common/partial_infer/multi_box_prior.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import shape_array diff --git a/tools/mo/openvino/tools/mo/front/common/partial_infer/roipooling.py b/tools/mo/openvino/tools/mo/front/common/partial_infer/roipooling.py index bee053b170a..a136dd177d9 100644 --- a/tools/mo/openvino/tools/mo/front/common/partial_infer/roipooling.py +++ b/tools/mo/openvino/tools/mo/front/common/partial_infer/roipooling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/common/partial_infer/utils.py b/tools/mo/openvino/tools/mo/front/common/partial_infer/utils.py index b76477753c3..ffa6c6295e6 100644 --- a/tools/mo/openvino/tools/mo/front/common/partial_infer/utils.py +++ b/tools/mo/openvino/tools/mo/front/common/partial_infer/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/common/register_custom_ops.py b/tools/mo/openvino/tools/mo/front/common/register_custom_ops.py index 62cf29d31d2..166c5d5e575 100644 --- a/tools/mo/openvino/tools/mo/front/common/register_custom_ops.py +++ b/tools/mo/openvino/tools/mo/front/common/register_custom_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/common/replacement.py b/tools/mo/openvino/tools/mo/front/common/replacement.py index f1ce9b93781..5dd814b442d 100644 --- a/tools/mo/openvino/tools/mo/front/common/replacement.py +++ b/tools/mo/openvino/tools/mo/front/common/replacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/common/weights.py b/tools/mo/openvino/tools/mo/front/common/weights.py index 78c2d67aae0..1851a4848d7 100644 --- a/tools/mo/openvino/tools/mo/front/common/weights.py +++ b/tools/mo/openvino/tools/mo/front/common/weights.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Graph diff --git a/tools/mo/openvino/tools/mo/front/create_tensor_nodes.py b/tools/mo/openvino/tools/mo/front/create_tensor_nodes.py index 803ef668fcb..c43edb8d710 100644 --- a/tools/mo/openvino/tools/mo/front/create_tensor_nodes.py +++ b/tools/mo/openvino/tools/mo/front/create_tensor_nodes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/disable_weights_quantize_value_propagation.py b/tools/mo/openvino/tools/mo/front/disable_weights_quantize_value_propagation.py index d101782c6de..7158643e15f 100644 --- a/tools/mo/openvino/tools/mo/front/disable_weights_quantize_value_propagation.py +++ b/tools/mo/openvino/tools/mo/front/disable_weights_quantize_value_propagation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.FakeQuantWithMinMaxVars import FakeQuantWithMinMaxVarsToQuantize diff --git a/tools/mo/openvino/tools/mo/front/div.py b/tools/mo/openvino/tools/mo/front/div.py index 06f44aef568..34ed1031563 100644 --- a/tools/mo/openvino/tools/mo/front/div.py +++ b/tools/mo/openvino/tools/mo/front/div.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/eltwise_n.py b/tools/mo/openvino/tools/mo/front/eltwise_n.py index 7812629e8b5..328070f1fcf 100644 --- a/tools/mo/openvino/tools/mo/front/eltwise_n.py +++ b/tools/mo/openvino/tools/mo/front/eltwise_n.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Add, Maximum, Minimum, Mul diff --git a/tools/mo/openvino/tools/mo/front/extractor.py b/tools/mo/openvino/tools/mo/front/extractor.py index 92cd07e219f..a7b0f31b31d 100644 --- a/tools/mo/openvino/tools/mo/front/extractor.py +++ b/tools/mo/openvino/tools/mo/front/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import ast diff --git a/tools/mo/openvino/tools/mo/front/flatten_to_reshape.py b/tools/mo/openvino/tools/mo/front/flatten_to_reshape.py index 5168c62078b..84f8772fdef 100644 --- a/tools/mo/openvino/tools/mo/front/flatten_to_reshape.py +++ b/tools/mo/openvino/tools/mo/front/flatten_to_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.rank_decomposer import RankDecomposer diff --git a/tools/mo/openvino/tools/mo/front/freeze_placeholder_value.py b/tools/mo/openvino/tools/mo/front/freeze_placeholder_value.py index 966536bdc5a..2ff62b703d5 100644 --- a/tools/mo/openvino/tools/mo/front/freeze_placeholder_value.py +++ b/tools/mo/openvino/tools/mo/front/freeze_placeholder_value.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/global_pooling_to_reduce.py b/tools/mo/openvino/tools/mo/front/global_pooling_to_reduce.py index eb3dc77c1b7..2a1420bb6c8 100644 --- a/tools/mo/openvino/tools/mo/front/global_pooling_to_reduce.py +++ b/tools/mo/openvino/tools/mo/front/global_pooling_to_reduce.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/image_scaler.py b/tools/mo/openvino/tools/mo/front/image_scaler.py index 6ecc6a06be1..10f5b2bf876 100644 --- a/tools/mo/openvino/tools/mo/front/image_scaler.py +++ b/tools/mo/openvino/tools/mo/front/image_scaler.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/input_cut.py b/tools/mo/openvino/tools/mo/front/input_cut.py index f978a578915..6e0f3ba0072 100644 --- a/tools/mo/openvino/tools/mo/front/input_cut.py +++ b/tools/mo/openvino/tools/mo/front/input_cut.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/instance_normalization.py b/tools/mo/openvino/tools/mo/front/instance_normalization.py index 8ee63727fcc..32d60610e9a 100644 --- a/tools/mo/openvino/tools/mo/front/instance_normalization.py +++ b/tools/mo/openvino/tools/mo/front/instance_normalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Add, Mul diff --git a/tools/mo/openvino/tools/mo/front/interpolate_reshape.py b/tools/mo/openvino/tools/mo/front/interpolate_reshape.py index 85b781d6022..ed6db96104f 100644 --- a/tools/mo/openvino/tools/mo/front/interpolate_reshape.py +++ b/tools/mo/openvino/tools/mo/front/interpolate_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/__init__.py b/tools/mo/openvino/tools/mo/front/kaldi/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/__init__.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/kaldi/add_reshape_transpose_around_conv_pool.py b/tools/mo/openvino/tools/mo/front/kaldi/add_reshape_transpose_around_conv_pool.py index a039f74a1df..21b8660ba64 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/add_reshape_transpose_around_conv_pool.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/add_reshape_transpose_around_conv_pool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/kaldi/apply_counts.py b/tools/mo/openvino/tools/mo/front/kaldi/apply_counts.py index 8c52f4e2e04..952627450cf 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/apply_counts.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/apply_counts.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractor.py b/tools/mo/openvino/tools/mo/front/kaldi/extractor.py index 158a73d38e6..a501da5d225 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractor.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/__init__.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/__init__.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/add_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/add_ext.py index 34122067f86..0566bf7373a 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/add_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/add_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Add diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/add_shift_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/add_shift_ext.py index 19a444d2287..b033564349f 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/add_shift_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/add_shift_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_component_ext.py index fd00b2acdf2..e455e0a3d65 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_component_preconditioned_online_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_component_preconditioned_online_ext.py index b823c712e19..919d2465458 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_component_preconditioned_online_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_component_preconditioned_online_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_transform_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_transform_ext.py index fc399c9ac2a..58cbc92eba4 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_transform_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/affine_transform_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.MatMul import FullyConnected diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/backproptruncation_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/backproptruncation_ext.py index 16e8a58a57e..e3aeb7851d6 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/backproptruncation_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/backproptruncation_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/batchnorm_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/batchnorm_component_ext.py index d87ac25db30..cda4c33466b 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/batchnorm_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/batchnorm_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/bias_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/bias_component_ext.py index cfc3f6305f2..ef942692382 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/bias_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/bias_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.extractors.utils import embed_input diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/clip_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/clip_ext.py index d1db1c6e4c5..4ffb53900da 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/clip_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/clip_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/concat_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/concat_ext.py index d3f85c05543..d6fc7a4f4ce 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/concat_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/concat_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/const_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/const_ext.py index 48854629d70..9deef60457c 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/const_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/const_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/convolutional_1d_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/convolutional_1d_component_ext.py index 73ad0b2fd2e..487c45892f9 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/convolutional_1d_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/convolutional_1d_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.extractors.utils import embed_input diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/convolutional_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/convolutional_component_ext.py index 4ee553f7ce2..bb3517c94cb 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/convolutional_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/convolutional_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/copy_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/copy_ext.py index 87ac70adb76..becd2af07e3 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/copy_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/copy_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/crop_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/crop_ext.py index 885091451b1..31d03fd915d 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/crop_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/crop_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/dropoutmask_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/dropoutmask_ext.py index 5622625be01..54c704d6f69 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/dropoutmask_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/dropoutmask_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp from openvino.tools.mo.front.kaldi.loader.utils import collect_until_token, collect_until_token_and_read, read_binary_float_token diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/elementwise_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/elementwise_component_ext.py index ccd42d35710..3111388312d 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/elementwise_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/elementwise_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/fixed_affine_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/fixed_affine_component_ext.py index 9e1dc42708e..bba13add8ca 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/fixed_affine_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/fixed_affine_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.MatMul import FullyConnected diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/generaldropout_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/generaldropout_ext.py index a14893707c2..0c1632496f9 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/generaldropout_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/generaldropout_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/linear_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/linear_component_ext.py index 59318b2453a..3cd2ed584e9 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/linear_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/linear_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.MatMul import FullyConnected diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/lstm_nonlinearity_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/lstm_nonlinearity_ext.py index 3f184f9d7a0..c1b87110010 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/lstm_nonlinearity_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/lstm_nonlinearity_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/lstm_projected_streams_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/lstm_projected_streams_ext.py index 2059d8ce9e9..956bb0ee8ca 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/lstm_projected_streams_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/lstm_projected_streams_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.lstm_cell import LSTMCell diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/max_pooling_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/max_pooling_ext.py index 0332f3e25bb..17c9b436386 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/max_pooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/max_pooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/memoryoffset_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/memoryoffset_ext.py index 7bcdfc89650..b6561870b5d 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/memoryoffset_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/memoryoffset_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/mul_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/mul_ext.py index d2fd3697259..4460d489d22 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/mul_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/mul_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Mul diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/naturalgradient_affine_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/naturalgradient_affine_component_ext.py index 7d39bd17a6c..05ced2e2631 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/naturalgradient_affine_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/naturalgradient_affine_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/noop_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/noop_ext.py index 78699953bcf..c5cb49f669f 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/noop_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/noop_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/normalize_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/normalize_component_ext.py index 113a7f896e3..53ed56fbc0c 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/normalize_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/normalize_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/pnorm_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/pnorm_component_ext.py index e2a8a5cf885..5f36a5a7b62 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/pnorm_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/pnorm_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.pnorm import PNormOp diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/rectified_linear_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/rectified_linear_component_ext.py index 814e090e62a..2538af9d325 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/rectified_linear_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/rectified_linear_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import ReLU diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/rescale_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/rescale_ext.py index 914409da980..4c7b72b9865 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/rescale_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/rescale_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.extractors.utils import embed_input diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/restrictedattentioncomponent_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/restrictedattentioncomponent_ext.py index eb99262080d..b2eae6d5a56 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/restrictedattentioncomponent_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/restrictedattentioncomponent_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/scale_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/scale_component_ext.py index 62b080ca423..022346f13d2 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/scale_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/scale_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.extractors.utils import embed_input diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/softmax_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/softmax_ext.py index 47bf84edd62..7881d79a28b 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/softmax_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/softmax_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/specaugment_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/specaugment_component_ext.py index 653617a0eab..b4a460c4248 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/specaugment_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/specaugment_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/splice_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/splice_component_ext.py index 0a96d59bbfb..1b153ad6225 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/splice_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/splice_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/tdnncomponent_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/tdnncomponent_ext.py index f8b9dc10184..810df859406 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/tdnncomponent_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/tdnncomponent_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/extractors/timeheightconvolution_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/extractors/timeheightconvolution_ext.py index 5a7ee97dfd4..df5e627e85c 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/extractors/timeheightconvolution_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/extractors/timeheightconvolution_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/loader/__init__.py b/tools/mo/openvino/tools/mo/front/kaldi/loader/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/loader/__init__.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/loader/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/kaldi/loader/loader.py b/tools/mo/openvino/tools/mo/front/kaldi/loader/loader.py index 23aba4c95dc..05a713d8d5c 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/loader/loader.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/loader/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/kaldi/loader/utils.py b/tools/mo/openvino/tools/mo/front/kaldi/loader/utils.py index 6c98383d956..7beb6a69f5f 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/loader/utils.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/loader/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import io diff --git a/tools/mo/openvino/tools/mo/front/kaldi/logsoftmax_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/logsoftmax_component_ext.py index bb5b70eb2c0..a3ebc861b2f 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/logsoftmax_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/logsoftmax_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.log_softmax import LogSoftmax diff --git a/tools/mo/openvino/tools/mo/front/kaldi/memory_offset_adjustment.py b/tools/mo/openvino/tools/mo/front/kaldi/memory_offset_adjustment.py index df57111e7e9..a939f0e100b 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/memory_offset_adjustment.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/memory_offset_adjustment.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import networkx as nx diff --git a/tools/mo/openvino/tools/mo/front/kaldi/memoryoffset_batch_update.py b/tools/mo/openvino/tools/mo/front/kaldi/memoryoffset_batch_update.py index 8d53a11ff2c..5a747ef7906 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/memoryoffset_batch_update.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/memoryoffset_batch_update.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/kaldi/register_custom_ops.py b/tools/mo/openvino/tools/mo/front/kaldi/register_custom_ops.py index 16ea6980909..cb87f2148d7 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/register_custom_ops.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/register_custom_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementOp, FrontReplacementSubgraph, FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/kaldi/replace_dropoutmask.py b/tools/mo/openvino/tools/mo/front/kaldi/replace_dropoutmask.py index f600a34c9a6..cedea76e116 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/replace_dropoutmask.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/replace_dropoutmask.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.InsertSelect import check_inputs from openvino.tools.mo.middle.MakeKaldiConstReshapable import create_const_with_batch_from_input diff --git a/tools/mo/openvino/tools/mo/front/kaldi/replace_eltwise_nin1.py b/tools/mo/openvino/tools/mo/front/kaldi/replace_eltwise_nin1.py index a7644e9cd12..63752e34f96 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/replace_eltwise_nin1.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/replace_eltwise_nin1.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Add, Mul diff --git a/tools/mo/openvino/tools/mo/front/kaldi/replace_lstm_node_pattern.py b/tools/mo/openvino/tools/mo/front/kaldi/replace_lstm_node_pattern.py index b011450fed6..c10902f2c65 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/replace_lstm_node_pattern.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/replace_lstm_node_pattern.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/replace_lstm_nonlinearity.py b/tools/mo/openvino/tools/mo/front/kaldi/replace_lstm_nonlinearity.py index 95a4eaa43d6..24a75188a40 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/replace_lstm_nonlinearity.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/replace_lstm_nonlinearity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/replace_timeheightconvolution.py b/tools/mo/openvino/tools/mo/front/kaldi/replace_timeheightconvolution.py index 8ac833159ee..1e266619672 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/replace_timeheightconvolution.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/replace_timeheightconvolution.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/kaldi/restrictedattentioncomponent_replacer.py b/tools/mo/openvino/tools/mo/front/kaldi/restrictedattentioncomponent_replacer.py index da1c9b59463..c84a6b2217f 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/restrictedattentioncomponent_replacer.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/restrictedattentioncomponent_replacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/kaldi/set_ports.py b/tools/mo/openvino/tools/mo/front/kaldi/set_ports.py index a69ed745621..2208880bb6b 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/set_ports.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/set_ports.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementSubgraph diff --git a/tools/mo/openvino/tools/mo/front/kaldi/sigmoid_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/sigmoid_ext.py index f4ddc30baba..a41dc8af8b6 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/sigmoid_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/sigmoid_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Sigmoid diff --git a/tools/mo/openvino/tools/mo/front/kaldi/split_recurrent_memoryoffset.py b/tools/mo/openvino/tools/mo/front/kaldi/split_recurrent_memoryoffset.py index 0e12ea839d8..e7b0370aebc 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/split_recurrent_memoryoffset.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/split_recurrent_memoryoffset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import networkx as nx diff --git a/tools/mo/openvino/tools/mo/front/kaldi/tanh_component_ext.py b/tools/mo/openvino/tools/mo/front/kaldi/tanh_component_ext.py index 365b5c6d25f..e972760822b 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/tanh_component_ext.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/tanh_component_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Tanh diff --git a/tools/mo/openvino/tools/mo/front/kaldi/tdnn_component_replacer.py b/tools/mo/openvino/tools/mo/front/kaldi/tdnn_component_replacer.py index a9fb63f7e61..f29aaf5ef5e 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/tdnn_component_replacer.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/tdnn_component_replacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.MatMul import FullyConnected diff --git a/tools/mo/openvino/tools/mo/front/kaldi/utils.py b/tools/mo/openvino/tools/mo/front/kaldi/utils.py index bacf5ef6226..4871c27150d 100644 --- a/tools/mo/openvino/tools/mo/front/kaldi/utils.py +++ b/tools/mo/openvino/tools/mo/front/kaldi/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import io diff --git a/tools/mo/openvino/tools/mo/front/mxnet/MXFFTToDFT.py b/tools/mo/openvino/tools/mo/front/mxnet/MXFFTToDFT.py index 718eafb1b54..db943bc962c 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/MXFFTToDFT.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/MXFFTToDFT.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/MXRepeatReplacer.py b/tools/mo/openvino/tools/mo/front/mxnet/MXRepeatReplacer.py index 12b66f5c2f9..a4a117230bb 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/MXRepeatReplacer.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/MXRepeatReplacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.rank_decomposer import RankDecomposer diff --git a/tools/mo/openvino/tools/mo/front/mxnet/RNN_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/RNN_ext.py index c5ded6cace7..26606ab4056 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/RNN_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/RNN_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.GRU import GRU diff --git a/tools/mo/openvino/tools/mo/front/mxnet/__init__.py b/tools/mo/openvino/tools/mo/front/mxnet/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/__init__.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/mxnet/activation.py b/tools/mo/openvino/tools/mo/front/mxnet/activation.py index 8efd34633fa..b9bb3c88023 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/activation.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/activation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import SoftPlus, Sigmoid, Tanh, ReLU, \ diff --git a/tools/mo/openvino/tools/mo/front/mxnet/adaptive_avg_pooling_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/adaptive_avg_pooling_ext.py index 0c1d6c48242..9cd6fa207f0 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/adaptive_avg_pooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/adaptive_avg_pooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.adaptive_avg_pooling import AdaptiveAvgPooling diff --git a/tools/mo/openvino/tools/mo/front/mxnet/add_input_data_to_prior_boxes.py b/tools/mo/openvino/tools/mo/front/mxnet/add_input_data_to_prior_boxes.py index b9fc38d820d..fe8faa9ae6f 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/add_input_data_to_prior_boxes.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/add_input_data_to_prior_boxes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/mxnet/arange_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/arange_ext.py index cf338718da6..78cc8c38cca 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/arange_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/arange_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/arange_replacer.py b/tools/mo/openvino/tools/mo/front/mxnet/arange_replacer.py index badcc43bcc3..29c40a0f46e 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/arange_replacer.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/arange_replacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.mxnet.MXRepeatReplacer import MXRepeatReplacer diff --git a/tools/mo/openvino/tools/mo/front/mxnet/batch_dot_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/batch_dot_ext.py index 7869db337d3..ef78a536044 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/batch_dot_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/batch_dot_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/mxnet/block_grad_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/block_grad_ext.py index af68baa8a4c..38ce05f68f6 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/block_grad_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/block_grad_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity diff --git a/tools/mo/openvino/tools/mo/front/mxnet/box_nms_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/box_nms_ext.py index 93485bd89b4..3ac0d7f273a 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/box_nms_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/box_nms_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.box_nms import BoxNms diff --git a/tools/mo/openvino/tools/mo/front/mxnet/cast_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/cast_ext.py index 830b189c17c..b20b3add989 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/cast_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/cast_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/check_softmax_node_inputs.py b/tools/mo/openvino/tools/mo/front/mxnet/check_softmax_node_inputs.py index 7445fc535c1..bd3c7bdca6a 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/check_softmax_node_inputs.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/check_softmax_node_inputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/mxnet/clip_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/clip_ext.py index e9d2e243ab0..5cc6c75d00b 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/clip_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/clip_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/conv_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/conv_ext.py index 688cb21cf35..26a951d50c5 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/conv_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/conv_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/copy_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/copy_ext.py index ed637de9eef..cdfa5c68b76 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/copy_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/copy_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity diff --git a/tools/mo/openvino/tools/mo/front/mxnet/crop_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/crop_ext.py index 5349f928935..bc22ebe8116 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/crop_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/crop_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/cumsum.py b/tools/mo/openvino/tools/mo/front/mxnet/cumsum.py index 8a3d294535e..800fc00be31 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/cumsum.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/cumsum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.Cast import Cast diff --git a/tools/mo/openvino/tools/mo/front/mxnet/cumsum_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/cumsum_ext.py index 7bd7be0a682..dff58685296 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/cumsum_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/cumsum_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/custom.py b/tools/mo/openvino/tools/mo/front/mxnet/custom.py index e6cd28d8f90..b283f005896 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/custom.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/custom.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp, MXNetCustomFrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/custom_rpn_proposal.py b/tools/mo/openvino/tools/mo/front/mxnet/custom_rpn_proposal.py index 650c75a8a5d..92a214373ab 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/custom_rpn_proposal.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/custom_rpn_proposal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/mxnet/deformable_conv_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/deformable_conv_ext.py index 9a03a4af111..2591ac1f752 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/deformable_conv_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/deformable_conv_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/deformable_psroi_pooling_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/deformable_psroi_pooling_ext.py index 293a1b12f80..49ae8303c17 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/deformable_psroi_pooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/deformable_psroi_pooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.psroipooling import DeformablePSROIPoolingOp, PSROIPoolingOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/div_sqrt_dim.py b/tools/mo/openvino/tools/mo/front/mxnet/div_sqrt_dim.py index 168ae4a6368..46d780a8fff 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/div_sqrt_dim.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/div_sqrt_dim.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/dropout_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/dropout_ext.py index fd358c94c18..63635aae8db 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/dropout_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/dropout_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity diff --git a/tools/mo/openvino/tools/mo/front/mxnet/einsum_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/einsum_ext.py index 51932118e5c..6d74e5ad667 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/einsum_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/einsum_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.einsum import Einsum diff --git a/tools/mo/openvino/tools/mo/front/mxnet/elementwise_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/elementwise_ext.py index ea62b99ced9..998a6dbda7c 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/elementwise_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/elementwise_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/eltwise_scalar_replacers.py b/tools/mo/openvino/tools/mo/front/mxnet/eltwise_scalar_replacers.py index d61c09f8867..b25b2e653ed 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/eltwise_scalar_replacers.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/eltwise_scalar_replacers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Div, Greater, GreaterEqual, Equal, NotEqual, Sub, Mul, Add, Less, LessEqual, Minimum, Maximum diff --git a/tools/mo/openvino/tools/mo/front/mxnet/exp_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/exp_ext.py index 36822490e36..10cb1da2997 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/exp_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/exp_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Exp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/expand_dims_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/expand_dims_ext.py index cb744d921a7..46dfa68bb45 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/expand_dims_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/expand_dims_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractor.py b/tools/mo/openvino/tools/mo/front/mxnet/extractor.py index 2ebfcd58768..472e26856f1 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractor.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.mxnet.extractors.batchnorm import batch_norm_ext diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractors/__init__.py b/tools/mo/openvino/tools/mo/front/mxnet/extractors/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractors/__init__.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractors/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractors/add_n.py b/tools/mo/openvino/tools/mo/front/mxnet/extractors/add_n.py index 487fe568975..57b1e69338e 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractors/add_n.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractors/add_n.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 def add_n_ext(attrs): diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractors/batchnorm.py b/tools/mo/openvino/tools/mo/front/mxnet/extractors/batchnorm.py index 1e437622085..ed6d7c66bd0 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractors/batchnorm.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractors/batchnorm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.extractors.utils import layout_attrs diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractors/concat.py b/tools/mo/openvino/tools/mo/front/mxnet/extractors/concat.py index f409622734d..200a1f75c6f 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractors/concat.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractors/concat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.concat import concat_infer diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractors/l2_normalization.py b/tools/mo/openvino/tools/mo/front/mxnet/extractors/l2_normalization.py index 0b5b7c87c3e..45e116c7635 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractors/l2_normalization.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractors/l2_normalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractors/multibox_prior.py b/tools/mo/openvino/tools/mo/front/mxnet/extractors/multibox_prior.py index 5ed05d08261..97068f47ee1 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractors/multibox_prior.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractors/multibox_prior.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.multi_box_prior import multi_box_prior_infer_mxnet diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractors/relu.py b/tools/mo/openvino/tools/mo/front/mxnet/extractors/relu.py index fab8e3f9356..417cf71ad69 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractors/relu.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractors/relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import ReLU diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractors/scaleshift.py b/tools/mo/openvino/tools/mo/front/mxnet/extractors/scaleshift.py index ec3ba2343dd..bf2fb0deac4 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractors/scaleshift.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractors/scaleshift.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.extractors.utils import layout_attrs diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractors/slice_axis.py b/tools/mo/openvino/tools/mo/front/mxnet/extractors/slice_axis.py index f67596eac88..16fab9e0010 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractors/slice_axis.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractors/slice_axis.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.caffe.extractors.utils import get_canonical_axis_index diff --git a/tools/mo/openvino/tools/mo/front/mxnet/extractors/utils.py b/tools/mo/openvino/tools/mo/front/mxnet/extractors/utils.py index 928f5ef859a..0d6f98a92c7 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/extractors/utils.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/extractors/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import mxnet as mx diff --git a/tools/mo/openvino/tools/mo/front/mxnet/eye_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/eye_ext.py index 53de7811db0..82f52ef3b8d 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/eye_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/eye_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/eye_mx_to_eye.py b/tools/mo/openvino/tools/mo/front/mxnet/eye_mx_to_eye.py index 309738e608a..7e732e00e34 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/eye_mx_to_eye.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/eye_mx_to_eye.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/mxnet/fft_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/fft_ext.py index 59b9adfa6b6..e9c6df28223 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/fft_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/fft_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.mxfft import MXFFT diff --git a/tools/mo/openvino/tools/mo/front/mxnet/flatten_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/flatten_ext.py index 79ab40a06ee..1c792f378df 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/flatten_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/flatten_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/fully_connected_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/fully_connected_ext.py index a040ac1c0c1..74d69ae0f57 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/fully_connected_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/fully_connected_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.MatMul import FullyConnected diff --git a/tools/mo/openvino/tools/mo/front/mxnet/gather.py b/tools/mo/openvino/tools/mo/front/mxnet/gather.py index 2da9354e8fd..ff540b6f0d2 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/gather.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/gather.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.gather import Gather diff --git a/tools/mo/openvino/tools/mo/front/mxnet/gather_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/gather_ext.py index 1fe3cacdb76..536eecb7d30 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/gather_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/gather_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/gluoncv_ssd_anchors.py b/tools/mo/openvino/tools/mo/front/mxnet/gluoncv_ssd_anchors.py index 7ce543984fc..da2dac419d8 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/gluoncv_ssd_anchors.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/gluoncv_ssd_anchors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import Dict diff --git a/tools/mo/openvino/tools/mo/front/mxnet/instance_norm_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/instance_norm_ext.py index bb029ac51bd..898a6ad0416 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/instance_norm_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/instance_norm_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.instance_normalization import InstanceNormalization diff --git a/tools/mo/openvino/tools/mo/front/mxnet/layer_norm_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/layer_norm_ext.py index 8669cb8473e..33669cb28da 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/layer_norm_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/layer_norm_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp from openvino.tools.mo.front.mxnet.extractors.utils import get_mxnet_layer_attrs diff --git a/tools/mo/openvino/tools/mo/front/mxnet/leaky_relu.py b/tools/mo/openvino/tools/mo/front/mxnet/leaky_relu.py index bef55649e87..1489def4bcc 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/leaky_relu.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/leaky_relu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Elu, LeakyReLU, ReLU diff --git a/tools/mo/openvino/tools/mo/front/mxnet/loader.py b/tools/mo/openvino/tools/mo/front/mxnet/loader.py index caa3442244b..9185d6d34b2 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/loader.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import json diff --git a/tools/mo/openvino/tools/mo/front/mxnet/lrn_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/lrn_ext.py index 8072365d175..656ec9101a3 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/lrn_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/lrn_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/max_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/max_ext.py index 437e8e6adbe..80508fb62d6 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/max_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/max_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ReduceOps import ReduceMax diff --git a/tools/mo/openvino/tools/mo/front/mxnet/modulated_deformable_conv_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/modulated_deformable_conv_ext.py index 48017c4a0f1..bedcf967c08 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/modulated_deformable_conv_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/modulated_deformable_conv_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/modulated_deformable_conv_replacer.py b/tools/mo/openvino/tools/mo/front/mxnet/modulated_deformable_conv_replacer.py index 11d40ae0ed3..7c1ff3311bf 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/modulated_deformable_conv_replacer.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/modulated_deformable_conv_replacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/mxnet/multibox_detection_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/multibox_detection_ext.py index 2ac9ebd6840..d790f4e60c6 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/multibox_detection_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/multibox_detection_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.DetectionOutput import DetectionOutput diff --git a/tools/mo/openvino/tools/mo/front/mxnet/mx_reshape_reverse.py b/tools/mo/openvino/tools/mo/front/mxnet/mx_reshape_reverse.py index 2d600b490f6..eca8a2b10c6 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/mx_reshape_reverse.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/mx_reshape_reverse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/mx_reshape_to_reshape.py b/tools/mo/openvino/tools/mo/front/mxnet/mx_reshape_to_reshape.py index 16c0f47bf7a..7bb48b8c699 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/mx_reshape_to_reshape.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/mx_reshape_to_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/nd_to_params.py b/tools/mo/openvino/tools/mo/front/mxnet/nd_to_params.py index c818e497a80..dcf27533411 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/nd_to_params.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/nd_to_params.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/openvino/tools/mo/front/mxnet/null_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/null_ext.py index 68f061510ed..ccf82400b43 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/null_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/null_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.parameter import Parameter diff --git a/tools/mo/openvino/tools/mo/front/mxnet/pad_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/pad_ext.py index 737bec4e9d9..6472c070d79 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/pad_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/pad_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/mxnet/pooling_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/pooling_ext.py index f119bedf731..8a592f70530 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/pooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/pooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/proposal_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/proposal_ext.py index 6360e62b76f..2739e589d01 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/proposal_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/proposal_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/mxnet/psroi_pooling_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/psroi_pooling_ext.py index fc6c201f405..3778953ee03 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/psroi_pooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/psroi_pooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.psroipooling import PSROIPoolingOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/random_uniform_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/random_uniform_ext.py index b9ac547bcc2..e22231cc650 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/random_uniform_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/random_uniform_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/register_custom_ops.py b/tools/mo/openvino/tools/mo/front/mxnet/register_custom_ops.py index 42260e5e2db..d294ec17e98 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/register_custom_ops.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/register_custom_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementOp, FrontReplacementSubgraph, FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/mxnet/repeat_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/repeat_ext.py index 7d373ae47bc..bd0d277d176 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/repeat_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/repeat_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.mxrepeat import MXRepeat diff --git a/tools/mo/openvino/tools/mo/front/mxnet/reshape_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/reshape_ext.py index 2d71c0608eb..fd8e8fb6d2f 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/reshape_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/reshape_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.mxreshape import MXReshape diff --git a/tools/mo/openvino/tools/mo/front/mxnet/rnn_param_concat.py b/tools/mo/openvino/tools/mo/front/mxnet/rnn_param_concat.py index 1c97863e310..d2b99b1bdb4 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/rnn_param_concat.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/rnn_param_concat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/roi_pooling_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/roi_pooling_ext.py index 7301d663b45..f25432fa99e 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/roi_pooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/roi_pooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.extractors.utils import layout_attrs diff --git a/tools/mo/openvino/tools/mo/front/mxnet/roll_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/roll_ext.py index 43da861aad1..23d58e08ea1 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/roll_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/roll_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.roll import AttributedRoll diff --git a/tools/mo/openvino/tools/mo/front/mxnet/shape_array_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/shape_array_ext.py index fd80553815c..754545caec0 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/shape_array_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/shape_array_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/sigmoid.py b/tools/mo/openvino/tools/mo/front/mxnet/sigmoid.py index ac80ed47e5c..0ec89701d3d 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/sigmoid.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/sigmoid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Sigmoid diff --git a/tools/mo/openvino/tools/mo/front/mxnet/slice_channel_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/slice_channel_ext.py index 878cc3c97f8..ff1f465b41f 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/slice_channel_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/slice_channel_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.split import AttributedSplit diff --git a/tools/mo/openvino/tools/mo/front/mxnet/slice_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/slice_ext.py index a4a0e53c3ff..ef2206c237c 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/slice_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/slice_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/mxnet/slice_like_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/slice_like_ext.py index fe6f1dbbf67..82c0db1099b 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/slice_like_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/slice_like_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.slice_like import SliceLike diff --git a/tools/mo/openvino/tools/mo/front/mxnet/slice_replacers.py b/tools/mo/openvino/tools/mo/front/mxnet/slice_replacers.py index 42016e66697..0d9430cbf2a 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/slice_replacers.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/slice_replacers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/softmax.py b/tools/mo/openvino/tools/mo/front/mxnet/softmax.py index 4d7463dc9f7..de17575b1ba 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/softmax.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/softmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/mxnet/softmax_activation_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/softmax_activation_ext.py index 24065691db3..366269ad0f2 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/softmax_activation_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/softmax_activation_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/softmax_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/softmax_ext.py index 8897b61584c..8256c61a37f 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/softmax_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/softmax_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/softmax_output_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/softmax_output_ext.py index 2268300abb6..6634eec6631 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/softmax_output_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/softmax_output_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/softsign_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/softsign_ext.py index a3b470728e4..a1ef7dfc184 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/softsign_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/softsign_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/squeeze_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/squeeze_ext.py index 68d5804d44f..603be68c83a 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/squeeze_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/squeeze_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/ssd_anchor_reshape.py b/tools/mo/openvino/tools/mo/front/mxnet/ssd_anchor_reshape.py index 5c7322f539d..a83805b1748 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/ssd_anchor_reshape.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/ssd_anchor_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/mxnet/ssd_detection_output_replacer.py b/tools/mo/openvino/tools/mo/front/mxnet/ssd_detection_output_replacer.py index 85d377673be..e1855234cc1 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/ssd_detection_output_replacer.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/ssd_detection_output_replacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.flatten_to_reshape import FlattenToReshape diff --git a/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_flatten_softmax_activation.py b/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_flatten_softmax_activation.py index 84eb3c5d597..2dca5e0af8b 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_flatten_softmax_activation.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_flatten_softmax_activation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.mxnet.ssd_pattern_remove_flatten import SsdPatternRemoveFlatten diff --git a/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_flatten.py b/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_flatten.py index a06238ded09..4b99fc5d273 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_flatten.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_flatten.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.flatten_to_reshape import FlattenToReshape diff --git a/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_reshape.py b/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_reshape.py index 2a1e36023da..33a6e8c24db 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_reshape.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementSubgraph diff --git a/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_transpose.py b/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_transpose.py index bed7e717428..49e1652d80e 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_transpose.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/ssd_pattern_remove_transpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.mxnet.ssd_pattern_flatten_softmax_activation import SsdPatternFlattenSoftmaxActivation diff --git a/tools/mo/openvino/tools/mo/front/mxnet/ssd_reorder_detection_out_inputs.py b/tools/mo/openvino/tools/mo/front/mxnet/ssd_reorder_detection_out_inputs.py index 0e495303944..1090134f3a0 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/ssd_reorder_detection_out_inputs.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/ssd_reorder_detection_out_inputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.mxnet.ssd_pattern_flatten_softmax_activation import SsdPatternFlattenSoftmaxActivation diff --git a/tools/mo/openvino/tools/mo/front/mxnet/stack_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/stack_ext.py index da9587c89a0..1d1f00c9c75 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/stack_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/stack_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.pack import PackOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/swapaxis_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/swapaxis_ext.py index 2768dcd1d42..3831cf87713 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/swapaxis_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/swapaxis_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.swapaxis import SwapAxis diff --git a/tools/mo/openvino/tools/mo/front/mxnet/take_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/take_ext.py index b44cd431e99..0c557a35b61 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/take_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/take_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.gather import AttributedGather diff --git a/tools/mo/openvino/tools/mo/front/mxnet/tile_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/tile_ext.py index 93d17911461..781b1e99b38 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/tile_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/tile_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/mxnet/tile_replacer.py b/tools/mo/openvino/tools/mo/front/mxnet/tile_replacer.py index 344f88f773a..79be16ca5ab 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/tile_replacer.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/tile_replacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/mxnet/transpose_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/transpose_ext.py index 4ae9741d397..26e83210536 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/transpose_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/transpose_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/mxnet/up_sampling_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/up_sampling_ext.py index 52039a1fefc..3ba5c539195 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/up_sampling_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/up_sampling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import math diff --git a/tools/mo/openvino/tools/mo/front/mxnet/where_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/where_ext.py index 16f475509c6..0498c94a07b 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/where_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/where_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.select import Select diff --git a/tools/mo/openvino/tools/mo/front/mxnet/zeros_ext.py b/tools/mo/openvino/tools/mo/front/mxnet/zeros_ext.py index 61e7133ccbb..b24ea66c170 100644 --- a/tools/mo/openvino/tools/mo/front/mxnet/zeros_ext.py +++ b/tools/mo/openvino/tools/mo/front/mxnet/zeros_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/no_op_eraser.py b/tools/mo/openvino/tools/mo/front/no_op_eraser.py index 67f5492bbaa..3c24b19ac0f 100644 --- a/tools/mo/openvino/tools/mo/front/no_op_eraser.py +++ b/tools/mo/openvino/tools/mo/front/no_op_eraser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/non_max_suppression_normalize.py b/tools/mo/openvino/tools/mo/front/non_max_suppression_normalize.py index c4f581816b8..11cc1b5d1e3 100644 --- a/tools/mo/openvino/tools/mo/front/non_max_suppression_normalize.py +++ b/tools/mo/openvino/tools/mo/front/non_max_suppression_normalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/AttributedSliceToSlice.py b/tools/mo/openvino/tools/mo/front/onnx/AttributedSliceToSlice.py index a5a52cf94f9..433597c9c85 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/AttributedSliceToSlice.py +++ b/tools/mo/openvino/tools/mo/front/onnx/AttributedSliceToSlice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/CTCGreedyDecoder_ext.py b/tools/mo/openvino/tools/mo/front/onnx/CTCGreedyDecoder_ext.py index 346961cc2fd..e6f66c42b02 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/CTCGreedyDecoder_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/CTCGreedyDecoder_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ctc_greedy_decoder_seq_len import CTCGreedyDecoderSeqLenOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/LoopNormalize.py b/tools/mo/openvino/tools/mo/front/onnx/LoopNormalize.py index a792e51a6da..222e63d631d 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/LoopNormalize.py +++ b/tools/mo/openvino/tools/mo/front/onnx/LoopNormalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/MvnOnnxToMvn.py b/tools/mo/openvino/tools/mo/front/onnx/MvnOnnxToMvn.py index 6132e7914b7..3a3438d39b5 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/MvnOnnxToMvn.py +++ b/tools/mo/openvino/tools/mo/front/onnx/MvnOnnxToMvn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.mvn import MVN diff --git a/tools/mo/openvino/tools/mo/front/onnx/ONNXResize10ToInterpolate.py b/tools/mo/openvino/tools/mo/front/onnx/ONNXResize10ToInterpolate.py index 489474b4382..d4eb4240ecd 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/ONNXResize10ToInterpolate.py +++ b/tools/mo/openvino/tools/mo/front/onnx/ONNXResize10ToInterpolate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/onnx/__init__.py b/tools/mo/openvino/tools/mo/front/onnx/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/__init__.py +++ b/tools/mo/openvino/tools/mo/front/onnx/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/onnx/activation_ext.py b/tools/mo/openvino/tools/mo/front/onnx/activation_ext.py index 180ada43bcd..8f8ae899159 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/activation_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/activation_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import * diff --git a/tools/mo/openvino/tools/mo/front/onnx/affine_ext.py b/tools/mo/openvino/tools/mo/front/onnx/affine_ext.py index f4e12f08d2b..491c27d50c0 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/affine_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/affine_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/argmax_ext.py b/tools/mo/openvino/tools/mo/front/onnx/argmax_ext.py index 2a26714eeea..f21bf86f825 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/argmax_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/argmax_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.argmax import ArgMaxOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/argmin_ext.py b/tools/mo/openvino/tools/mo/front/onnx/argmin_ext.py index e9fbf812afe..9aad2ef84da 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/argmin_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/argmin_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.argmin import ArgMinOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/aten_ext.py b/tools/mo/openvino/tools/mo/front/onnx/aten_ext.py index 99c2ac82181..4a36d7676f0 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/aten_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/aten_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.aten import ATen diff --git a/tools/mo/openvino/tools/mo/front/onnx/cast_ext.py b/tools/mo/openvino/tools/mo/front/onnx/cast_ext.py index a63a19dfc2e..ba7a8f5b15b 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/cast_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/cast_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.Cast import Cast diff --git a/tools/mo/openvino/tools/mo/front/onnx/clip_ext.py b/tools/mo/openvino/tools/mo/front/onnx/clip_ext.py index 9450e0709dc..5ecc7d15ff6 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/clip_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/clip_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/onnx/concat_ext.py b/tools/mo/openvino/tools/mo/front/onnx/concat_ext.py index cdb8d4b06cd..0e0d41a0f87 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/concat_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/concat_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.onnx.extractors.utils import onnx_attr diff --git a/tools/mo/openvino/tools/mo/front/onnx/const_ext.py b/tools/mo/openvino/tools/mo/front/onnx/const_ext.py index a1382139ed3..9cb6811cee8 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/const_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/const_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from onnx import numpy_helper diff --git a/tools/mo/openvino/tools/mo/front/onnx/constant_fill_ext.py b/tools/mo/openvino/tools/mo/front/onnx/constant_fill_ext.py index a7e2746aaee..a1821e3fed6 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/constant_fill_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/constant_fill_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.constant_fill import ConstantFill diff --git a/tools/mo/openvino/tools/mo/front/onnx/constant_of_shape_ext.py b/tools/mo/openvino/tools/mo/front/onnx/constant_of_shape_ext.py index c1b3b679a18..1c297cb1581 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/constant_of_shape_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/constant_of_shape_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/constant_of_shape_to_broadcast.py b/tools/mo/openvino/tools/mo/front/onnx/constant_of_shape_to_broadcast.py index 5fb20011e51..263a76f4c61 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/constant_of_shape_to_broadcast.py +++ b/tools/mo/openvino/tools/mo/front/onnx/constant_of_shape_to_broadcast.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/onnx/conv_ext.py b/tools/mo/openvino/tools/mo/front/onnx/conv_ext.py index 105f309d9b7..9d424035d85 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/conv_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/conv_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/crop_ext.py b/tools/mo/openvino/tools/mo/front/onnx/crop_ext.py index b48abb731d3..89baee74998 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/crop_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/crop_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/onnx/cumsum_ext.py b/tools/mo/openvino/tools/mo/front/onnx/cumsum_ext.py index c1ec7085b56..b43c848d300 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/cumsum_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/cumsum_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.cumsum import CumSum diff --git a/tools/mo/openvino/tools/mo/front/onnx/deformable_conv_ext.py b/tools/mo/openvino/tools/mo/front/onnx/deformable_conv_ext.py index 8f356650582..1f0a765336a 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/deformable_conv_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/deformable_conv_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/depth_to_space_ext.py b/tools/mo/openvino/tools/mo/front/onnx/depth_to_space_ext.py index 4d72c0ce9b7..21b817b1b3c 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/depth_to_space_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/depth_to_space_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/onnx/dequantize_linear_ext.py b/tools/mo/openvino/tools/mo/front/onnx/dequantize_linear_ext.py index 3280f17198f..4fc0ee74def 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/dequantize_linear_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/dequantize_linear_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/onnx/detection_output_ext.py b/tools/mo/openvino/tools/mo/front/onnx/detection_output_ext.py index 3e163a3f8e0..1f83f72d865 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/detection_output_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/detection_output_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.DetectionOutput import DetectionOutput diff --git a/tools/mo/openvino/tools/mo/front/onnx/detection_output_onnx_ext.py b/tools/mo/openvino/tools/mo/front/onnx/detection_output_onnx_ext.py index 3c739cd8492..58885dd5899 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/detection_output_onnx_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/detection_output_onnx_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from math import log diff --git a/tools/mo/openvino/tools/mo/front/onnx/dropout_ext.py b/tools/mo/openvino/tools/mo/front/onnx/dropout_ext.py index 19f3cca6f8a..e0a4b209f84 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/dropout_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/dropout_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity diff --git a/tools/mo/openvino/tools/mo/front/onnx/einsum_ext.py b/tools/mo/openvino/tools/mo/front/onnx/einsum_ext.py index 966506cadd0..86aca737dc6 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/einsum_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/einsum_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.einsum import Einsum diff --git a/tools/mo/openvino/tools/mo/front/onnx/elementwise_ext.py b/tools/mo/openvino/tools/mo/front/onnx/elementwise_ext.py index 0edc0f70f39..00eaabdad52 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/elementwise_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/elementwise_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/expand_ext.py b/tools/mo/openvino/tools/mo/front/onnx/expand_ext.py index fdd6a144713..b4d1fe8331d 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/expand_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/expand_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/extractor.py b/tools/mo/openvino/tools/mo/front/onnx/extractor.py index cb89175a264..80a64d834b9 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/extractor.py +++ b/tools/mo/openvino/tools/mo/front/onnx/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node diff --git a/tools/mo/openvino/tools/mo/front/onnx/extractors/__init__.py b/tools/mo/openvino/tools/mo/front/onnx/extractors/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/extractors/__init__.py +++ b/tools/mo/openvino/tools/mo/front/onnx/extractors/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/onnx/extractors/utils.py b/tools/mo/openvino/tools/mo/front/onnx/extractors/utils.py index 054d93178c8..0fc890a399e 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/extractors/utils.py +++ b/tools/mo/openvino/tools/mo/front/onnx/extractors/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/flattenONNX_to_reshape.py b/tools/mo/openvino/tools/mo/front/onnx/flattenONNX_to_reshape.py index e27872bb6e6..7aeae3ef6e9 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/flattenONNX_to_reshape.py +++ b/tools/mo/openvino/tools/mo/front/onnx/flattenONNX_to_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ReduceOps import ReduceProd diff --git a/tools/mo/openvino/tools/mo/front/onnx/flatten_ext.py b/tools/mo/openvino/tools/mo/front/onnx/flatten_ext.py index f51d7ec7219..3d001e5a6f3 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/flatten_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/flatten_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/fused_bn_ext.py b/tools/mo/openvino/tools/mo/front/onnx/fused_bn_ext.py index f4406b5d87d..d34633e5ac1 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/fused_bn_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/fused_bn_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.BatchNormInference import BatchNormInference diff --git a/tools/mo/openvino/tools/mo/front/onnx/gather_ext.py b/tools/mo/openvino/tools/mo/front/onnx/gather_ext.py index 7a31573606b..8de970e1c66 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/gather_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/gather_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/gatherelements_ext.py b/tools/mo/openvino/tools/mo/front/onnx/gatherelements_ext.py index 4e6cd0ee5ec..4640c83dfb6 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/gatherelements_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/gatherelements_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.gatherelements import GatherElements diff --git a/tools/mo/openvino/tools/mo/front/onnx/gathernd_ext.py b/tools/mo/openvino/tools/mo/front/onnx/gathernd_ext.py index b638ad0cc4d..5752f1e8ed7 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/gathernd_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/gathernd_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.gathernd import GatherND diff --git a/tools/mo/openvino/tools/mo/front/onnx/gemm_ext.py b/tools/mo/openvino/tools/mo/front/onnx/gemm_ext.py index dff160d4654..f64de806f7e 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/gemm_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/gemm_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/group_norm_ext.py b/tools/mo/openvino/tools/mo/front/onnx/group_norm_ext.py index b29e9b5b3fa..8f098d058c2 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/group_norm_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/group_norm_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/gru_ext.py b/tools/mo/openvino/tools/mo/front/onnx/gru_ext.py index 2730d1d32fb..887c95b5274 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/gru_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/gru_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/hard_sigmoid_ext.py b/tools/mo/openvino/tools/mo/front/onnx/hard_sigmoid_ext.py index 888ea2fd29b..ba1c2a5b262 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/hard_sigmoid_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/hard_sigmoid_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/identity_ext.py b/tools/mo/openvino/tools/mo/front/onnx/identity_ext.py index e0fc71d16a6..3c10c9b5f4e 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/identity_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/identity_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/image_scaler_ext.py b/tools/mo/openvino/tools/mo/front/onnx/image_scaler_ext.py index 7c2d5c18511..d33c8cbb467 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/image_scaler_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/image_scaler_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/instance_normalization_ext.py b/tools/mo/openvino/tools/mo/front/onnx/instance_normalization_ext.py index 35f2b117ec7..ecd79e253b8 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/instance_normalization_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/instance_normalization_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.instance_normalization import InstanceNormalization diff --git a/tools/mo/openvino/tools/mo/front/onnx/loader.py b/tools/mo/openvino/tools/mo/front/onnx/loader.py index 8232e0456b4..30ea56fc8ef 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/loader.py +++ b/tools/mo/openvino/tools/mo/front/onnx/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from __future__ import absolute_import diff --git a/tools/mo/openvino/tools/mo/front/onnx/logsoftmaxONNX_to_logsoftmax.py b/tools/mo/openvino/tools/mo/front/onnx/logsoftmaxONNX_to_logsoftmax.py index d7576d5f687..fcaaa945db3 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/logsoftmaxONNX_to_logsoftmax.py +++ b/tools/mo/openvino/tools/mo/front/onnx/logsoftmaxONNX_to_logsoftmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/loop_ext.py b/tools/mo/openvino/tools/mo/front/onnx/loop_ext.py index 1f89243a68d..b170d3c5ec6 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/loop_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/loop_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import copy diff --git a/tools/mo/openvino/tools/mo/front/onnx/lp_normalization_ext.py b/tools/mo/openvino/tools/mo/front/onnx/lp_normalization_ext.py index 69ce610becb..aa2e4f85136 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/lp_normalization_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/lp_normalization_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/onnx/lrn_ext.py b/tools/mo/openvino/tools/mo/front/onnx/lrn_ext.py index 3db907faecd..0bb5ca27810 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/lrn_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/lrn_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/lstm_ext.py b/tools/mo/openvino/tools/mo/front/onnx/lstm_ext.py index b5c07b59f20..908ee1b8192 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/lstm_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/lstm_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import float32_array, int64_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/mask_rcnn_conversion.py b/tools/mo/openvino/tools/mo/front/onnx/mask_rcnn_conversion.py index 806445fa546..925d1ed3d4f 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/mask_rcnn_conversion.py +++ b/tools/mo/openvino/tools/mo/front/onnx/mask_rcnn_conversion.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/matmul_ext.py b/tools/mo/openvino/tools/mo/front/onnx/matmul_ext.py index 303b6e39197..fd90f2c95d3 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/matmul_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/matmul_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.MatMul import MatMul diff --git a/tools/mo/openvino/tools/mo/front/onnx/mean_variance_normalization_ext.py b/tools/mo/openvino/tools/mo/front/onnx/mean_variance_normalization_ext.py index 84dbefca1ce..9a358de1228 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/mean_variance_normalization_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/mean_variance_normalization_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.mvn import MVNOnnx diff --git a/tools/mo/openvino/tools/mo/front/onnx/non_max_suppression_ext.py b/tools/mo/openvino/tools/mo/front/onnx/non_max_suppression_ext.py index bf36b7ddca4..7dc01ee4dde 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/non_max_suppression_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/non_max_suppression_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/non_zero_ext.py b/tools/mo/openvino/tools/mo/front/onnx/non_zero_ext.py index 4b369d896fe..b4001973d52 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/non_zero_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/non_zero_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/normalize_ext.py b/tools/mo/openvino/tools/mo/front/onnx/normalize_ext.py index bcb977a767c..dc33bb71328 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/normalize_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/normalize_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.normalize import NormalizeOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/normalize_l2_normalize.py b/tools/mo/openvino/tools/mo/front/onnx/normalize_l2_normalize.py index 914fb350fdb..64f48f660fe 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/normalize_l2_normalize.py +++ b/tools/mo/openvino/tools/mo/front/onnx/normalize_l2_normalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/onnx/one_hot_ext.py b/tools/mo/openvino/tools/mo/front/onnx/one_hot_ext.py index 6d5ee43be98..2f908328481 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/one_hot_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/one_hot_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.one_hot import OneHot diff --git a/tools/mo/openvino/tools/mo/front/onnx/one_hot_normalize.py b/tools/mo/openvino/tools/mo/front/onnx/one_hot_normalize.py index f1b0ecd727f..a430fe93826 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/one_hot_normalize.py +++ b/tools/mo/openvino/tools/mo/front/onnx/one_hot_normalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/pad_converter.py b/tools/mo/openvino/tools/mo/front/onnx/pad_converter.py index 7ba223bcbb5..c1e63fe3f78 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/pad_converter.py +++ b/tools/mo/openvino/tools/mo/front/onnx/pad_converter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.split import Split diff --git a/tools/mo/openvino/tools/mo/front/onnx/pad_ext.py b/tools/mo/openvino/tools/mo/front/onnx/pad_ext.py index 1fbe5243a37..d6643f17b07 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/pad_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/pad_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/parameter_ext.py b/tools/mo/openvino/tools/mo/front/onnx/parameter_ext.py index 813f3346285..17feedc1f77 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/parameter_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/parameter_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from onnx.mapping import TENSOR_TYPE_TO_NP_TYPE diff --git a/tools/mo/openvino/tools/mo/front/onnx/person_detection_crossroad_conversion.py b/tools/mo/openvino/tools/mo/front/onnx/person_detection_crossroad_conversion.py index 6ff967ec498..6a9acfd0af6 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/person_detection_crossroad_conversion.py +++ b/tools/mo/openvino/tools/mo/front/onnx/person_detection_crossroad_conversion.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.roifeatureextractor_onnx import ExperimentalDetectronROIFeatureExtractor diff --git a/tools/mo/openvino/tools/mo/front/onnx/pooling_ext.py b/tools/mo/openvino/tools/mo/front/onnx/pooling_ext.py index 982bb1ec552..cc272990d40 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/pooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/pooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/onnx/priorbox_clustered_ext.py b/tools/mo/openvino/tools/mo/front/onnx/priorbox_clustered_ext.py index 59e671a1835..75ce3ed75f7 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/priorbox_clustered_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/priorbox_clustered_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import float32_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/priorbox_ext.py b/tools/mo/openvino/tools/mo/front/onnx/priorbox_ext.py index e82106f94b4..70eafd74679 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/priorbox_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/priorbox_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import float32_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/priorgridgenerator_ext.py b/tools/mo/openvino/tools/mo/front/onnx/priorgridgenerator_ext.py index 60cbf3b70cb..b0efae9164b 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/priorgridgenerator_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/priorgridgenerator_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.priorgridgenerator_onnx import ExperimentalDetectronPriorGridGenerator diff --git a/tools/mo/openvino/tools/mo/front/onnx/proposal_ext.py b/tools/mo/openvino/tools/mo/front/onnx/proposal_ext.py index 72fb28cb316..afb58c9be57 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/proposal_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/proposal_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.proposal_onnx import ExperimentalDetectronGenerateProposalsSingleImage diff --git a/tools/mo/openvino/tools/mo/front/onnx/quantize_ext.py b/tools/mo/openvino/tools/mo/front/onnx/quantize_ext.py index 07ead72ed54..fb97651f676 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/quantize_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/quantize_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.fakequantize import FakeQuantize diff --git a/tools/mo/openvino/tools/mo/front/onnx/quantize_linear_ext.py b/tools/mo/openvino/tools/mo/front/onnx/quantize_linear_ext.py index ac744daed33..60c73faccdf 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/quantize_linear_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/quantize_linear_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.quantize_linear import QuantizeLinear diff --git a/tools/mo/openvino/tools/mo/front/onnx/random_uniform_ext.py b/tools/mo/openvino/tools/mo/front/onnx/random_uniform_ext.py index aac099c4654..3ec1078d317 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/random_uniform_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/random_uniform_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.random_uniform import AttributedRandomUniform diff --git a/tools/mo/openvino/tools/mo/front/onnx/range_ext.py b/tools/mo/openvino/tools/mo/front/onnx/range_ext.py index d9b834202e9..b00c43aced1 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/range_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/range_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.range import Range diff --git a/tools/mo/openvino/tools/mo/front/onnx/reduce_ext.py b/tools/mo/openvino/tools/mo/front/onnx/reduce_ext.py index c920aaeb59e..0cf3c6f9b90 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/reduce_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/reduce_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ReduceOps import ReduceL1, ReduceL2, ReduceMax, ReduceMean, ReduceMin, ReduceProd, ReduceSum diff --git a/tools/mo/openvino/tools/mo/front/onnx/register_custom_ops.py b/tools/mo/openvino/tools/mo/front/onnx/register_custom_ops.py index b2c1ecea150..1e2be280b06 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/register_custom_ops.py +++ b/tools/mo/openvino/tools/mo/front/onnx/register_custom_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementOp, FrontReplacementPattern, FrontReplacementSubgraph diff --git a/tools/mo/openvino/tools/mo/front/onnx/reshape_ext.py b/tools/mo/openvino/tools/mo/front/onnx/reshape_ext.py index bf1d0c63199..68bca8f8f33 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/reshape_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/reshape_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/resize_ext.py b/tools/mo/openvino/tools/mo/front/onnx/resize_ext.py index b8ffb0816d7..189f7314d55 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/resize_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/resize_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ONNXResize10 import ONNXResize10 diff --git a/tools/mo/openvino/tools/mo/front/onnx/reverse_sequence_ext.py b/tools/mo/openvino/tools/mo/front/onnx/reverse_sequence_ext.py index 1a4a8a6ac19..3e94521c68f 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/reverse_sequence_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/reverse_sequence_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.reverse_sequence import ReverseSequence diff --git a/tools/mo/openvino/tools/mo/front/onnx/rnn_ext.py b/tools/mo/openvino/tools/mo/front/onnx/rnn_ext.py index f9982ec5b8c..ea7b21f78bc 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/rnn_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/rnn_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/roialign_ext.py b/tools/mo/openvino/tools/mo/front/onnx/roialign_ext.py index 3412d933063..134f6a543cc 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/roialign_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/roialign_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.roialign import ROIAlign diff --git a/tools/mo/openvino/tools/mo/front/onnx/roifeatureextractor_ext.py b/tools/mo/openvino/tools/mo/front/onnx/roifeatureextractor_ext.py index da0f431571f..35f52981852 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/roifeatureextractor_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/roifeatureextractor_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/scatter_ext.py b/tools/mo/openvino/tools/mo/front/onnx/scatter_ext.py index 3b67aed077d..b6627202dcb 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/scatter_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/scatter_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.scatter import ScatterElementsUpdate diff --git a/tools/mo/openvino/tools/mo/front/onnx/shape_ext.py b/tools/mo/openvino/tools/mo/front/onnx/shape_ext.py index aa717e92d3e..bd6eea52017 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/shape_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/shape_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/size_ext.py b/tools/mo/openvino/tools/mo/front/onnx/size_ext.py index cae303376fb..7d61482dc8b 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/size_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/size_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/slice_ext.py b/tools/mo/openvino/tools/mo/front/onnx/slice_ext.py index c9d552b20f6..2710e6270f8 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/slice_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/slice_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/softmaxONNX_to_softmax.py b/tools/mo/openvino/tools/mo/front/onnx/softmaxONNX_to_softmax.py index 823ae824e91..2b72cebbcc4 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/softmaxONNX_to_softmax.py +++ b/tools/mo/openvino/tools/mo/front/onnx/softmaxONNX_to_softmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/softmax_ext.py b/tools/mo/openvino/tools/mo/front/onnx/softmax_ext.py index caaf364b386..2da163a5489 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/softmax_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/softmax_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/onnx/softplus_ext.py b/tools/mo/openvino/tools/mo/front/onnx/softplus_ext.py index dbbcfd9a1f9..d1e41c2b916 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/softplus_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/softplus_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import SoftPlus diff --git a/tools/mo/openvino/tools/mo/front/onnx/space_to_depth_ext.py b/tools/mo/openvino/tools/mo/front/onnx/space_to_depth_ext.py index dea2a06c3c9..681b47eef32 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/space_to_depth_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/space_to_depth_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.space_to_depth import SpaceToDepth diff --git a/tools/mo/openvino/tools/mo/front/onnx/split_ext.py b/tools/mo/openvino/tools/mo/front/onnx/split_ext.py index d8e78e201bd..ec9ea965101 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/split_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/split_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/squeeze_ext.py b/tools/mo/openvino/tools/mo/front/onnx/squeeze_ext.py index 45479ed9121..020b9d14ad8 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/squeeze_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/squeeze_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/top_k_ext.py b/tools/mo/openvino/tools/mo/front/onnx/top_k_ext.py index 36de2d4af23..e0b7ef5b3bc 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/top_k_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/top_k_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/onnx/topkrois_ext.py b/tools/mo/openvino/tools/mo/front/onnx/topkrois_ext.py index a9d2060d842..616ee4af9d1 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/topkrois_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/topkrois_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.topkrois_onnx import ExperimentalDetectronTopKROIs diff --git a/tools/mo/openvino/tools/mo/front/onnx/transpose_ext.py b/tools/mo/openvino/tools/mo/front/onnx/transpose_ext.py index 5eda2162108..061962c336e 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/transpose_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/transpose_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.transpose import Transpose diff --git a/tools/mo/openvino/tools/mo/front/onnx/unsqueeze_ext.py b/tools/mo/openvino/tools/mo/front/onnx/unsqueeze_ext.py index acabac75c70..62bcccdc00a 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/unsqueeze_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/unsqueeze_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/onnx/upsample_ext.py b/tools/mo/openvino/tools/mo/front/onnx/upsample_ext.py index 978cf56a384..7ebe0c36bd4 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/upsample_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/upsample_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import math diff --git a/tools/mo/openvino/tools/mo/front/onnx/where_ext.py b/tools/mo/openvino/tools/mo/front/onnx/where_ext.py index 584921163df..247376456b9 100644 --- a/tools/mo/openvino/tools/mo/front/onnx/where_ext.py +++ b/tools/mo/openvino/tools/mo/front/onnx/where_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.select import Select diff --git a/tools/mo/openvino/tools/mo/front/output_cut.py b/tools/mo/openvino/tools/mo/front/output_cut.py index 924781821f6..d1ef11fdce3 100644 --- a/tools/mo/openvino/tools/mo/front/output_cut.py +++ b/tools/mo/openvino/tools/mo/front/output_cut.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/override_batch.py b/tools/mo/openvino/tools/mo/front/override_batch.py index 66607366778..9079c576dd6 100644 --- a/tools/mo/openvino/tools/mo/front/override_batch.py +++ b/tools/mo/openvino/tools/mo/front/override_batch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/pass_separator.py b/tools/mo/openvino/tools/mo/front/pass_separator.py index 0d0575b32c7..69a5b174b6a 100644 --- a/tools/mo/openvino/tools/mo/front/pass_separator.py +++ b/tools/mo/openvino/tools/mo/front/pass_separator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/rank_decomposer.py b/tools/mo/openvino/tools/mo/front/rank_decomposer.py index df55ad4822a..96c61c1961c 100644 --- a/tools/mo/openvino/tools/mo/front/rank_decomposer.py +++ b/tools/mo/openvino/tools/mo/front/rank_decomposer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/reciprocal.py b/tools/mo/openvino/tools/mo/front/reciprocal.py index aefa98cc935..eb6918e3d51 100644 --- a/tools/mo/openvino/tools/mo/front/reciprocal.py +++ b/tools/mo/openvino/tools/mo/front/reciprocal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Pow diff --git a/tools/mo/openvino/tools/mo/front/reduce_axis_normalizer.py b/tools/mo/openvino/tools/mo/front/reduce_axis_normalizer.py index 99103b33193..898f696ace0 100644 --- a/tools/mo/openvino/tools/mo/front/reduce_axis_normalizer.py +++ b/tools/mo/openvino/tools/mo/front/reduce_axis_normalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ReduceOps import reduce_map diff --git a/tools/mo/openvino/tools/mo/front/reshape_dim_normalizer.py b/tools/mo/openvino/tools/mo/front/reshape_dim_normalizer.py index 54a6697f199..7470289ea80 100644 --- a/tools/mo/openvino/tools/mo/front/reshape_dim_normalizer.py +++ b/tools/mo/openvino/tools/mo/front/reshape_dim_normalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.pass_separator import FrontStart diff --git a/tools/mo/openvino/tools/mo/front/restore_ports.py b/tools/mo/openvino/tools/mo/front/restore_ports.py index 494a759857b..9c2c5db21ca 100644 --- a/tools/mo/openvino/tools/mo/front/restore_ports.py +++ b/tools/mo/openvino/tools/mo/front/restore_ports.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementSubgraph diff --git a/tools/mo/openvino/tools/mo/front/scatter_normalizer.py b/tools/mo/openvino/tools/mo/front/scatter_normalizer.py index aa0721ec694..9982247b862 100644 --- a/tools/mo/openvino/tools/mo/front/scatter_normalizer.py +++ b/tools/mo/openvino/tools/mo/front/scatter_normalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/softmax.py b/tools/mo/openvino/tools/mo/front/softmax.py index f39abac8818..8bc31506116 100644 --- a/tools/mo/openvino/tools/mo/front/softmax.py +++ b/tools/mo/openvino/tools/mo/front/softmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/split_normalizer.py b/tools/mo/openvino/tools/mo/front/split_normalizer.py index be0a1832b26..7c17d2f4748 100644 --- a/tools/mo/openvino/tools/mo/front/split_normalizer.py +++ b/tools/mo/openvino/tools/mo/front/split_normalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/sub.py b/tools/mo/openvino/tools/mo/front/sub.py index 155ce614fc7..c8ee1e2a932 100644 --- a/tools/mo/openvino/tools/mo/front/sub.py +++ b/tools/mo/openvino/tools/mo/front/sub.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/subgraph_matcher.py b/tools/mo/openvino/tools/mo/front/subgraph_matcher.py index 07b8b9c1275..44b81f54399 100644 --- a/tools/mo/openvino/tools/mo/front/subgraph_matcher.py +++ b/tools/mo/openvino/tools/mo/front/subgraph_matcher.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/AutomlEfficientDet.py b/tools/mo/openvino/tools/mo/front/tf/AutomlEfficientDet.py index f2403299827..b02c54f1627 100644 --- a/tools/mo/openvino/tools/mo/front/tf/AutomlEfficientDet.py +++ b/tools/mo/openvino/tools/mo/front/tf/AutomlEfficientDet.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/BatchMatMul_ext.py b/tools/mo/openvino/tools/mo/front/tf/BatchMatMul_ext.py index b74c61f13ad..e4b872a15f2 100644 --- a/tools/mo/openvino/tools/mo/front/tf/BatchMatMul_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/BatchMatMul_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.MatMul import MatMul diff --git a/tools/mo/openvino/tools/mo/front/tf/BatchToSpaceNDToUpsample.py b/tools/mo/openvino/tools/mo/front/tf/BatchToSpaceNDToUpsample.py index a2bdd7571f0..9d2a3fb5ac2 100644 --- a/tools/mo/openvino/tools/mo/front/tf/BatchToSpaceNDToUpsample.py +++ b/tools/mo/openvino/tools/mo/front/tf/BatchToSpaceNDToUpsample.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/BlockLSTM.py b/tools/mo/openvino/tools/mo/front/tf/BlockLSTM.py index 672c02c786c..bcc81156b54 100644 --- a/tools/mo/openvino/tools/mo/front/tf/BlockLSTM.py +++ b/tools/mo/openvino/tools/mo/front/tf/BlockLSTM.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/BlockLSTM_ext.py b/tools/mo/openvino/tools/mo/front/tf/BlockLSTM_ext.py index 4a0b08fad99..57783dec230 100644 --- a/tools/mo/openvino/tools/mo/front/tf/BlockLSTM_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/BlockLSTM_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.BlockLSTM import BlockLSTM diff --git a/tools/mo/openvino/tools/mo/front/tf/CTCGreedyDecoderReplacement.py b/tools/mo/openvino/tools/mo/front/tf/CTCGreedyDecoderReplacement.py index 4213fedf76b..8eeeb86a685 100644 --- a/tools/mo/openvino/tools/mo/front/tf/CTCGreedyDecoderReplacement.py +++ b/tools/mo/openvino/tools/mo/front/tf/CTCGreedyDecoderReplacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/CTCGreedyDecoder_ext.py b/tools/mo/openvino/tools/mo/front/tf/CTCGreedyDecoder_ext.py index 2f3c2a559e4..99819daa46e 100644 --- a/tools/mo/openvino/tools/mo/front/tf/CTCGreedyDecoder_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/CTCGreedyDecoder_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ctc_greedy_decoder_seq_len import CTCGreedyDecoderSeqLenOp diff --git a/tools/mo/openvino/tools/mo/front/tf/CTCLossReplacement.py b/tools/mo/openvino/tools/mo/front/tf/CTCLossReplacement.py index dcfd530a076..a6db2a3e1e6 100644 --- a/tools/mo/openvino/tools/mo/front/tf/CTCLossReplacement.py +++ b/tools/mo/openvino/tools/mo/front/tf/CTCLossReplacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ctc_greedy_decoder_seq_len import CTCGreedyDecoderSeqLenOp diff --git a/tools/mo/openvino/tools/mo/front/tf/CTCLoss_ext.py b/tools/mo/openvino/tools/mo/front/tf/CTCLoss_ext.py index 0fa124ac6e0..526a1de26b3 100644 --- a/tools/mo/openvino/tools/mo/front/tf/CTCLoss_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/CTCLoss_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ctc_loss import CTCLoss diff --git a/tools/mo/openvino/tools/mo/front/tf/Cast_ext.py b/tools/mo/openvino/tools/mo/front/tf/Cast_ext.py index f3a6bd33ba0..ba6d6f568bd 100644 --- a/tools/mo/openvino/tools/mo/front/tf/Cast_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/Cast_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.Cast import Cast diff --git a/tools/mo/openvino/tools/mo/front/tf/ClipByValueTFTransformation.py b/tools/mo/openvino/tools/mo/front/tf/ClipByValueTFTransformation.py index a97a1baa2c1..d683fdf24fc 100644 --- a/tools/mo/openvino/tools/mo/front/tf/ClipByValueTFTransformation.py +++ b/tools/mo/openvino/tools/mo/front/tf/ClipByValueTFTransformation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Minimum, Maximum from openvino.tools.mo.front.common.replacement import FrontReplacementSubgraph diff --git a/tools/mo/openvino/tools/mo/front/tf/ClipByValue_ext.py b/tools/mo/openvino/tools/mo/front/tf/ClipByValue_ext.py index 220a8239211..df1ff155244 100644 --- a/tools/mo/openvino/tools/mo/front/tf/ClipByValue_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/ClipByValue_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/ComplexAbs.py b/tools/mo/openvino/tools/mo/front/tf/ComplexAbs.py index 6663654aaa8..96fa13a35b9 100644 --- a/tools/mo/openvino/tools/mo/front/tf/ComplexAbs.py +++ b/tools/mo/openvino/tools/mo/front/tf/ComplexAbs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/tf/ComplexAbsAfterComplex.py b/tools/mo/openvino/tools/mo/front/tf/ComplexAbsAfterComplex.py index bc87a1bda3d..ec8c4faa5df 100644 --- a/tools/mo/openvino/tools/mo/front/tf/ComplexAbsAfterComplex.py +++ b/tools/mo/openvino/tools/mo/front/tf/ComplexAbsAfterComplex.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/tf/CorrectPaddingsForPadAfterComplex.py b/tools/mo/openvino/tools/mo/front/tf/CorrectPaddingsForPadAfterComplex.py index f0145c26224..f5d82e2e682 100644 --- a/tools/mo/openvino/tools/mo/front/tf/CorrectPaddingsForPadAfterComplex.py +++ b/tools/mo/openvino/tools/mo/front/tf/CorrectPaddingsForPadAfterComplex.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/tf/CropAndResizeReplacement.py b/tools/mo/openvino/tools/mo/front/tf/CropAndResizeReplacement.py index f549e6a14d0..8f4176a539d 100644 --- a/tools/mo/openvino/tools/mo/front/tf/CropAndResizeReplacement.py +++ b/tools/mo/openvino/tools/mo/front/tf/CropAndResizeReplacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/FakeQuantWithMinMaxVars_ext.py b/tools/mo/openvino/tools/mo/front/tf/FakeQuantWithMinMaxVars_ext.py index 5390b4dbad1..979f851de6c 100644 --- a/tools/mo/openvino/tools/mo/front/tf/FakeQuantWithMinMaxVars_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/FakeQuantWithMinMaxVars_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/FlattenToReshape.py b/tools/mo/openvino/tools/mo/front/tf/FlattenToReshape.py index 25c6027b0d0..c502c0c9588 100644 --- a/tools/mo/openvino/tools/mo/front/tf/FlattenToReshape.py +++ b/tools/mo/openvino/tools/mo/front/tf/FlattenToReshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/GNMT_DynamicSequenceLengths.py b/tools/mo/openvino/tools/mo/front/tf/GNMT_DynamicSequenceLengths.py index 4cc67879613..41891f923b2 100644 --- a/tools/mo/openvino/tools/mo/front/tf/GNMT_DynamicSequenceLengths.py +++ b/tools/mo/openvino/tools/mo/front/tf/GNMT_DynamicSequenceLengths.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/GRUBlockCellReplacement.py b/tools/mo/openvino/tools/mo/front/tf/GRUBlockCellReplacement.py index 87ad7869f6f..5f5a8867506 100644 --- a/tools/mo/openvino/tools/mo/front/tf/GRUBlockCellReplacement.py +++ b/tools/mo/openvino/tools/mo/front/tf/GRUBlockCellReplacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/tf/GRUBlockCell_ext.py b/tools/mo/openvino/tools/mo/front/tf/GRUBlockCell_ext.py index 03a3925887d..dd69fc9576d 100644 --- a/tools/mo/openvino/tools/mo/front/tf/GRUBlockCell_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/GRUBlockCell_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/GatherTree_ext.py b/tools/mo/openvino/tools/mo/front/tf/GatherTree_ext.py index 66f51cfbc16..976dbce4797 100644 --- a/tools/mo/openvino/tools/mo/front/tf/GatherTree_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/GatherTree_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.GatherTree import GatherTree diff --git a/tools/mo/openvino/tools/mo/front/tf/IteratorGetNextCut.py b/tools/mo/openvino/tools/mo/front/tf/IteratorGetNextCut.py index 4b8d488645a..9f0429cd27b 100644 --- a/tools/mo/openvino/tools/mo/front/tf/IteratorGetNextCut.py +++ b/tools/mo/openvino/tools/mo/front/tf/IteratorGetNextCut.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from collections import defaultdict diff --git a/tools/mo/openvino/tools/mo/front/tf/IteratorGetNext_ext.py b/tools/mo/openvino/tools/mo/front/tf/IteratorGetNext_ext.py index 5d52529dc7b..eb359ddaa19 100644 --- a/tools/mo/openvino/tools/mo/front/tf/IteratorGetNext_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/IteratorGetNext_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/LookupTableInsert_ext.py b/tools/mo/openvino/tools/mo/front/tf/LookupTableInsert_ext.py index 86f0840d833..007125689fb 100644 --- a/tools/mo/openvino/tools/mo/front/tf/LookupTableInsert_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/LookupTableInsert_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.LookupTableInsert import LookupTableInsert diff --git a/tools/mo/openvino/tools/mo/front/tf/LoopCond_ext.py b/tools/mo/openvino/tools/mo/front/tf/LoopCond_ext.py index 9157127cdf0..4ac722f9683 100644 --- a/tools/mo/openvino/tools/mo/front/tf/LoopCond_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/LoopCond_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import single_output_infer diff --git a/tools/mo/openvino/tools/mo/front/tf/MapFNTransformation.py b/tools/mo/openvino/tools/mo/front/tf/MapFNTransformation.py index e952ce59252..f3f0df9ec07 100644 --- a/tools/mo/openvino/tools/mo/front/tf/MapFNTransformation.py +++ b/tools/mo/openvino/tools/mo/front/tf/MapFNTransformation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/NonConstBeginStridedSliceReplacement.py b/tools/mo/openvino/tools/mo/front/tf/NonConstBeginStridedSliceReplacement.py index e4dd030fb6c..1b5c7cd10e8 100644 --- a/tools/mo/openvino/tools/mo/front/tf/NonConstBeginStridedSliceReplacement.py +++ b/tools/mo/openvino/tools/mo/front/tf/NonConstBeginStridedSliceReplacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/ObjectDetectionAPI.py b/tools/mo/openvino/tools/mo/front/tf/ObjectDetectionAPI.py index 477d4a03e5d..3c94f408884 100644 --- a/tools/mo/openvino/tools/mo/front/tf/ObjectDetectionAPI.py +++ b/tools/mo/openvino/tools/mo/front/tf/ObjectDetectionAPI.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ diff --git a/tools/mo/openvino/tools/mo/front/tf/QueueDequeue_ext.py b/tools/mo/openvino/tools/mo/front/tf/QueueDequeue_ext.py index 0567b93d4dc..e9b336daf48 100644 --- a/tools/mo/openvino/tools/mo/front/tf/QueueDequeue_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/QueueDequeue_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp from openvino.tools.mo.front.tf.extractors.utils import tf_dtype_extractor, tf_tensor_shape diff --git a/tools/mo/openvino/tools/mo/front/tf/RFFTRealImagToRFFTSplit.py b/tools/mo/openvino/tools/mo/front/tf/RFFTRealImagToRFFTSplit.py index 9e9af627bb4..0cf3894ae31 100644 --- a/tools/mo/openvino/tools/mo/front/tf/RFFTRealImagToRFFTSplit.py +++ b/tools/mo/openvino/tools/mo/front/tf/RFFTRealImagToRFFTSplit.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/tf/RetinaNetFilteredDetectionsReplacement.py b/tools/mo/openvino/tools/mo/front/tf/RetinaNetFilteredDetectionsReplacement.py index 4a4633efbbb..c279c2da913 100644 --- a/tools/mo/openvino/tools/mo/front/tf/RetinaNetFilteredDetectionsReplacement.py +++ b/tools/mo/openvino/tools/mo/front/tf/RetinaNetFilteredDetectionsReplacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/RollRealImagPack.py b/tools/mo/openvino/tools/mo/front/tf/RollRealImagPack.py index 153b3d7692d..89fbf10bb43 100644 --- a/tools/mo/openvino/tools/mo/front/tf/RollRealImagPack.py +++ b/tools/mo/openvino/tools/mo/front/tf/RollRealImagPack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/tf/SSDToolboxDetectionOutput.py b/tools/mo/openvino/tools/mo/front/tf/SSDToolboxDetectionOutput.py index f7555d80a5d..d3a8febee2c 100644 --- a/tools/mo/openvino/tools/mo/front/tf/SSDToolboxDetectionOutput.py +++ b/tools/mo/openvino/tools/mo/front/tf/SSDToolboxDetectionOutput.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.DetectionOutput import DetectionOutput diff --git a/tools/mo/openvino/tools/mo/front/tf/SwitchMergeOptimization.py b/tools/mo/openvino/tools/mo/front/tf/SwitchMergeOptimization.py index 9a5fb162d20..02d357deff0 100644 --- a/tools/mo/openvino/tools/mo/front/tf/SwitchMergeOptimization.py +++ b/tools/mo/openvino/tools/mo/front/tf/SwitchMergeOptimization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.select import Select diff --git a/tools/mo/openvino/tools/mo/front/tf/TFFFTToDFT.py b/tools/mo/openvino/tools/mo/front/tf/TFFFTToDFT.py index ff70dfd5a9d..baefa191b8d 100644 --- a/tools/mo/openvino/tools/mo/front/tf/TFFFTToDFT.py +++ b/tools/mo/openvino/tools/mo/front/tf/TFFFTToDFT.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/tf/TFResizeToInterpolate.py b/tools/mo/openvino/tools/mo/front/tf/TFResizeToInterpolate.py index 31a499f7558..dc8a4b6742e 100644 --- a/tools/mo/openvino/tools/mo/front/tf/TFResizeToInterpolate.py +++ b/tools/mo/openvino/tools/mo/front/tf/TFResizeToInterpolate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/TFScatterNDDecomposition.py b/tools/mo/openvino/tools/mo/front/tf/TFScatterNDDecomposition.py index 373c7b7e210..eb558d359a7 100644 --- a/tools/mo/openvino/tools/mo/front/tf/TFScatterNDDecomposition.py +++ b/tools/mo/openvino/tools/mo/front/tf/TFScatterNDDecomposition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import float32_array, int64_array diff --git a/tools/mo/openvino/tools/mo/front/tf/TFSliceToSlice.py b/tools/mo/openvino/tools/mo/front/tf/TFSliceToSlice.py index 7700a5ddb4f..36a913cb6fd 100644 --- a/tools/mo/openvino/tools/mo/front/tf/TFSliceToSlice.py +++ b/tools/mo/openvino/tools/mo/front/tf/TFSliceToSlice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/TensorArrayExtractors.py b/tools/mo/openvino/tools/mo/front/tf/TensorArrayExtractors.py index aa6ccb4c807..7a88d31f12b 100644 --- a/tools/mo/openvino/tools/mo/front/tf/TensorArrayExtractors.py +++ b/tools/mo/openvino/tools/mo/front/tf/TensorArrayExtractors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.TensorArray import TensorArray diff --git a/tools/mo/openvino/tools/mo/front/tf/TensorArrayGatherV3.py b/tools/mo/openvino/tools/mo/front/tf/TensorArrayGatherV3.py index f561e191dcf..c83bd298709 100644 --- a/tools/mo/openvino/tools/mo/front/tf/TensorArrayGatherV3.py +++ b/tools/mo/openvino/tools/mo/front/tf/TensorArrayGatherV3.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.TensorArrayGather import TensorArrayGather diff --git a/tools/mo/openvino/tools/mo/front/tf/UnpackPackReverseInputChannels.py b/tools/mo/openvino/tools/mo/front/tf/UnpackPackReverseInputChannels.py index deb888bcceb..0ce572d39fa 100644 --- a/tools/mo/openvino/tools/mo/front/tf/UnpackPackReverseInputChannels.py +++ b/tools/mo/openvino/tools/mo/front/tf/UnpackPackReverseInputChannels.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/WhereDecomposition.py b/tools/mo/openvino/tools/mo/front/tf/WhereDecomposition.py index 87ee1cc3c99..f9fde8ae8a0 100644 --- a/tools/mo/openvino/tools/mo/front/tf/WhereDecomposition.py +++ b/tools/mo/openvino/tools/mo/front/tf/WhereDecomposition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/WhileNormalize.py b/tools/mo/openvino/tools/mo/front/tf/WhileNormalize.py index abfaa9a86e3..ad97ace0901 100644 --- a/tools/mo/openvino/tools/mo/front/tf/WhileNormalize.py +++ b/tools/mo/openvino/tools/mo/front/tf/WhileNormalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/__init__.py b/tools/mo/openvino/tools/mo/front/tf/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/tf/__init__.py +++ b/tools/mo/openvino/tools/mo/front/tf/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/tf/activation_ext.py b/tools/mo/openvino/tools/mo/front/tf/activation_ext.py index be24a1c0f1c..61a9eb38d87 100644 --- a/tools/mo/openvino/tools/mo/front/tf/activation_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/activation_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import * diff --git a/tools/mo/openvino/tools/mo/front/tf/argmax_ext.py b/tools/mo/openvino/tools/mo/front/tf/argmax_ext.py index 2ade43d7c86..e14dfb109e1 100644 --- a/tools/mo/openvino/tools/mo/front/tf/argmax_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/argmax_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/argmin_ext.py b/tools/mo/openvino/tools/mo/front/tf/argmin_ext.py index c2bd0173328..5e1773fb220 100644 --- a/tools/mo/openvino/tools/mo/front/tf/argmin_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/argmin_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/assign_elimination.py b/tools/mo/openvino/tools/mo/front/tf/assign_elimination.py index 45c73f57dc1..20230117fec 100644 --- a/tools/mo/openvino/tools/mo/front/tf/assign_elimination.py +++ b/tools/mo/openvino/tools/mo/front/tf/assign_elimination.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/basic_lstm_cell.py b/tools/mo/openvino/tools/mo/front/tf/basic_lstm_cell.py index 7ecd081a9f5..9e4e0b47e03 100644 --- a/tools/mo/openvino/tools/mo/front/tf/basic_lstm_cell.py +++ b/tools/mo/openvino/tools/mo/front/tf/basic_lstm_cell.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.split_normalizer import SplitInputsReconnect diff --git a/tools/mo/openvino/tools/mo/front/tf/batch_to_space_ext.py b/tools/mo/openvino/tools/mo/front/tf/batch_to_space_ext.py index f39f35898d2..5d87f971db7 100644 --- a/tools/mo/openvino/tools/mo/front/tf/batch_to_space_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/batch_to_space_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/broadcast_ext.py b/tools/mo/openvino/tools/mo/front/tf/broadcast_ext.py index 5a098df9e1f..e7ec62e1d2c 100644 --- a/tools/mo/openvino/tools/mo/front/tf/broadcast_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/broadcast_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/bucketize.py b/tools/mo/openvino/tools/mo/front/tf/bucketize.py index f0f8e61b24c..7ea131936e1 100644 --- a/tools/mo/openvino/tools/mo/front/tf/bucketize.py +++ b/tools/mo/openvino/tools/mo/front/tf/bucketize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/bucketize_ext.py b/tools/mo/openvino/tools/mo/front/tf/bucketize_ext.py index 2fa711d9cca..90476a87d9d 100644 --- a/tools/mo/openvino/tools/mo/front/tf/bucketize_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/bucketize_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/common.py b/tools/mo/openvino/tools/mo/front/tf/common.py index b4ab7f33554..74c9662369c 100644 --- a/tools/mo/openvino/tools/mo/front/tf/common.py +++ b/tools/mo/openvino/tools/mo/front/tf/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/complex_ext.py b/tools/mo/openvino/tools/mo/front/tf/complex_ext.py index 4f789ced040..e93921e34e3 100644 --- a/tools/mo/openvino/tools/mo/front/tf/complex_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/complex_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.Complex import Complex diff --git a/tools/mo/openvino/tools/mo/front/tf/concat.py b/tools/mo/openvino/tools/mo/front/tf/concat.py index 4f003dc2af2..f28fdbc3ecd 100644 --- a/tools/mo/openvino/tools/mo/front/tf/concat.py +++ b/tools/mo/openvino/tools/mo/front/tf/concat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementSubgraph diff --git a/tools/mo/openvino/tools/mo/front/tf/concat_ext.py b/tools/mo/openvino/tools/mo/front/tf/concat_ext.py index 9de44b96b51..3c44e1745d6 100644 --- a/tools/mo/openvino/tools/mo/front/tf/concat_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/concat_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/const_ext.py b/tools/mo/openvino/tools/mo/front/tf/const_ext.py index 60989e82fa0..017f8d54c7e 100644 --- a/tools/mo/openvino/tools/mo/front/tf/const_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/const_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/conv_ext.py b/tools/mo/openvino/tools/mo/front/tf/conv_ext.py index f9fa6566e09..dd2964e7bdb 100644 --- a/tools/mo/openvino/tools/mo/front/tf/conv_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/conv_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import convert_tf_padding_to_str, int64_array, dynamic_dimension diff --git a/tools/mo/openvino/tools/mo/front/tf/crop_and_resize_ext.py b/tools/mo/openvino/tools/mo/front/tf/crop_and_resize_ext.py index 616529569bd..06f6d127c53 100644 --- a/tools/mo/openvino/tools/mo/front/tf/crop_and_resize_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/crop_and_resize_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/cumsum_ext.py b/tools/mo/openvino/tools/mo/front/tf/cumsum_ext.py index 55c8b73fe5a..0457af59c91 100644 --- a/tools/mo/openvino/tools/mo/front/tf/cumsum_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/cumsum_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.cumsum import CumSum diff --git a/tools/mo/openvino/tools/mo/front/tf/custom_subgraph_call.py b/tools/mo/openvino/tools/mo/front/tf/custom_subgraph_call.py index 3f5ae4aa128..56ba139f53f 100644 --- a/tools/mo/openvino/tools/mo/front/tf/custom_subgraph_call.py +++ b/tools/mo/openvino/tools/mo/front/tf/custom_subgraph_call.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/deconv_ext.py b/tools/mo/openvino/tools/mo/front/tf/deconv_ext.py index f70a0d65865..0dd16a58d2d 100644 --- a/tools/mo/openvino/tools/mo/front/tf/deconv_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/deconv_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import convert_deconv_tf_padding_to_str, int64_array, \ diff --git a/tools/mo/openvino/tools/mo/front/tf/depth_to_space.py b/tools/mo/openvino/tools/mo/front/tf/depth_to_space.py index 22eb69ef4fb..ca914cec748 100644 --- a/tools/mo/openvino/tools/mo/front/tf/depth_to_space.py +++ b/tools/mo/openvino/tools/mo/front/tf/depth_to_space.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.depth_to_space import DepthToSpaceOp diff --git a/tools/mo/openvino/tools/mo/front/tf/einsum_ext.py b/tools/mo/openvino/tools/mo/front/tf/einsum_ext.py index 1172beed4fb..3c622e20483 100644 --- a/tools/mo/openvino/tools/mo/front/tf/einsum_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/einsum_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.einsum import Einsum diff --git a/tools/mo/openvino/tools/mo/front/tf/elementwise_ext.py b/tools/mo/openvino/tools/mo/front/tf/elementwise_ext.py index c15cd68c7d4..1f244a708a4 100644 --- a/tools/mo/openvino/tools/mo/front/tf/elementwise_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/elementwise_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Add, Mul, Sub, Div, Maximum, Minimum, Pow, LogicalAnd, LogicalOr, Equal, \ diff --git a/tools/mo/openvino/tools/mo/front/tf/embedding_segments_mean_decomposition.py b/tools/mo/openvino/tools/mo/front/tf/embedding_segments_mean_decomposition.py index 922492c17d5..ab151dd5c17 100644 --- a/tools/mo/openvino/tools/mo/front/tf/embedding_segments_mean_decomposition.py +++ b/tools/mo/openvino/tools/mo/front/tf/embedding_segments_mean_decomposition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/embedding_segments_operation_fusing.py b/tools/mo/openvino/tools/mo/front/tf/embedding_segments_operation_fusing.py index fdda4ca487c..a70219307d8 100644 --- a/tools/mo/openvino/tools/mo/front/tf/embedding_segments_operation_fusing.py +++ b/tools/mo/openvino/tools/mo/front/tf/embedding_segments_operation_fusing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/expand_dims_ext.py b/tools/mo/openvino/tools/mo/front/tf/expand_dims_ext.py index 4b929dfd819..8e40ca39777 100644 --- a/tools/mo/openvino/tools/mo/front/tf/expand_dims_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/expand_dims_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/extract_image_patches_ext.py b/tools/mo/openvino/tools/mo/front/tf/extract_image_patches_ext.py index 50929ae80e5..9445d08ea73 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extract_image_patches_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/extract_image_patches_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ExtractImagePatches import ExtractImagePatches diff --git a/tools/mo/openvino/tools/mo/front/tf/extractor.py b/tools/mo/openvino/tools/mo/front/tf/extractor.py index 56b232d8271..eaf4468ee34 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extractor.py +++ b/tools/mo/openvino/tools/mo/front/tf/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.tf.extractors.concat import tf_concat_ext diff --git a/tools/mo/openvino/tools/mo/front/tf/extractors/__init__.py b/tools/mo/openvino/tools/mo/front/tf/extractors/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extractors/__init__.py +++ b/tools/mo/openvino/tools/mo/front/tf/extractors/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/tf/extractors/concat.py b/tools/mo/openvino/tools/mo/front/tf/extractors/concat.py index d989b96cf32..afef7cb10de 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extractors/concat.py +++ b/tools/mo/openvino/tools/mo/front/tf/extractors/concat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.concat import concat_infer diff --git a/tools/mo/openvino/tools/mo/front/tf/extractors/fused_bn.py b/tools/mo/openvino/tools/mo/front/tf/extractors/fused_bn.py index fefbe6501e3..8ca251a23ce 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extractors/fused_bn.py +++ b/tools/mo/openvino/tools/mo/front/tf/extractors/fused_bn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/extractors/identity.py b/tools/mo/openvino/tools/mo/front/tf/extractors/identity.py index d4a14ee0602..1e136bbab38 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extractors/identity.py +++ b/tools/mo/openvino/tools/mo/front/tf/extractors/identity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/front/tf/extractors/native_tf.py b/tools/mo/openvino/tools/mo/front/tf/extractors/native_tf.py index e040383c4d0..ce04ea0c0d3 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extractors/native_tf.py +++ b/tools/mo/openvino/tools/mo/front/tf/extractors/native_tf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.tf.partial_infer.tf import tf_native_tf_node_infer diff --git a/tools/mo/openvino/tools/mo/front/tf/extractors/pack.py b/tools/mo/openvino/tools/mo/front/tf/extractors/pack.py index 776d7aba63d..e8fecf3e5a5 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extractors/pack.py +++ b/tools/mo/openvino/tools/mo/front/tf/extractors/pack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/tf/extractors/strided_slice.py b/tools/mo/openvino/tools/mo/front/tf/extractors/strided_slice.py index 01e4bd54494..ad1b81eed15 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extractors/strided_slice.py +++ b/tools/mo/openvino/tools/mo/front/tf/extractors/strided_slice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/extractors/subgraph_utils.py b/tools/mo/openvino/tools/mo/front/tf/extractors/subgraph_utils.py index a4fea62cb2e..5f3df8af960 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extractors/subgraph_utils.py +++ b/tools/mo/openvino/tools/mo/front/tf/extractors/subgraph_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import copy diff --git a/tools/mo/openvino/tools/mo/front/tf/extractors/utils.py b/tools/mo/openvino/tools/mo/front/tf/extractors/utils.py index 1065a19da90..9f0f835a0a0 100644 --- a/tools/mo/openvino/tools/mo/front/tf/extractors/utils.py +++ b/tools/mo/openvino/tools/mo/front/tf/extractors/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/eye_ext.py b/tools/mo/openvino/tools/mo/front/tf/eye_ext.py index 5d3d6a98ec6..650d7fd18a4 100644 --- a/tools/mo/openvino/tools/mo/front/tf/eye_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/eye_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.eye import TFEye diff --git a/tools/mo/openvino/tools/mo/front/tf/eye_tf_to_eye.py b/tools/mo/openvino/tools/mo/front/tf/eye_tf_to_eye.py index 03afbfb626c..5c89279dd84 100644 --- a/tools/mo/openvino/tools/mo/front/tf/eye_tf_to_eye.py +++ b/tools/mo/openvino/tools/mo/front/tf/eye_tf_to_eye.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.const import Const diff --git a/tools/mo/openvino/tools/mo/front/tf/fake_const_ext.py b/tools/mo/openvino/tools/mo/front/tf/fake_const_ext.py index ca1c10a6863..5b2cbb35fa7 100644 --- a/tools/mo/openvino/tools/mo/front/tf/fake_const_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/fake_const_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/fft_ext.py b/tools/mo/openvino/tools/mo/front/tf/fft_ext.py index f4be9653c63..3e80fe208c6 100644 --- a/tools/mo/openvino/tools/mo/front/tf/fft_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/fft_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/fifo_queue_v2_ext.py b/tools/mo/openvino/tools/mo/front/tf/fifo_queue_v2_ext.py index 6df507cbf33..781ef7067d0 100644 --- a/tools/mo/openvino/tools/mo/front/tf/fifo_queue_v2_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/fifo_queue_v2_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/front/tf/fifo_replacer.py b/tools/mo/openvino/tools/mo/front/tf/fifo_replacer.py index 377efddee71..561e9832807 100644 --- a/tools/mo/openvino/tools/mo/front/tf/fifo_replacer.py +++ b/tools/mo/openvino/tools/mo/front/tf/fifo_replacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/fill_ext.py b/tools/mo/openvino/tools/mo/front/tf/fill_ext.py index 9fae65678ab..637883011af 100644 --- a/tools/mo/openvino/tools/mo/front/tf/fill_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/fill_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/floor_div_decomposition.py b/tools/mo/openvino/tools/mo/front/tf/floor_div_decomposition.py index da0277e42a7..d352435f6ba 100644 --- a/tools/mo/openvino/tools/mo/front/tf/floor_div_decomposition.py +++ b/tools/mo/openvino/tools/mo/front/tf/floor_div_decomposition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Floor diff --git a/tools/mo/openvino/tools/mo/front/tf/floor_ext.py b/tools/mo/openvino/tools/mo/front/tf/floor_ext.py index e16f7742a23..ad64fcea20e 100644 --- a/tools/mo/openvino/tools/mo/front/tf/floor_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/floor_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Floor diff --git a/tools/mo/openvino/tools/mo/front/tf/gather_ext.py b/tools/mo/openvino/tools/mo/front/tf/gather_ext.py index 62f7be4bcb3..1a11b05ac7d 100644 --- a/tools/mo/openvino/tools/mo/front/tf/gather_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/gather_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.gather import Gather, AttributedGather diff --git a/tools/mo/openvino/tools/mo/front/tf/gathernd_ext.py b/tools/mo/openvino/tools/mo/front/tf/gathernd_ext.py index 14e685ff156..f0672ec5750 100644 --- a/tools/mo/openvino/tools/mo/front/tf/gathernd_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/gathernd_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.gathernd import GatherND diff --git a/tools/mo/openvino/tools/mo/front/tf/graph_utils.py b/tools/mo/openvino/tools/mo/front/tf/graph_utils.py index 9cfef20b260..723eb9619de 100644 --- a/tools/mo/openvino/tools/mo/front/tf/graph_utils.py +++ b/tools/mo/openvino/tools/mo/front/tf/graph_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import Dict diff --git a/tools/mo/openvino/tools/mo/front/tf/identityN_to_identity.py b/tools/mo/openvino/tools/mo/front/tf/identityN_to_identity.py index c251a3df7c8..cbef3a36ac9 100644 --- a/tools/mo/openvino/tools/mo/front/tf/identityN_to_identity.py +++ b/tools/mo/openvino/tools/mo/front/tf/identityN_to_identity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity diff --git a/tools/mo/openvino/tools/mo/front/tf/identity_ext.py b/tools/mo/openvino/tools/mo/front/tf/identity_ext.py index 4e422ded24d..97e8b50503a 100644 --- a/tools/mo/openvino/tools/mo/front/tf/identity_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/identity_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.identity import Identity, IdentityN diff --git a/tools/mo/openvino/tools/mo/front/tf/if_ext.py b/tools/mo/openvino/tools/mo/front/tf/if_ext.py index 87828c3600d..f0aa3994816 100644 --- a/tools/mo/openvino/tools/mo/front/tf/if_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/if_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.If import If diff --git a/tools/mo/openvino/tools/mo/front/tf/loader.py b/tools/mo/openvino/tools/mo/front/tf/loader.py index 9bcf87cfa23..4a7980eb86e 100644 --- a/tools/mo/openvino/tools/mo/front/tf/loader.py +++ b/tools/mo/openvino/tools/mo/front/tf/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/front/tf/log_softmax_ext.py b/tools/mo/openvino/tools/mo/front/tf/log_softmax_ext.py index 59f8852658c..b114a0f038f 100644 --- a/tools/mo/openvino/tools/mo/front/tf/log_softmax_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/log_softmax_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/lrn_ext.py b/tools/mo/openvino/tools/mo/front/tf/lrn_ext.py index 00896314e40..342e866c733 100644 --- a/tools/mo/openvino/tools/mo/front/tf/lrn_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/lrn_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/matmul_ext.py b/tools/mo/openvino/tools/mo/front/tf/matmul_ext.py index 582bac2980c..11739ce1d6a 100644 --- a/tools/mo/openvino/tools/mo/front/tf/matmul_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/matmul_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.MatMul import MatMul diff --git a/tools/mo/openvino/tools/mo/front/tf/mvn.py b/tools/mo/openvino/tools/mo/front/tf/mvn.py index 2e351d4ba27..a8415cd7e23 100644 --- a/tools/mo/openvino/tools/mo/front/tf/mvn.py +++ b/tools/mo/openvino/tools/mo/front/tf/mvn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/mvn_unrolled.py b/tools/mo/openvino/tools/mo/front/tf/mvn_unrolled.py index e298590a9ba..985d66a81c0 100644 --- a/tools/mo/openvino/tools/mo/front/tf/mvn_unrolled.py +++ b/tools/mo/openvino/tools/mo/front/tf/mvn_unrolled.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/nearest_neighbor_upsampling.py b/tools/mo/openvino/tools/mo/front/tf/nearest_neighbor_upsampling.py index acd00e9cdd4..f5bba726f7c 100644 --- a/tools/mo/openvino/tools/mo/front/tf/nearest_neighbor_upsampling.py +++ b/tools/mo/openvino/tools/mo/front/tf/nearest_neighbor_upsampling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/next_iteration_ext.py b/tools/mo/openvino/tools/mo/front/tf/next_iteration_ext.py index ecd1b034a81..e70b25db324 100644 --- a/tools/mo/openvino/tools/mo/front/tf/next_iteration_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/next_iteration_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/front/tf/non_max_suppression_ext.py b/tools/mo/openvino/tools/mo/front/tf/non_max_suppression_ext.py index 13cbd989b74..18b1c5c3f6e 100644 --- a/tools/mo/openvino/tools/mo/front/tf/non_max_suppression_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/non_max_suppression_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/non_max_suppression_normalize.py b/tools/mo/openvino/tools/mo/front/tf/non_max_suppression_normalize.py index eec1f840f08..57164a184f0 100644 --- a/tools/mo/openvino/tools/mo/front/tf/non_max_suppression_normalize.py +++ b/tools/mo/openvino/tools/mo/front/tf/non_max_suppression_normalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/noop.py b/tools/mo/openvino/tools/mo/front/tf/noop.py index efcf6fbb9ea..9a945af23fd 100644 --- a/tools/mo/openvino/tools/mo/front/tf/noop.py +++ b/tools/mo/openvino/tools/mo/front/tf/noop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/one_hot_ext.py b/tools/mo/openvino/tools/mo/front/tf/one_hot_ext.py index 93165c06655..6b4519b80ef 100644 --- a/tools/mo/openvino/tools/mo/front/tf/one_hot_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/one_hot_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/pad_ext.py b/tools/mo/openvino/tools/mo/front/tf/pad_ext.py index da35ec4a73d..a42affcdbc1 100644 --- a/tools/mo/openvino/tools/mo/front/tf/pad_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/pad_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/pad_tf_to_pad.py b/tools/mo/openvino/tools/mo/front/tf/pad_tf_to_pad.py index b93a44cdeef..1eeb69d513d 100644 --- a/tools/mo/openvino/tools/mo/front/tf/pad_tf_to_pad.py +++ b/tools/mo/openvino/tools/mo/front/tf/pad_tf_to_pad.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ConvertLike import ConvertLike diff --git a/tools/mo/openvino/tools/mo/front/tf/partial_infer/__init__.py b/tools/mo/openvino/tools/mo/front/tf/partial_infer/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/front/tf/partial_infer/__init__.py +++ b/tools/mo/openvino/tools/mo/front/tf/partial_infer/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/front/tf/partial_infer/tf.py b/tools/mo/openvino/tools/mo/front/tf/partial_infer/tf.py index 5976125ab34..194e8f64d96 100644 --- a/tools/mo/openvino/tools/mo/front/tf/partial_infer/tf.py +++ b/tools/mo/openvino/tools/mo/front/tf/partial_infer/tf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/placeholder_ext.py b/tools/mo/openvino/tools/mo/front/tf/placeholder_ext.py index b37ca73db5f..01bb83f00ba 100644 --- a/tools/mo/openvino/tools/mo/front/tf/placeholder_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/placeholder_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/placeholder_with_default_ext.py b/tools/mo/openvino/tools/mo/front/tf/placeholder_with_default_ext.py index 216369a50fe..0d718e7936a 100644 --- a/tools/mo/openvino/tools/mo/front/tf/placeholder_with_default_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/placeholder_with_default_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer, copy_value diff --git a/tools/mo/openvino/tools/mo/front/tf/pooling_ext.py b/tools/mo/openvino/tools/mo/front/tf/pooling_ext.py index 1b8f4d6c4df..9f224cd4330 100644 --- a/tools/mo/openvino/tools/mo/front/tf/pooling_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/pooling_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import convert_tf_padding_to_str diff --git a/tools/mo/openvino/tools/mo/front/tf/prelu.py b/tools/mo/openvino/tools/mo/front/tf/prelu.py index 3c57560a8bb..2c9d6246eff 100644 --- a/tools/mo/openvino/tools/mo/front/tf/prelu.py +++ b/tools/mo/openvino/tools/mo/front/tf/prelu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/random_uniform_ext.py b/tools/mo/openvino/tools/mo/front/tf/random_uniform_ext.py index 525b73421ce..1c4919e3aba 100644 --- a/tools/mo/openvino/tools/mo/front/tf/random_uniform_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/random_uniform_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.random_uniform import AttributedRandomUniform diff --git a/tools/mo/openvino/tools/mo/front/tf/random_uniform_int_ext.py b/tools/mo/openvino/tools/mo/front/tf/random_uniform_int_ext.py index d6aa040aad4..5a335022472 100644 --- a/tools/mo/openvino/tools/mo/front/tf/random_uniform_int_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/random_uniform_int_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.random_uniform import RandomUniform diff --git a/tools/mo/openvino/tools/mo/front/tf/range_ext.py b/tools/mo/openvino/tools/mo/front/tf/range_ext.py index 1a186faf55a..df390b442ea 100644 --- a/tools/mo/openvino/tools/mo/front/tf/range_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/range_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.range import Range diff --git a/tools/mo/openvino/tools/mo/front/tf/reduce_ext.py b/tools/mo/openvino/tools/mo/front/tf/reduce_ext.py index ca72c68e40d..81f7403ffbe 100644 --- a/tools/mo/openvino/tools/mo/front/tf/reduce_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/reduce_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ReduceOps import ReduceProd, ReduceAnd, ReduceMax, ReduceMean, ReduceSum, ReduceL2, \ diff --git a/tools/mo/openvino/tools/mo/front/tf/register_custom_ops.py b/tools/mo/openvino/tools/mo/front/tf/register_custom_ops.py index b2c1ecea150..1e2be280b06 100644 --- a/tools/mo/openvino/tools/mo/front/tf/register_custom_ops.py +++ b/tools/mo/openvino/tools/mo/front/tf/register_custom_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementOp, FrontReplacementPattern, FrontReplacementSubgraph diff --git a/tools/mo/openvino/tools/mo/front/tf/replacement.py b/tools/mo/openvino/tools/mo/front/tf/replacement.py index a90ebccc483..62069a1ea80 100644 --- a/tools/mo/openvino/tools/mo/front/tf/replacement.py +++ b/tools/mo/openvino/tools/mo/front/tf/replacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/reshape_related_ext.py b/tools/mo/openvino/tools/mo/front/tf/reshape_related_ext.py index 5614ad49d7c..985070cd7dd 100644 --- a/tools/mo/openvino/tools/mo/front/tf/reshape_related_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/reshape_related_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/resize_bilinear.py b/tools/mo/openvino/tools/mo/front/tf/resize_bilinear.py index 8f4dd290953..8112489d6e7 100644 --- a/tools/mo/openvino/tools/mo/front/tf/resize_bilinear.py +++ b/tools/mo/openvino/tools/mo/front/tf/resize_bilinear.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.TFResize import TFResize diff --git a/tools/mo/openvino/tools/mo/front/tf/resize_nearest_neighbor.py b/tools/mo/openvino/tools/mo/front/tf/resize_nearest_neighbor.py index 1cb14dc05b0..a9be8e7aa50 100644 --- a/tools/mo/openvino/tools/mo/front/tf/resize_nearest_neighbor.py +++ b/tools/mo/openvino/tools/mo/front/tf/resize_nearest_neighbor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.TFResize import TFResize diff --git a/tools/mo/openvino/tools/mo/front/tf/reverse_sequence.py b/tools/mo/openvino/tools/mo/front/tf/reverse_sequence.py index 8682eb2a136..94b40bb6bc5 100644 --- a/tools/mo/openvino/tools/mo/front/tf/reverse_sequence.py +++ b/tools/mo/openvino/tools/mo/front/tf/reverse_sequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.reverse_sequence import ReverseSequence diff --git a/tools/mo/openvino/tools/mo/front/tf/reverse_v2.py b/tools/mo/openvino/tools/mo/front/tf/reverse_v2.py index ab3296a2188..9ae3c412331 100644 --- a/tools/mo/openvino/tools/mo/front/tf/reverse_v2.py +++ b/tools/mo/openvino/tools/mo/front/tf/reverse_v2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.Reverse import Reverse diff --git a/tools/mo/openvino/tools/mo/front/tf/roll_ext.py b/tools/mo/openvino/tools/mo/front/tf/roll_ext.py index 2ae7cb6da74..de52db2272c 100644 --- a/tools/mo/openvino/tools/mo/front/tf/roll_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/roll_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.roll import Roll diff --git a/tools/mo/openvino/tools/mo/front/tf/scatter_nd_ext.py b/tools/mo/openvino/tools/mo/front/tf/scatter_nd_ext.py index ca5e42109df..a9539afbf4f 100644 --- a/tools/mo/openvino/tools/mo/front/tf/scatter_nd_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/scatter_nd_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.scatternd import TFScatterND diff --git a/tools/mo/openvino/tools/mo/front/tf/select_ext.py b/tools/mo/openvino/tools/mo/front/tf/select_ext.py index 2d3f642b6f5..711e2524db8 100644 --- a/tools/mo/openvino/tools/mo/front/tf/select_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/select_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.select import Select diff --git a/tools/mo/openvino/tools/mo/front/tf/sign_ext.py b/tools/mo/openvino/tools/mo/front/tf/sign_ext.py index 2625b92cb2d..f162bc17f46 100644 --- a/tools/mo/openvino/tools/mo/front/tf/sign_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/sign_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Sign diff --git a/tools/mo/openvino/tools/mo/front/tf/slice_ext.py b/tools/mo/openvino/tools/mo/front/tf/slice_ext.py index ee74f4f9aeb..6ae0bbd3701 100644 --- a/tools/mo/openvino/tools/mo/front/tf/slice_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/slice_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/softmax_ext.py b/tools/mo/openvino/tools/mo/front/tf/softmax_ext.py index 30e91e27ecf..5679cdfe1fa 100644 --- a/tools/mo/openvino/tools/mo/front/tf/softmax_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/softmax_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/softplus_ext.py b/tools/mo/openvino/tools/mo/front/tf/softplus_ext.py index 7aaeaf2c5f4..83e969404f4 100644 --- a/tools/mo/openvino/tools/mo/front/tf/softplus_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/softplus_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/space_to_batch.py b/tools/mo/openvino/tools/mo/front/tf/space_to_batch.py index 3519afacc0e..d5c7b6f79f9 100644 --- a/tools/mo/openvino/tools/mo/front/tf/space_to_batch.py +++ b/tools/mo/openvino/tools/mo/front/tf/space_to_batch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/space_to_batch_ext.py b/tools/mo/openvino/tools/mo/front/tf/space_to_batch_ext.py index 4cc23d581e5..5cfa28b6afb 100644 --- a/tools/mo/openvino/tools/mo/front/tf/space_to_batch_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/space_to_batch_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/space_to_depth_ext.py b/tools/mo/openvino/tools/mo/front/tf/space_to_depth_ext.py index 6945b96e684..6e99271c404 100644 --- a/tools/mo/openvino/tools/mo/front/tf/space_to_depth_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/space_to_depth_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.space_to_depth import SpaceToDepth diff --git a/tools/mo/openvino/tools/mo/front/tf/sparse_fill_empty_rows_ext.py b/tools/mo/openvino/tools/mo/front/tf/sparse_fill_empty_rows_ext.py index 2cbde0d93e4..9ff68256f2d 100644 --- a/tools/mo/openvino/tools/mo/front/tf/sparse_fill_empty_rows_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/sparse_fill_empty_rows_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.sparse_fill_empty_rows import SparseFillEmptyRows diff --git a/tools/mo/openvino/tools/mo/front/tf/sparse_segment_mean_ext.py b/tools/mo/openvino/tools/mo/front/tf/sparse_segment_mean_ext.py index 438b9493f0c..232f85791bf 100644 --- a/tools/mo/openvino/tools/mo/front/tf/sparse_segment_mean_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/sparse_segment_mean_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.sparse_segment_mean import SparseSegmentMean diff --git a/tools/mo/openvino/tools/mo/front/tf/sparse_segment_sqrtn_ext.py b/tools/mo/openvino/tools/mo/front/tf/sparse_segment_sqrtn_ext.py index ebc6b30704d..8e53bf8637d 100644 --- a/tools/mo/openvino/tools/mo/front/tf/sparse_segment_sqrtn_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/sparse_segment_sqrtn_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.sparse_segment_sqrtn import SparseSegmentSqrtN diff --git a/tools/mo/openvino/tools/mo/front/tf/sparse_segment_sum_ext.py b/tools/mo/openvino/tools/mo/front/tf/sparse_segment_sum_ext.py index 23b54a7ccd2..593d426fed5 100644 --- a/tools/mo/openvino/tools/mo/front/tf/sparse_segment_sum_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/sparse_segment_sum_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.sparse_segment_sum import SparseSegmentSum diff --git a/tools/mo/openvino/tools/mo/front/tf/sparse_to_dense_replacer.py b/tools/mo/openvino/tools/mo/front/tf/sparse_to_dense_replacer.py index b8d0772b35c..6a4857ab547 100644 --- a/tools/mo/openvino/tools/mo/front/tf/sparse_to_dense_replacer.py +++ b/tools/mo/openvino/tools/mo/front/tf/sparse_to_dense_replacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/split_ext.py b/tools/mo/openvino/tools/mo/front/tf/split_ext.py index a79ec1533d9..6f5ded238c7 100644 --- a/tools/mo/openvino/tools/mo/front/tf/split_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/split_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.split import VariadicSplit, Split, AttributedSplit diff --git a/tools/mo/openvino/tools/mo/front/tf/swap_deconv_inputs.py b/tools/mo/openvino/tools/mo/front/tf/swap_deconv_inputs.py index 831202d675b..2dca7e883a4 100644 --- a/tools/mo/openvino/tools/mo/front/tf/swap_deconv_inputs.py +++ b/tools/mo/openvino/tools/mo/front/tf/swap_deconv_inputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementSubgraph diff --git a/tools/mo/openvino/tools/mo/front/tf/swish_ext.py b/tools/mo/openvino/tools/mo/front/tf/swish_ext.py index 094e8a08629..bd1b5cb7dd0 100644 --- a/tools/mo/openvino/tools/mo/front/tf/swish_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/swish_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.activation_ops import Swish diff --git a/tools/mo/openvino/tools/mo/front/tf/tensorflow_custom_operations_config_update.py b/tools/mo/openvino/tools/mo/front/tf/tensorflow_custom_operations_config_update.py index 984d64165be..9f2539a0767 100644 --- a/tools/mo/openvino/tools/mo/front/tf/tensorflow_custom_operations_config_update.py +++ b/tools/mo/openvino/tools/mo/front/tf/tensorflow_custom_operations_config_update.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import json diff --git a/tools/mo/openvino/tools/mo/front/tf/tile_ext.py b/tools/mo/openvino/tools/mo/front/tf/tile_ext.py index c2e42aead84..9eac84939f9 100644 --- a/tools/mo/openvino/tools/mo/front/tf/tile_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/tile_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/topk_ext.py b/tools/mo/openvino/tools/mo/front/tf/topk_ext.py index 2eac3449c90..5b06a097228 100644 --- a/tools/mo/openvino/tools/mo/front/tf/topk_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/topk_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/front/tf/transpose_ext.py b/tools/mo/openvino/tools/mo/front/tf/transpose_ext.py index bc88091df7c..b2baf696c5c 100644 --- a/tools/mo/openvino/tools/mo/front/tf/transpose_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/transpose_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.transpose import Transpose diff --git a/tools/mo/openvino/tools/mo/front/tf/transposed_mvn_unrolled.py b/tools/mo/openvino/tools/mo/front/tf/transposed_mvn_unrolled.py index 007fa0c8d55..beab5274594 100644 --- a/tools/mo/openvino/tools/mo/front/tf/transposed_mvn_unrolled.py +++ b/tools/mo/openvino/tools/mo/front/tf/transposed_mvn_unrolled.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/front/tf/unique_ext.py b/tools/mo/openvino/tools/mo/front/tf/unique_ext.py index 840c943a199..c74fbcb70f2 100644 --- a/tools/mo/openvino/tools/mo/front/tf/unique_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/unique_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.unique import Unique diff --git a/tools/mo/openvino/tools/mo/front/tf/variable_ext.py b/tools/mo/openvino/tools/mo/front/tf/variable_ext.py index a7adcace7bd..cf27d737a74 100644 --- a/tools/mo/openvino/tools/mo/front/tf/variable_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/variable_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import FrontExtractorOp diff --git a/tools/mo/openvino/tools/mo/front/tf/variables_values_freezing.py b/tools/mo/openvino/tools/mo/front/tf/variables_values_freezing.py index 578cbea2a76..9deeb645681 100644 --- a/tools/mo/openvino/tools/mo/front/tf/variables_values_freezing.py +++ b/tools/mo/openvino/tools/mo/front/tf/variables_values_freezing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/front/tf/while_ext.py b/tools/mo/openvino/tools/mo/front/tf/while_ext.py index 7f818dce8c4..81deccfc117 100644 --- a/tools/mo/openvino/tools/mo/front/tf/while_ext.py +++ b/tools/mo/openvino/tools/mo/front/tf/while_ext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.loop import Loop diff --git a/tools/mo/openvino/tools/mo/front/transformations_config.py b/tools/mo/openvino/tools/mo/front/transformations_config.py index e36b809daca..ea75b66820a 100644 --- a/tools/mo/openvino/tools/mo/front/transformations_config.py +++ b/tools/mo/openvino/tools/mo/front/transformations_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.custom_replacement_registry import CustomReplacementRegistry diff --git a/tools/mo/openvino/tools/mo/front/user_data_repack.py b/tools/mo/openvino/tools/mo/front/user_data_repack.py index 9e2a557bb42..6819084418a 100644 --- a/tools/mo/openvino/tools/mo/front/user_data_repack.py +++ b/tools/mo/openvino/tools/mo/front/user_data_repack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.replacement import FrontReplacementPattern diff --git a/tools/mo/openvino/tools/mo/graph/__init__.py b/tools/mo/openvino/tools/mo/graph/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/graph/__init__.py +++ b/tools/mo/openvino/tools/mo/graph/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/graph/connection.py b/tools/mo/openvino/tools/mo/graph/connection.py index d7cd6d4c392..348948baabe 100644 --- a/tools/mo/openvino/tools/mo/graph/connection.py +++ b/tools/mo/openvino/tools/mo/graph/connection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from collections import namedtuple diff --git a/tools/mo/openvino/tools/mo/graph/graph.py b/tools/mo/openvino/tools/mo/graph/graph.py index 46e00e04b0c..db0f97efebe 100644 --- a/tools/mo/openvino/tools/mo/graph/graph.py +++ b/tools/mo/openvino/tools/mo/graph/graph.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import collections diff --git a/tools/mo/openvino/tools/mo/graph/perm_inputs.py b/tools/mo/openvino/tools/mo/graph/perm_inputs.py index 552dea37f94..ddae286ccf1 100644 --- a/tools/mo/openvino/tools/mo/graph/perm_inputs.py +++ b/tools/mo/openvino/tools/mo/graph/perm_inputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import networkx as nx diff --git a/tools/mo/openvino/tools/mo/graph/port.py b/tools/mo/openvino/tools/mo/graph/port.py index b1f01ba80da..86ddd81cfe4 100644 --- a/tools/mo/openvino/tools/mo/graph/port.py +++ b/tools/mo/openvino/tools/mo/graph/port.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/load/__init__.py b/tools/mo/openvino/tools/mo/load/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/load/__init__.py +++ b/tools/mo/openvino/tools/mo/load/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/load/caffe/__init__.py b/tools/mo/openvino/tools/mo/load/caffe/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/load/caffe/__init__.py +++ b/tools/mo/openvino/tools/mo/load/caffe/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/load/caffe/loader.py b/tools/mo/openvino/tools/mo/load/caffe/loader.py index b9f0356dc26..aaf5538998d 100644 --- a/tools/mo/openvino/tools/mo/load/caffe/loader.py +++ b/tools/mo/openvino/tools/mo/load/caffe/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/openvino/tools/mo/load/kaldi/__init__.py b/tools/mo/openvino/tools/mo/load/kaldi/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/load/kaldi/__init__.py +++ b/tools/mo/openvino/tools/mo/load/kaldi/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/load/kaldi/loader.py b/tools/mo/openvino/tools/mo/load/kaldi/loader.py index a6b4cc5b4b2..376d848138a 100644 --- a/tools/mo/openvino/tools/mo/load/kaldi/loader.py +++ b/tools/mo/openvino/tools/mo/load/kaldi/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.load.loader import Loader diff --git a/tools/mo/openvino/tools/mo/load/loader.py b/tools/mo/openvino/tools/mo/load/loader.py index 5cdc6125adf..355bbe69d8e 100644 --- a/tools/mo/openvino/tools/mo/load/loader.py +++ b/tools/mo/openvino/tools/mo/load/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/load/mxnet/__init__.py b/tools/mo/openvino/tools/mo/load/mxnet/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/load/mxnet/__init__.py +++ b/tools/mo/openvino/tools/mo/load/mxnet/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/load/mxnet/loader.py b/tools/mo/openvino/tools/mo/load/mxnet/loader.py index 395bf522ddd..5ab7d9fbe05 100644 --- a/tools/mo/openvino/tools/mo/load/mxnet/loader.py +++ b/tools/mo/openvino/tools/mo/load/mxnet/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.error import FrameworkError, Error diff --git a/tools/mo/openvino/tools/mo/load/onnx/__init__.py b/tools/mo/openvino/tools/mo/load/onnx/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/load/onnx/__init__.py +++ b/tools/mo/openvino/tools/mo/load/onnx/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/load/onnx/loader.py b/tools/mo/openvino/tools/mo/load/onnx/loader.py index 5a8db0e92e5..72b819b35b6 100644 --- a/tools/mo/openvino/tools/mo/load/onnx/loader.py +++ b/tools/mo/openvino/tools/mo/load/onnx/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from __future__ import absolute_import diff --git a/tools/mo/openvino/tools/mo/load/tf/__init__.py b/tools/mo/openvino/tools/mo/load/tf/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/load/tf/__init__.py +++ b/tools/mo/openvino/tools/mo/load/tf/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/load/tf/loader.py b/tools/mo/openvino/tools/mo/load/tf/loader.py index 425c509fa5e..efc517b156b 100644 --- a/tools/mo/openvino/tools/mo/load/tf/loader.py +++ b/tools/mo/openvino/tools/mo/load/tf/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/openvino/tools/mo/main.py b/tools/mo/openvino/tools/mo/main.py index 98b25adaf01..a1e9ef58efe 100644 --- a/tools/mo/openvino/tools/mo/main.py +++ b/tools/mo/openvino/tools/mo/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/main_caffe.py b/tools/mo/openvino/tools/mo/main_caffe.py index e8cae090166..6554b8e70ae 100644 --- a/tools/mo/openvino/tools/mo/main_caffe.py +++ b/tools/mo/openvino/tools/mo/main_caffe.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/mo/openvino/tools/mo/main_kaldi.py b/tools/mo/openvino/tools/mo/main_kaldi.py index 6cc2ab8ffff..b1ea7fbd906 100644 --- a/tools/mo/openvino/tools/mo/main_kaldi.py +++ b/tools/mo/openvino/tools/mo/main_kaldi.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/mo/openvino/tools/mo/main_mxnet.py b/tools/mo/openvino/tools/mo/main_mxnet.py index b5e040f57e7..e924f47690e 100644 --- a/tools/mo/openvino/tools/mo/main_mxnet.py +++ b/tools/mo/openvino/tools/mo/main_mxnet.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/mo/openvino/tools/mo/main_onnx.py b/tools/mo/openvino/tools/mo/main_onnx.py index c37266b7e26..802ce4700e2 100644 --- a/tools/mo/openvino/tools/mo/main_onnx.py +++ b/tools/mo/openvino/tools/mo/main_onnx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/mo/openvino/tools/mo/main_paddle.py b/tools/mo/openvino/tools/mo/main_paddle.py index 984351f203c..4a556d54c57 100644 --- a/tools/mo/openvino/tools/mo/main_paddle.py +++ b/tools/mo/openvino/tools/mo/main_paddle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/mo/openvino/tools/mo/main_tf.py b/tools/mo/openvino/tools/mo/main_tf.py index e5d58b46003..e48309b2630 100644 --- a/tools/mo/openvino/tools/mo/main_tf.py +++ b/tools/mo/openvino/tools/mo/main_tf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/mo/openvino/tools/mo/middle/AddFakeQuantizeFuse.py b/tools/mo/openvino/tools/mo/middle/AddFakeQuantizeFuse.py index 8574b134559..a48aa1d465f 100644 --- a/tools/mo/openvino/tools/mo/middle/AddFakeQuantizeFuse.py +++ b/tools/mo/openvino/tools/mo/middle/AddFakeQuantizeFuse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/AddIsCyclicAttribute.py b/tools/mo/openvino/tools/mo/middle/AddIsCyclicAttribute.py index c93b2d62ae2..77d591f2142 100644 --- a/tools/mo/openvino/tools/mo/middle/AddIsCyclicAttribute.py +++ b/tools/mo/openvino/tools/mo/middle/AddIsCyclicAttribute.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import networkx as nx diff --git a/tools/mo/openvino/tools/mo/middle/ApplyNHWCtoNCHWpermutation.py b/tools/mo/openvino/tools/mo/middle/ApplyNHWCtoNCHWpermutation.py index c66896e216b..7e9568d9eb9 100644 --- a/tools/mo/openvino/tools/mo/middle/ApplyNHWCtoNCHWpermutation.py +++ b/tools/mo/openvino/tools/mo/middle/ApplyNHWCtoNCHWpermutation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.LayoutChangeForConstantShapePaths import LayoutChangeForConstantShapePaths diff --git a/tools/mo/openvino/tools/mo/middle/ApplyPermutations.py b/tools/mo/openvino/tools/mo/middle/ApplyPermutations.py index 7d00244d3ae..46c3a70852a 100644 --- a/tools/mo/openvino/tools/mo/middle/ApplyPermutations.py +++ b/tools/mo/openvino/tools/mo/middle/ApplyPermutations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/ArgOpsToTopK.py b/tools/mo/openvino/tools/mo/middle/ArgOpsToTopK.py index 41218d7f1f0..15b19eb4694 100644 --- a/tools/mo/openvino/tools/mo/middle/ArgOpsToTopK.py +++ b/tools/mo/openvino/tools/mo/middle/ArgOpsToTopK.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.topk import TopK diff --git a/tools/mo/openvino/tools/mo/middle/AttributedTileNormalizer.py b/tools/mo/openvino/tools/mo/middle/AttributedTileNormalizer.py index c889e73b5f8..b73a6409999 100644 --- a/tools/mo/openvino/tools/mo/middle/AttributedTileNormalizer.py +++ b/tools/mo/openvino/tools/mo/middle/AttributedTileNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/BiasAddBroadcasting.py b/tools/mo/openvino/tools/mo/middle/BiasAddBroadcasting.py index 45629cc8019..63bfcfc2420 100644 --- a/tools/mo/openvino/tools/mo/middle/BiasAddBroadcasting.py +++ b/tools/mo/openvino/tools/mo/middle/BiasAddBroadcasting.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/BinarizeWeightsM1P1.py b/tools/mo/openvino/tools/mo/middle/BinarizeWeightsM1P1.py index db5a6b8d9b4..d128745b452 100644 --- a/tools/mo/openvino/tools/mo/middle/BinarizeWeightsM1P1.py +++ b/tools/mo/openvino/tools/mo/middle/BinarizeWeightsM1P1.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/BlockLSTMtoLSTMSequence.py b/tools/mo/openvino/tools/mo/middle/BlockLSTMtoLSTMSequence.py index 264074a6d84..5dc21ed7674 100644 --- a/tools/mo/openvino/tools/mo/middle/BlockLSTMtoLSTMSequence.py +++ b/tools/mo/openvino/tools/mo/middle/BlockLSTMtoLSTMSequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/CheckForCycle.py b/tools/mo/openvino/tools/mo/middle/CheckForCycle.py index 7dab1b12611..df2f7ffe9eb 100644 --- a/tools/mo/openvino/tools/mo/middle/CheckForCycle.py +++ b/tools/mo/openvino/tools/mo/middle/CheckForCycle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import networkx as nx diff --git a/tools/mo/openvino/tools/mo/middle/ConcatOptimization.py b/tools/mo/openvino/tools/mo/middle/ConcatOptimization.py index 93618d86b0c..123f5e5562f 100644 --- a/tools/mo/openvino/tools/mo/middle/ConcatOptimization.py +++ b/tools/mo/openvino/tools/mo/middle/ConcatOptimization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/middle/ConstSwitchResolver.py b/tools/mo/openvino/tools/mo/middle/ConstSwitchResolver.py index 70e090cd2c6..f6bda280efd 100644 --- a/tools/mo/openvino/tools/mo/middle/ConstSwitchResolver.py +++ b/tools/mo/openvino/tools/mo/middle/ConstSwitchResolver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/middle/ConvToBinaryConv.py b/tools/mo/openvino/tools/mo/middle/ConvToBinaryConv.py index 5c41162143d..d9875258983 100644 --- a/tools/mo/openvino/tools/mo/middle/ConvToBinaryConv.py +++ b/tools/mo/openvino/tools/mo/middle/ConvToBinaryConv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/ConvertGroupedStridedSlice.py b/tools/mo/openvino/tools/mo/middle/ConvertGroupedStridedSlice.py index 13a3429622c..01a823f98a8 100644 --- a/tools/mo/openvino/tools/mo/middle/ConvertGroupedStridedSlice.py +++ b/tools/mo/openvino/tools/mo/middle/ConvertGroupedStridedSlice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/ConvertLayoutDependentOperations.py b/tools/mo/openvino/tools/mo/middle/ConvertLayoutDependentOperations.py index e10802538e7..cf4d70dde64 100644 --- a/tools/mo/openvino/tools/mo/middle/ConvertLayoutDependentOperations.py +++ b/tools/mo/openvino/tools/mo/middle/ConvertLayoutDependentOperations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.transpose import Transpose diff --git a/tools/mo/openvino/tools/mo/middle/ConvertMultiInputConv.py b/tools/mo/openvino/tools/mo/middle/ConvertMultiInputConv.py index fb2426fd980..a0a3856f20e 100644 --- a/tools/mo/openvino/tools/mo/middle/ConvertMultiInputConv.py +++ b/tools/mo/openvino/tools/mo/middle/ConvertMultiInputConv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import copy diff --git a/tools/mo/openvino/tools/mo/middle/CustomSubgraphCall.py b/tools/mo/openvino/tools/mo/middle/CustomSubgraphCall.py index 88e555e6cdd..092acf10d18 100644 --- a/tools/mo/openvino/tools/mo/middle/CustomSubgraphCall.py +++ b/tools/mo/openvino/tools/mo/middle/CustomSubgraphCall.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import copy diff --git a/tools/mo/openvino/tools/mo/middle/CutInputHavingZeroDimFromConcat.py b/tools/mo/openvino/tools/mo/middle/CutInputHavingZeroDimFromConcat.py index a99d0e90074..647aa5b9d7c 100644 --- a/tools/mo/openvino/tools/mo/middle/CutInputHavingZeroDimFromConcat.py +++ b/tools/mo/openvino/tools/mo/middle/CutInputHavingZeroDimFromConcat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/middle/DecomposeBias.py b/tools/mo/openvino/tools/mo/middle/DecomposeBias.py index 5744067bf8f..87c73b50f97 100644 --- a/tools/mo/openvino/tools/mo/middle/DecomposeBias.py +++ b/tools/mo/openvino/tools/mo/middle/DecomposeBias.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Add diff --git a/tools/mo/openvino/tools/mo/middle/DecomposeBidirectionalRNNSequence.py b/tools/mo/openvino/tools/mo/middle/DecomposeBidirectionalRNNSequence.py index 0a81dec781f..a199ef8f92b 100644 --- a/tools/mo/openvino/tools/mo/middle/DecomposeBidirectionalRNNSequence.py +++ b/tools/mo/openvino/tools/mo/middle/DecomposeBidirectionalRNNSequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/Deconvolution3rdInputNormalization.py b/tools/mo/openvino/tools/mo/middle/Deconvolution3rdInputNormalization.py index e15284bace5..307948afccc 100644 --- a/tools/mo/openvino/tools/mo/middle/Deconvolution3rdInputNormalization.py +++ b/tools/mo/openvino/tools/mo/middle/Deconvolution3rdInputNormalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.gather import Gather diff --git a/tools/mo/openvino/tools/mo/middle/DeleteControlFlowEdges.py b/tools/mo/openvino/tools/mo/middle/DeleteControlFlowEdges.py index 5ba4d3c126b..296d3dbd9f5 100644 --- a/tools/mo/openvino/tools/mo/middle/DeleteControlFlowEdges.py +++ b/tools/mo/openvino/tools/mo/middle/DeleteControlFlowEdges.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/DeleteNotExecutable.py b/tools/mo/openvino/tools/mo/middle/DeleteNotExecutable.py index 1ed1a21d045..2a2166838e2 100644 --- a/tools/mo/openvino/tools/mo/middle/DeleteNotExecutable.py +++ b/tools/mo/openvino/tools/mo/middle/DeleteNotExecutable.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/DilatedConvolution.py b/tools/mo/openvino/tools/mo/middle/DilatedConvolution.py index b19f3f4d784..0e248fe6c46 100644 --- a/tools/mo/openvino/tools/mo/middle/DilatedConvolution.py +++ b/tools/mo/openvino/tools/mo/middle/DilatedConvolution.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/EltwiseChecker.py b/tools/mo/openvino/tools/mo/middle/EltwiseChecker.py index c2335b89881..0a80f6f8cba 100644 --- a/tools/mo/openvino/tools/mo/middle/EltwiseChecker.py +++ b/tools/mo/openvino/tools/mo/middle/EltwiseChecker.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/EltwiseInputReshape.py b/tools/mo/openvino/tools/mo/middle/EltwiseInputReshape.py index 928fca97fb9..9b2503967a2 100644 --- a/tools/mo/openvino/tools/mo/middle/EltwiseInputReshape.py +++ b/tools/mo/openvino/tools/mo/middle/EltwiseInputReshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/FakeSplitOutputs.py b/tools/mo/openvino/tools/mo/middle/FakeSplitOutputs.py index b73a79d47e5..9e86d406890 100644 --- a/tools/mo/openvino/tools/mo/middle/FakeSplitOutputs.py +++ b/tools/mo/openvino/tools/mo/middle/FakeSplitOutputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.TensorIteratorMerge import TensorIteratorMerge diff --git a/tools/mo/openvino/tools/mo/middle/FuseReshapesSequence.py b/tools/mo/openvino/tools/mo/middle/FuseReshapesSequence.py index f3caee12b5b..35fd4cfdeed 100644 --- a/tools/mo/openvino/tools/mo/middle/FuseReshapesSequence.py +++ b/tools/mo/openvino/tools/mo/middle/FuseReshapesSequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/FusedBatchNormNonConstant.py b/tools/mo/openvino/tools/mo/middle/FusedBatchNormNonConstant.py index 62b21cf3c10..47d150e5918 100644 --- a/tools/mo/openvino/tools/mo/middle/FusedBatchNormNonConstant.py +++ b/tools/mo/openvino/tools/mo/middle/FusedBatchNormNonConstant.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Mul, Add, Pow diff --git a/tools/mo/openvino/tools/mo/middle/FusedBatchNormTraining.py b/tools/mo/openvino/tools/mo/middle/FusedBatchNormTraining.py index 4732469cea2..cf27c773e82 100644 --- a/tools/mo/openvino/tools/mo/middle/FusedBatchNormTraining.py +++ b/tools/mo/openvino/tools/mo/middle/FusedBatchNormTraining.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/GRURNNSequenceToTensorIterator.py b/tools/mo/openvino/tools/mo/middle/GRURNNSequenceToTensorIterator.py index 8896ae0865e..00ed6afdf3e 100644 --- a/tools/mo/openvino/tools/mo/middle/GRURNNSequenceToTensorIterator.py +++ b/tools/mo/openvino/tools/mo/middle/GRURNNSequenceToTensorIterator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/GatherNDDecomposition.py b/tools/mo/openvino/tools/mo/middle/GatherNDDecomposition.py index 282d0b81896..2f08c651fef 100644 --- a/tools/mo/openvino/tools/mo/middle/GatherNDDecomposition.py +++ b/tools/mo/openvino/tools/mo/middle/GatherNDDecomposition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/GroupNorm.py b/tools/mo/openvino/tools/mo/middle/GroupNorm.py index 847450f2339..a879ec62dba 100644 --- a/tools/mo/openvino/tools/mo/middle/GroupNorm.py +++ b/tools/mo/openvino/tools/mo/middle/GroupNorm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import Dict diff --git a/tools/mo/openvino/tools/mo/middle/InputCut.py b/tools/mo/openvino/tools/mo/middle/InputCut.py index 860c2227b05..03f5057ad67 100644 --- a/tools/mo/openvino/tools/mo/middle/InputCut.py +++ b/tools/mo/openvino/tools/mo/middle/InputCut.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import add_input_ops diff --git a/tools/mo/openvino/tools/mo/middle/InsertLayoutPropagationTransposes.py b/tools/mo/openvino/tools/mo/middle/InsertLayoutPropagationTransposes.py index 30f961c6c2b..3ae82693619 100644 --- a/tools/mo/openvino/tools/mo/middle/InsertLayoutPropagationTransposes.py +++ b/tools/mo/openvino/tools/mo/middle/InsertLayoutPropagationTransposes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/InsertSelect.py b/tools/mo/openvino/tools/mo/middle/InsertSelect.py index 8c567e40b51..072c5c6426a 100644 --- a/tools/mo/openvino/tools/mo/middle/InsertSelect.py +++ b/tools/mo/openvino/tools/mo/middle/InsertSelect.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import networkx as nx diff --git a/tools/mo/openvino/tools/mo/middle/InterpolateSequenceToInterpolate.py b/tools/mo/openvino/tools/mo/middle/InterpolateSequenceToInterpolate.py index bfe90ebb32e..6c1ee0458eb 100644 --- a/tools/mo/openvino/tools/mo/middle/InterpolateSequenceToInterpolate.py +++ b/tools/mo/openvino/tools/mo/middle/InterpolateSequenceToInterpolate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/L2NormFusing.py b/tools/mo/openvino/tools/mo/middle/L2NormFusing.py index fdbc5bc0ec7..863f14207b7 100644 --- a/tools/mo/openvino/tools/mo/middle/L2NormFusing.py +++ b/tools/mo/openvino/tools/mo/middle/L2NormFusing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/LSTMRNNSequenceToTensorIterator.py b/tools/mo/openvino/tools/mo/middle/LSTMRNNSequenceToTensorIterator.py index 5251449c071..8bd0d156d09 100644 --- a/tools/mo/openvino/tools/mo/middle/LSTMRNNSequenceToTensorIterator.py +++ b/tools/mo/openvino/tools/mo/middle/LSTMRNNSequenceToTensorIterator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.RNNSequenceNormalizeToIE import RNNSequenceNormalize diff --git a/tools/mo/openvino/tools/mo/middle/LayoutChangeForConstantShapePaths.py b/tools/mo/openvino/tools/mo/middle/LayoutChangeForConstantShapePaths.py index 043336438ca..894911adf15 100644 --- a/tools/mo/openvino/tools/mo/middle/LayoutChangeForConstantShapePaths.py +++ b/tools/mo/openvino/tools/mo/middle/LayoutChangeForConstantShapePaths.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from collections import deque diff --git a/tools/mo/openvino/tools/mo/middle/LayoutChangeForEinsum.py b/tools/mo/openvino/tools/mo/middle/LayoutChangeForEinsum.py index 1002b1a6a2e..3b8ffe74f10 100644 --- a/tools/mo/openvino/tools/mo/middle/LayoutChangeForEinsum.py +++ b/tools/mo/openvino/tools/mo/middle/LayoutChangeForEinsum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.InsertLayoutPropagationTransposes import is_input_data_in_correct_layout, \ diff --git a/tools/mo/openvino/tools/mo/middle/LeakyReluPattern.py b/tools/mo/openvino/tools/mo/middle/LeakyReluPattern.py index 7229c47e095..457208ab43a 100644 --- a/tools/mo/openvino/tools/mo/middle/LeakyReluPattern.py +++ b/tools/mo/openvino/tools/mo/middle/LeakyReluPattern.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/MXNetRNNSequenceNormalize.py b/tools/mo/openvino/tools/mo/middle/MXNetRNNSequenceNormalize.py index f692947355e..b45ab8c03e8 100644 --- a/tools/mo/openvino/tools/mo/middle/MXNetRNNSequenceNormalize.py +++ b/tools/mo/openvino/tools/mo/middle/MXNetRNNSequenceNormalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/MXNetSplitMultiLayers.py b/tools/mo/openvino/tools/mo/middle/MXNetSplitMultiLayers.py index 9876da7dd68..c930a2119fd 100644 --- a/tools/mo/openvino/tools/mo/middle/MXNetSplitMultiLayers.py +++ b/tools/mo/openvino/tools/mo/middle/MXNetSplitMultiLayers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/MXTileReplacer.py b/tools/mo/openvino/tools/mo/middle/MXTileReplacer.py index 47fbdd3cbff..ce5848f45e7 100644 --- a/tools/mo/openvino/tools/mo/middle/MXTileReplacer.py +++ b/tools/mo/openvino/tools/mo/middle/MXTileReplacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/middle/MakeKaldiConstReshapable.py b/tools/mo/openvino/tools/mo/middle/MakeKaldiConstReshapable.py index 777a1598243..50fc9d6a777 100644 --- a/tools/mo/openvino/tools/mo/middle/MakeKaldiConstReshapable.py +++ b/tools/mo/openvino/tools/mo/middle/MakeKaldiConstReshapable.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/MarkSubgraphsWithCorrectLayout.py b/tools/mo/openvino/tools/mo/middle/MarkSubgraphsWithCorrectLayout.py index e0bd19e0462..80d4cdc1b6f 100644 --- a/tools/mo/openvino/tools/mo/middle/MarkSubgraphsWithCorrectLayout.py +++ b/tools/mo/openvino/tools/mo/middle/MarkSubgraphsWithCorrectLayout.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/MergeNodesPermutations.py b/tools/mo/openvino/tools/mo/middle/MergeNodesPermutations.py index 945b38da12e..a97e9d8c26d 100644 --- a/tools/mo/openvino/tools/mo/middle/MergeNodesPermutations.py +++ b/tools/mo/openvino/tools/mo/middle/MergeNodesPermutations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/MoveConstToLoopBody.py b/tools/mo/openvino/tools/mo/middle/MoveConstToLoopBody.py index fdd4da51d8a..f30944a676e 100644 --- a/tools/mo/openvino/tools/mo/middle/MoveConstToLoopBody.py +++ b/tools/mo/openvino/tools/mo/middle/MoveConstToLoopBody.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.loop import Loop diff --git a/tools/mo/openvino/tools/mo/middle/MulFakeQuantizeFuse.py b/tools/mo/openvino/tools/mo/middle/MulFakeQuantizeFuse.py index 3cd6995b505..d1a568d604b 100644 --- a/tools/mo/openvino/tools/mo/middle/MulFakeQuantizeFuse.py +++ b/tools/mo/openvino/tools/mo/middle/MulFakeQuantizeFuse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/ONNXRNNSequenceNormalize.py b/tools/mo/openvino/tools/mo/middle/ONNXRNNSequenceNormalize.py index e221d7bbd48..0e003ecda9a 100644 --- a/tools/mo/openvino/tools/mo/middle/ONNXRNNSequenceNormalize.py +++ b/tools/mo/openvino/tools/mo/middle/ONNXRNNSequenceNormalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/ONNXResize11ToInterpolate.py b/tools/mo/openvino/tools/mo/middle/ONNXResize11ToInterpolate.py index 7cc475379f8..bf70528df55 100644 --- a/tools/mo/openvino/tools/mo/middle/ONNXResize11ToInterpolate.py +++ b/tools/mo/openvino/tools/mo/middle/ONNXResize11ToInterpolate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/PartialInfer.py b/tools/mo/openvino/tools/mo/middle/PartialInfer.py index 044475bc411..d930baa45b1 100644 --- a/tools/mo/openvino/tools/mo/middle/PartialInfer.py +++ b/tools/mo/openvino/tools/mo/middle/PartialInfer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/PoolV2ToAttributedPool.py b/tools/mo/openvino/tools/mo/middle/PoolV2ToAttributedPool.py index ea70a917807..463b3daeacb 100644 --- a/tools/mo/openvino/tools/mo/middle/PoolV2ToAttributedPool.py +++ b/tools/mo/openvino/tools/mo/middle/PoolV2ToAttributedPool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph, rename_nodes diff --git a/tools/mo/openvino/tools/mo/middle/PreserveRuntimeInfo.py b/tools/mo/openvino/tools/mo/middle/PreserveRuntimeInfo.py index 18b88d5645e..259872c45bd 100644 --- a/tools/mo/openvino/tools/mo/middle/PreserveRuntimeInfo.py +++ b/tools/mo/openvino/tools/mo/middle/PreserveRuntimeInfo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/RNNSequenceNormalizeToIE.py b/tools/mo/openvino/tools/mo/middle/RNNSequenceNormalizeToIE.py index 2c73cf44816..c35fb3f39cd 100644 --- a/tools/mo/openvino/tools/mo/middle/RNNSequenceNormalizeToIE.py +++ b/tools/mo/openvino/tools/mo/middle/RNNSequenceNormalizeToIE.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/ReluQuantizeFuse.py b/tools/mo/openvino/tools/mo/middle/ReluQuantizeFuse.py index 94e1ff1fa74..a9dbf849ff8 100644 --- a/tools/mo/openvino/tools/mo/middle/ReluQuantizeFuse.py +++ b/tools/mo/openvino/tools/mo/middle/ReluQuantizeFuse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/RemoveDuplicationMemory.py b/tools/mo/openvino/tools/mo/middle/RemoveDuplicationMemory.py index 818ebe086aa..f62a5928b90 100644 --- a/tools/mo/openvino/tools/mo/middle/RemoveDuplicationMemory.py +++ b/tools/mo/openvino/tools/mo/middle/RemoveDuplicationMemory.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/middle/RemoveIdentity.py b/tools/mo/openvino/tools/mo/middle/RemoveIdentity.py index 56ad3f26b1a..ad887f0a96d 100644 --- a/tools/mo/openvino/tools/mo/middle/RemoveIdentity.py +++ b/tools/mo/openvino/tools/mo/middle/RemoveIdentity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/middle/RemoveRedundantReshapeAfterCropAndResize.py b/tools/mo/openvino/tools/mo/middle/RemoveRedundantReshapeAfterCropAndResize.py index be47c2064f3..022c91e4f3e 100644 --- a/tools/mo/openvino/tools/mo/middle/RemoveRedundantReshapeAfterCropAndResize.py +++ b/tools/mo/openvino/tools/mo/middle/RemoveRedundantReshapeAfterCropAndResize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/RemoveRedundantReshapes.py b/tools/mo/openvino/tools/mo/middle/RemoveRedundantReshapes.py index 18042541b31..70b96c73e7c 100644 --- a/tools/mo/openvino/tools/mo/middle/RemoveRedundantReshapes.py +++ b/tools/mo/openvino/tools/mo/middle/RemoveRedundantReshapes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/RemoveUselessConcatSplit.py b/tools/mo/openvino/tools/mo/middle/RemoveUselessConcatSplit.py index b2912ca3282..2fd5668b57a 100644 --- a/tools/mo/openvino/tools/mo/middle/RemoveUselessConcatSplit.py +++ b/tools/mo/openvino/tools/mo/middle/RemoveUselessConcatSplit.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/middle/RemoveUselessCrops.py b/tools/mo/openvino/tools/mo/middle/RemoveUselessCrops.py index 0d5459418b4..b4a1e2bb82a 100644 --- a/tools/mo/openvino/tools/mo/middle/RemoveUselessCrops.py +++ b/tools/mo/openvino/tools/mo/middle/RemoveUselessCrops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/middle/RemoveUselessPad.py b/tools/mo/openvino/tools/mo/middle/RemoveUselessPad.py index 97087e3c983..06c62c3bfb7 100644 --- a/tools/mo/openvino/tools/mo/middle/RemoveUselessPad.py +++ b/tools/mo/openvino/tools/mo/middle/RemoveUselessPad.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/ReplaceMemoryOffsetWithSplice.py b/tools/mo/openvino/tools/mo/middle/ReplaceMemoryOffsetWithSplice.py index f793cd3a74a..e71bd6eaa90 100644 --- a/tools/mo/openvino/tools/mo/middle/ReplaceMemoryOffsetWithSplice.py +++ b/tools/mo/openvino/tools/mo/middle/ReplaceMemoryOffsetWithSplice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/ReplacePNorm.py b/tools/mo/openvino/tools/mo/middle/ReplacePNorm.py index e2300c56355..a61254c32a3 100644 --- a/tools/mo/openvino/tools/mo/middle/ReplacePNorm.py +++ b/tools/mo/openvino/tools/mo/middle/ReplacePNorm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.ReduceOps import ReduceSum diff --git a/tools/mo/openvino/tools/mo/middle/ReplaceSpliceNodePattern.py b/tools/mo/openvino/tools/mo/middle/ReplaceSpliceNodePattern.py index 906c8468dcb..ec34aa53b99 100644 --- a/tools/mo/openvino/tools/mo/middle/ReplaceSpliceNodePattern.py +++ b/tools/mo/openvino/tools/mo/middle/ReplaceSpliceNodePattern.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/ReverseTransposeNormalization.py b/tools/mo/openvino/tools/mo/middle/ReverseTransposeNormalization.py index c32a45e6893..fe1a9ff40a8 100644 --- a/tools/mo/openvino/tools/mo/middle/ReverseTransposeNormalization.py +++ b/tools/mo/openvino/tools/mo/middle/ReverseTransposeNormalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/ReverseV2ToReverseSequence.py b/tools/mo/openvino/tools/mo/middle/ReverseV2ToReverseSequence.py index ffe799789c7..18b0e9ff060 100644 --- a/tools/mo/openvino/tools/mo/middle/ReverseV2ToReverseSequence.py +++ b/tools/mo/openvino/tools/mo/middle/ReverseV2ToReverseSequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.reverse_sequence import ReverseSequence diff --git a/tools/mo/openvino/tools/mo/middle/SSliceComplex.py b/tools/mo/openvino/tools/mo/middle/SSliceComplex.py index 607c0822dc1..d7c5abd5cce 100644 --- a/tools/mo/openvino/tools/mo/middle/SSliceComplex.py +++ b/tools/mo/openvino/tools/mo/middle/SSliceComplex.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/SharedWeightsDuplication.py b/tools/mo/openvino/tools/mo/middle/SharedWeightsDuplication.py index 8bebe6c2a02..aa29c4cdd02 100644 --- a/tools/mo/openvino/tools/mo/middle/SharedWeightsDuplication.py +++ b/tools/mo/openvino/tools/mo/middle/SharedWeightsDuplication.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/middle/SliceConverter.py b/tools/mo/openvino/tools/mo/middle/SliceConverter.py index 4f8afd57d6a..0b679cab332 100644 --- a/tools/mo/openvino/tools/mo/middle/SliceConverter.py +++ b/tools/mo/openvino/tools/mo/middle/SliceConverter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/SliceLikeToStridedSlice.py b/tools/mo/openvino/tools/mo/middle/SliceLikeToStridedSlice.py index 2bcba8e00f3..7712e10f750 100644 --- a/tools/mo/openvino/tools/mo/middle/SliceLikeToStridedSlice.py +++ b/tools/mo/openvino/tools/mo/middle/SliceLikeToStridedSlice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/SplitConcatPairToInterpolate.py b/tools/mo/openvino/tools/mo/middle/SplitConcatPairToInterpolate.py index ed4f514175b..477fdccbcba 100644 --- a/tools/mo/openvino/tools/mo/middle/SplitConcatPairToInterpolate.py +++ b/tools/mo/openvino/tools/mo/middle/SplitConcatPairToInterpolate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/StridedSliceNormalizer.py b/tools/mo/openvino/tools/mo/middle/StridedSliceNormalizer.py index 942de545e9a..b35f5a00bde 100644 --- a/tools/mo/openvino/tools/mo/middle/StridedSliceNormalizer.py +++ b/tools/mo/openvino/tools/mo/middle/StridedSliceNormalizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/SwapAxesMiddleReplacer.py b/tools/mo/openvino/tools/mo/middle/SwapAxesMiddleReplacer.py index 5d34563d7c4..c44520197e1 100644 --- a/tools/mo/openvino/tools/mo/middle/SwapAxesMiddleReplacer.py +++ b/tools/mo/openvino/tools/mo/middle/SwapAxesMiddleReplacer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.transpose import Transpose diff --git a/tools/mo/openvino/tools/mo/middle/TF_lstm_cell_to_generic.py b/tools/mo/openvino/tools/mo/middle/TF_lstm_cell_to_generic.py index abf843f69b3..574c49438e7 100644 --- a/tools/mo/openvino/tools/mo/middle/TF_lstm_cell_to_generic.py +++ b/tools/mo/openvino/tools/mo/middle/TF_lstm_cell_to_generic.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/TensorIteratorBackEdge.py b/tools/mo/openvino/tools/mo/middle/TensorIteratorBackEdge.py index f7ed248b534..4e7867011b5 100644 --- a/tools/mo/openvino/tools/mo/middle/TensorIteratorBackEdge.py +++ b/tools/mo/openvino/tools/mo/middle/TensorIteratorBackEdge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/TensorIteratorCondition.py b/tools/mo/openvino/tools/mo/middle/TensorIteratorCondition.py index a3593c5a0ee..fcdbe88401c 100644 --- a/tools/mo/openvino/tools/mo/middle/TensorIteratorCondition.py +++ b/tools/mo/openvino/tools/mo/middle/TensorIteratorCondition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/TensorIteratorConditionChecker.py b/tools/mo/openvino/tools/mo/middle/TensorIteratorConditionChecker.py index f04b9f8cf8f..69e629beed4 100644 --- a/tools/mo/openvino/tools/mo/middle/TensorIteratorConditionChecker.py +++ b/tools/mo/openvino/tools/mo/middle/TensorIteratorConditionChecker.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/TensorIteratorInput.py b/tools/mo/openvino/tools/mo/middle/TensorIteratorInput.py index 1c72a8b5a23..1b558bf2b60 100644 --- a/tools/mo/openvino/tools/mo/middle/TensorIteratorInput.py +++ b/tools/mo/openvino/tools/mo/middle/TensorIteratorInput.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/TensorIteratorLSTMToLSTMSequence.py b/tools/mo/openvino/tools/mo/middle/TensorIteratorLSTMToLSTMSequence.py index 5a3858adf5d..bb01b0a1214 100644 --- a/tools/mo/openvino/tools/mo/middle/TensorIteratorLSTMToLSTMSequence.py +++ b/tools/mo/openvino/tools/mo/middle/TensorIteratorLSTMToLSTMSequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.ONNXRNNSequenceNormalize import ONNXRNNSequenceNormalize diff --git a/tools/mo/openvino/tools/mo/middle/TensorIteratorMerge.py b/tools/mo/openvino/tools/mo/middle/TensorIteratorMerge.py index 7642ddb06ee..4a3294745c6 100644 --- a/tools/mo/openvino/tools/mo/middle/TensorIteratorMerge.py +++ b/tools/mo/openvino/tools/mo/middle/TensorIteratorMerge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from collections import deque diff --git a/tools/mo/openvino/tools/mo/middle/TensorIteratorOutput.py b/tools/mo/openvino/tools/mo/middle/TensorIteratorOutput.py index 7d72a9b21ca..7910a425068 100644 --- a/tools/mo/openvino/tools/mo/middle/TensorIteratorOutput.py +++ b/tools/mo/openvino/tools/mo/middle/TensorIteratorOutput.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/TensorIterator_utils.py b/tools/mo/openvino/tools/mo/middle/TensorIterator_utils.py index 70c9e50ebc1..7083b8704f7 100644 --- a/tools/mo/openvino/tools/mo/middle/TensorIterator_utils.py +++ b/tools/mo/openvino/tools/mo/middle/TensorIterator_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph, Node diff --git a/tools/mo/openvino/tools/mo/middle/UnsqueezeTileReshapeBlockToInterpolate.py b/tools/mo/openvino/tools/mo/middle/UnsqueezeTileReshapeBlockToInterpolate.py index 9b88605e3fa..9496b8ac966 100644 --- a/tools/mo/openvino/tools/mo/middle/UnsqueezeTileReshapeBlockToInterpolate.py +++ b/tools/mo/openvino/tools/mo/middle/UnsqueezeTileReshapeBlockToInterpolate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/UpsampleToResample.py b/tools/mo/openvino/tools/mo/middle/UpsampleToResample.py index 4037e876b29..17f12352e69 100644 --- a/tools/mo/openvino/tools/mo/middle/UpsampleToResample.py +++ b/tools/mo/openvino/tools/mo/middle/UpsampleToResample.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/UselessMerge.py b/tools/mo/openvino/tools/mo/middle/UselessMerge.py index f8213e5c97c..5d2429448be 100644 --- a/tools/mo/openvino/tools/mo/middle/UselessMerge.py +++ b/tools/mo/openvino/tools/mo/middle/UselessMerge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/UselessSplitEraser.py b/tools/mo/openvino/tools/mo/middle/UselessSplitEraser.py index b178d9bd72b..b3d82910279 100644 --- a/tools/mo/openvino/tools/mo/middle/UselessSplitEraser.py +++ b/tools/mo/openvino/tools/mo/middle/UselessSplitEraser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/middle/__init__.py b/tools/mo/openvino/tools/mo/middle/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/middle/__init__.py +++ b/tools/mo/openvino/tools/mo/middle/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/middle/dequantize_linear_resolver.py b/tools/mo/openvino/tools/mo/middle/dequantize_linear_resolver.py index 678530c5900..d646014fd4f 100644 --- a/tools/mo/openvino/tools/mo/middle/dequantize_linear_resolver.py +++ b/tools/mo/openvino/tools/mo/middle/dequantize_linear_resolver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/fusings.py b/tools/mo/openvino/tools/mo/middle/fusings.py index e3ab0f6d6e4..9d29853560d 100644 --- a/tools/mo/openvino/tools/mo/middle/fusings.py +++ b/tools/mo/openvino/tools/mo/middle/fusings.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.div import Div diff --git a/tools/mo/openvino/tools/mo/middle/layer_normalization.py b/tools/mo/openvino/tools/mo/middle/layer_normalization.py index 07f9ce9641b..7c16aa23c24 100644 --- a/tools/mo/openvino/tools/mo/middle/layer_normalization.py +++ b/tools/mo/openvino/tools/mo/middle/layer_normalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/pass_separator.py b/tools/mo/openvino/tools/mo/middle/pass_separator.py index 4347c809afe..2c03c0cebae 100644 --- a/tools/mo/openvino/tools/mo/middle/pass_separator.py +++ b/tools/mo/openvino/tools/mo/middle/pass_separator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/middle/passes/__init__.py b/tools/mo/openvino/tools/mo/middle/passes/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/__init__.py +++ b/tools/mo/openvino/tools/mo/middle/passes/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/middle/passes/conv.py b/tools/mo/openvino/tools/mo/middle/passes/conv.py index bcc3ad6b524..774218768f1 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/conv.py +++ b/tools/mo/openvino/tools/mo/middle/passes/conv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/convert_data_type.py b/tools/mo/openvino/tools/mo/middle/passes/convert_data_type.py index 38c9d8047c7..5971e6b5c29 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/convert_data_type.py +++ b/tools/mo/openvino/tools/mo/middle/passes/convert_data_type.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/debug.py b/tools/mo/openvino/tools/mo/middle/passes/debug.py index 40e2005df9f..8b7e3971db6 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/debug.py +++ b/tools/mo/openvino/tools/mo/middle/passes/debug.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import * diff --git a/tools/mo/openvino/tools/mo/middle/passes/eliminate.py b/tools/mo/openvino/tools/mo/middle/passes/eliminate.py index f76add86b90..b9d05e784b1 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/eliminate.py +++ b/tools/mo/openvino/tools/mo/middle/passes/eliminate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/fusing/__init__.py b/tools/mo/openvino/tools/mo/middle/passes/fusing/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/fusing/__init__.py +++ b/tools/mo/openvino/tools/mo/middle/passes/fusing/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/middle/passes/fusing/decomposition.py b/tools/mo/openvino/tools/mo/middle/passes/fusing/decomposition.py index 7f081a34d80..b12170afe0d 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/fusing/decomposition.py +++ b/tools/mo/openvino/tools/mo/middle/passes/fusing/decomposition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_grouped_conv.py b/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_grouped_conv.py index fa3205e5788..4a08692aaa4 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_grouped_conv.py +++ b/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_grouped_conv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_linear_ops.py b/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_linear_ops.py index 3ad2758d5b1..d45c5453ea5 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_linear_ops.py +++ b/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_linear_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_linear_seq.py b/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_linear_seq.py index 18876407deb..1e97dbba72c 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_linear_seq.py +++ b/tools/mo/openvino/tools/mo/middle/passes/fusing/fuse_linear_seq.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/fusing/helpers.py b/tools/mo/openvino/tools/mo/middle/passes/fusing/helpers.py index 391fd864888..0d07c31631e 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/fusing/helpers.py +++ b/tools/mo/openvino/tools/mo/middle/passes/fusing/helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/fusing/mark_unfused_nodes.py b/tools/mo/openvino/tools/mo/middle/passes/fusing/mark_unfused_nodes.py index 1d2124935cf..37c015cfaa3 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/fusing/mark_unfused_nodes.py +++ b/tools/mo/openvino/tools/mo/middle/passes/fusing/mark_unfused_nodes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/fusing/resnet_optimization.py b/tools/mo/openvino/tools/mo/middle/passes/fusing/resnet_optimization.py index 2e21bf89527..6ef142dd873 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/fusing/resnet_optimization.py +++ b/tools/mo/openvino/tools/mo/middle/passes/fusing/resnet_optimization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/infer.py b/tools/mo/openvino/tools/mo/middle/passes/infer.py index d27213dbeee..a3e5ae1dd0c 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/infer.py +++ b/tools/mo/openvino/tools/mo/middle/passes/infer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/passes/tensor_names.py b/tools/mo/openvino/tools/mo/middle/passes/tensor_names.py index a4f632ed62b..43297416a67 100644 --- a/tools/mo/openvino/tools/mo/middle/passes/tensor_names.py +++ b/tools/mo/openvino/tools/mo/middle/passes/tensor_names.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from defusedxml import defuse_stdlib diff --git a/tools/mo/openvino/tools/mo/middle/pattern_match.py b/tools/mo/openvino/tools/mo/middle/pattern_match.py index 62c7666ebfb..e0fc96c6840 100644 --- a/tools/mo/openvino/tools/mo/middle/pattern_match.py +++ b/tools/mo/openvino/tools/mo/middle/pattern_match.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/middle/permute_tensor_iterator.py b/tools/mo/openvino/tools/mo/middle/permute_tensor_iterator.py index 4d124916972..dfc0b3a5294 100644 --- a/tools/mo/openvino/tools/mo/middle/permute_tensor_iterator.py +++ b/tools/mo/openvino/tools/mo/middle/permute_tensor_iterator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/preprocessing.py b/tools/mo/openvino/tools/mo/middle/preprocessing.py index 960419cbf1f..95fb6cd5b86 100644 --- a/tools/mo/openvino/tools/mo/middle/preprocessing.py +++ b/tools/mo/openvino/tools/mo/middle/preprocessing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.LeakyReluPattern import LeakyReLUFusion diff --git a/tools/mo/openvino/tools/mo/middle/quantize_fuses.py b/tools/mo/openvino/tools/mo/middle/quantize_fuses.py index 16329c76ee6..f111e664c39 100644 --- a/tools/mo/openvino/tools/mo/middle/quantize_fuses.py +++ b/tools/mo/openvino/tools/mo/middle/quantize_fuses.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/quantize_linear_resolver.py b/tools/mo/openvino/tools/mo/middle/quantize_linear_resolver.py index 272f9559cfc..5610f09b5db 100644 --- a/tools/mo/openvino/tools/mo/middle/quantize_linear_resolver.py +++ b/tools/mo/openvino/tools/mo/middle/quantize_linear_resolver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/replacement.py b/tools/mo/openvino/tools/mo/middle/replacement.py index c194613f33a..e646718fca1 100644 --- a/tools/mo/openvino/tools/mo/middle/replacement.py +++ b/tools/mo/openvino/tools/mo/middle/replacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils import class_registration diff --git a/tools/mo/openvino/tools/mo/middle/reverse_tensor_iterator.py b/tools/mo/openvino/tools/mo/middle/reverse_tensor_iterator.py index 584a4272e5c..b957577bce0 100644 --- a/tools/mo/openvino/tools/mo/middle/reverse_tensor_iterator.py +++ b/tools/mo/openvino/tools/mo/middle/reverse_tensor_iterator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/sparse_reshape.py b/tools/mo/openvino/tools/mo/middle/sparse_reshape.py index b477f4edf77..ad2fd625f8d 100644 --- a/tools/mo/openvino/tools/mo/middle/sparse_reshape.py +++ b/tools/mo/openvino/tools/mo/middle/sparse_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/middle/split_tdnn_memoryoffset.py b/tools/mo/openvino/tools/mo/middle/split_tdnn_memoryoffset.py index 5da3f9ce7ce..f656f51e58d 100644 --- a/tools/mo/openvino/tools/mo/middle/split_tdnn_memoryoffset.py +++ b/tools/mo/openvino/tools/mo/middle/split_tdnn_memoryoffset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/mo.py b/tools/mo/openvino/tools/mo/mo.py index 6f0a43bd405..f3b8e92ebfd 100755 --- a/tools/mo/openvino/tools/mo/mo.py +++ b/tools/mo/openvino/tools/mo/mo.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/mo_caffe.py b/tools/mo/openvino/tools/mo/mo_caffe.py index c1306a82ba7..fd05f686f78 100755 --- a/tools/mo/openvino/tools/mo/mo_caffe.py +++ b/tools/mo/openvino/tools/mo/mo_caffe.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/mo_kaldi.py b/tools/mo/openvino/tools/mo/mo_kaldi.py index 6cdce872c6d..abdda198dd4 100755 --- a/tools/mo/openvino/tools/mo/mo_kaldi.py +++ b/tools/mo/openvino/tools/mo/mo_kaldi.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/mo_mxnet.py b/tools/mo/openvino/tools/mo/mo_mxnet.py index 47c4f6bec30..d39b75ef488 100755 --- a/tools/mo/openvino/tools/mo/mo_mxnet.py +++ b/tools/mo/openvino/tools/mo/mo_mxnet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/mo_onnx.py b/tools/mo/openvino/tools/mo/mo_onnx.py index 874375a5ab9..04c058fc73e 100755 --- a/tools/mo/openvino/tools/mo/mo_onnx.py +++ b/tools/mo/openvino/tools/mo/mo_onnx.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/mo_paddle.py b/tools/mo/openvino/tools/mo/mo_paddle.py index e69e4ecf69b..c6331e202a5 100755 --- a/tools/mo/openvino/tools/mo/mo_paddle.py +++ b/tools/mo/openvino/tools/mo/mo_paddle.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 if __name__ == "__main__": diff --git a/tools/mo/openvino/tools/mo/mo_tf.py b/tools/mo/openvino/tools/mo/mo_tf.py index abdbb792c6e..9037b0930d9 100755 --- a/tools/mo/openvino/tools/mo/mo_tf.py +++ b/tools/mo/openvino/tools/mo/mo_tf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/moc_frontend/__init__.py b/tools/mo/openvino/tools/mo/moc_frontend/__init__.py index cddd115d397..923d56d0414 100644 --- a/tools/mo/openvino/tools/mo/moc_frontend/__init__.py +++ b/tools/mo/openvino/tools/mo/moc_frontend/__init__.py @@ -1,2 +1,2 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/moc_frontend/extractor.py b/tools/mo/openvino/tools/mo/moc_frontend/extractor.py index e2611a3db2a..2dc05a812a9 100644 --- a/tools/mo/openvino/tools/mo/moc_frontend/extractor.py +++ b/tools/mo/openvino/tools/mo/moc_frontend/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import re diff --git a/tools/mo/openvino/tools/mo/moc_frontend/layout_utils.py b/tools/mo/openvino/tools/mo/moc_frontend/layout_utils.py index f2018282a51..0dd0e4d820e 100644 --- a/tools/mo/openvino/tools/mo/moc_frontend/layout_utils.py +++ b/tools/mo/openvino/tools/mo/moc_frontend/layout_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import Callable diff --git a/tools/mo/openvino/tools/mo/moc_frontend/moc_emit_ir.py b/tools/mo/openvino/tools/mo/moc_frontend/moc_emit_ir.py index b2436b49f39..51b9b727c7a 100644 --- a/tools/mo/openvino/tools/mo/moc_frontend/moc_emit_ir.py +++ b/tools/mo/openvino/tools/mo/moc_frontend/moc_emit_ir.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/moc_frontend/paddle_frontend_utils.py b/tools/mo/openvino/tools/mo/moc_frontend/paddle_frontend_utils.py index 1e165d3289a..def49590632 100644 --- a/tools/mo/openvino/tools/mo/moc_frontend/paddle_frontend_utils.py +++ b/tools/mo/openvino/tools/mo/moc_frontend/paddle_frontend_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/openvino/tools/mo/moc_frontend/pipeline.py b/tools/mo/openvino/tools/mo/moc_frontend/pipeline.py index 3dcc8cae8d1..49ab0770043 100644 --- a/tools/mo/openvino/tools/mo/moc_frontend/pipeline.py +++ b/tools/mo/openvino/tools/mo/moc_frontend/pipeline.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/moc_frontend/pytorch_frontend_utils.py b/tools/mo/openvino/tools/mo/moc_frontend/pytorch_frontend_utils.py index cf4c611feee..f2f7096f1b7 100644 --- a/tools/mo/openvino/tools/mo/moc_frontend/pytorch_frontend_utils.py +++ b/tools/mo/openvino/tools/mo/moc_frontend/pytorch_frontend_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/moc_frontend/shape_utils.py b/tools/mo/openvino/tools/mo/moc_frontend/shape_utils.py index 2b2d336a1da..efe0702499d 100644 --- a/tools/mo/openvino/tools/mo/moc_frontend/shape_utils.py +++ b/tools/mo/openvino/tools/mo/moc_frontend/shape_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/BN.py b/tools/mo/openvino/tools/mo/ops/BN.py index b5b5a80a6b2..450586c543c 100644 --- a/tools/mo/openvino/tools/mo/ops/BN.py +++ b/tools/mo/openvino/tools/mo/ops/BN.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/BatchNormInference.py b/tools/mo/openvino/tools/mo/ops/BatchNormInference.py index 6d02d633b99..a770ce46b52 100644 --- a/tools/mo/openvino/tools/mo/ops/BatchNormInference.py +++ b/tools/mo/openvino/tools/mo/ops/BatchNormInference.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import reverse_bypass_infer diff --git a/tools/mo/openvino/tools/mo/ops/BlockLSTM.py b/tools/mo/openvino/tools/mo/ops/BlockLSTM.py index a1f80d52e4c..285d6e49d97 100644 --- a/tools/mo/openvino/tools/mo/ops/BlockLSTM.py +++ b/tools/mo/openvino/tools/mo/ops/BlockLSTM.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mark_input_bins, dynamic_dimension, shape_array diff --git a/tools/mo/openvino/tools/mo/ops/Cast.py b/tools/mo/openvino/tools/mo/ops/Cast.py index 24409912429..2ea210bffe1 100644 --- a/tools/mo/openvino/tools/mo/ops/Cast.py +++ b/tools/mo/openvino/tools/mo/ops/Cast.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/ClipByValueTF.py b/tools/mo/openvino/tools/mo/ops/ClipByValueTF.py index 4f0e50a8155..c983cb54bb2 100644 --- a/tools/mo/openvino/tools/mo/ops/ClipByValueTF.py +++ b/tools/mo/openvino/tools/mo/ops/ClipByValueTF.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/Complex.py b/tools/mo/openvino/tools/mo/ops/Complex.py index 867bb3c5a18..ec4c293ba8e 100644 --- a/tools/mo/openvino/tools/mo/ops/Complex.py +++ b/tools/mo/openvino/tools/mo/ops/Complex.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/ConvertLike.py b/tools/mo/openvino/tools/mo/ops/ConvertLike.py index 56eaccb5ea3..93b35e4d89d 100644 --- a/tools/mo/openvino/tools/mo/ops/ConvertLike.py +++ b/tools/mo/openvino/tools/mo/ops/ConvertLike.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/DetectionOutput.py b/tools/mo/openvino/tools/mo/ops/DetectionOutput.py index 912d57c88a4..afe00f8126d 100644 --- a/tools/mo/openvino/tools/mo/ops/DetectionOutput.py +++ b/tools/mo/openvino/tools/mo/ops/DetectionOutput.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/Enter.py b/tools/mo/openvino/tools/mo/ops/Enter.py index abf3472d75d..e53a9dedba8 100644 --- a/tools/mo/openvino/tools/mo/ops/Enter.py +++ b/tools/mo/openvino/tools/mo/ops/Enter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import shape_array diff --git a/tools/mo/openvino/tools/mo/ops/Exit.py b/tools/mo/openvino/tools/mo/ops/Exit.py index faa9f662ad3..b6b8f749c4a 100644 --- a/tools/mo/openvino/tools/mo/ops/Exit.py +++ b/tools/mo/openvino/tools/mo/ops/Exit.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node, Graph diff --git a/tools/mo/openvino/tools/mo/ops/ExtractImagePatches.py b/tools/mo/openvino/tools/mo/ops/ExtractImagePatches.py index 3ba0a1449d7..71d434d5fbb 100644 --- a/tools/mo/openvino/tools/mo/ops/ExtractImagePatches.py +++ b/tools/mo/openvino/tools/mo/ops/ExtractImagePatches.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/GRU.py b/tools/mo/openvino/tools/mo/ops/GRU.py index 54bb43ed5bd..a031aa755de 100644 --- a/tools/mo/openvino/tools/mo/ops/GRU.py +++ b/tools/mo/openvino/tools/mo/ops/GRU.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/ops/GRUBlockCell.py b/tools/mo/openvino/tools/mo/ops/GRUBlockCell.py index 10e0d61fc11..a93449c2e13 100644 --- a/tools/mo/openvino/tools/mo/ops/GRUBlockCell.py +++ b/tools/mo/openvino/tools/mo/ops/GRUBlockCell.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/GRUCell.py b/tools/mo/openvino/tools/mo/ops/GRUCell.py index 0ef529cb15b..17a9459a353 100644 --- a/tools/mo/openvino/tools/mo/ops/GRUCell.py +++ b/tools/mo/openvino/tools/mo/ops/GRUCell.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mark_input_bins diff --git a/tools/mo/openvino/tools/mo/ops/GatherTree.py b/tools/mo/openvino/tools/mo/ops/GatherTree.py index 761b9035565..f4a932f31ce 100644 --- a/tools/mo/openvino/tools/mo/ops/GatherTree.py +++ b/tools/mo/openvino/tools/mo/ops/GatherTree.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/If.py b/tools/mo/openvino/tools/mo/ops/If.py index d526b40d9d6..510db285de3 100644 --- a/tools/mo/openvino/tools/mo/ops/If.py +++ b/tools/mo/openvino/tools/mo/ops/If.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/LSTM.py b/tools/mo/openvino/tools/mo/ops/LSTM.py index d5a564e230a..618b1083dc4 100644 --- a/tools/mo/openvino/tools/mo/ops/LSTM.py +++ b/tools/mo/openvino/tools/mo/ops/LSTM.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node, Graph diff --git a/tools/mo/openvino/tools/mo/ops/LookupTableInsert.py b/tools/mo/openvino/tools/mo/ops/LookupTableInsert.py index 89567f56219..fc7f41e7661 100644 --- a/tools/mo/openvino/tools/mo/ops/LookupTableInsert.py +++ b/tools/mo/openvino/tools/mo/ops/LookupTableInsert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/MatMul.py b/tools/mo/openvino/tools/mo/ops/MatMul.py index 8eb3308d556..43c2c297afb 100644 --- a/tools/mo/openvino/tools/mo/ops/MatMul.py +++ b/tools/mo/openvino/tools/mo/ops/MatMul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/NextIteration.py b/tools/mo/openvino/tools/mo/ops/NextIteration.py index 5320ca8dd4b..64ff627c702 100644 --- a/tools/mo/openvino/tools/mo/ops/NextIteration.py +++ b/tools/mo/openvino/tools/mo/ops/NextIteration.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/ops/ONNXResize10.py b/tools/mo/openvino/tools/mo/ops/ONNXResize10.py index 9b968d457d5..f9d98e66838 100644 --- a/tools/mo/openvino/tools/mo/ops/ONNXResize10.py +++ b/tools/mo/openvino/tools/mo/ops/ONNXResize10.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node, Graph diff --git a/tools/mo/openvino/tools/mo/ops/ONNXResize11.py b/tools/mo/openvino/tools/mo/ops/ONNXResize11.py index bf89b76f9c6..3990dd867fc 100644 --- a/tools/mo/openvino/tools/mo/ops/ONNXResize11.py +++ b/tools/mo/openvino/tools/mo/ops/ONNXResize11.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/RNN.py b/tools/mo/openvino/tools/mo/ops/RNN.py index f6988d988f3..89ff2ae84db 100644 --- a/tools/mo/openvino/tools/mo/ops/RNN.py +++ b/tools/mo/openvino/tools/mo/ops/RNN.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/RNNCell.py b/tools/mo/openvino/tools/mo/ops/RNNCell.py index 527ab2604a0..0f48644eb40 100644 --- a/tools/mo/openvino/tools/mo/ops/RNNCell.py +++ b/tools/mo/openvino/tools/mo/ops/RNNCell.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mark_input_bins diff --git a/tools/mo/openvino/tools/mo/ops/ReduceOps.py b/tools/mo/openvino/tools/mo/ops/ReduceOps.py index 42c5fcf130c..569d50fce95 100644 --- a/tools/mo/openvino/tools/mo/ops/ReduceOps.py +++ b/tools/mo/openvino/tools/mo/ops/ReduceOps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/Reverse.py b/tools/mo/openvino/tools/mo/ops/Reverse.py index 6eb35ce8370..9b4af1157b4 100644 --- a/tools/mo/openvino/tools/mo/ops/Reverse.py +++ b/tools/mo/openvino/tools/mo/ops/Reverse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/TFFFT.py b/tools/mo/openvino/tools/mo/ops/TFFFT.py index 1cd923ec544..d0f10aa5c0b 100644 --- a/tools/mo/openvino/tools/mo/ops/TFFFT.py +++ b/tools/mo/openvino/tools/mo/ops/TFFFT.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/TFResize.py b/tools/mo/openvino/tools/mo/ops/TFResize.py index 05b666ca5b1..7fa4ab4600d 100644 --- a/tools/mo/openvino/tools/mo/ops/TFResize.py +++ b/tools/mo/openvino/tools/mo/ops/TFResize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node, Graph diff --git a/tools/mo/openvino/tools/mo/ops/TensorArray.py b/tools/mo/openvino/tools/mo/ops/TensorArray.py index 61cc618fbf9..c0d5c531dbf 100644 --- a/tools/mo/openvino/tools/mo/ops/TensorArray.py +++ b/tools/mo/openvino/tools/mo/ops/TensorArray.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/ops/TensorArrayGather.py b/tools/mo/openvino/tools/mo/ops/TensorArrayGather.py index b923cf5aa35..b62960d694f 100644 --- a/tools/mo/openvino/tools/mo/ops/TensorArrayGather.py +++ b/tools/mo/openvino/tools/mo/ops/TensorArrayGather.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import shape_array diff --git a/tools/mo/openvino/tools/mo/ops/TensorArrayRead.py b/tools/mo/openvino/tools/mo/ops/TensorArrayRead.py index e9ae814d80d..3275c292125 100644 --- a/tools/mo/openvino/tools/mo/ops/TensorArrayRead.py +++ b/tools/mo/openvino/tools/mo/ops/TensorArrayRead.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import shape_array diff --git a/tools/mo/openvino/tools/mo/ops/TensorArrayScatter.py b/tools/mo/openvino/tools/mo/ops/TensorArrayScatter.py index 2bacb405a1a..0294f5bee38 100644 --- a/tools/mo/openvino/tools/mo/ops/TensorArrayScatter.py +++ b/tools/mo/openvino/tools/mo/ops/TensorArrayScatter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/ops/TensorArraySize.py b/tools/mo/openvino/tools/mo/ops/TensorArraySize.py index 71fde5aca4b..d0322999f0c 100644 --- a/tools/mo/openvino/tools/mo/ops/TensorArraySize.py +++ b/tools/mo/openvino/tools/mo/ops/TensorArraySize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mo_array diff --git a/tools/mo/openvino/tools/mo/ops/TensorArrayWrite.py b/tools/mo/openvino/tools/mo/ops/TensorArrayWrite.py index e6629aad50a..516412572c0 100644 --- a/tools/mo/openvino/tools/mo/ops/TensorArrayWrite.py +++ b/tools/mo/openvino/tools/mo/ops/TensorArrayWrite.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import shape_array diff --git a/tools/mo/openvino/tools/mo/ops/TensorIterator_ops.py b/tools/mo/openvino/tools/mo/ops/TensorIterator_ops.py index 2de0c7ba3b2..786419f178e 100644 --- a/tools/mo/openvino/tools/mo/ops/TensorIterator_ops.py +++ b/tools/mo/openvino/tools/mo/ops/TensorIterator_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node, Graph diff --git a/tools/mo/openvino/tools/mo/ops/__init__.py b/tools/mo/openvino/tools/mo/ops/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/ops/__init__.py +++ b/tools/mo/openvino/tools/mo/ops/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/ops/activation.py b/tools/mo/openvino/tools/mo/ops/activation.py index f5684e59a7d..586f5307a3d 100644 --- a/tools/mo/openvino/tools/mo/ops/activation.py +++ b/tools/mo/openvino/tools/mo/ops/activation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/activation_ops.py b/tools/mo/openvino/tools/mo/ops/activation_ops.py index 1c7a49ea874..133e02b744b 100644 --- a/tools/mo/openvino/tools/mo/ops/activation_ops.py +++ b/tools/mo/openvino/tools/mo/ops/activation_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/adaptive_avg_pooling.py b/tools/mo/openvino/tools/mo/ops/adaptive_avg_pooling.py index 17f190e48ad..ceead9e5edf 100644 --- a/tools/mo/openvino/tools/mo/ops/adaptive_avg_pooling.py +++ b/tools/mo/openvino/tools/mo/ops/adaptive_avg_pooling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/ops/argmax.py b/tools/mo/openvino/tools/mo/ops/argmax.py index b1b05d059a3..6bb00b01093 100644 --- a/tools/mo/openvino/tools/mo/ops/argmax.py +++ b/tools/mo/openvino/tools/mo/ops/argmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/argmin.py b/tools/mo/openvino/tools/mo/ops/argmin.py index fb5359ccb80..448856e73f8 100644 --- a/tools/mo/openvino/tools/mo/ops/argmin.py +++ b/tools/mo/openvino/tools/mo/ops/argmin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/assert_op.py b/tools/mo/openvino/tools/mo/ops/assert_op.py index c706ab12fc3..7725918dc3f 100644 --- a/tools/mo/openvino/tools/mo/ops/assert_op.py +++ b/tools/mo/openvino/tools/mo/ops/assert_op.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node, Graph diff --git a/tools/mo/openvino/tools/mo/ops/assign.py b/tools/mo/openvino/tools/mo/ops/assign.py index f567f41d761..3ab82769a27 100644 --- a/tools/mo/openvino/tools/mo/ops/assign.py +++ b/tools/mo/openvino/tools/mo/ops/assign.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph, Node diff --git a/tools/mo/openvino/tools/mo/ops/aten.py b/tools/mo/openvino/tools/mo/ops/aten.py index fd1c9e237d2..9fbefaa8f96 100644 --- a/tools/mo/openvino/tools/mo/ops/aten.py +++ b/tools/mo/openvino/tools/mo/ops/aten.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/axpy.py b/tools/mo/openvino/tools/mo/ops/axpy.py index 25b292e3f4b..0ff157c16b2 100644 --- a/tools/mo/openvino/tools/mo/ops/axpy.py +++ b/tools/mo/openvino/tools/mo/ops/axpy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/binarization.py b/tools/mo/openvino/tools/mo/ops/binarization.py index 3af2f642439..9187756cf46 100644 --- a/tools/mo/openvino/tools/mo/ops/binarization.py +++ b/tools/mo/openvino/tools/mo/ops/binarization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/box_nms.py b/tools/mo/openvino/tools/mo/ops/box_nms.py index 21d0e045f84..7484d4809cd 100644 --- a/tools/mo/openvino/tools/mo/ops/box_nms.py +++ b/tools/mo/openvino/tools/mo/ops/box_nms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node, Graph diff --git a/tools/mo/openvino/tools/mo/ops/broadcast.py b/tools/mo/openvino/tools/mo/ops/broadcast.py index 12a2178d809..5bc1b89d4a9 100644 --- a/tools/mo/openvino/tools/mo/ops/broadcast.py +++ b/tools/mo/openvino/tools/mo/ops/broadcast.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import is_fully_defined, shape_array, undefined_shape_of_rank diff --git a/tools/mo/openvino/tools/mo/ops/bucketize.py b/tools/mo/openvino/tools/mo/ops/bucketize.py index 39b0852ebdf..f7ddc506f64 100644 --- a/tools/mo/openvino/tools/mo/ops/bucketize.py +++ b/tools/mo/openvino/tools/mo/ops/bucketize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/clamp.py b/tools/mo/openvino/tools/mo/ops/clamp.py index 79dcd1c2b0b..56d9a5b348f 100644 --- a/tools/mo/openvino/tools/mo/ops/clamp.py +++ b/tools/mo/openvino/tools/mo/ops/clamp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/concat.py b/tools/mo/openvino/tools/mo/ops/concat.py index 3ae9f2d85e0..9a561b4af77 100644 --- a/tools/mo/openvino/tools/mo/ops/concat.py +++ b/tools/mo/openvino/tools/mo/ops/concat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.concat import concat_infer diff --git a/tools/mo/openvino/tools/mo/ops/const.py b/tools/mo/openvino/tools/mo/ops/const.py index 69db7606c4e..8c6e3cb1380 100644 --- a/tools/mo/openvino/tools/mo/ops/const.py +++ b/tools/mo/openvino/tools/mo/ops/const.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/constant_fill.py b/tools/mo/openvino/tools/mo/ops/constant_fill.py index 229648861ed..294e1d8bfd7 100644 --- a/tools/mo/openvino/tools/mo/ops/constant_fill.py +++ b/tools/mo/openvino/tools/mo/ops/constant_fill.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/constant_of_shape.py b/tools/mo/openvino/tools/mo/ops/constant_of_shape.py index c1af783230c..76ced6f78fc 100644 --- a/tools/mo/openvino/tools/mo/ops/constant_of_shape.py +++ b/tools/mo/openvino/tools/mo/ops/constant_of_shape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/convolution.py b/tools/mo/openvino/tools/mo/ops/convolution.py index 70d3ab4c379..20a402aa1a5 100644 --- a/tools/mo/openvino/tools/mo/ops/convolution.py +++ b/tools/mo/openvino/tools/mo/ops/convolution.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/copyop.py b/tools/mo/openvino/tools/mo/ops/copyop.py index 378b5147818..bdf1322826c 100644 --- a/tools/mo/openvino/tools/mo/ops/copyop.py +++ b/tools/mo/openvino/tools/mo/ops/copyop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/crop.py b/tools/mo/openvino/tools/mo/ops/crop.py index d25a999291a..2344da7d4f1 100644 --- a/tools/mo/openvino/tools/mo/ops/crop.py +++ b/tools/mo/openvino/tools/mo/ops/crop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/ctc_greedy_decoder.py b/tools/mo/openvino/tools/mo/ops/ctc_greedy_decoder.py index 38e8e73a559..6966628aef3 100644 --- a/tools/mo/openvino/tools/mo/ops/ctc_greedy_decoder.py +++ b/tools/mo/openvino/tools/mo/ops/ctc_greedy_decoder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array, compatible_dims diff --git a/tools/mo/openvino/tools/mo/ops/ctc_greedy_decoder_seq_len.py b/tools/mo/openvino/tools/mo/ops/ctc_greedy_decoder_seq_len.py index 1b48d956b1d..1d65597a905 100644 --- a/tools/mo/openvino/tools/mo/ops/ctc_greedy_decoder_seq_len.py +++ b/tools/mo/openvino/tools/mo/ops/ctc_greedy_decoder_seq_len.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/ctc_loss.py b/tools/mo/openvino/tools/mo/ops/ctc_loss.py index f968e901ffa..2066be6afbe 100644 --- a/tools/mo/openvino/tools/mo/ops/ctc_loss.py +++ b/tools/mo/openvino/tools/mo/ops/ctc_loss.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/cumsum.py b/tools/mo/openvino/tools/mo/ops/cumsum.py index d40f815a92f..413cc4d904f 100644 --- a/tools/mo/openvino/tools/mo/ops/cumsum.py +++ b/tools/mo/openvino/tools/mo/ops/cumsum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/deconvolution.py b/tools/mo/openvino/tools/mo/ops/deconvolution.py index 7c161f26d75..5dc917ec993 100644 --- a/tools/mo/openvino/tools/mo/ops/deconvolution.py +++ b/tools/mo/openvino/tools/mo/ops/deconvolution.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/deformable_convolution.py b/tools/mo/openvino/tools/mo/ops/deformable_convolution.py index 0b27c747d5b..5a7fe12ceb8 100644 --- a/tools/mo/openvino/tools/mo/ops/deformable_convolution.py +++ b/tools/mo/openvino/tools/mo/ops/deformable_convolution.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import undefined_shape_of_rank diff --git a/tools/mo/openvino/tools/mo/ops/depth_to_space.py b/tools/mo/openvino/tools/mo/ops/depth_to_space.py index 0eb4a3bf130..741c7373927 100644 --- a/tools/mo/openvino/tools/mo/ops/depth_to_space.py +++ b/tools/mo/openvino/tools/mo/ops/depth_to_space.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/dequantize_linear.py b/tools/mo/openvino/tools/mo/ops/dequantize_linear.py index 07327661c11..b2ae98107ab 100644 --- a/tools/mo/openvino/tools/mo/ops/dequantize_linear.py +++ b/tools/mo/openvino/tools/mo/ops/dequantize_linear.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/detection_output_onnx.py b/tools/mo/openvino/tools/mo/ops/detection_output_onnx.py index 6ff56ed1172..f4ab98497f6 100644 --- a/tools/mo/openvino/tools/mo/ops/detection_output_onnx.py +++ b/tools/mo/openvino/tools/mo/ops/detection_output_onnx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/dft.py b/tools/mo/openvino/tools/mo/ops/dft.py index 377776cc39e..5ca6e2eb932 100644 --- a/tools/mo/openvino/tools/mo/ops/dft.py +++ b/tools/mo/openvino/tools/mo/ops/dft.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/ops/div_sqrt_dim.py b/tools/mo/openvino/tools/mo/ops/div_sqrt_dim.py index 733b227a2b8..e8c4ef3720c 100644 --- a/tools/mo/openvino/tools/mo/ops/div_sqrt_dim.py +++ b/tools/mo/openvino/tools/mo/ops/div_sqrt_dim.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph from openvino.tools.mo.ops.op import Op diff --git a/tools/mo/openvino/tools/mo/ops/dropoutmask.py b/tools/mo/openvino/tools/mo/ops/dropoutmask.py index bb0e2a89c8e..e6062d62ae3 100644 --- a/tools/mo/openvino/tools/mo/ops/dropoutmask.py +++ b/tools/mo/openvino/tools/mo/ops/dropoutmask.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/einsum.py b/tools/mo/openvino/tools/mo/ops/einsum.py index f43d101b9ea..ef3c58d5286 100644 --- a/tools/mo/openvino/tools/mo/ops/einsum.py +++ b/tools/mo/openvino/tools/mo/ops/einsum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import re diff --git a/tools/mo/openvino/tools/mo/ops/elementwise.py b/tools/mo/openvino/tools/mo/ops/elementwise.py index 8a29181c7f1..0c9a6f8249a 100644 --- a/tools/mo/openvino/tools/mo/ops/elementwise.py +++ b/tools/mo/openvino/tools/mo/ops/elementwise.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/eltwise.py b/tools/mo/openvino/tools/mo/ops/eltwise.py index 20f8b3676f1..da7852bf5de 100644 --- a/tools/mo/openvino/tools/mo/ops/eltwise.py +++ b/tools/mo/openvino/tools/mo/ops/eltwise.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/eltwise_n.py b/tools/mo/openvino/tools/mo/ops/eltwise_n.py index eb322ffeec3..d7679ae5980 100644 --- a/tools/mo/openvino/tools/mo/ops/eltwise_n.py +++ b/tools/mo/openvino/tools/mo/ops/eltwise_n.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/eltwise_ninputs_in_1.py b/tools/mo/openvino/tools/mo/ops/eltwise_ninputs_in_1.py index 6f8f3341d8b..f3176b24420 100644 --- a/tools/mo/openvino/tools/mo/ops/eltwise_ninputs_in_1.py +++ b/tools/mo/openvino/tools/mo/ops/eltwise_ninputs_in_1.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/embedding_bag.py b/tools/mo/openvino/tools/mo/ops/embedding_bag.py index f6eacfd7e19..d32d35804e3 100644 --- a/tools/mo/openvino/tools/mo/ops/embedding_bag.py +++ b/tools/mo/openvino/tools/mo/ops/embedding_bag.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/expand_dims.py b/tools/mo/openvino/tools/mo/ops/expand_dims.py index eabb39b1209..5a2412174bd 100644 --- a/tools/mo/openvino/tools/mo/ops/expand_dims.py +++ b/tools/mo/openvino/tools/mo/ops/expand_dims.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/eye.py b/tools/mo/openvino/tools/mo/ops/eye.py index 7ebb29375d6..2eb384c21ad 100644 --- a/tools/mo/openvino/tools/mo/ops/eye.py +++ b/tools/mo/openvino/tools/mo/ops/eye.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/fake_output.py b/tools/mo/openvino/tools/mo/ops/fake_output.py index 3cd42d9de51..3bac58daf58 100644 --- a/tools/mo/openvino/tools/mo/ops/fake_output.py +++ b/tools/mo/openvino/tools/mo/ops/fake_output.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer, copy_value diff --git a/tools/mo/openvino/tools/mo/ops/fakequantize.py b/tools/mo/openvino/tools/mo/ops/fakequantize.py index 66e78caaeed..1c21fb7c57b 100644 --- a/tools/mo/openvino/tools/mo/ops/fakequantize.py +++ b/tools/mo/openvino/tools/mo/ops/fakequantize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/fill.py b/tools/mo/openvino/tools/mo/ops/fill.py index 505d6e59df2..8cb27f5eeec 100644 --- a/tools/mo/openvino/tools/mo/ops/fill.py +++ b/tools/mo/openvino/tools/mo/ops/fill.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.op import Op diff --git a/tools/mo/openvino/tools/mo/ops/flatten.py b/tools/mo/openvino/tools/mo/ops/flatten.py index 65f174cf67d..7c2541876f1 100644 --- a/tools/mo/openvino/tools/mo/ops/flatten.py +++ b/tools/mo/openvino/tools/mo/ops/flatten.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/gather.py b/tools/mo/openvino/tools/mo/ops/gather.py index f6bd863c099..2a899de53ce 100644 --- a/tools/mo/openvino/tools/mo/ops/gather.py +++ b/tools/mo/openvino/tools/mo/ops/gather.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/gatherelements.py b/tools/mo/openvino/tools/mo/ops/gatherelements.py index 4717561e9f5..8f026223b14 100644 --- a/tools/mo/openvino/tools/mo/ops/gatherelements.py +++ b/tools/mo/openvino/tools/mo/ops/gatherelements.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/gathernd.py b/tools/mo/openvino/tools/mo/ops/gathernd.py index 97022e87e1b..02b900688f8 100644 --- a/tools/mo/openvino/tools/mo/ops/gathernd.py +++ b/tools/mo/openvino/tools/mo/ops/gathernd.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/gelu.py b/tools/mo/openvino/tools/mo/ops/gelu.py index ab456a67a70..8b6be1b9e4c 100644 --- a/tools/mo/openvino/tools/mo/ops/gelu.py +++ b/tools/mo/openvino/tools/mo/ops/gelu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/grn.py b/tools/mo/openvino/tools/mo/ops/grn.py index 9956180d69b..3b36e7c2c1c 100644 --- a/tools/mo/openvino/tools/mo/ops/grn.py +++ b/tools/mo/openvino/tools/mo/ops/grn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/group_norm.py b/tools/mo/openvino/tools/mo/ops/group_norm.py index 24395d5f3d3..647ea518e91 100644 --- a/tools/mo/openvino/tools/mo/ops/group_norm.py +++ b/tools/mo/openvino/tools/mo/ops/group_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/hard_sigmoid.py b/tools/mo/openvino/tools/mo/ops/hard_sigmoid.py index 5cfbd3b2545..1f0eeb971ac 100644 --- a/tools/mo/openvino/tools/mo/ops/hard_sigmoid.py +++ b/tools/mo/openvino/tools/mo/ops/hard_sigmoid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/identity.py b/tools/mo/openvino/tools/mo/ops/identity.py index 79551c80687..0861a0dda5c 100644 --- a/tools/mo/openvino/tools/mo/ops/identity.py +++ b/tools/mo/openvino/tools/mo/ops/identity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import reverse_bypass_infer diff --git a/tools/mo/openvino/tools/mo/ops/instance_normalization.py b/tools/mo/openvino/tools/mo/ops/instance_normalization.py index 2207031918e..500ddf8d9e3 100644 --- a/tools/mo/openvino/tools/mo/ops/instance_normalization.py +++ b/tools/mo/openvino/tools/mo/ops/instance_normalization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/interp.py b/tools/mo/openvino/tools/mo/ops/interp.py index 481c7df2f9b..8cd31cd5696 100644 --- a/tools/mo/openvino/tools/mo/ops/interp.py +++ b/tools/mo/openvino/tools/mo/ops/interp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/tools/mo/openvino/tools/mo/ops/interpolate.py b/tools/mo/openvino/tools/mo/ops/interpolate.py index e8919ef68e1..6bd38456d94 100644 --- a/tools/mo/openvino/tools/mo/ops/interpolate.py +++ b/tools/mo/openvino/tools/mo/ops/interpolate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import math diff --git a/tools/mo/openvino/tools/mo/ops/layer_norm.py b/tools/mo/openvino/tools/mo/ops/layer_norm.py index 0237df6eac4..02feb1b6399 100644 --- a/tools/mo/openvino/tools/mo/ops/layer_norm.py +++ b/tools/mo/openvino/tools/mo/ops/layer_norm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/log_softmax.py b/tools/mo/openvino/tools/mo/ops/log_softmax.py index 8a3db1633c6..1f1e4491fb5 100644 --- a/tools/mo/openvino/tools/mo/ops/log_softmax.py +++ b/tools/mo/openvino/tools/mo/ops/log_softmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/loop.py b/tools/mo/openvino/tools/mo/ops/loop.py index d1183a2a9fa..6c6cd297b87 100644 --- a/tools/mo/openvino/tools/mo/ops/loop.py +++ b/tools/mo/openvino/tools/mo/ops/loop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/lrn.py b/tools/mo/openvino/tools/mo/ops/lrn.py index a7e72b3c67c..f7c0337e510 100644 --- a/tools/mo/openvino/tools/mo/ops/lrn.py +++ b/tools/mo/openvino/tools/mo/ops/lrn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import reverse_bypass_infer diff --git a/tools/mo/openvino/tools/mo/ops/lstm_cell.py b/tools/mo/openvino/tools/mo/ops/lstm_cell.py index 02582a81740..0de05611d06 100644 --- a/tools/mo/openvino/tools/mo/ops/lstm_cell.py +++ b/tools/mo/openvino/tools/mo/ops/lstm_cell.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mark_input_bins, compatible_dims diff --git a/tools/mo/openvino/tools/mo/ops/lstm_sequence.py b/tools/mo/openvino/tools/mo/ops/lstm_sequence.py index e67fa14609f..993e6645933 100644 --- a/tools/mo/openvino/tools/mo/ops/lstm_sequence.py +++ b/tools/mo/openvino/tools/mo/ops/lstm_sequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/lstmnonlinearity.py b/tools/mo/openvino/tools/mo/ops/lstmnonlinearity.py index 549a20bdeb6..cff8da3a98c 100644 --- a/tools/mo/openvino/tools/mo/ops/lstmnonlinearity.py +++ b/tools/mo/openvino/tools/mo/ops/lstmnonlinearity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/memory.py b/tools/mo/openvino/tools/mo/ops/memory.py index 37bcb8f7f20..5c337eaf588 100644 --- a/tools/mo/openvino/tools/mo/ops/memory.py +++ b/tools/mo/openvino/tools/mo/ops/memory.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/memoryoffset.py b/tools/mo/openvino/tools/mo/ops/memoryoffset.py index 87c139d7c9b..0e59385b476 100644 --- a/tools/mo/openvino/tools/mo/ops/memoryoffset.py +++ b/tools/mo/openvino/tools/mo/ops/memoryoffset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/merge.py b/tools/mo/openvino/tools/mo/ops/merge.py index 5e92adca7ae..f98a5d12cd5 100644 --- a/tools/mo/openvino/tools/mo/ops/merge.py +++ b/tools/mo/openvino/tools/mo/ops/merge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/multinomial.py b/tools/mo/openvino/tools/mo/ops/multinomial.py index 233a9d4565f..0bf3c7c3385 100644 --- a/tools/mo/openvino/tools/mo/ops/multinomial.py +++ b/tools/mo/openvino/tools/mo/ops/multinomial.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/mvn.py b/tools/mo/openvino/tools/mo/ops/mvn.py index 127ce18115a..fa6f010e75a 100644 --- a/tools/mo/openvino/tools/mo/ops/mvn.py +++ b/tools/mo/openvino/tools/mo/ops/mvn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/mxfft.py b/tools/mo/openvino/tools/mo/ops/mxfft.py index fef9af833d2..fa37ebc63c9 100644 --- a/tools/mo/openvino/tools/mo/ops/mxfft.py +++ b/tools/mo/openvino/tools/mo/ops/mxfft.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph, Node diff --git a/tools/mo/openvino/tools/mo/ops/mxrepeat.py b/tools/mo/openvino/tools/mo/ops/mxrepeat.py index 84db8e8967a..004b282abd3 100644 --- a/tools/mo/openvino/tools/mo/ops/mxrepeat.py +++ b/tools/mo/openvino/tools/mo/ops/mxrepeat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/mxreshape.py b/tools/mo/openvino/tools/mo/ops/mxreshape.py index 0c12e4c5f6b..1d318b0a518 100644 --- a/tools/mo/openvino/tools/mo/ops/mxreshape.py +++ b/tools/mo/openvino/tools/mo/ops/mxreshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/nms_rotated.py b/tools/mo/openvino/tools/mo/ops/nms_rotated.py index d845373d4c5..0385de8a9cd 100644 --- a/tools/mo/openvino/tools/mo/ops/nms_rotated.py +++ b/tools/mo/openvino/tools/mo/ops/nms_rotated.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/non_max_suppression.py b/tools/mo/openvino/tools/mo/ops/non_max_suppression.py index 5433716502d..1faa431b709 100644 --- a/tools/mo/openvino/tools/mo/ops/non_max_suppression.py +++ b/tools/mo/openvino/tools/mo/ops/non_max_suppression.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/non_zero.py b/tools/mo/openvino/tools/mo/ops/non_zero.py index ca88523365c..da8f6bd031b 100644 --- a/tools/mo/openvino/tools/mo/ops/non_zero.py +++ b/tools/mo/openvino/tools/mo/ops/non_zero.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/normalize.py b/tools/mo/openvino/tools/mo/ops/normalize.py index e03fb998e9e..4bcaa82e9f1 100644 --- a/tools/mo/openvino/tools/mo/ops/normalize.py +++ b/tools/mo/openvino/tools/mo/ops/normalize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/normalize_l2.py b/tools/mo/openvino/tools/mo/ops/normalize_l2.py index c1e8ae3a6bb..56c263b5913 100644 --- a/tools/mo/openvino/tools/mo/ops/normalize_l2.py +++ b/tools/mo/openvino/tools/mo/ops/normalize_l2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/one_hot.py b/tools/mo/openvino/tools/mo/ops/one_hot.py index 808f2fd5abe..1efe9998248 100644 --- a/tools/mo/openvino/tools/mo/ops/one_hot.py +++ b/tools/mo/openvino/tools/mo/ops/one_hot.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/op.py b/tools/mo/openvino/tools/mo/ops/op.py index 5a4f7a8dc62..9ed180c1e48 100644 --- a/tools/mo/openvino/tools/mo/ops/op.py +++ b/tools/mo/openvino/tools/mo/ops/op.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import copy diff --git a/tools/mo/openvino/tools/mo/ops/pack.py b/tools/mo/openvino/tools/mo/ops/pack.py index 826150bdafc..b706127d212 100644 --- a/tools/mo/openvino/tools/mo/ops/pack.py +++ b/tools/mo/openvino/tools/mo/ops/pack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/pad.py b/tools/mo/openvino/tools/mo/ops/pad.py index 0ee2e5547de..1e2a8344c58 100644 --- a/tools/mo/openvino/tools/mo/ops/pad.py +++ b/tools/mo/openvino/tools/mo/ops/pad.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/parameter.py b/tools/mo/openvino/tools/mo/ops/parameter.py index 39b7d7668d6..99581ddbbd4 100644 --- a/tools/mo/openvino/tools/mo/ops/parameter.py +++ b/tools/mo/openvino/tools/mo/ops/parameter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/permute.py b/tools/mo/openvino/tools/mo/ops/permute.py index 1759eac8543..527697c2ff5 100644 --- a/tools/mo/openvino/tools/mo/ops/permute.py +++ b/tools/mo/openvino/tools/mo/ops/permute.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.extractor import attr_getter diff --git a/tools/mo/openvino/tools/mo/ops/pnorm.py b/tools/mo/openvino/tools/mo/ops/pnorm.py index 679b391abee..aa2666cee84 100644 --- a/tools/mo/openvino/tools/mo/ops/pnorm.py +++ b/tools/mo/openvino/tools/mo/ops/pnorm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph, Node diff --git a/tools/mo/openvino/tools/mo/ops/pooling.py b/tools/mo/openvino/tools/mo/ops/pooling.py index 5e48309f3bb..4f6dc9ce5a8 100644 --- a/tools/mo/openvino/tools/mo/ops/pooling.py +++ b/tools/mo/openvino/tools/mo/ops/pooling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/power.py b/tools/mo/openvino/tools/mo/ops/power.py index 2156355ccc2..288ab0d7cb0 100644 --- a/tools/mo/openvino/tools/mo/ops/power.py +++ b/tools/mo/openvino/tools/mo/ops/power.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/prelu.py b/tools/mo/openvino/tools/mo/ops/prelu.py index e36e524c40d..c79976ced97 100644 --- a/tools/mo/openvino/tools/mo/ops/prelu.py +++ b/tools/mo/openvino/tools/mo/ops/prelu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/priorbox.py b/tools/mo/openvino/tools/mo/ops/priorbox.py index 550d6100853..6cbf4899aa0 100644 --- a/tools/mo/openvino/tools/mo/ops/priorbox.py +++ b/tools/mo/openvino/tools/mo/ops/priorbox.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/priorbox_clustered.py b/tools/mo/openvino/tools/mo/ops/priorbox_clustered.py index b01634821de..6dddc3b254b 100644 --- a/tools/mo/openvino/tools/mo/ops/priorbox_clustered.py +++ b/tools/mo/openvino/tools/mo/ops/priorbox_clustered.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/priorgridgenerator_onnx.py b/tools/mo/openvino/tools/mo/ops/priorgridgenerator_onnx.py index 9e871dfee45..80d4b3e288b 100644 --- a/tools/mo/openvino/tools/mo/ops/priorgridgenerator_onnx.py +++ b/tools/mo/openvino/tools/mo/ops/priorgridgenerator_onnx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import shape_array, dynamic_dimension_value, set_input_shapes diff --git a/tools/mo/openvino/tools/mo/ops/proposal.py b/tools/mo/openvino/tools/mo/ops/proposal.py index ad4af506129..1cb536edea6 100644 --- a/tools/mo/openvino/tools/mo/ops/proposal.py +++ b/tools/mo/openvino/tools/mo/ops/proposal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import undefined_shape_of_rank, set_input_shapes diff --git a/tools/mo/openvino/tools/mo/ops/proposal_onnx.py b/tools/mo/openvino/tools/mo/ops/proposal_onnx.py index 36fe6fab151..bd5e575a9a9 100644 --- a/tools/mo/openvino/tools/mo/ops/proposal_onnx.py +++ b/tools/mo/openvino/tools/mo/ops/proposal_onnx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import dynamic_dimension_value, shape_array, \ diff --git a/tools/mo/openvino/tools/mo/ops/proposal_python_example.py b/tools/mo/openvino/tools/mo/ops/proposal_python_example.py index 1a274af3e00..12a1748ac34 100644 --- a/tools/mo/openvino/tools/mo/ops/proposal_python_example.py +++ b/tools/mo/openvino/tools/mo/ops/proposal_python_example.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.proposal import ProposalOp diff --git a/tools/mo/openvino/tools/mo/ops/psroipooling.py b/tools/mo/openvino/tools/mo/ops/psroipooling.py index 845faaa06af..b890ca649fa 100644 --- a/tools/mo/openvino/tools/mo/ops/psroipooling.py +++ b/tools/mo/openvino/tools/mo/ops/psroipooling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.layout import get_batch_dim, shape_for_layout diff --git a/tools/mo/openvino/tools/mo/ops/quantize_linear.py b/tools/mo/openvino/tools/mo/ops/quantize_linear.py index 5e8d2d007b7..9fc4efac8ea 100644 --- a/tools/mo/openvino/tools/mo/ops/quantize_linear.py +++ b/tools/mo/openvino/tools/mo/ops/quantize_linear.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/random_uniform.py b/tools/mo/openvino/tools/mo/ops/random_uniform.py index 7fe3c5e1ee7..e352133d304 100644 --- a/tools/mo/openvino/tools/mo/ops/random_uniform.py +++ b/tools/mo/openvino/tools/mo/ops/random_uniform.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/range.py b/tools/mo/openvino/tools/mo/ops/range.py index b4828b1842b..e23418acfd2 100644 --- a/tools/mo/openvino/tools/mo/ops/range.py +++ b/tools/mo/openvino/tools/mo/ops/range.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/rank.py b/tools/mo/openvino/tools/mo/ops/rank.py index 5e0b37e4084..76cdc6eea48 100644 --- a/tools/mo/openvino/tools/mo/ops/rank.py +++ b/tools/mo/openvino/tools/mo/ops/rank.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/read_value.py b/tools/mo/openvino/tools/mo/ops/read_value.py index 4aed9a393ae..1147ee0d3a2 100644 --- a/tools/mo/openvino/tools/mo/ops/read_value.py +++ b/tools/mo/openvino/tools/mo/ops/read_value.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np from openvino.runtime import PartialShape diff --git a/tools/mo/openvino/tools/mo/ops/regionyolo.py b/tools/mo/openvino/tools/mo/ops/regionyolo.py index 38c54be1b8f..7c8161c8939 100644 --- a/tools/mo/openvino/tools/mo/ops/regionyolo.py +++ b/tools/mo/openvino/tools/mo/ops/regionyolo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/reorgyolo.py b/tools/mo/openvino/tools/mo/ops/reorgyolo.py index e348aaaa511..8fae9ad8936 100644 --- a/tools/mo/openvino/tools/mo/ops/reorgyolo.py +++ b/tools/mo/openvino/tools/mo/ops/reorgyolo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/reshape.py b/tools/mo/openvino/tools/mo/ops/reshape.py index 16c7356d387..bd3538ff784 100644 --- a/tools/mo/openvino/tools/mo/ops/reshape.py +++ b/tools/mo/openvino/tools/mo/ops/reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/resize.py b/tools/mo/openvino/tools/mo/ops/resize.py index 6a7516dc847..d39d2af9ac5 100644 --- a/tools/mo/openvino/tools/mo/ops/resize.py +++ b/tools/mo/openvino/tools/mo/ops/resize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node, Graph diff --git a/tools/mo/openvino/tools/mo/ops/resize_factor_utils.py b/tools/mo/openvino/tools/mo/ops/resize_factor_utils.py index 5d3f998255a..961d02a135c 100644 --- a/tools/mo/openvino/tools/mo/ops/resize_factor_utils.py +++ b/tools/mo/openvino/tools/mo/ops/resize_factor_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/restrictedattentioncomponent.py b/tools/mo/openvino/tools/mo/ops/restrictedattentioncomponent.py index fcdf721b12d..ff9fdfe30ee 100644 --- a/tools/mo/openvino/tools/mo/ops/restrictedattentioncomponent.py +++ b/tools/mo/openvino/tools/mo/ops/restrictedattentioncomponent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/result.py b/tools/mo/openvino/tools/mo/ops/result.py index da750b2d9b1..38da327d1a6 100644 --- a/tools/mo/openvino/tools/mo/ops/result.py +++ b/tools/mo/openvino/tools/mo/ops/result.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/reverse_sequence.py b/tools/mo/openvino/tools/mo/ops/reverse_sequence.py index a4d7fd81d51..bbf3ec33c41 100644 --- a/tools/mo/openvino/tools/mo/ops/reverse_sequence.py +++ b/tools/mo/openvino/tools/mo/ops/reverse_sequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import reverse_bypass_infer diff --git a/tools/mo/openvino/tools/mo/ops/roialign.py b/tools/mo/openvino/tools/mo/ops/roialign.py index d2c3bc02acc..169dfbdc792 100644 --- a/tools/mo/openvino/tools/mo/ops/roialign.py +++ b/tools/mo/openvino/tools/mo/ops/roialign.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.layout import get_features_dim, shape_for_layout diff --git a/tools/mo/openvino/tools/mo/ops/roifeatureextractor_onnx.py b/tools/mo/openvino/tools/mo/ops/roifeatureextractor_onnx.py index 837f658c4f3..e399b1f1634 100644 --- a/tools/mo/openvino/tools/mo/ops/roifeatureextractor_onnx.py +++ b/tools/mo/openvino/tools/mo/ops/roifeatureextractor_onnx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import dynamic_dimension_value, shape_array, set_input_shapes diff --git a/tools/mo/openvino/tools/mo/ops/roipooling.py b/tools/mo/openvino/tools/mo/ops/roipooling.py index 2d77bfdd652..fef0c0554ab 100644 --- a/tools/mo/openvino/tools/mo/ops/roipooling.py +++ b/tools/mo/openvino/tools/mo/ops/roipooling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.roipooling import roipooling_infer diff --git a/tools/mo/openvino/tools/mo/ops/roll.py b/tools/mo/openvino/tools/mo/ops/roll.py index 401ca359d17..4216d83b191 100644 --- a/tools/mo/openvino/tools/mo/ops/roll.py +++ b/tools/mo/openvino/tools/mo/ops/roll.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/scale_shift.py b/tools/mo/openvino/tools/mo/ops/scale_shift.py index 2f240d74320..c9baac5cedf 100644 --- a/tools/mo/openvino/tools/mo/ops/scale_shift.py +++ b/tools/mo/openvino/tools/mo/ops/scale_shift.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/scatter.py b/tools/mo/openvino/tools/mo/ops/scatter.py index e761d9a35e1..f33ec01959a 100644 --- a/tools/mo/openvino/tools/mo/ops/scatter.py +++ b/tools/mo/openvino/tools/mo/ops/scatter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/scatternd.py b/tools/mo/openvino/tools/mo/ops/scatternd.py index bb9cc65309f..1934dd12ac8 100644 --- a/tools/mo/openvino/tools/mo/ops/scatternd.py +++ b/tools/mo/openvino/tools/mo/ops/scatternd.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/select.py b/tools/mo/openvino/tools/mo/ops/select.py index 9ef8b51e7d4..3da9fbe7fe4 100644 --- a/tools/mo/openvino/tools/mo/ops/select.py +++ b/tools/mo/openvino/tools/mo/ops/select.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/shape.py b/tools/mo/openvino/tools/mo/ops/shape.py index e17a4d524ce..e576087d092 100644 --- a/tools/mo/openvino/tools/mo/ops/shape.py +++ b/tools/mo/openvino/tools/mo/ops/shape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/shufflechannel.py b/tools/mo/openvino/tools/mo/ops/shufflechannel.py index dc9f7f7e8f7..711780801b6 100644 --- a/tools/mo/openvino/tools/mo/ops/shufflechannel.py +++ b/tools/mo/openvino/tools/mo/ops/shufflechannel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph, Node diff --git a/tools/mo/openvino/tools/mo/ops/size.py b/tools/mo/openvino/tools/mo/ops/size.py index b025bad034f..72212bef026 100644 --- a/tools/mo/openvino/tools/mo/ops/size.py +++ b/tools/mo/openvino/tools/mo/ops/size.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/slice.py b/tools/mo/openvino/tools/mo/ops/slice.py index 0afea36d659..a237f9f6e40 100644 --- a/tools/mo/openvino/tools/mo/ops/slice.py +++ b/tools/mo/openvino/tools/mo/ops/slice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/slice_like.py b/tools/mo/openvino/tools/mo/ops/slice_like.py index 7ef9a0433c0..efa71efe3cf 100644 --- a/tools/mo/openvino/tools/mo/ops/slice_like.py +++ b/tools/mo/openvino/tools/mo/ops/slice_like.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/softmax.py b/tools/mo/openvino/tools/mo/ops/softmax.py index 041acbba2a8..38cdc416c1b 100644 --- a/tools/mo/openvino/tools/mo/ops/softmax.py +++ b/tools/mo/openvino/tools/mo/ops/softmax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/space_to_batch.py b/tools/mo/openvino/tools/mo/ops/space_to_batch.py index caba9a03bbf..97096419a4b 100644 --- a/tools/mo/openvino/tools/mo/ops/space_to_batch.py +++ b/tools/mo/openvino/tools/mo/ops/space_to_batch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/space_to_depth.py b/tools/mo/openvino/tools/mo/ops/space_to_depth.py index 1167ae4551e..424ee3bddc4 100644 --- a/tools/mo/openvino/tools/mo/ops/space_to_depth.py +++ b/tools/mo/openvino/tools/mo/ops/space_to_depth.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/sparse_fill_empty_rows.py b/tools/mo/openvino/tools/mo/ops/sparse_fill_empty_rows.py index f7eca185474..53a8da6a87b 100644 --- a/tools/mo/openvino/tools/mo/ops/sparse_fill_empty_rows.py +++ b/tools/mo/openvino/tools/mo/ops/sparse_fill_empty_rows.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/sparse_reshape.py b/tools/mo/openvino/tools/mo/ops/sparse_reshape.py index 12ae74c388b..3de474e5831 100644 --- a/tools/mo/openvino/tools/mo/ops/sparse_reshape.py +++ b/tools/mo/openvino/tools/mo/ops/sparse_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/sparse_segment_mean.py b/tools/mo/openvino/tools/mo/ops/sparse_segment_mean.py index e1c52cbb1da..798578f525f 100644 --- a/tools/mo/openvino/tools/mo/ops/sparse_segment_mean.py +++ b/tools/mo/openvino/tools/mo/ops/sparse_segment_mean.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/sparse_segment_sqrtn.py b/tools/mo/openvino/tools/mo/ops/sparse_segment_sqrtn.py index 523860a8cee..b48df5ecda3 100644 --- a/tools/mo/openvino/tools/mo/ops/sparse_segment_sqrtn.py +++ b/tools/mo/openvino/tools/mo/ops/sparse_segment_sqrtn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/sparse_segment_sum.py b/tools/mo/openvino/tools/mo/ops/sparse_segment_sum.py index e02f002176c..34af7d8dae7 100644 --- a/tools/mo/openvino/tools/mo/ops/sparse_segment_sum.py +++ b/tools/mo/openvino/tools/mo/ops/sparse_segment_sum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/splice.py b/tools/mo/openvino/tools/mo/ops/splice.py index b25b1229607..9457591dec7 100644 --- a/tools/mo/openvino/tools/mo/ops/splice.py +++ b/tools/mo/openvino/tools/mo/ops/splice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph, Node diff --git a/tools/mo/openvino/tools/mo/ops/split.py b/tools/mo/openvino/tools/mo/ops/split.py index 0db25b87735..fc8b464bb8e 100644 --- a/tools/mo/openvino/tools/mo/ops/split.py +++ b/tools/mo/openvino/tools/mo/ops/split.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/ops/squeeze.py b/tools/mo/openvino/tools/mo/ops/squeeze.py index 78dd61a0854..bca11bb8cf0 100644 --- a/tools/mo/openvino/tools/mo/ops/squeeze.py +++ b/tools/mo/openvino/tools/mo/ops/squeeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/stop_gradient.py b/tools/mo/openvino/tools/mo/ops/stop_gradient.py index b81a394cb11..507c420fdd2 100644 --- a/tools/mo/openvino/tools/mo/ops/stop_gradient.py +++ b/tools/mo/openvino/tools/mo/ops/stop_gradient.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.elemental import copy_shape_infer diff --git a/tools/mo/openvino/tools/mo/ops/strided_slice.py b/tools/mo/openvino/tools/mo/ops/strided_slice.py index ed2163bfc0f..c113df3d4fa 100644 --- a/tools/mo/openvino/tools/mo/ops/strided_slice.py +++ b/tools/mo/openvino/tools/mo/ops/strided_slice.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import List, Tuple diff --git a/tools/mo/openvino/tools/mo/ops/swapaxis.py b/tools/mo/openvino/tools/mo/ops/swapaxis.py index 1d52d289ccb..5a34a561364 100644 --- a/tools/mo/openvino/tools/mo/ops/swapaxis.py +++ b/tools/mo/openvino/tools/mo/ops/swapaxis.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/switch.py b/tools/mo/openvino/tools/mo/ops/switch.py index 5ec50fee569..43c27cc534e 100644 --- a/tools/mo/openvino/tools/mo/ops/switch.py +++ b/tools/mo/openvino/tools/mo/ops/switch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import shape_array, is_fully_defined diff --git a/tools/mo/openvino/tools/mo/ops/tdnncomponent.py b/tools/mo/openvino/tools/mo/ops/tdnncomponent.py index c187a254333..415ab7f6b58 100644 --- a/tools/mo/openvino/tools/mo/ops/tdnncomponent.py +++ b/tools/mo/openvino/tools/mo/ops/tdnncomponent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/tensor_iterator.py b/tools/mo/openvino/tools/mo/ops/tensor_iterator.py index 0bc1901e62f..899971bb917 100644 --- a/tools/mo/openvino/tools/mo/ops/tensor_iterator.py +++ b/tools/mo/openvino/tools/mo/ops/tensor_iterator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from copy import copy, deepcopy from math import ceil diff --git a/tools/mo/openvino/tools/mo/ops/tile.py b/tools/mo/openvino/tools/mo/ops/tile.py index 264cd06803f..7c05da33cb4 100644 --- a/tools/mo/openvino/tools/mo/ops/tile.py +++ b/tools/mo/openvino/tools/mo/ops/tile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/timeheightconvolution.py b/tools/mo/openvino/tools/mo/ops/timeheightconvolution.py index ca42cc538cd..16fdabb5e27 100644 --- a/tools/mo/openvino/tools/mo/ops/timeheightconvolution.py +++ b/tools/mo/openvino/tools/mo/ops/timeheightconvolution.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/ops/topk.py b/tools/mo/openvino/tools/mo/ops/topk.py index 38d360200bb..3e62c44cd88 100644 --- a/tools/mo/openvino/tools/mo/ops/topk.py +++ b/tools/mo/openvino/tools/mo/ops/topk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/topkrois_onnx.py b/tools/mo/openvino/tools/mo/ops/topkrois_onnx.py index 819ae39b53b..6054182940f 100644 --- a/tools/mo/openvino/tools/mo/ops/topkrois_onnx.py +++ b/tools/mo/openvino/tools/mo/ops/topkrois_onnx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import dynamic_dimension_value, shape_array, set_input_shapes diff --git a/tools/mo/openvino/tools/mo/ops/transpose.py b/tools/mo/openvino/tools/mo/ops/transpose.py index 149dfdad9b8..0430f90cd12 100644 --- a/tools/mo/openvino/tools/mo/ops/transpose.py +++ b/tools/mo/openvino/tools/mo/ops/transpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/unique.py b/tools/mo/openvino/tools/mo/ops/unique.py index 4e0154f33b3..7cbed7ce2cd 100644 --- a/tools/mo/openvino/tools/mo/ops/unique.py +++ b/tools/mo/openvino/tools/mo/ops/unique.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/ops/unsqueeze.py b/tools/mo/openvino/tools/mo/ops/unsqueeze.py index 2f6f6fce9c4..21dbcce5920 100644 --- a/tools/mo/openvino/tools/mo/ops/unsqueeze.py +++ b/tools/mo/openvino/tools/mo/ops/unsqueeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array, is_fully_defined, shape_insert, undefined_shape_of_rank diff --git a/tools/mo/openvino/tools/mo/ops/upsample.py b/tools/mo/openvino/tools/mo/ops/upsample.py index 7c34aa72131..2afa8d43754 100644 --- a/tools/mo/openvino/tools/mo/ops/upsample.py +++ b/tools/mo/openvino/tools/mo/ops/upsample.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import math diff --git a/tools/mo/openvino/tools/mo/pipeline/__init__.py b/tools/mo/openvino/tools/mo/pipeline/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/pipeline/__init__.py +++ b/tools/mo/openvino/tools/mo/pipeline/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/pipeline/common.py b/tools/mo/openvino/tools/mo/pipeline/common.py index a69c29cc0b8..cae68d40042 100644 --- a/tools/mo/openvino/tools/mo/pipeline/common.py +++ b/tools/mo/openvino/tools/mo/pipeline/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/pipeline/unified.py b/tools/mo/openvino/tools/mo/pipeline/unified.py index 7d4ac1a75d2..619e579ea52 100644 --- a/tools/mo/openvino/tools/mo/pipeline/unified.py +++ b/tools/mo/openvino/tools/mo/pipeline/unified.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/subprocess_main.py b/tools/mo/openvino/tools/mo/subprocess_main.py index b6de3acbe4d..0b8eb5069e0 100644 --- a/tools/mo/openvino/tools/mo/subprocess_main.py +++ b/tools/mo/openvino/tools/mo/subprocess_main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/utils/__init__.py b/tools/mo/openvino/tools/mo/utils/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/utils/__init__.py +++ b/tools/mo/openvino/tools/mo/utils/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/utils/broadcasting.py b/tools/mo/openvino/tools/mo/utils/broadcasting.py index e1d3708e943..b93fea86f66 100644 --- a/tools/mo/openvino/tools/mo/utils/broadcasting.py +++ b/tools/mo/openvino/tools/mo/utils/broadcasting.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/utils/check_ie_bindings.py b/tools/mo/openvino/tools/mo/utils/check_ie_bindings.py index fd57865f40d..ae10b3e617d 100644 --- a/tools/mo/openvino/tools/mo/utils/check_ie_bindings.py +++ b/tools/mo/openvino/tools/mo/utils/check_ie_bindings.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/utils/check_mo_import.py b/tools/mo/openvino/tools/mo/utils/check_mo_import.py index e71c558307d..beba4447baa 100644 --- a/tools/mo/openvino/tools/mo/utils/check_mo_import.py +++ b/tools/mo/openvino/tools/mo/utils/check_mo_import.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 try: diff --git a/tools/mo/openvino/tools/mo/utils/class_registration.py b/tools/mo/openvino/tools/mo/utils/class_registration.py index 30551e056c8..a232a953742 100644 --- a/tools/mo/openvino/tools/mo/utils/class_registration.py +++ b/tools/mo/openvino/tools/mo/utils/class_registration.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/utils/cli_parser.py b/tools/mo/openvino/tools/mo/utils/cli_parser.py index 7bca1b257b3..c3def8d2b78 100644 --- a/tools/mo/openvino/tools/mo/utils/cli_parser.py +++ b/tools/mo/openvino/tools/mo/utils/cli_parser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/utils/convert.py b/tools/mo/openvino/tools/mo/utils/convert.py index b25bd7b9ff6..fe4d02e6657 100755 --- a/tools/mo/openvino/tools/mo/utils/convert.py +++ b/tools/mo/openvino/tools/mo/utils/convert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/utils/custom_replacement_config.py b/tools/mo/openvino/tools/mo/utils/custom_replacement_config.py index 2a3b3bac7e8..83656f2f863 100644 --- a/tools/mo/openvino/tools/mo/utils/custom_replacement_config.py +++ b/tools/mo/openvino/tools/mo/utils/custom_replacement_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import json diff --git a/tools/mo/openvino/tools/mo/utils/dsu.py b/tools/mo/openvino/tools/mo/utils/dsu.py index 165e26d20fe..9e92f735203 100644 --- a/tools/mo/openvino/tools/mo/utils/dsu.py +++ b/tools/mo/openvino/tools/mo/utils/dsu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/utils/environment_setup_utils.py b/tools/mo/openvino/tools/mo/utils/environment_setup_utils.py index 6a0f4cf0df7..90e42988d71 100644 --- a/tools/mo/openvino/tools/mo/utils/environment_setup_utils.py +++ b/tools/mo/openvino/tools/mo/utils/environment_setup_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/openvino/tools/mo/utils/error.py b/tools/mo/openvino/tools/mo/utils/error.py index 102bf3cb27a..af936093924 100644 --- a/tools/mo/openvino/tools/mo/utils/error.py +++ b/tools/mo/openvino/tools/mo/utils/error.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import re diff --git a/tools/mo/openvino/tools/mo/utils/find_ie_version.py b/tools/mo/openvino/tools/mo/utils/find_ie_version.py index 9c47a6c6f39..47f069af032 100644 --- a/tools/mo/openvino/tools/mo/utils/find_ie_version.py +++ b/tools/mo/openvino/tools/mo/utils/find_ie_version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/openvino/tools/mo/utils/find_inputs.py b/tools/mo/openvino/tools/mo/utils/find_inputs.py index f9d2e6d87fd..a52733412be 100644 --- a/tools/mo/openvino/tools/mo/utils/find_inputs.py +++ b/tools/mo/openvino/tools/mo/utils/find_inputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import networkx as nx diff --git a/tools/mo/openvino/tools/mo/utils/get_ov_update_message.py b/tools/mo/openvino/tools/mo/utils/get_ov_update_message.py index e9ea98d027b..9d9cf9195eb 100644 --- a/tools/mo/openvino/tools/mo/utils/get_ov_update_message.py +++ b/tools/mo/openvino/tools/mo/utils/get_ov_update_message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/tools/mo/openvino/tools/mo/utils/graph.py b/tools/mo/openvino/tools/mo/utils/graph.py index 800a552ef0e..90938d85d3c 100644 --- a/tools/mo/openvino/tools/mo/utils/graph.py +++ b/tools/mo/openvino/tools/mo/utils/graph.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/utils/guess_framework.py b/tools/mo/openvino/tools/mo/utils/guess_framework.py index 66f6deb64ae..39a6c6ed996 100644 --- a/tools/mo/openvino/tools/mo/utils/guess_framework.py +++ b/tools/mo/openvino/tools/mo/utils/guess_framework.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import re diff --git a/tools/mo/openvino/tools/mo/utils/help.py b/tools/mo/openvino/tools/mo/utils/help.py index 4b9c3593f38..2b80f1d8c52 100644 --- a/tools/mo/openvino/tools/mo/utils/help.py +++ b/tools/mo/openvino/tools/mo/utils/help.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 def get_convert_model_help_specifics(): diff --git a/tools/mo/openvino/tools/mo/utils/ie_version.py b/tools/mo/openvino/tools/mo/utils/ie_version.py index e24cd16aff2..dce2cd0e576 100644 --- a/tools/mo/openvino/tools/mo/utils/ie_version.py +++ b/tools/mo/openvino/tools/mo/utils/ie_version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 def get_ie_version(): diff --git a/tools/mo/openvino/tools/mo/utils/import_extensions.py b/tools/mo/openvino/tools/mo/utils/import_extensions.py index 039ff2c2fa2..a08640f97a7 100644 --- a/tools/mo/openvino/tools/mo/utils/import_extensions.py +++ b/tools/mo/openvino/tools/mo/utils/import_extensions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import importlib diff --git a/tools/mo/openvino/tools/mo/utils/ir_engine/__init__.py b/tools/mo/openvino/tools/mo/utils/ir_engine/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_engine/__init__.py +++ b/tools/mo/openvino/tools/mo/utils/ir_engine/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/utils/ir_engine/compare_graphs.py b/tools/mo/openvino/tools/mo/utils/ir_engine/compare_graphs.py index e347143fac4..523e8e4eb9f 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_engine/compare_graphs.py +++ b/tools/mo/openvino/tools/mo/utils/ir_engine/compare_graphs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from collections import deque diff --git a/tools/mo/openvino/tools/mo/utils/ir_engine/ir_engine.py b/tools/mo/openvino/tools/mo/utils/ir_engine/ir_engine.py index f6ac48c2fae..3b1575a800a 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_engine/ir_engine.py +++ b/tools/mo/openvino/tools/mo/utils/ir_engine/ir_engine.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import hashlib diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/__init__.py b/tools/mo/openvino/tools/mo/utils/ir_reader/__init__.py index d8da6c718e6..8ba81a92b19 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/__init__.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extender.py index c0904fd828c..579d6efc16c 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/ExtractImagePatches_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/ExtractImagePatches_extender.py index f2ab1545812..2ac87cfa44b 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/ExtractImagePatches_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/ExtractImagePatches_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/GRUCell_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/GRUCell_extender.py index d8ed804f376..3669f2d43e4 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/GRUCell_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/GRUCell_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import mark_input_bins diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/GRUSequence_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/GRUSequence_extender.py index 8a42b36c181..3679d3e945a 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/GRUSequence_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/GRUSequence_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/LSTMCell_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/LSTMCell_extender.py index 78aed29ee6d..d1766ecbd20 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/LSTMCell_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/LSTMCell_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/LSTMSequence_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/LSTMSequence_extender.py index 19983a0b7b1..168b82f6ba6 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/LSTMSequence_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/LSTMSequence_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/RNNCell_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/RNNCell_extender.py index 92890301ff0..e11f6cede5d 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/RNNCell_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/RNNCell_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/binary_convolution_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/binary_convolution_extender.py index c45765ec002..edf8b9a7744 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/binary_convolution_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/binary_convolution_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/bucketize_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/bucketize_extender.py index 78d4bc903df..e76ed95967d 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/bucketize_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/bucketize_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.passes.convert_data_type import destination_type_to_np_data_type diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/conv_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/conv_extender.py index 92ca1a4ac2c..0c70874403b 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/conv_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/conv_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/convert_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/convert_extender.py index f3d1545220a..20ee8d0feb4 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/convert_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/convert_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.passes.convert_data_type import destination_type_to_np_data_type diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/ctc_greedy_decoder_seq_len_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/ctc_greedy_decoder_seq_len_extender.py index eb513a258b5..346bdfd85f0 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/ctc_greedy_decoder_seq_len_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/ctc_greedy_decoder_seq_len_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.passes.convert_data_type import destination_type_to_np_data_type diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/deconvolution_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/deconvolution_extender.py index a4e9b477386..6cce2a74c98 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/deconvolution_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/deconvolution_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/deformable_convolution_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/deformable_convolution_extender.py index 8955f63b4f6..e45df555c58 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/deformable_convolution_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/deformable_convolution_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/einsum_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/einsum_extender.py index 82b50feb262..d04932bd5a1 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/einsum_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/einsum_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/experimental_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/experimental_extender.py index a9780696fd2..29125a79b31 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/experimental_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/experimental_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/eye_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/eye_extender.py index eddab170377..7f25a4c8302 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/eye_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/eye_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.passes.convert_data_type import destination_type_to_np_data_type diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/fakequantize_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/fakequantize_extender.py index 0f4753711dd..e32df4d3b0a 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/fakequantize_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/fakequantize_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/if_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/if_extender.py index 548c9d1eec6..15fc73b2a42 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/if_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/if_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/interpolate_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/interpolate_extender.py index 9ff77c997e8..ffd17d4528a 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/interpolate_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/interpolate_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/loop_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/loop_extender.py index 77648623586..284df400f24 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/loop_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/loop_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/non_max_suppression_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/non_max_suppression_extender.py index f701733ea9a..97effc754e8 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/non_max_suppression_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/non_max_suppression_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.passes.convert_data_type import destination_type_to_np_data_type diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/non_zero_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/non_zero_extender.py index b2bac922884..5b939dab2f6 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/non_zero_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/non_zero_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.passes.convert_data_type import destination_type_to_np_data_type diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/pad_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/pad_extender.py index 71fe847acd3..564818c18c2 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/pad_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/pad_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/parameter_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/parameter_extender.py index cc968bd13fb..12927bd142c 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/parameter_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/parameter_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array, shape_array, dynamic_dimension_value diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/pooling_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/pooling_extender.py index 979422f0500..23220c465eb 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/pooling_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/pooling_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/priorbox_clustered_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/priorbox_clustered_extender.py index f6037c2c301..72c147128af 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/priorbox_clustered_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/priorbox_clustered_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/priorbox_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/priorbox_extender.py index e43f0192ec1..923a4df2dd5 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/priorbox_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/priorbox_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.multi_box_prior import multi_box_prior_infer_mxnet diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/random_uniform_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/random_uniform_extender.py index 272a71c1c9f..943049587d2 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/random_uniform_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/random_uniform_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.passes.convert_data_type import destination_type_to_np_data_type diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/range_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/range_extender.py index fed8ee33ec0..7b337c17209 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/range_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/range_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.passes.convert_data_type import destination_type_to_np_data_type diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/reorg_yolo_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/reorg_yolo_extender.py index 4e14b3d9af9..f7b1da795ad 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/reorg_yolo_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/reorg_yolo_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/shape_of_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/shape_of_extender.py index ed15ee8b273..7c3446fc505 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/shape_of_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/shape_of_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.passes.convert_data_type import destination_type_to_np_data_type diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/strided_slice_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/strided_slice_extender.py index bc4ae2d8413..609f3d97cf9 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/strided_slice_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/strided_slice_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import int64_array diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/tensoriterator_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/tensoriterator_extender.py index 88b4a1b0b77..798603c8a99 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/tensoriterator_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/tensoriterator_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/topk_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/topk_extender.py index fef2d2a132f..4b119288e7a 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/topk_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/topk_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.passes.convert_data_type import destination_type_to_np_data_type diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/variadic_split_extender.py b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/variadic_split_extender.py index 071646826f5..541c8b0d8f2 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/variadic_split_extender.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/extenders/variadic_split_extender.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.utils.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/scatter.py b/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/scatter.py index 9d7097950d3..844b41189e4 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/scatter.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/scatter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/squeeze.py b/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/squeeze.py index 5e9702e30f8..70effa1f6f1 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/squeeze.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/squeeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/unique.py b/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/unique.py index 32307ac8cd8..ebcc1021a48 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/unique.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/unique.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.common.partial_infer.utils import shape_array, dynamic_dimension diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/unsqueeze.py b/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/unsqueeze.py index 66b8abb19be..41e1fd2f377 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/unsqueeze.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/unsqueeze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Node diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/layer_to_class.py b/tools/mo/openvino/tools/mo/utils/ir_reader/layer_to_class.py index 721205fe7cf..cfbd1c9b4c9 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/layer_to_class.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/layer_to_class.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/utils/ir_reader/restore_graph.py b/tools/mo/openvino/tools/mo/utils/ir_reader/restore_graph.py index b72c966b173..5752a94d312 100644 --- a/tools/mo/openvino/tools/mo/utils/ir_reader/restore_graph.py +++ b/tools/mo/openvino/tools/mo/utils/ir_reader/restore_graph.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/utils/json_schema.py b/tools/mo/openvino/tools/mo/utils/json_schema.py index cde4466a299..bf3cc5e22c3 100644 --- a/tools/mo/openvino/tools/mo/utils/json_schema.py +++ b/tools/mo/openvino/tools/mo/utils/json_schema.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 schema_dict = { diff --git a/tools/mo/openvino/tools/mo/utils/logger.py b/tools/mo/openvino/tools/mo/utils/logger.py index 643d4d89191..d329ee590e0 100644 --- a/tools/mo/openvino/tools/mo/utils/logger.py +++ b/tools/mo/openvino/tools/mo/utils/logger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import importlib.util diff --git a/tools/mo/openvino/tools/mo/utils/model_analysis.py b/tools/mo/openvino/tools/mo/utils/model_analysis.py index 0a034814ebc..d76baf02d29 100644 --- a/tools/mo/openvino/tools/mo/utils/model_analysis.py +++ b/tools/mo/openvino/tools/mo/utils/model_analysis.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/mo/openvino/tools/mo/utils/pipeline_config.py b/tools/mo/openvino/tools/mo/utils/pipeline_config.py index 4abf96bf968..7ec54312c0b 100644 --- a/tools/mo/openvino/tools/mo/utils/pipeline_config.py +++ b/tools/mo/openvino/tools/mo/utils/pipeline_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/utils/replacement_pattern.py b/tools/mo/openvino/tools/mo/utils/replacement_pattern.py index ba66d397aed..e9750e32d08 100644 --- a/tools/mo/openvino/tools/mo/utils/replacement_pattern.py +++ b/tools/mo/openvino/tools/mo/utils/replacement_pattern.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph diff --git a/tools/mo/openvino/tools/mo/utils/runtime_info.py b/tools/mo/openvino/tools/mo/utils/runtime_info.py index aaac76509cc..fdf2c4c48ef 100644 --- a/tools/mo/openvino/tools/mo/utils/runtime_info.py +++ b/tools/mo/openvino/tools/mo/utils/runtime_info.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import abc diff --git a/tools/mo/openvino/tools/mo/utils/shape.py b/tools/mo/openvino/tools/mo/utils/shape.py index 74a2bf6e8cf..7240795b023 100644 --- a/tools/mo/openvino/tools/mo/utils/shape.py +++ b/tools/mo/openvino/tools/mo/utils/shape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.ops.elementwise import Add diff --git a/tools/mo/openvino/tools/mo/utils/simple_proto_parser.py b/tools/mo/openvino/tools/mo/utils/simple_proto_parser.py index 3b59c73b8b8..79dd1a556aa 100644 --- a/tools/mo/openvino/tools/mo/utils/simple_proto_parser.py +++ b/tools/mo/openvino/tools/mo/utils/simple_proto_parser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import ast diff --git a/tools/mo/openvino/tools/mo/utils/str_to.py b/tools/mo/openvino/tools/mo/utils/str_to.py index ad3d2b5270d..5c5f646497d 100644 --- a/tools/mo/openvino/tools/mo/utils/str_to.py +++ b/tools/mo/openvino/tools/mo/utils/str_to.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/openvino/tools/mo/utils/summarize_graph.py b/tools/mo/openvino/tools/mo/utils/summarize_graph.py index d44b5425ada..e9e87886c03 100644 --- a/tools/mo/openvino/tools/mo/utils/summarize_graph.py +++ b/tools/mo/openvino/tools/mo/utils/summarize_graph.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/openvino/tools/mo/utils/telemetry_params.py b/tools/mo/openvino/tools/mo/utils/telemetry_params.py index 08cc1d69f49..ea099ce2a87 100644 --- a/tools/mo/openvino/tools/mo/utils/telemetry_params.py +++ b/tools/mo/openvino/tools/mo/utils/telemetry_params.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 telemetry_params = { diff --git a/tools/mo/openvino/tools/mo/utils/telemetry_stub.py b/tools/mo/openvino/tools/mo/utils/telemetry_stub.py index 7f4551d9036..142ebf2abac 100644 --- a/tools/mo/openvino/tools/mo/utils/telemetry_stub.py +++ b/tools/mo/openvino/tools/mo/utils/telemetry_stub.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 class Telemetry(object): diff --git a/tools/mo/openvino/tools/mo/utils/telemetry_utils.py b/tools/mo/openvino/tools/mo/utils/telemetry_utils.py index 7056c861f18..a3e4c248d95 100644 --- a/tools/mo/openvino/tools/mo/utils/telemetry_utils.py +++ b/tools/mo/openvino/tools/mo/utils/telemetry_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse import numbers diff --git a/tools/mo/openvino/tools/mo/utils/tensorboard_util.py b/tools/mo/openvino/tools/mo/utils/tensorboard_util.py index abc65c3ca0d..4759daea2c3 100644 --- a/tools/mo/openvino/tools/mo/utils/tensorboard_util.py +++ b/tools/mo/openvino/tools/mo/utils/tensorboard_util.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/openvino/tools/mo/utils/type_utils.py b/tools/mo/openvino/tools/mo/utils/type_utils.py index 56eb1416704..7cb082d2c05 100644 --- a/tools/mo/openvino/tools/mo/utils/type_utils.py +++ b/tools/mo/openvino/tools/mo/utils/type_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/openvino/tools/mo/utils/unsupported_ops.py b/tools/mo/openvino/tools/mo/utils/unsupported_ops.py index 990bc1f643e..ef189269c4e 100644 --- a/tools/mo/openvino/tools/mo/utils/unsupported_ops.py +++ b/tools/mo/openvino/tools/mo/utils/unsupported_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import collections diff --git a/tools/mo/openvino/tools/mo/utils/utils.py b/tools/mo/openvino/tools/mo/utils/utils.py index 9fc42e64bc0..84301ff5d92 100644 --- a/tools/mo/openvino/tools/mo/utils/utils.py +++ b/tools/mo/openvino/tools/mo/utils/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/tools/mo/openvino/tools/mo/utils/version.py b/tools/mo/openvino/tools/mo/utils/version.py index c1b2a8750f3..86bb346ac4b 100644 --- a/tools/mo/openvino/tools/mo/utils/version.py +++ b/tools/mo/openvino/tools/mo/utils/version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/setup.py b/tools/mo/setup.py index b849e28e668..19fc797cf15 100644 --- a/tools/mo/setup.py +++ b/tools/mo/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """ diff --git a/tools/mo/unit_tests/mo/analysis/Iterator_get_next_test.py b/tools/mo/unit_tests/mo/analysis/Iterator_get_next_test.py index 2b75d35aefe..7662996680d 100644 --- a/tools/mo/unit_tests/mo/analysis/Iterator_get_next_test.py +++ b/tools/mo/unit_tests/mo/analysis/Iterator_get_next_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/ChangeOutputTypeAttributes_test.py b/tools/mo/unit_tests/mo/back/ChangeOutputTypeAttributes_test.py index 97870b015f8..830cf5c8eb8 100644 --- a/tools/mo/unit_tests/mo/back/ChangeOutputTypeAttributes_test.py +++ b/tools/mo/unit_tests/mo/back/ChangeOutputTypeAttributes_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/ChangeRandomUniformOutputType_test.py b/tools/mo/unit_tests/mo/back/ChangeRandomUniformOutputType_test.py index 7b0b40b5670..df26df54713 100644 --- a/tools/mo/unit_tests/mo/back/ChangeRandomUniformOutputType_test.py +++ b/tools/mo/unit_tests/mo/back/ChangeRandomUniformOutputType_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from argparse import Namespace diff --git a/tools/mo/unit_tests/mo/back/ClampNormalizer_test.py b/tools/mo/unit_tests/mo/back/ClampNormalizer_test.py index 5e9a1779fd1..325471c1500 100644 --- a/tools/mo/unit_tests/mo/back/ClampNormalizer_test.py +++ b/tools/mo/unit_tests/mo/back/ClampNormalizer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/ConvolutionNormalizer_test.py b/tools/mo/unit_tests/mo/back/ConvolutionNormalizer_test.py index 4772eebede4..e0902c9d53b 100644 --- a/tools/mo/unit_tests/mo/back/ConvolutionNormalizer_test.py +++ b/tools/mo/unit_tests/mo/back/ConvolutionNormalizer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/CutMemory_test.py b/tools/mo/unit_tests/mo/back/CutMemory_test.py index 8f365df0403..7a36c6fdd4b 100644 --- a/tools/mo/unit_tests/mo/back/CutMemory_test.py +++ b/tools/mo/unit_tests/mo/back/CutMemory_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/FakeOutputResolver_test.py b/tools/mo/unit_tests/mo/back/FakeOutputResolver_test.py index 167a8a2a5cd..d583d407f45 100644 --- a/tools/mo/unit_tests/mo/back/FakeOutputResolver_test.py +++ b/tools/mo/unit_tests/mo/back/FakeOutputResolver_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/FuseTransposesSequence_test.py b/tools/mo/unit_tests/mo/back/FuseTransposesSequence_test.py index 9a87362a4de..1a24a124954 100644 --- a/tools/mo/unit_tests/mo/back/FuseTransposesSequence_test.py +++ b/tools/mo/unit_tests/mo/back/FuseTransposesSequence_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/GatherTreeNormalizer_test.py b/tools/mo/unit_tests/mo/back/GatherTreeNormalizer_test.py index 12b84764afc..358b26750f3 100644 --- a/tools/mo/unit_tests/mo/back/GatherTreeNormalizer_test.py +++ b/tools/mo/unit_tests/mo/back/GatherTreeNormalizer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/InterpolateReshape_test.py b/tools/mo/unit_tests/mo/back/InterpolateReshape_test.py index 17d2004d36a..839d13edd04 100644 --- a/tools/mo/unit_tests/mo/back/InterpolateReshape_test.py +++ b/tools/mo/unit_tests/mo/back/InterpolateReshape_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/LayoutChangeForGatherND_test.py b/tools/mo/unit_tests/mo/back/LayoutChangeForGatherND_test.py index 38bd916025f..19d7246cd2b 100644 --- a/tools/mo/unit_tests/mo/back/LayoutChangeForGatherND_test.py +++ b/tools/mo/unit_tests/mo/back/LayoutChangeForGatherND_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/MarkNodesWithShapeValues_test.py b/tools/mo/unit_tests/mo/back/MarkNodesWithShapeValues_test.py index 6130301528f..21dd0272dd0 100644 --- a/tools/mo/unit_tests/mo/back/MarkNodesWithShapeValues_test.py +++ b/tools/mo/unit_tests/mo/back/MarkNodesWithShapeValues_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/MatMulNormalizer_test.py b/tools/mo/unit_tests/mo/back/MatMulNormalizer_test.py index c896f8b0ae2..aa0c5c7b4c1 100644 --- a/tools/mo/unit_tests/mo/back/MatMulNormalizer_test.py +++ b/tools/mo/unit_tests/mo/back/MatMulNormalizer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/MaxPoolTest.py b/tools/mo/unit_tests/mo/back/MaxPoolTest.py index 2ff435b9bd4..47d3291690b 100644 --- a/tools/mo/unit_tests/mo/back/MaxPoolTest.py +++ b/tools/mo/unit_tests/mo/back/MaxPoolTest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/OptimizeTransposeReshapeSequence_test.py b/tools/mo/unit_tests/mo/back/OptimizeTransposeReshapeSequence_test.py index 6c0c6ed2399..8dbe232db12 100644 --- a/tools/mo/unit_tests/mo/back/OptimizeTransposeReshapeSequence_test.py +++ b/tools/mo/unit_tests/mo/back/OptimizeTransposeReshapeSequence_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/ReduceTransposeDimensions_test.py b/tools/mo/unit_tests/mo/back/ReduceTransposeDimensions_test.py index 9aa645db809..d82eb539784 100644 --- a/tools/mo/unit_tests/mo/back/ReduceTransposeDimensions_test.py +++ b/tools/mo/unit_tests/mo/back/ReduceTransposeDimensions_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/ResultRename_test.py b/tools/mo/unit_tests/mo/back/ResultRename_test.py index 99ac2482834..6b8a6c5ddee 100644 --- a/tools/mo/unit_tests/mo/back/ResultRename_test.py +++ b/tools/mo/unit_tests/mo/back/ResultRename_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/ReverseInputChannels_test.py b/tools/mo/unit_tests/mo/back/ReverseInputChannels_test.py index 8654914a283..1ea0eaf1cc8 100644 --- a/tools/mo/unit_tests/mo/back/ReverseInputChannels_test.py +++ b/tools/mo/unit_tests/mo/back/ReverseInputChannels_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/ShapeOfConstFolding_test.py b/tools/mo/unit_tests/mo/back/ShapeOfConstFolding_test.py index 0aacc544e87..41313c40422 100644 --- a/tools/mo/unit_tests/mo/back/ShapeOfConstFolding_test.py +++ b/tools/mo/unit_tests/mo/back/ShapeOfConstFolding_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/ShuffleChannelPatternOptimization_test.py b/tools/mo/unit_tests/mo/back/ShuffleChannelPatternOptimization_test.py index ff4aaf8b189..546080c0af0 100644 --- a/tools/mo/unit_tests/mo/back/ShuffleChannelPatternOptimization_test.py +++ b/tools/mo/unit_tests/mo/back/ShuffleChannelPatternOptimization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from argparse import Namespace diff --git a/tools/mo/unit_tests/mo/back/SpecialNodesFinalization_test.py b/tools/mo/unit_tests/mo/back/SpecialNodesFinalization_test.py index c8b8a1b08fd..a288c411bac 100644 --- a/tools/mo/unit_tests/mo/back/SpecialNodesFinalization_test.py +++ b/tools/mo/unit_tests/mo/back/SpecialNodesFinalization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/TransposeDFT_test.py b/tools/mo/unit_tests/mo/back/TransposeDFT_test.py index 594f14052b4..85e20268cae 100644 --- a/tools/mo/unit_tests/mo/back/TransposeDFT_test.py +++ b/tools/mo/unit_tests/mo/back/TransposeDFT_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/TransposeReduceFusing_test.py b/tools/mo/unit_tests/mo/back/TransposeReduceFusing_test.py index f698617ac70..70fdaa3bd84 100644 --- a/tools/mo/unit_tests/mo/back/TransposeReduceFusing_test.py +++ b/tools/mo/unit_tests/mo/back/TransposeReduceFusing_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/add_outputs_recursive_test.py b/tools/mo/unit_tests/mo/back/add_outputs_recursive_test.py index e07ae969623..c3ea17b6723 100644 --- a/tools/mo/unit_tests/mo/back/add_outputs_recursive_test.py +++ b/tools/mo/unit_tests/mo/back/add_outputs_recursive_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np import unittest diff --git a/tools/mo/unit_tests/mo/back/compress_quantized_weights_test.py b/tools/mo/unit_tests/mo/back/compress_quantized_weights_test.py index 9cf06ad019e..451f3e96cc1 100644 --- a/tools/mo/unit_tests/mo/back/compress_quantized_weights_test.py +++ b/tools/mo/unit_tests/mo/back/compress_quantized_weights_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/ie_ir_ver_2/emitter_test.py b/tools/mo/unit_tests/mo/back/ie_ir_ver_2/emitter_test.py index 9c1434f5e0e..7f781f0536e 100644 --- a/tools/mo/unit_tests/mo/back/ie_ir_ver_2/emitter_test.py +++ b/tools/mo/unit_tests/mo/back/ie_ir_ver_2/emitter_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/insert_compatibility_l2normalization_test.py b/tools/mo/unit_tests/mo/back/insert_compatibility_l2normalization_test.py index 9d7c7890691..19bbeeba8ba 100644 --- a/tools/mo/unit_tests/mo/back/insert_compatibility_l2normalization_test.py +++ b/tools/mo/unit_tests/mo/back/insert_compatibility_l2normalization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/kaldi_remove_memory_output_test.py b/tools/mo/unit_tests/mo/back/kaldi_remove_memory_output_test.py index f811de548c5..c57d0e5d088 100644 --- a/tools/mo/unit_tests/mo/back/kaldi_remove_memory_output_test.py +++ b/tools/mo/unit_tests/mo/back/kaldi_remove_memory_output_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/moc_preprocessing_test_actual.py b/tools/mo/unit_tests/mo/back/moc_preprocessing_test_actual.py index 7c850478199..39d4913a26a 100644 --- a/tools/mo/unit_tests/mo/back/moc_preprocessing_test_actual.py +++ b/tools/mo/unit_tests/mo/back/moc_preprocessing_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from argparse import Namespace diff --git a/tools/mo/unit_tests/mo/back/names_uniqueness_check_test.py b/tools/mo/unit_tests/mo/back/names_uniqueness_check_test.py index 92ea7d8254c..7623c19d39a 100644 --- a/tools/mo/unit_tests/mo/back/names_uniqueness_check_test.py +++ b/tools/mo/unit_tests/mo/back/names_uniqueness_check_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/back/remove_last_softmax_test.py b/tools/mo/unit_tests/mo/back/remove_last_softmax_test.py index 5217e295337..d9b278f51c8 100644 --- a/tools/mo/unit_tests/mo/back/remove_last_softmax_test.py +++ b/tools/mo/unit_tests/mo/back/remove_last_softmax_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/bom_test.py b/tools/mo/unit_tests/mo/bom_test.py index d19baba33c3..b836eefc888 100644 --- a/tools/mo/unit_tests/mo/bom_test.py +++ b/tools/mo/unit_tests/mo/bom_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/mo/convert/import_from_mo_test.py b/tools/mo/unit_tests/mo/convert/import_from_mo_test.py index a0565fbb0f7..03f523fe57f 100644 --- a/tools/mo/unit_tests/mo/convert/import_from_mo_test.py +++ b/tools/mo/unit_tests/mo/convert/import_from_mo_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/mo/convert/logger_test_actual.py b/tools/mo/unit_tests/mo/convert/logger_test_actual.py index c8bc9f56b0f..6e384a71bb6 100644 --- a/tools/mo/unit_tests/mo/convert/logger_test_actual.py +++ b/tools/mo/unit_tests/mo/convert/logger_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/unit_tests/mo/convert/meta_data_test.py b/tools/mo/unit_tests/mo/convert/meta_data_test.py index 515dfd28ea5..6493737533b 100644 --- a/tools/mo/unit_tests/mo/convert/meta_data_test.py +++ b/tools/mo/unit_tests/mo/convert/meta_data_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/mo/convert/meta_data_test_actual.py b/tools/mo/unit_tests/mo/convert/meta_data_test_actual.py index 40acd6d5da4..9d012bc43dc 100644 --- a/tools/mo/unit_tests/mo/convert/meta_data_test_actual.py +++ b/tools/mo/unit_tests/mo/convert/meta_data_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/mo/convert/utils.py b/tools/mo/unit_tests/mo/convert/utils.py index 739450263a9..66970cab8e5 100644 --- a/tools/mo/unit_tests/mo/convert/utils.py +++ b/tools/mo/unit_tests/mo/convert/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/mo/convert/version_checker_test_actual.py b/tools/mo/unit_tests/mo/convert/version_checker_test_actual.py index c39e2236d85..663f1f207a2 100644 --- a/tools/mo/unit_tests/mo/convert/version_checker_test_actual.py +++ b/tools/mo/unit_tests/mo/convert/version_checker_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/ATenToEmbeddingBag_test.py b/tools/mo/unit_tests/mo/front/ATenToEmbeddingBag_test.py index 1a8ab03131a..2dba32302a4 100644 --- a/tools/mo/unit_tests/mo/front/ATenToEmbeddingBag_test.py +++ b/tools/mo/unit_tests/mo/front/ATenToEmbeddingBag_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/AttributedClampNormalizer_test.py b/tools/mo/unit_tests/mo/front/AttributedClampNormalizer_test.py index bb7a86b8d0f..d447ed72849 100644 --- a/tools/mo/unit_tests/mo/front/AttributedClampNormalizer_test.py +++ b/tools/mo/unit_tests/mo/front/AttributedClampNormalizer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/AttributedPadToPad_test.py b/tools/mo/unit_tests/mo/front/AttributedPadToPad_test.py index 48e535c3a42..212967a92a6 100644 --- a/tools/mo/unit_tests/mo/front/AttributedPadToPad_test.py +++ b/tools/mo/unit_tests/mo/front/AttributedPadToPad_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/AttributedRandomUniformToRandomUniform_test.py b/tools/mo/unit_tests/mo/front/AttributedRandomUniformToRandomUniform_test.py index c06d07575c9..00beab5a624 100644 --- a/tools/mo/unit_tests/mo/front/AttributedRandomUniformToRandomUniform_test.py +++ b/tools/mo/unit_tests/mo/front/AttributedRandomUniformToRandomUniform_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/AttributedRollToRoll_test.py b/tools/mo/unit_tests/mo/front/AttributedRollToRoll_test.py index d641cabd68f..b6518cc00b1 100644 --- a/tools/mo/unit_tests/mo/front/AttributedRollToRoll_test.py +++ b/tools/mo/unit_tests/mo/front/AttributedRollToRoll_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/GeLUMerger_Erf_test.py b/tools/mo/unit_tests/mo/front/GeLUMerger_Erf_test.py index e99841ce1bc..43dca0a506b 100644 --- a/tools/mo/unit_tests/mo/front/GeLUMerger_Erf_test.py +++ b/tools/mo/unit_tests/mo/front/GeLUMerger_Erf_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/GeLUMerger_Tanh_test.py b/tools/mo/unit_tests/mo/front/GeLUMerger_Tanh_test.py index 9ebb3849568..7b8570e91a7 100644 --- a/tools/mo/unit_tests/mo/front/GeLUMerger_Tanh_test.py +++ b/tools/mo/unit_tests/mo/front/GeLUMerger_Tanh_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/GlobalPoolingToReduce_test.py b/tools/mo/unit_tests/mo/front/GlobalPoolingToReduce_test.py index 6273ca39d00..c12e1e14920 100644 --- a/tools/mo/unit_tests/mo/front/GlobalPoolingToReduce_test.py +++ b/tools/mo/unit_tests/mo/front/GlobalPoolingToReduce_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/HSigmoid_fusion_test.py b/tools/mo/unit_tests/mo/front/HSigmoid_fusion_test.py index 5d5e2fc37c9..02e39f1b720 100644 --- a/tools/mo/unit_tests/mo/front/HSigmoid_fusion_test.py +++ b/tools/mo/unit_tests/mo/front/HSigmoid_fusion_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/HSwish_fusing_test.py b/tools/mo/unit_tests/mo/front/HSwish_fusing_test.py index 861525b4264..4415d438904 100644 --- a/tools/mo/unit_tests/mo/front/HSwish_fusing_test.py +++ b/tools/mo/unit_tests/mo/front/HSwish_fusing_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/LayerNorm_test.py b/tools/mo/unit_tests/mo/front/LayerNorm_test.py index fdba28dc48f..2bb15c95aea 100644 --- a/tools/mo/unit_tests/mo/front/LayerNorm_test.py +++ b/tools/mo/unit_tests/mo/front/LayerNorm_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/Log1p_test.py b/tools/mo/unit_tests/mo/front/Log1p_test.py index ae3b23e0ae7..da114f9620d 100644 --- a/tools/mo/unit_tests/mo/front/Log1p_test.py +++ b/tools/mo/unit_tests/mo/front/Log1p_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/OneHotDepthNormalizer_test.py b/tools/mo/unit_tests/mo/front/OneHotDepthNormalizer_test.py index 46b72db656f..71708303e35 100644 --- a/tools/mo/unit_tests/mo/front/OneHotDepthNormalizer_test.py +++ b/tools/mo/unit_tests/mo/front/OneHotDepthNormalizer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/Pack_test.py b/tools/mo/unit_tests/mo/front/Pack_test.py index 73ab96db5fc..b4c0dcf4253 100644 --- a/tools/mo/unit_tests/mo/front/Pack_test.py +++ b/tools/mo/unit_tests/mo/front/Pack_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/unit_tests/mo/front/RollWithEmptyAxesReplacer_test.py b/tools/mo/unit_tests/mo/front/RollWithEmptyAxesReplacer_test.py index 13bf1457ada..636718983f2 100644 --- a/tools/mo/unit_tests/mo/front/RollWithEmptyAxesReplacer_test.py +++ b/tools/mo/unit_tests/mo/front/RollWithEmptyAxesReplacer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/ThresholdedReluDecomposition_test.py b/tools/mo/unit_tests/mo/front/ThresholdedReluDecomposition_test.py index 61fcc48a393..8c506f7ead6 100644 --- a/tools/mo/unit_tests/mo/front/ThresholdedReluDecomposition_test.py +++ b/tools/mo/unit_tests/mo/front/ThresholdedReluDecomposition_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/binary_quantize_normalization_test.py b/tools/mo/unit_tests/mo/front/binary_quantize_normalization_test.py index ff11d7dd55d..d60fac14b60 100644 --- a/tools/mo/unit_tests/mo/front/binary_quantize_normalization_test.py +++ b/tools/mo/unit_tests/mo/front/binary_quantize_normalization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/broadcast_with_range_test.py b/tools/mo/unit_tests/mo/front/broadcast_with_range_test.py index 9195b531fe7..3c5046724d9 100644 --- a/tools/mo/unit_tests/mo/front/broadcast_with_range_test.py +++ b/tools/mo/unit_tests/mo/front/broadcast_with_range_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/MVNCaffeToMVN_test.py b/tools/mo/unit_tests/mo/front/caffe/MVNCaffeToMVN_test.py index 0c7d9e547c6..5f03e3d087f 100644 --- a/tools/mo/unit_tests/mo/front/caffe/MVNCaffeToMVN_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/MVNCaffeToMVN_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/argmax_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/argmax_ext_test.py index 0d735f52b63..6346098eae5 100644 --- a/tools/mo/unit_tests/mo/front/caffe/argmax_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/argmax_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/axpy_test.py b/tools/mo/unit_tests/mo/front/caffe/axpy_test.py index 5050695d5a4..3eec6d41f27 100644 --- a/tools/mo/unit_tests/mo/front/caffe/axpy_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/axpy_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/bn_test.py b/tools/mo/unit_tests/mo/front/caffe/bn_test.py index dcfc10ee8c3..f9b2c52e04b 100644 --- a/tools/mo/unit_tests/mo/front/caffe/bn_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/bn_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/caffe/conv_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/conv_ext_test.py index 9ab0d031922..eb430a67c1f 100644 --- a/tools/mo/unit_tests/mo/front/caffe/conv_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/conv_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/crop_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/crop_ext_test.py index 50ea930b1a0..9f3610d19a7 100644 --- a/tools/mo/unit_tests/mo/front/caffe/crop_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/crop_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/ctcgreedydecoder_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/ctcgreedydecoder_ext_test.py index 63e9d3ef95b..103a0c0f50f 100644 --- a/tools/mo/unit_tests/mo/front/caffe/ctcgreedydecoder_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/ctcgreedydecoder_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/custom_layers_mapping_test.py b/tools/mo/unit_tests/mo/front/caffe/custom_layers_mapping_test.py index 62650b70795..ba9a2390ff8 100644 --- a/tools/mo/unit_tests/mo/front/caffe/custom_layers_mapping_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/custom_layers_mapping_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/elementwise_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/elementwise_ext_test.py index f0f7b58434e..ff51a84eaba 100644 --- a/tools/mo/unit_tests/mo/front/caffe/elementwise_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/elementwise_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/eltwise_add_normalize_test.py b/tools/mo/unit_tests/mo/front/caffe/eltwise_add_normalize_test.py index a58551117ca..8f15aef9441 100644 --- a/tools/mo/unit_tests/mo/front/caffe/eltwise_add_normalize_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/eltwise_add_normalize_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/elu_test.py b/tools/mo/unit_tests/mo/front/caffe/elu_test.py index 770def34bb3..c26a58b8ffd 100644 --- a/tools/mo/unit_tests/mo/front/caffe/elu_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/elu_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/extractor_test.py b/tools/mo/unit_tests/mo/front/caffe/extractor_test.py index d9ec8d061f8..435c59a8ecd 100644 --- a/tools/mo/unit_tests/mo/front/caffe/extractor_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/extractor_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/extractors/utils_test.py b/tools/mo/unit_tests/mo/front/caffe/extractors/utils_test.py index 04a28d344bc..9b28206ab6f 100644 --- a/tools/mo/unit_tests/mo/front/caffe/extractors/utils_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/extractors/utils_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/grn_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/grn_ext_test.py index 1cfc72160ff..0b5d22115d1 100644 --- a/tools/mo/unit_tests/mo/front/caffe/grn_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/grn_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/loader_test.py b/tools/mo/unit_tests/mo/front/caffe/loader_test.py index fc270e5484b..6348440c9cd 100644 --- a/tools/mo/unit_tests/mo/front/caffe/loader_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/loader_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/caffe/normalize_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/normalize_ext_test.py index 1587f15b072..a2e724e1d69 100644 --- a/tools/mo/unit_tests/mo/front/caffe/normalize_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/normalize_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/pooling_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/pooling_ext_test.py index f16b54ee5d7..cd00cb39dbb 100644 --- a/tools/mo/unit_tests/mo/front/caffe/pooling_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/pooling_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/prelu_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/prelu_ext_test.py index fb1d98972b0..71939faacad 100644 --- a/tools/mo/unit_tests/mo/front/caffe/prelu_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/prelu_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/priorbox_clustered_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/priorbox_clustered_ext_test.py index 322e7f8b41d..7492f183805 100644 --- a/tools/mo/unit_tests/mo/front/caffe/priorbox_clustered_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/priorbox_clustered_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/priorbox_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/priorbox_ext_test.py index ec05afc17a4..f81bc854d80 100644 --- a/tools/mo/unit_tests/mo/front/caffe/priorbox_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/priorbox_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/proposal_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/proposal_ext_test.py index 3452996b921..862dfa40186 100644 --- a/tools/mo/unit_tests/mo/front/caffe/proposal_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/proposal_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/proposal_python_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/proposal_python_ext_test.py index f3aa02489a9..9bfb4a138e3 100644 --- a/tools/mo/unit_tests/mo/front/caffe/proposal_python_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/proposal_python_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/python_layer_extractor_test.py b/tools/mo/unit_tests/mo/front/caffe/python_layer_extractor_test.py index 647280b1857..5126a8bd45d 100644 --- a/tools/mo/unit_tests/mo/front/caffe/python_layer_extractor_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/python_layer_extractor_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/regionyolo_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/regionyolo_ext_test.py index ab74c33a52a..e2f8b7a5eeb 100644 --- a/tools/mo/unit_tests/mo/front/caffe/regionyolo_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/regionyolo_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/caffe/reorgyolo_ext_test.py b/tools/mo/unit_tests/mo/front/caffe/reorgyolo_ext_test.py index ca2c598e52d..3b4122e04c7 100644 --- a/tools/mo/unit_tests/mo/front/caffe/reorgyolo_ext_test.py +++ b/tools/mo/unit_tests/mo/front/caffe/reorgyolo_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/common/layout_test.py b/tools/mo/unit_tests/mo/front/common/layout_test.py index dd7b771fa19..11330ae05f4 100644 --- a/tools/mo/unit_tests/mo/front/common/layout_test.py +++ b/tools/mo/unit_tests/mo/front/common/layout_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/common/partial_infer/caffe_fallback_test.py b/tools/mo/unit_tests/mo/front/common/partial_infer/caffe_fallback_test.py index 2f2f6ce8840..b656b5e038f 100644 --- a/tools/mo/unit_tests/mo/front/common/partial_infer/caffe_fallback_test.py +++ b/tools/mo/unit_tests/mo/front/common/partial_infer/caffe_fallback_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/common/partial_infer/concat_test.py b/tools/mo/unit_tests/mo/front/common/partial_infer/concat_test.py index 20edc563d21..4808f992038 100644 --- a/tools/mo/unit_tests/mo/front/common/partial_infer/concat_test.py +++ b/tools/mo/unit_tests/mo/front/common/partial_infer/concat_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/front/common/partial_infer/crop_test.py b/tools/mo/unit_tests/mo/front/common/partial_infer/crop_test.py index 9cfee80dd2e..504a4168129 100644 --- a/tools/mo/unit_tests/mo/front/common/partial_infer/crop_test.py +++ b/tools/mo/unit_tests/mo/front/common/partial_infer/crop_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/common/partial_infer/elemental_test.py b/tools/mo/unit_tests/mo/front/common/partial_infer/elemental_test.py index c13e59c60d0..7a782b72bbc 100644 --- a/tools/mo/unit_tests/mo/front/common/partial_infer/elemental_test.py +++ b/tools/mo/unit_tests/mo/front/common/partial_infer/elemental_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/common/partial_infer/eltwise_test.py b/tools/mo/unit_tests/mo/front/common/partial_infer/eltwise_test.py index 1a352dfb19c..fd7acc9fa07 100644 --- a/tools/mo/unit_tests/mo/front/common/partial_infer/eltwise_test.py +++ b/tools/mo/unit_tests/mo/front/common/partial_infer/eltwise_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/common/partial_infer/multi_box_prior_test.py b/tools/mo/unit_tests/mo/front/common/partial_infer/multi_box_prior_test.py index 420f41ac2e1..3701cad39d6 100644 --- a/tools/mo/unit_tests/mo/front/common/partial_infer/multi_box_prior_test.py +++ b/tools/mo/unit_tests/mo/front/common/partial_infer/multi_box_prior_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/common/partial_infer/roipooling_test.py b/tools/mo/unit_tests/mo/front/common/partial_infer/roipooling_test.py index de09b00a4ca..114e81a279a 100644 --- a/tools/mo/unit_tests/mo/front/common/partial_infer/roipooling_test.py +++ b/tools/mo/unit_tests/mo/front/common/partial_infer/roipooling_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/common/partial_infer/utils_test.py b/tools/mo/unit_tests/mo/front/common/partial_infer/utils_test.py index e535d7f8f20..59baf44e8dc 100644 --- a/tools/mo/unit_tests/mo/front/common/partial_infer/utils_test.py +++ b/tools/mo/unit_tests/mo/front/common/partial_infer/utils_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/conv_test.py b/tools/mo/unit_tests/mo/front/conv_test.py index 2f75ac534e5..a351c960030 100644 --- a/tools/mo/unit_tests/mo/front/conv_test.py +++ b/tools/mo/unit_tests/mo/front/conv_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/div_test.py b/tools/mo/unit_tests/mo/front/div_test.py index 51e25dcc5a4..2c818035378 100644 --- a/tools/mo/unit_tests/mo/front/div_test.py +++ b/tools/mo/unit_tests/mo/front/div_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/eltwise_n_test.py b/tools/mo/unit_tests/mo/front/eltwise_n_test.py index b902e35716c..3891bc6f74b 100644 --- a/tools/mo/unit_tests/mo/front/eltwise_n_test.py +++ b/tools/mo/unit_tests/mo/front/eltwise_n_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/extractor_test.py b/tools/mo/unit_tests/mo/front/extractor_test.py index 3478131e77f..7983d39d76f 100644 --- a/tools/mo/unit_tests/mo/front/extractor_test.py +++ b/tools/mo/unit_tests/mo/front/extractor_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/freeze_placeholder_value_test.py b/tools/mo/unit_tests/mo/front/freeze_placeholder_value_test.py index 014ac941ff5..5ce767f55fc 100644 --- a/tools/mo/unit_tests/mo/front/freeze_placeholder_value_test.py +++ b/tools/mo/unit_tests/mo/front/freeze_placeholder_value_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/image_scaler_test.py b/tools/mo/unit_tests/mo/front/image_scaler_test.py index 56616391afd..f16c04175fa 100644 --- a/tools/mo/unit_tests/mo/front/image_scaler_test.py +++ b/tools/mo/unit_tests/mo/front/image_scaler_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/instance_normalization_test.py b/tools/mo/unit_tests/mo/front/instance_normalization_test.py index 37e1982ca44..a631ad859a9 100644 --- a/tools/mo/unit_tests/mo/front/instance_normalization_test.py +++ b/tools/mo/unit_tests/mo/front/instance_normalization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/interpolate_reshape_test.py b/tools/mo/unit_tests/mo/front/interpolate_reshape_test.py index 7d62cff4b70..1da58145966 100644 --- a/tools/mo/unit_tests/mo/front/interpolate_reshape_test.py +++ b/tools/mo/unit_tests/mo/front/interpolate_reshape_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/unit_tests/mo/front/kaldi/add_reshape_transpose_around_conv_pool_test.py b/tools/mo/unit_tests/mo/front/kaldi/add_reshape_transpose_around_conv_pool_test.py index 75683ba8e00..c63957f3529 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/add_reshape_transpose_around_conv_pool_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/add_reshape_transpose_around_conv_pool_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/kaldi/apply_counts_test.py b/tools/mo/unit_tests/mo/front/kaldi/apply_counts_test.py index fd9b5e1be2d..c0c685e867f 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/apply_counts_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/apply_counts_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/add_shift_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/add_shift_ext_test.py index 6aa04bbcf1d..f497412ff93 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/add_shift_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/add_shift_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/affine_component_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/affine_component_ext_test.py index 8e40bdb52f3..36ac52b2e9c 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/affine_component_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/affine_component_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/affine_transform_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/affine_transform_ext_test.py index 92ae26bec92..a9ddefa16e0 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/affine_transform_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/affine_transform_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/batchnorm_component_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/batchnorm_component_ext_test.py index 682c60f186f..315afcad90a 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/batchnorm_component_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/batchnorm_component_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/bias_component_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/bias_component_ext_test.py index 66600055fed..b316f40805c 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/bias_component_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/bias_component_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/common_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/common_ext_test.py index ae179ecccc5..08980e1b2ba 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/common_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/common_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/concat_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/concat_ext_test.py index 75a5c4d4dac..eab18f66a83 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/concat_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/concat_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.kaldi.extractors.concat_ext import ConcatFrontExtractor diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/convolutional_component_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/convolutional_component_ext_test.py index 3e46b9eda2f..19100e860d4 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/convolutional_component_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/convolutional_component_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/fixed_affine_component_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/fixed_affine_component_ext_test.py index cd1003f354f..344fb9c7527 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/fixed_affine_component_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/fixed_affine_component_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/max_pooling_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/max_pooling_ext_test.py index 6afd4631607..4a3906e9019 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/max_pooling_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/max_pooling_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.kaldi.extractors.max_pooling_ext import MaxPoolingComponentFrontExtractor diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/memoryoffset_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/memoryoffset_ext_test.py index 35bd34c0171..ed0af388222 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/memoryoffset_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/memoryoffset_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.kaldi.extractors.memoryoffset_ext import MemoryOffsetFrontExtractor diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/normalize_component_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/normalize_component_ext_test.py index bf6a7b5715c..7c5dbc17a8d 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/normalize_component_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/normalize_component_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/pnorm_component_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/pnorm_component_ext_test.py index bf501a60976..d3eff6c561b 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/pnorm_component_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/pnorm_component_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/rescale_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/rescale_ext_test.py index e417f51e195..2fa2c89d5d0 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/rescale_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/rescale_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/extractors/scale_component_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/extractors/scale_component_ext_test.py index 8ae6172e3a2..989e79cfbd1 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/extractors/scale_component_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/extractors/scale_component_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/kaldi/loader/loader_test.py b/tools/mo/unit_tests/mo/front/kaldi/loader/loader_test.py index f569d0644a1..ab2f1158faf 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/loader/loader_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/loader/loader_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import io diff --git a/tools/mo/unit_tests/mo/front/kaldi/loader/utils_test.py b/tools/mo/unit_tests/mo/front/kaldi/loader/utils_test.py index a636afefcff..bd5e6610a83 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/loader/utils_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/loader/utils_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import io diff --git a/tools/mo/unit_tests/mo/front/kaldi/memory_offset_adjustment_test.py b/tools/mo/unit_tests/mo/front/kaldi/memory_offset_adjustment_test.py index 9274ae2d514..28615974805 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/memory_offset_adjustment_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/memory_offset_adjustment_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/kaldi/replace_lstm_nonlinearity_test.py b/tools/mo/unit_tests/mo/front/kaldi/replace_lstm_nonlinearity_test.py index 018dbcc5f7a..e16edb2849c 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/replace_lstm_nonlinearity_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/replace_lstm_nonlinearity_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/kaldi/replace_timeheightconvolution_test.py b/tools/mo/unit_tests/mo/front/kaldi/replace_timeheightconvolution_test.py index bf9cd30106a..5160621b028 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/replace_timeheightconvolution_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/replace_timeheightconvolution_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/kaldi/restrictedattentioncomponent_replacer_test.py b/tools/mo/unit_tests/mo/front/kaldi/restrictedattentioncomponent_replacer_test.py index 9be93371999..22e8ef01720 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/restrictedattentioncomponent_replacer_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/restrictedattentioncomponent_replacer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/kaldi/set_ports_test.py b/tools/mo/unit_tests/mo/front/kaldi/set_ports_test.py index 695463f67ac..00562bb4b9d 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/set_ports_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/set_ports_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/kaldi/sigmoid_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/sigmoid_ext_test.py index 2be1428efaf..af04a98535e 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/sigmoid_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/sigmoid_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.kaldi.sigmoid_ext import SigmoidFrontExtractor diff --git a/tools/mo/unit_tests/mo/front/kaldi/tanh_ext_test.py b/tools/mo/unit_tests/mo/front/kaldi/tanh_ext_test.py index 1dd79ddb767..1d69996dc08 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/tanh_ext_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/tanh_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.kaldi.tanh_component_ext import TanhFrontExtractor diff --git a/tools/mo/unit_tests/mo/front/kaldi/tdnn_component_replacer_test.py b/tools/mo/unit_tests/mo/front/kaldi/tdnn_component_replacer_test.py index 14385f66b79..10567a94a73 100644 --- a/tools/mo/unit_tests/mo/front/kaldi/tdnn_component_replacer_test.py +++ b/tools/mo/unit_tests/mo/front/kaldi/tdnn_component_replacer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/unit_tests/mo/front/mxnet/MXFFTToDFT_test.py b/tools/mo/unit_tests/mo/front/mxnet/MXFFTToDFT_test.py index d1eb31dc1af..923048475c5 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/MXFFTToDFT_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/MXFFTToDFT_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/unit_tests/mo/front/mxnet/RNN_ext_test.py b/tools/mo/unit_tests/mo/front/mxnet/RNN_ext_test.py index 7174272fe1b..363c7d74c24 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/RNN_ext_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/RNN_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/mxnet/activation_test.py b/tools/mo/unit_tests/mo/front/mxnet/activation_test.py index ce64b39071b..d4406affed6 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/activation_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/activation_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/add_input_data_to_prior_boxes_test.py b/tools/mo/unit_tests/mo/front/mxnet/add_input_data_to_prior_boxes_test.py index afeab74b859..ead213b5163 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/add_input_data_to_prior_boxes_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/add_input_data_to_prior_boxes_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/check_softmax_node_inputs_test.py b/tools/mo/unit_tests/mo/front/mxnet/check_softmax_node_inputs_test.py index ce2069fbff6..e905fc5ee62 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/check_softmax_node_inputs_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/check_softmax_node_inputs_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/conv_ext_test.py b/tools/mo/unit_tests/mo/front/mxnet/conv_ext_test.py index f13cd4e58af..7bd59dfca07 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/conv_ext_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/conv_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/custom_test.py b/tools/mo/unit_tests/mo/front/mxnet/custom_test.py index e1fd121c89d..86063846156 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/custom_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/custom_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/div_sqrt_dim_test.py b/tools/mo/unit_tests/mo/front/mxnet/div_sqrt_dim_test.py index 60632911cab..92bfb114e0a 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/div_sqrt_dim_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/div_sqrt_dim_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/extractors/multibox_prior_test.py b/tools/mo/unit_tests/mo/front/mxnet/extractors/multibox_prior_test.py index f6bfe3f7688..892abc261f1 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/extractors/multibox_prior_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/extractors/multibox_prior_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/extractors/relu_test.py b/tools/mo/unit_tests/mo/front/mxnet/extractors/relu_test.py index cf4227d2100..97bbfefe87f 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/extractors/relu_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/extractors/relu_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/extractors/slice_axis_test.py b/tools/mo/unit_tests/mo/front/mxnet/extractors/slice_axis_test.py index 735f496845f..6dc2d14e9f5 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/extractors/slice_axis_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/extractors/slice_axis_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/extractors/utils_test.py b/tools/mo/unit_tests/mo/front/mxnet/extractors/utils_test.py index 1ea26fc4330..b2d19f8d273 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/extractors/utils_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/extractors/utils_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/gather_test.py b/tools/mo/unit_tests/mo/front/mxnet/gather_test.py index 269bbb14ac5..6a0ce4a8971 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/gather_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/gather_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/gluoncv_ssd_anchors_test.py b/tools/mo/unit_tests/mo/front/mxnet/gluoncv_ssd_anchors_test.py index d09393066e1..04862581703 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/gluoncv_ssd_anchors_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/gluoncv_ssd_anchors_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/mxnet/leaky_relu_test.py b/tools/mo/unit_tests/mo/front/mxnet/leaky_relu_test.py index 83c57328ac5..cd313c884e7 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/leaky_relu_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/leaky_relu_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/loader_test.py b/tools/mo/unit_tests/mo/front/mxnet/loader_test.py index 5342813b68e..c384e360a3b 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/loader_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/loader_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch diff --git a/tools/mo/unit_tests/mo/front/mxnet/multibox_detection_test.py b/tools/mo/unit_tests/mo/front/mxnet/multibox_detection_test.py index b3302fc5bf6..33dbf6f9a2f 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/multibox_detection_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/multibox_detection_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/mx_reshape_reverse_test.py b/tools/mo/unit_tests/mo/front/mxnet/mx_reshape_reverse_test.py index 4f846ee6ac5..6c10829bd51 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/mx_reshape_reverse_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/mx_reshape_reverse_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/mx_reshape_to_reshape_test.py b/tools/mo/unit_tests/mo/front/mxnet/mx_reshape_to_reshape_test.py index 7b3e6e562c4..e2322b51b85 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/mx_reshape_to_reshape_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/mx_reshape_to_reshape_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/pooling_ext_test.py b/tools/mo/unit_tests/mo/front/mxnet/pooling_ext_test.py index bbf4fae60b9..77ee7a73fc6 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/pooling_ext_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/pooling_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/sigmoid_test.py b/tools/mo/unit_tests/mo/front/mxnet/sigmoid_test.py index f182d9f4f18..d45eb185d15 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/sigmoid_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/sigmoid_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_flatten_softmax_activation_test.py b/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_flatten_softmax_activation_test.py index 5b9ae343904..25f1e506392 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_flatten_softmax_activation_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_flatten_softmax_activation_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_flatten_test.py b/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_flatten_test.py index 59df457d831..1512f71eabf 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_flatten_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_flatten_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_reshape_test.py b/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_reshape_test.py index c4eb9c67930..fbc946e34c5 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_reshape_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_reshape_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_transpose_test.py b/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_transpose_test.py index 872fc880904..1010d089a73 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_transpose_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/ssd_pattern_remove_transpose_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/mxnet/ssd_reorder_detection_out_inputs_test.py b/tools/mo/unit_tests/mo/front/mxnet/ssd_reorder_detection_out_inputs_test.py index 133142939d4..dabf570981d 100644 --- a/tools/mo/unit_tests/mo/front/mxnet/ssd_reorder_detection_out_inputs_test.py +++ b/tools/mo/unit_tests/mo/front/mxnet/ssd_reorder_detection_out_inputs_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/AttributedSliceToSlice_test.py b/tools/mo/unit_tests/mo/front/onnx/AttributedSliceToSlice_test.py index e6bbd636b6b..44b5781ff49 100644 --- a/tools/mo/unit_tests/mo/front/onnx/AttributedSliceToSlice_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/AttributedSliceToSlice_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/front/onnx/MvnOnnxToMvn_test.py b/tools/mo/unit_tests/mo/front/onnx/MvnOnnxToMvn_test.py index 52900ff8965..140bcbcdb7d 100644 --- a/tools/mo/unit_tests/mo/front/onnx/MvnOnnxToMvn_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/MvnOnnxToMvn_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/activation_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/activation_ext_test.py index 282a92c7629..c02e3c3f1f3 100644 --- a/tools/mo/unit_tests/mo/front/onnx/activation_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/activation_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/onnx/affine_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/affine_ext_test.py index 4bed2f83ab3..f425bce0cd9 100644 --- a/tools/mo/unit_tests/mo/front/onnx/affine_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/affine_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/conv_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/conv_ext_test.py index 0553366a7ab..c161a44d884 100644 --- a/tools/mo/unit_tests/mo/front/onnx/conv_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/conv_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/crop_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/crop_ext_test.py index 9b770886f86..621b906d830 100644 --- a/tools/mo/unit_tests/mo/front/onnx/crop_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/crop_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/detection_output_test.py b/tools/mo/unit_tests/mo/front/onnx/detection_output_test.py index a91a2c16d28..4e0ff529ebb 100644 --- a/tools/mo/unit_tests/mo/front/onnx/detection_output_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/detection_output_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/gru_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/gru_ext_test.py index ee76ef360cd..ffb92db6999 100644 --- a/tools/mo/unit_tests/mo/front/onnx/gru_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/gru_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/image_scaler_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/image_scaler_ext_test.py index 4ec729a2343..169077ec6fe 100644 --- a/tools/mo/unit_tests/mo/front/onnx/image_scaler_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/image_scaler_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/instance_normalization_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/instance_normalization_ext_test.py index ed59b7419c7..a0d7763d56c 100644 --- a/tools/mo/unit_tests/mo/front/onnx/instance_normalization_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/instance_normalization_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import onnx diff --git a/tools/mo/unit_tests/mo/front/onnx/lstm_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/lstm_ext_test.py index 08533a44c13..c5a4c9c6489 100644 --- a/tools/mo/unit_tests/mo/front/onnx/lstm_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/lstm_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/normalize_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/normalize_ext_test.py index 42f54a2afe4..5468e3c6498 100644 --- a/tools/mo/unit_tests/mo/front/onnx/normalize_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/normalize_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import onnx diff --git a/tools/mo/unit_tests/mo/front/onnx/pad_converter_test.py b/tools/mo/unit_tests/mo/front/onnx/pad_converter_test.py index cc3a44df9d9..bc10fb39169 100644 --- a/tools/mo/unit_tests/mo/front/onnx/pad_converter_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/pad_converter_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/pad_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/pad_ext_test.py index b493c48da07..e59c4f4af27 100644 --- a/tools/mo/unit_tests/mo/front/onnx/pad_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/pad_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import onnx diff --git a/tools/mo/unit_tests/mo/front/onnx/priorbox_clustered_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/priorbox_clustered_ext_test.py index 51381e2ec93..9feb0233150 100644 --- a/tools/mo/unit_tests/mo/front/onnx/priorbox_clustered_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/priorbox_clustered_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/priorbox_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/priorbox_ext_test.py index a24d6c0200c..78b19c72f04 100644 --- a/tools/mo/unit_tests/mo/front/onnx/priorbox_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/priorbox_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/rnn_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/rnn_ext_test.py index 95b63245c8a..0d2d1f8b75a 100644 --- a/tools/mo/unit_tests/mo/front/onnx/rnn_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/rnn_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/onnx/squeeze_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/squeeze_ext_test.py index a1659794832..d93c05b7777 100644 --- a/tools/mo/unit_tests/mo/front/onnx/squeeze_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/squeeze_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/onnx/transpose_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/transpose_ext_test.py index c58e4871cb8..5fba56077d0 100644 --- a/tools/mo/unit_tests/mo/front/onnx/transpose_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/transpose_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import itertools diff --git a/tools/mo/unit_tests/mo/front/onnx/unsqueeze_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/unsqueeze_ext_test.py index 6e59f4eab3a..04164a7ce4c 100644 --- a/tools/mo/unit_tests/mo/front/onnx/unsqueeze_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/unsqueeze_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/front/onnx/upsample_ext_test.py b/tools/mo/unit_tests/mo/front/onnx/upsample_ext_test.py index 92a4cb20714..c58a78dd3bf 100644 --- a/tools/mo/unit_tests/mo/front/onnx/upsample_ext_test.py +++ b/tools/mo/unit_tests/mo/front/onnx/upsample_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import onnx diff --git a/tools/mo/unit_tests/mo/front/output_cut_test.py b/tools/mo/unit_tests/mo/front/output_cut_test.py index 914d0597251..6ea687ec999 100644 --- a/tools/mo/unit_tests/mo/front/output_cut_test.py +++ b/tools/mo/unit_tests/mo/front/output_cut_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/rank_decomposer_test.py b/tools/mo/unit_tests/mo/front/rank_decomposer_test.py index 2b7fb690f33..860e58c6932 100644 --- a/tools/mo/unit_tests/mo/front/rank_decomposer_test.py +++ b/tools/mo/unit_tests/mo/front/rank_decomposer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/front/reciprocal_test.py b/tools/mo/unit_tests/mo/front/reciprocal_test.py index d802da5e793..eeb88858000 100644 --- a/tools/mo/unit_tests/mo/front/reciprocal_test.py +++ b/tools/mo/unit_tests/mo/front/reciprocal_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/reduce_axis_normalizer_test.py b/tools/mo/unit_tests/mo/front/reduce_axis_normalizer_test.py index 76a0242f2ea..762141aa1a9 100644 --- a/tools/mo/unit_tests/mo/front/reduce_axis_normalizer_test.py +++ b/tools/mo/unit_tests/mo/front/reduce_axis_normalizer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/scatter_normalizer_test.py b/tools/mo/unit_tests/mo/front/scatter_normalizer_test.py index a1a32b5fcd2..cf8be349401 100644 --- a/tools/mo/unit_tests/mo/front/scatter_normalizer_test.py +++ b/tools/mo/unit_tests/mo/front/scatter_normalizer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/size_replacer_test.py b/tools/mo/unit_tests/mo/front/size_replacer_test.py index 75288d4b580..2117e44c0fd 100644 --- a/tools/mo/unit_tests/mo/front/size_replacer_test.py +++ b/tools/mo/unit_tests/mo/front/size_replacer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/front/split_normalizer_test.py b/tools/mo/unit_tests/mo/front/split_normalizer_test.py index 7a89e01dfd3..926f2942235 100644 --- a/tools/mo/unit_tests/mo/front/split_normalizer_test.py +++ b/tools/mo/unit_tests/mo/front/split_normalizer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/sub_test.py b/tools/mo/unit_tests/mo/front/sub_test.py index 787d4573ee8..50cbe26634d 100644 --- a/tools/mo/unit_tests/mo/front/sub_test.py +++ b/tools/mo/unit_tests/mo/front/sub_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/CTCGreedyDecoderReplacement_test.py b/tools/mo/unit_tests/mo/front/tf/CTCGreedyDecoderReplacement_test.py index 6778b39251c..4b4e4ebd069 100644 --- a/tools/mo/unit_tests/mo/front/tf/CTCGreedyDecoderReplacement_test.py +++ b/tools/mo/unit_tests/mo/front/tf/CTCGreedyDecoderReplacement_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/CTCLossReplacement_test.py b/tools/mo/unit_tests/mo/front/tf/CTCLossReplacement_test.py index 0f642e2f84d..eaf44cf4b5b 100644 --- a/tools/mo/unit_tests/mo/front/tf/CTCLossReplacement_test.py +++ b/tools/mo/unit_tests/mo/front/tf/CTCLossReplacement_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/tf/ComplexAbsAfterComplex_test.py b/tools/mo/unit_tests/mo/front/tf/ComplexAbsAfterComplex_test.py index c374ee84271..616730d868e 100644 --- a/tools/mo/unit_tests/mo/front/tf/ComplexAbsAfterComplex_test.py +++ b/tools/mo/unit_tests/mo/front/tf/ComplexAbsAfterComplex_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/unit_tests/mo/front/tf/ComplexAbs_test.py b/tools/mo/unit_tests/mo/front/tf/ComplexAbs_test.py index db352dd8edd..af9e6ba50eb 100644 --- a/tools/mo/unit_tests/mo/front/tf/ComplexAbs_test.py +++ b/tools/mo/unit_tests/mo/front/tf/ComplexAbs_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/unit_tests/mo/front/tf/CorrectPaddingsForPadAfterComplex_test.py b/tools/mo/unit_tests/mo/front/tf/CorrectPaddingsForPadAfterComplex_test.py index 687cb940102..29800e400e7 100644 --- a/tools/mo/unit_tests/mo/front/tf/CorrectPaddingsForPadAfterComplex_test.py +++ b/tools/mo/unit_tests/mo/front/tf/CorrectPaddingsForPadAfterComplex_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/unit_tests/mo/front/tf/IteratorGetNextCut_test.py b/tools/mo/unit_tests/mo/front/tf/IteratorGetNextCut_test.py index cb9cb212be2..6654f1bee8e 100644 --- a/tools/mo/unit_tests/mo/front/tf/IteratorGetNextCut_test.py +++ b/tools/mo/unit_tests/mo/front/tf/IteratorGetNextCut_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/NonConstBeginStridedSliceReplacement_test.py b/tools/mo/unit_tests/mo/front/tf/NonConstBeginStridedSliceReplacement_test.py index b8f28bbf144..a603fdd6af7 100644 --- a/tools/mo/unit_tests/mo/front/tf/NonConstBeginStridedSliceReplacement_test.py +++ b/tools/mo/unit_tests/mo/front/tf/NonConstBeginStridedSliceReplacement_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/ObjectDetectionAPI_test.py b/tools/mo/unit_tests/mo/front/tf/ObjectDetectionAPI_test.py index 235a43b5406..d8abd85e2a3 100644 --- a/tools/mo/unit_tests/mo/front/tf/ObjectDetectionAPI_test.py +++ b/tools/mo/unit_tests/mo/front/tf/ObjectDetectionAPI_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/RFFTRealImagToRFFTSplit_test.py b/tools/mo/unit_tests/mo/front/tf/RFFTRealImagToRFFTSplit_test.py index 1dfb957c747..e3789e8bec2 100644 --- a/tools/mo/unit_tests/mo/front/tf/RFFTRealImagToRFFTSplit_test.py +++ b/tools/mo/unit_tests/mo/front/tf/RFFTRealImagToRFFTSplit_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/front/tf/RollRealImagPack_test.py b/tools/mo/unit_tests/mo/front/tf/RollRealImagPack_test.py index 7fda7101a4c..155efb4dbbc 100644 --- a/tools/mo/unit_tests/mo/front/tf/RollRealImagPack_test.py +++ b/tools/mo/unit_tests/mo/front/tf/RollRealImagPack_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/unit_tests/mo/front/tf/SwitchMergeOptimization_test.py b/tools/mo/unit_tests/mo/front/tf/SwitchMergeOptimization_test.py index 212fd0a35c1..376eb62e135 100644 --- a/tools/mo/unit_tests/mo/front/tf/SwitchMergeOptimization_test.py +++ b/tools/mo/unit_tests/mo/front/tf/SwitchMergeOptimization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/TFFFTToDFT_test.py b/tools/mo/unit_tests/mo/front/tf/TFFFTToDFT_test.py index 2464b8679d8..7e301d6f2e5 100644 --- a/tools/mo/unit_tests/mo/front/tf/TFFFTToDFT_test.py +++ b/tools/mo/unit_tests/mo/front/tf/TFFFTToDFT_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/mo/unit_tests/mo/front/tf/TFSliceToSlice_test.py b/tools/mo/unit_tests/mo/front/tf/TFSliceToSlice_test.py index b4d129ba488..96ebbad9f1e 100644 --- a/tools/mo/unit_tests/mo/front/tf/TFSliceToSlice_test.py +++ b/tools/mo/unit_tests/mo/front/tf/TFSliceToSlice_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/UnpackPackReverseInputChannels_test.py b/tools/mo/unit_tests/mo/front/tf/UnpackPackReverseInputChannels_test.py index 522d5777941..dfa7903fb7f 100644 --- a/tools/mo/unit_tests/mo/front/tf/UnpackPackReverseInputChannels_test.py +++ b/tools/mo/unit_tests/mo/front/tf/UnpackPackReverseInputChannels_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/WhereDecomposition_test.py b/tools/mo/unit_tests/mo/front/tf/WhereDecomposition_test.py index 22dc6a4d44e..9786d6ddccf 100644 --- a/tools/mo/unit_tests/mo/front/tf/WhereDecomposition_test.py +++ b/tools/mo/unit_tests/mo/front/tf/WhereDecomposition_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/front/tf/concat_ext_test.py b/tools/mo/unit_tests/mo/front/tf/concat_ext_test.py index 795cf1ed426..f0b68cbdf8a 100644 --- a/tools/mo/unit_tests/mo/front/tf/concat_ext_test.py +++ b/tools/mo/unit_tests/mo/front/tf/concat_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.tf.concat_ext import ConcatFrontExtractor diff --git a/tools/mo/unit_tests/mo/front/tf/concat_test.py b/tools/mo/unit_tests/mo/front/tf/concat_test.py index 1de49169ba1..2655f771677 100644 --- a/tools/mo/unit_tests/mo/front/tf/concat_test.py +++ b/tools/mo/unit_tests/mo/front/tf/concat_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/conv_ext_test.py b/tools/mo/unit_tests/mo/front/tf/conv_ext_test.py index 0faf0069b17..d1a02fea225 100644 --- a/tools/mo/unit_tests/mo/front/tf/conv_ext_test.py +++ b/tools/mo/unit_tests/mo/front/tf/conv_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/tf/deconv_ext_test.py b/tools/mo/unit_tests/mo/front/tf/deconv_ext_test.py index b6ec306cd89..5b43b0ebb60 100644 --- a/tools/mo/unit_tests/mo/front/tf/deconv_ext_test.py +++ b/tools/mo/unit_tests/mo/front/tf/deconv_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/front/tf/embedding_segments_operation_fusing_test.py b/tools/mo/unit_tests/mo/front/tf/embedding_segments_operation_fusing_test.py index f253ac49f3a..88ec471742d 100644 --- a/tools/mo/unit_tests/mo/front/tf/embedding_segments_operation_fusing_test.py +++ b/tools/mo/unit_tests/mo/front/tf/embedding_segments_operation_fusing_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/embedding_segments_sum_test.py b/tools/mo/unit_tests/mo/front/tf/embedding_segments_sum_test.py index f253ac49f3a..88ec471742d 100644 --- a/tools/mo/unit_tests/mo/front/tf/embedding_segments_sum_test.py +++ b/tools/mo/unit_tests/mo/front/tf/embedding_segments_sum_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/extractors/concat_test.py b/tools/mo/unit_tests/mo/front/tf/extractors/concat_test.py index 86aad7947c1..90bbff25949 100644 --- a/tools/mo/unit_tests/mo/front/tf/extractors/concat_test.py +++ b/tools/mo/unit_tests/mo/front/tf/extractors/concat_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.tf.extractors.concat import tf_concat_ext diff --git a/tools/mo/unit_tests/mo/front/tf/extractors/identity_test.py b/tools/mo/unit_tests/mo/front/tf/extractors/identity_test.py index 2b356aa1942..fab7dd045ec 100644 --- a/tools/mo/unit_tests/mo/front/tf/extractors/identity_test.py +++ b/tools/mo/unit_tests/mo/front/tf/extractors/identity_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.tf.extractors.identity import tf_identity_ext diff --git a/tools/mo/unit_tests/mo/front/tf/extractors/utils_test.py b/tools/mo/unit_tests/mo/front/tf/extractors/utils_test.py index e2444960a15..ddb8acfe07e 100644 --- a/tools/mo/unit_tests/mo/front/tf/extractors/utils_test.py +++ b/tools/mo/unit_tests/mo/front/tf/extractors/utils_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/unit_tests/mo/front/tf/fifo_replacer_test.py b/tools/mo/unit_tests/mo/front/tf/fifo_replacer_test.py index dc4624a1367..04d29d4b89a 100644 --- a/tools/mo/unit_tests/mo/front/tf/fifo_replacer_test.py +++ b/tools/mo/unit_tests/mo/front/tf/fifo_replacer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/floor_div_test.py b/tools/mo/unit_tests/mo/front/tf/floor_div_test.py index 23b26f93925..9c9a2c43f40 100644 --- a/tools/mo/unit_tests/mo/front/tf/floor_div_test.py +++ b/tools/mo/unit_tests/mo/front/tf/floor_div_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/identityN_to_identity_test.py b/tools/mo/unit_tests/mo/front/tf/identityN_to_identity_test.py index 7a9ba24cc51..4f67edce9da 100644 --- a/tools/mo/unit_tests/mo/front/tf/identityN_to_identity_test.py +++ b/tools/mo/unit_tests/mo/front/tf/identityN_to_identity_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/loader_test.py b/tools/mo/unit_tests/mo/front/tf/loader_test.py index dd0b20ebe0b..cbf97b69150 100644 --- a/tools/mo/unit_tests/mo/front/tf/loader_test.py +++ b/tools/mo/unit_tests/mo/front/tf/loader_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest.mock diff --git a/tools/mo/unit_tests/mo/front/tf/mvn_unrolled_test.py b/tools/mo/unit_tests/mo/front/tf/mvn_unrolled_test.py index f1b32527ede..92e6f39782b 100644 --- a/tools/mo/unit_tests/mo/front/tf/mvn_unrolled_test.py +++ b/tools/mo/unit_tests/mo/front/tf/mvn_unrolled_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/next_iteration_ext_test.py b/tools/mo/unit_tests/mo/front/tf/next_iteration_ext_test.py index 053fc6c0e3f..abbb6bfc6c2 100644 --- a/tools/mo/unit_tests/mo/front/tf/next_iteration_ext_test.py +++ b/tools/mo/unit_tests/mo/front/tf/next_iteration_ext_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.front.tf.next_iteration_ext import NextIterationExtractor diff --git a/tools/mo/unit_tests/mo/front/tf/pad_tf_to_pad_test.py b/tools/mo/unit_tests/mo/front/tf/pad_tf_to_pad_test.py index 1cb502bf7dd..9c3179a1ea2 100644 --- a/tools/mo/unit_tests/mo/front/tf/pad_tf_to_pad_test.py +++ b/tools/mo/unit_tests/mo/front/tf/pad_tf_to_pad_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/front/tf/sparse_to_dense_replacer_test.py b/tools/mo/unit_tests/mo/front/tf/sparse_to_dense_replacer_test.py index ec8cbf1312a..1a340b2b92d 100644 --- a/tools/mo/unit_tests/mo/front/tf/sparse_to_dense_replacer_test.py +++ b/tools/mo/unit_tests/mo/front/tf/sparse_to_dense_replacer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/frontend_ngraph_test.py b/tools/mo/unit_tests/mo/frontend_ngraph_test.py index ce520cd6e04..d7571bc36c7 100644 --- a/tools/mo/unit_tests/mo/frontend_ngraph_test.py +++ b/tools/mo/unit_tests/mo/frontend_ngraph_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/unit_tests/mo/frontend_ngraph_test_actual.py b/tools/mo/unit_tests/mo/frontend_ngraph_test_actual.py index 548b9bf7666..759acb3984f 100644 --- a/tools/mo/unit_tests/mo/frontend_ngraph_test_actual.py +++ b/tools/mo/unit_tests/mo/frontend_ngraph_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/unit_tests/mo/graph/connection_test.py b/tools/mo/unit_tests/mo/graph/connection_test.py index 4597dabf4e9..03c94cacd68 100644 --- a/tools/mo/unit_tests/mo/graph/connection_test.py +++ b/tools/mo/unit_tests/mo/graph/connection_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/graph/graph_test.py b/tools/mo/unit_tests/mo/graph/graph_test.py index 3611c9c4c5f..6aa770b5994 100644 --- a/tools/mo/unit_tests/mo/graph/graph_test.py +++ b/tools/mo/unit_tests/mo/graph/graph_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/graph/port_test.py b/tools/mo/unit_tests/mo/graph/port_test.py index 0b5e40ba728..8787bada845 100644 --- a/tools/mo/unit_tests/mo/graph/port_test.py +++ b/tools/mo/unit_tests/mo/graph/port_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/load/loader_test.py b/tools/mo/unit_tests/mo/load/loader_test.py index 5e9f7ba31f3..4134400daec 100644 --- a/tools/mo/unit_tests/mo/load/loader_test.py +++ b/tools/mo/unit_tests/mo/load/loader_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/main_test_actual.py b/tools/mo/unit_tests/mo/main_test_actual.py index 0c905eab49d..947130272cc 100644 --- a/tools/mo/unit_tests/mo/main_test_actual.py +++ b/tools/mo/unit_tests/mo/main_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/unit_tests/mo/main_test_error_log.py b/tools/mo/unit_tests/mo/main_test_error_log.py index 8978983df99..34534ac3e75 100644 --- a/tools/mo/unit_tests/mo/main_test_error_log.py +++ b/tools/mo/unit_tests/mo/main_test_error_log.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/unit_tests/mo/middle/AddIsCyclicAttribute_test.py b/tools/mo/unit_tests/mo/middle/AddIsCyclicAttribute_test.py index 26b27e45a87..aa9fa1caf15 100644 --- a/tools/mo/unit_tests/mo/middle/AddIsCyclicAttribute_test.py +++ b/tools/mo/unit_tests/mo/middle/AddIsCyclicAttribute_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/ArgOpsToTopK_test.py b/tools/mo/unit_tests/mo/middle/ArgOpsToTopK_test.py index 1f1f69fcb31..db139419a97 100644 --- a/tools/mo/unit_tests/mo/middle/ArgOpsToTopK_test.py +++ b/tools/mo/unit_tests/mo/middle/ArgOpsToTopK_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/BlockLSTMtoLSTMSequence_test.py b/tools/mo/unit_tests/mo/middle/BlockLSTMtoLSTMSequence_test.py index 565b36d3fb7..88422254e09 100644 --- a/tools/mo/unit_tests/mo/middle/BlockLSTMtoLSTMSequence_test.py +++ b/tools/mo/unit_tests/mo/middle/BlockLSTMtoLSTMSequence_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/CheckForCycle_test.py b/tools/mo/unit_tests/mo/middle/CheckForCycle_test.py index b90956a6fb4..24629aa5a7e 100644 --- a/tools/mo/unit_tests/mo/middle/CheckForCycle_test.py +++ b/tools/mo/unit_tests/mo/middle/CheckForCycle_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.middle.CheckForCycle import CheckForCycle diff --git a/tools/mo/unit_tests/mo/middle/ConcatOptimization_test.py b/tools/mo/unit_tests/mo/middle/ConcatOptimization_test.py index f135d26ad47..81b1917ec46 100644 --- a/tools/mo/unit_tests/mo/middle/ConcatOptimization_test.py +++ b/tools/mo/unit_tests/mo/middle/ConcatOptimization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/ConvertGroupedStridedSlice_test.py b/tools/mo/unit_tests/mo/middle/ConvertGroupedStridedSlice_test.py index edaebbf1ee1..2a39ac12d97 100644 --- a/tools/mo/unit_tests/mo/middle/ConvertGroupedStridedSlice_test.py +++ b/tools/mo/unit_tests/mo/middle/ConvertGroupedStridedSlice_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/CutInputHavingZeroDimFromConcat_test.py b/tools/mo/unit_tests/mo/middle/CutInputHavingZeroDimFromConcat_test.py index 91d675a1709..e9f3b46c73b 100644 --- a/tools/mo/unit_tests/mo/middle/CutInputHavingZeroDimFromConcat_test.py +++ b/tools/mo/unit_tests/mo/middle/CutInputHavingZeroDimFromConcat_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/DilatedConvolution_test.py b/tools/mo/unit_tests/mo/middle/DilatedConvolution_test.py index f587293ea5a..e9563ec6030 100644 --- a/tools/mo/unit_tests/mo/middle/DilatedConvolution_test.py +++ b/tools/mo/unit_tests/mo/middle/DilatedConvolution_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/EltwiseInputReshape_test.py b/tools/mo/unit_tests/mo/middle/EltwiseInputReshape_test.py index 48af62fb59e..b906e4f0edc 100644 --- a/tools/mo/unit_tests/mo/middle/EltwiseInputReshape_test.py +++ b/tools/mo/unit_tests/mo/middle/EltwiseInputReshape_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/FakeSplitOutputs_test.py b/tools/mo/unit_tests/mo/middle/FakeSplitOutputs_test.py index e2bed41487b..cb14ca53234 100644 --- a/tools/mo/unit_tests/mo/middle/FakeSplitOutputs_test.py +++ b/tools/mo/unit_tests/mo/middle/FakeSplitOutputs_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/FuseReshapeSequenceKaldi_test.py b/tools/mo/unit_tests/mo/middle/FuseReshapeSequenceKaldi_test.py index d7a95e38c29..525ecd9185e 100644 --- a/tools/mo/unit_tests/mo/middle/FuseReshapeSequenceKaldi_test.py +++ b/tools/mo/unit_tests/mo/middle/FuseReshapeSequenceKaldi_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/FusedBatchNormTraining_test.py b/tools/mo/unit_tests/mo/middle/FusedBatchNormTraining_test.py index e997e57b614..5a46980eb69 100644 --- a/tools/mo/unit_tests/mo/middle/FusedBatchNormTraining_test.py +++ b/tools/mo/unit_tests/mo/middle/FusedBatchNormTraining_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/middle/GatherNDDecomposition_test.py b/tools/mo/unit_tests/mo/middle/GatherNDDecomposition_test.py index 06434311119..bc6c15ec832 100644 --- a/tools/mo/unit_tests/mo/middle/GatherNDDecomposition_test.py +++ b/tools/mo/unit_tests/mo/middle/GatherNDDecomposition_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/GroupNorm_test.py b/tools/mo/unit_tests/mo/middle/GroupNorm_test.py index bde9c4fa7c5..905289e06b6 100644 --- a/tools/mo/unit_tests/mo/middle/GroupNorm_test.py +++ b/tools/mo/unit_tests/mo/middle/GroupNorm_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/InsertSelect_test.py b/tools/mo/unit_tests/mo/middle/InsertSelect_test.py index 7d1ff8d65ee..31f1ffd5cf1 100644 --- a/tools/mo/unit_tests/mo/middle/InsertSelect_test.py +++ b/tools/mo/unit_tests/mo/middle/InsertSelect_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/InterpolateSequenceToInterpolate_test.py b/tools/mo/unit_tests/mo/middle/InterpolateSequenceToInterpolate_test.py index 802ef241ca4..6eebb89c1ee 100644 --- a/tools/mo/unit_tests/mo/middle/InterpolateSequenceToInterpolate_test.py +++ b/tools/mo/unit_tests/mo/middle/InterpolateSequenceToInterpolate_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/middle/L2NormFusing_test.py b/tools/mo/unit_tests/mo/middle/L2NormFusing_test.py index b5620a71b58..49aaac6d84e 100644 --- a/tools/mo/unit_tests/mo/middle/L2NormFusing_test.py +++ b/tools/mo/unit_tests/mo/middle/L2NormFusing_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/middle/LayoutChangeForEinsum_test.py b/tools/mo/unit_tests/mo/middle/LayoutChangeForEinsum_test.py index 818710b4374..4106e9f9d35 100644 --- a/tools/mo/unit_tests/mo/middle/LayoutChangeForEinsum_test.py +++ b/tools/mo/unit_tests/mo/middle/LayoutChangeForEinsum_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/LeakyReluPattern_test.py b/tools/mo/unit_tests/mo/middle/LeakyReluPattern_test.py index 43ce38484e9..9b29af71f00 100644 --- a/tools/mo/unit_tests/mo/middle/LeakyReluPattern_test.py +++ b/tools/mo/unit_tests/mo/middle/LeakyReluPattern_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/MXTileReplacer_test.py b/tools/mo/unit_tests/mo/middle/MXTileReplacer_test.py index 9292a79c982..7eebae8395e 100644 --- a/tools/mo/unit_tests/mo/middle/MXTileReplacer_test.py +++ b/tools/mo/unit_tests/mo/middle/MXTileReplacer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/MakeKaldiConstReshapable_test.py b/tools/mo/unit_tests/mo/middle/MakeKaldiConstReshapable_test.py index 0f6f05b303d..15afc8ac796 100644 --- a/tools/mo/unit_tests/mo/middle/MakeKaldiConstReshapable_test.py +++ b/tools/mo/unit_tests/mo/middle/MakeKaldiConstReshapable_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/MulQuantizeFuse_test.py b/tools/mo/unit_tests/mo/middle/MulQuantizeFuse_test.py index 25fd29106dd..62ca58619bd 100644 --- a/tools/mo/unit_tests/mo/middle/MulQuantizeFuse_test.py +++ b/tools/mo/unit_tests/mo/middle/MulQuantizeFuse_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/PoolV2ToAttributedPool_test.py b/tools/mo/unit_tests/mo/middle/PoolV2ToAttributedPool_test.py index fb5ddd518b2..b4d3bde8ab9 100644 --- a/tools/mo/unit_tests/mo/middle/PoolV2ToAttributedPool_test.py +++ b/tools/mo/unit_tests/mo/middle/PoolV2ToAttributedPool_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/PreserveRuntimeInfo_test.py b/tools/mo/unit_tests/mo/middle/PreserveRuntimeInfo_test.py index 393b4f7bac6..1237d37f6f4 100644 --- a/tools/mo/unit_tests/mo/middle/PreserveRuntimeInfo_test.py +++ b/tools/mo/unit_tests/mo/middle/PreserveRuntimeInfo_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/middle/ReluQuantizeFuse_test.py b/tools/mo/unit_tests/mo/middle/ReluQuantizeFuse_test.py index f019a8e93d3..1ccd9e76ea5 100644 --- a/tools/mo/unit_tests/mo/middle/ReluQuantizeFuse_test.py +++ b/tools/mo/unit_tests/mo/middle/ReluQuantizeFuse_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/RemoveDuplicationMemory_test.py b/tools/mo/unit_tests/mo/middle/RemoveDuplicationMemory_test.py index 90a28ff167f..e08aef013ab 100644 --- a/tools/mo/unit_tests/mo/middle/RemoveDuplicationMemory_test.py +++ b/tools/mo/unit_tests/mo/middle/RemoveDuplicationMemory_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/RemoveUselessConcatSplit_test.py b/tools/mo/unit_tests/mo/middle/RemoveUselessConcatSplit_test.py index 3e721fb7f53..d5c8c94687d 100644 --- a/tools/mo/unit_tests/mo/middle/RemoveUselessConcatSplit_test.py +++ b/tools/mo/unit_tests/mo/middle/RemoveUselessConcatSplit_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/RemoveUselessCrops_test.py b/tools/mo/unit_tests/mo/middle/RemoveUselessCrops_test.py index 4271d668f1a..fc52faf6d9e 100644 --- a/tools/mo/unit_tests/mo/middle/RemoveUselessCrops_test.py +++ b/tools/mo/unit_tests/mo/middle/RemoveUselessCrops_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/RemoveUselessPad_test.py b/tools/mo/unit_tests/mo/middle/RemoveUselessPad_test.py index ea15df5c148..a99a663a5dc 100644 --- a/tools/mo/unit_tests/mo/middle/RemoveUselessPad_test.py +++ b/tools/mo/unit_tests/mo/middle/RemoveUselessPad_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/ReplaceMemoryOffsetWithSplice_test.py b/tools/mo/unit_tests/mo/middle/ReplaceMemoryOffsetWithSplice_test.py index b9a83715083..e40fc71479a 100644 --- a/tools/mo/unit_tests/mo/middle/ReplaceMemoryOffsetWithSplice_test.py +++ b/tools/mo/unit_tests/mo/middle/ReplaceMemoryOffsetWithSplice_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/ReplacePNormNodePattern_test.py b/tools/mo/unit_tests/mo/middle/ReplacePNormNodePattern_test.py index 762e4469a09..5e83fa2e946 100644 --- a/tools/mo/unit_tests/mo/middle/ReplacePNormNodePattern_test.py +++ b/tools/mo/unit_tests/mo/middle/ReplacePNormNodePattern_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/ReplaceSpliceNodePattern_test.py b/tools/mo/unit_tests/mo/middle/ReplaceSpliceNodePattern_test.py index a22c56c71be..e8831b82741 100644 --- a/tools/mo/unit_tests/mo/middle/ReplaceSpliceNodePattern_test.py +++ b/tools/mo/unit_tests/mo/middle/ReplaceSpliceNodePattern_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/ReverseTransposeNormalization_test.py b/tools/mo/unit_tests/mo/middle/ReverseTransposeNormalization_test.py index 49bac7c845b..ed3272b9587 100644 --- a/tools/mo/unit_tests/mo/middle/ReverseTransposeNormalization_test.py +++ b/tools/mo/unit_tests/mo/middle/ReverseTransposeNormalization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/SSliceComplex_test.py b/tools/mo/unit_tests/mo/middle/SSliceComplex_test.py index 26ba436d279..0b26541ef4b 100644 --- a/tools/mo/unit_tests/mo/middle/SSliceComplex_test.py +++ b/tools/mo/unit_tests/mo/middle/SSliceComplex_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/SharedWeightsDuplication_test.py b/tools/mo/unit_tests/mo/middle/SharedWeightsDuplication_test.py index 6342afb3fe5..dc80ca1b2a7 100644 --- a/tools/mo/unit_tests/mo/middle/SharedWeightsDuplication_test.py +++ b/tools/mo/unit_tests/mo/middle/SharedWeightsDuplication_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/SliceConverter_test.py b/tools/mo/unit_tests/mo/middle/SliceConverter_test.py index 595a59c4262..1c29820e09d 100644 --- a/tools/mo/unit_tests/mo/middle/SliceConverter_test.py +++ b/tools/mo/unit_tests/mo/middle/SliceConverter_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/SliceLikeToStridedSlice_test.py b/tools/mo/unit_tests/mo/middle/SliceLikeToStridedSlice_test.py index 94c0193f84a..739055d0136 100644 --- a/tools/mo/unit_tests/mo/middle/SliceLikeToStridedSlice_test.py +++ b/tools/mo/unit_tests/mo/middle/SliceLikeToStridedSlice_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/SplitConcatPairToInterpolate_test.py b/tools/mo/unit_tests/mo/middle/SplitConcatPairToInterpolate_test.py index f510691103a..a7834fa67a0 100644 --- a/tools/mo/unit_tests/mo/middle/SplitConcatPairToInterpolate_test.py +++ b/tools/mo/unit_tests/mo/middle/SplitConcatPairToInterpolate_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/StridedSliceNormalizer_test.py b/tools/mo/unit_tests/mo/middle/StridedSliceNormalizer_test.py index cff4b8c52ed..8c81768a75b 100644 --- a/tools/mo/unit_tests/mo/middle/StridedSliceNormalizer_test.py +++ b/tools/mo/unit_tests/mo/middle/StridedSliceNormalizer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/TensorIteratorBackEdge_test.py b/tools/mo/unit_tests/mo/middle/TensorIteratorBackEdge_test.py index c997c3cc180..20051bb04be 100644 --- a/tools/mo/unit_tests/mo/middle/TensorIteratorBackEdge_test.py +++ b/tools/mo/unit_tests/mo/middle/TensorIteratorBackEdge_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/TensorIteratorCondition_test.py b/tools/mo/unit_tests/mo/middle/TensorIteratorCondition_test.py index 15a71433b33..d4d2c48d2a6 100644 --- a/tools/mo/unit_tests/mo/middle/TensorIteratorCondition_test.py +++ b/tools/mo/unit_tests/mo/middle/TensorIteratorCondition_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/TensorIteratorInput_test.py b/tools/mo/unit_tests/mo/middle/TensorIteratorInput_test.py index 9bede9c8634..f64ccb87c37 100644 --- a/tools/mo/unit_tests/mo/middle/TensorIteratorInput_test.py +++ b/tools/mo/unit_tests/mo/middle/TensorIteratorInput_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/TensorIteratorOutput_test.py b/tools/mo/unit_tests/mo/middle/TensorIteratorOutput_test.py index c3a5e854530..33ba540f223 100644 --- a/tools/mo/unit_tests/mo/middle/TensorIteratorOutput_test.py +++ b/tools/mo/unit_tests/mo/middle/TensorIteratorOutput_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/UnsqueezeTileReshapeBlockToInterpolate_test.py b/tools/mo/unit_tests/mo/middle/UnsqueezeTileReshapeBlockToInterpolate_test.py index b853e866264..72755b9d4aa 100644 --- a/tools/mo/unit_tests/mo/middle/UnsqueezeTileReshapeBlockToInterpolate_test.py +++ b/tools/mo/unit_tests/mo/middle/UnsqueezeTileReshapeBlockToInterpolate_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/UpsampleToResample_test.py b/tools/mo/unit_tests/mo/middle/UpsampleToResample_test.py index e1530ff61d3..2129781e771 100644 --- a/tools/mo/unit_tests/mo/middle/UpsampleToResample_test.py +++ b/tools/mo/unit_tests/mo/middle/UpsampleToResample_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/middle/dequantize_linear_resolver_test.py b/tools/mo/unit_tests/mo/middle/dequantize_linear_resolver_test.py index de0c363fb9a..0c64f153ed3 100644 --- a/tools/mo/unit_tests/mo/middle/dequantize_linear_resolver_test.py +++ b/tools/mo/unit_tests/mo/middle/dequantize_linear_resolver_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/layer_normalization_test.py b/tools/mo/unit_tests/mo/middle/layer_normalization_test.py index f6e275c5c87..92b7d7e746d 100644 --- a/tools/mo/unit_tests/mo/middle/layer_normalization_test.py +++ b/tools/mo/unit_tests/mo/middle/layer_normalization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/passes/convert_data_type_test.py b/tools/mo/unit_tests/mo/middle/passes/convert_data_type_test.py index 84227f4e6f2..500bd4b74ed 100644 --- a/tools/mo/unit_tests/mo/middle/passes/convert_data_type_test.py +++ b/tools/mo/unit_tests/mo/middle/passes/convert_data_type_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/passes/eliminate_test.py b/tools/mo/unit_tests/mo/middle/passes/eliminate_test.py index 9a74256b3f9..90f5bb4f6ae 100644 --- a/tools/mo/unit_tests/mo/middle/passes/eliminate_test.py +++ b/tools/mo/unit_tests/mo/middle/passes/eliminate_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/passes/fusing/decomposition_test.py b/tools/mo/unit_tests/mo/middle/passes/fusing/decomposition_test.py index ddb0b1d4a7e..8cb46472746 100644 --- a/tools/mo/unit_tests/mo/middle/passes/fusing/decomposition_test.py +++ b/tools/mo/unit_tests/mo/middle/passes/fusing/decomposition_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_grouped_conv_test.py b/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_grouped_conv_test.py index 1bce6551b27..0030a716e35 100644 --- a/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_grouped_conv_test.py +++ b/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_grouped_conv_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_linear_ops_test.py b/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_linear_ops_test.py index e3eabe87d00..a16962091b0 100644 --- a/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_linear_ops_test.py +++ b/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_linear_ops_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_linear_seq_test.py b/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_linear_seq_test.py index ae56bcd9148..c458b79538d 100644 --- a/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_linear_seq_test.py +++ b/tools/mo/unit_tests/mo/middle/passes/fusing/fuse_linear_seq_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/passes/fusing/helpers_test.py b/tools/mo/unit_tests/mo/middle/passes/fusing/helpers_test.py index 80f4a26dbfa..ee5fee48ff0 100644 --- a/tools/mo/unit_tests/mo/middle/passes/fusing/helpers_test.py +++ b/tools/mo/unit_tests/mo/middle/passes/fusing/helpers_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/passes/fusing/mark_unfused_nodes_test.py b/tools/mo/unit_tests/mo/middle/passes/fusing/mark_unfused_nodes_test.py index 6b674a0d1d0..67823244f21 100644 --- a/tools/mo/unit_tests/mo/middle/passes/fusing/mark_unfused_nodes_test.py +++ b/tools/mo/unit_tests/mo/middle/passes/fusing/mark_unfused_nodes_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/passes/fusing/resnet_optimization_test.py b/tools/mo/unit_tests/mo/middle/passes/fusing/resnet_optimization_test.py index a330f33f81b..d30f4fd96a8 100644 --- a/tools/mo/unit_tests/mo/middle/passes/fusing/resnet_optimization_test.py +++ b/tools/mo/unit_tests/mo/middle/passes/fusing/resnet_optimization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/passes/infer_test.py b/tools/mo/unit_tests/mo/middle/passes/infer_test.py index b1a1bddce86..5d3920ee5a7 100644 --- a/tools/mo/unit_tests/mo/middle/passes/infer_test.py +++ b/tools/mo/unit_tests/mo/middle/passes/infer_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/quantize_fuses_test.py b/tools/mo/unit_tests/mo/middle/quantize_fuses_test.py index da969fc513e..c715bc2dd14 100644 --- a/tools/mo/unit_tests/mo/middle/quantize_fuses_test.py +++ b/tools/mo/unit_tests/mo/middle/quantize_fuses_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/quantize_linear_resolver_test.py b/tools/mo/unit_tests/mo/middle/quantize_linear_resolver_test.py index eaacfe79694..3e18f1f5319 100644 --- a/tools/mo/unit_tests/mo/middle/quantize_linear_resolver_test.py +++ b/tools/mo/unit_tests/mo/middle/quantize_linear_resolver_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/reverse_tensor_iterator_test.py b/tools/mo/unit_tests/mo/middle/reverse_tensor_iterator_test.py index d9a88412f11..c462d0e9a6d 100644 --- a/tools/mo/unit_tests/mo/middle/reverse_tensor_iterator_test.py +++ b/tools/mo/unit_tests/mo/middle/reverse_tensor_iterator_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/middle/sparse_reshape_test.py b/tools/mo/unit_tests/mo/middle/sparse_reshape_test.py index fd3b675359a..6269e0e430c 100644 --- a/tools/mo/unit_tests/mo/middle/sparse_reshape_test.py +++ b/tools/mo/unit_tests/mo/middle/sparse_reshape_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py b/tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py index 1534c962963..cac56f82bf8 100644 --- a/tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py +++ b/tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/Complex_test.py b/tools/mo/unit_tests/mo/ops/Complex_test.py index 4fcd8a61e61..b14bc67c193 100644 --- a/tools/mo/unit_tests/mo/ops/Complex_test.py +++ b/tools/mo/unit_tests/mo/ops/Complex_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/ExtractImagePatches_test.py b/tools/mo/unit_tests/mo/ops/ExtractImagePatches_test.py index 89632480a0f..7a51f02203b 100644 --- a/tools/mo/unit_tests/mo/ops/ExtractImagePatches_test.py +++ b/tools/mo/unit_tests/mo/ops/ExtractImagePatches_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/If_test.py b/tools/mo/unit_tests/mo/ops/If_test.py index fcc457831bd..73828ac6d8a 100644 --- a/tools/mo/unit_tests/mo/ops/If_test.py +++ b/tools/mo/unit_tests/mo/ops/If_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/LookupTableInsert_test.py b/tools/mo/unit_tests/mo/ops/LookupTableInsert_test.py index a476a40ab8e..2d8682d4ce8 100644 --- a/tools/mo/unit_tests/mo/ops/LookupTableInsert_test.py +++ b/tools/mo/unit_tests/mo/ops/LookupTableInsert_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/MatMul_test.py b/tools/mo/unit_tests/mo/ops/MatMul_test.py index 319250d89a9..46e3bc91f20 100644 --- a/tools/mo/unit_tests/mo/ops/MatMul_test.py +++ b/tools/mo/unit_tests/mo/ops/MatMul_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/MatMul_value_propagation_test.py b/tools/mo/unit_tests/mo/ops/MatMul_value_propagation_test.py index e845fe5f20a..bc3fd1813a9 100644 --- a/tools/mo/unit_tests/mo/ops/MatMul_value_propagation_test.py +++ b/tools/mo/unit_tests/mo/ops/MatMul_value_propagation_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/ONNXResize11_test.py b/tools/mo/unit_tests/mo/ops/ONNXResize11_test.py index bf9a42a6b9c..ed17446c02a 100644 --- a/tools/mo/unit_tests/mo/ops/ONNXResize11_test.py +++ b/tools/mo/unit_tests/mo/ops/ONNXResize11_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/ReduceOps_test.py b/tools/mo/unit_tests/mo/ops/ReduceOps_test.py index 3cfa78c544e..f1cbc19d331 100644 --- a/tools/mo/unit_tests/mo/ops/ReduceOps_test.py +++ b/tools/mo/unit_tests/mo/ops/ReduceOps_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/Reverse_test.py b/tools/mo/unit_tests/mo/ops/Reverse_test.py index 0e7286d3e40..fe16c245bf9 100644 --- a/tools/mo/unit_tests/mo/ops/Reverse_test.py +++ b/tools/mo/unit_tests/mo/ops/Reverse_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/activation_test.py b/tools/mo/unit_tests/mo/ops/activation_test.py index 94a57313130..9e0441431b3 100644 --- a/tools/mo/unit_tests/mo/ops/activation_test.py +++ b/tools/mo/unit_tests/mo/ops/activation_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/argmax_test.py b/tools/mo/unit_tests/mo/ops/argmax_test.py index ccf34638134..5a55528495f 100644 --- a/tools/mo/unit_tests/mo/ops/argmax_test.py +++ b/tools/mo/unit_tests/mo/ops/argmax_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/assert_test.py b/tools/mo/unit_tests/mo/ops/assert_test.py index 85aec356abf..96a12be4d88 100644 --- a/tools/mo/unit_tests/mo/ops/assert_test.py +++ b/tools/mo/unit_tests/mo/ops/assert_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/block_lstm_test.py b/tools/mo/unit_tests/mo/ops/block_lstm_test.py index fd4a1a32208..2b5271d3a66 100644 --- a/tools/mo/unit_tests/mo/ops/block_lstm_test.py +++ b/tools/mo/unit_tests/mo/ops/block_lstm_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/broadcast_test.py b/tools/mo/unit_tests/mo/ops/broadcast_test.py index 72ee2cf5c23..bded97d9cb9 100644 --- a/tools/mo/unit_tests/mo/ops/broadcast_test.py +++ b/tools/mo/unit_tests/mo/ops/broadcast_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/bucketize_test.py b/tools/mo/unit_tests/mo/ops/bucketize_test.py index f8f324ebad6..b9b3589bef4 100644 --- a/tools/mo/unit_tests/mo/ops/bucketize_test.py +++ b/tools/mo/unit_tests/mo/ops/bucketize_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/cast_test.py b/tools/mo/unit_tests/mo/ops/cast_test.py index 73a468e9fb8..db48340190c 100644 --- a/tools/mo/unit_tests/mo/ops/cast_test.py +++ b/tools/mo/unit_tests/mo/ops/cast_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/concat_test.py b/tools/mo/unit_tests/mo/ops/concat_test.py index ff5f022763a..29cea71208e 100644 --- a/tools/mo/unit_tests/mo/ops/concat_test.py +++ b/tools/mo/unit_tests/mo/ops/concat_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/convolution_test.py b/tools/mo/unit_tests/mo/ops/convolution_test.py index 06b1f9634ef..f5e9a547e27 100644 --- a/tools/mo/unit_tests/mo/ops/convolution_test.py +++ b/tools/mo/unit_tests/mo/ops/convolution_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/crop_test.py b/tools/mo/unit_tests/mo/ops/crop_test.py index 41667f584bf..71bc61e9e27 100644 --- a/tools/mo/unit_tests/mo/ops/crop_test.py +++ b/tools/mo/unit_tests/mo/ops/crop_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/ctc_greedy_decoder_test.py b/tools/mo/unit_tests/mo/ops/ctc_greedy_decoder_test.py index 054685bbf41..5e1ab46dc3d 100644 --- a/tools/mo/unit_tests/mo/ops/ctc_greedy_decoder_test.py +++ b/tools/mo/unit_tests/mo/ops/ctc_greedy_decoder_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/ctc_loss_test.py b/tools/mo/unit_tests/mo/ops/ctc_loss_test.py index 601cbd8388e..9b7f8d782c1 100644 --- a/tools/mo/unit_tests/mo/ops/ctc_loss_test.py +++ b/tools/mo/unit_tests/mo/ops/ctc_loss_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/cumsum_test.py b/tools/mo/unit_tests/mo/ops/cumsum_test.py index a947346b809..a87c6f5da48 100644 --- a/tools/mo/unit_tests/mo/ops/cumsum_test.py +++ b/tools/mo/unit_tests/mo/ops/cumsum_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/deconvolution_test.py b/tools/mo/unit_tests/mo/ops/deconvolution_test.py index 1ed6e8d2226..ed99f87f029 100644 --- a/tools/mo/unit_tests/mo/ops/deconvolution_test.py +++ b/tools/mo/unit_tests/mo/ops/deconvolution_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/depth_to_space_test.py b/tools/mo/unit_tests/mo/ops/depth_to_space_test.py index c94e8dbbafb..7e9379101f0 100644 --- a/tools/mo/unit_tests/mo/ops/depth_to_space_test.py +++ b/tools/mo/unit_tests/mo/ops/depth_to_space_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/dft_signal_size_canonicalization_test.py b/tools/mo/unit_tests/mo/ops/dft_signal_size_canonicalization_test.py index 7843b203371..c28adc5d0da 100644 --- a/tools/mo/unit_tests/mo/ops/dft_signal_size_canonicalization_test.py +++ b/tools/mo/unit_tests/mo/ops/dft_signal_size_canonicalization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/div_value_propagation_test.py b/tools/mo/unit_tests/mo/ops/div_value_propagation_test.py index 5d68f196e62..3fd2b200e71 100644 --- a/tools/mo/unit_tests/mo/ops/div_value_propagation_test.py +++ b/tools/mo/unit_tests/mo/ops/div_value_propagation_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/einsum_test.py b/tools/mo/unit_tests/mo/ops/einsum_test.py index 884f6b5e10c..eb896425da9 100644 --- a/tools/mo/unit_tests/mo/ops/einsum_test.py +++ b/tools/mo/unit_tests/mo/ops/einsum_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/elementwise_test.py b/tools/mo/unit_tests/mo/ops/elementwise_test.py index 39438dcb5f3..fafd47fdd6d 100644 --- a/tools/mo/unit_tests/mo/ops/elementwise_test.py +++ b/tools/mo/unit_tests/mo/ops/elementwise_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/embedding_bag_test.py b/tools/mo/unit_tests/mo/ops/embedding_bag_test.py index 49179eae712..9e9e4a62515 100644 --- a/tools/mo/unit_tests/mo/ops/embedding_bag_test.py +++ b/tools/mo/unit_tests/mo/ops/embedding_bag_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/expand_dims_test.py b/tools/mo/unit_tests/mo/ops/expand_dims_test.py index 768fe4077f4..f73ece25c39 100644 --- a/tools/mo/unit_tests/mo/ops/expand_dims_test.py +++ b/tools/mo/unit_tests/mo/ops/expand_dims_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/eye_test.py b/tools/mo/unit_tests/mo/ops/eye_test.py index 1689f161fdd..d3d83ca6a75 100644 --- a/tools/mo/unit_tests/mo/ops/eye_test.py +++ b/tools/mo/unit_tests/mo/ops/eye_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/gather_test.py b/tools/mo/unit_tests/mo/ops/gather_test.py index 650c1880c06..d5760f2d6fc 100644 --- a/tools/mo/unit_tests/mo/ops/gather_test.py +++ b/tools/mo/unit_tests/mo/ops/gather_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy.testing as npt diff --git a/tools/mo/unit_tests/mo/ops/gatherelements_test.py b/tools/mo/unit_tests/mo/ops/gatherelements_test.py index feb1807c5cb..63f187ff140 100644 --- a/tools/mo/unit_tests/mo/ops/gatherelements_test.py +++ b/tools/mo/unit_tests/mo/ops/gatherelements_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/gathernd_test.py b/tools/mo/unit_tests/mo/ops/gathernd_test.py index 84e82ca198f..ae1d28dd65e 100644 --- a/tools/mo/unit_tests/mo/ops/gathernd_test.py +++ b/tools/mo/unit_tests/mo/ops/gathernd_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/grn_test.py b/tools/mo/unit_tests/mo/ops/grn_test.py index 0f677757388..09c8f1ad89c 100644 --- a/tools/mo/unit_tests/mo/ops/grn_test.py +++ b/tools/mo/unit_tests/mo/ops/grn_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/instance_normalization_test.py b/tools/mo/unit_tests/mo/ops/instance_normalization_test.py index 60e01257dd6..bdf483b77c9 100644 --- a/tools/mo/unit_tests/mo/ops/instance_normalization_test.py +++ b/tools/mo/unit_tests/mo/ops/instance_normalization_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/interpolate_test.py b/tools/mo/unit_tests/mo/ops/interpolate_test.py index 72b95450936..48b1cdf7f9c 100644 --- a/tools/mo/unit_tests/mo/ops/interpolate_test.py +++ b/tools/mo/unit_tests/mo/ops/interpolate_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/merge_test.py b/tools/mo/unit_tests/mo/ops/merge_test.py index 3cb09a991a1..8130832f153 100644 --- a/tools/mo/unit_tests/mo/ops/merge_test.py +++ b/tools/mo/unit_tests/mo/ops/merge_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/non_max_suppression_test.py b/tools/mo/unit_tests/mo/ops/non_max_suppression_test.py index 590d4be536d..5962772a706 100644 --- a/tools/mo/unit_tests/mo/ops/non_max_suppression_test.py +++ b/tools/mo/unit_tests/mo/ops/non_max_suppression_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/normalize_test.py b/tools/mo/unit_tests/mo/ops/normalize_test.py index 5d187f97971..d8967af423a 100644 --- a/tools/mo/unit_tests/mo/ops/normalize_test.py +++ b/tools/mo/unit_tests/mo/ops/normalize_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/one_hot_test.py b/tools/mo/unit_tests/mo/ops/one_hot_test.py index 0c4d839dc62..5658e3f291a 100644 --- a/tools/mo/unit_tests/mo/ops/one_hot_test.py +++ b/tools/mo/unit_tests/mo/ops/one_hot_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/op_test.py b/tools/mo/unit_tests/mo/ops/op_test.py index 240a4146cd1..93bf9817f8d 100644 --- a/tools/mo/unit_tests/mo/ops/op_test.py +++ b/tools/mo/unit_tests/mo/ops/op_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/pad_test.py b/tools/mo/unit_tests/mo/ops/pad_test.py index caa3805ffec..df999ae8831 100644 --- a/tools/mo/unit_tests/mo/ops/pad_test.py +++ b/tools/mo/unit_tests/mo/ops/pad_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/pooling_test.py b/tools/mo/unit_tests/mo/ops/pooling_test.py index c1033de31e7..b1d91c2c4cb 100644 --- a/tools/mo/unit_tests/mo/ops/pooling_test.py +++ b/tools/mo/unit_tests/mo/ops/pooling_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/priorbox_clustered_test.py b/tools/mo/unit_tests/mo/ops/priorbox_clustered_test.py index aa391420be7..bb29f481330 100644 --- a/tools/mo/unit_tests/mo/ops/priorbox_clustered_test.py +++ b/tools/mo/unit_tests/mo/ops/priorbox_clustered_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/priorbox_test.py b/tools/mo/unit_tests/mo/ops/priorbox_test.py index 195ed31d686..8717624eff8 100644 --- a/tools/mo/unit_tests/mo/ops/priorbox_test.py +++ b/tools/mo/unit_tests/mo/ops/priorbox_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/proposal_test.py b/tools/mo/unit_tests/mo/ops/proposal_test.py index fb874aa40b3..b81c04da337 100644 --- a/tools/mo/unit_tests/mo/ops/proposal_test.py +++ b/tools/mo/unit_tests/mo/ops/proposal_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/psroipooling_test.py b/tools/mo/unit_tests/mo/ops/psroipooling_test.py index 01d405408cf..1ea8dbf7f94 100644 --- a/tools/mo/unit_tests/mo/ops/psroipooling_test.py +++ b/tools/mo/unit_tests/mo/ops/psroipooling_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/quantize_test.py b/tools/mo/unit_tests/mo/ops/quantize_test.py index b285d02a976..567c6574235 100644 --- a/tools/mo/unit_tests/mo/ops/quantize_test.py +++ b/tools/mo/unit_tests/mo/ops/quantize_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/regionyolo_test.py b/tools/mo/unit_tests/mo/ops/regionyolo_test.py index c0d91254a3b..b55a700342e 100644 --- a/tools/mo/unit_tests/mo/ops/regionyolo_test.py +++ b/tools/mo/unit_tests/mo/ops/regionyolo_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/reorgyolo_test.py b/tools/mo/unit_tests/mo/ops/reorgyolo_test.py index af9519391a8..ae269b28582 100644 --- a/tools/mo/unit_tests/mo/ops/reorgyolo_test.py +++ b/tools/mo/unit_tests/mo/ops/reorgyolo_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/reshape_test.py b/tools/mo/unit_tests/mo/ops/reshape_test.py index 86fd2eb85b2..0a5298004b7 100644 --- a/tools/mo/unit_tests/mo/ops/reshape_test.py +++ b/tools/mo/unit_tests/mo/ops/reshape_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/roialign_test.py b/tools/mo/unit_tests/mo/ops/roialign_test.py index a567c2da86e..06144107937 100644 --- a/tools/mo/unit_tests/mo/ops/roialign_test.py +++ b/tools/mo/unit_tests/mo/ops/roialign_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/scatter_test.py b/tools/mo/unit_tests/mo/ops/scatter_test.py index 1066ea8b1c5..d61d69a2b52 100644 --- a/tools/mo/unit_tests/mo/ops/scatter_test.py +++ b/tools/mo/unit_tests/mo/ops/scatter_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/scatternd_test.py b/tools/mo/unit_tests/mo/ops/scatternd_test.py index 136c717531a..2d5ef18af85 100644 --- a/tools/mo/unit_tests/mo/ops/scatternd_test.py +++ b/tools/mo/unit_tests/mo/ops/scatternd_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/select_test.py b/tools/mo/unit_tests/mo/ops/select_test.py index 4a40abeaa5b..63ebf459ba0 100644 --- a/tools/mo/unit_tests/mo/ops/select_test.py +++ b/tools/mo/unit_tests/mo/ops/select_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/slice_like_test.py b/tools/mo/unit_tests/mo/ops/slice_like_test.py index 1107076ff34..a45bb10830d 100644 --- a/tools/mo/unit_tests/mo/ops/slice_like_test.py +++ b/tools/mo/unit_tests/mo/ops/slice_like_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/slice_test.py b/tools/mo/unit_tests/mo/ops/slice_test.py index c69a8fec7ec..356a18b5f28 100644 --- a/tools/mo/unit_tests/mo/ops/slice_test.py +++ b/tools/mo/unit_tests/mo/ops/slice_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/space_to_depth_test.py b/tools/mo/unit_tests/mo/ops/space_to_depth_test.py index 10d8f5f8643..c8725e39ed0 100644 --- a/tools/mo/unit_tests/mo/ops/space_to_depth_test.py +++ b/tools/mo/unit_tests/mo/ops/space_to_depth_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/sparse_fill_empty_rows_test.py b/tools/mo/unit_tests/mo/ops/sparse_fill_empty_rows_test.py index deab488decc..2ade627b819 100644 --- a/tools/mo/unit_tests/mo/ops/sparse_fill_empty_rows_test.py +++ b/tools/mo/unit_tests/mo/ops/sparse_fill_empty_rows_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/sparse_reshape_test.py b/tools/mo/unit_tests/mo/ops/sparse_reshape_test.py index c7ee7702cab..57f5e92fd31 100644 --- a/tools/mo/unit_tests/mo/ops/sparse_reshape_test.py +++ b/tools/mo/unit_tests/mo/ops/sparse_reshape_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/ops/sparse_segment_mean_test.py b/tools/mo/unit_tests/mo/ops/sparse_segment_mean_test.py index b469dffecdd..680d37dfc6f 100644 --- a/tools/mo/unit_tests/mo/ops/sparse_segment_mean_test.py +++ b/tools/mo/unit_tests/mo/ops/sparse_segment_mean_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/sparse_segment_sqrtn_test.py b/tools/mo/unit_tests/mo/ops/sparse_segment_sqrtn_test.py index 21f8d27e23a..5f7cf685ef3 100644 --- a/tools/mo/unit_tests/mo/ops/sparse_segment_sqrtn_test.py +++ b/tools/mo/unit_tests/mo/ops/sparse_segment_sqrtn_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/sparse_segment_sum_test.py b/tools/mo/unit_tests/mo/ops/sparse_segment_sum_test.py index 11c6e8f1a92..b33ca570e17 100644 --- a/tools/mo/unit_tests/mo/ops/sparse_segment_sum_test.py +++ b/tools/mo/unit_tests/mo/ops/sparse_segment_sum_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/split_test.py b/tools/mo/unit_tests/mo/ops/split_test.py index de7e5c71c2c..255bec213a4 100644 --- a/tools/mo/unit_tests/mo/ops/split_test.py +++ b/tools/mo/unit_tests/mo/ops/split_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/squeeze_test.py b/tools/mo/unit_tests/mo/ops/squeeze_test.py index 42118250477..49b70dce8fd 100644 --- a/tools/mo/unit_tests/mo/ops/squeeze_test.py +++ b/tools/mo/unit_tests/mo/ops/squeeze_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/strided_slice_test.py b/tools/mo/unit_tests/mo/ops/strided_slice_test.py index f2b0b30033a..21d2b867681 100644 --- a/tools/mo/unit_tests/mo/ops/strided_slice_test.py +++ b/tools/mo/unit_tests/mo/ops/strided_slice_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/switch_test.py b/tools/mo/unit_tests/mo/ops/switch_test.py index 73b749050b0..db05b7508ec 100644 --- a/tools/mo/unit_tests/mo/ops/switch_test.py +++ b/tools/mo/unit_tests/mo/ops/switch_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/tile_test.py b/tools/mo/unit_tests/mo/ops/tile_test.py index 21ad1cea09b..31833c3ad43 100644 --- a/tools/mo/unit_tests/mo/ops/tile_test.py +++ b/tools/mo/unit_tests/mo/ops/tile_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/topk_test.py b/tools/mo/unit_tests/mo/ops/topk_test.py index 2ab24da3216..98cd4e834a6 100644 --- a/tools/mo/unit_tests/mo/ops/topk_test.py +++ b/tools/mo/unit_tests/mo/ops/topk_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/transpose_test.py b/tools/mo/unit_tests/mo/ops/transpose_test.py index b28e0d381d1..544eda98eaf 100644 --- a/tools/mo/unit_tests/mo/ops/transpose_test.py +++ b/tools/mo/unit_tests/mo/ops/transpose_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import itertools diff --git a/tools/mo/unit_tests/mo/ops/unique_test.py b/tools/mo/unit_tests/mo/ops/unique_test.py index b4ff1e75580..dd619803750 100644 --- a/tools/mo/unit_tests/mo/ops/unique_test.py +++ b/tools/mo/unit_tests/mo/ops/unique_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/ops/unsqueeze_test.py b/tools/mo/unit_tests/mo/ops/unsqueeze_test.py index 668bb71d3d1..f21dcbfc320 100644 --- a/tools/mo/unit_tests/mo/ops/unsqueeze_test.py +++ b/tools/mo/unit_tests/mo/ops/unsqueeze_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/ops/upsample_test.py b/tools/mo/unit_tests/mo/ops/upsample_test.py index f70e37a7c2b..c0fc50225ca 100644 --- a/tools/mo/unit_tests/mo/ops/upsample_test.py +++ b/tools/mo/unit_tests/mo/ops/upsample_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/pipeline/common_test.py b/tools/mo/unit_tests/mo/pipeline/common_test.py index bb71d40b22d..220f409f23a 100644 --- a/tools/mo/unit_tests/mo/pipeline/common_test.py +++ b/tools/mo/unit_tests/mo/pipeline/common_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/unit_test_with_mocked_telemetry.py b/tools/mo/unit_tests/mo/unit_test_with_mocked_telemetry.py index d5a2ac08dc1..9cedc529213 100644 --- a/tools/mo/unit_tests/mo/unit_test_with_mocked_telemetry.py +++ b/tools/mo/unit_tests/mo/unit_test_with_mocked_telemetry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/utils/args_to_string_test.py b/tools/mo/unit_tests/mo/utils/args_to_string_test.py index 7e0679c51e4..572e8971f1c 100644 --- a/tools/mo/unit_tests/mo/utils/args_to_string_test.py +++ b/tools/mo/unit_tests/mo/utils/args_to_string_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/mo/unit_tests/mo/utils/broadcasting_test.py b/tools/mo/unit_tests/mo/utils/broadcasting_test.py index 91b79be4de6..5432f4a27ee 100644 --- a/tools/mo/unit_tests/mo/utils/broadcasting_test.py +++ b/tools/mo/unit_tests/mo/utils/broadcasting_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/utils/cli_parser_test.py b/tools/mo/unit_tests/mo/utils/cli_parser_test.py index 6a96d087293..ff7a3c19c35 100644 --- a/tools/mo/unit_tests/mo/utils/cli_parser_test.py +++ b/tools/mo/unit_tests/mo/utils/cli_parser_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/unit_tests/mo/utils/convert_impl_tmp_irs_cleanup_test_actual.py b/tools/mo/unit_tests/mo/utils/convert_impl_tmp_irs_cleanup_test_actual.py index aec3e6d7fb3..49ef37b6234 100644 --- a/tools/mo/unit_tests/mo/utils/convert_impl_tmp_irs_cleanup_test_actual.py +++ b/tools/mo/unit_tests/mo/utils/convert_impl_tmp_irs_cleanup_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/mo/utils/custom_replacement_config_test.py b/tools/mo/unit_tests/mo/utils/custom_replacement_config_test.py index 64d61e65930..97c2216b6f7 100644 --- a/tools/mo/unit_tests/mo/utils/custom_replacement_config_test.py +++ b/tools/mo/unit_tests/mo/utils/custom_replacement_config_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/mo/utils/error_test.py b/tools/mo/unit_tests/mo/utils/error_test.py index 9ac2ffc2fa1..5a328808ecc 100644 --- a/tools/mo/unit_tests/mo/utils/error_test.py +++ b/tools/mo/unit_tests/mo/utils/error_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/utils/freeze_placeholder_test.py b/tools/mo/unit_tests/mo/utils/freeze_placeholder_test.py index 884e1ef7000..af9d89d90b0 100644 --- a/tools/mo/unit_tests/mo/utils/freeze_placeholder_test.py +++ b/tools/mo/unit_tests/mo/utils/freeze_placeholder_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/unit_tests/mo/utils/graph_test.py b/tools/mo/unit_tests/mo/utils/graph_test.py index c1d3552abbc..dd0d9c77ea1 100644 --- a/tools/mo/unit_tests/mo/utils/graph_test.py +++ b/tools/mo/unit_tests/mo/utils/graph_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.mo.graph.graph import Graph, Node diff --git a/tools/mo/unit_tests/mo/utils/ir_engine/ir_engine_test.py b/tools/mo/unit_tests/mo/utils/ir_engine/ir_engine_test.py index 837a34a03f9..ee4e210ed33 100644 --- a/tools/mo/unit_tests/mo/utils/ir_engine/ir_engine_test.py +++ b/tools/mo/unit_tests/mo/utils/ir_engine/ir_engine_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/mo/unit_tests/mo/utils/ir_reader/layer_to_class_test.py b/tools/mo/unit_tests/mo/utils/ir_reader/layer_to_class_test.py index 5fec0f6d0b4..c74e09aeaca 100644 --- a/tools/mo/unit_tests/mo/utils/ir_reader/layer_to_class_test.py +++ b/tools/mo/unit_tests/mo/utils/ir_reader/layer_to_class_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tools/mo/unit_tests/mo/utils/ir_reader/ops_test.py b/tools/mo/unit_tests/mo/utils/ir_reader/ops_test.py index fefc2653c64..07424696d38 100644 --- a/tools/mo/unit_tests/mo/utils/ir_reader/ops_test.py +++ b/tools/mo/unit_tests/mo/utils/ir_reader/ops_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/utils/ir_reader/restore_graph_test.py b/tools/mo/unit_tests/mo/utils/ir_reader/restore_graph_test.py index 4decd5d76aa..e137296c3cb 100644 --- a/tools/mo/unit_tests/mo/utils/ir_reader/restore_graph_test.py +++ b/tools/mo/unit_tests/mo/utils/ir_reader/restore_graph_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/mo/utils/mo_fallback_test_actual.py b/tools/mo/unit_tests/mo/utils/mo_fallback_test_actual.py index d0b6a26c5a8..fcdf915788c 100644 --- a/tools/mo/unit_tests/mo/utils/mo_fallback_test_actual.py +++ b/tools/mo/unit_tests/mo/utils/mo_fallback_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/unit_tests/mo/utils/mo_fallback_test_tf_fe.py b/tools/mo/unit_tests/mo/utils/mo_fallback_test_tf_fe.py index baa7451a9b0..23d2ac48ed7 100644 --- a/tools/mo/unit_tests/mo/utils/mo_fallback_test_tf_fe.py +++ b/tools/mo/unit_tests/mo/utils/mo_fallback_test_tf_fe.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/unit_tests/mo/utils/pipeline_config_test.py b/tools/mo/unit_tests/mo/utils/pipeline_config_test.py index d4e8ac764ee..271cc7828b2 100644 --- a/tools/mo/unit_tests/mo/utils/pipeline_config_test.py +++ b/tools/mo/unit_tests/mo/utils/pipeline_config_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest.mock diff --git a/tools/mo/unit_tests/mo/utils/simple_proto_parser_test.py b/tools/mo/unit_tests/mo/utils/simple_proto_parser_test.py index d2917e3e512..afe1a7166ca 100644 --- a/tools/mo/unit_tests/mo/utils/simple_proto_parser_test.py +++ b/tools/mo/unit_tests/mo/utils/simple_proto_parser_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/mo/utils/summarize_graph_test.py b/tools/mo/unit_tests/mo/utils/summarize_graph_test.py index 3151b2032d4..d9076d7e42c 100644 --- a/tools/mo/unit_tests/mo/utils/summarize_graph_test.py +++ b/tools/mo/unit_tests/mo/utils/summarize_graph_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/utils/telemetry_utils_test.py b/tools/mo/unit_tests/mo/utils/telemetry_utils_test.py index 10088dc1512..c2021430edd 100644 --- a/tools/mo/unit_tests/mo/utils/telemetry_utils_test.py +++ b/tools/mo/unit_tests/mo/utils/telemetry_utils_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/utils/utils_test.py b/tools/mo/unit_tests/mo/utils/utils_test.py index 2e39b7323ed..3b534c50211 100644 --- a/tools/mo/unit_tests/mo/utils/utils_test.py +++ b/tools/mo/unit_tests/mo/utils/utils_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/mo/utils/version_test.py b/tools/mo/unit_tests/mo/utils/version_test.py index c0866fa73e2..6d94ebc4fd7 100644 --- a/tools/mo/unit_tests/mo/utils/version_test.py +++ b/tools/mo/unit_tests/mo/utils/version_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/moc_tf_fe/check_info_messages_test.py b/tools/mo/unit_tests/moc_tf_fe/check_info_messages_test.py index 98d4d4322ad..94729c0e802 100644 --- a/tools/mo/unit_tests/moc_tf_fe/check_info_messages_test.py +++ b/tools/mo/unit_tests/moc_tf_fe/check_info_messages_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/mo/unit_tests/moc_tf_fe/conversion_basic_models_test.py b/tools/mo/unit_tests/moc_tf_fe/conversion_basic_models_test.py index 32b6455e1b6..3ec4a24ea80 100644 --- a/tools/mo/unit_tests/moc_tf_fe/conversion_basic_models_test.py +++ b/tools/mo/unit_tests/moc_tf_fe/conversion_basic_models_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/moc_tf_fe/conversion_incorrect_models_test.py b/tools/mo/unit_tests/moc_tf_fe/conversion_incorrect_models_test.py index 71299aea909..893efffe54e 100644 --- a/tools/mo/unit_tests/moc_tf_fe/conversion_incorrect_models_test.py +++ b/tools/mo/unit_tests/moc_tf_fe/conversion_incorrect_models_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tempfile diff --git a/tools/mo/unit_tests/moc_tf_fe/conversion_with_checkpoint_v1_test.py b/tools/mo/unit_tests/moc_tf_fe/conversion_with_checkpoint_v1_test.py index bc6f8ee13cc..6a731f20f03 100644 --- a/tools/mo/unit_tests/moc_tf_fe/conversion_with_checkpoint_v1_test.py +++ b/tools/mo/unit_tests/moc_tf_fe/conversion_with_checkpoint_v1_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tempfile diff --git a/tools/mo/unit_tests/moc_tf_fe/conversion_with_layout_test.py b/tools/mo/unit_tests/moc_tf_fe/conversion_with_layout_test.py index 956fab4df87..1b5001a471b 100644 --- a/tools/mo/unit_tests/moc_tf_fe/conversion_with_layout_test.py +++ b/tools/mo/unit_tests/moc_tf_fe/conversion_with_layout_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/model_add_with_undefined_constant.py b/tools/mo/unit_tests/moc_tf_fe/test_models/model_add_with_undefined_constant.py index 04de808dbff..68d041f3a32 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/model_add_with_undefined_constant.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/model_add_with_undefined_constant.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/model_bool.py b/tools/mo/unit_tests/moc_tf_fe/test_models/model_bool.py index 3b1504298e1..8bf6c0af751 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/model_bool.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/model_bool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/model_bool2.py b/tools/mo/unit_tests/moc_tf_fe/test_models/model_bool2.py index e75c56dfa4f..08aa4ca20c5 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/model_bool2.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/model_bool2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/model_fp32.py b/tools/mo/unit_tests/moc_tf_fe/test_models/model_fp32.py index d10871514df..11f6fe9b7c2 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/model_fp32.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/model_fp32.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/model_int32.py b/tools/mo/unit_tests/moc_tf_fe/test_models/model_int32.py index 21f68a2fa29..e26dd475677 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/model_int32.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/model_int32.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/model_mul_with_undefined_constant.py b/tools/mo/unit_tests/moc_tf_fe/test_models/model_mul_with_undefined_constant.py index 8c0c6dd814d..5d11e167633 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/model_mul_with_undefined_constant.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/model_mul_with_undefined_constant.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/model_switch_merge.py b/tools/mo/unit_tests/moc_tf_fe/test_models/model_switch_merge.py index 663bbefef6c..5a261534ce8 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/model_switch_merge.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/model_switch_merge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/model_three_inputs.py b/tools/mo/unit_tests/moc_tf_fe/test_models/model_three_inputs.py index 4b03d99fc24..615d5c0374b 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/model_three_inputs.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/model_three_inputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/model_with_convolution_dynamic_rank.py b/tools/mo/unit_tests/moc_tf_fe/test_models/model_with_convolution_dynamic_rank.py index f4666d45f94..a527c391db4 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/model_with_convolution_dynamic_rank.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/model_with_convolution_dynamic_rank.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/model_with_if.py b/tools/mo/unit_tests/moc_tf_fe/test_models/model_with_if.py index 4a68b1810ea..677193650fb 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/model_with_if.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/model_with_if.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/mul_with_unknown_rank_y.py b/tools/mo/unit_tests/moc_tf_fe/test_models/mul_with_unknown_rank_y.py index 6497b556407..7183075205c 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/mul_with_unknown_rank_y.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/mul_with_unknown_rank_y.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/test_models/placeholder_with_default.py b/tools/mo/unit_tests/moc_tf_fe/test_models/placeholder_with_default.py index 6ce4b49ba1d..b559443f992 100644 --- a/tools/mo/unit_tests/moc_tf_fe/test_models/placeholder_with_default.py +++ b/tools/mo/unit_tests/moc_tf_fe/test_models/placeholder_with_default.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/mo/unit_tests/moc_tf_fe/utils.py b/tools/mo/unit_tests/moc_tf_fe/utils.py index 4e73b1d3aae..f866cf278db 100644 --- a/tools/mo/unit_tests/moc_tf_fe/utils.py +++ b/tools/mo/unit_tests/moc_tf_fe/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/CMakeLists.txt b/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/CMakeLists.txt index 0fff4428700..3c859f85f4e 100644 --- a/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/CMakeLists.txt +++ b/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/mock_mo_frontend.cpp b/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/mock_mo_frontend.cpp index 29f486761e2..c82194ec48e 100644 --- a/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/mock_mo_frontend.cpp +++ b/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/mock_mo_frontend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/mock_mo_frontend.hpp b/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/mock_mo_frontend.hpp index 1af5cb04300..4967a53d214 100644 --- a/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/mock_mo_frontend.hpp +++ b/tools/mo/unit_tests/mock_mo_frontend/mock_mo_frontend/mock_mo_frontend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tools/mo/unit_tests/mock_mo_frontend/mock_mo_python_api/CMakeLists.txt b/tools/mo/unit_tests/mock_mo_frontend/mock_mo_python_api/CMakeLists.txt index 87e34e41fc2..75b793f045e 100644 --- a/tools/mo/unit_tests/mock_mo_frontend/mock_mo_python_api/CMakeLists.txt +++ b/tools/mo/unit_tests/mock_mo_frontend/mock_mo_python_api/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tools/mo/unit_tests/mock_mo_frontend/mock_mo_python_api/mock_mo_python_api.cpp b/tools/mo/unit_tests/mock_mo_frontend/mock_mo_python_api/mock_mo_python_api.cpp index ba2939859c5..a46ac6b3e15 100644 --- a/tools/mo/unit_tests/mock_mo_frontend/mock_mo_python_api/mock_mo_python_api.cpp +++ b/tools/mo/unit_tests/mock_mo_frontend/mock_mo_python_api/mock_mo_python_api.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tools/mo/unit_tests/utils/extractors.py b/tools/mo/unit_tests/utils/extractors.py index c37bb9c4e20..affc12fd35c 100644 --- a/tools/mo/unit_tests/utils/extractors.py +++ b/tools/mo/unit_tests/utils/extractors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/mo/unit_tests/utils/graph.py b/tools/mo/unit_tests/utils/graph.py index cfb7f7b848c..35ee228de9e 100644 --- a/tools/mo/unit_tests/utils/graph.py +++ b/tools/mo/unit_tests/utils/graph.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from argparse import Namespace diff --git a/tools/openvino_dev/CMakeLists.txt b/tools/openvino_dev/CMakeLists.txt index 72202d91089..0ffcf046979 100644 --- a/tools/openvino_dev/CMakeLists.txt +++ b/tools/openvino_dev/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tools/openvino_dev/setup.py b/tools/openvino_dev/setup.py index e1220fc77da..cad2e7235c8 100644 --- a/tools/openvino_dev/setup.py +++ b/tools/openvino_dev/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2023 Intel Corporation SPDX-License-Identifier: Apache-2.0 +# Copyright (C) 2018-2024 Intel Corporation SPDX-License-Identifier: Apache-2.0 """ Use this script to create a openvino-dev wheel package: $ python3 setup.py bdist_wheel diff --git a/tools/openvino_dev/src/openvino/tools/__init__.py b/tools/openvino_dev/src/openvino/tools/__init__.py index 29afcaef26d..0d0e5a44956 100644 --- a/tools/openvino_dev/src/openvino/tools/__init__.py +++ b/tools/openvino_dev/src/openvino/tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 __path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/tools/ovc/CMakeLists.txt b/tools/ovc/CMakeLists.txt index 959cc5d00bc..2bdcd36f5b9 100644 --- a/tools/ovc/CMakeLists.txt +++ b/tools/ovc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/tools/ovc/openvino/tools/__init__.py b/tools/ovc/openvino/tools/__init__.py index 29afcaef26d..0d0e5a44956 100644 --- a/tools/ovc/openvino/tools/__init__.py +++ b/tools/ovc/openvino/tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 __path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/tools/ovc/openvino/tools/ovc/__init__.py b/tools/ovc/openvino/tools/ovc/__init__.py index 7d462d71b20..e2d4150cdcf 100644 --- a/tools/ovc/openvino/tools/ovc/__init__.py +++ b/tools/ovc/openvino/tools/ovc/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from openvino.tools.ovc.convert import convert_model \ No newline at end of file diff --git a/tools/ovc/openvino/tools/ovc/__main__.py b/tools/ovc/openvino/tools/ovc/__main__.py index 7005e7ebc3e..5e9ef2dfba4 100644 --- a/tools/ovc/openvino/tools/ovc/__main__.py +++ b/tools/ovc/openvino/tools/ovc/__main__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/ovc/openvino/tools/ovc/cli_parser.py b/tools/ovc/openvino/tools/ovc/cli_parser.py index 359e750448a..ab4099a17f7 100644 --- a/tools/ovc/openvino/tools/ovc/cli_parser.py +++ b/tools/ovc/openvino/tools/ovc/cli_parser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/ovc/openvino/tools/ovc/convert.py b/tools/ovc/openvino/tools/ovc/convert.py index 76dcd3d1aab..782fa25ab2d 100644 --- a/tools/ovc/openvino/tools/ovc/convert.py +++ b/tools/ovc/openvino/tools/ovc/convert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/tools/ovc/openvino/tools/ovc/convert_data_type.py b/tools/ovc/openvino/tools/ovc/convert_data_type.py index 9d21fb8525d..5648855473a 100644 --- a/tools/ovc/openvino/tools/ovc/convert_data_type.py +++ b/tools/ovc/openvino/tools/ovc/convert_data_type.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np diff --git a/tools/ovc/openvino/tools/ovc/convert_impl.py b/tools/ovc/openvino/tools/ovc/convert_impl.py index 5321d5c854e..648e72ffe5a 100644 --- a/tools/ovc/openvino/tools/ovc/convert_impl.py +++ b/tools/ovc/openvino/tools/ovc/convert_impl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/ovc/openvino/tools/ovc/environment_setup_utils.py b/tools/ovc/openvino/tools/ovc/environment_setup_utils.py index a99684b25cc..1436be15d52 100644 --- a/tools/ovc/openvino/tools/ovc/environment_setup_utils.py +++ b/tools/ovc/openvino/tools/ovc/environment_setup_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/openvino/tools/ovc/error.py b/tools/ovc/openvino/tools/ovc/error.py index cbd92a6f664..55f5fd6ea5b 100644 --- a/tools/ovc/openvino/tools/ovc/error.py +++ b/tools/ovc/openvino/tools/ovc/error.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import re diff --git a/tools/ovc/openvino/tools/ovc/get_ov_update_message.py b/tools/ovc/openvino/tools/ovc/get_ov_update_message.py index fe3f296f87c..ecc9d8f1777 100644 --- a/tools/ovc/openvino/tools/ovc/get_ov_update_message.py +++ b/tools/ovc/openvino/tools/ovc/get_ov_update_message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/tools/ovc/openvino/tools/ovc/help.py b/tools/ovc/openvino/tools/ovc/help.py index da8fd2663fd..1ef914c0f48 100644 --- a/tools/ovc/openvino/tools/ovc/help.py +++ b/tools/ovc/openvino/tools/ovc/help.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 def get_convert_model_help_specifics(): diff --git a/tools/ovc/openvino/tools/ovc/logger.py b/tools/ovc/openvino/tools/ovc/logger.py index 0b96b44672f..f3c24a8582d 100644 --- a/tools/ovc/openvino/tools/ovc/logger.py +++ b/tools/ovc/openvino/tools/ovc/logger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import importlib.util diff --git a/tools/ovc/openvino/tools/ovc/main.py b/tools/ovc/openvino/tools/ovc/main.py index 14d87c641f4..b741cb77ce9 100644 --- a/tools/ovc/openvino/tools/ovc/main.py +++ b/tools/ovc/openvino/tools/ovc/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/__init__.py b/tools/ovc/openvino/tools/ovc/moc_frontend/__init__.py index cddd115d397..923d56d0414 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/__init__.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/__init__.py @@ -1,2 +1,2 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/extractor.py b/tools/ovc/openvino/tools/ovc/moc_frontend/extractor.py index 8e19aae7a1c..3693a54230f 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/extractor.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import re diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/layout_utils.py b/tools/ovc/openvino/tools/ovc/moc_frontend/layout_utils.py index 2b34307d377..68c4406622f 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/layout_utils.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/layout_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import Callable diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/moc_emit_ir.py b/tools/ovc/openvino/tools/ovc/moc_frontend/moc_emit_ir.py index 42e25a302b7..9e8e2507dea 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/moc_emit_ir.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/moc_emit_ir.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/offline_transformations.py b/tools/ovc/openvino/tools/ovc/moc_frontend/offline_transformations.py index a013862f07d..9b7ea2bbf35 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/offline_transformations.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/offline_transformations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/paddle_frontend_utils.py b/tools/ovc/openvino/tools/ovc/moc_frontend/paddle_frontend_utils.py index 95ef096a04f..d3e2ae24c46 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/paddle_frontend_utils.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/paddle_frontend_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/pipeline.py b/tools/ovc/openvino/tools/ovc/moc_frontend/pipeline.py index 6d353d8c23b..c184afaa579 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/pipeline.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/pipeline.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/preprocessing.py b/tools/ovc/openvino/tools/ovc/moc_frontend/preprocessing.py index 3621280eed4..0195960065d 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/preprocessing.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/preprocessing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/pytorch_frontend_utils.py b/tools/ovc/openvino/tools/ovc/moc_frontend/pytorch_frontend_utils.py index fa669ba6466..0e057c50bec 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/pytorch_frontend_utils.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/pytorch_frontend_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/shape_utils.py b/tools/ovc/openvino/tools/ovc/moc_frontend/shape_utils.py index 2c746ef384e..739f0f53b0e 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/shape_utils.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/shape_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/type_utils.py b/tools/ovc/openvino/tools/ovc/moc_frontend/type_utils.py index 372dd425429..1f6958fc8f4 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/type_utils.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/type_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tools/ovc/openvino/tools/ovc/ovc.py b/tools/ovc/openvino/tools/ovc/ovc.py index cb0110f0176..20c4a675797 100755 --- a/tools/ovc/openvino/tools/ovc/ovc.py +++ b/tools/ovc/openvino/tools/ovc/ovc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # !/usr/bin/env python3 diff --git a/tools/ovc/openvino/tools/ovc/telemetry_params.py b/tools/ovc/openvino/tools/ovc/telemetry_params.py index 08cc1d69f49..ea099ce2a87 100644 --- a/tools/ovc/openvino/tools/ovc/telemetry_params.py +++ b/tools/ovc/openvino/tools/ovc/telemetry_params.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 telemetry_params = { diff --git a/tools/ovc/openvino/tools/ovc/telemetry_stub.py b/tools/ovc/openvino/tools/ovc/telemetry_stub.py index 7f4551d9036..142ebf2abac 100644 --- a/tools/ovc/openvino/tools/ovc/telemetry_stub.py +++ b/tools/ovc/openvino/tools/ovc/telemetry_stub.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 class Telemetry(object): diff --git a/tools/ovc/openvino/tools/ovc/telemetry_utils.py b/tools/ovc/openvino/tools/ovc/telemetry_utils.py index 544ca1fe413..b3bb50d621e 100644 --- a/tools/ovc/openvino/tools/ovc/telemetry_utils.py +++ b/tools/ovc/openvino/tools/ovc/telemetry_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/ovc/openvino/tools/ovc/utils.py b/tools/ovc/openvino/tools/ovc/utils.py index 9590ed70eb8..6d0bf436599 100644 --- a/tools/ovc/openvino/tools/ovc/utils.py +++ b/tools/ovc/openvino/tools/ovc/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/openvino/tools/ovc/version.py b/tools/ovc/openvino/tools/ovc/version.py index 967603eec27..34e0128af92 100644 --- a/tools/ovc/openvino/tools/ovc/version.py +++ b/tools/ovc/openvino/tools/ovc/version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import re diff --git a/tools/ovc/unit_tests/moc_tf_fe/check_info_messages_test.py b/tools/ovc/unit_tests/moc_tf_fe/check_info_messages_test.py index 0e7c0155022..58a25438b22 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/check_info_messages_test.py +++ b/tools/ovc/unit_tests/moc_tf_fe/check_info_messages_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/ovc/unit_tests/moc_tf_fe/conversion_basic_models_test.py b/tools/ovc/unit_tests/moc_tf_fe/conversion_basic_models_test.py index 78cf452ec17..6093f58bf08 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/conversion_basic_models_test.py +++ b/tools/ovc/unit_tests/moc_tf_fe/conversion_basic_models_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/unit_tests/moc_tf_fe/conversion_incorrect_models_test.py b/tools/ovc/unit_tests/moc_tf_fe/conversion_incorrect_models_test.py index 85f26f83215..f2b9ff18bb9 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/conversion_incorrect_models_test.py +++ b/tools/ovc/unit_tests/moc_tf_fe/conversion_incorrect_models_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/unit_tests/moc_tf_fe/conversion_with_checkpoint_v1_test.py b/tools/ovc/unit_tests/moc_tf_fe/conversion_with_checkpoint_v1_test.py index 51bf93ccf33..ca83dc97801 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/conversion_with_checkpoint_v1_test.py +++ b/tools/ovc/unit_tests/moc_tf_fe/conversion_with_checkpoint_v1_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tempfile diff --git a/tools/ovc/unit_tests/moc_tf_fe/conversion_with_layout_test.py b/tools/ovc/unit_tests/moc_tf_fe/conversion_with_layout_test.py index e9d302e7a57..7b7ec434cad 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/conversion_with_layout_test.py +++ b/tools/ovc/unit_tests/moc_tf_fe/conversion_with_layout_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_add_with_undefined_constant.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_add_with_undefined_constant.py index 04de808dbff..68d041f3a32 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_add_with_undefined_constant.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_add_with_undefined_constant.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_bool.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_bool.py index 3b1504298e1..8bf6c0af751 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_bool.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_bool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_bool2.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_bool2.py index e75c56dfa4f..08aa4ca20c5 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_bool2.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_bool2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_fp32.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_fp32.py index d10871514df..11f6fe9b7c2 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_fp32.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_fp32.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_int32.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_int32.py index 21f68a2fa29..e26dd475677 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_int32.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_int32.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_mul_with_undefined_constant.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_mul_with_undefined_constant.py index 8c0c6dd814d..5d11e167633 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_mul_with_undefined_constant.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_mul_with_undefined_constant.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_switch_merge.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_switch_merge.py index 663bbefef6c..5a261534ce8 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_switch_merge.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_switch_merge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_three_inputs.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_three_inputs.py index 4b03d99fc24..615d5c0374b 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_three_inputs.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_three_inputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_with_convolution_dynamic_rank.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_with_convolution_dynamic_rank.py index f4666d45f94..a527c391db4 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_with_convolution_dynamic_rank.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_with_convolution_dynamic_rank.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_with_if.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_with_if.py index 4a68b1810ea..677193650fb 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/model_with_if.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/model_with_if.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/mul_with_unknown_rank_y.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/mul_with_unknown_rank_y.py index 6497b556407..7183075205c 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/mul_with_unknown_rank_y.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/mul_with_unknown_rank_y.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/test_models/placeholder_with_default.py b/tools/ovc/unit_tests/moc_tf_fe/test_models/placeholder_with_default.py index 6ce4b49ba1d..b559443f992 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/test_models/placeholder_with_default.py +++ b/tools/ovc/unit_tests/moc_tf_fe/test_models/placeholder_with_default.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import tensorflow.compat.v1 as tf diff --git a/tools/ovc/unit_tests/moc_tf_fe/utils.py b/tools/ovc/unit_tests/moc_tf_fe/utils.py index 75f0c83f6f0..f68c3ef0559 100644 --- a/tools/ovc/unit_tests/moc_tf_fe/utils.py +++ b/tools/ovc/unit_tests/moc_tf_fe/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/unit_tests/ovc/bom_test.py b/tools/ovc/unit_tests/ovc/bom_test.py index b4a6ad2d8fb..3b396ac240c 100644 --- a/tools/ovc/unit_tests/ovc/bom_test.py +++ b/tools/ovc/unit_tests/ovc/bom_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/unit_tests/ovc/convert/import_from_mo_test.py b/tools/ovc/unit_tests/ovc/convert/import_from_mo_test.py index fa9b08d30f0..8f1ce89ff03 100644 --- a/tools/ovc/unit_tests/ovc/convert/import_from_mo_test.py +++ b/tools/ovc/unit_tests/ovc/convert/import_from_mo_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/unit_tests/ovc/convert/meta_data_test.py b/tools/ovc/unit_tests/ovc/convert/meta_data_test.py index 3c7dae9d0b1..58ee8602ac2 100644 --- a/tools/ovc/unit_tests/ovc/convert/meta_data_test.py +++ b/tools/ovc/unit_tests/ovc/convert/meta_data_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/unit_tests/ovc/convert/meta_data_test_actual.py b/tools/ovc/unit_tests/ovc/convert/meta_data_test_actual.py index ebb46f10734..337853942d8 100644 --- a/tools/ovc/unit_tests/ovc/convert/meta_data_test_actual.py +++ b/tools/ovc/unit_tests/ovc/convert/meta_data_test_actual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/unit_tests/ovc/convert/utils.py b/tools/ovc/unit_tests/ovc/convert/utils.py index 739450263a9..66970cab8e5 100644 --- a/tools/ovc/unit_tests/ovc/convert/utils.py +++ b/tools/ovc/unit_tests/ovc/convert/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tools/ovc/unit_tests/ovc/main_test_error_log.py b/tools/ovc/unit_tests/ovc/main_test_error_log.py index cd77f27ead9..6b6a842ed6e 100644 --- a/tools/ovc/unit_tests/ovc/main_test_error_log.py +++ b/tools/ovc/unit_tests/ovc/main_test_error_log.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/ovc/unit_tests/ovc/unit_test_with_mocked_telemetry.py b/tools/ovc/unit_tests/ovc/unit_test_with_mocked_telemetry.py index 43e1ad3255f..aaa209c0919 100644 --- a/tools/ovc/unit_tests/ovc/unit_test_with_mocked_telemetry.py +++ b/tools/ovc/unit_tests/ovc/unit_test_with_mocked_telemetry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/tools/ovc/unit_tests/ovc/utils/cli_parser_test.py b/tools/ovc/unit_tests/ovc/utils/cli_parser_test.py index 6ec64c3f156..735acf6544d 100644 --- a/tools/ovc/unit_tests/ovc/utils/cli_parser_test.py +++ b/tools/ovc/unit_tests/ovc/utils/cli_parser_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse diff --git a/tools/ovc/unit_tests/ovc/utils/error_test.py b/tools/ovc/unit_tests/ovc/utils/error_test.py index bbd1361f208..90c7b6a3672 100644 --- a/tools/ovc/unit_tests/ovc/utils/error_test.py +++ b/tools/ovc/unit_tests/ovc/utils/error_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest