diff --git a/ngraph/CMakeLists.txt b/ngraph/CMakeLists.txt index 5a01b651e68..f975bb87efb 100644 --- a/ngraph/CMakeLists.txt +++ b/ngraph/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/cmake/Modules/fix_mode.cmake b/ngraph/cmake/Modules/fix_mode.cmake index 1a1a1c18ae2..90572cfb935 100644 --- a/ngraph/cmake/Modules/fix_mode.cmake +++ b/ngraph/cmake/Modules/fix_mode.cmake @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/cmake/Modules/git_tags.cmake b/ngraph/cmake/Modules/git_tags.cmake index 476998cf2ca..b3fcf1b7f04 100644 --- a/ngraph/cmake/Modules/git_tags.cmake +++ b/ngraph/cmake/Modules/git_tags.cmake @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/cmake/Modules/style_apply.cmake b/ngraph/cmake/Modules/style_apply.cmake index 6636e1566f0..9730a269a46 100644 --- a/ngraph/cmake/Modules/style_apply.cmake +++ b/ngraph/cmake/Modules/style_apply.cmake @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/cmake/Modules/style_check.cmake b/ngraph/cmake/Modules/style_check.cmake index e242cda7c44..9a0479672fd 100644 --- a/ngraph/cmake/Modules/style_check.cmake +++ b/ngraph/cmake/Modules/style_check.cmake @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/cmake/external_gtest.cmake b/ngraph/cmake/external_gtest.cmake index 12d453661c3..49322513fb8 100644 --- a/ngraph/cmake/external_gtest.cmake +++ b/ngraph/cmake/external_gtest.cmake @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/cmake/external_onnx.cmake b/ngraph/cmake/external_onnx.cmake index 5b8a6daad36..c8298e01170 100644 --- a/ngraph/cmake/external_onnx.cmake +++ b/ngraph/cmake/external_onnx.cmake @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/cmake/external_protobuf.cmake b/ngraph/cmake/external_protobuf.cmake index 3100a8b3d03..dce7d8826a0 100644 --- a/ngraph/cmake/external_protobuf.cmake +++ b/ngraph/cmake/external_protobuf.cmake @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/cmake/share/ngraphConfig.cmake.in b/ngraph/cmake/share/ngraphConfig.cmake.in index 3c25413f8dd..0e754b5745f 100644 --- a/ngraph/cmake/share/ngraphConfig.cmake.in +++ b/ngraph/cmake/share/ngraphConfig.cmake.in @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/core/CMakeLists.txt b/ngraph/core/CMakeLists.txt index ef84d58b69b..8263dd42d23 100644 --- a/ngraph/core/CMakeLists.txt +++ b/ngraph/core/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/core/builder/CMakeLists.txt b/ngraph/core/builder/CMakeLists.txt index 56b4dc70a1b..13b31ee1779 100644 --- a/ngraph/core/builder/CMakeLists.txt +++ b/ngraph/core/builder/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/core/builder/include/ngraph/builder/autobroadcast.hpp b/ngraph/core/builder/include/ngraph/builder/autobroadcast.hpp index a4569cb1bf8..c1ab58ebc75 100644 --- a/ngraph/core/builder/include/ngraph/builder/autobroadcast.hpp +++ b/ngraph/core/builder/include/ngraph/builder/autobroadcast.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/include/ngraph/builder/make_constant.hpp b/ngraph/core/builder/include/ngraph/builder/make_constant.hpp index 0132e99c48c..9dec2935057 100644 --- a/ngraph/core/builder/include/ngraph/builder/make_constant.hpp +++ b/ngraph/core/builder/include/ngraph/builder/make_constant.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/include/ngraph/builder/norm.hpp b/ngraph/core/builder/include/ngraph/builder/norm.hpp index ec3a0f5f231..1377ce2aa05 100644 --- a/ngraph/core/builder/include/ngraph/builder/norm.hpp +++ b/ngraph/core/builder/include/ngraph/builder/norm.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/include/ngraph/builder/reduce_ops.hpp b/ngraph/core/builder/include/ngraph/builder/reduce_ops.hpp index 99c85d001a1..92444f92344 100644 --- a/ngraph/core/builder/include/ngraph/builder/reduce_ops.hpp +++ b/ngraph/core/builder/include/ngraph/builder/reduce_ops.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/include/ngraph/builder/reshape.hpp b/ngraph/core/builder/include/ngraph/builder/reshape.hpp index c4e7f0d22e8..c2eaa7f6461 100644 --- a/ngraph/core/builder/include/ngraph/builder/reshape.hpp +++ b/ngraph/core/builder/include/ngraph/builder/reshape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/include/ngraph/builder/split.hpp b/ngraph/core/builder/include/ngraph/builder/split.hpp index 08604cec7cc..5c9eaff292e 100644 --- a/ngraph/core/builder/include/ngraph/builder/split.hpp +++ b/ngraph/core/builder/include/ngraph/builder/split.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/src/builder/autobroadcast.cpp b/ngraph/core/builder/src/builder/autobroadcast.cpp index 18c4c91b7ff..2d1022febd9 100644 --- a/ngraph/core/builder/src/builder/autobroadcast.cpp +++ b/ngraph/core/builder/src/builder/autobroadcast.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/src/builder/norm.cpp b/ngraph/core/builder/src/builder/norm.cpp index dd8d6049fd0..a4ca8847ca1 100644 --- a/ngraph/core/builder/src/builder/norm.cpp +++ b/ngraph/core/builder/src/builder/norm.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/src/builder/reduce_ops.cpp b/ngraph/core/builder/src/builder/reduce_ops.cpp index e217d1a0871..86d981973cc 100644 --- a/ngraph/core/builder/src/builder/reduce_ops.cpp +++ b/ngraph/core/builder/src/builder/reduce_ops.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/src/builder/reshape.cpp b/ngraph/core/builder/src/builder/reshape.cpp index 4c1296419f5..41aabf8f85f 100644 --- a/ngraph/core/builder/src/builder/reshape.cpp +++ b/ngraph/core/builder/src/builder/reshape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/src/builder/split.cpp b/ngraph/core/builder/src/builder/split.cpp index f049be20652..c5ab1f10f8a 100644 --- a/ngraph/core/builder/src/builder/split.cpp +++ b/ngraph/core/builder/src/builder/split.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/builder/src/precomp.hpp b/ngraph/core/builder/src/precomp.hpp index a295c06a973..82c0629eb08 100644 --- a/ngraph/core/builder/src/precomp.hpp +++ b/ngraph/core/builder/src/precomp.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/attribute_adapter.hpp b/ngraph/core/include/ngraph/attribute_adapter.hpp index 3e83e7f49a9..6df841e3dd1 100644 --- a/ngraph/core/include/ngraph/attribute_adapter.hpp +++ b/ngraph/core/include/ngraph/attribute_adapter.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/attribute_visitor.hpp b/ngraph/core/include/ngraph/attribute_visitor.hpp index 26993f956f9..6d314d051f5 100644 --- a/ngraph/core/include/ngraph/attribute_visitor.hpp +++ b/ngraph/core/include/ngraph/attribute_visitor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/axis_set.hpp b/ngraph/core/include/ngraph/axis_set.hpp index 7e518ab78e0..6df906af1c0 100644 --- a/ngraph/core/include/ngraph/axis_set.hpp +++ b/ngraph/core/include/ngraph/axis_set.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/axis_vector.hpp b/ngraph/core/include/ngraph/axis_vector.hpp index 0347a0f44f1..2a35be896b9 100644 --- a/ngraph/core/include/ngraph/axis_vector.hpp +++ b/ngraph/core/include/ngraph/axis_vector.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/check.hpp b/ngraph/core/include/ngraph/check.hpp index 5fa4d52d2d5..e4be446afe3 100644 --- a/ngraph/core/include/ngraph/check.hpp +++ b/ngraph/core/include/ngraph/check.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/chrome_trace.hpp b/ngraph/core/include/ngraph/chrome_trace.hpp index db4d1e1c64e..848d1869f66 100644 --- a/ngraph/core/include/ngraph/chrome_trace.hpp +++ b/ngraph/core/include/ngraph/chrome_trace.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/coordinate.hpp b/ngraph/core/include/ngraph/coordinate.hpp index c2b2f1b269a..43041f35fc3 100644 --- a/ngraph/core/include/ngraph/coordinate.hpp +++ b/ngraph/core/include/ngraph/coordinate.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/coordinate_diff.hpp b/ngraph/core/include/ngraph/coordinate_diff.hpp index db172564868..c617d2779fa 100644 --- a/ngraph/core/include/ngraph/coordinate_diff.hpp +++ b/ngraph/core/include/ngraph/coordinate_diff.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/deprecated.hpp b/ngraph/core/include/ngraph/deprecated.hpp index 21bd07e278e..5773a5bd20d 100644 --- a/ngraph/core/include/ngraph/deprecated.hpp +++ b/ngraph/core/include/ngraph/deprecated.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/descriptor/input.hpp b/ngraph/core/include/ngraph/descriptor/input.hpp index cd06592739c..06d7ba6884d 100644 --- a/ngraph/core/include/ngraph/descriptor/input.hpp +++ b/ngraph/core/include/ngraph/descriptor/input.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/descriptor/output.hpp b/ngraph/core/include/ngraph/descriptor/output.hpp index 0d47d0b5821..c7c2fc875a6 100644 --- a/ngraph/core/include/ngraph/descriptor/output.hpp +++ b/ngraph/core/include/ngraph/descriptor/output.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/descriptor/tensor.hpp b/ngraph/core/include/ngraph/descriptor/tensor.hpp index 6b0beb2fbaf..123b2ec507b 100644 --- a/ngraph/core/include/ngraph/descriptor/tensor.hpp +++ b/ngraph/core/include/ngraph/descriptor/tensor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/dimension.hpp b/ngraph/core/include/ngraph/dimension.hpp index 0b905b4e634..d0449b02439 100644 --- a/ngraph/core/include/ngraph/dimension.hpp +++ b/ngraph/core/include/ngraph/dimension.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/distributed.hpp b/ngraph/core/include/ngraph/distributed.hpp index 5ca18ddb83a..5642b5358d8 100644 --- a/ngraph/core/include/ngraph/distributed.hpp +++ b/ngraph/core/include/ngraph/distributed.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/enum_names.hpp b/ngraph/core/include/ngraph/enum_names.hpp index b3321212269..6d5a7c8fe9c 100644 --- a/ngraph/core/include/ngraph/enum_names.hpp +++ b/ngraph/core/include/ngraph/enum_names.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/env_util.hpp b/ngraph/core/include/ngraph/env_util.hpp index 9bbc1bba160..6c71f5d9999 100644 --- a/ngraph/core/include/ngraph/env_util.hpp +++ b/ngraph/core/include/ngraph/env_util.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/evaluator.hpp b/ngraph/core/include/ngraph/evaluator.hpp index 3028a53155f..d8a3f686bd9 100644 --- a/ngraph/core/include/ngraph/evaluator.hpp +++ b/ngraph/core/include/ngraph/evaluator.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/except.hpp b/ngraph/core/include/ngraph/except.hpp index 008ab408406..2389f6fda1a 100644 --- a/ngraph/core/include/ngraph/except.hpp +++ b/ngraph/core/include/ngraph/except.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/factory.hpp b/ngraph/core/include/ngraph/factory.hpp index ebf500a98fa..cf2d2c0d035 100644 --- a/ngraph/core/include/ngraph/factory.hpp +++ b/ngraph/core/include/ngraph/factory.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/factory_adapter.hpp b/ngraph/core/include/ngraph/factory_adapter.hpp index eeb9b00aa1a..d3e09151f7b 100644 --- a/ngraph/core/include/ngraph/factory_adapter.hpp +++ b/ngraph/core/include/ngraph/factory_adapter.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/file_util.hpp b/ngraph/core/include/ngraph/file_util.hpp index eb5f03eb6f9..9fb0fe4e874 100644 --- a/ngraph/core/include/ngraph/file_util.hpp +++ b/ngraph/core/include/ngraph/file_util.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/function.hpp b/ngraph/core/include/ngraph/function.hpp index 06fad214f1d..922cfcd7966 100644 --- a/ngraph/core/include/ngraph/function.hpp +++ b/ngraph/core/include/ngraph/function.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/graph_util.hpp b/ngraph/core/include/ngraph/graph_util.hpp index fd7a84acfb6..3c9052411bd 100644 --- a/ngraph/core/include/ngraph/graph_util.hpp +++ b/ngraph/core/include/ngraph/graph_util.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/interval.hpp b/ngraph/core/include/ngraph/interval.hpp index d8ffc15a2b7..e0065d028b4 100644 --- a/ngraph/core/include/ngraph/interval.hpp +++ b/ngraph/core/include/ngraph/interval.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/log.hpp b/ngraph/core/include/ngraph/log.hpp index d9b37c412ea..ce0bbb47cbe 100644 --- a/ngraph/core/include/ngraph/log.hpp +++ b/ngraph/core/include/ngraph/log.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/ngraph.hpp b/ngraph/core/include/ngraph/ngraph.hpp index e4e9e73cac2..cdada052e76 100644 --- a/ngraph/core/include/ngraph/ngraph.hpp +++ b/ngraph/core/include/ngraph/ngraph.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/ngraph_visibility.hpp b/ngraph/core/include/ngraph/ngraph_visibility.hpp index 74049799762..14422566742 100644 --- a/ngraph/core/include/ngraph/ngraph_visibility.hpp +++ b/ngraph/core/include/ngraph/ngraph_visibility.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/node.hpp b/ngraph/core/include/ngraph/node.hpp index 31220dd9b60..628a9c26866 100644 --- a/ngraph/core/include/ngraph/node.hpp +++ b/ngraph/core/include/ngraph/node.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/node_input.hpp b/ngraph/core/include/ngraph/node_input.hpp index 2820277389b..090ed919498 100644 --- a/ngraph/core/include/ngraph/node_input.hpp +++ b/ngraph/core/include/ngraph/node_input.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/node_output.hpp b/ngraph/core/include/ngraph/node_output.hpp index 4999a54ec18..359a1441cfc 100644 --- a/ngraph/core/include/ngraph/node_output.hpp +++ b/ngraph/core/include/ngraph/node_output.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/abs.hpp b/ngraph/core/include/ngraph/op/abs.hpp index 662539dc242..d9235034322 100644 --- a/ngraph/core/include/ngraph/op/abs.hpp +++ b/ngraph/core/include/ngraph/op/abs.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/acos.hpp b/ngraph/core/include/ngraph/op/acos.hpp index 2205deb97e5..c414491e6db 100644 --- a/ngraph/core/include/ngraph/op/acos.hpp +++ b/ngraph/core/include/ngraph/op/acos.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/acosh.hpp b/ngraph/core/include/ngraph/op/acosh.hpp index b2bd30b1baa..c8a7b9e34f1 100644 --- a/ngraph/core/include/ngraph/op/acosh.hpp +++ b/ngraph/core/include/ngraph/op/acosh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/add.hpp b/ngraph/core/include/ngraph/op/add.hpp index f5836c567b5..9c015b1a167 100644 --- a/ngraph/core/include/ngraph/op/add.hpp +++ b/ngraph/core/include/ngraph/op/add.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -66,4 +66,4 @@ namespace ngraph }; } // namespace v1 } // namespace op -} // namespace ngraph \ No newline at end of file +} // namespace ngraph diff --git a/ngraph/core/include/ngraph/op/and.hpp b/ngraph/core/include/ngraph/op/and.hpp index b10fe55722f..792a31a2bff 100644 --- a/ngraph/core/include/ngraph/op/and.hpp +++ b/ngraph/core/include/ngraph/op/and.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/asin.hpp b/ngraph/core/include/ngraph/op/asin.hpp index ad3a3507ce2..719217f05d4 100644 --- a/ngraph/core/include/ngraph/op/asin.hpp +++ b/ngraph/core/include/ngraph/op/asin.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/asinh.hpp b/ngraph/core/include/ngraph/op/asinh.hpp index ce9b5e09898..11821343590 100644 --- a/ngraph/core/include/ngraph/op/asinh.hpp +++ b/ngraph/core/include/ngraph/op/asinh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/assign.hpp b/ngraph/core/include/ngraph/op/assign.hpp index 5f2b08ee26b..fc2d7f3cff5 100644 --- a/ngraph/core/include/ngraph/op/assign.hpp +++ b/ngraph/core/include/ngraph/op/assign.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/atan.hpp b/ngraph/core/include/ngraph/op/atan.hpp index b02ac2555df..356a749c811 100644 --- a/ngraph/core/include/ngraph/op/atan.hpp +++ b/ngraph/core/include/ngraph/op/atan.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/atanh.hpp b/ngraph/core/include/ngraph/op/atanh.hpp index 8d19718b7ae..f361937e0e2 100644 --- a/ngraph/core/include/ngraph/op/atanh.hpp +++ b/ngraph/core/include/ngraph/op/atanh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/avg_pool.hpp b/ngraph/core/include/ngraph/op/avg_pool.hpp index ed2e50a4e8e..bd1ec723394 100644 --- a/ngraph/core/include/ngraph/op/avg_pool.hpp +++ b/ngraph/core/include/ngraph/op/avg_pool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/batch_norm.hpp b/ngraph/core/include/ngraph/op/batch_norm.hpp index 78aba1e134c..9e8a828d352 100644 --- a/ngraph/core/include/ngraph/op/batch_norm.hpp +++ b/ngraph/core/include/ngraph/op/batch_norm.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/batch_to_space.hpp b/ngraph/core/include/ngraph/op/batch_to_space.hpp index e48d9e8e0a9..dff8af5c2fe 100644 --- a/ngraph/core/include/ngraph/op/batch_to_space.hpp +++ b/ngraph/core/include/ngraph/op/batch_to_space.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/binary_convolution.hpp b/ngraph/core/include/ngraph/op/binary_convolution.hpp index ff8341c2e3f..890312aaeab 100644 --- a/ngraph/core/include/ngraph/op/binary_convolution.hpp +++ b/ngraph/core/include/ngraph/op/binary_convolution.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/broadcast.hpp b/ngraph/core/include/ngraph/op/broadcast.hpp index e7a2c60fb90..dc896851d15 100644 --- a/ngraph/core/include/ngraph/op/broadcast.hpp +++ b/ngraph/core/include/ngraph/op/broadcast.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/bucketize.hpp b/ngraph/core/include/ngraph/op/bucketize.hpp index 1d9452aeb4d..0f5c96884da 100644 --- a/ngraph/core/include/ngraph/op/bucketize.hpp +++ b/ngraph/core/include/ngraph/op/bucketize.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/ceiling.hpp b/ngraph/core/include/ngraph/op/ceiling.hpp index 288713dc8d9..aeb90221c14 100644 --- a/ngraph/core/include/ngraph/op/ceiling.hpp +++ b/ngraph/core/include/ngraph/op/ceiling.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/clamp.hpp b/ngraph/core/include/ngraph/op/clamp.hpp index a24e84ad5bc..18900094df3 100644 --- a/ngraph/core/include/ngraph/op/clamp.hpp +++ b/ngraph/core/include/ngraph/op/clamp.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/concat.hpp b/ngraph/core/include/ngraph/op/concat.hpp index ab54c2d8ef8..f0c99c6c9b5 100644 --- a/ngraph/core/include/ngraph/op/concat.hpp +++ b/ngraph/core/include/ngraph/op/concat.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/constant.hpp b/ngraph/core/include/ngraph/op/constant.hpp index 4caca60c314..b411e2caa3d 100644 --- a/ngraph/core/include/ngraph/op/constant.hpp +++ b/ngraph/core/include/ngraph/op/constant.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/convert.hpp b/ngraph/core/include/ngraph/op/convert.hpp index fc768c84a65..e527dfeb43e 100644 --- a/ngraph/core/include/ngraph/op/convert.hpp +++ b/ngraph/core/include/ngraph/op/convert.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/convert_like.hpp b/ngraph/core/include/ngraph/op/convert_like.hpp index 22d1622988c..aadef91b268 100644 --- a/ngraph/core/include/ngraph/op/convert_like.hpp +++ b/ngraph/core/include/ngraph/op/convert_like.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/convolution.hpp b/ngraph/core/include/ngraph/op/convolution.hpp index 9aeba913372..c6481e86851 100644 --- a/ngraph/core/include/ngraph/op/convolution.hpp +++ b/ngraph/core/include/ngraph/op/convolution.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/cos.hpp b/ngraph/core/include/ngraph/op/cos.hpp index 1011e1255c1..50fcd67046d 100644 --- a/ngraph/core/include/ngraph/op/cos.hpp +++ b/ngraph/core/include/ngraph/op/cos.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/cosh.hpp b/ngraph/core/include/ngraph/op/cosh.hpp index 8531bc03fa3..3ebd0053a7e 100644 --- a/ngraph/core/include/ngraph/op/cosh.hpp +++ b/ngraph/core/include/ngraph/op/cosh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/ctc_greedy_decoder.hpp b/ngraph/core/include/ngraph/op/ctc_greedy_decoder.hpp index 267d0d86ee8..760a470dd98 100644 --- a/ngraph/core/include/ngraph/op/ctc_greedy_decoder.hpp +++ b/ngraph/core/include/ngraph/op/ctc_greedy_decoder.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/ctc_loss.hpp b/ngraph/core/include/ngraph/op/ctc_loss.hpp index 0fa2f5c0f67..9026a766c86 100644 --- a/ngraph/core/include/ngraph/op/ctc_loss.hpp +++ b/ngraph/core/include/ngraph/op/ctc_loss.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/cum_sum.hpp b/ngraph/core/include/ngraph/op/cum_sum.hpp index f2d65b86dbb..83efbdc37e8 100644 --- a/ngraph/core/include/ngraph/op/cum_sum.hpp +++ b/ngraph/core/include/ngraph/op/cum_sum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/deformable_convolution.hpp b/ngraph/core/include/ngraph/op/deformable_convolution.hpp index 967ee7d37ea..1b52f154668 100644 --- a/ngraph/core/include/ngraph/op/deformable_convolution.hpp +++ b/ngraph/core/include/ngraph/op/deformable_convolution.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/deformable_psroi_pooling.hpp b/ngraph/core/include/ngraph/op/deformable_psroi_pooling.hpp index f319c198fb9..9a73a8f2d37 100644 --- a/ngraph/core/include/ngraph/op/deformable_psroi_pooling.hpp +++ b/ngraph/core/include/ngraph/op/deformable_psroi_pooling.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/depth_to_space.hpp b/ngraph/core/include/ngraph/op/depth_to_space.hpp index 905d8ff9386..9a65583c1ba 100644 --- a/ngraph/core/include/ngraph/op/depth_to_space.hpp +++ b/ngraph/core/include/ngraph/op/depth_to_space.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/detection_output.hpp b/ngraph/core/include/ngraph/op/detection_output.hpp index 55457bf4f0f..da865682301 100644 --- a/ngraph/core/include/ngraph/op/detection_output.hpp +++ b/ngraph/core/include/ngraph/op/detection_output.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/divide.hpp b/ngraph/core/include/ngraph/op/divide.hpp index fdaef3a49b5..66262d890ac 100644 --- a/ngraph/core/include/ngraph/op/divide.hpp +++ b/ngraph/core/include/ngraph/op/divide.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/elu.hpp b/ngraph/core/include/ngraph/op/elu.hpp index 583d829dae7..c3c9c950922 100644 --- a/ngraph/core/include/ngraph/op/elu.hpp +++ b/ngraph/core/include/ngraph/op/elu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/embedding_segments_sum.hpp b/ngraph/core/include/ngraph/op/embedding_segments_sum.hpp index 24827c5571d..d89932bbcc0 100644 --- a/ngraph/core/include/ngraph/op/embedding_segments_sum.hpp +++ b/ngraph/core/include/ngraph/op/embedding_segments_sum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -90,4 +90,4 @@ namespace ngraph } using v3::EmbeddingSegmentsSum; } -} \ No newline at end of file +} diff --git a/ngraph/core/include/ngraph/op/embeddingbag_offsets_sum.hpp b/ngraph/core/include/ngraph/op/embeddingbag_offsets_sum.hpp index bcfd59f574f..601c0acf4d6 100644 --- a/ngraph/core/include/ngraph/op/embeddingbag_offsets_sum.hpp +++ b/ngraph/core/include/ngraph/op/embeddingbag_offsets_sum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/embeddingbag_packedsum.hpp b/ngraph/core/include/ngraph/op/embeddingbag_packedsum.hpp index 60820b58077..ae20ccb4809 100644 --- a/ngraph/core/include/ngraph/op/embeddingbag_packedsum.hpp +++ b/ngraph/core/include/ngraph/op/embeddingbag_packedsum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -60,4 +60,4 @@ namespace ngraph } using v3::EmbeddingBagPackedSum; } -} \ No newline at end of file +} diff --git a/ngraph/core/include/ngraph/op/equal.hpp b/ngraph/core/include/ngraph/op/equal.hpp index 4b9edc72685..1abbf3b89f0 100644 --- a/ngraph/core/include/ngraph/op/equal.hpp +++ b/ngraph/core/include/ngraph/op/equal.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/erf.hpp b/ngraph/core/include/ngraph/op/erf.hpp index 82c89d02a13..e687120b49c 100644 --- a/ngraph/core/include/ngraph/op/erf.hpp +++ b/ngraph/core/include/ngraph/op/erf.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/exp.hpp b/ngraph/core/include/ngraph/op/exp.hpp index 38be5136ece..9678603b27e 100644 --- a/ngraph/core/include/ngraph/op/exp.hpp +++ b/ngraph/core/include/ngraph/op/exp.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/extractimagepatches.hpp b/ngraph/core/include/ngraph/op/extractimagepatches.hpp index f11ae057ba3..f10dc37686d 100644 --- a/ngraph/core/include/ngraph/op/extractimagepatches.hpp +++ b/ngraph/core/include/ngraph/op/extractimagepatches.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/fake_quantize.hpp b/ngraph/core/include/ngraph/op/fake_quantize.hpp index de9bdf905e5..16a701d36de 100644 --- a/ngraph/core/include/ngraph/op/fake_quantize.hpp +++ b/ngraph/core/include/ngraph/op/fake_quantize.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/floor.hpp b/ngraph/core/include/ngraph/op/floor.hpp index 3564826cf4f..9d273737fa1 100644 --- a/ngraph/core/include/ngraph/op/floor.hpp +++ b/ngraph/core/include/ngraph/op/floor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/floor_mod.hpp b/ngraph/core/include/ngraph/op/floor_mod.hpp index 5a0ed9b81a4..a56780c6eac 100644 --- a/ngraph/core/include/ngraph/op/floor_mod.hpp +++ b/ngraph/core/include/ngraph/op/floor_mod.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/gather.hpp b/ngraph/core/include/ngraph/op/gather.hpp index e158d24ac22..3c8a34927c5 100644 --- a/ngraph/core/include/ngraph/op/gather.hpp +++ b/ngraph/core/include/ngraph/op/gather.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/gather_elements.hpp b/ngraph/core/include/ngraph/op/gather_elements.hpp index aa381381334..67873727a22 100644 --- a/ngraph/core/include/ngraph/op/gather_elements.hpp +++ b/ngraph/core/include/ngraph/op/gather_elements.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/gather_nd.hpp b/ngraph/core/include/ngraph/op/gather_nd.hpp index a808ba62e43..021173c85c9 100644 --- a/ngraph/core/include/ngraph/op/gather_nd.hpp +++ b/ngraph/core/include/ngraph/op/gather_nd.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/gather_tree.hpp b/ngraph/core/include/ngraph/op/gather_tree.hpp index 1cb5a86c93a..4311f4ae924 100644 --- a/ngraph/core/include/ngraph/op/gather_tree.hpp +++ b/ngraph/core/include/ngraph/op/gather_tree.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/gelu.hpp b/ngraph/core/include/ngraph/op/gelu.hpp index 8b775debbf5..48f35d20216 100644 --- a/ngraph/core/include/ngraph/op/gelu.hpp +++ b/ngraph/core/include/ngraph/op/gelu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/greater.hpp b/ngraph/core/include/ngraph/op/greater.hpp index ee55920c63b..817443b1257 100644 --- a/ngraph/core/include/ngraph/op/greater.hpp +++ b/ngraph/core/include/ngraph/op/greater.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/greater_eq.hpp b/ngraph/core/include/ngraph/op/greater_eq.hpp index de4b79f0e55..866a969488d 100644 --- a/ngraph/core/include/ngraph/op/greater_eq.hpp +++ b/ngraph/core/include/ngraph/op/greater_eq.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/grn.hpp b/ngraph/core/include/ngraph/op/grn.hpp index 5277c343aa2..f59c78ac1f4 100644 --- a/ngraph/core/include/ngraph/op/grn.hpp +++ b/ngraph/core/include/ngraph/op/grn.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/group_conv.hpp b/ngraph/core/include/ngraph/op/group_conv.hpp index c4dbf238704..39f2bc96307 100644 --- a/ngraph/core/include/ngraph/op/group_conv.hpp +++ b/ngraph/core/include/ngraph/op/group_conv.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/gru_cell.hpp b/ngraph/core/include/ngraph/op/gru_cell.hpp index 64f8b62b988..63f1335263e 100644 --- a/ngraph/core/include/ngraph/op/gru_cell.hpp +++ b/ngraph/core/include/ngraph/op/gru_cell.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/gru_sequence.hpp b/ngraph/core/include/ngraph/op/gru_sequence.hpp index 39ee0dd91ff..113a8206d64 100644 --- a/ngraph/core/include/ngraph/op/gru_sequence.hpp +++ b/ngraph/core/include/ngraph/op/gru_sequence.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/hard_sigmoid.hpp b/ngraph/core/include/ngraph/op/hard_sigmoid.hpp index 8ca21d2ba35..77222b2e8f4 100644 --- a/ngraph/core/include/ngraph/op/hard_sigmoid.hpp +++ b/ngraph/core/include/ngraph/op/hard_sigmoid.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/hsigmoid.hpp b/ngraph/core/include/ngraph/op/hsigmoid.hpp index 4783400b69c..5180fe99dc5 100644 --- a/ngraph/core/include/ngraph/op/hsigmoid.hpp +++ b/ngraph/core/include/ngraph/op/hsigmoid.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/hswish.hpp b/ngraph/core/include/ngraph/op/hswish.hpp index f7d42619e08..544222bc6e3 100644 --- a/ngraph/core/include/ngraph/op/hswish.hpp +++ b/ngraph/core/include/ngraph/op/hswish.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/interpolate.hpp b/ngraph/core/include/ngraph/op/interpolate.hpp index 41d26112cec..742576e81a7 100644 --- a/ngraph/core/include/ngraph/op/interpolate.hpp +++ b/ngraph/core/include/ngraph/op/interpolate.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/less.hpp b/ngraph/core/include/ngraph/op/less.hpp index fcaa5e505f0..a29f4b72aa0 100644 --- a/ngraph/core/include/ngraph/op/less.hpp +++ b/ngraph/core/include/ngraph/op/less.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/less_eq.hpp b/ngraph/core/include/ngraph/op/less_eq.hpp index c87fe31f030..dcccce9e7f1 100644 --- a/ngraph/core/include/ngraph/op/less_eq.hpp +++ b/ngraph/core/include/ngraph/op/less_eq.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/log.hpp b/ngraph/core/include/ngraph/op/log.hpp index cf44888e13b..ab7005fce50 100644 --- a/ngraph/core/include/ngraph/op/log.hpp +++ b/ngraph/core/include/ngraph/op/log.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/log_softmax.hpp b/ngraph/core/include/ngraph/op/log_softmax.hpp index 35ddc02b3d8..24f2baa1fcf 100644 --- a/ngraph/core/include/ngraph/op/log_softmax.hpp +++ b/ngraph/core/include/ngraph/op/log_softmax.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/loop.hpp b/ngraph/core/include/ngraph/op/loop.hpp index b2675e622e3..d5de22ae55b 100644 --- a/ngraph/core/include/ngraph/op/loop.hpp +++ b/ngraph/core/include/ngraph/op/loop.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/lrn.hpp b/ngraph/core/include/ngraph/op/lrn.hpp index 11a77f5dd3c..3a99664f984 100644 --- a/ngraph/core/include/ngraph/op/lrn.hpp +++ b/ngraph/core/include/ngraph/op/lrn.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/lstm_cell.hpp b/ngraph/core/include/ngraph/op/lstm_cell.hpp index 0c3957c7ecc..46cf64f2bb9 100644 --- a/ngraph/core/include/ngraph/op/lstm_cell.hpp +++ b/ngraph/core/include/ngraph/op/lstm_cell.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/lstm_sequence.hpp b/ngraph/core/include/ngraph/op/lstm_sequence.hpp index a3073c80a9d..9c0dc8c045d 100644 --- a/ngraph/core/include/ngraph/op/lstm_sequence.hpp +++ b/ngraph/core/include/ngraph/op/lstm_sequence.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/matmul.hpp b/ngraph/core/include/ngraph/op/matmul.hpp index e8a60f9a1b8..12913cd5f71 100644 --- a/ngraph/core/include/ngraph/op/matmul.hpp +++ b/ngraph/core/include/ngraph/op/matmul.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/max.hpp b/ngraph/core/include/ngraph/op/max.hpp index d10875ac188..995e48653df 100644 --- a/ngraph/core/include/ngraph/op/max.hpp +++ b/ngraph/core/include/ngraph/op/max.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/max_pool.hpp b/ngraph/core/include/ngraph/op/max_pool.hpp index b4491cb7fc2..c73adc7905e 100644 --- a/ngraph/core/include/ngraph/op/max_pool.hpp +++ b/ngraph/core/include/ngraph/op/max_pool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/maximum.hpp b/ngraph/core/include/ngraph/op/maximum.hpp index 19b3f2d45a0..2ec368c720f 100644 --- a/ngraph/core/include/ngraph/op/maximum.hpp +++ b/ngraph/core/include/ngraph/op/maximum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/min.hpp b/ngraph/core/include/ngraph/op/min.hpp index f2f89383589..bed5ba3efac 100644 --- a/ngraph/core/include/ngraph/op/min.hpp +++ b/ngraph/core/include/ngraph/op/min.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/minimum.hpp b/ngraph/core/include/ngraph/op/minimum.hpp index f053bbccef4..d39b3a3eff8 100644 --- a/ngraph/core/include/ngraph/op/minimum.hpp +++ b/ngraph/core/include/ngraph/op/minimum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/mish.hpp b/ngraph/core/include/ngraph/op/mish.hpp index e66c69e3932..6d1c004abf8 100644 --- a/ngraph/core/include/ngraph/op/mish.hpp +++ b/ngraph/core/include/ngraph/op/mish.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/mod.hpp b/ngraph/core/include/ngraph/op/mod.hpp index e5e9858ea6f..8b7eb381350 100644 --- a/ngraph/core/include/ngraph/op/mod.hpp +++ b/ngraph/core/include/ngraph/op/mod.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/multiply.hpp b/ngraph/core/include/ngraph/op/multiply.hpp index 2eab5b106cf..d6e83f5175a 100644 --- a/ngraph/core/include/ngraph/op/multiply.hpp +++ b/ngraph/core/include/ngraph/op/multiply.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/mvn.hpp b/ngraph/core/include/ngraph/op/mvn.hpp index 1e0891bed58..7d68a378ba3 100644 --- a/ngraph/core/include/ngraph/op/mvn.hpp +++ b/ngraph/core/include/ngraph/op/mvn.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/negative.hpp b/ngraph/core/include/ngraph/op/negative.hpp index eb2a8d2522d..09d96d1b058 100644 --- a/ngraph/core/include/ngraph/op/negative.hpp +++ b/ngraph/core/include/ngraph/op/negative.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/non_max_suppression.hpp b/ngraph/core/include/ngraph/op/non_max_suppression.hpp index b6a93610f62..5d0b573890d 100644 --- a/ngraph/core/include/ngraph/op/non_max_suppression.hpp +++ b/ngraph/core/include/ngraph/op/non_max_suppression.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/non_zero.hpp b/ngraph/core/include/ngraph/op/non_zero.hpp index 9f7886c79c3..be4ab98c7ac 100644 --- a/ngraph/core/include/ngraph/op/non_zero.hpp +++ b/ngraph/core/include/ngraph/op/non_zero.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/normalize_l2.hpp b/ngraph/core/include/ngraph/op/normalize_l2.hpp index c09f6fa6735..814242c9a6d 100644 --- a/ngraph/core/include/ngraph/op/normalize_l2.hpp +++ b/ngraph/core/include/ngraph/op/normalize_l2.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/not.hpp b/ngraph/core/include/ngraph/op/not.hpp index 85eb2da3d6a..2514faea3a7 100644 --- a/ngraph/core/include/ngraph/op/not.hpp +++ b/ngraph/core/include/ngraph/op/not.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/not_equal.hpp b/ngraph/core/include/ngraph/op/not_equal.hpp index ef2cf88a9bd..600fa7dfaa5 100644 --- a/ngraph/core/include/ngraph/op/not_equal.hpp +++ b/ngraph/core/include/ngraph/op/not_equal.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/one_hot.hpp b/ngraph/core/include/ngraph/op/one_hot.hpp index 088299a063e..f05ba26f999 100644 --- a/ngraph/core/include/ngraph/op/one_hot.hpp +++ b/ngraph/core/include/ngraph/op/one_hot.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/op.hpp b/ngraph/core/include/ngraph/op/op.hpp index 6059794a9fc..8894b29d7b9 100644 --- a/ngraph/core/include/ngraph/op/op.hpp +++ b/ngraph/core/include/ngraph/op/op.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/or.hpp b/ngraph/core/include/ngraph/op/or.hpp index f42a6679c94..36d9f9ecfc4 100644 --- a/ngraph/core/include/ngraph/op/or.hpp +++ b/ngraph/core/include/ngraph/op/or.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/pad.hpp b/ngraph/core/include/ngraph/op/pad.hpp index 41901b96ff8..2d792f81ab0 100644 --- a/ngraph/core/include/ngraph/op/pad.hpp +++ b/ngraph/core/include/ngraph/op/pad.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/parameter.hpp b/ngraph/core/include/ngraph/op/parameter.hpp index cc171ec5fb6..4b0ad1b016f 100644 --- a/ngraph/core/include/ngraph/op/parameter.hpp +++ b/ngraph/core/include/ngraph/op/parameter.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/power.hpp b/ngraph/core/include/ngraph/op/power.hpp index 0a385c15eba..6ba6cafcc4c 100644 --- a/ngraph/core/include/ngraph/op/power.hpp +++ b/ngraph/core/include/ngraph/op/power.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/prelu.hpp b/ngraph/core/include/ngraph/op/prelu.hpp index 276f640b0ac..2590aba8636 100644 --- a/ngraph/core/include/ngraph/op/prelu.hpp +++ b/ngraph/core/include/ngraph/op/prelu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/prior_box.hpp b/ngraph/core/include/ngraph/op/prior_box.hpp index c861e680e91..38efb930b26 100644 --- a/ngraph/core/include/ngraph/op/prior_box.hpp +++ b/ngraph/core/include/ngraph/op/prior_box.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/prior_box_clustered.hpp b/ngraph/core/include/ngraph/op/prior_box_clustered.hpp index 9af4a621640..e1920cfab00 100644 --- a/ngraph/core/include/ngraph/op/prior_box_clustered.hpp +++ b/ngraph/core/include/ngraph/op/prior_box_clustered.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/proposal.hpp b/ngraph/core/include/ngraph/op/proposal.hpp index 8d0abeb75fc..886183f94ae 100644 --- a/ngraph/core/include/ngraph/op/proposal.hpp +++ b/ngraph/core/include/ngraph/op/proposal.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/psroi_pooling.hpp b/ngraph/core/include/ngraph/op/psroi_pooling.hpp index de548879efb..8dce8155eeb 100644 --- a/ngraph/core/include/ngraph/op/psroi_pooling.hpp +++ b/ngraph/core/include/ngraph/op/psroi_pooling.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/quantize.hpp b/ngraph/core/include/ngraph/op/quantize.hpp index c7e12886161..3e0f2deacb4 100644 --- a/ngraph/core/include/ngraph/op/quantize.hpp +++ b/ngraph/core/include/ngraph/op/quantize.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/range.hpp b/ngraph/core/include/ngraph/op/range.hpp index d5b07068173..c86390ce8f7 100644 --- a/ngraph/core/include/ngraph/op/range.hpp +++ b/ngraph/core/include/ngraph/op/range.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/read_value.hpp b/ngraph/core/include/ngraph/op/read_value.hpp index ca3f5325f0d..acb491429e1 100644 --- a/ngraph/core/include/ngraph/op/read_value.hpp +++ b/ngraph/core/include/ngraph/op/read_value.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reduce_l1.hpp b/ngraph/core/include/ngraph/op/reduce_l1.hpp index fe3d9d4a1f1..5b5a67d044f 100644 --- a/ngraph/core/include/ngraph/op/reduce_l1.hpp +++ b/ngraph/core/include/ngraph/op/reduce_l1.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reduce_l2.hpp b/ngraph/core/include/ngraph/op/reduce_l2.hpp index 3e23300efad..8e338da972d 100644 --- a/ngraph/core/include/ngraph/op/reduce_l2.hpp +++ b/ngraph/core/include/ngraph/op/reduce_l2.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reduce_logical_and.hpp b/ngraph/core/include/ngraph/op/reduce_logical_and.hpp index d853795a0db..f57aa942031 100644 --- a/ngraph/core/include/ngraph/op/reduce_logical_and.hpp +++ b/ngraph/core/include/ngraph/op/reduce_logical_and.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reduce_logical_or.hpp b/ngraph/core/include/ngraph/op/reduce_logical_or.hpp index ee41e4cf6f6..8bea85b4047 100644 --- a/ngraph/core/include/ngraph/op/reduce_logical_or.hpp +++ b/ngraph/core/include/ngraph/op/reduce_logical_or.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reduce_mean.hpp b/ngraph/core/include/ngraph/op/reduce_mean.hpp index 8d651448815..087e64284ba 100644 --- a/ngraph/core/include/ngraph/op/reduce_mean.hpp +++ b/ngraph/core/include/ngraph/op/reduce_mean.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reduce_prod.hpp b/ngraph/core/include/ngraph/op/reduce_prod.hpp index 8c6f415a9bb..44c620007b2 100644 --- a/ngraph/core/include/ngraph/op/reduce_prod.hpp +++ b/ngraph/core/include/ngraph/op/reduce_prod.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reduce_sum.hpp b/ngraph/core/include/ngraph/op/reduce_sum.hpp index c531787e58d..89f5dce26a5 100644 --- a/ngraph/core/include/ngraph/op/reduce_sum.hpp +++ b/ngraph/core/include/ngraph/op/reduce_sum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/region_yolo.hpp b/ngraph/core/include/ngraph/op/region_yolo.hpp index b7d9181a968..2b4a68d446c 100644 --- a/ngraph/core/include/ngraph/op/region_yolo.hpp +++ b/ngraph/core/include/ngraph/op/region_yolo.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/relu.hpp b/ngraph/core/include/ngraph/op/relu.hpp index 53a47e26de5..e74c4a85cec 100644 --- a/ngraph/core/include/ngraph/op/relu.hpp +++ b/ngraph/core/include/ngraph/op/relu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reorg_yolo.hpp b/ngraph/core/include/ngraph/op/reorg_yolo.hpp index e9b20f605bf..a3d100c072e 100644 --- a/ngraph/core/include/ngraph/op/reorg_yolo.hpp +++ b/ngraph/core/include/ngraph/op/reorg_yolo.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reshape.hpp b/ngraph/core/include/ngraph/op/reshape.hpp index ff92ec742d0..761c2ee42e7 100644 --- a/ngraph/core/include/ngraph/op/reshape.hpp +++ b/ngraph/core/include/ngraph/op/reshape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/result.hpp b/ngraph/core/include/ngraph/op/result.hpp index 9ec75f989a1..c29c92ccbdf 100644 --- a/ngraph/core/include/ngraph/op/result.hpp +++ b/ngraph/core/include/ngraph/op/result.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reverse.hpp b/ngraph/core/include/ngraph/op/reverse.hpp index 2b0c9b6714e..b732dbe7c38 100644 --- a/ngraph/core/include/ngraph/op/reverse.hpp +++ b/ngraph/core/include/ngraph/op/reverse.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/reverse_sequence.hpp b/ngraph/core/include/ngraph/op/reverse_sequence.hpp index 1e7ef15544e..9e86c11c031 100644 --- a/ngraph/core/include/ngraph/op/reverse_sequence.hpp +++ b/ngraph/core/include/ngraph/op/reverse_sequence.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/rnn_cell.hpp b/ngraph/core/include/ngraph/op/rnn_cell.hpp index 42d36a46333..07656be116e 100644 --- a/ngraph/core/include/ngraph/op/rnn_cell.hpp +++ b/ngraph/core/include/ngraph/op/rnn_cell.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/rnn_sequence.hpp b/ngraph/core/include/ngraph/op/rnn_sequence.hpp index 37b30376d0f..03640d2e7c4 100644 --- a/ngraph/core/include/ngraph/op/rnn_sequence.hpp +++ b/ngraph/core/include/ngraph/op/rnn_sequence.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/roi_align.hpp b/ngraph/core/include/ngraph/op/roi_align.hpp index b32bd120504..e26032d8d9a 100644 --- a/ngraph/core/include/ngraph/op/roi_align.hpp +++ b/ngraph/core/include/ngraph/op/roi_align.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/roi_pooling.hpp b/ngraph/core/include/ngraph/op/roi_pooling.hpp index de38d26bbb7..b9b2b303cc0 100644 --- a/ngraph/core/include/ngraph/op/roi_pooling.hpp +++ b/ngraph/core/include/ngraph/op/roi_pooling.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/round.hpp b/ngraph/core/include/ngraph/op/round.hpp index 728d7908866..636492c40c5 100644 --- a/ngraph/core/include/ngraph/op/round.hpp +++ b/ngraph/core/include/ngraph/op/round.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/scatter_elements_update.hpp b/ngraph/core/include/ngraph/op/scatter_elements_update.hpp index 6e55ed87bc3..4e28536e9dd 100644 --- a/ngraph/core/include/ngraph/op/scatter_elements_update.hpp +++ b/ngraph/core/include/ngraph/op/scatter_elements_update.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/scatter_nd_update.hpp b/ngraph/core/include/ngraph/op/scatter_nd_update.hpp index 18947044160..90655482c73 100644 --- a/ngraph/core/include/ngraph/op/scatter_nd_update.hpp +++ b/ngraph/core/include/ngraph/op/scatter_nd_update.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/scatter_update.hpp b/ngraph/core/include/ngraph/op/scatter_update.hpp index b5461b0bed4..81510a9823d 100644 --- a/ngraph/core/include/ngraph/op/scatter_update.hpp +++ b/ngraph/core/include/ngraph/op/scatter_update.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/select.hpp b/ngraph/core/include/ngraph/op/select.hpp index 6a8639cd1a1..83a0eb9af55 100644 --- a/ngraph/core/include/ngraph/op/select.hpp +++ b/ngraph/core/include/ngraph/op/select.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/selu.hpp b/ngraph/core/include/ngraph/op/selu.hpp index bc8ef591c56..ba7c046872e 100644 --- a/ngraph/core/include/ngraph/op/selu.hpp +++ b/ngraph/core/include/ngraph/op/selu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/shape_of.hpp b/ngraph/core/include/ngraph/op/shape_of.hpp index 38aa6d3b31c..52a656a24b0 100644 --- a/ngraph/core/include/ngraph/op/shape_of.hpp +++ b/ngraph/core/include/ngraph/op/shape_of.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/shuffle_channels.hpp b/ngraph/core/include/ngraph/op/shuffle_channels.hpp index 2413dd7bab6..b4284ac552c 100644 --- a/ngraph/core/include/ngraph/op/shuffle_channels.hpp +++ b/ngraph/core/include/ngraph/op/shuffle_channels.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/sigmoid.hpp b/ngraph/core/include/ngraph/op/sigmoid.hpp index 785e139c68f..68d635085b0 100644 --- a/ngraph/core/include/ngraph/op/sigmoid.hpp +++ b/ngraph/core/include/ngraph/op/sigmoid.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/sign.hpp b/ngraph/core/include/ngraph/op/sign.hpp index c35330f88e8..0e3e2b7e064 100644 --- a/ngraph/core/include/ngraph/op/sign.hpp +++ b/ngraph/core/include/ngraph/op/sign.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/sin.hpp b/ngraph/core/include/ngraph/op/sin.hpp index 7f8bed5df2b..5a431d398a9 100644 --- a/ngraph/core/include/ngraph/op/sin.hpp +++ b/ngraph/core/include/ngraph/op/sin.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/sinh.hpp b/ngraph/core/include/ngraph/op/sinh.hpp index 793915459ce..465a923ae7c 100644 --- a/ngraph/core/include/ngraph/op/sinh.hpp +++ b/ngraph/core/include/ngraph/op/sinh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/sink.hpp b/ngraph/core/include/ngraph/op/sink.hpp index c198ac0d783..d31fa1b414a 100644 --- a/ngraph/core/include/ngraph/op/sink.hpp +++ b/ngraph/core/include/ngraph/op/sink.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/softmax.hpp b/ngraph/core/include/ngraph/op/softmax.hpp index e9b4c3f7e00..e97661584da 100644 --- a/ngraph/core/include/ngraph/op/softmax.hpp +++ b/ngraph/core/include/ngraph/op/softmax.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/softplus.hpp b/ngraph/core/include/ngraph/op/softplus.hpp index 5bec1fa3300..021a1ffad62 100644 --- a/ngraph/core/include/ngraph/op/softplus.hpp +++ b/ngraph/core/include/ngraph/op/softplus.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/space_to_batch.hpp b/ngraph/core/include/ngraph/op/space_to_batch.hpp index 7f00995c0c4..561db1afd6c 100644 --- a/ngraph/core/include/ngraph/op/space_to_batch.hpp +++ b/ngraph/core/include/ngraph/op/space_to_batch.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/space_to_depth.hpp b/ngraph/core/include/ngraph/op/space_to_depth.hpp index 2975948a0fb..55362b2e8c1 100644 --- a/ngraph/core/include/ngraph/op/space_to_depth.hpp +++ b/ngraph/core/include/ngraph/op/space_to_depth.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/split.hpp b/ngraph/core/include/ngraph/op/split.hpp index 436c799c8ee..0827da4d344 100644 --- a/ngraph/core/include/ngraph/op/split.hpp +++ b/ngraph/core/include/ngraph/op/split.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/sqrt.hpp b/ngraph/core/include/ngraph/op/sqrt.hpp index 1b81762eaf1..8a03f883993 100644 --- a/ngraph/core/include/ngraph/op/sqrt.hpp +++ b/ngraph/core/include/ngraph/op/sqrt.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/squared_difference.hpp b/ngraph/core/include/ngraph/op/squared_difference.hpp index f569442b2a6..0916129f178 100644 --- a/ngraph/core/include/ngraph/op/squared_difference.hpp +++ b/ngraph/core/include/ngraph/op/squared_difference.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/squeeze.hpp b/ngraph/core/include/ngraph/op/squeeze.hpp index c2ca34183c5..8a118df26cc 100644 --- a/ngraph/core/include/ngraph/op/squeeze.hpp +++ b/ngraph/core/include/ngraph/op/squeeze.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/strided_slice.hpp b/ngraph/core/include/ngraph/op/strided_slice.hpp index 7e7f5562b78..f624232352b 100644 --- a/ngraph/core/include/ngraph/op/strided_slice.hpp +++ b/ngraph/core/include/ngraph/op/strided_slice.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/subtract.hpp b/ngraph/core/include/ngraph/op/subtract.hpp index 5bac3d12d84..c53d1eaa9f6 100644 --- a/ngraph/core/include/ngraph/op/subtract.hpp +++ b/ngraph/core/include/ngraph/op/subtract.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/swish.hpp b/ngraph/core/include/ngraph/op/swish.hpp index 1c0b6ed43ee..d27ec535c45 100644 --- a/ngraph/core/include/ngraph/op/swish.hpp +++ b/ngraph/core/include/ngraph/op/swish.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/tan.hpp b/ngraph/core/include/ngraph/op/tan.hpp index 6eb3c1188c2..510e2c2a3f7 100644 --- a/ngraph/core/include/ngraph/op/tan.hpp +++ b/ngraph/core/include/ngraph/op/tan.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/tanh.hpp b/ngraph/core/include/ngraph/op/tanh.hpp index b9bb406e420..87d82577e77 100644 --- a/ngraph/core/include/ngraph/op/tanh.hpp +++ b/ngraph/core/include/ngraph/op/tanh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/tensor_iterator.hpp b/ngraph/core/include/ngraph/op/tensor_iterator.hpp index ab3579e98fb..2f0284d769c 100644 --- a/ngraph/core/include/ngraph/op/tensor_iterator.hpp +++ b/ngraph/core/include/ngraph/op/tensor_iterator.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/tile.hpp b/ngraph/core/include/ngraph/op/tile.hpp index 37d6c82d8e7..d0b776afbcc 100644 --- a/ngraph/core/include/ngraph/op/tile.hpp +++ b/ngraph/core/include/ngraph/op/tile.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/topk.hpp b/ngraph/core/include/ngraph/op/topk.hpp index 8a6b13da13d..f23baa29657 100644 --- a/ngraph/core/include/ngraph/op/topk.hpp +++ b/ngraph/core/include/ngraph/op/topk.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/transpose.hpp b/ngraph/core/include/ngraph/op/transpose.hpp index c4ea7259d58..6fb378dfbec 100644 --- a/ngraph/core/include/ngraph/op/transpose.hpp +++ b/ngraph/core/include/ngraph/op/transpose.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/unsqueeze.hpp b/ngraph/core/include/ngraph/op/unsqueeze.hpp index a87f34cd229..14b3144cb11 100644 --- a/ngraph/core/include/ngraph/op/unsqueeze.hpp +++ b/ngraph/core/include/ngraph/op/unsqueeze.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/activation_functions.hpp b/ngraph/core/include/ngraph/op/util/activation_functions.hpp index 9d6f981325f..80f269c8d7e 100644 --- a/ngraph/core/include/ngraph/op/util/activation_functions.hpp +++ b/ngraph/core/include/ngraph/op/util/activation_functions.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/arithmetic_reduction.hpp b/ngraph/core/include/ngraph/op/util/arithmetic_reduction.hpp index a35413ac31b..de0f0e70241 100644 --- a/ngraph/core/include/ngraph/op/util/arithmetic_reduction.hpp +++ b/ngraph/core/include/ngraph/op/util/arithmetic_reduction.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/arithmetic_reductions_keep_dims.hpp b/ngraph/core/include/ngraph/op/util/arithmetic_reductions_keep_dims.hpp index 8c231e994a0..1694372de80 100644 --- a/ngraph/core/include/ngraph/op/util/arithmetic_reductions_keep_dims.hpp +++ b/ngraph/core/include/ngraph/op/util/arithmetic_reductions_keep_dims.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/attr_types.hpp b/ngraph/core/include/ngraph/op/util/attr_types.hpp index 48117bafe0d..61c169784a7 100644 --- a/ngraph/core/include/ngraph/op/util/attr_types.hpp +++ b/ngraph/core/include/ngraph/op/util/attr_types.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/binary_elementwise_arithmetic.hpp b/ngraph/core/include/ngraph/op/util/binary_elementwise_arithmetic.hpp index 28163bfc7e7..62d0dd6950a 100644 --- a/ngraph/core/include/ngraph/op/util/binary_elementwise_arithmetic.hpp +++ b/ngraph/core/include/ngraph/op/util/binary_elementwise_arithmetic.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/binary_elementwise_comparison.hpp b/ngraph/core/include/ngraph/op/util/binary_elementwise_comparison.hpp index 7cc9431ba90..934987a977a 100644 --- a/ngraph/core/include/ngraph/op/util/binary_elementwise_comparison.hpp +++ b/ngraph/core/include/ngraph/op/util/binary_elementwise_comparison.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/binary_elementwise_logical.hpp b/ngraph/core/include/ngraph/op/util/binary_elementwise_logical.hpp index ce1352b3a17..5a8cbe6932f 100644 --- a/ngraph/core/include/ngraph/op/util/binary_elementwise_logical.hpp +++ b/ngraph/core/include/ngraph/op/util/binary_elementwise_logical.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/broadcast_base.hpp b/ngraph/core/include/ngraph/op/util/broadcast_base.hpp index 225a4550460..8e72c3ddb8d 100644 --- a/ngraph/core/include/ngraph/op/util/broadcast_base.hpp +++ b/ngraph/core/include/ngraph/op/util/broadcast_base.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/elementwise_args.hpp b/ngraph/core/include/ngraph/op/util/elementwise_args.hpp index ee4417c681b..8f8fc8a118e 100644 --- a/ngraph/core/include/ngraph/op/util/elementwise_args.hpp +++ b/ngraph/core/include/ngraph/op/util/elementwise_args.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/embeddingbag_offsets_base.hpp b/ngraph/core/include/ngraph/op/util/embeddingbag_offsets_base.hpp index 8670ae172d2..171b2ab1313 100644 --- a/ngraph/core/include/ngraph/op/util/embeddingbag_offsets_base.hpp +++ b/ngraph/core/include/ngraph/op/util/embeddingbag_offsets_base.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/embeddingbag_packed_base.hpp b/ngraph/core/include/ngraph/op/util/embeddingbag_packed_base.hpp index c4504d60a43..1e328c514e1 100644 --- a/ngraph/core/include/ngraph/op/util/embeddingbag_packed_base.hpp +++ b/ngraph/core/include/ngraph/op/util/embeddingbag_packed_base.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -64,4 +64,4 @@ namespace ngraph } using util::EmbeddingBagPackedBase; } -} \ No newline at end of file +} diff --git a/ngraph/core/include/ngraph/op/util/eval_copy.hpp b/ngraph/core/include/ngraph/op/util/eval_copy.hpp index 440b334448a..a7e5ec89f8a 100644 --- a/ngraph/core/include/ngraph/op/util/eval_copy.hpp +++ b/ngraph/core/include/ngraph/op/util/eval_copy.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/fused_op.hpp b/ngraph/core/include/ngraph/op/util/fused_op.hpp index 7520fb9f2e8..4b3e07013dc 100644 --- a/ngraph/core/include/ngraph/op/util/fused_op.hpp +++ b/ngraph/core/include/ngraph/op/util/fused_op.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/index_reduction.hpp b/ngraph/core/include/ngraph/op/util/index_reduction.hpp index 4338a22e186..c8822835e02 100644 --- a/ngraph/core/include/ngraph/op/util/index_reduction.hpp +++ b/ngraph/core/include/ngraph/op/util/index_reduction.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/logical_reduction.hpp b/ngraph/core/include/ngraph/op/util/logical_reduction.hpp index 1c53711f6d2..3a7560d496b 100644 --- a/ngraph/core/include/ngraph/op/util/logical_reduction.hpp +++ b/ngraph/core/include/ngraph/op/util/logical_reduction.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/logical_reduction_keep_dims.hpp b/ngraph/core/include/ngraph/op/util/logical_reduction_keep_dims.hpp index 404c98d8c6a..3677ace78e4 100644 --- a/ngraph/core/include/ngraph/op/util/logical_reduction_keep_dims.hpp +++ b/ngraph/core/include/ngraph/op/util/logical_reduction_keep_dims.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/op_annotations.hpp b/ngraph/core/include/ngraph/op/util/op_annotations.hpp index b3e6e9115a1..1734233b2a7 100644 --- a/ngraph/core/include/ngraph/op/util/op_annotations.hpp +++ b/ngraph/core/include/ngraph/op/util/op_annotations.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/op_types.hpp b/ngraph/core/include/ngraph/op/util/op_types.hpp index 7c313c3ed08..ac197954cf1 100644 --- a/ngraph/core/include/ngraph/op/util/op_types.hpp +++ b/ngraph/core/include/ngraph/op/util/op_types.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/recurrent_sequence.hpp b/ngraph/core/include/ngraph/op/util/recurrent_sequence.hpp index d73883f3fa1..bb2dadfa542 100644 --- a/ngraph/core/include/ngraph/op/util/recurrent_sequence.hpp +++ b/ngraph/core/include/ngraph/op/util/recurrent_sequence.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/rnn_cell_base.hpp b/ngraph/core/include/ngraph/op/util/rnn_cell_base.hpp index 9e9a980341b..f9d6a5c003e 100644 --- a/ngraph/core/include/ngraph/op/util/rnn_cell_base.hpp +++ b/ngraph/core/include/ngraph/op/util/rnn_cell_base.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/scatter_base.hpp b/ngraph/core/include/ngraph/op/util/scatter_base.hpp index 22fc3c93433..ba5438df66e 100644 --- a/ngraph/core/include/ngraph/op/util/scatter_base.hpp +++ b/ngraph/core/include/ngraph/op/util/scatter_base.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/scatter_nd_base.hpp b/ngraph/core/include/ngraph/op/util/scatter_nd_base.hpp index 5994160afee..b548a8430e4 100644 --- a/ngraph/core/include/ngraph/op/util/scatter_nd_base.hpp +++ b/ngraph/core/include/ngraph/op/util/scatter_nd_base.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/sub_graph_base.hpp b/ngraph/core/include/ngraph/op/util/sub_graph_base.hpp index ab13ff55445..b8a2af05544 100644 --- a/ngraph/core/include/ngraph/op/util/sub_graph_base.hpp +++ b/ngraph/core/include/ngraph/op/util/sub_graph_base.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/unary_elementwise_arithmetic.hpp b/ngraph/core/include/ngraph/op/util/unary_elementwise_arithmetic.hpp index c1ecf3c5bcc..13f2e0564d3 100644 --- a/ngraph/core/include/ngraph/op/util/unary_elementwise_arithmetic.hpp +++ b/ngraph/core/include/ngraph/op/util/unary_elementwise_arithmetic.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/util/variable.hpp b/ngraph/core/include/ngraph/op/util/variable.hpp index dd242d660fa..8091e605d97 100644 --- a/ngraph/core/include/ngraph/op/util/variable.hpp +++ b/ngraph/core/include/ngraph/op/util/variable.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/variadic_split.hpp b/ngraph/core/include/ngraph/op/variadic_split.hpp index 3b28a5e234f..88fea0fd508 100644 --- a/ngraph/core/include/ngraph/op/variadic_split.hpp +++ b/ngraph/core/include/ngraph/op/variadic_split.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/op/xor.hpp b/ngraph/core/include/ngraph/op/xor.hpp index 5c69d69e4ca..35e44952f33 100644 --- a/ngraph/core/include/ngraph/op/xor.hpp +++ b/ngraph/core/include/ngraph/op/xor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/ops.hpp b/ngraph/core/include/ngraph/ops.hpp index 0d71179e13c..e9b5d1a0d25 100644 --- a/ngraph/core/include/ngraph/ops.hpp +++ b/ngraph/core/include/ngraph/ops.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset.hpp b/ngraph/core/include/ngraph/opsets/opset.hpp index abcf508d52b..5b4b9ef4ba9 100644 --- a/ngraph/core/include/ngraph/opsets/opset.hpp +++ b/ngraph/core/include/ngraph/opsets/opset.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset1.hpp b/ngraph/core/include/ngraph/opsets/opset1.hpp index c3d400029b5..96ead84b9b8 100644 --- a/ngraph/core/include/ngraph/opsets/opset1.hpp +++ b/ngraph/core/include/ngraph/opsets/opset1.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset1_tbl.hpp b/ngraph/core/include/ngraph/opsets/opset1_tbl.hpp index e6ddc1ba488..acb327b01be 100644 --- a/ngraph/core/include/ngraph/opsets/opset1_tbl.hpp +++ b/ngraph/core/include/ngraph/opsets/opset1_tbl.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset2.hpp b/ngraph/core/include/ngraph/opsets/opset2.hpp index d015a179c6b..687cf96f760 100644 --- a/ngraph/core/include/ngraph/opsets/opset2.hpp +++ b/ngraph/core/include/ngraph/opsets/opset2.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset2_tbl.hpp b/ngraph/core/include/ngraph/opsets/opset2_tbl.hpp index 7f8149fe6a6..da9b6f7b347 100644 --- a/ngraph/core/include/ngraph/opsets/opset2_tbl.hpp +++ b/ngraph/core/include/ngraph/opsets/opset2_tbl.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset3.hpp b/ngraph/core/include/ngraph/opsets/opset3.hpp index 741a287e0c0..46e16443b9f 100644 --- a/ngraph/core/include/ngraph/opsets/opset3.hpp +++ b/ngraph/core/include/ngraph/opsets/opset3.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset3_tbl.hpp b/ngraph/core/include/ngraph/opsets/opset3_tbl.hpp index 85cd0de6d38..e0fa73807af 100644 --- a/ngraph/core/include/ngraph/opsets/opset3_tbl.hpp +++ b/ngraph/core/include/ngraph/opsets/opset3_tbl.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset4.hpp b/ngraph/core/include/ngraph/opsets/opset4.hpp index 6e8ce40653d..0442b03c47a 100644 --- a/ngraph/core/include/ngraph/opsets/opset4.hpp +++ b/ngraph/core/include/ngraph/opsets/opset4.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset4_tbl.hpp b/ngraph/core/include/ngraph/opsets/opset4_tbl.hpp index 43c3cf1d043..1e884303d86 100644 --- a/ngraph/core/include/ngraph/opsets/opset4_tbl.hpp +++ b/ngraph/core/include/ngraph/opsets/opset4_tbl.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset5.hpp b/ngraph/core/include/ngraph/opsets/opset5.hpp index 73d6394440b..d77e054ef72 100644 --- a/ngraph/core/include/ngraph/opsets/opset5.hpp +++ b/ngraph/core/include/ngraph/opsets/opset5.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset5_tbl.hpp b/ngraph/core/include/ngraph/opsets/opset5_tbl.hpp index d22b0df92fe..9899b5e9066 100644 --- a/ngraph/core/include/ngraph/opsets/opset5_tbl.hpp +++ b/ngraph/core/include/ngraph/opsets/opset5_tbl.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset6.hpp b/ngraph/core/include/ngraph/opsets/opset6.hpp index 8ff1e85dd8e..ef4ca8ebaa3 100644 --- a/ngraph/core/include/ngraph/opsets/opset6.hpp +++ b/ngraph/core/include/ngraph/opsets/opset6.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/opsets/opset6_tbl.hpp b/ngraph/core/include/ngraph/opsets/opset6_tbl.hpp index 280271ba1b4..19068ee31b4 100644 --- a/ngraph/core/include/ngraph/opsets/opset6_tbl.hpp +++ b/ngraph/core/include/ngraph/opsets/opset6_tbl.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/output_vector.hpp b/ngraph/core/include/ngraph/output_vector.hpp index d65bd22bc2d..8b3805c98e3 100644 --- a/ngraph/core/include/ngraph/output_vector.hpp +++ b/ngraph/core/include/ngraph/output_vector.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/partial_shape.hpp b/ngraph/core/include/ngraph/partial_shape.hpp index 774c84bfa61..aeedf31123f 100644 --- a/ngraph/core/include/ngraph/partial_shape.hpp +++ b/ngraph/core/include/ngraph/partial_shape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pass/constant_folding.hpp b/ngraph/core/include/ngraph/pass/constant_folding.hpp index fd7cfb1eaf3..8119e6da4cb 100644 --- a/ngraph/core/include/ngraph/pass/constant_folding.hpp +++ b/ngraph/core/include/ngraph/pass/constant_folding.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pass/convert_fp32_to_fp16.hpp b/ngraph/core/include/ngraph/pass/convert_fp32_to_fp16.hpp index 0326f222add..23c7b6527cc 100644 --- a/ngraph/core/include/ngraph/pass/convert_fp32_to_fp16.hpp +++ b/ngraph/core/include/ngraph/pass/convert_fp32_to_fp16.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pass/graph_rewrite.hpp b/ngraph/core/include/ngraph/pass/graph_rewrite.hpp index 6ce5bb06a08..a4b9a0da956 100644 --- a/ngraph/core/include/ngraph/pass/graph_rewrite.hpp +++ b/ngraph/core/include/ngraph/pass/graph_rewrite.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pass/low_latency.hpp b/ngraph/core/include/ngraph/pass/low_latency.hpp index 4650a3022e0..b28887db9b2 100644 --- a/ngraph/core/include/ngraph/pass/low_latency.hpp +++ b/ngraph/core/include/ngraph/pass/low_latency.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/ngraph/core/include/ngraph/pass/manager.hpp b/ngraph/core/include/ngraph/pass/manager.hpp index 0a672b65e99..00ddf4d5aa0 100644 --- a/ngraph/core/include/ngraph/pass/manager.hpp +++ b/ngraph/core/include/ngraph/pass/manager.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pass/pass.hpp b/ngraph/core/include/ngraph/pass/pass.hpp index d279d822aee..ac0caa97dae 100644 --- a/ngraph/core/include/ngraph/pass/pass.hpp +++ b/ngraph/core/include/ngraph/pass/pass.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pass/pass_config.hpp b/ngraph/core/include/ngraph/pass/pass_config.hpp index d292d18a19e..785a7763e86 100644 --- a/ngraph/core/include/ngraph/pass/pass_config.hpp +++ b/ngraph/core/include/ngraph/pass/pass_config.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -188,4 +188,4 @@ namespace ngraph std::unordered_set m_enabled; }; } -} \ No newline at end of file +} diff --git a/ngraph/core/include/ngraph/pass/validate.hpp b/ngraph/core/include/ngraph/pass/validate.hpp index 2e7a9095a8f..c764e9f99c4 100644 --- a/ngraph/core/include/ngraph/pass/validate.hpp +++ b/ngraph/core/include/ngraph/pass/validate.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pass/visualize_tree.hpp b/ngraph/core/include/ngraph/pass/visualize_tree.hpp index 0d882703d83..f0f59488955 100644 --- a/ngraph/core/include/ngraph/pass/visualize_tree.hpp +++ b/ngraph/core/include/ngraph/pass/visualize_tree.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/matcher.hpp b/ngraph/core/include/ngraph/pattern/matcher.hpp index 46fa869cc2a..e7d0a36da48 100644 --- a/ngraph/core/include/ngraph/pattern/matcher.hpp +++ b/ngraph/core/include/ngraph/pattern/matcher.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/any.hpp b/ngraph/core/include/ngraph/pattern/op/any.hpp index 1400d561f87..e3827adfc08 100644 --- a/ngraph/core/include/ngraph/pattern/op/any.hpp +++ b/ngraph/core/include/ngraph/pattern/op/any.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/any_of.hpp b/ngraph/core/include/ngraph/pattern/op/any_of.hpp index 4cd5b88fdbe..cad54b79e90 100644 --- a/ngraph/core/include/ngraph/pattern/op/any_of.hpp +++ b/ngraph/core/include/ngraph/pattern/op/any_of.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/any_output.hpp b/ngraph/core/include/ngraph/pattern/op/any_output.hpp index ca23dca4efd..f59d2d97ef0 100644 --- a/ngraph/core/include/ngraph/pattern/op/any_output.hpp +++ b/ngraph/core/include/ngraph/pattern/op/any_output.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/branch.hpp b/ngraph/core/include/ngraph/pattern/op/branch.hpp index 4afcd128af8..4317978b763 100644 --- a/ngraph/core/include/ngraph/pattern/op/branch.hpp +++ b/ngraph/core/include/ngraph/pattern/op/branch.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/capture.hpp b/ngraph/core/include/ngraph/pattern/op/capture.hpp index 717bc534eb4..68685fccb61 100644 --- a/ngraph/core/include/ngraph/pattern/op/capture.hpp +++ b/ngraph/core/include/ngraph/pattern/op/capture.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/label.hpp b/ngraph/core/include/ngraph/pattern/op/label.hpp index e172f970282..7985e288b9b 100644 --- a/ngraph/core/include/ngraph/pattern/op/label.hpp +++ b/ngraph/core/include/ngraph/pattern/op/label.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/or.hpp b/ngraph/core/include/ngraph/pattern/op/or.hpp index 014416c453e..da981b9b5e2 100644 --- a/ngraph/core/include/ngraph/pattern/op/or.hpp +++ b/ngraph/core/include/ngraph/pattern/op/or.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/pattern.hpp b/ngraph/core/include/ngraph/pattern/op/pattern.hpp index 0a3db96cfae..1c9e565703b 100644 --- a/ngraph/core/include/ngraph/pattern/op/pattern.hpp +++ b/ngraph/core/include/ngraph/pattern/op/pattern.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/skip.hpp b/ngraph/core/include/ngraph/pattern/op/skip.hpp index 9d2fbed8cf2..95d928d3414 100644 --- a/ngraph/core/include/ngraph/pattern/op/skip.hpp +++ b/ngraph/core/include/ngraph/pattern/op/skip.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/true.hpp b/ngraph/core/include/ngraph/pattern/op/true.hpp index 48a59980d2d..0121b3b4c5b 100644 --- a/ngraph/core/include/ngraph/pattern/op/true.hpp +++ b/ngraph/core/include/ngraph/pattern/op/true.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/pattern/op/wrap_type.hpp b/ngraph/core/include/ngraph/pattern/op/wrap_type.hpp index c65f8a0c7f2..3c95c7e4300 100644 --- a/ngraph/core/include/ngraph/pattern/op/wrap_type.hpp +++ b/ngraph/core/include/ngraph/pattern/op/wrap_type.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/provenance.hpp b/ngraph/core/include/ngraph/provenance.hpp index 012b7e4dd59..d4c750b94a6 100644 --- a/ngraph/core/include/ngraph/provenance.hpp +++ b/ngraph/core/include/ngraph/provenance.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/rank.hpp b/ngraph/core/include/ngraph/rank.hpp index 468555cd865..6ca2767984c 100644 --- a/ngraph/core/include/ngraph/rank.hpp +++ b/ngraph/core/include/ngraph/rank.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/rt_info.hpp b/ngraph/core/include/ngraph/rt_info.hpp index 2eb5c024ab7..6958850d5a2 100644 --- a/ngraph/core/include/ngraph/rt_info.hpp +++ b/ngraph/core/include/ngraph/rt_info.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/runtime/aligned_buffer.hpp b/ngraph/core/include/ngraph/runtime/aligned_buffer.hpp index 80ba5727b72..772e739ddec 100644 --- a/ngraph/core/include/ngraph/runtime/aligned_buffer.hpp +++ b/ngraph/core/include/ngraph/runtime/aligned_buffer.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/runtime/host_tensor.hpp b/ngraph/core/include/ngraph/runtime/host_tensor.hpp index e429ad6d092..a597aa8f4d6 100644 --- a/ngraph/core/include/ngraph/runtime/host_tensor.hpp +++ b/ngraph/core/include/ngraph/runtime/host_tensor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/runtime/shared_buffer.hpp b/ngraph/core/include/ngraph/runtime/shared_buffer.hpp index 4ec52f9b033..0c4630a24ff 100644 --- a/ngraph/core/include/ngraph/runtime/shared_buffer.hpp +++ b/ngraph/core/include/ngraph/runtime/shared_buffer.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/runtime/tensor.hpp b/ngraph/core/include/ngraph/runtime/tensor.hpp index 9bbadb1d831..8985957faab 100644 --- a/ngraph/core/include/ngraph/runtime/tensor.hpp +++ b/ngraph/core/include/ngraph/runtime/tensor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/shape.hpp b/ngraph/core/include/ngraph/shape.hpp index 93d439ae2e3..ff90ca54e49 100644 --- a/ngraph/core/include/ngraph/shape.hpp +++ b/ngraph/core/include/ngraph/shape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/shape_util.hpp b/ngraph/core/include/ngraph/shape_util.hpp index b8d0ba8a0a3..d4e86ce76a4 100644 --- a/ngraph/core/include/ngraph/shape_util.hpp +++ b/ngraph/core/include/ngraph/shape_util.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/slice_plan.hpp b/ngraph/core/include/ngraph/slice_plan.hpp index 5d5378ad18b..8921f35f1c1 100644 --- a/ngraph/core/include/ngraph/slice_plan.hpp +++ b/ngraph/core/include/ngraph/slice_plan.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/specialize_function.hpp b/ngraph/core/include/ngraph/specialize_function.hpp index 2270e132a8b..5d0411d3898 100644 --- a/ngraph/core/include/ngraph/specialize_function.hpp +++ b/ngraph/core/include/ngraph/specialize_function.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/strides.hpp b/ngraph/core/include/ngraph/strides.hpp index 2a2128595cf..057ce31b13b 100644 --- a/ngraph/core/include/ngraph/strides.hpp +++ b/ngraph/core/include/ngraph/strides.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/type.hpp b/ngraph/core/include/ngraph/type.hpp index 3922803c590..f52e3bf7e2b 100644 --- a/ngraph/core/include/ngraph/type.hpp +++ b/ngraph/core/include/ngraph/type.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/type/bfloat16.hpp b/ngraph/core/include/ngraph/type/bfloat16.hpp index 08f2745c500..9bffa479828 100644 --- a/ngraph/core/include/ngraph/type/bfloat16.hpp +++ b/ngraph/core/include/ngraph/type/bfloat16.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/type/element_type.hpp b/ngraph/core/include/ngraph/type/element_type.hpp index e29bb7c0d1e..5a1d768c3e1 100644 --- a/ngraph/core/include/ngraph/type/element_type.hpp +++ b/ngraph/core/include/ngraph/type/element_type.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/type/element_type_traits.hpp b/ngraph/core/include/ngraph/type/element_type_traits.hpp index d2bcaa0a3ea..10341f4ad11 100644 --- a/ngraph/core/include/ngraph/type/element_type_traits.hpp +++ b/ngraph/core/include/ngraph/type/element_type_traits.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/type/float16.hpp b/ngraph/core/include/ngraph/type/float16.hpp index 7023323dec4..84d5e262cba 100644 --- a/ngraph/core/include/ngraph/type/float16.hpp +++ b/ngraph/core/include/ngraph/type/float16.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/util.hpp b/ngraph/core/include/ngraph/util.hpp index 654e3302265..fcffc5b788a 100644 --- a/ngraph/core/include/ngraph/util.hpp +++ b/ngraph/core/include/ngraph/util.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/validation_util.hpp b/ngraph/core/include/ngraph/validation_util.hpp index 4c928d8f425..58426d71a58 100644 --- a/ngraph/core/include/ngraph/validation_util.hpp +++ b/ngraph/core/include/ngraph/validation_util.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/variant.hpp b/ngraph/core/include/ngraph/variant.hpp index e4dcfe393a6..067e16cd2c0 100644 --- a/ngraph/core/include/ngraph/variant.hpp +++ b/ngraph/core/include/ngraph/variant.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/version.in.hpp b/ngraph/core/include/ngraph/version.in.hpp index fefb1c71827..8303ee10a9f 100644 --- a/ngraph/core/include/ngraph/version.in.hpp +++ b/ngraph/core/include/ngraph/version.in.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/include/ngraph/visibility.hpp b/ngraph/core/include/ngraph/visibility.hpp index 20111cac817..e9746f71e3c 100644 --- a/ngraph/core/include/ngraph/visibility.hpp +++ b/ngraph/core/include/ngraph/visibility.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/CMakeLists.txt b/ngraph/core/reference/CMakeLists.txt index eb84ba9302c..2a96cb44c24 100644 --- a/ngraph/core/reference/CMakeLists.txt +++ b/ngraph/core/reference/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/coordinate_index.hpp b/ngraph/core/reference/include/ngraph/coordinate_index.hpp index 79e0c9bdf71..f82078b09f6 100644 --- a/ngraph/core/reference/include/ngraph/coordinate_index.hpp +++ b/ngraph/core/reference/include/ngraph/coordinate_index.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/coordinate_range.hpp b/ngraph/core/reference/include/ngraph/coordinate_range.hpp index becd46887d9..090ff883a55 100644 --- a/ngraph/core/reference/include/ngraph/coordinate_range.hpp +++ b/ngraph/core/reference/include/ngraph/coordinate_range.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/coordinate_transform.hpp b/ngraph/core/reference/include/ngraph/coordinate_transform.hpp index c7e61e17e84..634d81172ca 100644 --- a/ngraph/core/reference/include/ngraph/coordinate_transform.hpp +++ b/ngraph/core/reference/include/ngraph/coordinate_transform.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/opt_kernel/reshape.hpp b/ngraph/core/reference/include/ngraph/runtime/opt_kernel/reshape.hpp index 948ec9d278f..b91e255e9b9 100644 --- a/ngraph/core/reference/include/ngraph/runtime/opt_kernel/reshape.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/opt_kernel/reshape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/abs.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/abs.hpp index 6ac8d0f2493..e9fef2a5165 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/abs.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/abs.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/acos.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/acos.hpp index 7988006a302..169b7715d4c 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/acos.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/acos.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/acosh.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/acosh.hpp index 817ada4ecab..803ad100109 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/acosh.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/acosh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/add.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/add.hpp index 56de3fe5711..f3e1c7ec416 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/add.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/add.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/and.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/and.hpp index bd7c83a4a93..c77e3f8afc4 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/and.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/and.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/asin.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/asin.hpp index 5a7131227f4..fbe81e425cd 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/asin.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/asin.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/asinh.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/asinh.hpp index 8f38d3707b4..086f48ba58b 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/asinh.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/asinh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/atan.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/atan.hpp index af9ee1fb460..a7db3753033 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/atan.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/atan.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/atan2.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/atan2.hpp index 86b30141b08..4608d4b7ef6 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/atan2.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/atan2.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/atanh.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/atanh.hpp index 647c7398f04..9b128d71890 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/atanh.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/atanh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/autobroadcast_binop.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/autobroadcast_binop.hpp index 345555b6a84..dc16caaa1d5 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/autobroadcast_binop.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/autobroadcast_binop.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/avg_pool.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/avg_pool.hpp index 5a0e05851d7..12b76c04fbd 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/avg_pool.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/avg_pool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/batch_norm.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/batch_norm.hpp index 4f511c51d94..60bbfc2dd72 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/batch_norm.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/batch_norm.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/broadcast.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/broadcast.hpp index 02ed992d51b..7fccceae750 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/broadcast.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/broadcast.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/ceiling.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/ceiling.hpp index d8dec4546bd..59316004ef5 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/ceiling.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/ceiling.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/clamp.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/clamp.hpp index fc10734ab29..607c3a58819 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/clamp.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/clamp.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/concat.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/concat.hpp index 4dc9d02d6d8..7c31f972064 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/concat.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/concat.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/constant.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/constant.hpp index fed77aced42..9e131976b6e 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/constant.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/constant.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/convert.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/convert.hpp index 805562cb39b..558a2f9ed3f 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/convert.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/convert.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/convolution.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/convolution.hpp index ea646988204..d78c1c0d522 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/convolution.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/convolution.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/copy.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/copy.hpp index 60a98a5290c..c8322a58da3 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/copy.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/copy.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/cos.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/cos.hpp index 22e53e20ddd..3370f316041 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/cos.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/cos.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/cosh.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/cosh.hpp index 3d853852db3..b82fdb5975f 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/cosh.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/cosh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/ctc_greedy_decoder.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/ctc_greedy_decoder.hpp index 21eb99f76da..ce6d482df12 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/ctc_greedy_decoder.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/ctc_greedy_decoder.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/ctc_loss.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/ctc_loss.hpp index 600ad62268b..53a42ca5dbe 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/ctc_loss.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/ctc_loss.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/cum_sum.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/cum_sum.hpp index 6656bfe6e6e..036e40aa448 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/cum_sum.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/cum_sum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/detection_output.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/detection_output.hpp index c2fb331f714..fbfc475efe6 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/detection_output.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/detection_output.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/divide.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/divide.hpp index c7b55820a0a..b977c7f8324 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/divide.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/divide.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/dot.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/dot.hpp index be8201b79ca..7ce1a056af3 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/dot.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/dot.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/elu.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/elu.hpp index d04b4c3a88a..9d3d88db111 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/elu.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/elu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -35,4 +35,4 @@ namespace ngraph } } } -} \ No newline at end of file +} diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/embedding_bag_offsets_sum.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/embedding_bag_offsets_sum.hpp index 98ad11569e3..3519be7259b 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/embedding_bag_offsets_sum.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/embedding_bag_offsets_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/embedding_bag_packed_sum.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/embedding_bag_packed_sum.hpp index 35de9406556..ed8f005e3ea 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/embedding_bag_packed_sum.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/embedding_bag_packed_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/embedding_segments_sum.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/embedding_segments_sum.hpp index 68f0c4d3b2e..6d97425116e 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/embedding_segments_sum.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/embedding_segments_sum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/equal.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/equal.hpp index 6ed5765e1b0..5cf7f11676a 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/equal.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/equal.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/erf.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/erf.hpp index 86ef27ccaa2..5a70a69b1af 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/erf.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/erf.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/eval_helpers.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/eval_helpers.hpp index 6b9081098c5..fa840dcd074 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/eval_helpers.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/eval_helpers.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/exp.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/exp.hpp index 2bd0878dd85..009d3cb9f00 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/exp.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/exp.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/extract_image_patches.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/extract_image_patches.hpp index b78780a3a1b..ee8dce97973 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/extract_image_patches.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/extract_image_patches.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/fake_quantize.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/fake_quantize.hpp index bf5f2203b07..3353b629927 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/fake_quantize.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/fake_quantize.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -244,4 +244,4 @@ namespace ngraph } } } -} \ No newline at end of file +} diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/floor.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/floor.hpp index f33d4b4783b..ce244b980c4 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/floor.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/floor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/floor_mod.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/floor_mod.hpp index 60d094af311..24a5c0db4fd 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/floor_mod.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/floor_mod.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/function.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/function.hpp index 4fae12d23aa..36e5a437d8f 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/function.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/function.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/gather.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/gather.hpp index d05c6d009be..c76fba96c20 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/gather.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/gather.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/gather_elements.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/gather_elements.hpp index f1bddf2bec2..9add7dfa19f 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/gather_elements.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/gather_elements.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/gather_nd.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/gather_nd.hpp index 51e71ce2170..ec80f04666e 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/gather_nd.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/gather_nd.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/gather_tree.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/gather_tree.hpp index 665f471622d..fdda482d2d2 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/gather_tree.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/gather_tree.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -36,4 +36,4 @@ namespace ngraph const element::Type& type); } } -} \ No newline at end of file +} diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/gelu.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/gelu.hpp index 0d879b61b29..757e3514df4 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/gelu.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/gelu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/greater.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/greater.hpp index 1586a48592a..bc1bc351dfe 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/greater.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/greater.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/greater_eq.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/greater_eq.hpp index 380177b3ce5..f44fa535e37 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/greater_eq.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/greater_eq.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/grn.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/grn.hpp index 31db5cc3921..7dbd8e23bb6 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/grn.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/grn.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/gru_cell.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/gru_cell.hpp index 9f89fec91ee..58ca2c93d50 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/gru_cell.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/gru_cell.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/hard_sigmoid.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/hard_sigmoid.hpp index d84fd728235..a127098d5ba 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/hard_sigmoid.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/hard_sigmoid.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/hsigmoid.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/hsigmoid.hpp index 861e152543a..f0f6b81b7cd 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/hsigmoid.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/hsigmoid.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/hswish.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/hswish.hpp index e26ceb4223f..5e1e83b6503 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/hswish.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/hswish.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/interpolate.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/interpolate.hpp index 738b3fbe3ee..2810ed02431 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/interpolate.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/interpolate.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/less.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/less.hpp index 0f418901692..ca2779a4607 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/less.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/less.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/less_eq.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/less_eq.hpp index a4fb0a33d77..2fec486cc8b 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/less_eq.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/less_eq.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/log.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/log.hpp index 10a0db2ed9a..19d6e258d03 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/log.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/log.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/log_softmax.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/log_softmax.hpp index 6e1caba0c33..4dce73aa465 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/log_softmax.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/log_softmax.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/logical_reduction.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/logical_reduction.hpp index 8b98434d064..0a61349ba65 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/logical_reduction.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/logical_reduction.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/loop.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/loop.hpp index 942bbd4ab69..c4dcebdf5dc 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/loop.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/loop.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/lrn.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/lrn.hpp index 8232a5d78e9..06d36a208fd 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/lrn.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/lrn.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/lstm_cell.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/lstm_cell.hpp index 583332d0c07..47380708a4e 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/lstm_cell.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/lstm_cell.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/matmul.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/matmul.hpp index 8ec3b8e7287..a158673c50f 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/matmul.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/matmul.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/max.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/max.hpp index cd62a09fea8..ebe7ef76b72 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/max.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/max.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/max_pool.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/max_pool.hpp index 1f375356416..e1252e394f6 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/max_pool.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/max_pool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/maximum.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/maximum.hpp index 8eef0d13909..f3ed3e95808 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/maximum.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/maximum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/mean.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/mean.hpp index 28bc579ae0d..3cbc31a35af 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/mean.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/mean.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/min.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/min.hpp index 034a947bd32..9150eee976c 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/min.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/min.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/minimum.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/minimum.hpp index 4a6f9d0b60b..f849147e302 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/minimum.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/minimum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/mish.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/mish.hpp index 3bc1202e158..b93e79e53b5 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/mish.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/mish.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/mod.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/mod.hpp index 134e052fbc8..336b8a78301 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/mod.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/mod.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/multiply.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/multiply.hpp index 78976d3caba..f12d506be65 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/multiply.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/multiply.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/mvn.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/mvn.hpp index 0d64fdb60be..0ab743ada90 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/mvn.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/mvn.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/negate.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/negate.hpp index bf9019fcaf2..065a588fcf9 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/negate.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/negate.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/non_max_suppression.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/non_max_suppression.hpp index 1ef9e7377a8..503f5b97fd1 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/non_max_suppression.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/non_max_suppression.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/non_zero.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/non_zero.hpp index a5b09706aa1..4e1ffef3779 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/non_zero.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/non_zero.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/normalize_l2.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/normalize_l2.hpp index 51f2ff12276..ac205acff4f 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/normalize_l2.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/normalize_l2.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/not.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/not.hpp index d31e0ac573a..949faa91e6a 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/not.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/not.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/not_equal.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/not_equal.hpp index 1cc32dd8ea6..eedaf962728 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/not_equal.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/not_equal.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/one_hot.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/one_hot.hpp index 99a9d410a96..d9966ab2c8e 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/one_hot.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/one_hot.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/or.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/or.hpp index 6dcf9ed39ab..ab34b8d466e 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/or.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/or.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/pad.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/pad.hpp index dd73a1886cf..686d3e5ca80 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/pad.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/pad.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/power.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/power.hpp index 52af2434ecb..ab4f3580453 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/power.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/power.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/prelu.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/prelu.hpp index 16aa2d9e107..6327ff391ba 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/prelu.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/prelu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/prior_box.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/prior_box.hpp index f9402f0ea5d..74880e9f63f 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/prior_box.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/prior_box.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/prior_box_clustered.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/prior_box_clustered.hpp index f6b76a6e257..e8cbcbc2612 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/prior_box_clustered.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/prior_box_clustered.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/product.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/product.hpp index 057424f2a5d..8846cfea2af 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/product.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/product.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/psroi_pooling.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/psroi_pooling.hpp index f6a651248d6..24d58245f6d 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/psroi_pooling.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/psroi_pooling.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/quantize.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/quantize.hpp index 52e37af0850..6d9c0ccd25d 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/quantize.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/quantize.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/range.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/range.hpp index 819a2b9cc02..b47c3cf6802 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/range.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/range.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/reduce_l1.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/reduce_l1.hpp index 336dd507f83..15dae2ea3a1 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/reduce_l1.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/reduce_l1.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/reduce_l2.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/reduce_l2.hpp index 2623a049388..c2f81790e9c 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/reduce_l2.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/reduce_l2.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/region_yolo.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/region_yolo.hpp index 2ca3f324e4f..45ddeb76fdf 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/region_yolo.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/region_yolo.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -172,4 +172,4 @@ namespace ngraph } // namespace runtime -} // namespace ngraph \ No newline at end of file +} // namespace ngraph diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/relu.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/relu.hpp index 0d32f59f66f..f1a0cc232d3 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/relu.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/relu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/reorg_yolo.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/reorg_yolo.hpp index 9de4e0147c9..ed609c3863e 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/reorg_yolo.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/reorg_yolo.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/reshape.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/reshape.hpp index e4711d634a6..0762b4d853f 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/reshape.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/reshape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/result.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/result.hpp index a6081bdc718..88f0958fc25 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/result.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/result.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/reverse.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/reverse.hpp index 9abca26623c..080dff679b2 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/reverse.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/reverse.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/reverse_sequence.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/reverse_sequence.hpp index 15f6398bc31..aa2c499f66c 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/reverse_sequence.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/reverse_sequence.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/rnn_cell.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/rnn_cell.hpp index b54045d6210..5c03d4bf664 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/rnn_cell.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/rnn_cell.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/roi_align.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/roi_align.hpp index b268b6c31c2..2de44d7e41e 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/roi_align.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/roi_align.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/roi_pooling.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/roi_pooling.hpp index de3f61b93cf..acce80e0943 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/roi_pooling.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/roi_pooling.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/round.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/round.hpp index 9c4913dfa18..f7e24ab2974 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/round.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/round.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/scatter_elements_update.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/scatter_elements_update.hpp index c0f239d492f..5e8ecc16348 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/scatter_elements_update.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/scatter_elements_update.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/scatter_nd_update.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/scatter_nd_update.hpp index 37d3b5acb0f..d8d609c3620 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/scatter_nd_update.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/scatter_nd_update.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/ngraph/core/reference/include/ngraph/runtime/reference/scatter_update.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/scatter_update.hpp index c79a6a91a5e..351f4bd63b4 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/scatter_update.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/scatter_update.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/select.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/select.hpp index 3c81504aeae..6ff23c91d2b 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/select.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/select.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/selu.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/selu.hpp index a91e67727bd..dc25299e0fd 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/selu.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/selu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/sequences.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/sequences.hpp index 3bdf1bc3e11..046097cf2b4 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/sequences.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/sequences.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/shape_of.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/shape_of.hpp index 57621af42df..6459a5ff7af 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/shape_of.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/shape_of.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/sigmoid.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/sigmoid.hpp index d9f60a290cb..49b26af70e4 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/sigmoid.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/sigmoid.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/sign.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/sign.hpp index 72bcdd41a84..e3f0ab7d04b 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/sign.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/sign.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/sin.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/sin.hpp index d7935ffd288..26c1acf25a6 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/sin.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/sin.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/sinh.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/sinh.hpp index 1515aa6435d..f7775365e45 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/sinh.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/sinh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/slice.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/slice.hpp index f59ec7cf750..50f68471310 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/slice.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/slice.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/softmax.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/softmax.hpp index 9c83a5606f9..37d85dda20e 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/softmax.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/softmax.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/softplus.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/softplus.hpp index fbbbba4ca73..a89c2474de8 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/softplus.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/softplus.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/split.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/split.hpp index 517c8f484c2..c8e1292855c 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/split.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/split.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/sqrt.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/sqrt.hpp index 4661f655e2b..2f03bc0b151 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/sqrt.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/sqrt.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/squared_difference.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/squared_difference.hpp index ec663788d60..04a3fc528a3 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/squared_difference.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/squared_difference.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/strided_slice.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/strided_slice.hpp index 3c606a7ef6a..ea0fa7328db 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/strided_slice.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/strided_slice.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/subtract.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/subtract.hpp index bc3b63fa214..feeb0a202d1 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/subtract.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/subtract.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/sum.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/sum.hpp index a67cbac9d39..cfaa777b537 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/sum.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/sum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/swish.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/swish.hpp index 14bb42e721c..d40debd047f 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/swish.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/swish.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/tan.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/tan.hpp index 49e1dbb234a..f8f3e2f4d1e 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/tan.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/tan.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/tanh.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/tanh.hpp index 9c71c9c5b9e..a438370a602 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/tanh.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/tanh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/tensor_iterator.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/tensor_iterator.hpp index fd9beb12987..654282897ca 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/tensor_iterator.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/tensor_iterator.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/tile.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/tile.hpp index 40e5f5565f8..8d4255ad038 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/tile.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/tile.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/topk.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/topk.hpp index aed34f70d4a..06c76984807 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/topk.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/topk.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/transpose.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/transpose.hpp index 51b7a4c44d9..c2849190026 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/transpose.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/transpose.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/utils/span.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/utils/span.hpp index 0eb742f7d3b..142a1a59a0f 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/utils/span.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/utils/span.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/include/ngraph/runtime/reference/xor.hpp b/ngraph/core/reference/include/ngraph/runtime/reference/xor.hpp index 87e7e1f0bbb..39a8b1700ea 100644 --- a/ngraph/core/reference/include/ngraph/runtime/reference/xor.hpp +++ b/ngraph/core/reference/include/ngraph/runtime/reference/xor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/coordinate_index.cpp b/ngraph/core/reference/src/coordinate_index.cpp index cc018a4c1bb..fcafc3ff2dc 100644 --- a/ngraph/core/reference/src/coordinate_index.cpp +++ b/ngraph/core/reference/src/coordinate_index.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/coordinate_range.cpp b/ngraph/core/reference/src/coordinate_range.cpp index 35b512dd12a..8eef6b3c02b 100644 --- a/ngraph/core/reference/src/coordinate_range.cpp +++ b/ngraph/core/reference/src/coordinate_range.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/coordinate_transform.cpp b/ngraph/core/reference/src/coordinate_transform.cpp index 96a358b9b3b..9a7d7a851b7 100644 --- a/ngraph/core/reference/src/coordinate_transform.cpp +++ b/ngraph/core/reference/src/coordinate_transform.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/precomp.hpp b/ngraph/core/reference/src/precomp.hpp index 448a16c6c76..15eb7d548bc 100644 --- a/ngraph/core/reference/src/precomp.hpp +++ b/ngraph/core/reference/src/precomp.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/opt_kernel/reshape.cpp b/ngraph/core/reference/src/runtime/opt_kernel/reshape.cpp index ba784939b5c..e1d6d25b1ec 100644 --- a/ngraph/core/reference/src/runtime/opt_kernel/reshape.cpp +++ b/ngraph/core/reference/src/runtime/opt_kernel/reshape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/broadcast.cpp b/ngraph/core/reference/src/runtime/reference/broadcast.cpp index 9625e04c32f..fe551530d29 100644 --- a/ngraph/core/reference/src/runtime/reference/broadcast.cpp +++ b/ngraph/core/reference/src/runtime/reference/broadcast.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -52,4 +52,4 @@ namespace ngraph } } } -} \ No newline at end of file +} diff --git a/ngraph/core/reference/src/runtime/reference/concat.cpp b/ngraph/core/reference/src/runtime/reference/concat.cpp index 390b9134233..c448d52ecf4 100644 --- a/ngraph/core/reference/src/runtime/reference/concat.cpp +++ b/ngraph/core/reference/src/runtime/reference/concat.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/eval_helpers.cpp b/ngraph/core/reference/src/runtime/reference/eval_helpers.cpp index 226eb8dc59c..30527d49006 100644 --- a/ngraph/core/reference/src/runtime/reference/eval_helpers.cpp +++ b/ngraph/core/reference/src/runtime/reference/eval_helpers.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/function.cpp b/ngraph/core/reference/src/runtime/reference/function.cpp index cc84e198463..97b0e0cb44f 100644 --- a/ngraph/core/reference/src/runtime/reference/function.cpp +++ b/ngraph/core/reference/src/runtime/reference/function.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/gather_tree.cpp b/ngraph/core/reference/src/runtime/reference/gather_tree.cpp index 0008f77515c..784f8ce2290 100644 --- a/ngraph/core/reference/src/runtime/reference/gather_tree.cpp +++ b/ngraph/core/reference/src/runtime/reference/gather_tree.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -142,4 +142,4 @@ void runtime::reference::gather_tree(const char* step_ids, } } } -} \ No newline at end of file +} diff --git a/ngraph/core/reference/src/runtime/reference/interpolate.cpp b/ngraph/core/reference/src/runtime/reference/interpolate.cpp index fd61b2c4f7e..8d69870bb6b 100644 --- a/ngraph/core/reference/src/runtime/reference/interpolate.cpp +++ b/ngraph/core/reference/src/runtime/reference/interpolate.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/loop.cpp b/ngraph/core/reference/src/runtime/reference/loop.cpp index 8b0e0c425f5..64342c4284d 100644 --- a/ngraph/core/reference/src/runtime/reference/loop.cpp +++ b/ngraph/core/reference/src/runtime/reference/loop.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/non_max_suppression.cpp b/ngraph/core/reference/src/runtime/reference/non_max_suppression.cpp index 55719a597cc..edaa7148623 100644 --- a/ngraph/core/reference/src/runtime/reference/non_max_suppression.cpp +++ b/ngraph/core/reference/src/runtime/reference/non_max_suppression.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/pad.cpp b/ngraph/core/reference/src/runtime/reference/pad.cpp index aa35260fab5..4cb1418672e 100644 --- a/ngraph/core/reference/src/runtime/reference/pad.cpp +++ b/ngraph/core/reference/src/runtime/reference/pad.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/reorg_yolo.cpp b/ngraph/core/reference/src/runtime/reference/reorg_yolo.cpp index 0ac2d79a122..1133cfc95c8 100644 --- a/ngraph/core/reference/src/runtime/reference/reorg_yolo.cpp +++ b/ngraph/core/reference/src/runtime/reference/reorg_yolo.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/reshape.cpp b/ngraph/core/reference/src/runtime/reference/reshape.cpp index a9c06e81942..beab8414c76 100644 --- a/ngraph/core/reference/src/runtime/reference/reshape.cpp +++ b/ngraph/core/reference/src/runtime/reference/reshape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/reverse.cpp b/ngraph/core/reference/src/runtime/reference/reverse.cpp index 73cacd6d077..5b8a7ebb23b 100644 --- a/ngraph/core/reference/src/runtime/reference/reverse.cpp +++ b/ngraph/core/reference/src/runtime/reference/reverse.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/slice.cpp b/ngraph/core/reference/src/runtime/reference/slice.cpp index bce5be0fafe..c5013d70815 100644 --- a/ngraph/core/reference/src/runtime/reference/slice.cpp +++ b/ngraph/core/reference/src/runtime/reference/slice.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/split.cpp b/ngraph/core/reference/src/runtime/reference/split.cpp index 6cd11cccf3b..9549bf22b58 100644 --- a/ngraph/core/reference/src/runtime/reference/split.cpp +++ b/ngraph/core/reference/src/runtime/reference/split.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/strided_slice.cpp b/ngraph/core/reference/src/runtime/reference/strided_slice.cpp index 033109f7858..07182987df1 100644 --- a/ngraph/core/reference/src/runtime/reference/strided_slice.cpp +++ b/ngraph/core/reference/src/runtime/reference/strided_slice.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/tensor_iterator.cpp b/ngraph/core/reference/src/runtime/reference/tensor_iterator.cpp index d2db7f45ab7..b9e39e5aefe 100644 --- a/ngraph/core/reference/src/runtime/reference/tensor_iterator.cpp +++ b/ngraph/core/reference/src/runtime/reference/tensor_iterator.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/reference/src/runtime/reference/tile.cpp b/ngraph/core/reference/src/runtime/reference/tile.cpp index 5d78dee2483..8bda0a07b39 100644 --- a/ngraph/core/reference/src/runtime/reference/tile.cpp +++ b/ngraph/core/reference/src/runtime/reference/tile.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/attribute_adapter.cpp b/ngraph/core/src/attribute_adapter.cpp index a93bc770093..c8bb3937e36 100644 --- a/ngraph/core/src/attribute_adapter.cpp +++ b/ngraph/core/src/attribute_adapter.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/attribute_visitor.cpp b/ngraph/core/src/attribute_visitor.cpp index 14840fdb8d9..6f08d0aa4a9 100644 --- a/ngraph/core/src/attribute_visitor.cpp +++ b/ngraph/core/src/attribute_visitor.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/axis_set.cpp b/ngraph/core/src/axis_set.cpp index 4978518d8df..fd962f08c3f 100644 --- a/ngraph/core/src/axis_set.cpp +++ b/ngraph/core/src/axis_set.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/axis_vector.cpp b/ngraph/core/src/axis_vector.cpp index c41b2f7a3a1..94fa2f635b8 100644 --- a/ngraph/core/src/axis_vector.cpp +++ b/ngraph/core/src/axis_vector.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/check.cpp b/ngraph/core/src/check.cpp index 0bb1a880577..adea1ebf123 100644 --- a/ngraph/core/src/check.cpp +++ b/ngraph/core/src/check.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/chrome_trace.cpp b/ngraph/core/src/chrome_trace.cpp index f12e2fc29e5..fc2cf03a66a 100644 --- a/ngraph/core/src/chrome_trace.cpp +++ b/ngraph/core/src/chrome_trace.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/coordinate.cpp b/ngraph/core/src/coordinate.cpp index ca14ced153f..e1e0fd73016 100644 --- a/ngraph/core/src/coordinate.cpp +++ b/ngraph/core/src/coordinate.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/coordinate_diff.cpp b/ngraph/core/src/coordinate_diff.cpp index 4865dd99c16..cd9249cee19 100644 --- a/ngraph/core/src/coordinate_diff.cpp +++ b/ngraph/core/src/coordinate_diff.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/descriptor/input.cpp b/ngraph/core/src/descriptor/input.cpp index 2ffeaf1cefd..98b4c5b9145 100644 --- a/ngraph/core/src/descriptor/input.cpp +++ b/ngraph/core/src/descriptor/input.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/descriptor/output.cpp b/ngraph/core/src/descriptor/output.cpp index 34cc7d33916..33aba702cca 100644 --- a/ngraph/core/src/descriptor/output.cpp +++ b/ngraph/core/src/descriptor/output.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/descriptor/tensor.cpp b/ngraph/core/src/descriptor/tensor.cpp index 18a68472bfe..9669e9e3b8d 100644 --- a/ngraph/core/src/descriptor/tensor.cpp +++ b/ngraph/core/src/descriptor/tensor.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/dimension.cpp b/ngraph/core/src/dimension.cpp index 0f8438821b4..2bef584bf2f 100644 --- a/ngraph/core/src/dimension.cpp +++ b/ngraph/core/src/dimension.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/distributed.cpp b/ngraph/core/src/distributed.cpp index 81fc65e8a3d..aabd7bcdeb3 100644 --- a/ngraph/core/src/distributed.cpp +++ b/ngraph/core/src/distributed.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/env_util.cpp b/ngraph/core/src/env_util.cpp index 81aff3a1290..f1563873a22 100644 --- a/ngraph/core/src/env_util.cpp +++ b/ngraph/core/src/env_util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/factory.cpp b/ngraph/core/src/factory.cpp index fa21c2ea83d..d9758958572 100644 --- a/ngraph/core/src/factory.cpp +++ b/ngraph/core/src/factory.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/file_util.cpp b/ngraph/core/src/file_util.cpp index 15a75f078ad..69749b9d547 100644 --- a/ngraph/core/src/file_util.cpp +++ b/ngraph/core/src/file_util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/function.cpp b/ngraph/core/src/function.cpp index aa267222b21..ea696fa3049 100644 --- a/ngraph/core/src/function.cpp +++ b/ngraph/core/src/function.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/graph_util.cpp b/ngraph/core/src/graph_util.cpp index e3f4a9ebaba..bee2c68c0e3 100644 --- a/ngraph/core/src/graph_util.cpp +++ b/ngraph/core/src/graph_util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/interval.cpp b/ngraph/core/src/interval.cpp index fa9dec8f99d..926dbb83759 100644 --- a/ngraph/core/src/interval.cpp +++ b/ngraph/core/src/interval.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/itt.hpp b/ngraph/core/src/itt.hpp index 59eae16bf5c..c5a6ff4868d 100644 --- a/ngraph/core/src/itt.hpp +++ b/ngraph/core/src/itt.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/log.cpp b/ngraph/core/src/log.cpp index 10be63fa6a6..52d5b49af07 100644 --- a/ngraph/core/src/log.cpp +++ b/ngraph/core/src/log.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/ngraph.cpp b/ngraph/core/src/ngraph.cpp index 529e00912b4..8865d69603e 100644 --- a/ngraph/core/src/ngraph.cpp +++ b/ngraph/core/src/ngraph.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/node.cpp b/ngraph/core/src/node.cpp index 489df366205..b74ee51111e 100644 --- a/ngraph/core/src/node.cpp +++ b/ngraph/core/src/node.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/node_input.cpp b/ngraph/core/src/node_input.cpp index 1cc8d2b6b40..b9cf965d56d 100644 --- a/ngraph/core/src/node_input.cpp +++ b/ngraph/core/src/node_input.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/node_output.cpp b/ngraph/core/src/node_output.cpp index a32f4b470b5..c59987c0068 100644 --- a/ngraph/core/src/node_output.cpp +++ b/ngraph/core/src/node_output.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/abs.cpp b/ngraph/core/src/op/abs.cpp index 6b9acfadab3..22aabb6c093 100644 --- a/ngraph/core/src/op/abs.cpp +++ b/ngraph/core/src/op/abs.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/acos.cpp b/ngraph/core/src/op/acos.cpp index 68796fe24cb..08051353d8b 100644 --- a/ngraph/core/src/op/acos.cpp +++ b/ngraph/core/src/op/acos.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/acosh.cpp b/ngraph/core/src/op/acosh.cpp index 287c8e03726..1ca4d9bcb46 100644 --- a/ngraph/core/src/op/acosh.cpp +++ b/ngraph/core/src/op/acosh.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/add.cpp b/ngraph/core/src/op/add.cpp index 5bd22dfb0cd..bc194eba135 100644 --- a/ngraph/core/src/op/add.cpp +++ b/ngraph/core/src/op/add.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/and.cpp b/ngraph/core/src/op/and.cpp index 6c5377ffa53..1e77f90e92f 100644 --- a/ngraph/core/src/op/and.cpp +++ b/ngraph/core/src/op/and.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/asin.cpp b/ngraph/core/src/op/asin.cpp index 98f0a6b436b..e80e88b1bd8 100644 --- a/ngraph/core/src/op/asin.cpp +++ b/ngraph/core/src/op/asin.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/asinh.cpp b/ngraph/core/src/op/asinh.cpp index 1b65cb24ead..b767e60962c 100644 --- a/ngraph/core/src/op/asinh.cpp +++ b/ngraph/core/src/op/asinh.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/assign.cpp b/ngraph/core/src/op/assign.cpp index 839fdf7f4a4..386ee682179 100644 --- a/ngraph/core/src/op/assign.cpp +++ b/ngraph/core/src/op/assign.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/atan.cpp b/ngraph/core/src/op/atan.cpp index fceb20da284..e656e63359b 100644 --- a/ngraph/core/src/op/atan.cpp +++ b/ngraph/core/src/op/atan.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/atanh.cpp b/ngraph/core/src/op/atanh.cpp index 8497a2c1011..c35c1d9c80b 100644 --- a/ngraph/core/src/op/atanh.cpp +++ b/ngraph/core/src/op/atanh.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/avg_pool.cpp b/ngraph/core/src/op/avg_pool.cpp index e4b63a41537..ace9ee4b409 100644 --- a/ngraph/core/src/op/avg_pool.cpp +++ b/ngraph/core/src/op/avg_pool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/batch_norm.cpp b/ngraph/core/src/op/batch_norm.cpp index 9dae5ccda88..11d42c2f4b7 100644 --- a/ngraph/core/src/op/batch_norm.cpp +++ b/ngraph/core/src/op/batch_norm.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/batch_to_space.cpp b/ngraph/core/src/op/batch_to_space.cpp index 150956088e3..2c87cc05c88 100644 --- a/ngraph/core/src/op/batch_to_space.cpp +++ b/ngraph/core/src/op/batch_to_space.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/binary_convolution.cpp b/ngraph/core/src/op/binary_convolution.cpp index 5a91a8edd9f..86ef21100f5 100644 --- a/ngraph/core/src/op/binary_convolution.cpp +++ b/ngraph/core/src/op/binary_convolution.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/broadcast.cpp b/ngraph/core/src/op/broadcast.cpp index 756455f6e26..bf5c7f44b2a 100644 --- a/ngraph/core/src/op/broadcast.cpp +++ b/ngraph/core/src/op/broadcast.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/bucketize.cpp b/ngraph/core/src/op/bucketize.cpp index b9e320fca80..5938022dd7c 100644 --- a/ngraph/core/src/op/bucketize.cpp +++ b/ngraph/core/src/op/bucketize.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/ceiling.cpp b/ngraph/core/src/op/ceiling.cpp index fd5fcd71ab6..2e387427709 100644 --- a/ngraph/core/src/op/ceiling.cpp +++ b/ngraph/core/src/op/ceiling.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/clamp.cpp b/ngraph/core/src/op/clamp.cpp index a648c70038b..11b4abc0629 100644 --- a/ngraph/core/src/op/clamp.cpp +++ b/ngraph/core/src/op/clamp.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/concat.cpp b/ngraph/core/src/op/concat.cpp index f334a010ba6..94f734c7036 100644 --- a/ngraph/core/src/op/concat.cpp +++ b/ngraph/core/src/op/concat.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/constant.cpp b/ngraph/core/src/op/constant.cpp index 863c06d235e..ef1439501e7 100644 --- a/ngraph/core/src/op/constant.cpp +++ b/ngraph/core/src/op/constant.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/convert.cpp b/ngraph/core/src/op/convert.cpp index bcb2e843f2e..ac925de8277 100644 --- a/ngraph/core/src/op/convert.cpp +++ b/ngraph/core/src/op/convert.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/convert_like.cpp b/ngraph/core/src/op/convert_like.cpp index 22515d44cee..d48a71ce3f7 100644 --- a/ngraph/core/src/op/convert_like.cpp +++ b/ngraph/core/src/op/convert_like.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/convolution.cpp b/ngraph/core/src/op/convolution.cpp index 8842247dd8a..d8309acdb36 100644 --- a/ngraph/core/src/op/convolution.cpp +++ b/ngraph/core/src/op/convolution.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/cos.cpp b/ngraph/core/src/op/cos.cpp index 6d4f5e571bd..296500ec201 100644 --- a/ngraph/core/src/op/cos.cpp +++ b/ngraph/core/src/op/cos.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/cosh.cpp b/ngraph/core/src/op/cosh.cpp index 5651f84544c..d78f9f8ba43 100644 --- a/ngraph/core/src/op/cosh.cpp +++ b/ngraph/core/src/op/cosh.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/ctc_greedy_decoder.cpp b/ngraph/core/src/op/ctc_greedy_decoder.cpp index c86f9dc0e80..c9f9cec3e2a 100644 --- a/ngraph/core/src/op/ctc_greedy_decoder.cpp +++ b/ngraph/core/src/op/ctc_greedy_decoder.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/ctc_loss.cpp b/ngraph/core/src/op/ctc_loss.cpp index b84fd0f626e..ab122d366f7 100644 --- a/ngraph/core/src/op/ctc_loss.cpp +++ b/ngraph/core/src/op/ctc_loss.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/cum_sum.cpp b/ngraph/core/src/op/cum_sum.cpp index 9bf01c3a2cb..4aff98243c1 100644 --- a/ngraph/core/src/op/cum_sum.cpp +++ b/ngraph/core/src/op/cum_sum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/deformable_convolution.cpp b/ngraph/core/src/op/deformable_convolution.cpp index 5963551c9dc..39c6680d2a0 100644 --- a/ngraph/core/src/op/deformable_convolution.cpp +++ b/ngraph/core/src/op/deformable_convolution.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/deformable_psroi_pooling.cpp b/ngraph/core/src/op/deformable_psroi_pooling.cpp index 27606f0306a..2b5346ed4ec 100644 --- a/ngraph/core/src/op/deformable_psroi_pooling.cpp +++ b/ngraph/core/src/op/deformable_psroi_pooling.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/depth_to_space.cpp b/ngraph/core/src/op/depth_to_space.cpp index b4faebf8981..a62859d6f33 100644 --- a/ngraph/core/src/op/depth_to_space.cpp +++ b/ngraph/core/src/op/depth_to_space.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/detection_output.cpp b/ngraph/core/src/op/detection_output.cpp index 21d2119bcbf..1d4e4ec7156 100644 --- a/ngraph/core/src/op/detection_output.cpp +++ b/ngraph/core/src/op/detection_output.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/divide.cpp b/ngraph/core/src/op/divide.cpp index 83f914e0246..38b7cb5a10d 100644 --- a/ngraph/core/src/op/divide.cpp +++ b/ngraph/core/src/op/divide.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/elu.cpp b/ngraph/core/src/op/elu.cpp index 19b4cab5847..bb61311dd27 100644 --- a/ngraph/core/src/op/elu.cpp +++ b/ngraph/core/src/op/elu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/embedding_segments_sum.cpp b/ngraph/core/src/op/embedding_segments_sum.cpp index 33a4d5aed04..f79db62e207 100644 --- a/ngraph/core/src/op/embedding_segments_sum.cpp +++ b/ngraph/core/src/op/embedding_segments_sum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/embeddingbag_offsets_sum.cpp b/ngraph/core/src/op/embeddingbag_offsets_sum.cpp index c55c296fbd0..8d4e12d83ee 100644 --- a/ngraph/core/src/op/embeddingbag_offsets_sum.cpp +++ b/ngraph/core/src/op/embeddingbag_offsets_sum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/embeddingbag_packedsum.cpp b/ngraph/core/src/op/embeddingbag_packedsum.cpp index 687e887ed7b..82dc4407074 100644 --- a/ngraph/core/src/op/embeddingbag_packedsum.cpp +++ b/ngraph/core/src/op/embeddingbag_packedsum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/equal.cpp b/ngraph/core/src/op/equal.cpp index 39ae4809229..d60bcb75c29 100644 --- a/ngraph/core/src/op/equal.cpp +++ b/ngraph/core/src/op/equal.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/erf.cpp b/ngraph/core/src/op/erf.cpp index 179895f1a87..347f78a390d 100644 --- a/ngraph/core/src/op/erf.cpp +++ b/ngraph/core/src/op/erf.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/exp.cpp b/ngraph/core/src/op/exp.cpp index 313c73729ab..756e4829438 100644 --- a/ngraph/core/src/op/exp.cpp +++ b/ngraph/core/src/op/exp.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/extractimagepatches.cpp b/ngraph/core/src/op/extractimagepatches.cpp index 5c8e790ebba..1f656cec76e 100644 --- a/ngraph/core/src/op/extractimagepatches.cpp +++ b/ngraph/core/src/op/extractimagepatches.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/fake_quantize.cpp b/ngraph/core/src/op/fake_quantize.cpp index 7517a20efa6..d8e119c0604 100644 --- a/ngraph/core/src/op/fake_quantize.cpp +++ b/ngraph/core/src/op/fake_quantize.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/floor.cpp b/ngraph/core/src/op/floor.cpp index 226483a574c..3433af82e3d 100644 --- a/ngraph/core/src/op/floor.cpp +++ b/ngraph/core/src/op/floor.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/floor_mod.cpp b/ngraph/core/src/op/floor_mod.cpp index 603b2af54f4..3bee597419d 100644 --- a/ngraph/core/src/op/floor_mod.cpp +++ b/ngraph/core/src/op/floor_mod.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/gather.cpp b/ngraph/core/src/op/gather.cpp index 17c127bd626..61d0e58f377 100644 --- a/ngraph/core/src/op/gather.cpp +++ b/ngraph/core/src/op/gather.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/gather_elements.cpp b/ngraph/core/src/op/gather_elements.cpp index b68bff6bd85..2267b452961 100644 --- a/ngraph/core/src/op/gather_elements.cpp +++ b/ngraph/core/src/op/gather_elements.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/gather_nd.cpp b/ngraph/core/src/op/gather_nd.cpp index 55b7e7ad9e6..34f4fd0683b 100644 --- a/ngraph/core/src/op/gather_nd.cpp +++ b/ngraph/core/src/op/gather_nd.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/gather_tree.cpp b/ngraph/core/src/op/gather_tree.cpp index 60ad5a34459..b5229405723 100644 --- a/ngraph/core/src/op/gather_tree.cpp +++ b/ngraph/core/src/op/gather_tree.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/gelu.cpp b/ngraph/core/src/op/gelu.cpp index e2e577b3a16..7b98d28ab12 100644 --- a/ngraph/core/src/op/gelu.cpp +++ b/ngraph/core/src/op/gelu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/greater.cpp b/ngraph/core/src/op/greater.cpp index b5b869fd687..d9658d0dfdc 100644 --- a/ngraph/core/src/op/greater.cpp +++ b/ngraph/core/src/op/greater.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/greater_eq.cpp b/ngraph/core/src/op/greater_eq.cpp index 0dc8651d795..fb32c852976 100644 --- a/ngraph/core/src/op/greater_eq.cpp +++ b/ngraph/core/src/op/greater_eq.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/grn.cpp b/ngraph/core/src/op/grn.cpp index 97f96afc1e5..c25a02b9d5e 100644 --- a/ngraph/core/src/op/grn.cpp +++ b/ngraph/core/src/op/grn.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/group_conv.cpp b/ngraph/core/src/op/group_conv.cpp index 052ecd3f58a..79a66bc1f94 100644 --- a/ngraph/core/src/op/group_conv.cpp +++ b/ngraph/core/src/op/group_conv.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/gru_cell.cpp b/ngraph/core/src/op/gru_cell.cpp index b57346bb612..f9f2206c0f6 100644 --- a/ngraph/core/src/op/gru_cell.cpp +++ b/ngraph/core/src/op/gru_cell.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/gru_sequence.cpp b/ngraph/core/src/op/gru_sequence.cpp index d7dd680b928..9818e8e4a71 100644 --- a/ngraph/core/src/op/gru_sequence.cpp +++ b/ngraph/core/src/op/gru_sequence.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/hard_sigmoid.cpp b/ngraph/core/src/op/hard_sigmoid.cpp index 5bb632b34ea..1c357618bce 100644 --- a/ngraph/core/src/op/hard_sigmoid.cpp +++ b/ngraph/core/src/op/hard_sigmoid.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/hsigmoid.cpp b/ngraph/core/src/op/hsigmoid.cpp index b3341aca0b3..3ea0df5f060 100644 --- a/ngraph/core/src/op/hsigmoid.cpp +++ b/ngraph/core/src/op/hsigmoid.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/hswish.cpp b/ngraph/core/src/op/hswish.cpp index d165f70ea78..612a04bba60 100644 --- a/ngraph/core/src/op/hswish.cpp +++ b/ngraph/core/src/op/hswish.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/interpolate.cpp b/ngraph/core/src/op/interpolate.cpp index 2c535b6c416..3e5bb04f91b 100644 --- a/ngraph/core/src/op/interpolate.cpp +++ b/ngraph/core/src/op/interpolate.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/less.cpp b/ngraph/core/src/op/less.cpp index ecebeeea8ff..a80460b36e0 100644 --- a/ngraph/core/src/op/less.cpp +++ b/ngraph/core/src/op/less.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/less_eq.cpp b/ngraph/core/src/op/less_eq.cpp index 5efc045e108..b2c6ebe2757 100644 --- a/ngraph/core/src/op/less_eq.cpp +++ b/ngraph/core/src/op/less_eq.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/log.cpp b/ngraph/core/src/op/log.cpp index d431a5979f3..bb9cb59e46a 100644 --- a/ngraph/core/src/op/log.cpp +++ b/ngraph/core/src/op/log.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/log_softmax.cpp b/ngraph/core/src/op/log_softmax.cpp index ac1b8de1a55..7166c01b085 100644 --- a/ngraph/core/src/op/log_softmax.cpp +++ b/ngraph/core/src/op/log_softmax.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/loop.cpp b/ngraph/core/src/op/loop.cpp index 2d312d6bc4d..ea6279691d0 100644 --- a/ngraph/core/src/op/loop.cpp +++ b/ngraph/core/src/op/loop.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/lrn.cpp b/ngraph/core/src/op/lrn.cpp index 7774a1fde0d..d0382f63735 100644 --- a/ngraph/core/src/op/lrn.cpp +++ b/ngraph/core/src/op/lrn.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/lstm_cell.cpp b/ngraph/core/src/op/lstm_cell.cpp index 6d30ee9f1e2..93653b530f6 100644 --- a/ngraph/core/src/op/lstm_cell.cpp +++ b/ngraph/core/src/op/lstm_cell.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/lstm_sequence.cpp b/ngraph/core/src/op/lstm_sequence.cpp index 6146b8b6cb0..0bced1917d7 100644 --- a/ngraph/core/src/op/lstm_sequence.cpp +++ b/ngraph/core/src/op/lstm_sequence.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/matmul.cpp b/ngraph/core/src/op/matmul.cpp index 2001a0d6873..9f331f46453 100644 --- a/ngraph/core/src/op/matmul.cpp +++ b/ngraph/core/src/op/matmul.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/max.cpp b/ngraph/core/src/op/max.cpp index 162630385b6..36bf7b886c9 100644 --- a/ngraph/core/src/op/max.cpp +++ b/ngraph/core/src/op/max.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/max_pool.cpp b/ngraph/core/src/op/max_pool.cpp index eea27c5e5d9..516dd843868 100644 --- a/ngraph/core/src/op/max_pool.cpp +++ b/ngraph/core/src/op/max_pool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/maximum.cpp b/ngraph/core/src/op/maximum.cpp index 77b1cc518ed..8a94447b116 100644 --- a/ngraph/core/src/op/maximum.cpp +++ b/ngraph/core/src/op/maximum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/min.cpp b/ngraph/core/src/op/min.cpp index 9f7fd618dc1..fb4609dbb05 100644 --- a/ngraph/core/src/op/min.cpp +++ b/ngraph/core/src/op/min.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/minimum.cpp b/ngraph/core/src/op/minimum.cpp index bd21a103eb1..1139d15dbc8 100644 --- a/ngraph/core/src/op/minimum.cpp +++ b/ngraph/core/src/op/minimum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/mish.cpp b/ngraph/core/src/op/mish.cpp index 9a0e1202dd4..0faebffddaf 100644 --- a/ngraph/core/src/op/mish.cpp +++ b/ngraph/core/src/op/mish.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/mod.cpp b/ngraph/core/src/op/mod.cpp index 0506582b501..d350330bd96 100644 --- a/ngraph/core/src/op/mod.cpp +++ b/ngraph/core/src/op/mod.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/multiply.cpp b/ngraph/core/src/op/multiply.cpp index 8a413d3b734..c7942b8a3d0 100644 --- a/ngraph/core/src/op/multiply.cpp +++ b/ngraph/core/src/op/multiply.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/mvn.cpp b/ngraph/core/src/op/mvn.cpp index 25dd646669d..9d9f4598ff5 100644 --- a/ngraph/core/src/op/mvn.cpp +++ b/ngraph/core/src/op/mvn.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/negative.cpp b/ngraph/core/src/op/negative.cpp index 5e673c178fc..9231c16bd9f 100644 --- a/ngraph/core/src/op/negative.cpp +++ b/ngraph/core/src/op/negative.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/non_max_suppression.cpp b/ngraph/core/src/op/non_max_suppression.cpp index 1b600c906bf..5ae5b63cda3 100644 --- a/ngraph/core/src/op/non_max_suppression.cpp +++ b/ngraph/core/src/op/non_max_suppression.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/non_zero.cpp b/ngraph/core/src/op/non_zero.cpp index 83a7d9a5019..c5d2647ac82 100644 --- a/ngraph/core/src/op/non_zero.cpp +++ b/ngraph/core/src/op/non_zero.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/normalize_l2.cpp b/ngraph/core/src/op/normalize_l2.cpp index e827c91ac5c..1804cab089b 100644 --- a/ngraph/core/src/op/normalize_l2.cpp +++ b/ngraph/core/src/op/normalize_l2.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/not.cpp b/ngraph/core/src/op/not.cpp index 75358765390..40654072358 100644 --- a/ngraph/core/src/op/not.cpp +++ b/ngraph/core/src/op/not.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/not_equal.cpp b/ngraph/core/src/op/not_equal.cpp index 4e12047bd70..21ceaa0262d 100644 --- a/ngraph/core/src/op/not_equal.cpp +++ b/ngraph/core/src/op/not_equal.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/one_hot.cpp b/ngraph/core/src/op/one_hot.cpp index 4305f5ecdfd..6a7ad7ad934 100644 --- a/ngraph/core/src/op/one_hot.cpp +++ b/ngraph/core/src/op/one_hot.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/op.cpp b/ngraph/core/src/op/op.cpp index d4df6a3f547..e4f80e67232 100644 --- a/ngraph/core/src/op/op.cpp +++ b/ngraph/core/src/op/op.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/or.cpp b/ngraph/core/src/op/or.cpp index 28ff696b472..507e31256e5 100644 --- a/ngraph/core/src/op/or.cpp +++ b/ngraph/core/src/op/or.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/pad.cpp b/ngraph/core/src/op/pad.cpp index fc3ab3127be..9354ec9d936 100644 --- a/ngraph/core/src/op/pad.cpp +++ b/ngraph/core/src/op/pad.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/parameter.cpp b/ngraph/core/src/op/parameter.cpp index ed8891cc616..98cccc0f841 100644 --- a/ngraph/core/src/op/parameter.cpp +++ b/ngraph/core/src/op/parameter.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/power.cpp b/ngraph/core/src/op/power.cpp index 86ace5db63d..f7adb90b660 100644 --- a/ngraph/core/src/op/power.cpp +++ b/ngraph/core/src/op/power.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/prelu.cpp b/ngraph/core/src/op/prelu.cpp index 4745b4a4dcf..6d4dd085095 100644 --- a/ngraph/core/src/op/prelu.cpp +++ b/ngraph/core/src/op/prelu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/prior_box.cpp b/ngraph/core/src/op/prior_box.cpp index 0e8ae5d9dce..982ad24b8c1 100644 --- a/ngraph/core/src/op/prior_box.cpp +++ b/ngraph/core/src/op/prior_box.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/prior_box_clustered.cpp b/ngraph/core/src/op/prior_box_clustered.cpp index 4f888294501..12f3c26aad1 100644 --- a/ngraph/core/src/op/prior_box_clustered.cpp +++ b/ngraph/core/src/op/prior_box_clustered.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/proposal.cpp b/ngraph/core/src/op/proposal.cpp index 62cabece919..a47f690f94c 100644 --- a/ngraph/core/src/op/proposal.cpp +++ b/ngraph/core/src/op/proposal.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/psroi_pooling.cpp b/ngraph/core/src/op/psroi_pooling.cpp index 05bc6a08668..a8b1ce831eb 100644 --- a/ngraph/core/src/op/psroi_pooling.cpp +++ b/ngraph/core/src/op/psroi_pooling.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/quantize.cpp b/ngraph/core/src/op/quantize.cpp index 891ab9e14a0..a4f86b6ad90 100644 --- a/ngraph/core/src/op/quantize.cpp +++ b/ngraph/core/src/op/quantize.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/range.cpp b/ngraph/core/src/op/range.cpp index f934994aa33..d89d1c72c6e 100644 --- a/ngraph/core/src/op/range.cpp +++ b/ngraph/core/src/op/range.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/read_value.cpp b/ngraph/core/src/op/read_value.cpp index e48198c66e3..cb4c1c0f849 100644 --- a/ngraph/core/src/op/read_value.cpp +++ b/ngraph/core/src/op/read_value.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reduce_l1.cpp b/ngraph/core/src/op/reduce_l1.cpp index cd659ab2158..1295183b753 100644 --- a/ngraph/core/src/op/reduce_l1.cpp +++ b/ngraph/core/src/op/reduce_l1.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reduce_l2.cpp b/ngraph/core/src/op/reduce_l2.cpp index da94f8fd729..b3de7e17387 100644 --- a/ngraph/core/src/op/reduce_l2.cpp +++ b/ngraph/core/src/op/reduce_l2.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reduce_logical_and.cpp b/ngraph/core/src/op/reduce_logical_and.cpp index 2519b679b4e..64419ba3da3 100644 --- a/ngraph/core/src/op/reduce_logical_and.cpp +++ b/ngraph/core/src/op/reduce_logical_and.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reduce_logical_or.cpp b/ngraph/core/src/op/reduce_logical_or.cpp index c3e99c7682e..6297b0da401 100644 --- a/ngraph/core/src/op/reduce_logical_or.cpp +++ b/ngraph/core/src/op/reduce_logical_or.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reduce_mean.cpp b/ngraph/core/src/op/reduce_mean.cpp index 769e9a57af8..c44c53c2c51 100644 --- a/ngraph/core/src/op/reduce_mean.cpp +++ b/ngraph/core/src/op/reduce_mean.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reduce_prod.cpp b/ngraph/core/src/op/reduce_prod.cpp index cb3f45ca782..488b155fb46 100644 --- a/ngraph/core/src/op/reduce_prod.cpp +++ b/ngraph/core/src/op/reduce_prod.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reduce_sum.cpp b/ngraph/core/src/op/reduce_sum.cpp index bfe2691e86b..9ddb41c20ac 100644 --- a/ngraph/core/src/op/reduce_sum.cpp +++ b/ngraph/core/src/op/reduce_sum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/region_yolo.cpp b/ngraph/core/src/op/region_yolo.cpp index 0cf77658b7b..5ed3d7dfa8c 100644 --- a/ngraph/core/src/op/region_yolo.cpp +++ b/ngraph/core/src/op/region_yolo.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/relu.cpp b/ngraph/core/src/op/relu.cpp index c4672fca2d2..8a97d0426e7 100644 --- a/ngraph/core/src/op/relu.cpp +++ b/ngraph/core/src/op/relu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reorg_yolo.cpp b/ngraph/core/src/op/reorg_yolo.cpp index 6ee8cd7daca..ec10550dad5 100644 --- a/ngraph/core/src/op/reorg_yolo.cpp +++ b/ngraph/core/src/op/reorg_yolo.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reshape.cpp b/ngraph/core/src/op/reshape.cpp index ce16c62c9f2..ff4d627eb2d 100644 --- a/ngraph/core/src/op/reshape.cpp +++ b/ngraph/core/src/op/reshape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/result.cpp b/ngraph/core/src/op/result.cpp index 0af343c88ab..996978c1cb9 100644 --- a/ngraph/core/src/op/result.cpp +++ b/ngraph/core/src/op/result.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reverse.cpp b/ngraph/core/src/op/reverse.cpp index d2aaf904207..38252934fc2 100644 --- a/ngraph/core/src/op/reverse.cpp +++ b/ngraph/core/src/op/reverse.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/reverse_sequence.cpp b/ngraph/core/src/op/reverse_sequence.cpp index d0775295e51..8d08d02d464 100644 --- a/ngraph/core/src/op/reverse_sequence.cpp +++ b/ngraph/core/src/op/reverse_sequence.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/rnn_cell.cpp b/ngraph/core/src/op/rnn_cell.cpp index 1e7e01b65ad..6bf4ca8972f 100644 --- a/ngraph/core/src/op/rnn_cell.cpp +++ b/ngraph/core/src/op/rnn_cell.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/rnn_sequence.cpp b/ngraph/core/src/op/rnn_sequence.cpp index bca6ab8947a..ee08495f582 100644 --- a/ngraph/core/src/op/rnn_sequence.cpp +++ b/ngraph/core/src/op/rnn_sequence.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/roi_align.cpp b/ngraph/core/src/op/roi_align.cpp index 4e506588e8d..0727ea030b4 100644 --- a/ngraph/core/src/op/roi_align.cpp +++ b/ngraph/core/src/op/roi_align.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/roi_pooling.cpp b/ngraph/core/src/op/roi_pooling.cpp index 6a141734b03..5eb2bf7498c 100644 --- a/ngraph/core/src/op/roi_pooling.cpp +++ b/ngraph/core/src/op/roi_pooling.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/round.cpp b/ngraph/core/src/op/round.cpp index ae55b5f1916..54d30c41d37 100644 --- a/ngraph/core/src/op/round.cpp +++ b/ngraph/core/src/op/round.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/scatter_elements_update.cpp b/ngraph/core/src/op/scatter_elements_update.cpp index b4576334488..8748e548729 100644 --- a/ngraph/core/src/op/scatter_elements_update.cpp +++ b/ngraph/core/src/op/scatter_elements_update.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/scatter_nd_update.cpp b/ngraph/core/src/op/scatter_nd_update.cpp index c520cd67faa..0a12c5d9035 100644 --- a/ngraph/core/src/op/scatter_nd_update.cpp +++ b/ngraph/core/src/op/scatter_nd_update.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/scatter_update.cpp b/ngraph/core/src/op/scatter_update.cpp index 5e680480941..08a2dd4b412 100644 --- a/ngraph/core/src/op/scatter_update.cpp +++ b/ngraph/core/src/op/scatter_update.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/select.cpp b/ngraph/core/src/op/select.cpp index b8b19636521..a78cb634e81 100644 --- a/ngraph/core/src/op/select.cpp +++ b/ngraph/core/src/op/select.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/selu.cpp b/ngraph/core/src/op/selu.cpp index a31d2c80316..14e359b8146 100644 --- a/ngraph/core/src/op/selu.cpp +++ b/ngraph/core/src/op/selu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/shape_of.cpp b/ngraph/core/src/op/shape_of.cpp index 98adff10d32..43b22b8d38c 100644 --- a/ngraph/core/src/op/shape_of.cpp +++ b/ngraph/core/src/op/shape_of.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/shuffle_channels.cpp b/ngraph/core/src/op/shuffle_channels.cpp index 54a62db35d3..b25e6db2bb7 100644 --- a/ngraph/core/src/op/shuffle_channels.cpp +++ b/ngraph/core/src/op/shuffle_channels.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/sigmoid.cpp b/ngraph/core/src/op/sigmoid.cpp index f6115192e80..6c1ac030b8b 100644 --- a/ngraph/core/src/op/sigmoid.cpp +++ b/ngraph/core/src/op/sigmoid.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/sign.cpp b/ngraph/core/src/op/sign.cpp index 2bd12b4880f..94198e22525 100644 --- a/ngraph/core/src/op/sign.cpp +++ b/ngraph/core/src/op/sign.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/sin.cpp b/ngraph/core/src/op/sin.cpp index 6aaa8dcea5a..a5acb38e91f 100644 --- a/ngraph/core/src/op/sin.cpp +++ b/ngraph/core/src/op/sin.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/sinh.cpp b/ngraph/core/src/op/sinh.cpp index 4d28bdc9e1f..58ae26cb431 100644 --- a/ngraph/core/src/op/sinh.cpp +++ b/ngraph/core/src/op/sinh.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/sink.cpp b/ngraph/core/src/op/sink.cpp index 3494a0c58f0..0dd3aa36932 100644 --- a/ngraph/core/src/op/sink.cpp +++ b/ngraph/core/src/op/sink.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/softmax.cpp b/ngraph/core/src/op/softmax.cpp index 413d618b320..83b256d7b3a 100644 --- a/ngraph/core/src/op/softmax.cpp +++ b/ngraph/core/src/op/softmax.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/softplus.cpp b/ngraph/core/src/op/softplus.cpp index 042cafbffec..b3ee338d26c 100644 --- a/ngraph/core/src/op/softplus.cpp +++ b/ngraph/core/src/op/softplus.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/space_to_batch.cpp b/ngraph/core/src/op/space_to_batch.cpp index 99c14e2f5cd..cc0c294213c 100644 --- a/ngraph/core/src/op/space_to_batch.cpp +++ b/ngraph/core/src/op/space_to_batch.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/space_to_depth.cpp b/ngraph/core/src/op/space_to_depth.cpp index aac3070fdb9..77439178d82 100644 --- a/ngraph/core/src/op/space_to_depth.cpp +++ b/ngraph/core/src/op/space_to_depth.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/split.cpp b/ngraph/core/src/op/split.cpp index f0ed5bcfb22..795e4b7a696 100644 --- a/ngraph/core/src/op/split.cpp +++ b/ngraph/core/src/op/split.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/sqrt.cpp b/ngraph/core/src/op/sqrt.cpp index c24bd0c2160..d49982768d4 100644 --- a/ngraph/core/src/op/sqrt.cpp +++ b/ngraph/core/src/op/sqrt.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/squared_difference.cpp b/ngraph/core/src/op/squared_difference.cpp index 0d236c43580..b40d08da4e2 100644 --- a/ngraph/core/src/op/squared_difference.cpp +++ b/ngraph/core/src/op/squared_difference.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/squeeze.cpp b/ngraph/core/src/op/squeeze.cpp index d08acae6856..168843de923 100644 --- a/ngraph/core/src/op/squeeze.cpp +++ b/ngraph/core/src/op/squeeze.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/strided_slice.cpp b/ngraph/core/src/op/strided_slice.cpp index ec442c467de..367f6a5d014 100644 --- a/ngraph/core/src/op/strided_slice.cpp +++ b/ngraph/core/src/op/strided_slice.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/subtract.cpp b/ngraph/core/src/op/subtract.cpp index 24d5c61546e..803e75d3b0c 100644 --- a/ngraph/core/src/op/subtract.cpp +++ b/ngraph/core/src/op/subtract.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/swish.cpp b/ngraph/core/src/op/swish.cpp index e43ee7cb7af..401c9578c90 100644 --- a/ngraph/core/src/op/swish.cpp +++ b/ngraph/core/src/op/swish.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/tan.cpp b/ngraph/core/src/op/tan.cpp index c8a360aa63b..1662059fbca 100644 --- a/ngraph/core/src/op/tan.cpp +++ b/ngraph/core/src/op/tan.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/tanh.cpp b/ngraph/core/src/op/tanh.cpp index 73f120c2d3f..1f2f96a32db 100644 --- a/ngraph/core/src/op/tanh.cpp +++ b/ngraph/core/src/op/tanh.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/tensor_iterator.cpp b/ngraph/core/src/op/tensor_iterator.cpp index e7370929a46..24aa04e2481 100644 --- a/ngraph/core/src/op/tensor_iterator.cpp +++ b/ngraph/core/src/op/tensor_iterator.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/tile.cpp b/ngraph/core/src/op/tile.cpp index 6df28be1c59..c9da2a80dfb 100644 --- a/ngraph/core/src/op/tile.cpp +++ b/ngraph/core/src/op/tile.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/topk.cpp b/ngraph/core/src/op/topk.cpp index 2ec79fd7e51..a91ce79ace5 100644 --- a/ngraph/core/src/op/topk.cpp +++ b/ngraph/core/src/op/topk.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/transpose.cpp b/ngraph/core/src/op/transpose.cpp index 942a9a82218..0306d13c2ab 100644 --- a/ngraph/core/src/op/transpose.cpp +++ b/ngraph/core/src/op/transpose.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/unsqueeze.cpp b/ngraph/core/src/op/unsqueeze.cpp index 8c3532debad..e174d601ded 100644 --- a/ngraph/core/src/op/unsqueeze.cpp +++ b/ngraph/core/src/op/unsqueeze.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/activation_functions.cpp b/ngraph/core/src/op/util/activation_functions.cpp index 9f96ccc6836..eb13fe9dd99 100644 --- a/ngraph/core/src/op/util/activation_functions.cpp +++ b/ngraph/core/src/op/util/activation_functions.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/arithmetic_reduction.cpp b/ngraph/core/src/op/util/arithmetic_reduction.cpp index e7c8b68b6e8..69ddc77ff69 100644 --- a/ngraph/core/src/op/util/arithmetic_reduction.cpp +++ b/ngraph/core/src/op/util/arithmetic_reduction.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/arithmetic_reductions_keep_dims.cpp b/ngraph/core/src/op/util/arithmetic_reductions_keep_dims.cpp index afaa68d823d..b6930a05eec 100644 --- a/ngraph/core/src/op/util/arithmetic_reductions_keep_dims.cpp +++ b/ngraph/core/src/op/util/arithmetic_reductions_keep_dims.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/attr_types.cpp b/ngraph/core/src/op/util/attr_types.cpp index c120e09a7a5..6fd7bbe0d1c 100644 --- a/ngraph/core/src/op/util/attr_types.cpp +++ b/ngraph/core/src/op/util/attr_types.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/binary_elementwise_arithmetic.cpp b/ngraph/core/src/op/util/binary_elementwise_arithmetic.cpp index e4195a44c93..8f5c2735015 100644 --- a/ngraph/core/src/op/util/binary_elementwise_arithmetic.cpp +++ b/ngraph/core/src/op/util/binary_elementwise_arithmetic.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/binary_elementwise_comparison.cpp b/ngraph/core/src/op/util/binary_elementwise_comparison.cpp index aa45e57bd14..a4f4097a1f8 100644 --- a/ngraph/core/src/op/util/binary_elementwise_comparison.cpp +++ b/ngraph/core/src/op/util/binary_elementwise_comparison.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/binary_elementwise_logical.cpp b/ngraph/core/src/op/util/binary_elementwise_logical.cpp index 2a4c52b70b1..5ed1f5f9d54 100644 --- a/ngraph/core/src/op/util/binary_elementwise_logical.cpp +++ b/ngraph/core/src/op/util/binary_elementwise_logical.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/broadcast_base.cpp b/ngraph/core/src/op/util/broadcast_base.cpp index 02901856a12..36886f1b347 100644 --- a/ngraph/core/src/op/util/broadcast_base.cpp +++ b/ngraph/core/src/op/util/broadcast_base.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/elementwise_args.cpp b/ngraph/core/src/op/util/elementwise_args.cpp index d66f0f3b7a8..545b8a64d97 100644 --- a/ngraph/core/src/op/util/elementwise_args.cpp +++ b/ngraph/core/src/op/util/elementwise_args.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/embeddingbag_offsets_base.cpp b/ngraph/core/src/op/util/embeddingbag_offsets_base.cpp index 6b2b1d8231f..868f5cf03ae 100644 --- a/ngraph/core/src/op/util/embeddingbag_offsets_base.cpp +++ b/ngraph/core/src/op/util/embeddingbag_offsets_base.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/embeddingbag_packed_base.cpp b/ngraph/core/src/op/util/embeddingbag_packed_base.cpp index 71a430bdfc9..ec9c49d60dd 100644 --- a/ngraph/core/src/op/util/embeddingbag_packed_base.cpp +++ b/ngraph/core/src/op/util/embeddingbag_packed_base.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/fused_op.cpp b/ngraph/core/src/op/util/fused_op.cpp index 8f256e5c238..0184091195c 100644 --- a/ngraph/core/src/op/util/fused_op.cpp +++ b/ngraph/core/src/op/util/fused_op.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/index_reduction.cpp b/ngraph/core/src/op/util/index_reduction.cpp index 0e9584fb9b7..d0aea8c7f2d 100644 --- a/ngraph/core/src/op/util/index_reduction.cpp +++ b/ngraph/core/src/op/util/index_reduction.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/logical_reduction.cpp b/ngraph/core/src/op/util/logical_reduction.cpp index b22d5880e30..f26d37f62ae 100644 --- a/ngraph/core/src/op/util/logical_reduction.cpp +++ b/ngraph/core/src/op/util/logical_reduction.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/logical_reduction_keep_dims.cpp b/ngraph/core/src/op/util/logical_reduction_keep_dims.cpp index 8cdfdda5c45..b9ce974de16 100644 --- a/ngraph/core/src/op/util/logical_reduction_keep_dims.cpp +++ b/ngraph/core/src/op/util/logical_reduction_keep_dims.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/op_types.cpp b/ngraph/core/src/op/util/op_types.cpp index 843964c0436..966da266f81 100644 --- a/ngraph/core/src/op/util/op_types.cpp +++ b/ngraph/core/src/op/util/op_types.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/recurrent_sequence.cpp b/ngraph/core/src/op/util/recurrent_sequence.cpp index 5b887a61248..b4a5c7ac19a 100644 --- a/ngraph/core/src/op/util/recurrent_sequence.cpp +++ b/ngraph/core/src/op/util/recurrent_sequence.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/rnn_cell_base.cpp b/ngraph/core/src/op/util/rnn_cell_base.cpp index 288a389a94d..11a8cbf6d91 100644 --- a/ngraph/core/src/op/util/rnn_cell_base.cpp +++ b/ngraph/core/src/op/util/rnn_cell_base.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/scatter_base.cpp b/ngraph/core/src/op/util/scatter_base.cpp index 0759be39811..e4f1d6b6c00 100644 --- a/ngraph/core/src/op/util/scatter_base.cpp +++ b/ngraph/core/src/op/util/scatter_base.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/scatter_nd_base.cpp b/ngraph/core/src/op/util/scatter_nd_base.cpp index 5cd4e5a395f..eff4a8c68cd 100644 --- a/ngraph/core/src/op/util/scatter_nd_base.cpp +++ b/ngraph/core/src/op/util/scatter_nd_base.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/sub_graph_base.cpp b/ngraph/core/src/op/util/sub_graph_base.cpp index 2335f15ccca..76112e232bc 100644 --- a/ngraph/core/src/op/util/sub_graph_base.cpp +++ b/ngraph/core/src/op/util/sub_graph_base.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/util/unary_elementwise_arithmetic.cpp b/ngraph/core/src/op/util/unary_elementwise_arithmetic.cpp index a580533a990..dae16c3b2ce 100644 --- a/ngraph/core/src/op/util/unary_elementwise_arithmetic.cpp +++ b/ngraph/core/src/op/util/unary_elementwise_arithmetic.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/variadic_split.cpp b/ngraph/core/src/op/variadic_split.cpp index 19a6fbfe256..c5ca504c676 100644 --- a/ngraph/core/src/op/variadic_split.cpp +++ b/ngraph/core/src/op/variadic_split.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/op/xor.cpp b/ngraph/core/src/op/xor.cpp index a04928a2c14..261116684c1 100644 --- a/ngraph/core/src/op/xor.cpp +++ b/ngraph/core/src/op/xor.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/opsets/opset.cpp b/ngraph/core/src/opsets/opset.cpp index e737f026366..29c135ddc76 100644 --- a/ngraph/core/src/opsets/opset.cpp +++ b/ngraph/core/src/opsets/opset.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/partial_shape.cpp b/ngraph/core/src/partial_shape.cpp index 6c815a60d1f..6056203c859 100644 --- a/ngraph/core/src/partial_shape.cpp +++ b/ngraph/core/src/partial_shape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pass/constant_folding.cpp b/ngraph/core/src/pass/constant_folding.cpp index c5b795c0af1..7e1df562415 100644 --- a/ngraph/core/src/pass/constant_folding.cpp +++ b/ngraph/core/src/pass/constant_folding.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pass/convert_fp32_to_fp16.cpp b/ngraph/core/src/pass/convert_fp32_to_fp16.cpp index 60d87ed5c1d..345b27f6277 100644 --- a/ngraph/core/src/pass/convert_fp32_to_fp16.cpp +++ b/ngraph/core/src/pass/convert_fp32_to_fp16.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pass/graph_rewrite.cpp b/ngraph/core/src/pass/graph_rewrite.cpp index b0329d2c2f4..0393a356d2b 100644 --- a/ngraph/core/src/pass/graph_rewrite.cpp +++ b/ngraph/core/src/pass/graph_rewrite.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pass/low_latency.cpp b/ngraph/core/src/pass/low_latency.cpp index 89a7a73c499..7c113154761 100644 --- a/ngraph/core/src/pass/low_latency.cpp +++ b/ngraph/core/src/pass/low_latency.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/ngraph/core/src/pass/manager.cpp b/ngraph/core/src/pass/manager.cpp index 4737a79613b..612b7823eb6 100644 --- a/ngraph/core/src/pass/manager.cpp +++ b/ngraph/core/src/pass/manager.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pass/pass.cpp b/ngraph/core/src/pass/pass.cpp index 4229e5a1fc1..c6e306cc009 100644 --- a/ngraph/core/src/pass/pass.cpp +++ b/ngraph/core/src/pass/pass.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pass/pass_config.cpp b/ngraph/core/src/pass/pass_config.cpp index e55d061f087..71d011953f9 100644 --- a/ngraph/core/src/pass/pass_config.cpp +++ b/ngraph/core/src/pass/pass_config.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pass/validate.cpp b/ngraph/core/src/pass/validate.cpp index 2b8ccf8950a..b37c07c730d 100644 --- a/ngraph/core/src/pass/validate.cpp +++ b/ngraph/core/src/pass/validate.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pass/visualize_tree.cpp b/ngraph/core/src/pass/visualize_tree.cpp index d4748dc4d28..5b1de3e022f 100644 --- a/ngraph/core/src/pass/visualize_tree.cpp +++ b/ngraph/core/src/pass/visualize_tree.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/matcher.cpp b/ngraph/core/src/pattern/matcher.cpp index 0316f04734c..03011554a5a 100644 --- a/ngraph/core/src/pattern/matcher.cpp +++ b/ngraph/core/src/pattern/matcher.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/any.cpp b/ngraph/core/src/pattern/op/any.cpp index 886b6b58d9c..0cc84c94b31 100644 --- a/ngraph/core/src/pattern/op/any.cpp +++ b/ngraph/core/src/pattern/op/any.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/any_of.cpp b/ngraph/core/src/pattern/op/any_of.cpp index 3a703f2b10f..4dc71944ff3 100644 --- a/ngraph/core/src/pattern/op/any_of.cpp +++ b/ngraph/core/src/pattern/op/any_of.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/any_output.cpp b/ngraph/core/src/pattern/op/any_output.cpp index 5d32ba1915c..0f57cc8620f 100644 --- a/ngraph/core/src/pattern/op/any_output.cpp +++ b/ngraph/core/src/pattern/op/any_output.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/branch.cpp b/ngraph/core/src/pattern/op/branch.cpp index 9b89265e729..45b6bec2bb2 100644 --- a/ngraph/core/src/pattern/op/branch.cpp +++ b/ngraph/core/src/pattern/op/branch.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/capture.cpp b/ngraph/core/src/pattern/op/capture.cpp index e44d8646e7a..969d91fc26f 100644 --- a/ngraph/core/src/pattern/op/capture.cpp +++ b/ngraph/core/src/pattern/op/capture.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/label.cpp b/ngraph/core/src/pattern/op/label.cpp index 52d807afa74..607ffb8f26c 100644 --- a/ngraph/core/src/pattern/op/label.cpp +++ b/ngraph/core/src/pattern/op/label.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/or.cpp b/ngraph/core/src/pattern/op/or.cpp index f43d3b469ba..ffd82eba8b0 100644 --- a/ngraph/core/src/pattern/op/or.cpp +++ b/ngraph/core/src/pattern/op/or.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/pattern.cpp b/ngraph/core/src/pattern/op/pattern.cpp index 8d86e437687..c61173dd6e4 100644 --- a/ngraph/core/src/pattern/op/pattern.cpp +++ b/ngraph/core/src/pattern/op/pattern.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/skip.cpp b/ngraph/core/src/pattern/op/skip.cpp index 3ccfe395941..f1208758115 100644 --- a/ngraph/core/src/pattern/op/skip.cpp +++ b/ngraph/core/src/pattern/op/skip.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/true.cpp b/ngraph/core/src/pattern/op/true.cpp index bf1d0430a95..c044b68deba 100644 --- a/ngraph/core/src/pattern/op/true.cpp +++ b/ngraph/core/src/pattern/op/true.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/pattern/op/wrap_type.cpp b/ngraph/core/src/pattern/op/wrap_type.cpp index 6204dcefc33..74ca1b61bdc 100644 --- a/ngraph/core/src/pattern/op/wrap_type.cpp +++ b/ngraph/core/src/pattern/op/wrap_type.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/precomp.hpp b/ngraph/core/src/precomp.hpp index 6f956dbe21a..f994321b1fa 100644 --- a/ngraph/core/src/precomp.hpp +++ b/ngraph/core/src/precomp.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/provenance.cpp b/ngraph/core/src/provenance.cpp index 0c2bd439faa..4d65a31bb56 100644 --- a/ngraph/core/src/provenance.cpp +++ b/ngraph/core/src/provenance.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/rt_info.cpp b/ngraph/core/src/rt_info.cpp index 2e40f7daed3..90eca7473f6 100644 --- a/ngraph/core/src/rt_info.cpp +++ b/ngraph/core/src/rt_info.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/runtime/aligned_buffer.cpp b/ngraph/core/src/runtime/aligned_buffer.cpp index a6d1bba127e..3f38b024c85 100644 --- a/ngraph/core/src/runtime/aligned_buffer.cpp +++ b/ngraph/core/src/runtime/aligned_buffer.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/runtime/host_tensor.cpp b/ngraph/core/src/runtime/host_tensor.cpp index ed7589ce910..4a92e33e307 100644 --- a/ngraph/core/src/runtime/host_tensor.cpp +++ b/ngraph/core/src/runtime/host_tensor.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/runtime/tensor.cpp b/ngraph/core/src/runtime/tensor.cpp index 2f2099f7def..e5da131c7f3 100644 --- a/ngraph/core/src/runtime/tensor.cpp +++ b/ngraph/core/src/runtime/tensor.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/shape.cpp b/ngraph/core/src/shape.cpp index d615cbb24f5..bf3c0785bb6 100644 --- a/ngraph/core/src/shape.cpp +++ b/ngraph/core/src/shape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/shape_util.cpp b/ngraph/core/src/shape_util.cpp index 49942fb8c03..c6da187217f 100644 --- a/ngraph/core/src/shape_util.cpp +++ b/ngraph/core/src/shape_util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/slice_plan.cpp b/ngraph/core/src/slice_plan.cpp index 896f728a979..0abf183c8cd 100644 --- a/ngraph/core/src/slice_plan.cpp +++ b/ngraph/core/src/slice_plan.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -252,4 +252,4 @@ bool SlicePlan::operator==(const ngraph::SlicePlan& other) const bool SlicePlan::operator!=(const ngraph::SlicePlan& other) const { return !(*this == other); -} \ No newline at end of file +} diff --git a/ngraph/core/src/specialize_function.cpp b/ngraph/core/src/specialize_function.cpp index f02503a5ff9..ae15d65eeb3 100644 --- a/ngraph/core/src/specialize_function.cpp +++ b/ngraph/core/src/specialize_function.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/strides.cpp b/ngraph/core/src/strides.cpp index ef3bd837afa..f4d7c8561a0 100644 --- a/ngraph/core/src/strides.cpp +++ b/ngraph/core/src/strides.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/type.cpp b/ngraph/core/src/type.cpp index d2e4090e3df..9c3d9d6f925 100644 --- a/ngraph/core/src/type.cpp +++ b/ngraph/core/src/type.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/type/bfloat16.cpp b/ngraph/core/src/type/bfloat16.cpp index 0ebcf5edfd4..5d558da7970 100644 --- a/ngraph/core/src/type/bfloat16.cpp +++ b/ngraph/core/src/type/bfloat16.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/type/element_type.cpp b/ngraph/core/src/type/element_type.cpp index d70c963a5a1..7e418b8ec85 100644 --- a/ngraph/core/src/type/element_type.cpp +++ b/ngraph/core/src/type/element_type.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/type/float16.cpp b/ngraph/core/src/type/float16.cpp index 8d6f748c0b2..de7a344948b 100644 --- a/ngraph/core/src/type/float16.cpp +++ b/ngraph/core/src/type/float16.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/util.cpp b/ngraph/core/src/util.cpp index 5cedea190ac..86967f358fd 100644 --- a/ngraph/core/src/util.cpp +++ b/ngraph/core/src/util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/validation_util.cpp b/ngraph/core/src/validation_util.cpp index 2fc5041d9c1..a0b01462121 100644 --- a/ngraph/core/src/validation_util.cpp +++ b/ngraph/core/src/validation_util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/core/src/variant.cpp b/ngraph/core/src/variant.cpp index 3bd7f0f06c8..7bed3394926 100644 --- a/ngraph/core/src/variant.cpp +++ b/ngraph/core/src/variant.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/CMakeLists.txt b/ngraph/frontend/CMakeLists.txt index fd77eea124a..598019c7707 100644 --- a/ngraph/frontend/CMakeLists.txt +++ b/ngraph/frontend/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/frontend/onnx_import/CMakeLists.txt b/ngraph/frontend/onnx_import/CMakeLists.txt index 6141f30cadc..a5f39570f3b 100644 --- a/ngraph/frontend/onnx_import/CMakeLists.txt +++ b/ngraph/frontend/onnx_import/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/core/attribute.hpp b/ngraph/frontend/onnx_import/include/onnx_import/core/attribute.hpp index 4c0b0659f09..e7053f6cb99 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/core/attribute.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/core/attribute.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/core/graph.hpp b/ngraph/frontend/onnx_import/include/onnx_import/core/graph.hpp index 116784a3026..fba09b19bff 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/core/graph.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/core/graph.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/core/graph_cache.hpp b/ngraph/frontend/onnx_import/include/onnx_import/core/graph_cache.hpp index c34cbf46ae2..0c383bd3f14 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/core/graph_cache.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/core/graph_cache.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/core/model.hpp b/ngraph/frontend/onnx_import/include/onnx_import/core/model.hpp index 3614739cfc6..9efd48c53b8 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/core/model.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/core/model.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/core/node.hpp b/ngraph/frontend/onnx_import/include/onnx_import/core/node.hpp index c2f140e98af..8f832699216 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/core/node.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/core/node.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/core/null_node.hpp b/ngraph/frontend/onnx_import/include/onnx_import/core/null_node.hpp index c72656b8369..a8276660c02 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/core/null_node.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/core/null_node.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/core/operator_set.hpp b/ngraph/frontend/onnx_import/include/onnx_import/core/operator_set.hpp index 3204f963b84..b8f2af07cf1 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/core/operator_set.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/core/operator_set.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/core/tensor.hpp b/ngraph/frontend/onnx_import/include/onnx_import/core/tensor.hpp index 324fe45a2c8..3c4d1162c9b 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/core/tensor.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/core/tensor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/core/transform.hpp b/ngraph/frontend/onnx_import/include/onnx_import/core/transform.hpp index d40c8dda94e..3abbc32aff8 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/core/transform.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/core/transform.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/core/value_info.hpp b/ngraph/frontend/onnx_import/include/onnx_import/core/value_info.hpp index 94cb1b9eac3..519466e1ec2 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/core/value_info.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/core/value_info.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/exceptions.hpp b/ngraph/frontend/onnx_import/include/onnx_import/exceptions.hpp index b74112e7f9d..6f21082b387 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/exceptions.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/exceptions.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/onnx.hpp b/ngraph/frontend/onnx_import/include/onnx_import/onnx.hpp index af3c8280415..b0ce7c5c039 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/onnx.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/onnx.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/onnx_utils.hpp b/ngraph/frontend/onnx_import/include/onnx_import/onnx_utils.hpp index bce6cffea6b..700034d3681 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/onnx_utils.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/onnx_utils.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/abs.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/abs.hpp index 3bd4c08fddb..6f98ac7a9fc 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/abs.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/abs.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/acos.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/acos.hpp index 0ac0d6ed7a4..53e22be094b 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/acos.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/acos.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/acosh.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/acosh.hpp index 7eb7ff37b9d..6db2c1a3d62 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/acosh.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/acosh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/add.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/add.hpp index d29ac33e0b8..081c82d4fb0 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/add.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/add.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/and.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/and.hpp index 7b640b2a732..6dcc25d3534 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/and.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/and.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/argmax.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/argmax.hpp index f6322323048..d2603ab771f 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/argmax.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/argmax.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/argmin.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/argmin.hpp index d0f2ee4978c..91721ff8ee7 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/argmin.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/argmin.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/asin.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/asin.hpp index b54ff797781..dc56610ae7e 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/asin.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/asin.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/asinh.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/asinh.hpp index 1e44633580f..aa9bb8b9c8c 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/asinh.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/asinh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/atan.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/atan.hpp index 7d797304376..c0675b6443f 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/atan.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/atan.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/atanh.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/atanh.hpp index 48336c1cd89..95568683088 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/atanh.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/atanh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/average_pool.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/average_pool.hpp index 0bea9bccf3c..fb046f5cb0d 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/average_pool.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/average_pool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/batch_norm.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/batch_norm.hpp index 7a37dab8c8d..0fce240e185 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/batch_norm.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/batch_norm.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/cast.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/cast.hpp index 116adb20c3f..913da19c3a7 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/cast.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/cast.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/ceil.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/ceil.hpp index c42928a3062..b273c02efa3 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/ceil.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/ceil.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/clip.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/clip.hpp index a8a66406d27..b4a62c2e261 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/clip.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/clip.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/concat.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/concat.hpp index 6d68e2b7a9e..f8051bdcdc8 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/concat.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/concat.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/constant.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/constant.hpp index a55389aa45f..71694539c6a 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/constant.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/constant.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/constant_of_shape.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/constant_of_shape.hpp index 05031b68f8e..34bfb29c3af 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/constant_of_shape.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/constant_of_shape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/conv.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/conv.hpp index faea417de70..e720757fdbb 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/conv.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/conv.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/conv_integer.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/conv_integer.hpp index 2489c4d84c7..acf80a4d1eb 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/conv_integer.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/conv_integer.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/conv_transpose.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/conv_transpose.hpp index 8c756372fa3..0520b40fef8 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/conv_transpose.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/conv_transpose.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/cos.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/cos.hpp index 458d19572e5..b09225acf25 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/cos.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/cos.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/cosh.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/cosh.hpp index 544ddbd001b..ca4fdccabd2 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/cosh.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/cosh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/cum_sum.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/cum_sum.hpp index 26d05e4f0a4..c4ed1fe559b 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/cum_sum.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/cum_sum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/depth_to_space.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/depth_to_space.hpp index 141405f5b97..86f76dffde1 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/depth_to_space.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/depth_to_space.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/dequantize_linear.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/dequantize_linear.hpp index 7efc8bb4c0e..2c063f28345 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/dequantize_linear.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/dequantize_linear.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/div.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/div.hpp index 1785e60081e..05564446555 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/div.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/div.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/dropout.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/dropout.hpp index 23dd07d8776..9b15f057651 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/dropout.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/dropout.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/elu.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/elu.hpp index 9fe70c70e02..00f4117d69d 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/elu.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/elu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/equal.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/equal.hpp index 088ba108472..1d5607c26c7 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/equal.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/equal.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/erf.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/erf.hpp index 282a791b210..32d24cbfd8c 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/erf.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/erf.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/exp.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/exp.hpp index 7e2011bde14..3be5ce16a4b 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/exp.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/exp.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/expand.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/expand.hpp index 678d1519e4f..22c969ceac8 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/expand.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/expand.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/eye_like.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/eye_like.hpp index 8c8aacc131f..3910cf8aa7e 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/eye_like.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/eye_like.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/flatten.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/flatten.hpp index 14e9488e903..a2f26f7faf5 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/flatten.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/flatten.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/floor.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/floor.hpp index e554e0463a7..bdfef6c698e 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/floor.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/floor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/gather.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/gather.hpp index 762d3b6c916..37b9aed0966 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/gather.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/gather.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/gather_nd.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/gather_nd.hpp index 4d697317a07..b403ee58796 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/gather_nd.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/gather_nd.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/gemm.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/gemm.hpp index 0193cbc1698..b084192a20f 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/gemm.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/gemm.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/global_average_pool.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/global_average_pool.hpp index 5d9f1d4d991..cc261420167 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/global_average_pool.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/global_average_pool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/global_max_pool.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/global_max_pool.hpp index addfd279838..dab1bc2a2ce 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/global_max_pool.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/global_max_pool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/greater.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/greater.hpp index 907316792f4..00af490bdd0 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/greater.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/greater.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/gru.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/gru.hpp index 65e2d5b7f02..a0f0331e212 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/gru.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/gru.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/hard_sigmoid.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/hard_sigmoid.hpp index 3107599fe57..ec5b25d7ecd 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/hard_sigmoid.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/hard_sigmoid.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/hardmax.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/hardmax.hpp index 2eb73af6574..8e9640348ba 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/hardmax.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/hardmax.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/identity.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/identity.hpp index 079148225dc..9e7dcf7913b 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/identity.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/identity.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/image_scaler.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/image_scaler.hpp index 0914f877399..3539cde70a6 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/image_scaler.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/image_scaler.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/instance_norm.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/instance_norm.hpp index 8e9fe2b79cb..d76629883d9 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/instance_norm.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/instance_norm.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/leaky_relu.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/leaky_relu.hpp index 36c28da2ebd..eed0a61abd1 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/leaky_relu.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/leaky_relu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/less.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/less.hpp index 1ffa35c997e..db79449ec64 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/less.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/less.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/log.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/log.hpp index c8db0c42a5e..90a9a81652f 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/log.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/log.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/log_softmax.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/log_softmax.hpp index aaf66d5ed74..939dfa0de6b 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/log_softmax.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/log_softmax.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/loop.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/loop.hpp index d0fe3a2c0a8..c7bb6efe7ca 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/loop.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/loop.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/lp_norm.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/lp_norm.hpp index bf791b27a24..7b923bfd9d7 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/lp_norm.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/lp_norm.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/lp_pool.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/lp_pool.hpp index 1622c3f6194..d73ba69f595 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/lp_pool.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/lp_pool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/lrn.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/lrn.hpp index de488b5d109..62f98b3231a 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/lrn.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/lrn.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/lstm.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/lstm.hpp index 3f3ca17f059..547d458eded 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/lstm.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/lstm.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/matmul.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/matmul.hpp index c243b622a40..1074883193e 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/matmul.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/matmul.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/matmul_integer.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/matmul_integer.hpp index ed9e2ee0419..58c91f8dcd1 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/matmul_integer.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/matmul_integer.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/max.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/max.hpp index 0b46771a1ab..46a0e1757b4 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/max.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/max.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/max_pool.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/max_pool.hpp index a3eb19000cd..03706c9f9e4 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/max_pool.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/max_pool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/mean.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/mean.hpp index f02a691be4d..3b89e224c7f 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/mean.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/mean.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/mean_variance_normalization.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/mean_variance_normalization.hpp index b561952c156..821343554da 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/mean_variance_normalization.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/mean_variance_normalization.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/min.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/min.hpp index f9ea863468f..ccfbee7b8cd 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/min.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/min.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/mod.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/mod.hpp index 250fd3d55df..1be4e2e3621 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/mod.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/mod.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/mul.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/mul.hpp index e0fac515846..b542612ea90 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/mul.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/mul.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/neg.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/neg.hpp index 74496302b88..575da996b3a 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/neg.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/neg.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/non_max_suppression.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/non_max_suppression.hpp index e13dfc83390..9a17d5846a1 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/non_max_suppression.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/non_max_suppression.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/non_zero.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/non_zero.hpp index 832d983c19b..eee0746ca13 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/non_zero.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/non_zero.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/not.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/not.hpp index 2424cf15d5f..9b5c312a34c 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/not.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/not.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/onehot.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/onehot.hpp index 2c39c32f751..7891df6a85a 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/onehot.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/onehot.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/or.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/or.hpp index 888d27d8335..3fb74228552 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/or.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/or.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/detection_output.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/detection_output.hpp index 6365972774f..fb9761d1855 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/detection_output.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/detection_output.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/fake_quantize.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/fake_quantize.hpp index dc572aba16f..adf6e6e3e52 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/fake_quantize.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/fake_quantize.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/group_norm.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/group_norm.hpp index 60e6a8b9bbb..7bf0719cbef 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/group_norm.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/group_norm.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/normalize.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/normalize.hpp index 7bef385140f..498c29308f5 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/normalize.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/normalize.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/prior_box.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/prior_box.hpp index d5e5696a54c..800b50f2c78 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/prior_box.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/prior_box.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/swish.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/swish.hpp index dafd6eb6eeb..1ca7805689d 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/swish.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/swish.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/pad.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/pad.hpp index db36634cd27..7ce78f6c402 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/pad.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/pad.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/pow.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/pow.hpp index bf2ebe817ec..dfe65498396 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/pow.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/pow.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/prelu.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/prelu.hpp index 6df538e167c..e804a179255 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/prelu.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/prelu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/qlinear_matmul.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/qlinear_matmul.hpp index db5ba4b15c8..c6c3e82215e 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/qlinear_matmul.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/qlinear_matmul.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/quant_conv.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/quant_conv.hpp index bf89e350782..9229c861cc2 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/quant_conv.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/quant_conv.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/quantize_linear.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/quantize_linear.hpp index afb2552160b..fbb90208fc3 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/quantize_linear.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/quantize_linear.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/range.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/range.hpp index 85bc234b6a2..9e297ce057c 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/range.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/range.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/reciprocal.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/reciprocal.hpp index 9f2949e80cc..4333a1d5e30 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/reciprocal.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/reciprocal.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/reduce.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/reduce.hpp index b17471a7e9b..0d601c1a0eb 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/reduce.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/reduce.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/relu.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/relu.hpp index eb5e2c589cc..adce0ec3e36 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/relu.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/relu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/reshape.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/reshape.hpp index 7c922fa1625..1409dad8154 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/reshape.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/reshape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/resize.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/resize.hpp index e1638bd83a3..149108a96ec 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/resize.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/resize.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/reverse_sequence.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/reverse_sequence.hpp index 009de6f66af..3e3095b0f65 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/reverse_sequence.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/reverse_sequence.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/rnn.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/rnn.hpp index bce7aca5c69..7d3f14164f5 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/rnn.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/rnn.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/roi_align.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/roi_align.hpp index f1206189bde..ab8744b6cea 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/roi_align.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/roi_align.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/round.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/round.hpp index 2e97bf4d7d8..a07bb89fc7d 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/round.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/round.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/scatter_elements.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/scatter_elements.hpp index 5694d426ad6..54f726e77c5 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/scatter_elements.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/scatter_elements.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/scatter_nd.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/scatter_nd.hpp index 9c115244cee..9ba781a495b 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/scatter_nd.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/scatter_nd.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/selu.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/selu.hpp index 4b3cc2bac3d..6ffff715c20 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/selu.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/selu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/shape.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/shape.hpp index 2c3c4683fac..9bceddb139e 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/shape.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/shape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/shrink.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/shrink.hpp index d0a7ce9d473..1de695bf173 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/shrink.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/shrink.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/sigmoid.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/sigmoid.hpp index ab6fb30015f..f451a769944 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/sigmoid.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/sigmoid.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/sign.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/sign.hpp index f59a894fc4c..37034d2db7c 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/sign.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/sign.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/sin.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/sin.hpp index 73be6793916..1ca0f840259 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/sin.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/sin.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/sinh.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/sinh.hpp index 7c30015c622..cab0c8ba47d 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/sinh.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/sinh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/size.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/size.hpp index 8259b7322b0..5397dac7dc0 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/size.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/size.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/slice.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/slice.hpp index a3836bf4672..75fd374efe2 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/slice.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/slice.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/softmax.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/softmax.hpp index 0be93525269..f48d80cf707 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/softmax.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/softmax.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/softplus.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/softplus.hpp index 6d82fe8f2da..c39d5306c5c 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/softplus.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/softplus.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/softsign.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/softsign.hpp index 3cd22c5415c..4128e40e284 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/softsign.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/softsign.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/space_to_depth.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/space_to_depth.hpp index 3a384b4168f..fdec505e163 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/space_to_depth.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/space_to_depth.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/split.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/split.hpp index bdba88f37a6..93b6842a600 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/split.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/split.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/sqrt.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/sqrt.hpp index f7777dec85c..f7834b64346 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/sqrt.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/sqrt.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/squeeze.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/squeeze.hpp index 0a4d59e1d48..c06bf8290f3 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/squeeze.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/squeeze.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/sub.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/sub.hpp index b5cee63369a..b41f95ce333 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/sub.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/sub.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/sum.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/sum.hpp index 0f9116f8e56..aaad4ea5380 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/sum.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/sum.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/tan.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/tan.hpp index 2a2428ab667..2a57fa8e810 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/tan.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/tan.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/tanh.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/tanh.hpp index c085eb58aea..7f797b5ea61 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/tanh.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/tanh.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/thresholded_relu.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/thresholded_relu.hpp index 428b52b0a8c..61a8678740e 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/thresholded_relu.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/thresholded_relu.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/tile.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/tile.hpp index 82f3d8c63e4..19832dc3f3c 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/tile.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/tile.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/topk.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/topk.hpp index 38877647170..e5cdb1c75a5 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/topk.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/topk.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/transpose.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/transpose.hpp index 090852962ba..510940e7574 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/transpose.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/transpose.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/unsqueeze.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/unsqueeze.hpp index 06ecbba923a..02a5f03ac16 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/unsqueeze.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/unsqueeze.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/upsample.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/upsample.hpp index 67f5e36c6cc..e06dff08abe 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/upsample.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/upsample.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/where.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/where.hpp index 70eacb95055..e342fceaf88 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/where.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/where.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/op/xor.hpp b/ngraph/frontend/onnx_import/include/onnx_import/op/xor.hpp index 18941377d47..aa266152a6f 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/op/xor.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/op/xor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/ops_bridge.hpp b/ngraph/frontend/onnx_import/include/onnx_import/ops_bridge.hpp index 33ac405ef94..08e80ff4a15 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/ops_bridge.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/ops_bridge.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/utils/arg_min_max_factory.hpp b/ngraph/frontend/onnx_import/include/onnx_import/utils/arg_min_max_factory.hpp index 17f10fe3300..5480bcdaeba 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/utils/arg_min_max_factory.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/utils/arg_min_max_factory.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/utils/common.hpp b/ngraph/frontend/onnx_import/include/onnx_import/utils/common.hpp index a0157a2c0f9..cf84a460d72 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/utils/common.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/utils/common.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/utils/convpool.hpp b/ngraph/frontend/onnx_import/include/onnx_import/utils/convpool.hpp index 9b5a93d5cca..cf47545142a 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/utils/convpool.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/utils/convpool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/utils/onnx_importer_visibility.hpp b/ngraph/frontend/onnx_import/include/onnx_import/utils/onnx_importer_visibility.hpp index 421e9769566..0a45fa72ab5 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/utils/onnx_importer_visibility.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/utils/onnx_importer_visibility.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/utils/pooling_factory.hpp b/ngraph/frontend/onnx_import/include/onnx_import/utils/pooling_factory.hpp index 63096d700c0..56423f9eafb 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/utils/pooling_factory.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/utils/pooling_factory.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/utils/provenance_tag.hpp b/ngraph/frontend/onnx_import/include/onnx_import/utils/provenance_tag.hpp index f73d5af6aa1..60a32223a1f 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/utils/provenance_tag.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/utils/provenance_tag.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/utils/recurrent.hpp b/ngraph/frontend/onnx_import/include/onnx_import/utils/recurrent.hpp index 059aaad4fea..fade30ade3d 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/utils/recurrent.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/utils/recurrent.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/utils/reshape.hpp b/ngraph/frontend/onnx_import/include/onnx_import/utils/reshape.hpp index 3b3b4ec0459..d5f6b8dfd5b 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/utils/reshape.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/utils/reshape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/include/onnx_import/utils/variadic.hpp b/ngraph/frontend/onnx_import/include/onnx_import/utils/variadic.hpp index da131e80057..e518fbec0fb 100644 --- a/ngraph/frontend/onnx_import/include/onnx_import/utils/variadic.hpp +++ b/ngraph/frontend/onnx_import/include/onnx_import/utils/variadic.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/core/attribute.cpp b/ngraph/frontend/onnx_import/src/core/attribute.cpp index cfd334c7144..40a9bc3399e 100644 --- a/ngraph/frontend/onnx_import/src/core/attribute.cpp +++ b/ngraph/frontend/onnx_import/src/core/attribute.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/core/graph.cpp b/ngraph/frontend/onnx_import/src/core/graph.cpp index 463747ad8c2..e2ac00baa96 100644 --- a/ngraph/frontend/onnx_import/src/core/graph.cpp +++ b/ngraph/frontend/onnx_import/src/core/graph.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/core/graph_cache.cpp b/ngraph/frontend/onnx_import/src/core/graph_cache.cpp index 925a91302bf..536b74d17ae 100644 --- a/ngraph/frontend/onnx_import/src/core/graph_cache.cpp +++ b/ngraph/frontend/onnx_import/src/core/graph_cache.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/core/model.cpp b/ngraph/frontend/onnx_import/src/core/model.cpp index 928091228de..1c4b8504b0a 100644 --- a/ngraph/frontend/onnx_import/src/core/model.cpp +++ b/ngraph/frontend/onnx_import/src/core/model.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/core/node.cpp b/ngraph/frontend/onnx_import/src/core/node.cpp index b1f6c8c6bca..85f368e9115 100644 --- a/ngraph/frontend/onnx_import/src/core/node.cpp +++ b/ngraph/frontend/onnx_import/src/core/node.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/core/null_node.cpp b/ngraph/frontend/onnx_import/src/core/null_node.cpp index 0b9ba9b4600..1e7ef5e048f 100644 --- a/ngraph/frontend/onnx_import/src/core/null_node.cpp +++ b/ngraph/frontend/onnx_import/src/core/null_node.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/core/transform.cpp b/ngraph/frontend/onnx_import/src/core/transform.cpp index 62be24f9e82..464f551e8f7 100644 --- a/ngraph/frontend/onnx_import/src/core/transform.cpp +++ b/ngraph/frontend/onnx_import/src/core/transform.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/exceptions.cpp b/ngraph/frontend/onnx_import/src/exceptions.cpp index b922c7e95de..3ca3153ad12 100644 --- a/ngraph/frontend/onnx_import/src/exceptions.cpp +++ b/ngraph/frontend/onnx_import/src/exceptions.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/onnx.cpp b/ngraph/frontend/onnx_import/src/onnx.cpp index 2cfa5264a54..f76dbf16a6a 100644 --- a/ngraph/frontend/onnx_import/src/onnx.cpp +++ b/ngraph/frontend/onnx_import/src/onnx.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/onnx_utils.cpp b/ngraph/frontend/onnx_import/src/onnx_utils.cpp index 059a7b271e4..47cf26d0c79 100644 --- a/ngraph/frontend/onnx_import/src/onnx_utils.cpp +++ b/ngraph/frontend/onnx_import/src/onnx_utils.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/add.cpp b/ngraph/frontend/onnx_import/src/op/add.cpp index 9da085412f9..e9f09c15c4f 100644 --- a/ngraph/frontend/onnx_import/src/op/add.cpp +++ b/ngraph/frontend/onnx_import/src/op/add.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/argmax.cpp b/ngraph/frontend/onnx_import/src/op/argmax.cpp index 4f3da4b27a7..c86feda8410 100644 --- a/ngraph/frontend/onnx_import/src/op/argmax.cpp +++ b/ngraph/frontend/onnx_import/src/op/argmax.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/argmin.cpp b/ngraph/frontend/onnx_import/src/op/argmin.cpp index 085cc016cce..6e6cefcb31d 100644 --- a/ngraph/frontend/onnx_import/src/op/argmin.cpp +++ b/ngraph/frontend/onnx_import/src/op/argmin.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/average_pool.cpp b/ngraph/frontend/onnx_import/src/op/average_pool.cpp index acf3cf01a21..ee8b6c9414f 100644 --- a/ngraph/frontend/onnx_import/src/op/average_pool.cpp +++ b/ngraph/frontend/onnx_import/src/op/average_pool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/batch_norm.cpp b/ngraph/frontend/onnx_import/src/op/batch_norm.cpp index 0e789ea79d3..1011f86ef32 100644 --- a/ngraph/frontend/onnx_import/src/op/batch_norm.cpp +++ b/ngraph/frontend/onnx_import/src/op/batch_norm.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/cast.cpp b/ngraph/frontend/onnx_import/src/op/cast.cpp index 19f4f67dc78..1fdaefefb66 100644 --- a/ngraph/frontend/onnx_import/src/op/cast.cpp +++ b/ngraph/frontend/onnx_import/src/op/cast.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/clip.cpp b/ngraph/frontend/onnx_import/src/op/clip.cpp index 2a9f5c2fe62..36f22d40dd4 100644 --- a/ngraph/frontend/onnx_import/src/op/clip.cpp +++ b/ngraph/frontend/onnx_import/src/op/clip.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/concat.cpp b/ngraph/frontend/onnx_import/src/op/concat.cpp index e73e308d2ed..19b62b45a3c 100644 --- a/ngraph/frontend/onnx_import/src/op/concat.cpp +++ b/ngraph/frontend/onnx_import/src/op/concat.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/constant.cpp b/ngraph/frontend/onnx_import/src/op/constant.cpp index c47ddd14784..b34f0c4d0ee 100644 --- a/ngraph/frontend/onnx_import/src/op/constant.cpp +++ b/ngraph/frontend/onnx_import/src/op/constant.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/constant_of_shape.cpp b/ngraph/frontend/onnx_import/src/op/constant_of_shape.cpp index eafa928a49f..522986e9558 100644 --- a/ngraph/frontend/onnx_import/src/op/constant_of_shape.cpp +++ b/ngraph/frontend/onnx_import/src/op/constant_of_shape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/conv.cpp b/ngraph/frontend/onnx_import/src/op/conv.cpp index 70bc7a8138c..4830cd33173 100644 --- a/ngraph/frontend/onnx_import/src/op/conv.cpp +++ b/ngraph/frontend/onnx_import/src/op/conv.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/conv_integer.cpp b/ngraph/frontend/onnx_import/src/op/conv_integer.cpp index 50c1d8ebbbd..d46e9de5c30 100644 --- a/ngraph/frontend/onnx_import/src/op/conv_integer.cpp +++ b/ngraph/frontend/onnx_import/src/op/conv_integer.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/conv_transpose.cpp b/ngraph/frontend/onnx_import/src/op/conv_transpose.cpp index d161a9fbeff..c85fe1d72ee 100644 --- a/ngraph/frontend/onnx_import/src/op/conv_transpose.cpp +++ b/ngraph/frontend/onnx_import/src/op/conv_transpose.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/cos.cpp b/ngraph/frontend/onnx_import/src/op/cos.cpp index 8062c9218b3..265969efc67 100644 --- a/ngraph/frontend/onnx_import/src/op/cos.cpp +++ b/ngraph/frontend/onnx_import/src/op/cos.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/cosh.cpp b/ngraph/frontend/onnx_import/src/op/cosh.cpp index c46881aa98d..c2ec78dc11e 100644 --- a/ngraph/frontend/onnx_import/src/op/cosh.cpp +++ b/ngraph/frontend/onnx_import/src/op/cosh.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/cum_sum.cpp b/ngraph/frontend/onnx_import/src/op/cum_sum.cpp index 3f485d78a1c..005eb3fbdab 100644 --- a/ngraph/frontend/onnx_import/src/op/cum_sum.cpp +++ b/ngraph/frontend/onnx_import/src/op/cum_sum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/depth_to_space.cpp b/ngraph/frontend/onnx_import/src/op/depth_to_space.cpp index a99526a77d0..82a8aec0a88 100644 --- a/ngraph/frontend/onnx_import/src/op/depth_to_space.cpp +++ b/ngraph/frontend/onnx_import/src/op/depth_to_space.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/dequantize_linear.cpp b/ngraph/frontend/onnx_import/src/op/dequantize_linear.cpp index f715e9697ee..2a11c5ded5a 100644 --- a/ngraph/frontend/onnx_import/src/op/dequantize_linear.cpp +++ b/ngraph/frontend/onnx_import/src/op/dequantize_linear.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/elu.cpp b/ngraph/frontend/onnx_import/src/op/elu.cpp index 5be45d1b76f..035d08b568d 100644 --- a/ngraph/frontend/onnx_import/src/op/elu.cpp +++ b/ngraph/frontend/onnx_import/src/op/elu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/expand.cpp b/ngraph/frontend/onnx_import/src/op/expand.cpp index 17d4ef26781..42a4bdc1af3 100644 --- a/ngraph/frontend/onnx_import/src/op/expand.cpp +++ b/ngraph/frontend/onnx_import/src/op/expand.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/eye_like.cpp b/ngraph/frontend/onnx_import/src/op/eye_like.cpp index dad49c79a69..cc3b84ebbf2 100644 --- a/ngraph/frontend/onnx_import/src/op/eye_like.cpp +++ b/ngraph/frontend/onnx_import/src/op/eye_like.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/flatten.cpp b/ngraph/frontend/onnx_import/src/op/flatten.cpp index cfcb5ec4578..fe4007a3480 100644 --- a/ngraph/frontend/onnx_import/src/op/flatten.cpp +++ b/ngraph/frontend/onnx_import/src/op/flatten.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/gather_nd.cpp b/ngraph/frontend/onnx_import/src/op/gather_nd.cpp index 0d187f0c300..bcd197364fb 100644 --- a/ngraph/frontend/onnx_import/src/op/gather_nd.cpp +++ b/ngraph/frontend/onnx_import/src/op/gather_nd.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/gemm.cpp b/ngraph/frontend/onnx_import/src/op/gemm.cpp index 2c9901c31bb..2970d4caacb 100644 --- a/ngraph/frontend/onnx_import/src/op/gemm.cpp +++ b/ngraph/frontend/onnx_import/src/op/gemm.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/global_average_pool.cpp b/ngraph/frontend/onnx_import/src/op/global_average_pool.cpp index a5f711598d8..3f0eb3b196f 100644 --- a/ngraph/frontend/onnx_import/src/op/global_average_pool.cpp +++ b/ngraph/frontend/onnx_import/src/op/global_average_pool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/global_max_pool.cpp b/ngraph/frontend/onnx_import/src/op/global_max_pool.cpp index 62fe5f208c6..36ffe2f0d2e 100644 --- a/ngraph/frontend/onnx_import/src/op/global_max_pool.cpp +++ b/ngraph/frontend/onnx_import/src/op/global_max_pool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/gru.cpp b/ngraph/frontend/onnx_import/src/op/gru.cpp index ba45d3373f0..c6adc9db3f2 100644 --- a/ngraph/frontend/onnx_import/src/op/gru.cpp +++ b/ngraph/frontend/onnx_import/src/op/gru.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/hard_sigmoid.cpp b/ngraph/frontend/onnx_import/src/op/hard_sigmoid.cpp index b9de4e9889c..89503fca70b 100644 --- a/ngraph/frontend/onnx_import/src/op/hard_sigmoid.cpp +++ b/ngraph/frontend/onnx_import/src/op/hard_sigmoid.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/hardmax.cpp b/ngraph/frontend/onnx_import/src/op/hardmax.cpp index 6f6409849eb..b50a893ef7c 100644 --- a/ngraph/frontend/onnx_import/src/op/hardmax.cpp +++ b/ngraph/frontend/onnx_import/src/op/hardmax.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/image_scaler.cpp b/ngraph/frontend/onnx_import/src/op/image_scaler.cpp index 1191ad0e88a..459fe40e3d5 100644 --- a/ngraph/frontend/onnx_import/src/op/image_scaler.cpp +++ b/ngraph/frontend/onnx_import/src/op/image_scaler.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/instance_norm.cpp b/ngraph/frontend/onnx_import/src/op/instance_norm.cpp index 716469cd9a3..bab40a17845 100644 --- a/ngraph/frontend/onnx_import/src/op/instance_norm.cpp +++ b/ngraph/frontend/onnx_import/src/op/instance_norm.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/leaky_relu.cpp b/ngraph/frontend/onnx_import/src/op/leaky_relu.cpp index 66248db1a4e..c053889ac8b 100644 --- a/ngraph/frontend/onnx_import/src/op/leaky_relu.cpp +++ b/ngraph/frontend/onnx_import/src/op/leaky_relu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/log.cpp b/ngraph/frontend/onnx_import/src/op/log.cpp index ee81a6c53a6..66ea6acbc52 100644 --- a/ngraph/frontend/onnx_import/src/op/log.cpp +++ b/ngraph/frontend/onnx_import/src/op/log.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/log_softmax.cpp b/ngraph/frontend/onnx_import/src/op/log_softmax.cpp index d7d483fe0d8..4576d87ab73 100644 --- a/ngraph/frontend/onnx_import/src/op/log_softmax.cpp +++ b/ngraph/frontend/onnx_import/src/op/log_softmax.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/loop.cpp b/ngraph/frontend/onnx_import/src/op/loop.cpp index 9379f8ad92a..59c9bc13851 100644 --- a/ngraph/frontend/onnx_import/src/op/loop.cpp +++ b/ngraph/frontend/onnx_import/src/op/loop.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/lp_norm.cpp b/ngraph/frontend/onnx_import/src/op/lp_norm.cpp index 0e399386e18..3f7de6357e5 100644 --- a/ngraph/frontend/onnx_import/src/op/lp_norm.cpp +++ b/ngraph/frontend/onnx_import/src/op/lp_norm.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/lp_pool.cpp b/ngraph/frontend/onnx_import/src/op/lp_pool.cpp index 240f0612626..4a21263d0c0 100644 --- a/ngraph/frontend/onnx_import/src/op/lp_pool.cpp +++ b/ngraph/frontend/onnx_import/src/op/lp_pool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/lrn.cpp b/ngraph/frontend/onnx_import/src/op/lrn.cpp index 9ab8f95f358..10fd979ba2c 100644 --- a/ngraph/frontend/onnx_import/src/op/lrn.cpp +++ b/ngraph/frontend/onnx_import/src/op/lrn.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/lstm.cpp b/ngraph/frontend/onnx_import/src/op/lstm.cpp index ecdcaaee0a8..cd0a67b6429 100644 --- a/ngraph/frontend/onnx_import/src/op/lstm.cpp +++ b/ngraph/frontend/onnx_import/src/op/lstm.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/matmul_integer.cpp b/ngraph/frontend/onnx_import/src/op/matmul_integer.cpp index 465c46376f7..5f856f2e7c8 100644 --- a/ngraph/frontend/onnx_import/src/op/matmul_integer.cpp +++ b/ngraph/frontend/onnx_import/src/op/matmul_integer.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/max_pool.cpp b/ngraph/frontend/onnx_import/src/op/max_pool.cpp index 6159b647519..55139f9f598 100644 --- a/ngraph/frontend/onnx_import/src/op/max_pool.cpp +++ b/ngraph/frontend/onnx_import/src/op/max_pool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/mean.cpp b/ngraph/frontend/onnx_import/src/op/mean.cpp index 6f3461a6ae0..9717748aa36 100644 --- a/ngraph/frontend/onnx_import/src/op/mean.cpp +++ b/ngraph/frontend/onnx_import/src/op/mean.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/mean_variance_normalization.cpp b/ngraph/frontend/onnx_import/src/op/mean_variance_normalization.cpp index 195788d680a..a640072d273 100644 --- a/ngraph/frontend/onnx_import/src/op/mean_variance_normalization.cpp +++ b/ngraph/frontend/onnx_import/src/op/mean_variance_normalization.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/mod.cpp b/ngraph/frontend/onnx_import/src/op/mod.cpp index 3501bdbf8ab..dddef9523b0 100644 --- a/ngraph/frontend/onnx_import/src/op/mod.cpp +++ b/ngraph/frontend/onnx_import/src/op/mod.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/non_max_suppression.cpp b/ngraph/frontend/onnx_import/src/op/non_max_suppression.cpp index a9287e49de3..074981b38f0 100644 --- a/ngraph/frontend/onnx_import/src/op/non_max_suppression.cpp +++ b/ngraph/frontend/onnx_import/src/op/non_max_suppression.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/non_zero.cpp b/ngraph/frontend/onnx_import/src/op/non_zero.cpp index 4104816ebcd..bac4f9582e0 100644 --- a/ngraph/frontend/onnx_import/src/op/non_zero.cpp +++ b/ngraph/frontend/onnx_import/src/op/non_zero.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/onehot.cpp b/ngraph/frontend/onnx_import/src/op/onehot.cpp index 060c7d640ed..f08fefde37e 100644 --- a/ngraph/frontend/onnx_import/src/op/onehot.cpp +++ b/ngraph/frontend/onnx_import/src/op/onehot.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/detection_output.cpp b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/detection_output.cpp index 336b498641c..f922abbfdb3 100644 --- a/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/detection_output.cpp +++ b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/detection_output.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/fake_quantize.cpp b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/fake_quantize.cpp index 044f095d4be..152e4aa33c4 100644 --- a/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/fake_quantize.cpp +++ b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/fake_quantize.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/group_norm.cpp b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/group_norm.cpp index 25367f4025e..cf651cefa3f 100644 --- a/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/group_norm.cpp +++ b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/group_norm.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/normalize.cpp b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/normalize.cpp index 226658d7f55..bdf88a60532 100644 --- a/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/normalize.cpp +++ b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/normalize.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/prior_box.cpp b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/prior_box.cpp index 33ae3dc25a4..4adad66fb90 100644 --- a/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/prior_box.cpp +++ b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/prior_box.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/swish.cpp b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/swish.cpp index 486551f24e4..a61ce6d279f 100644 --- a/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/swish.cpp +++ b/ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/swish.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/pad.cpp b/ngraph/frontend/onnx_import/src/op/pad.cpp index 786bec48d62..3e9c0cff1f1 100644 --- a/ngraph/frontend/onnx_import/src/op/pad.cpp +++ b/ngraph/frontend/onnx_import/src/op/pad.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/pow.cpp b/ngraph/frontend/onnx_import/src/op/pow.cpp index 16c39067337..dbb47773b9f 100644 --- a/ngraph/frontend/onnx_import/src/op/pow.cpp +++ b/ngraph/frontend/onnx_import/src/op/pow.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/prelu.cpp b/ngraph/frontend/onnx_import/src/op/prelu.cpp index 72f6c7fc74c..632542bee0f 100644 --- a/ngraph/frontend/onnx_import/src/op/prelu.cpp +++ b/ngraph/frontend/onnx_import/src/op/prelu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/qlinear_matmul.cpp b/ngraph/frontend/onnx_import/src/op/qlinear_matmul.cpp index 326639f9834..f558a809cb7 100644 --- a/ngraph/frontend/onnx_import/src/op/qlinear_matmul.cpp +++ b/ngraph/frontend/onnx_import/src/op/qlinear_matmul.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/quant_conv.cpp b/ngraph/frontend/onnx_import/src/op/quant_conv.cpp index 0400ba7f2a9..0b3cdbd66fa 100644 --- a/ngraph/frontend/onnx_import/src/op/quant_conv.cpp +++ b/ngraph/frontend/onnx_import/src/op/quant_conv.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/quantize_linear.cpp b/ngraph/frontend/onnx_import/src/op/quantize_linear.cpp index 720f25e7c1c..b06a71dec07 100644 --- a/ngraph/frontend/onnx_import/src/op/quantize_linear.cpp +++ b/ngraph/frontend/onnx_import/src/op/quantize_linear.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/range.cpp b/ngraph/frontend/onnx_import/src/op/range.cpp index 361e8c3011e..d1807ce49bc 100644 --- a/ngraph/frontend/onnx_import/src/op/range.cpp +++ b/ngraph/frontend/onnx_import/src/op/range.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/reciprocal.cpp b/ngraph/frontend/onnx_import/src/op/reciprocal.cpp index 59ccac18aeb..7b37737704d 100644 --- a/ngraph/frontend/onnx_import/src/op/reciprocal.cpp +++ b/ngraph/frontend/onnx_import/src/op/reciprocal.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/reduce.cpp b/ngraph/frontend/onnx_import/src/op/reduce.cpp index 28058c697e2..b9ce6a01201 100644 --- a/ngraph/frontend/onnx_import/src/op/reduce.cpp +++ b/ngraph/frontend/onnx_import/src/op/reduce.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/reshape.cpp b/ngraph/frontend/onnx_import/src/op/reshape.cpp index 677dc701a17..bb0214b7d31 100644 --- a/ngraph/frontend/onnx_import/src/op/reshape.cpp +++ b/ngraph/frontend/onnx_import/src/op/reshape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/resize.cpp b/ngraph/frontend/onnx_import/src/op/resize.cpp index 8781ee625bc..f8eaea62c12 100644 --- a/ngraph/frontend/onnx_import/src/op/resize.cpp +++ b/ngraph/frontend/onnx_import/src/op/resize.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/reverse_sequence.cpp b/ngraph/frontend/onnx_import/src/op/reverse_sequence.cpp index e3ac205aed4..7e9692c5dfa 100644 --- a/ngraph/frontend/onnx_import/src/op/reverse_sequence.cpp +++ b/ngraph/frontend/onnx_import/src/op/reverse_sequence.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/rnn.cpp b/ngraph/frontend/onnx_import/src/op/rnn.cpp index e94815af705..d5cc7e87ea1 100644 --- a/ngraph/frontend/onnx_import/src/op/rnn.cpp +++ b/ngraph/frontend/onnx_import/src/op/rnn.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/roi_align.cpp b/ngraph/frontend/onnx_import/src/op/roi_align.cpp index 2321e5b6b36..27cdfef0701 100644 --- a/ngraph/frontend/onnx_import/src/op/roi_align.cpp +++ b/ngraph/frontend/onnx_import/src/op/roi_align.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/round.cpp b/ngraph/frontend/onnx_import/src/op/round.cpp index 427741c6070..127b30a8d2c 100644 --- a/ngraph/frontend/onnx_import/src/op/round.cpp +++ b/ngraph/frontend/onnx_import/src/op/round.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/scatter_elements.cpp b/ngraph/frontend/onnx_import/src/op/scatter_elements.cpp index 3e42e13bcf3..c619412be29 100644 --- a/ngraph/frontend/onnx_import/src/op/scatter_elements.cpp +++ b/ngraph/frontend/onnx_import/src/op/scatter_elements.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/scatter_nd.cpp b/ngraph/frontend/onnx_import/src/op/scatter_nd.cpp index 9dd481e7517..186d2c5872d 100644 --- a/ngraph/frontend/onnx_import/src/op/scatter_nd.cpp +++ b/ngraph/frontend/onnx_import/src/op/scatter_nd.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/selu.cpp b/ngraph/frontend/onnx_import/src/op/selu.cpp index 68b5d9796a5..38b7daaca13 100644 --- a/ngraph/frontend/onnx_import/src/op/selu.cpp +++ b/ngraph/frontend/onnx_import/src/op/selu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/shape.cpp b/ngraph/frontend/onnx_import/src/op/shape.cpp index c4414cad1b9..ef81f7210a9 100644 --- a/ngraph/frontend/onnx_import/src/op/shape.cpp +++ b/ngraph/frontend/onnx_import/src/op/shape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/shrink.cpp b/ngraph/frontend/onnx_import/src/op/shrink.cpp index 2793c068536..a8f6a247469 100644 --- a/ngraph/frontend/onnx_import/src/op/shrink.cpp +++ b/ngraph/frontend/onnx_import/src/op/shrink.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/size.cpp b/ngraph/frontend/onnx_import/src/op/size.cpp index 0d5176d16ca..aa038ee3519 100644 --- a/ngraph/frontend/onnx_import/src/op/size.cpp +++ b/ngraph/frontend/onnx_import/src/op/size.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/slice.cpp b/ngraph/frontend/onnx_import/src/op/slice.cpp index 5626755e39d..853501afaf1 100644 --- a/ngraph/frontend/onnx_import/src/op/slice.cpp +++ b/ngraph/frontend/onnx_import/src/op/slice.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/softmax.cpp b/ngraph/frontend/onnx_import/src/op/softmax.cpp index 98b5f5043ee..207c89cc4f7 100644 --- a/ngraph/frontend/onnx_import/src/op/softmax.cpp +++ b/ngraph/frontend/onnx_import/src/op/softmax.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/softplus.cpp b/ngraph/frontend/onnx_import/src/op/softplus.cpp index 3d63925fee4..bd5a99140f2 100644 --- a/ngraph/frontend/onnx_import/src/op/softplus.cpp +++ b/ngraph/frontend/onnx_import/src/op/softplus.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/softsign.cpp b/ngraph/frontend/onnx_import/src/op/softsign.cpp index a51ef21708a..b28997f25bb 100644 --- a/ngraph/frontend/onnx_import/src/op/softsign.cpp +++ b/ngraph/frontend/onnx_import/src/op/softsign.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/space_to_depth.cpp b/ngraph/frontend/onnx_import/src/op/space_to_depth.cpp index bcf982960dd..8df44a9c14c 100644 --- a/ngraph/frontend/onnx_import/src/op/space_to_depth.cpp +++ b/ngraph/frontend/onnx_import/src/op/space_to_depth.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/split.cpp b/ngraph/frontend/onnx_import/src/op/split.cpp index bf9f617e2e3..7c7c198e996 100644 --- a/ngraph/frontend/onnx_import/src/op/split.cpp +++ b/ngraph/frontend/onnx_import/src/op/split.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/squeeze.cpp b/ngraph/frontend/onnx_import/src/op/squeeze.cpp index 1231efe3ed0..65d85677844 100644 --- a/ngraph/frontend/onnx_import/src/op/squeeze.cpp +++ b/ngraph/frontend/onnx_import/src/op/squeeze.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/thresholded_relu.cpp b/ngraph/frontend/onnx_import/src/op/thresholded_relu.cpp index 7f6b741cdd6..279163b1206 100644 --- a/ngraph/frontend/onnx_import/src/op/thresholded_relu.cpp +++ b/ngraph/frontend/onnx_import/src/op/thresholded_relu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/tile.cpp b/ngraph/frontend/onnx_import/src/op/tile.cpp index d70bd137c71..1c75e78d68d 100644 --- a/ngraph/frontend/onnx_import/src/op/tile.cpp +++ b/ngraph/frontend/onnx_import/src/op/tile.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/topk.cpp b/ngraph/frontend/onnx_import/src/op/topk.cpp index fd86ff7aecd..7daf4eb2bb7 100644 --- a/ngraph/frontend/onnx_import/src/op/topk.cpp +++ b/ngraph/frontend/onnx_import/src/op/topk.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/transpose.cpp b/ngraph/frontend/onnx_import/src/op/transpose.cpp index 34b62a56bcd..6a809d8cceb 100644 --- a/ngraph/frontend/onnx_import/src/op/transpose.cpp +++ b/ngraph/frontend/onnx_import/src/op/transpose.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/unsqueeze.cpp b/ngraph/frontend/onnx_import/src/op/unsqueeze.cpp index cadc56743f2..8a0dee72d90 100644 --- a/ngraph/frontend/onnx_import/src/op/unsqueeze.cpp +++ b/ngraph/frontend/onnx_import/src/op/unsqueeze.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/op/upsample.cpp b/ngraph/frontend/onnx_import/src/op/upsample.cpp index adf0d8ccefb..760a27cc52e 100644 --- a/ngraph/frontend/onnx_import/src/op/upsample.cpp +++ b/ngraph/frontend/onnx_import/src/op/upsample.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/ops_bridge.cpp b/ngraph/frontend/onnx_import/src/ops_bridge.cpp index 6d1571240f7..e1a0bcb5745 100644 --- a/ngraph/frontend/onnx_import/src/ops_bridge.cpp +++ b/ngraph/frontend/onnx_import/src/ops_bridge.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/precomp.hpp b/ngraph/frontend/onnx_import/src/precomp.hpp index 5282cff41d3..8663d5932be 100644 --- a/ngraph/frontend/onnx_import/src/precomp.hpp +++ b/ngraph/frontend/onnx_import/src/precomp.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/utils/arg_min_max_factory.cpp b/ngraph/frontend/onnx_import/src/utils/arg_min_max_factory.cpp index c8695011ea9..bae008d16f6 100644 --- a/ngraph/frontend/onnx_import/src/utils/arg_min_max_factory.cpp +++ b/ngraph/frontend/onnx_import/src/utils/arg_min_max_factory.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/utils/common.cpp b/ngraph/frontend/onnx_import/src/utils/common.cpp index 4b0a2bcfd67..082eda1316a 100644 --- a/ngraph/frontend/onnx_import/src/utils/common.cpp +++ b/ngraph/frontend/onnx_import/src/utils/common.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/utils/convpool.cpp b/ngraph/frontend/onnx_import/src/utils/convpool.cpp index 1cfd271ae17..91998d9023a 100644 --- a/ngraph/frontend/onnx_import/src/utils/convpool.cpp +++ b/ngraph/frontend/onnx_import/src/utils/convpool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/utils/pooling_factory.cpp b/ngraph/frontend/onnx_import/src/utils/pooling_factory.cpp index da32eb46d52..f552e1adc09 100644 --- a/ngraph/frontend/onnx_import/src/utils/pooling_factory.cpp +++ b/ngraph/frontend/onnx_import/src/utils/pooling_factory.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/utils/provenance_tag.cpp b/ngraph/frontend/onnx_import/src/utils/provenance_tag.cpp index 4367b6abab6..b6151345210 100644 --- a/ngraph/frontend/onnx_import/src/utils/provenance_tag.cpp +++ b/ngraph/frontend/onnx_import/src/utils/provenance_tag.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/utils/recurrent.cpp b/ngraph/frontend/onnx_import/src/utils/recurrent.cpp index bba4d5f4ce7..62fa3867c1a 100644 --- a/ngraph/frontend/onnx_import/src/utils/recurrent.cpp +++ b/ngraph/frontend/onnx_import/src/utils/recurrent.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/frontend/onnx_import/src/utils/reshape.cpp b/ngraph/frontend/onnx_import/src/utils/reshape.cpp index d0a0ab0680d..6c90026494c 100644 --- a/ngraph/frontend/onnx_import/src/utils/reshape.cpp +++ b/ngraph/frontend/onnx_import/src/utils/reshape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/maint/apply-code-format.sh b/ngraph/maint/apply-code-format.sh index dbbd47c1538..95e93f13ea8 100755 --- a/ngraph/maint/apply-code-format.sh +++ b/ngraph/maint/apply-code-format.sh @@ -3,7 +3,7 @@ set -e set -u # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/maint/bash_lib.sh b/ngraph/maint/bash_lib.sh index b30ba58f14e..5d884c10156 100755 --- a/ngraph/maint/bash_lib.sh +++ b/ngraph/maint/bash_lib.sh @@ -1,7 +1,7 @@ #!/bin/bash # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -88,4 +88,3 @@ if bash_lib_am_sudo_or_root; then else bash_lib_MAYBE_SUDO='sudo --set-home' fi - diff --git a/ngraph/maint/check-code-format.sh b/ngraph/maint/check-code-format.sh index d9a070ded02..bbfe54bb748 100755 --- a/ngraph/maint/check-code-format.sh +++ b/ngraph/maint/check-code-format.sh @@ -3,7 +3,7 @@ set -e set -u # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/maint/clang_format_lib.sh b/ngraph/maint/clang_format_lib.sh index bfc5a9a740b..0b21f08447a 100755 --- a/ngraph/maint/clang_format_lib.sh +++ b/ngraph/maint/clang_format_lib.sh @@ -1,7 +1,7 @@ #!/bin/bash # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -71,4 +71,3 @@ clang_format_lib_verify_version() { return 1 fi } - diff --git a/ngraph/python/CMakeLists.txt b/ngraph/python/CMakeLists.txt index 870638bbc78..03aa565f2c4 100644 --- a/ngraph/python/CMakeLists.txt +++ b/ngraph/python/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -60,7 +60,7 @@ endif() if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") #disable warning: This operator was deprecated and will be removed with v0 operation. - add_compile_options(/wd4996) + add_compile_options(/wd4996) endif() file(GLOB_RECURSE SOURCES src/pyngraph/*.cpp) @@ -71,7 +71,7 @@ target_link_libraries(_${PROJECT_NAME} PRIVATE ngraph::ngraph ngraph::onnx_impor if(OpenVINO_MAIN_SOURCE_DIR OR InferenceEngineDeveloperPackage_FOUND) ie_cpack_add_component(pyngraph_${PYTHON_VERSION}) - install(TARGETS _${PROJECT_NAME} + install(TARGETS _${PROJECT_NAME} DESTINATION python/${PYTHON_VERSION} COMPONENT pyngraph_${PYTHON_VERSION}) diff --git a/ngraph/python/setup.py b/ngraph/python/setup.py index 1ebd57df941..dcc1ce44cbc 100644 --- a/ngraph/python/setup.py +++ b/ngraph/python/setup.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/__init__.py b/ngraph/python/src/ngraph/__init__.py index 9c01afef20b..b779e49228d 100644 --- a/ngraph/python/src/ngraph/__init__.py +++ b/ngraph/python/src/ngraph/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/exceptions.py b/ngraph/python/src/ngraph/exceptions.py index 43348e3b2c5..09d3904c21d 100644 --- a/ngraph/python/src/ngraph/exceptions.py +++ b/ngraph/python/src/ngraph/exceptions.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/helpers.py b/ngraph/python/src/ngraph/helpers.py index ed5b2db9674..7b3f6447fb5 100644 --- a/ngraph/python/src/ngraph/helpers.py +++ b/ngraph/python/src/ngraph/helpers.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/impl/__init__.py b/ngraph/python/src/ngraph/impl/__init__.py index 027c438cede..6aeed20015d 100644 --- a/ngraph/python/src/ngraph/impl/__init__.py +++ b/ngraph/python/src/ngraph/impl/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/impl/op/__init__.py b/ngraph/python/src/ngraph/impl/op/__init__.py index 3654f9b9450..0baae3aea51 100644 --- a/ngraph/python/src/ngraph/impl/op/__init__.py +++ b/ngraph/python/src/ngraph/impl/op/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/impl/op/util/__init__.py b/ngraph/python/src/ngraph/impl/op/util/__init__.py index daa10cbbb9c..9f4be31bc2c 100644 --- a/ngraph/python/src/ngraph/impl/op/util/__init__.py +++ b/ngraph/python/src/ngraph/impl/op/util/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/impl/passes/__init__.py b/ngraph/python/src/ngraph/impl/passes/__init__.py index 946b5e18798..c4d51ec1f0e 100644 --- a/ngraph/python/src/ngraph/impl/passes/__init__.py +++ b/ngraph/python/src/ngraph/impl/passes/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset1/__init__.py b/ngraph/python/src/ngraph/opset1/__init__.py index a0fd8ecd725..80e31e0b550 100644 --- a/ngraph/python/src/ngraph/opset1/__init__.py +++ b/ngraph/python/src/ngraph/opset1/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset1/ops.py b/ngraph/python/src/ngraph/opset1/ops.py index 95a42cd40d8..3156397e193 100644 --- a/ngraph/python/src/ngraph/opset1/ops.py +++ b/ngraph/python/src/ngraph/opset1/ops.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset2/__init__.py b/ngraph/python/src/ngraph/opset2/__init__.py index 74093a71351..65619929b32 100644 --- a/ngraph/python/src/ngraph/opset2/__init__.py +++ b/ngraph/python/src/ngraph/opset2/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset2/ops.py b/ngraph/python/src/ngraph/opset2/ops.py index ec49c9113b9..8cac9770f01 100644 --- a/ngraph/python/src/ngraph/opset2/ops.py +++ b/ngraph/python/src/ngraph/opset2/ops.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset3/__init__.py b/ngraph/python/src/ngraph/opset3/__init__.py index 3cc8eb8b841..a3d7a6239e6 100644 --- a/ngraph/python/src/ngraph/opset3/__init__.py +++ b/ngraph/python/src/ngraph/opset3/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset3/ops.py b/ngraph/python/src/ngraph/opset3/ops.py index 119bd6670a2..8eff85166b9 100644 --- a/ngraph/python/src/ngraph/opset3/ops.py +++ b/ngraph/python/src/ngraph/opset3/ops.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset4/__init__.py b/ngraph/python/src/ngraph/opset4/__init__.py index b6a179c868f..9eb6ffe7dde 100644 --- a/ngraph/python/src/ngraph/opset4/__init__.py +++ b/ngraph/python/src/ngraph/opset4/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset4/ops.py b/ngraph/python/src/ngraph/opset4/ops.py index 6e3fc1b7e2f..005158eaa85 100644 --- a/ngraph/python/src/ngraph/opset4/ops.py +++ b/ngraph/python/src/ngraph/opset4/ops.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset5/__init__.py b/ngraph/python/src/ngraph/opset5/__init__.py index b9035b4114f..cbffb85c496 100644 --- a/ngraph/python/src/ngraph/opset5/__init__.py +++ b/ngraph/python/src/ngraph/opset5/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset5/ops.py b/ngraph/python/src/ngraph/opset5/ops.py index 468f9efaa9e..14a3b889266 100644 --- a/ngraph/python/src/ngraph/opset5/ops.py +++ b/ngraph/python/src/ngraph/opset5/ops.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset6/__init__.py b/ngraph/python/src/ngraph/opset6/__init__.py index 0e774000756..b81f6d5321d 100644 --- a/ngraph/python/src/ngraph/opset6/__init__.py +++ b/ngraph/python/src/ngraph/opset6/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset6/ops.py b/ngraph/python/src/ngraph/opset6/ops.py index 6dcd4202e00..667765e6a06 100644 --- a/ngraph/python/src/ngraph/opset6/ops.py +++ b/ngraph/python/src/ngraph/opset6/ops.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/opset_utils.py b/ngraph/python/src/ngraph/opset_utils.py index 49b0d29c4df..dcd6ebef74c 100644 --- a/ngraph/python/src/ngraph/opset_utils.py +++ b/ngraph/python/src/ngraph/opset_utils.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/utils/__init__.py b/ngraph/python/src/ngraph/utils/__init__.py index 65f6dfac3f6..822c874567c 100644 --- a/ngraph/python/src/ngraph/utils/__init__.py +++ b/ngraph/python/src/ngraph/utils/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/utils/broadcasting.py b/ngraph/python/src/ngraph/utils/broadcasting.py index 8f52c8c6d1c..1321ae96fd9 100644 --- a/ngraph/python/src/ngraph/utils/broadcasting.py +++ b/ngraph/python/src/ngraph/utils/broadcasting.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/utils/decorators.py b/ngraph/python/src/ngraph/utils/decorators.py index cb59961394d..49a5b5540e9 100644 --- a/ngraph/python/src/ngraph/utils/decorators.py +++ b/ngraph/python/src/ngraph/utils/decorators.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/utils/input_validation.py b/ngraph/python/src/ngraph/utils/input_validation.py index 5bb34d59fd4..e65965a933e 100644 --- a/ngraph/python/src/ngraph/utils/input_validation.py +++ b/ngraph/python/src/ngraph/utils/input_validation.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/utils/reduction.py b/ngraph/python/src/ngraph/utils/reduction.py index 97197da063e..c8d7a75872d 100644 --- a/ngraph/python/src/ngraph/utils/reduction.py +++ b/ngraph/python/src/ngraph/utils/reduction.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/utils/tensor_iterator_types.py b/ngraph/python/src/ngraph/utils/tensor_iterator_types.py index 51b5a850757..d29db21b929 100644 --- a/ngraph/python/src/ngraph/utils/tensor_iterator_types.py +++ b/ngraph/python/src/ngraph/utils/tensor_iterator_types.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/ngraph/utils/types.py b/ngraph/python/src/ngraph/utils/types.py index 323ef0da6cc..183484cc8d4 100644 --- a/ngraph/python/src/ngraph/utils/types.py +++ b/ngraph/python/src/ngraph/utils/types.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/pyngraph/axis_set.cpp b/ngraph/python/src/pyngraph/axis_set.cpp index 4d3535fce17..77f9a920fb4 100644 --- a/ngraph/python/src/pyngraph/axis_set.cpp +++ b/ngraph/python/src/pyngraph/axis_set.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/axis_set.hpp b/ngraph/python/src/pyngraph/axis_set.hpp index 7a86dad2aab..7b4e1cbea39 100644 --- a/ngraph/python/src/pyngraph/axis_set.hpp +++ b/ngraph/python/src/pyngraph/axis_set.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/axis_vector.cpp b/ngraph/python/src/pyngraph/axis_vector.cpp index 070265ce154..a7ec5941bf6 100644 --- a/ngraph/python/src/pyngraph/axis_vector.cpp +++ b/ngraph/python/src/pyngraph/axis_vector.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/axis_vector.hpp b/ngraph/python/src/pyngraph/axis_vector.hpp index 80ce4435ccc..b4e010f8f20 100644 --- a/ngraph/python/src/pyngraph/axis_vector.hpp +++ b/ngraph/python/src/pyngraph/axis_vector.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/coordinate.cpp b/ngraph/python/src/pyngraph/coordinate.cpp index 48ef8c5df21..352ee1dfa3a 100644 --- a/ngraph/python/src/pyngraph/coordinate.cpp +++ b/ngraph/python/src/pyngraph/coordinate.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/coordinate.hpp b/ngraph/python/src/pyngraph/coordinate.hpp index 78d2f027a58..ef549171fe0 100644 --- a/ngraph/python/src/pyngraph/coordinate.hpp +++ b/ngraph/python/src/pyngraph/coordinate.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/coordinate_diff.cpp b/ngraph/python/src/pyngraph/coordinate_diff.cpp index 43947eb2a1a..9e1e41d3d9c 100644 --- a/ngraph/python/src/pyngraph/coordinate_diff.cpp +++ b/ngraph/python/src/pyngraph/coordinate_diff.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/coordinate_diff.hpp b/ngraph/python/src/pyngraph/coordinate_diff.hpp index 5c2ca48d635..c3e6842c2ba 100644 --- a/ngraph/python/src/pyngraph/coordinate_diff.hpp +++ b/ngraph/python/src/pyngraph/coordinate_diff.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/dict_attribute_visitor.cpp b/ngraph/python/src/pyngraph/dict_attribute_visitor.cpp index 246ca8066c7..3409abb4f6a 100644 --- a/ngraph/python/src/pyngraph/dict_attribute_visitor.cpp +++ b/ngraph/python/src/pyngraph/dict_attribute_visitor.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/dict_attribute_visitor.hpp b/ngraph/python/src/pyngraph/dict_attribute_visitor.hpp index 21978cc8dfa..c011a612e5d 100644 --- a/ngraph/python/src/pyngraph/dict_attribute_visitor.hpp +++ b/ngraph/python/src/pyngraph/dict_attribute_visitor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/dimension.cpp b/ngraph/python/src/pyngraph/dimension.cpp index 3b72689c0ef..19fd5cbdf4b 100644 --- a/ngraph/python/src/pyngraph/dimension.cpp +++ b/ngraph/python/src/pyngraph/dimension.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/dimension.hpp b/ngraph/python/src/pyngraph/dimension.hpp index 9a719891bd4..2990adfdf1d 100644 --- a/ngraph/python/src/pyngraph/dimension.hpp +++ b/ngraph/python/src/pyngraph/dimension.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/function.cpp b/ngraph/python/src/pyngraph/function.cpp index 5248c256504..7d793ae0040 100644 --- a/ngraph/python/src/pyngraph/function.cpp +++ b/ngraph/python/src/pyngraph/function.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/function.hpp b/ngraph/python/src/pyngraph/function.hpp index 0697ba0d21f..3ce2521417e 100644 --- a/ngraph/python/src/pyngraph/function.hpp +++ b/ngraph/python/src/pyngraph/function.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/node.cpp b/ngraph/python/src/pyngraph/node.cpp index d342cb2475a..d27bd38a760 100644 --- a/ngraph/python/src/pyngraph/node.cpp +++ b/ngraph/python/src/pyngraph/node.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/node.hpp b/ngraph/python/src/pyngraph/node.hpp index 8617c2cbf82..c934fdc91af 100644 --- a/ngraph/python/src/pyngraph/node.hpp +++ b/ngraph/python/src/pyngraph/node.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/node_factory.cpp b/ngraph/python/src/pyngraph/node_factory.cpp index 71fec04f55c..f713155b3f1 100644 --- a/ngraph/python/src/pyngraph/node_factory.cpp +++ b/ngraph/python/src/pyngraph/node_factory.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/node_factory.hpp b/ngraph/python/src/pyngraph/node_factory.hpp index 62def2501cb..3d23e20c75c 100644 --- a/ngraph/python/src/pyngraph/node_factory.hpp +++ b/ngraph/python/src/pyngraph/node_factory.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/node_input.cpp b/ngraph/python/src/pyngraph/node_input.cpp index 344f4da6748..01b2369eb7f 100644 --- a/ngraph/python/src/pyngraph/node_input.cpp +++ b/ngraph/python/src/pyngraph/node_input.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/node_input.hpp b/ngraph/python/src/pyngraph/node_input.hpp index 77571b4397b..2b0b3b157ac 100644 --- a/ngraph/python/src/pyngraph/node_input.hpp +++ b/ngraph/python/src/pyngraph/node_input.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/node_output.cpp b/ngraph/python/src/pyngraph/node_output.cpp index b2544496dcc..157e05a5fd2 100644 --- a/ngraph/python/src/pyngraph/node_output.cpp +++ b/ngraph/python/src/pyngraph/node_output.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/node_output.hpp b/ngraph/python/src/pyngraph/node_output.hpp index 334a8b457f7..c89e682e4b2 100644 --- a/ngraph/python/src/pyngraph/node_output.hpp +++ b/ngraph/python/src/pyngraph/node_output.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/constant.cpp b/ngraph/python/src/pyngraph/ops/constant.cpp index 1f6dd6b0850..bc1d4a3ad5d 100644 --- a/ngraph/python/src/pyngraph/ops/constant.cpp +++ b/ngraph/python/src/pyngraph/ops/constant.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/constant.hpp b/ngraph/python/src/pyngraph/ops/constant.hpp index 42f83fdcbcb..09feda84014 100644 --- a/ngraph/python/src/pyngraph/ops/constant.hpp +++ b/ngraph/python/src/pyngraph/ops/constant.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/parameter.cpp b/ngraph/python/src/pyngraph/ops/parameter.cpp index 90dcc3b1625..f66f2bad763 100644 --- a/ngraph/python/src/pyngraph/ops/parameter.cpp +++ b/ngraph/python/src/pyngraph/ops/parameter.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/parameter.hpp b/ngraph/python/src/pyngraph/ops/parameter.hpp index b03a7cb3f71..d12137f68de 100644 --- a/ngraph/python/src/pyngraph/ops/parameter.hpp +++ b/ngraph/python/src/pyngraph/ops/parameter.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/result.cpp b/ngraph/python/src/pyngraph/ops/result.cpp index 8e228790b3f..7011d06c960 100644 --- a/ngraph/python/src/pyngraph/ops/result.cpp +++ b/ngraph/python/src/pyngraph/ops/result.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/result.hpp b/ngraph/python/src/pyngraph/ops/result.hpp index bffa2dab106..6d40eb0f637 100644 --- a/ngraph/python/src/pyngraph/ops/result.hpp +++ b/ngraph/python/src/pyngraph/ops/result.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/arithmetic_reduction.cpp b/ngraph/python/src/pyngraph/ops/util/arithmetic_reduction.cpp index df67fe47238..3ccdd57c658 100644 --- a/ngraph/python/src/pyngraph/ops/util/arithmetic_reduction.cpp +++ b/ngraph/python/src/pyngraph/ops/util/arithmetic_reduction.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/arithmetic_reduction.hpp b/ngraph/python/src/pyngraph/ops/util/arithmetic_reduction.hpp index b54ee0ecbca..5e6c97327ac 100644 --- a/ngraph/python/src/pyngraph/ops/util/arithmetic_reduction.hpp +++ b/ngraph/python/src/pyngraph/ops/util/arithmetic_reduction.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/binary_elementwise_arithmetic.cpp b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_arithmetic.cpp index c5548d83f1d..2122367ee21 100644 --- a/ngraph/python/src/pyngraph/ops/util/binary_elementwise_arithmetic.cpp +++ b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_arithmetic.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/binary_elementwise_arithmetic.hpp b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_arithmetic.hpp index b783dbf47ce..bf8826bea9c 100644 --- a/ngraph/python/src/pyngraph/ops/util/binary_elementwise_arithmetic.hpp +++ b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_arithmetic.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/binary_elementwise_comparison.cpp b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_comparison.cpp index 0143f3e368b..9a77812152c 100644 --- a/ngraph/python/src/pyngraph/ops/util/binary_elementwise_comparison.cpp +++ b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_comparison.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/binary_elementwise_comparison.hpp b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_comparison.hpp index cb8c7a6d386..7f4a41d16d9 100644 --- a/ngraph/python/src/pyngraph/ops/util/binary_elementwise_comparison.hpp +++ b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_comparison.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/binary_elementwise_logical.cpp b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_logical.cpp index f354f032c99..17dd4654519 100644 --- a/ngraph/python/src/pyngraph/ops/util/binary_elementwise_logical.cpp +++ b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_logical.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/binary_elementwise_logical.hpp b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_logical.hpp index 6ce535068f7..9c65eae41a2 100644 --- a/ngraph/python/src/pyngraph/ops/util/binary_elementwise_logical.hpp +++ b/ngraph/python/src/pyngraph/ops/util/binary_elementwise_logical.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/index_reduction.cpp b/ngraph/python/src/pyngraph/ops/util/index_reduction.cpp index 5093b2c336a..d606ca7df3b 100644 --- a/ngraph/python/src/pyngraph/ops/util/index_reduction.cpp +++ b/ngraph/python/src/pyngraph/ops/util/index_reduction.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/index_reduction.hpp b/ngraph/python/src/pyngraph/ops/util/index_reduction.hpp index ffa20780ad0..30ade558537 100644 --- a/ngraph/python/src/pyngraph/ops/util/index_reduction.hpp +++ b/ngraph/python/src/pyngraph/ops/util/index_reduction.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/op_annotations.cpp b/ngraph/python/src/pyngraph/ops/util/op_annotations.cpp index 867ae870359..f7fd4643b0b 100644 --- a/ngraph/python/src/pyngraph/ops/util/op_annotations.cpp +++ b/ngraph/python/src/pyngraph/ops/util/op_annotations.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/op_annotations.hpp b/ngraph/python/src/pyngraph/ops/util/op_annotations.hpp index a58bc87e028..e077cca4a31 100644 --- a/ngraph/python/src/pyngraph/ops/util/op_annotations.hpp +++ b/ngraph/python/src/pyngraph/ops/util/op_annotations.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/regmodule_pyngraph_op_util.cpp b/ngraph/python/src/pyngraph/ops/util/regmodule_pyngraph_op_util.cpp index 580659b8550..3cc6f6bad40 100644 --- a/ngraph/python/src/pyngraph/ops/util/regmodule_pyngraph_op_util.cpp +++ b/ngraph/python/src/pyngraph/ops/util/regmodule_pyngraph_op_util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/regmodule_pyngraph_op_util.hpp b/ngraph/python/src/pyngraph/ops/util/regmodule_pyngraph_op_util.hpp index b25054cb098..582b50b1715 100644 --- a/ngraph/python/src/pyngraph/ops/util/regmodule_pyngraph_op_util.hpp +++ b/ngraph/python/src/pyngraph/ops/util/regmodule_pyngraph_op_util.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/unary_elementwise_arithmetic.cpp b/ngraph/python/src/pyngraph/ops/util/unary_elementwise_arithmetic.cpp index ec47dd1c1b9..34bd51a701b 100644 --- a/ngraph/python/src/pyngraph/ops/util/unary_elementwise_arithmetic.cpp +++ b/ngraph/python/src/pyngraph/ops/util/unary_elementwise_arithmetic.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/ops/util/unary_elementwise_arithmetic.hpp b/ngraph/python/src/pyngraph/ops/util/unary_elementwise_arithmetic.hpp index f56bcd258d2..fbed6643dc3 100644 --- a/ngraph/python/src/pyngraph/ops/util/unary_elementwise_arithmetic.hpp +++ b/ngraph/python/src/pyngraph/ops/util/unary_elementwise_arithmetic.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/partial_shape.cpp b/ngraph/python/src/pyngraph/partial_shape.cpp index 553b339d07b..bcb8667fdda 100644 --- a/ngraph/python/src/pyngraph/partial_shape.cpp +++ b/ngraph/python/src/pyngraph/partial_shape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/partial_shape.hpp b/ngraph/python/src/pyngraph/partial_shape.hpp index de3b9d2a31b..a07d43c4028 100644 --- a/ngraph/python/src/pyngraph/partial_shape.hpp +++ b/ngraph/python/src/pyngraph/partial_shape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/passes/manager.cpp b/ngraph/python/src/pyngraph/passes/manager.cpp index fa999a8978a..7faed4599f5 100644 --- a/ngraph/python/src/pyngraph/passes/manager.cpp +++ b/ngraph/python/src/pyngraph/passes/manager.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/passes/manager.hpp b/ngraph/python/src/pyngraph/passes/manager.hpp index e02a4aea0a4..b2de417f706 100644 --- a/ngraph/python/src/pyngraph/passes/manager.hpp +++ b/ngraph/python/src/pyngraph/passes/manager.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/passes/regmodule_pyngraph_passes.cpp b/ngraph/python/src/pyngraph/passes/regmodule_pyngraph_passes.cpp index f0422153105..4ce06eb3824 100644 --- a/ngraph/python/src/pyngraph/passes/regmodule_pyngraph_passes.cpp +++ b/ngraph/python/src/pyngraph/passes/regmodule_pyngraph_passes.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/passes/regmodule_pyngraph_passes.hpp b/ngraph/python/src/pyngraph/passes/regmodule_pyngraph_passes.hpp index 92e4e83cee9..d0c1e79b291 100644 --- a/ngraph/python/src/pyngraph/passes/regmodule_pyngraph_passes.hpp +++ b/ngraph/python/src/pyngraph/passes/regmodule_pyngraph_passes.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/pyngraph.cpp b/ngraph/python/src/pyngraph/pyngraph.cpp index f5df14adb3d..09ab2e933c1 100644 --- a/ngraph/python/src/pyngraph/pyngraph.cpp +++ b/ngraph/python/src/pyngraph/pyngraph.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/rt_map.cpp b/ngraph/python/src/pyngraph/rt_map.cpp index 96213b1d8e6..4e564385309 100644 --- a/ngraph/python/src/pyngraph/rt_map.cpp +++ b/ngraph/python/src/pyngraph/rt_map.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/rt_map.hpp b/ngraph/python/src/pyngraph/rt_map.hpp index 52bb50f9a2e..2eb76b2d80d 100644 --- a/ngraph/python/src/pyngraph/rt_map.hpp +++ b/ngraph/python/src/pyngraph/rt_map.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/shape.cpp b/ngraph/python/src/pyngraph/shape.cpp index 816df5f3a91..ceecd92805e 100644 --- a/ngraph/python/src/pyngraph/shape.cpp +++ b/ngraph/python/src/pyngraph/shape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/shape.hpp b/ngraph/python/src/pyngraph/shape.hpp index 29941382535..99729ad9eed 100644 --- a/ngraph/python/src/pyngraph/shape.hpp +++ b/ngraph/python/src/pyngraph/shape.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/strides.cpp b/ngraph/python/src/pyngraph/strides.cpp index cde85aaeef9..1f45b33743b 100644 --- a/ngraph/python/src/pyngraph/strides.cpp +++ b/ngraph/python/src/pyngraph/strides.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/strides.hpp b/ngraph/python/src/pyngraph/strides.hpp index b606db22c84..8af8ee27fe3 100644 --- a/ngraph/python/src/pyngraph/strides.hpp +++ b/ngraph/python/src/pyngraph/strides.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/tensor_iterator_builder.cpp b/ngraph/python/src/pyngraph/tensor_iterator_builder.cpp index 728b4cebb7a..bbb614f7151 100644 --- a/ngraph/python/src/pyngraph/tensor_iterator_builder.cpp +++ b/ngraph/python/src/pyngraph/tensor_iterator_builder.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/tensor_iterator_builder.hpp b/ngraph/python/src/pyngraph/tensor_iterator_builder.hpp index fd6fa4574a7..dd5be40318d 100644 --- a/ngraph/python/src/pyngraph/tensor_iterator_builder.hpp +++ b/ngraph/python/src/pyngraph/tensor_iterator_builder.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/types/element_type.cpp b/ngraph/python/src/pyngraph/types/element_type.cpp index ce72aacc715..dd07138fe16 100644 --- a/ngraph/python/src/pyngraph/types/element_type.cpp +++ b/ngraph/python/src/pyngraph/types/element_type.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/types/element_type.hpp b/ngraph/python/src/pyngraph/types/element_type.hpp index 1b2230dd5aa..d190ac5d442 100644 --- a/ngraph/python/src/pyngraph/types/element_type.hpp +++ b/ngraph/python/src/pyngraph/types/element_type.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/types/regmodule_pyngraph_types.cpp b/ngraph/python/src/pyngraph/types/regmodule_pyngraph_types.cpp index 4271a158317..5c177041a92 100644 --- a/ngraph/python/src/pyngraph/types/regmodule_pyngraph_types.cpp +++ b/ngraph/python/src/pyngraph/types/regmodule_pyngraph_types.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/types/regmodule_pyngraph_types.hpp b/ngraph/python/src/pyngraph/types/regmodule_pyngraph_types.hpp index 10a66afa2fa..04aa8f25c11 100644 --- a/ngraph/python/src/pyngraph/types/regmodule_pyngraph_types.hpp +++ b/ngraph/python/src/pyngraph/types/regmodule_pyngraph_types.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/util.cpp b/ngraph/python/src/pyngraph/util.cpp index 0b56d3a5619..5bf248d7343 100644 --- a/ngraph/python/src/pyngraph/util.cpp +++ b/ngraph/python/src/pyngraph/util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/util.hpp b/ngraph/python/src/pyngraph/util.hpp index 068a97b13c8..9cfb2527967 100644 --- a/ngraph/python/src/pyngraph/util.hpp +++ b/ngraph/python/src/pyngraph/util.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/util.py b/ngraph/python/src/pyngraph/util.py index 29f3726c74c..4c5927451b0 100644 --- a/ngraph/python/src/pyngraph/util.py +++ b/ngraph/python/src/pyngraph/util.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/src/pyngraph/variant.cpp b/ngraph/python/src/pyngraph/variant.cpp index b52317d40b5..1fb768fc98b 100644 --- a/ngraph/python/src/pyngraph/variant.cpp +++ b/ngraph/python/src/pyngraph/variant.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/src/pyngraph/variant.hpp b/ngraph/python/src/pyngraph/variant.hpp index 445eab8a47d..c31da277119 100644 --- a/ngraph/python/src/pyngraph/variant.hpp +++ b/ngraph/python/src/pyngraph/variant.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/python/tests/__init__.py b/ngraph/python/tests/__init__.py index 1509bfea250..d76c7f1d0d3 100644 --- a/ngraph/python/tests/__init__.py +++ b/ngraph/python/tests/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/conftest.py b/ngraph/python/tests/conftest.py index 568cae4d8ac..6f2c79f804b 100644 --- a/ngraph/python/tests/conftest.py +++ b/ngraph/python/tests/conftest.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/runtime.py b/ngraph/python/tests/runtime.py index 5ebf32fcb0e..da7c6d36f2e 100644 --- a/ngraph/python/tests/runtime.py +++ b/ngraph/python/tests/runtime.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_basic.py b/ngraph/python/tests/test_ngraph/test_basic.py index 4c09abe3af7..9515c0a7b0d 100644 --- a/ngraph/python/tests/test_ngraph/test_basic.py +++ b/ngraph/python/tests/test_ngraph/test_basic.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_convolution.py b/ngraph/python/tests/test_ngraph/test_convolution.py index 7fded638acf..7965955d1c8 100644 --- a/ngraph/python/tests/test_ngraph/test_convolution.py +++ b/ngraph/python/tests/test_ngraph/test_convolution.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_core.py b/ngraph/python/tests/test_ngraph/test_core.py index 4ad89e1a637..bf4f7750360 100644 --- a/ngraph/python/tests/test_ngraph/test_core.py +++ b/ngraph/python/tests/test_ngraph/test_core.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_create_op.py b/ngraph/python/tests/test_ngraph/test_create_op.py index c403c8ff022..9caa81cc0d2 100644 --- a/ngraph/python/tests/test_ngraph/test_create_op.py +++ b/ngraph/python/tests/test_ngraph/test_create_op.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_ctc_loss.py b/ngraph/python/tests/test_ngraph/test_ctc_loss.py index 3b53f255441..a9da5c630ab 100644 --- a/ngraph/python/tests/test_ngraph/test_ctc_loss.py +++ b/ngraph/python/tests/test_ngraph/test_ctc_loss.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_data_movement.py b/ngraph/python/tests/test_ngraph/test_data_movement.py index 2ca2e4816a0..0e18ed687c8 100644 --- a/ngraph/python/tests/test_ngraph/test_data_movement.py +++ b/ngraph/python/tests/test_ngraph/test_data_movement.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_dyn_attributes.py b/ngraph/python/tests/test_ngraph/test_dyn_attributes.py index c4ee4c427e4..2c4220601cf 100644 --- a/ngraph/python/tests/test_ngraph/test_dyn_attributes.py +++ b/ngraph/python/tests/test_ngraph/test_dyn_attributes.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_input_validation.py b/ngraph/python/tests/test_ngraph/test_input_validation.py index 927d0fac736..a7ac6807215 100644 --- a/ngraph/python/tests/test_ngraph/test_input_validation.py +++ b/ngraph/python/tests/test_ngraph/test_input_validation.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_log_softmax.py b/ngraph/python/tests/test_ngraph/test_log_softmax.py index cddc878421c..6dda1e707b9 100644 --- a/ngraph/python/tests/test_ngraph/test_log_softmax.py +++ b/ngraph/python/tests/test_ngraph/test_log_softmax.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_manager.py b/ngraph/python/tests/test_ngraph/test_manager.py index 1fc83164e1e..c58ad3bf6f5 100644 --- a/ngraph/python/tests/test_ngraph/test_manager.py +++ b/ngraph/python/tests/test_ngraph/test_manager.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ def test_constant_folding(): pass_manager.register_pass("ConstantFolding") pass_manager.run_passes(func) - assert count_ops_of_type(func, node_ceil) == 0 + assert count_ops_of_type(func, node_ceil) == 0 assert count_ops_of_type(func, node_constant) == 1 new_const = func.get_results()[0].input(0).get_source_output().get_node() diff --git a/ngraph/python/tests/test_ngraph/test_node_factory.py b/ngraph/python/tests/test_ngraph/test_node_factory.py index 8ae0809bfa0..22e7e08ee38 100644 --- a/ngraph/python/tests/test_ngraph/test_node_factory.py +++ b/ngraph/python/tests/test_ngraph/test_node_factory.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_normalization.py b/ngraph/python/tests/test_ngraph/test_normalization.py index b5855b92d61..e792ebae483 100644 --- a/ngraph/python/tests/test_ngraph/test_normalization.py +++ b/ngraph/python/tests/test_ngraph/test_normalization.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_ops.py b/ngraph/python/tests/test_ngraph/test_ops.py index be40f01b663..f5abfcc72c5 100644 --- a/ngraph/python/tests/test_ngraph/test_ops.py +++ b/ngraph/python/tests/test_ngraph/test_ops.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_ops_binary.py b/ngraph/python/tests/test_ngraph/test_ops_binary.py index a5d33c878a2..4ed694cde36 100644 --- a/ngraph/python/tests/test_ngraph/test_ops_binary.py +++ b/ngraph/python/tests/test_ngraph/test_ops_binary.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_ops_fused.py b/ngraph/python/tests/test_ngraph/test_ops_fused.py index f7e37805a1f..b26f80a3a10 100644 --- a/ngraph/python/tests/test_ngraph/test_ops_fused.py +++ b/ngraph/python/tests/test_ngraph/test_ops_fused.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_ops_matmul.py b/ngraph/python/tests/test_ngraph/test_ops_matmul.py index 952053a5c26..c721c4685f0 100644 --- a/ngraph/python/tests/test_ngraph/test_ops_matmul.py +++ b/ngraph/python/tests/test_ngraph/test_ops_matmul.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_ops_multioutput.py b/ngraph/python/tests/test_ngraph/test_ops_multioutput.py index d9e08adb838..9019a04883e 100644 --- a/ngraph/python/tests/test_ngraph/test_ops_multioutput.py +++ b/ngraph/python/tests/test_ngraph/test_ops_multioutput.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_ops_reshape.py b/ngraph/python/tests/test_ngraph/test_ops_reshape.py index a089a85c9ef..f0aa63bd416 100644 --- a/ngraph/python/tests/test_ngraph/test_ops_reshape.py +++ b/ngraph/python/tests/test_ngraph/test_ops_reshape.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_ops_scatter.py b/ngraph/python/tests/test_ngraph/test_ops_scatter.py index 4c648ef076c..8ffb41f3a49 100644 --- a/ngraph/python/tests/test_ngraph/test_ops_scatter.py +++ b/ngraph/python/tests/test_ngraph/test_ops_scatter.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_ops_unary.py b/ngraph/python/tests/test_ngraph/test_ops_unary.py index 61cce9ba8d6..c796da1b32b 100644 --- a/ngraph/python/tests/test_ngraph/test_ops_unary.py +++ b/ngraph/python/tests/test_ngraph/test_ops_unary.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_pooling.py b/ngraph/python/tests/test_ngraph/test_pooling.py index 61c27786c03..c522f3eaf39 100644 --- a/ngraph/python/tests/test_ngraph/test_pooling.py +++ b/ngraph/python/tests/test_ngraph/test_pooling.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_proposal.py b/ngraph/python/tests/test_ngraph/test_proposal.py index 26781da53ff..9d260dad668 100644 --- a/ngraph/python/tests/test_ngraph/test_proposal.py +++ b/ngraph/python/tests/test_ngraph/test_proposal.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_reduction.py b/ngraph/python/tests/test_ngraph/test_reduction.py index 30be0337f5e..0e6980a1130 100644 --- a/ngraph/python/tests/test_ngraph/test_reduction.py +++ b/ngraph/python/tests/test_ngraph/test_reduction.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_sequence_processing.py b/ngraph/python/tests/test_ngraph/test_sequence_processing.py index e9b922b1066..0062b9ebdb1 100644 --- a/ngraph/python/tests/test_ngraph/test_sequence_processing.py +++ b/ngraph/python/tests/test_ngraph/test_sequence_processing.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/test_swish.py b/ngraph/python/tests/test_ngraph/test_swish.py index e4917e87ee1..51b587537aa 100644 --- a/ngraph/python/tests/test_ngraph/test_swish.py +++ b/ngraph/python/tests/test_ngraph/test_swish.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_ngraph/util.py b/ngraph/python/tests/test_ngraph/util.py index 54ccfc0203e..227b41fc71b 100644 --- a/ngraph/python/tests/test_ngraph/util.py +++ b/ngraph/python/tests/test_ngraph/util.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_onnx/test_backend.py b/ngraph/python/tests/test_onnx/test_backend.py index 81ad11a9455..ac68f751792 100644 --- a/ngraph/python/tests/test_onnx/test_backend.py +++ b/ngraph/python/tests/test_onnx/test_backend.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_onnx_external_data.py b/ngraph/python/tests/test_onnx/test_onnx_external_data.py index 28077f07421..7058915556b 100644 --- a/ngraph/python/tests/test_onnx/test_onnx_external_data.py +++ b/ngraph/python/tests/test_onnx/test_onnx_external_data.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_onnx/test_onnx_import.py b/ngraph/python/tests/test_onnx/test_onnx_import.py index c71dbc7d373..df44af99fde 100644 --- a/ngraph/python/tests/test_onnx/test_onnx_import.py +++ b/ngraph/python/tests/test_onnx/test_onnx_import.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_onnx/test_ops_batchnorm.py b/ngraph/python/tests/test_onnx/test_ops_batchnorm.py index f941e8a8e30..c90ce822476 100644 --- a/ngraph/python/tests/test_onnx/test_ops_batchnorm.py +++ b/ngraph/python/tests/test_onnx/test_ops_batchnorm.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_ops_binary.py b/ngraph/python/tests/test_onnx/test_ops_binary.py index 2a19208aa88..6d33ac32852 100644 --- a/ngraph/python/tests/test_onnx/test_ops_binary.py +++ b/ngraph/python/tests/test_onnx/test_ops_binary.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_ops_convpool.py b/ngraph/python/tests/test_onnx/test_ops_convpool.py index 9c86dea6c01..685aed9c0a4 100644 --- a/ngraph/python/tests/test_onnx/test_ops_convpool.py +++ b/ngraph/python/tests/test_onnx/test_ops_convpool.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_ops_logical.py b/ngraph/python/tests/test_onnx/test_ops_logical.py index bbd6857bfdd..36006e37dea 100644 --- a/ngraph/python/tests/test_onnx/test_ops_logical.py +++ b/ngraph/python/tests/test_onnx/test_ops_logical.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_ops_matmul.py b/ngraph/python/tests/test_onnx/test_ops_matmul.py index 66c2c7fa5fd..44cff44d644 100644 --- a/ngraph/python/tests/test_onnx/test_ops_matmul.py +++ b/ngraph/python/tests/test_onnx/test_ops_matmul.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_ops_nonlinear.py b/ngraph/python/tests/test_onnx/test_ops_nonlinear.py index d1c8a2a80f8..441bab84570 100644 --- a/ngraph/python/tests/test_onnx/test_ops_nonlinear.py +++ b/ngraph/python/tests/test_onnx/test_ops_nonlinear.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_ops_reduction.py b/ngraph/python/tests/test_onnx/test_ops_reduction.py index 76e96dd170c..abc4ad46a02 100644 --- a/ngraph/python/tests/test_onnx/test_ops_reduction.py +++ b/ngraph/python/tests/test_onnx/test_ops_reduction.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_ops_reshape.py b/ngraph/python/tests/test_onnx/test_ops_reshape.py index 2bfceb3407f..b434d87b207 100644 --- a/ngraph/python/tests/test_onnx/test_ops_reshape.py +++ b/ngraph/python/tests/test_onnx/test_ops_reshape.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_ops_unary.py b/ngraph/python/tests/test_onnx/test_ops_unary.py index d5ba32bd580..472cde1d097 100644 --- a/ngraph/python/tests/test_onnx/test_ops_unary.py +++ b/ngraph/python/tests/test_onnx/test_ops_unary.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_ops_variadic.py b/ngraph/python/tests/test_onnx/test_ops_variadic.py index 8be54653446..8c9301d9095 100644 --- a/ngraph/python/tests/test_onnx/test_ops_variadic.py +++ b/ngraph/python/tests/test_onnx/test_ops_variadic.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/test_zoo_models.py b/ngraph/python/tests/test_onnx/test_zoo_models.py index d4a2b0de0c1..7ed8c2e32c7 100644 --- a/ngraph/python/tests/test_onnx/test_zoo_models.py +++ b/ngraph/python/tests/test_onnx/test_zoo_models.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/utils/__init__.py b/ngraph/python/tests/test_onnx/utils/__init__.py index be37b34ca06..6bf870d2e74 100644 --- a/ngraph/python/tests/test_onnx/utils/__init__.py +++ b/ngraph/python/tests/test_onnx/utils/__init__.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/python/tests/test_onnx/utils/model_importer.py b/ngraph/python/tests/test_onnx/utils/model_importer.py index dbe6d90210e..01ad6414997 100644 --- a/ngraph/python/tests/test_onnx/utils/model_importer.py +++ b/ngraph/python/tests/test_onnx/utils/model_importer.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/utils/onnx_backend.py b/ngraph/python/tests/test_onnx/utils/onnx_backend.py index 6ced404ba4d..1c1e1d847b7 100644 --- a/ngraph/python/tests/test_onnx/utils/onnx_backend.py +++ b/ngraph/python/tests/test_onnx/utils/onnx_backend.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/python/tests/test_onnx/utils/onnx_helpers.py b/ngraph/python/tests/test_onnx/utils/onnx_helpers.py index cc98c3fba1f..26cf0c3ed08 100644 --- a/ngraph/python/tests/test_onnx/utils/onnx_helpers.py +++ b/ngraph/python/tests/test_onnx/utils/onnx_helpers.py @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2018-2020 Intel Corporation +# Copyright 2018-2021 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/ngraph/test/CMakeLists.txt b/ngraph/test/CMakeLists.txt index 2e6b77eef88..9fe16025c78 100644 --- a/ngraph/test/CMakeLists.txt +++ b/ngraph/test/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -395,8 +395,8 @@ if(NGRAPH_ADDRESS_SANITIZER) endif() target_link_libraries(unit-test PRIVATE ngraph_test_util - openvino::conditional_compilation - openvino::itt + openvino::conditional_compilation + openvino::itt ngraph ngraph::builder ngraph_backend diff --git a/ngraph/test/aligned_buffer.cpp b/ngraph/test/aligned_buffer.cpp index 8151f9c1d04..7d97bef2152 100644 --- a/ngraph/test/aligned_buffer.cpp +++ b/ngraph/test/aligned_buffer.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/all_close_f.cpp b/ngraph/test/all_close_f.cpp index b1e8967bb06..59050a844da 100644 --- a/ngraph/test/all_close_f.cpp +++ b/ngraph/test/all_close_f.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/attributes.cpp b/ngraph/test/attributes.cpp index 3f534a1d7c9..e6496031693 100644 --- a/ngraph/test/attributes.cpp +++ b/ngraph/test/attributes.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/abc.in.cpp b/ngraph/test/backend/abc.in.cpp index e9c6cb1313b..44b75b6d94c 100644 --- a/ngraph/test/backend/abc.in.cpp +++ b/ngraph/test/backend/abc.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/abs.in.cpp b/ngraph/test/backend/abs.in.cpp index 9c2d62c090f..6136cb124e3 100644 --- a/ngraph/test/backend/abs.in.cpp +++ b/ngraph/test/backend/abs.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/acos.in.cpp b/ngraph/test/backend/acos.in.cpp index 893322c3d72..92ce9135f42 100644 --- a/ngraph/test/backend/acos.in.cpp +++ b/ngraph/test/backend/acos.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/acosh.in.cpp b/ngraph/test/backend/acosh.in.cpp index bcaf7b23aa6..af6e8d98e45 100644 --- a/ngraph/test/backend/acosh.in.cpp +++ b/ngraph/test/backend/acosh.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/add.in.cpp b/ngraph/test/backend/add.in.cpp index 325ddd63606..5da62422747 100644 --- a/ngraph/test/backend/add.in.cpp +++ b/ngraph/test/backend/add.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/aliased_output.in.cpp b/ngraph/test/backend/aliased_output.in.cpp index 2a684192198..94766fb63fa 100644 --- a/ngraph/test/backend/aliased_output.in.cpp +++ b/ngraph/test/backend/aliased_output.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/api.in.cpp b/ngraph/test/backend/api.in.cpp index 8da34ed951a..7ede0066c89 100644 --- a/ngraph/test/backend/api.in.cpp +++ b/ngraph/test/backend/api.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/asin.in.cpp b/ngraph/test/backend/asin.in.cpp index 5b6084e3040..ac5ea37faac 100644 --- a/ngraph/test/backend/asin.in.cpp +++ b/ngraph/test/backend/asin.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/asinh.in.cpp b/ngraph/test/backend/asinh.in.cpp index 6dd0abe9568..559a9b6269f 100644 --- a/ngraph/test/backend/asinh.in.cpp +++ b/ngraph/test/backend/asinh.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/atan.in.cpp b/ngraph/test/backend/atan.in.cpp index e2f0c04b27f..59f90df4f96 100644 --- a/ngraph/test/backend/atan.in.cpp +++ b/ngraph/test/backend/atan.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/atanh.in.cpp b/ngraph/test/backend/atanh.in.cpp index ce7b5a82b64..80ae6253d1a 100644 --- a/ngraph/test/backend/atanh.in.cpp +++ b/ngraph/test/backend/atanh.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/auto_broadcast.in.cpp b/ngraph/test/backend/auto_broadcast.in.cpp index e372b44d7fe..2a6bf1afa47 100644 --- a/ngraph/test/backend/auto_broadcast.in.cpp +++ b/ngraph/test/backend/auto_broadcast.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/batch_norm.in.cpp b/ngraph/test/backend/batch_norm.in.cpp index d4b501c8c9d..aaa7723b953 100644 --- a/ngraph/test/backend/batch_norm.in.cpp +++ b/ngraph/test/backend/batch_norm.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/broadcast.in.cpp b/ngraph/test/backend/broadcast.in.cpp index 25b5ac6976b..f749ec4c408 100644 --- a/ngraph/test/backend/broadcast.in.cpp +++ b/ngraph/test/backend/broadcast.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/builder_reduce_ops_opset1.in.cpp b/ngraph/test/backend/builder_reduce_ops_opset1.in.cpp index 1a322bb09bf..a5cd52a0abe 100644 --- a/ngraph/test/backend/builder_reduce_ops_opset1.in.cpp +++ b/ngraph/test/backend/builder_reduce_ops_opset1.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/ceiling.in.cpp b/ngraph/test/backend/ceiling.in.cpp index e237bfa9c29..caae962386f 100644 --- a/ngraph/test/backend/ceiling.in.cpp +++ b/ngraph/test/backend/ceiling.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/comparison.in.cpp b/ngraph/test/backend/comparison.in.cpp index 37d08c2c120..d1a24e840ff 100644 --- a/ngraph/test/backend/comparison.in.cpp +++ b/ngraph/test/backend/comparison.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/concat.in.cpp b/ngraph/test/backend/concat.in.cpp index c98ecfeb0d9..a3e9891efc4 100644 --- a/ngraph/test/backend/concat.in.cpp +++ b/ngraph/test/backend/concat.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/constant.in.cpp b/ngraph/test/backend/constant.in.cpp index 090063e642a..94188047c48 100644 --- a/ngraph/test/backend/constant.in.cpp +++ b/ngraph/test/backend/constant.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/convert.in.cpp b/ngraph/test/backend/convert.in.cpp index 17cc8d13ff0..cbc61abde86 100644 --- a/ngraph/test/backend/convert.in.cpp +++ b/ngraph/test/backend/convert.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/convolution.in.cpp b/ngraph/test/backend/convolution.in.cpp index 20636a2b4fe..752d5916f93 100644 --- a/ngraph/test/backend/convolution.in.cpp +++ b/ngraph/test/backend/convolution.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/cos.in.cpp b/ngraph/test/backend/cos.in.cpp index 9e29f11199f..9bc593eae16 100644 --- a/ngraph/test/backend/cos.in.cpp +++ b/ngraph/test/backend/cos.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/cosh.in.cpp b/ngraph/test/backend/cosh.in.cpp index 461c609fb2d..066ea967b52 100644 --- a/ngraph/test/backend/cosh.in.cpp +++ b/ngraph/test/backend/cosh.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/ctc_greedy_decoder.in.cpp b/ngraph/test/backend/ctc_greedy_decoder.in.cpp index ae516d7ef2e..dfd190fd480 100644 --- a/ngraph/test/backend/ctc_greedy_decoder.in.cpp +++ b/ngraph/test/backend/ctc_greedy_decoder.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/cum_sum.in.cpp b/ngraph/test/backend/cum_sum.in.cpp index 7e6f143562e..21f100cfcb6 100644 --- a/ngraph/test/backend/cum_sum.in.cpp +++ b/ngraph/test/backend/cum_sum.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/detection_output.in.cpp b/ngraph/test/backend/detection_output.in.cpp index 103ca24d6f0..c55ded3a80a 100644 --- a/ngraph/test/backend/detection_output.in.cpp +++ b/ngraph/test/backend/detection_output.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/divide.in.cpp b/ngraph/test/backend/divide.in.cpp index c963e768765..0c2ff9dd06f 100644 --- a/ngraph/test/backend/divide.in.cpp +++ b/ngraph/test/backend/divide.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/dyn_reshape.in.cpp b/ngraph/test/backend/dyn_reshape.in.cpp index a7e6ebbe425..d9340abed2f 100644 --- a/ngraph/test/backend/dyn_reshape.in.cpp +++ b/ngraph/test/backend/dyn_reshape.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/dynamic.in.cpp b/ngraph/test/backend/dynamic.in.cpp index f8237e13601..ef9a4a014f7 100644 --- a/ngraph/test/backend/dynamic.in.cpp +++ b/ngraph/test/backend/dynamic.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/erf.in.cpp b/ngraph/test/backend/erf.in.cpp index 1cbe2260567..0f63bc343dc 100644 --- a/ngraph/test/backend/erf.in.cpp +++ b/ngraph/test/backend/erf.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/exp.in.cpp b/ngraph/test/backend/exp.in.cpp index f4d3ae2a1c5..39914a26d4e 100644 --- a/ngraph/test/backend/exp.in.cpp +++ b/ngraph/test/backend/exp.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/floor.in.cpp b/ngraph/test/backend/floor.in.cpp index 03d919b1aa5..f46884b1655 100644 --- a/ngraph/test/backend/floor.in.cpp +++ b/ngraph/test/backend/floor.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/function_name.in.cpp b/ngraph/test/backend/function_name.in.cpp index 22517affa81..c8f33e4f32d 100644 --- a/ngraph/test/backend/function_name.in.cpp +++ b/ngraph/test/backend/function_name.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/fused_op.in.cpp b/ngraph/test/backend/fused_op.in.cpp index c967ceee66b..0ea05077a87 100644 --- a/ngraph/test/backend/fused_op.in.cpp +++ b/ngraph/test/backend/fused_op.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/gather.in.cpp b/ngraph/test/backend/gather.in.cpp index dcaf85d755e..107e4e735a6 100644 --- a/ngraph/test/backend/gather.in.cpp +++ b/ngraph/test/backend/gather.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/gather_elements.in.cpp b/ngraph/test/backend/gather_elements.in.cpp index b547e4f2463..affb5986092 100644 --- a/ngraph/test/backend/gather_elements.in.cpp +++ b/ngraph/test/backend/gather_elements.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/gather_nd.in.cpp b/ngraph/test/backend/gather_nd.in.cpp index 5fe3578a4d6..c6d1fd7e6e0 100644 --- a/ngraph/test/backend/gather_nd.in.cpp +++ b/ngraph/test/backend/gather_nd.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/gelu.in.cpp b/ngraph/test/backend/gelu.in.cpp index 5e99792b678..e71ce9e00a7 100644 --- a/ngraph/test/backend/gelu.in.cpp +++ b/ngraph/test/backend/gelu.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/group_convolution.in.cpp b/ngraph/test/backend/group_convolution.in.cpp index 16063ddd8f5..5061e807779 100644 --- a/ngraph/test/backend/group_convolution.in.cpp +++ b/ngraph/test/backend/group_convolution.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/hard_sigmoid.in.cpp b/ngraph/test/backend/hard_sigmoid.in.cpp index b8379c06950..81c6df98b29 100644 --- a/ngraph/test/backend/hard_sigmoid.in.cpp +++ b/ngraph/test/backend/hard_sigmoid.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/interpolate.in.cpp b/ngraph/test/backend/interpolate.in.cpp index 9fcc1e1a324..ab77ee91f41 100644 --- a/ngraph/test/backend/interpolate.in.cpp +++ b/ngraph/test/backend/interpolate.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/layer_norm.in.cpp b/ngraph/test/backend/layer_norm.in.cpp index ebb0feb4f65..37b0af35473 100644 --- a/ngraph/test/backend/layer_norm.in.cpp +++ b/ngraph/test/backend/layer_norm.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/log.in.cpp b/ngraph/test/backend/log.in.cpp index f3558820d39..79b62458d99 100644 --- a/ngraph/test/backend/log.in.cpp +++ b/ngraph/test/backend/log.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/log_softmax.in.cpp b/ngraph/test/backend/log_softmax.in.cpp index 1304e815632..235dc52865d 100644 --- a/ngraph/test/backend/log_softmax.in.cpp +++ b/ngraph/test/backend/log_softmax.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/logical_and.in.cpp b/ngraph/test/backend/logical_and.in.cpp index 680f9444a70..f4837122fc5 100644 --- a/ngraph/test/backend/logical_and.in.cpp +++ b/ngraph/test/backend/logical_and.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/logical_not.in.cpp b/ngraph/test/backend/logical_not.in.cpp index c59654b0482..06d4a3214e0 100644 --- a/ngraph/test/backend/logical_not.in.cpp +++ b/ngraph/test/backend/logical_not.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/logical_or.in.cpp b/ngraph/test/backend/logical_or.in.cpp index bfe148a8665..3ac42748eb6 100644 --- a/ngraph/test/backend/logical_or.in.cpp +++ b/ngraph/test/backend/logical_or.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/logical_xor.in.cpp b/ngraph/test/backend/logical_xor.in.cpp index f71a3f8aa5f..f5c16549273 100644 --- a/ngraph/test/backend/logical_xor.in.cpp +++ b/ngraph/test/backend/logical_xor.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/lrn.in.cpp b/ngraph/test/backend/lrn.in.cpp index 3c568e76d04..a73c823764b 100644 --- a/ngraph/test/backend/lrn.in.cpp +++ b/ngraph/test/backend/lrn.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/matmul.in.cpp b/ngraph/test/backend/matmul.in.cpp index a134de115e8..3bf1f007df6 100644 --- a/ngraph/test/backend/matmul.in.cpp +++ b/ngraph/test/backend/matmul.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/max_pool.in.cpp b/ngraph/test/backend/max_pool.in.cpp index e310c06b32d..d116e184e0d 100644 --- a/ngraph/test/backend/max_pool.in.cpp +++ b/ngraph/test/backend/max_pool.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/maximum.in.cpp b/ngraph/test/backend/maximum.in.cpp index e2c597f38d0..1fa2e596820 100644 --- a/ngraph/test/backend/maximum.in.cpp +++ b/ngraph/test/backend/maximum.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/minimum.in.cpp b/ngraph/test/backend/minimum.in.cpp index 6e323835c9b..ae6b8d0741c 100644 --- a/ngraph/test/backend/minimum.in.cpp +++ b/ngraph/test/backend/minimum.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/multiple_backends.in.cpp b/ngraph/test/backend/multiple_backends.in.cpp index 9236e76d55a..b54938e1c88 100644 --- a/ngraph/test/backend/multiple_backends.in.cpp +++ b/ngraph/test/backend/multiple_backends.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/multiple_result.in.cpp b/ngraph/test/backend/multiple_result.in.cpp index 0a3920655c5..54cfbfd9b06 100644 --- a/ngraph/test/backend/multiple_result.in.cpp +++ b/ngraph/test/backend/multiple_result.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/multiply.in.cpp b/ngraph/test/backend/multiply.in.cpp index 95da6bb2fc9..d9c9999af15 100644 --- a/ngraph/test/backend/multiply.in.cpp +++ b/ngraph/test/backend/multiply.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/negative.in.cpp b/ngraph/test/backend/negative.in.cpp index 791461caacf..7bfc5ccef7e 100644 --- a/ngraph/test/backend/negative.in.cpp +++ b/ngraph/test/backend/negative.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/node_name.in.cpp b/ngraph/test/backend/node_name.in.cpp index 074c2aead08..6d3adc652a2 100644 --- a/ngraph/test/backend/node_name.in.cpp +++ b/ngraph/test/backend/node_name.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/non_max_suppression.in.cpp b/ngraph/test/backend/non_max_suppression.in.cpp index e258d272e41..f862266ca43 100644 --- a/ngraph/test/backend/non_max_suppression.in.cpp +++ b/ngraph/test/backend/non_max_suppression.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/non_zero.in.cpp b/ngraph/test/backend/non_zero.in.cpp index 774513f6196..589a73feca8 100644 --- a/ngraph/test/backend/non_zero.in.cpp +++ b/ngraph/test/backend/non_zero.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/normalize_l2.in.cpp b/ngraph/test/backend/normalize_l2.in.cpp index 77e0415e632..843678a075e 100644 --- a/ngraph/test/backend/normalize_l2.in.cpp +++ b/ngraph/test/backend/normalize_l2.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/numeric.in.cpp b/ngraph/test/backend/numeric.in.cpp index f37371797e1..e7d07c979d8 100644 --- a/ngraph/test/backend/numeric.in.cpp +++ b/ngraph/test/backend/numeric.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/one_hot.in.cpp b/ngraph/test/backend/one_hot.in.cpp index 47192df718f..26c233c72b9 100644 --- a/ngraph/test/backend/one_hot.in.cpp +++ b/ngraph/test/backend/one_hot.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/pad.in.cpp b/ngraph/test/backend/pad.in.cpp index 7ffbd97a093..746cf732fcd 100644 --- a/ngraph/test/backend/pad.in.cpp +++ b/ngraph/test/backend/pad.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/parameter_as_output.in.cpp b/ngraph/test/backend/parameter_as_output.in.cpp index b2b84e0e875..a0d62861c75 100644 --- a/ngraph/test/backend/parameter_as_output.in.cpp +++ b/ngraph/test/backend/parameter_as_output.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/partial_slice.in.cpp b/ngraph/test/backend/partial_slice.in.cpp index 61a322f9b31..5b7a4d8a76d 100644 --- a/ngraph/test/backend/partial_slice.in.cpp +++ b/ngraph/test/backend/partial_slice.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/power.in.cpp b/ngraph/test/backend/power.in.cpp index e64572edac2..11d6e9b1b9f 100644 --- a/ngraph/test/backend/power.in.cpp +++ b/ngraph/test/backend/power.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/psroi_pooling.in.cpp b/ngraph/test/backend/psroi_pooling.in.cpp index 26e8ced45ec..6c21c7f775c 100644 --- a/ngraph/test/backend/psroi_pooling.in.cpp +++ b/ngraph/test/backend/psroi_pooling.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/quantize_dequantize.in.cpp b/ngraph/test/backend/quantize_dequantize.in.cpp index 0da1e807c03..9386b5af196 100644 --- a/ngraph/test/backend/quantize_dequantize.in.cpp +++ b/ngraph/test/backend/quantize_dequantize.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/range.in.cpp b/ngraph/test/backend/range.in.cpp index f6eabbfc332..9bcc63816e8 100644 --- a/ngraph/test/backend/range.in.cpp +++ b/ngraph/test/backend/range.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/reduce_max.in.cpp b/ngraph/test/backend/reduce_max.in.cpp index efd3bc68b24..16a5eb65c4d 100644 --- a/ngraph/test/backend/reduce_max.in.cpp +++ b/ngraph/test/backend/reduce_max.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -852,4 +852,4 @@ NGRAPH_TEST(${BACKEND_NAME}, reduce_max_keep_matrix_rows_dynamic) auto handle = backend->compile(f); handle->call_with_validate({result}, {a}); EXPECT_TRUE(test::all_close_f((vector{2, 4, 6}), read_vector(result))); -} \ No newline at end of file +} diff --git a/ngraph/test/backend/reduce_mean.in.cpp b/ngraph/test/backend/reduce_mean.in.cpp index 242f6907ea7..a2860c5963a 100644 --- a/ngraph/test/backend/reduce_mean.in.cpp +++ b/ngraph/test/backend/reduce_mean.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/reduce_min.in.cpp b/ngraph/test/backend/reduce_min.in.cpp index ca95bacaf67..025b746f2e5 100644 --- a/ngraph/test/backend/reduce_min.in.cpp +++ b/ngraph/test/backend/reduce_min.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/reduce_prod.in.cpp b/ngraph/test/backend/reduce_prod.in.cpp index 46d7427b1d4..00c73ece243 100644 --- a/ngraph/test/backend/reduce_prod.in.cpp +++ b/ngraph/test/backend/reduce_prod.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/reduce_sum.in.cpp b/ngraph/test/backend/reduce_sum.in.cpp index 9d49ae671d1..58153781f0f 100644 --- a/ngraph/test/backend/reduce_sum.in.cpp +++ b/ngraph/test/backend/reduce_sum.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/region_yolo.in.cpp b/ngraph/test/backend/region_yolo.in.cpp index 8d520c4929a..c477733892e 100644 --- a/ngraph/test/backend/region_yolo.in.cpp +++ b/ngraph/test/backend/region_yolo.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/relu.in.cpp b/ngraph/test/backend/relu.in.cpp index e1414bca9ff..a57fd6d1736 100644 --- a/ngraph/test/backend/relu.in.cpp +++ b/ngraph/test/backend/relu.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/reorg_yolo.in.cpp b/ngraph/test/backend/reorg_yolo.in.cpp index 0389a2c4b25..fffed5d5d7e 100644 --- a/ngraph/test/backend/reorg_yolo.in.cpp +++ b/ngraph/test/backend/reorg_yolo.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/reshape.in.cpp b/ngraph/test/backend/reshape.in.cpp index 25c3518ac1e..986bc3cfe43 100644 --- a/ngraph/test/backend/reshape.in.cpp +++ b/ngraph/test/backend/reshape.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/reverse.in.cpp b/ngraph/test/backend/reverse.in.cpp index ff7ee91d3b3..3f1a7dfce79 100644 --- a/ngraph/test/backend/reverse.in.cpp +++ b/ngraph/test/backend/reverse.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/reverse_sequence.in.cpp b/ngraph/test/backend/reverse_sequence.in.cpp index 1fcca9cf820..cdc16c7fa97 100644 --- a/ngraph/test/backend/reverse_sequence.in.cpp +++ b/ngraph/test/backend/reverse_sequence.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/roi_pooling.in.cpp b/ngraph/test/backend/roi_pooling.in.cpp index 37004ba1d41..e02365d574d 100644 --- a/ngraph/test/backend/roi_pooling.in.cpp +++ b/ngraph/test/backend/roi_pooling.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/round.in.cpp b/ngraph/test/backend/round.in.cpp index 3e23132ef35..48d688f470a 100644 --- a/ngraph/test/backend/round.in.cpp +++ b/ngraph/test/backend/round.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/select.in.cpp b/ngraph/test/backend/select.in.cpp index 2823230941e..3322c0900fd 100644 --- a/ngraph/test/backend/select.in.cpp +++ b/ngraph/test/backend/select.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/shape_of.in.cpp b/ngraph/test/backend/shape_of.in.cpp index 05a1269f269..91d30ed6e33 100644 --- a/ngraph/test/backend/shape_of.in.cpp +++ b/ngraph/test/backend/shape_of.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/sigmoid.in.cpp b/ngraph/test/backend/sigmoid.in.cpp index 23bdc501e54..a26f1988f05 100644 --- a/ngraph/test/backend/sigmoid.in.cpp +++ b/ngraph/test/backend/sigmoid.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/sign.in.cpp b/ngraph/test/backend/sign.in.cpp index 20e3dbf3f89..bf1c111536c 100644 --- a/ngraph/test/backend/sign.in.cpp +++ b/ngraph/test/backend/sign.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/sin.in.cpp b/ngraph/test/backend/sin.in.cpp index f424bc5e580..0ebb8d78653 100644 --- a/ngraph/test/backend/sin.in.cpp +++ b/ngraph/test/backend/sin.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/sinh.in.cpp b/ngraph/test/backend/sinh.in.cpp index b2dca5b2175..c83f8c61c25 100644 --- a/ngraph/test/backend/sinh.in.cpp +++ b/ngraph/test/backend/sinh.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/slice.in.cpp b/ngraph/test/backend/slice.in.cpp index 533c5a7b8e6..8a517f488bf 100644 --- a/ngraph/test/backend/slice.in.cpp +++ b/ngraph/test/backend/slice.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/softmax.in.cpp b/ngraph/test/backend/softmax.in.cpp index 9645ca066e2..2cf2d425975 100644 --- a/ngraph/test/backend/softmax.in.cpp +++ b/ngraph/test/backend/softmax.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/split.in.cpp b/ngraph/test/backend/split.in.cpp index 953295d07b1..b2ecd385e55 100644 --- a/ngraph/test/backend/split.in.cpp +++ b/ngraph/test/backend/split.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/sqrt.in.cpp b/ngraph/test/backend/sqrt.in.cpp index 6c4b85aa09f..ad0bec49598 100644 --- a/ngraph/test/backend/sqrt.in.cpp +++ b/ngraph/test/backend/sqrt.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/strided_slice.in.cpp b/ngraph/test/backend/strided_slice.in.cpp index 192a0f505ef..88e54061dd4 100644 --- a/ngraph/test/backend/strided_slice.in.cpp +++ b/ngraph/test/backend/strided_slice.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/subtract.in.cpp b/ngraph/test/backend/subtract.in.cpp index dbf2543991c..396c7cc0987 100644 --- a/ngraph/test/backend/subtract.in.cpp +++ b/ngraph/test/backend/subtract.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/tan.in.cpp b/ngraph/test/backend/tan.in.cpp index 93a3600be2b..a4a8d70f1d9 100644 --- a/ngraph/test/backend/tan.in.cpp +++ b/ngraph/test/backend/tan.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/tanh.in.cpp b/ngraph/test/backend/tanh.in.cpp index 404c0b6d6c4..e1d03ddf6b9 100644 --- a/ngraph/test/backend/tanh.in.cpp +++ b/ngraph/test/backend/tanh.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/tile.in.cpp b/ngraph/test/backend/tile.in.cpp index d9b4b5d520e..c2ea77b5036 100644 --- a/ngraph/test/backend/tile.in.cpp +++ b/ngraph/test/backend/tile.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/topk.in.cpp b/ngraph/test/backend/topk.in.cpp index e61451b8bc1..0681f5d9bc3 100644 --- a/ngraph/test/backend/topk.in.cpp +++ b/ngraph/test/backend/topk.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/transpose.in.cpp b/ngraph/test/backend/transpose.in.cpp index a7ebbf2a816..3eb82ae46af 100644 --- a/ngraph/test/backend/transpose.in.cpp +++ b/ngraph/test/backend/transpose.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/unhandled_op.in.cpp b/ngraph/test/backend/unhandled_op.in.cpp index ad243408ae6..239a342face 100644 --- a/ngraph/test/backend/unhandled_op.in.cpp +++ b/ngraph/test/backend/unhandled_op.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/validate_call.in.cpp b/ngraph/test/backend/validate_call.in.cpp index 89537fc9fd6..cbd930452c3 100644 --- a/ngraph/test/backend/validate_call.in.cpp +++ b/ngraph/test/backend/validate_call.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend/zero_sized.in.cpp b/ngraph/test/backend/zero_sized.in.cpp index b7608142da9..df18bf0fefc 100644 --- a/ngraph/test/backend/zero_sized.in.cpp +++ b/ngraph/test/backend/zero_sized.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend_api.cpp b/ngraph/test/backend_api.cpp index f4025af4d07..875873e70d7 100644 --- a/ngraph/test/backend_api.cpp +++ b/ngraph/test/backend_api.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/backend_debug_api.cpp b/ngraph/test/backend_debug_api.cpp index aefd89732dc..545b002b3e5 100644 --- a/ngraph/test/backend_debug_api.cpp +++ b/ngraph/test/backend_debug_api.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/bfloat16.cpp b/ngraph/test/bfloat16.cpp index 580fd46b00f..5721f9e5229 100644 --- a/ngraph/test/bfloat16.cpp +++ b/ngraph/test/bfloat16.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/build_graph.cpp b/ngraph/test/build_graph.cpp index f43fa79bd12..1279735c806 100644 --- a/ngraph/test/build_graph.cpp +++ b/ngraph/test/build_graph.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/builder.cpp b/ngraph/test/builder.cpp index 8658b0cbed8..61dab79d4b9 100644 --- a/ngraph/test/builder.cpp +++ b/ngraph/test/builder.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/builder_autobroadcast.cpp b/ngraph/test/builder_autobroadcast.cpp index a9b1bdf23a8..be32a8b52c8 100644 --- a/ngraph/test/builder_autobroadcast.cpp +++ b/ngraph/test/builder_autobroadcast.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/check.cpp b/ngraph/test/check.cpp index e8adf92100d..5a04172cdf5 100644 --- a/ngraph/test/check.cpp +++ b/ngraph/test/check.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/conditional_compilation/ngraph_cc_collect.cpp b/ngraph/test/conditional_compilation/ngraph_cc_collect.cpp index fdb09843037..fcc441542a7 100644 --- a/ngraph/test/conditional_compilation/ngraph_cc_collect.cpp +++ b/ngraph/test/conditional_compilation/ngraph_cc_collect.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/conditional_compilation/ngraph_cc_off.cpp b/ngraph/test/conditional_compilation/ngraph_cc_off.cpp index fe2a8199abb..465cd7d0354 100644 --- a/ngraph/test/conditional_compilation/ngraph_cc_off.cpp +++ b/ngraph/test/conditional_compilation/ngraph_cc_off.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/conditional_compilation/ngraph_cc_on.cpp b/ngraph/test/conditional_compilation/ngraph_cc_on.cpp index 15dd93e8e6e..662e97e020a 100644 --- a/ngraph/test/conditional_compilation/ngraph_cc_on.cpp +++ b/ngraph/test/conditional_compilation/ngraph_cc_on.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/constant.cpp b/ngraph/test/constant.cpp index b11934ff342..75cd007e50a 100644 --- a/ngraph/test/constant.cpp +++ b/ngraph/test/constant.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/constant_folding.cpp b/ngraph/test/constant_folding.cpp index 3c039e372e1..8e8b3cb0e40 100644 --- a/ngraph/test/constant_folding.cpp +++ b/ngraph/test/constant_folding.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/control_dependencies.cpp b/ngraph/test/control_dependencies.cpp index 3008727fb43..97b5acd3a5a 100644 --- a/ngraph/test/control_dependencies.cpp +++ b/ngraph/test/control_dependencies.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/convert_u1_to_string.cpp b/ngraph/test/convert_u1_to_string.cpp index fd12304831a..6ed3e8d1d64 100644 --- a/ngraph/test/convert_u1_to_string.cpp +++ b/ngraph/test/convert_u1_to_string.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/coordinate.cpp b/ngraph/test/coordinate.cpp index 9a472b761d1..39d289b922c 100644 --- a/ngraph/test/coordinate.cpp +++ b/ngraph/test/coordinate.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/coordinate_range.cpp b/ngraph/test/coordinate_range.cpp index 9b7b0022ee1..7e3315e023f 100644 --- a/ngraph/test/coordinate_range.cpp +++ b/ngraph/test/coordinate_range.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/copy.cpp b/ngraph/test/copy.cpp index 80fe6fc6096..c4438a35c02 100644 --- a/ngraph/test/copy.cpp +++ b/ngraph/test/copy.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/dyn_elimination.cpp b/ngraph/test/dyn_elimination.cpp index a3474cabccb..b45e5c8078a 100644 --- a/ngraph/test/dyn_elimination.cpp +++ b/ngraph/test/dyn_elimination.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/element_type.cpp b/ngraph/test/element_type.cpp index 625679f553e..6715ba544b4 100644 --- a/ngraph/test/element_type.cpp +++ b/ngraph/test/element_type.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/eval.cpp b/ngraph/test/eval.cpp index 3e8a9eb079f..727bf045e1e 100644 --- a/ngraph/test/eval.cpp +++ b/ngraph/test/eval.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/file_util.cpp b/ngraph/test/file_util.cpp index c486ad9ad75..6cd3fc79d4f 100644 --- a/ngraph/test/file_util.cpp +++ b/ngraph/test/file_util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/float16.cpp b/ngraph/test/float16.cpp index 09719a0811d..ebcaeee36c3 100644 --- a/ngraph/test/float16.cpp +++ b/ngraph/test/float16.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/graph_rewrite.cpp b/ngraph/test/graph_rewrite.cpp index 037ed23df89..7c5b106a2a9 100644 --- a/ngraph/test/graph_rewrite.cpp +++ b/ngraph/test/graph_rewrite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2020 Intel Corporation +// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // @@ -384,4 +384,4 @@ TEST(PassConfigTest, Test1) manager.run_passes(f); ASSERT_EQ(count_ops_of_type(f), 1); } -} \ No newline at end of file +} diff --git a/ngraph/test/header_standalone.in.cpp b/ngraph/test/header_standalone.in.cpp index e016ec3f804..cf8d756833c 100644 --- a/ngraph/test/header_standalone.in.cpp +++ b/ngraph/test/header_standalone.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/includes.cpp b/ngraph/test/includes.cpp index fe205f0fc1e..0fb00cdc00f 100644 --- a/ngraph/test/includes.cpp +++ b/ngraph/test/includes.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/input_output_assign.cpp b/ngraph/test/input_output_assign.cpp index d3213852f06..d8c8f5f8dd1 100644 --- a/ngraph/test/input_output_assign.cpp +++ b/ngraph/test/input_output_assign.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/intervals.cpp b/ngraph/test/intervals.cpp index 15e01c9324e..2b433243741 100644 --- a/ngraph/test/intervals.cpp +++ b/ngraph/test/intervals.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/main.cpp b/ngraph/test/main.cpp index d4035977fe0..bfe0c42f1a2 100644 --- a/ngraph/test/main.cpp +++ b/ngraph/test/main.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/matcher_pass.cpp b/ngraph/test/matcher_pass.cpp index be2dadfed1d..2c787dc4edd 100644 --- a/ngraph/test/matcher_pass.cpp +++ b/ngraph/test/matcher_pass.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -117,4 +117,4 @@ TEST(pattern, matcher_pass) // Parameter->Relu->Result ASSERT_TRUE(f->get_ops().size() == 3); } -} \ No newline at end of file +} diff --git a/ngraph/test/misc.cpp b/ngraph/test/misc.cpp index 1153dfd248c..1b6f87f59a0 100644 --- a/ngraph/test/misc.cpp +++ b/ngraph/test/misc.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/misc.hpp b/ngraph/test/misc.hpp index 4bedc148ac4..ea42f144724 100644 --- a/ngraph/test/misc.hpp +++ b/ngraph/test/misc.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/mkldnn.cpp b/ngraph/test/mkldnn.cpp index 66bd825beb3..a4b68deafd1 100644 --- a/ngraph/test/mkldnn.cpp +++ b/ngraph/test/mkldnn.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/models/onnx/onnx_prototxt_converter.py b/ngraph/test/models/onnx/onnx_prototxt_converter.py index dc33a5b3c25..ad2c9933daf 100644 --- a/ngraph/test/models/onnx/onnx_prototxt_converter.py +++ b/ngraph/test/models/onnx/onnx_prototxt_converter.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ***************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/test/ngraph_api.cpp b/ngraph/test/ngraph_api.cpp index 9fa379b2f49..f7153150562 100644 --- a/ngraph/test/ngraph_api.cpp +++ b/ngraph/test/ngraph_api.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/node_input_output.cpp b/ngraph/test/node_input_output.cpp index da88e389359..5d1f7d06932 100644 --- a/ngraph/test/node_input_output.cpp +++ b/ngraph/test/node_input_output.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import.in.cpp b/ngraph/test/onnx/onnx_import.in.cpp index 267ef98233a..84964482b47 100644 --- a/ngraph/test/onnx/onnx_import.in.cpp +++ b/ngraph/test/onnx/onnx_import.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_const_folding.in.cpp b/ngraph/test/onnx/onnx_import_const_folding.in.cpp index 29948db832b..33cdf08f82f 100644 --- a/ngraph/test/onnx/onnx_import_const_folding.in.cpp +++ b/ngraph/test/onnx/onnx_import_const_folding.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_controlflow.in.cpp b/ngraph/test/onnx/onnx_import_controlflow.in.cpp index 278371bb883..2d8f70dfccf 100644 --- a/ngraph/test/onnx/onnx_import_controlflow.in.cpp +++ b/ngraph/test/onnx/onnx_import_controlflow.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_convpool.in.cpp b/ngraph/test/onnx/onnx_import_convpool.in.cpp index cb1023f87f5..1d0b7ed2451 100644 --- a/ngraph/test/onnx/onnx_import_convpool.in.cpp +++ b/ngraph/test/onnx/onnx_import_convpool.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_dyn_shapes.in.cpp b/ngraph/test/onnx/onnx_import_dyn_shapes.in.cpp index 56447067f16..cf2082a659d 100644 --- a/ngraph/test/onnx/onnx_import_dyn_shapes.in.cpp +++ b/ngraph/test/onnx/onnx_import_dyn_shapes.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_exceptions.cpp b/ngraph/test/onnx/onnx_import_exceptions.cpp index 4cad747c2a4..c84f82ec673 100644 --- a/ngraph/test/onnx/onnx_import_exceptions.cpp +++ b/ngraph/test/onnx/onnx_import_exceptions.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_external_data.in.cpp b/ngraph/test/onnx/onnx_import_external_data.in.cpp index d8e4380c5fe..1ef5a9a480b 100644 --- a/ngraph/test/onnx/onnx_import_external_data.in.cpp +++ b/ngraph/test/onnx/onnx_import_external_data.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_library.cpp b/ngraph/test/onnx/onnx_import_library.cpp index 444b5bfd567..593b4bf13ae 100644 --- a/ngraph/test/onnx/onnx_import_library.cpp +++ b/ngraph/test/onnx/onnx_import_library.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_provenance.in.cpp b/ngraph/test/onnx/onnx_import_provenance.in.cpp index b06f75857d4..933ffb42fbd 100644 --- a/ngraph/test/onnx/onnx_import_provenance.in.cpp +++ b/ngraph/test/onnx/onnx_import_provenance.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_quant.in.cpp b/ngraph/test/onnx/onnx_import_quant.in.cpp index 9af8f29b837..c53be73b02b 100644 --- a/ngraph/test/onnx/onnx_import_quant.in.cpp +++ b/ngraph/test/onnx/onnx_import_quant.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_reshape.in.cpp b/ngraph/test/onnx/onnx_import_reshape.in.cpp index 59ff5e0bdf3..6ac40a2cb3a 100644 --- a/ngraph/test/onnx/onnx_import_reshape.in.cpp +++ b/ngraph/test/onnx/onnx_import_reshape.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/onnx/onnx_import_rnn.in.cpp b/ngraph/test/onnx/onnx_import_rnn.in.cpp index 8cb27db4d77..768270784c9 100644 --- a/ngraph/test/onnx/onnx_import_rnn.in.cpp +++ b/ngraph/test/onnx/onnx_import_rnn.in.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op.cpp b/ngraph/test/op.cpp index e475d330efb..8be0155b523 100644 --- a/ngraph/test/op.cpp +++ b/ngraph/test/op.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/floor_mod.cpp b/ngraph/test/op_eval/floor_mod.cpp index 2b2ad9a57df..5524b4a53e1 100644 --- a/ngraph/test/op_eval/floor_mod.cpp +++ b/ngraph/test/op_eval/floor_mod.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/hsigmoid.cpp b/ngraph/test/op_eval/hsigmoid.cpp index 58e67e8baa3..cfbebceb6d7 100644 --- a/ngraph/test/op_eval/hsigmoid.cpp +++ b/ngraph/test/op_eval/hsigmoid.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/hswish.cpp b/ngraph/test/op_eval/hswish.cpp index 1de6087f5f4..b30519554f8 100644 --- a/ngraph/test/op_eval/hswish.cpp +++ b/ngraph/test/op_eval/hswish.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/interpolate.cpp b/ngraph/test/op_eval/interpolate.cpp index 239bcacbaaa..fa353dea475 100644 --- a/ngraph/test/op_eval/interpolate.cpp +++ b/ngraph/test/op_eval/interpolate.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/matmul.cpp b/ngraph/test/op_eval/matmul.cpp index b74c02a8299..e0eb1f18d46 100644 --- a/ngraph/test/op_eval/matmul.cpp +++ b/ngraph/test/op_eval/matmul.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/mish.cpp b/ngraph/test/op_eval/mish.cpp index acc81f0e95f..67850796b1e 100644 --- a/ngraph/test/op_eval/mish.cpp +++ b/ngraph/test/op_eval/mish.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/non_zero.cpp b/ngraph/test/op_eval/non_zero.cpp index 52f6aa6b607..0039726cb94 100644 --- a/ngraph/test/op_eval/non_zero.cpp +++ b/ngraph/test/op_eval/non_zero.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/reduce_l1.cpp b/ngraph/test/op_eval/reduce_l1.cpp index 544b31fc447..b7edfb57357 100644 --- a/ngraph/test/op_eval/reduce_l1.cpp +++ b/ngraph/test/op_eval/reduce_l1.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/reduce_l2.cpp b/ngraph/test/op_eval/reduce_l2.cpp index d79bf067b7d..9bbf3c6606e 100644 --- a/ngraph/test/op_eval/reduce_l2.cpp +++ b/ngraph/test/op_eval/reduce_l2.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/roi_align.cpp b/ngraph/test/op_eval/roi_align.cpp index 3e43e1f810d..8472528efea 100644 --- a/ngraph/test/op_eval/roi_align.cpp +++ b/ngraph/test/op_eval/roi_align.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -163,4 +163,4 @@ TEST(op_eval, roi_align_max_pool) EXPECT_EQ(result->get_element_type(), element::f32); EXPECT_EQ(result->get_shape(), expected_shape); ASSERT_TRUE(test::all_close_f(read_vector(result), expected_vec, 6, 0.001)); -} \ No newline at end of file +} diff --git a/ngraph/test/op_eval/roi_pooling.cpp b/ngraph/test/op_eval/roi_pooling.cpp index c7057e866c7..97c9da79d26 100644 --- a/ngraph/test/op_eval/roi_pooling.cpp +++ b/ngraph/test/op_eval/roi_pooling.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/round.cpp b/ngraph/test/op_eval/round.cpp index e9807aa8047..0c85533892d 100644 --- a/ngraph/test/op_eval/round.cpp +++ b/ngraph/test/op_eval/round.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/softplus.cpp b/ngraph/test/op_eval/softplus.cpp index 5404e741056..11c609f80b9 100644 --- a/ngraph/test/op_eval/softplus.cpp +++ b/ngraph/test/op_eval/softplus.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/split.cpp b/ngraph/test/op_eval/split.cpp index 7f806303cc6..f5d00e47f66 100644 --- a/ngraph/test/op_eval/split.cpp +++ b/ngraph/test/op_eval/split.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/strided_slice.cpp b/ngraph/test/op_eval/strided_slice.cpp index f9229a1dbaa..ae1cff7b360 100644 --- a/ngraph/test/op_eval/strided_slice.cpp +++ b/ngraph/test/op_eval/strided_slice.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/swish.cpp b/ngraph/test/op_eval/swish.cpp index 26997dfc0fb..190598d7336 100644 --- a/ngraph/test/op_eval/swish.cpp +++ b/ngraph/test/op_eval/swish.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_eval/variadic_split.cpp b/ngraph/test/op_eval/variadic_split.cpp index ff8942dbd23..2f8573a9ea5 100644 --- a/ngraph/test/op_eval/variadic_split.cpp +++ b/ngraph/test/op_eval/variadic_split.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_is.cpp b/ngraph/test/op_is.cpp index ce65d59cc7e..38dd4ceb004 100644 --- a/ngraph/test/op_is.cpp +++ b/ngraph/test/op_is.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/op_version_tbl.hpp b/ngraph/test/op_version_tbl.hpp index c87a4cd0fcb..70adcb0d878 100644 --- a/ngraph/test/op_version_tbl.hpp +++ b/ngraph/test/op_version_tbl.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License", 0); // you may not use this file except in compliance with the License. diff --git a/ngraph/test/opset1.cpp b/ngraph/test/opset1.cpp index 6af26d38ee0..4f5aaf4a2bc 100644 --- a/ngraph/test/opset1.cpp +++ b/ngraph/test/opset1.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/partial_shape.cpp b/ngraph/test/partial_shape.cpp index 390f7a35201..3fcdb6f918a 100644 --- a/ngraph/test/partial_shape.cpp +++ b/ngraph/test/partial_shape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/pass_config.cpp b/ngraph/test/pass_config.cpp index f350c4a5658..a16ff396962 100644 --- a/ngraph/test/pass_config.cpp +++ b/ngraph/test/pass_config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2020 Intel Corporation +// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // @@ -378,4 +378,4 @@ TEST(PassConfig, EnableDisablePasses11) ASSERT_EQ(relu->get_friendly_name(), "renamed"); ASSERT_EQ(sigmoid->get_friendly_name(), "renamed"); -} \ No newline at end of file +} diff --git a/ngraph/test/pass_liveness.cpp b/ngraph/test/pass_liveness.cpp index 63ef1126582..80e5fb2f139 100644 --- a/ngraph/test/pass_liveness.cpp +++ b/ngraph/test/pass_liveness.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/pass_manager.cpp b/ngraph/test/pass_manager.cpp index f709a941a62..9f51b97c9fd 100644 --- a/ngraph/test/pass_manager.cpp +++ b/ngraph/test/pass_manager.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/pass_shape_relevance.cpp b/ngraph/test/pass_shape_relevance.cpp index c34ab4893fd..c86bb332647 100644 --- a/ngraph/test/pass_shape_relevance.cpp +++ b/ngraph/test/pass_shape_relevance.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/pattern.cpp b/ngraph/test/pattern.cpp index 2fa16fb6663..5d3772069a7 100644 --- a/ngraph/test/pattern.cpp +++ b/ngraph/test/pattern.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/provenance.cpp b/ngraph/test/provenance.cpp index 774b36d8949..85fca785056 100644 --- a/ngraph/test/provenance.cpp +++ b/ngraph/test/provenance.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/ref_generators/generate_lrn_across_axes.py b/ngraph/test/ref_generators/generate_lrn_across_axes.py index 0920481e10a..fc1e76cf64e 100644 --- a/ngraph/test/ref_generators/generate_lrn_across_axes.py +++ b/ngraph/test/ref_generators/generate_lrn_across_axes.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ import copy import numpy as np - + def LRN(input, size=3, bias=1.0, alpha=3.0, beta=0.5): output = copy.deepcopy(input) N = input.shape[0] @@ -45,4 +45,3 @@ input = np.arange(0, 12, 1).reshape(2, 3, 2, 1).astype(np.float32) result = LRN(input) for elem in np.nditer(result): print("{:.7f}f,".format(elem)) - diff --git a/ngraph/test/ref_generators/generate_normalize_l2_ref.py b/ngraph/test/ref_generators/generate_normalize_l2_ref.py index 71168518098..5f369284bea 100644 --- a/ngraph/test/ref_generators/generate_normalize_l2_ref.py +++ b/ngraph/test/ref_generators/generate_normalize_l2_ref.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/test/replace_node.cpp b/ngraph/test/replace_node.cpp index 0f4da0c889d..24a3fcf8817 100644 --- a/ngraph/test/replace_node.cpp +++ b/ngraph/test/replace_node.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/CMakeLists.txt b/ngraph/test/runtime/CMakeLists.txt index 2f35acc50b3..2943722accf 100644 --- a/ngraph/test/runtime/CMakeLists.txt +++ b/ngraph/test/runtime/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -69,7 +69,7 @@ target_compile_definitions(ngraph_backend SHARED_LIB_PREFIX="${CMAKE_SHARED_LIBRARY_PREFIX}" SHARED_LIB_SUFFIX="${IE_BUILD_POSTFIX}${CMAKE_SHARED_LIBRARY_SUFFIX}" ) -target_link_libraries(ngraph_backend PUBLIC ngraph +target_link_libraries(ngraph_backend PUBLIC ngraph ngraph::builder ngraph::reference) if (NOT WIN32) diff --git a/ngraph/test/runtime/backend.cpp b/ngraph/test/runtime/backend.cpp index 94b3466f463..4770211c3c5 100644 --- a/ngraph/test/runtime/backend.cpp +++ b/ngraph/test/runtime/backend.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/backend.hpp b/ngraph/test/runtime/backend.hpp index b8757817377..bc78a34dcb9 100644 --- a/ngraph/test/runtime/backend.hpp +++ b/ngraph/test/runtime/backend.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/backend_manager.cpp b/ngraph/test/runtime/backend_manager.cpp index e15e2df6f52..6c8e5b1bb86 100644 --- a/ngraph/test/runtime/backend_manager.cpp +++ b/ngraph/test/runtime/backend_manager.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/backend_manager.hpp b/ngraph/test/runtime/backend_manager.hpp index a958c28f9e3..a54b03b4833 100644 --- a/ngraph/test/runtime/backend_manager.hpp +++ b/ngraph/test/runtime/backend_manager.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/backend_visibility.hpp b/ngraph/test/runtime/backend_visibility.hpp index 4b4e34b3add..ec8e510f05b 100644 --- a/ngraph/test/runtime/backend_visibility.hpp +++ b/ngraph/test/runtime/backend_visibility.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/cache.cpp b/ngraph/test/runtime/cache.cpp index bb08f74ffab..a71f1f2f926 100644 --- a/ngraph/test/runtime/cache.cpp +++ b/ngraph/test/runtime/cache.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/cache.hpp b/ngraph/test/runtime/cache.hpp index 7252f6f1bab..dd27e7471e2 100644 --- a/ngraph/test/runtime/cache.hpp +++ b/ngraph/test/runtime/cache.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/dynamic/dynamic_backend.cpp b/ngraph/test/runtime/dynamic/dynamic_backend.cpp index b8335ab2edc..aec5dcb1a96 100644 --- a/ngraph/test/runtime/dynamic/dynamic_backend.cpp +++ b/ngraph/test/runtime/dynamic/dynamic_backend.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/dynamic/dynamic_backend.hpp b/ngraph/test/runtime/dynamic/dynamic_backend.hpp index 9b21a019b44..42b695cf5ad 100644 --- a/ngraph/test/runtime/dynamic/dynamic_backend.hpp +++ b/ngraph/test/runtime/dynamic/dynamic_backend.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/executable.cpp b/ngraph/test/runtime/executable.cpp index 191221cab50..400686d9ff4 100644 --- a/ngraph/test/runtime/executable.cpp +++ b/ngraph/test/runtime/executable.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/executable.hpp b/ngraph/test/runtime/executable.hpp index 52cd7c777b4..56e6d953cd4 100644 --- a/ngraph/test/runtime/executable.hpp +++ b/ngraph/test/runtime/executable.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/ie/CMakeLists.txt b/ngraph/test/runtime/ie/CMakeLists.txt index 5ea95120392..8d245c8ff69 100644 --- a/ngraph/test/runtime/ie/CMakeLists.txt +++ b/ngraph/test/runtime/ie/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/test/runtime/ie/ie_backend.cpp b/ngraph/test/runtime/ie/ie_backend.cpp index 20a0f58b993..47ead2ce1c3 100644 --- a/ngraph/test/runtime/ie/ie_backend.cpp +++ b/ngraph/test/runtime/ie/ie_backend.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/ie/ie_backend.hpp b/ngraph/test/runtime/ie/ie_backend.hpp index 6b12d692634..c08127599fd 100644 --- a/ngraph/test/runtime/ie/ie_backend.hpp +++ b/ngraph/test/runtime/ie/ie_backend.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/ie/ie_backend_visibility.hpp b/ngraph/test/runtime/ie/ie_backend_visibility.hpp index 107d4abfbc4..9bde601ee75 100644 --- a/ngraph/test/runtime/ie/ie_backend_visibility.hpp +++ b/ngraph/test/runtime/ie/ie_backend_visibility.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/ie/ie_executable.cpp b/ngraph/test/runtime/ie/ie_executable.cpp index e1f456c9ad2..f9b7245f33f 100644 --- a/ngraph/test/runtime/ie/ie_executable.cpp +++ b/ngraph/test/runtime/ie/ie_executable.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/ie/ie_executable.hpp b/ngraph/test/runtime/ie/ie_executable.hpp index cf4674a3495..e80043f8787 100644 --- a/ngraph/test/runtime/ie/ie_executable.hpp +++ b/ngraph/test/runtime/ie/ie_executable.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/ie/ie_tensor.cpp b/ngraph/test/runtime/ie/ie_tensor.cpp index 2c7474e0767..682fd6f900b 100644 --- a/ngraph/test/runtime/ie/ie_tensor.cpp +++ b/ngraph/test/runtime/ie/ie_tensor.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/ie/ie_tensor.hpp b/ngraph/test/runtime/ie/ie_tensor.hpp index 6436589360f..4b8b9b0f48f 100644 --- a/ngraph/test/runtime/ie/ie_tensor.hpp +++ b/ngraph/test/runtime/ie/ie_tensor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/interpreter/CMakeLists.txt b/ngraph/test/runtime/interpreter/CMakeLists.txt index 656fa13c7e8..da0730f8c98 100644 --- a/ngraph/test/runtime/interpreter/CMakeLists.txt +++ b/ngraph/test/runtime/interpreter/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/test/runtime/interpreter/evaluates_map.cpp b/ngraph/test/runtime/interpreter/evaluates_map.cpp index 23216b77552..2be2dd2083b 100644 --- a/ngraph/test/runtime/interpreter/evaluates_map.cpp +++ b/ngraph/test/runtime/interpreter/evaluates_map.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/interpreter/evaluates_map.hpp b/ngraph/test/runtime/interpreter/evaluates_map.hpp index 8d211b00f73..d120557b703 100644 --- a/ngraph/test/runtime/interpreter/evaluates_map.hpp +++ b/ngraph/test/runtime/interpreter/evaluates_map.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/interpreter/int_backend.cpp b/ngraph/test/runtime/interpreter/int_backend.cpp index 7c46d0769b5..4e05950383e 100644 --- a/ngraph/test/runtime/interpreter/int_backend.cpp +++ b/ngraph/test/runtime/interpreter/int_backend.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/interpreter/int_backend.hpp b/ngraph/test/runtime/interpreter/int_backend.hpp index 36270345a24..05fe8b8d7a4 100644 --- a/ngraph/test/runtime/interpreter/int_backend.hpp +++ b/ngraph/test/runtime/interpreter/int_backend.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/interpreter/int_backend_visibility.hpp b/ngraph/test/runtime/interpreter/int_backend_visibility.hpp index 27aed2a6f98..c97a92b8198 100644 --- a/ngraph/test/runtime/interpreter/int_backend_visibility.hpp +++ b/ngraph/test/runtime/interpreter/int_backend_visibility.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/interpreter/int_executable.cpp b/ngraph/test/runtime/interpreter/int_executable.cpp index 439fc249be6..b6718a05941 100644 --- a/ngraph/test/runtime/interpreter/int_executable.cpp +++ b/ngraph/test/runtime/interpreter/int_executable.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -393,4 +393,4 @@ bool runtime::interpreter::INTExecutable::evaluate_node(const std::shared_ptrget_type_info().name); } return res; -} \ No newline at end of file +} diff --git a/ngraph/test/runtime/interpreter/int_executable.hpp b/ngraph/test/runtime/interpreter/int_executable.hpp index 24ddafaf894..c16139b1c56 100644 --- a/ngraph/test/runtime/interpreter/int_executable.hpp +++ b/ngraph/test/runtime/interpreter/int_executable.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/interpreter/opset_int_tbl.hpp b/ngraph/test/runtime/interpreter/opset_int_tbl.hpp index facf437d022..b47b9e849e7 100644 --- a/ngraph/test/runtime/interpreter/opset_int_tbl.hpp +++ b/ngraph/test/runtime/interpreter/opset_int_tbl.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/op/atan2.cpp b/ngraph/test/runtime/op/atan2.cpp index 63c3a2ebd09..00e99c3a124 100644 --- a/ngraph/test/runtime/op/atan2.cpp +++ b/ngraph/test/runtime/op/atan2.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/op/atan2.hpp b/ngraph/test/runtime/op/atan2.hpp index 9f66598324d..96cb321e3f6 100644 --- a/ngraph/test/runtime/op/atan2.hpp +++ b/ngraph/test/runtime/op/atan2.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/op/avg_pool.cpp b/ngraph/test/runtime/op/avg_pool.cpp index cf51b30d061..cb78058aace 100644 --- a/ngraph/test/runtime/op/avg_pool.cpp +++ b/ngraph/test/runtime/op/avg_pool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/op/avg_pool.hpp b/ngraph/test/runtime/op/avg_pool.hpp index a16d2235ed7..1a769945f84 100644 --- a/ngraph/test/runtime/op/avg_pool.hpp +++ b/ngraph/test/runtime/op/avg_pool.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/op/convolution.cpp b/ngraph/test/runtime/op/convolution.cpp index 1cf92b46f8e..f65affc109e 100644 --- a/ngraph/test/runtime/op/convolution.cpp +++ b/ngraph/test/runtime/op/convolution.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/op/convolution.hpp b/ngraph/test/runtime/op/convolution.hpp index 07e796a7e21..64fa9925244 100644 --- a/ngraph/test/runtime/op/convolution.hpp +++ b/ngraph/test/runtime/op/convolution.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/op/group_conv.cpp b/ngraph/test/runtime/op/group_conv.cpp index 8fd98609bc0..7a4e2a5eaee 100644 --- a/ngraph/test/runtime/op/group_conv.cpp +++ b/ngraph/test/runtime/op/group_conv.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/op/group_conv.hpp b/ngraph/test/runtime/op/group_conv.hpp index bc6cb336a12..ebc7e0156e5 100644 --- a/ngraph/test/runtime/op/group_conv.hpp +++ b/ngraph/test/runtime/op/group_conv.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/opset0_tbl.hpp b/ngraph/test/runtime/opset0_tbl.hpp index e5f7e81055f..b2ba8ece958 100644 --- a/ngraph/test/runtime/opset0_tbl.hpp +++ b/ngraph/test/runtime/opset0_tbl.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/dyn_elimination.cpp b/ngraph/test/runtime/pass/dyn_elimination.cpp index 791f3d24f94..9a28218d7af 100644 --- a/ngraph/test/runtime/pass/dyn_elimination.cpp +++ b/ngraph/test/runtime/pass/dyn_elimination.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/dyn_elimination.hpp b/ngraph/test/runtime/pass/dyn_elimination.hpp index eed8fbd27d3..dc3101dce4e 100644 --- a/ngraph/test/runtime/pass/dyn_elimination.hpp +++ b/ngraph/test/runtime/pass/dyn_elimination.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/fused_op_decomposition.cpp b/ngraph/test/runtime/pass/fused_op_decomposition.cpp index 75256d4fb4a..92000617a83 100644 --- a/ngraph/test/runtime/pass/fused_op_decomposition.cpp +++ b/ngraph/test/runtime/pass/fused_op_decomposition.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/fused_op_decomposition.hpp b/ngraph/test/runtime/pass/fused_op_decomposition.hpp index ed5177f3b1b..d594aac26e8 100644 --- a/ngraph/test/runtime/pass/fused_op_decomposition.hpp +++ b/ngraph/test/runtime/pass/fused_op_decomposition.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/implicit_broadcast_elimination.cpp b/ngraph/test/runtime/pass/implicit_broadcast_elimination.cpp index 925160f84ba..b9500d14d54 100644 --- a/ngraph/test/runtime/pass/implicit_broadcast_elimination.cpp +++ b/ngraph/test/runtime/pass/implicit_broadcast_elimination.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/implicit_broadcast_elimination.hpp b/ngraph/test/runtime/pass/implicit_broadcast_elimination.hpp index 766e68bc0c8..d1b9fb3bfb8 100644 --- a/ngraph/test/runtime/pass/implicit_broadcast_elimination.hpp +++ b/ngraph/test/runtime/pass/implicit_broadcast_elimination.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/liveness.cpp b/ngraph/test/runtime/pass/liveness.cpp index 238046e5553..39213ee881d 100644 --- a/ngraph/test/runtime/pass/liveness.cpp +++ b/ngraph/test/runtime/pass/liveness.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/liveness.hpp b/ngraph/test/runtime/pass/liveness.hpp index 7355e712c6c..67e5f189b60 100644 --- a/ngraph/test/runtime/pass/liveness.hpp +++ b/ngraph/test/runtime/pass/liveness.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/opset0_downgrade.cpp b/ngraph/test/runtime/pass/opset0_downgrade.cpp index 3b9fb7b11a4..fcc9376f99c 100644 --- a/ngraph/test/runtime/pass/opset0_downgrade.cpp +++ b/ngraph/test/runtime/pass/opset0_downgrade.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/opset0_downgrade.hpp b/ngraph/test/runtime/pass/opset0_downgrade.hpp index 8b517e37ca4..9f949e7968b 100644 --- a/ngraph/test/runtime/pass/opset0_downgrade.hpp +++ b/ngraph/test/runtime/pass/opset0_downgrade.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/opset1_downgrade.cpp b/ngraph/test/runtime/pass/opset1_downgrade.cpp index b4fd099c8e2..900a5bcc774 100644 --- a/ngraph/test/runtime/pass/opset1_downgrade.cpp +++ b/ngraph/test/runtime/pass/opset1_downgrade.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/opset1_downgrade.hpp b/ngraph/test/runtime/pass/opset1_downgrade.hpp index 551974be204..5c718c17fee 100644 --- a/ngraph/test/runtime/pass/opset1_downgrade.hpp +++ b/ngraph/test/runtime/pass/opset1_downgrade.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/opset1_upgrade.cpp b/ngraph/test/runtime/pass/opset1_upgrade.cpp index bf2d8f4b0ac..f0fd7b66298 100644 --- a/ngraph/test/runtime/pass/opset1_upgrade.cpp +++ b/ngraph/test/runtime/pass/opset1_upgrade.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/opset1_upgrade.hpp b/ngraph/test/runtime/pass/opset1_upgrade.hpp index a4ae0878e52..16555eaa9fe 100644 --- a/ngraph/test/runtime/pass/opset1_upgrade.hpp +++ b/ngraph/test/runtime/pass/opset1_upgrade.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/shape_relevance.cpp b/ngraph/test/runtime/pass/shape_relevance.cpp index e9d6786af63..16ba4f9a5f3 100644 --- a/ngraph/test/runtime/pass/shape_relevance.cpp +++ b/ngraph/test/runtime/pass/shape_relevance.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/pass/shape_relevance.hpp b/ngraph/test/runtime/pass/shape_relevance.hpp index e9ff9016d25..cea73f4685e 100644 --- a/ngraph/test/runtime/pass/shape_relevance.hpp +++ b/ngraph/test/runtime/pass/shape_relevance.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/runtime/performance_counter.hpp b/ngraph/test/runtime/performance_counter.hpp index ea3b64ac8d9..2363e545808 100644 --- a/ngraph/test/runtime/performance_counter.hpp +++ b/ngraph/test/runtime/performance_counter.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/shape.cpp b/ngraph/test/shape.cpp index 8b668a8211a..5157e52189a 100644 --- a/ngraph/test/shape.cpp +++ b/ngraph/test/shape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/specialize_function.cpp b/ngraph/test/specialize_function.cpp index aa24f959933..e4156cb9266 100644 --- a/ngraph/test/specialize_function.cpp +++ b/ngraph/test/specialize_function.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/tensor.cpp b/ngraph/test/tensor.cpp index 5d047c41d7a..216831dc0de 100644 --- a/ngraph/test/tensor.cpp +++ b/ngraph/test/tensor.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/abs.cpp b/ngraph/test/type_prop/abs.cpp index f49ff0e270f..84787c5847c 100644 --- a/ngraph/test/type_prop/abs.cpp +++ b/ngraph/test/type_prop/abs.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/assign.cpp b/ngraph/test/type_prop/assign.cpp index 3bffbd8a931..dbb14078107 100644 --- a/ngraph/test/type_prop/assign.cpp +++ b/ngraph/test/type_prop/assign.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/avg_pool.cpp b/ngraph/test/type_prop/avg_pool.cpp index a08c58a2139..25c73342307 100644 --- a/ngraph/test/type_prop/avg_pool.cpp +++ b/ngraph/test/type_prop/avg_pool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/batch_norm.cpp b/ngraph/test/type_prop/batch_norm.cpp index 0ab600a8a51..73f33cb5242 100644 --- a/ngraph/test/type_prop/batch_norm.cpp +++ b/ngraph/test/type_prop/batch_norm.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/batch_to_space.cpp b/ngraph/test/type_prop/batch_to_space.cpp index dfc9a1eef2a..ec950fb4858 100644 --- a/ngraph/test/type_prop/batch_to_space.cpp +++ b/ngraph/test/type_prop/batch_to_space.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/binary_convolution.cpp b/ngraph/test/type_prop/binary_convolution.cpp index 2c62adff237..80231e74040 100644 --- a/ngraph/test/type_prop/binary_convolution.cpp +++ b/ngraph/test/type_prop/binary_convolution.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/binary_elementwise.cpp b/ngraph/test/type_prop/binary_elementwise.cpp index 0ede703db9a..b036fb73e48 100644 --- a/ngraph/test/type_prop/binary_elementwise.cpp +++ b/ngraph/test/type_prop/binary_elementwise.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/broadcast.cpp b/ngraph/test/type_prop/broadcast.cpp index dc4d89f13a6..75c949127a1 100644 --- a/ngraph/test/type_prop/broadcast.cpp +++ b/ngraph/test/type_prop/broadcast.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/bucketize.cpp b/ngraph/test/type_prop/bucketize.cpp index 44fbc8cbf1e..170ead943ae 100644 --- a/ngraph/test/type_prop/bucketize.cpp +++ b/ngraph/test/type_prop/bucketize.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/clamp.cpp b/ngraph/test/type_prop/clamp.cpp index 63652be8742..1f06018068f 100644 --- a/ngraph/test/type_prop/clamp.cpp +++ b/ngraph/test/type_prop/clamp.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/concat.cpp b/ngraph/test/type_prop/concat.cpp index 450a7feb933..b8d82ff453c 100644 --- a/ngraph/test/type_prop/concat.cpp +++ b/ngraph/test/type_prop/concat.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/constant.cpp b/ngraph/test/type_prop/constant.cpp index 1de8b9e8f99..58282de1153 100644 --- a/ngraph/test/type_prop/constant.cpp +++ b/ngraph/test/type_prop/constant.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/convert.cpp b/ngraph/test/type_prop/convert.cpp index c16b0dcab0c..bc8a4bf7a44 100644 --- a/ngraph/test/type_prop/convert.cpp +++ b/ngraph/test/type_prop/convert.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/convolution.cpp b/ngraph/test/type_prop/convolution.cpp index b298f0aa4bc..6ce09a8f586 100644 --- a/ngraph/test/type_prop/convolution.cpp +++ b/ngraph/test/type_prop/convolution.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/ctc_greedy_decoder.cpp b/ngraph/test/type_prop/ctc_greedy_decoder.cpp index b02593244de..16ebf736d70 100644 --- a/ngraph/test/type_prop/ctc_greedy_decoder.cpp +++ b/ngraph/test/type_prop/ctc_greedy_decoder.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/ctc_loss.cpp b/ngraph/test/type_prop/ctc_loss.cpp index 2b2cc6f1847..6afeba7a23b 100644 --- a/ngraph/test/type_prop/ctc_loss.cpp +++ b/ngraph/test/type_prop/ctc_loss.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/deformable_convolution.cpp b/ngraph/test/type_prop/deformable_convolution.cpp index 508ce147176..e2366e36546 100644 --- a/ngraph/test/type_prop/deformable_convolution.cpp +++ b/ngraph/test/type_prop/deformable_convolution.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/deformable_psroi_pooling.cpp b/ngraph/test/type_prop/deformable_psroi_pooling.cpp index d4b204763df..76b2fe01bcd 100644 --- a/ngraph/test/type_prop/deformable_psroi_pooling.cpp +++ b/ngraph/test/type_prop/deformable_psroi_pooling.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/depth_to_space.cpp b/ngraph/test/type_prop/depth_to_space.cpp index 4375b9ab818..16431eb01df 100644 --- a/ngraph/test/type_prop/depth_to_space.cpp +++ b/ngraph/test/type_prop/depth_to_space.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/detection_output.cpp b/ngraph/test/type_prop/detection_output.cpp index 44dd87cbf91..18fb9ab2578 100644 --- a/ngraph/test/type_prop/detection_output.cpp +++ b/ngraph/test/type_prop/detection_output.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/dyn_reshape.cpp b/ngraph/test/type_prop/dyn_reshape.cpp index 760ccf9917f..d6b62c45f2b 100644 --- a/ngraph/test/type_prop/dyn_reshape.cpp +++ b/ngraph/test/type_prop/dyn_reshape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/elu.cpp b/ngraph/test/type_prop/elu.cpp index 3d2bf279594..3318fabce04 100644 --- a/ngraph/test/type_prop/elu.cpp +++ b/ngraph/test/type_prop/elu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/embedding_segments_sum.cpp b/ngraph/test/type_prop/embedding_segments_sum.cpp index 58f28d3a0d0..e27e917021f 100644 --- a/ngraph/test/type_prop/embedding_segments_sum.cpp +++ b/ngraph/test/type_prop/embedding_segments_sum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -471,4 +471,4 @@ TEST(type_prop, ess_num_segment_const) EXPECT_EQ(ess->get_output_element_type(0), element::f32); EXPECT_EQ(indices->get_partial_shape().rank().get_length(), 1); EXPECT_EQ(segment_ids->get_partial_shape().rank().get_length(), 1); -} \ No newline at end of file +} diff --git a/ngraph/test/type_prop/embeddingbag_offsetssum.cpp b/ngraph/test/type_prop/embeddingbag_offsetssum.cpp index 5b74d18d4c7..53aa1e92e8e 100644 --- a/ngraph/test/type_prop/embeddingbag_offsetssum.cpp +++ b/ngraph/test/type_prop/embeddingbag_offsetssum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/embeddingbag_packedsum.cpp b/ngraph/test/type_prop/embeddingbag_packedsum.cpp index 2ff631b51b3..e9bf633d43f 100644 --- a/ngraph/test/type_prop/embeddingbag_packedsum.cpp +++ b/ngraph/test/type_prop/embeddingbag_packedsum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -217,4 +217,4 @@ TEST(type_prop, ebps_fail_indices_element_type_2_args_api) { FAIL() << "INDICES type check failed for unexpected reason"; } -} \ No newline at end of file +} diff --git a/ngraph/test/type_prop/extractimagepatches.cpp b/ngraph/test/type_prop/extractimagepatches.cpp index de01b066f83..40898b4fca7 100644 --- a/ngraph/test/type_prop/extractimagepatches.cpp +++ b/ngraph/test/type_prop/extractimagepatches.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/fake_quantize.cpp b/ngraph/test/type_prop/fake_quantize.cpp index 9af0464d2df..8014ab686ba 100644 --- a/ngraph/test/type_prop/fake_quantize.cpp +++ b/ngraph/test/type_prop/fake_quantize.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/gather.cpp b/ngraph/test/type_prop/gather.cpp index 7d74cdf196e..6a640cb371f 100644 --- a/ngraph/test/type_prop/gather.cpp +++ b/ngraph/test/type_prop/gather.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/gather_elements.cpp b/ngraph/test/type_prop/gather_elements.cpp index ddbbeb66f07..06a80fdf466 100644 --- a/ngraph/test/type_prop/gather_elements.cpp +++ b/ngraph/test/type_prop/gather_elements.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/gather_nd.cpp b/ngraph/test/type_prop/gather_nd.cpp index ea4c6d23070..e058af885b4 100644 --- a/ngraph/test/type_prop/gather_nd.cpp +++ b/ngraph/test/type_prop/gather_nd.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/gather_tree.cpp b/ngraph/test/type_prop/gather_tree.cpp index 7cca7206a94..9aa6728bff9 100644 --- a/ngraph/test/type_prop/gather_tree.cpp +++ b/ngraph/test/type_prop/gather_tree.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/grn.cpp b/ngraph/test/type_prop/grn.cpp index ba91245c451..72b06026565 100644 --- a/ngraph/test/type_prop/grn.cpp +++ b/ngraph/test/type_prop/grn.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/group_convolution.cpp b/ngraph/test/type_prop/group_convolution.cpp index 054c1864a2d..0aa05571e33 100644 --- a/ngraph/test/type_prop/group_convolution.cpp +++ b/ngraph/test/type_prop/group_convolution.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/group_convolution_backprop_data.cpp b/ngraph/test/type_prop/group_convolution_backprop_data.cpp index dc5422bc155..0a0f169f73e 100644 --- a/ngraph/test/type_prop/group_convolution_backprop_data.cpp +++ b/ngraph/test/type_prop/group_convolution_backprop_data.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/gru_cell.cpp b/ngraph/test/type_prop/gru_cell.cpp index a7b3558b908..58dcaedd7d0 100644 --- a/ngraph/test/type_prop/gru_cell.cpp +++ b/ngraph/test/type_prop/gru_cell.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/gru_sequence.cpp b/ngraph/test/type_prop/gru_sequence.cpp index 47cc47fa89a..27eb88a3fb1 100644 --- a/ngraph/test/type_prop/gru_sequence.cpp +++ b/ngraph/test/type_prop/gru_sequence.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/hard_sigmoid.cpp b/ngraph/test/type_prop/hard_sigmoid.cpp index b213e1f0bfe..c927871804a 100644 --- a/ngraph/test/type_prop/hard_sigmoid.cpp +++ b/ngraph/test/type_prop/hard_sigmoid.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/hsigmoid.cpp b/ngraph/test/type_prop/hsigmoid.cpp index 9ef8e4833a7..e5164756843 100644 --- a/ngraph/test/type_prop/hsigmoid.cpp +++ b/ngraph/test/type_prop/hsigmoid.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/hswish.cpp b/ngraph/test/type_prop/hswish.cpp index 9df6d19b86a..8296ec3b001 100644 --- a/ngraph/test/type_prop/hswish.cpp +++ b/ngraph/test/type_prop/hswish.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/interpolate.cpp b/ngraph/test/type_prop/interpolate.cpp index 22c795bc563..c864185099f 100644 --- a/ngraph/test/type_prop/interpolate.cpp +++ b/ngraph/test/type_prop/interpolate.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/log_softmax.cpp b/ngraph/test/type_prop/log_softmax.cpp index 5fe7caad4ca..684180f9a8f 100644 --- a/ngraph/test/type_prop/log_softmax.cpp +++ b/ngraph/test/type_prop/log_softmax.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/loop.cpp b/ngraph/test/type_prop/loop.cpp index 4259cf7cc56..ae586ebf432 100644 --- a/ngraph/test/type_prop/loop.cpp +++ b/ngraph/test/type_prop/loop.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/lrn.cpp b/ngraph/test/type_prop/lrn.cpp index d4f5b8f162a..de117490c7f 100644 --- a/ngraph/test/type_prop/lrn.cpp +++ b/ngraph/test/type_prop/lrn.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/lstm_cell.cpp b/ngraph/test/type_prop/lstm_cell.cpp index e8275d8973f..df91e485594 100644 --- a/ngraph/test/type_prop/lstm_cell.cpp +++ b/ngraph/test/type_prop/lstm_cell.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/lstm_sequence.cpp b/ngraph/test/type_prop/lstm_sequence.cpp index 756e7d9c90b..d58a84d745b 100644 --- a/ngraph/test/type_prop/lstm_sequence.cpp +++ b/ngraph/test/type_prop/lstm_sequence.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/matmul.cpp b/ngraph/test/type_prop/matmul.cpp index eb452d77949..9b9afc704bf 100644 --- a/ngraph/test/type_prop/matmul.cpp +++ b/ngraph/test/type_prop/matmul.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/max_pool.cpp b/ngraph/test/type_prop/max_pool.cpp index f4d8b241559..c4b0b73dc24 100644 --- a/ngraph/test/type_prop/max_pool.cpp +++ b/ngraph/test/type_prop/max_pool.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/mish.cpp b/ngraph/test/type_prop/mish.cpp index 68ec076374f..75854632fda 100644 --- a/ngraph/test/type_prop/mish.cpp +++ b/ngraph/test/type_prop/mish.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/mvn.cpp b/ngraph/test/type_prop/mvn.cpp index 3cf48e3daa2..ca50467b481 100644 --- a/ngraph/test/type_prop/mvn.cpp +++ b/ngraph/test/type_prop/mvn.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/non_max_suppression.cpp b/ngraph/test/type_prop/non_max_suppression.cpp index 8202486b25d..684c9c5462e 100644 --- a/ngraph/test/type_prop/non_max_suppression.cpp +++ b/ngraph/test/type_prop/non_max_suppression.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/non_zero.cpp b/ngraph/test/type_prop/non_zero.cpp index 03ad7397c82..3aea6789b17 100644 --- a/ngraph/test/type_prop/non_zero.cpp +++ b/ngraph/test/type_prop/non_zero.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/normalize.cpp b/ngraph/test/type_prop/normalize.cpp index 03f342e5ba8..d1bbf08235c 100644 --- a/ngraph/test/type_prop/normalize.cpp +++ b/ngraph/test/type_prop/normalize.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/one_hot.cpp b/ngraph/test/type_prop/one_hot.cpp index 07a5f3bac16..09886dd18a6 100644 --- a/ngraph/test/type_prop/one_hot.cpp +++ b/ngraph/test/type_prop/one_hot.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/pad.cpp b/ngraph/test/type_prop/pad.cpp index c7a43737a17..932e043ce33 100644 --- a/ngraph/test/type_prop/pad.cpp +++ b/ngraph/test/type_prop/pad.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/parameter.cpp b/ngraph/test/type_prop/parameter.cpp index 6208dbb7f36..4f09c5652fa 100644 --- a/ngraph/test/type_prop/parameter.cpp +++ b/ngraph/test/type_prop/parameter.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/prelu.cpp b/ngraph/test/type_prop/prelu.cpp index d4b95cbb4d6..92fb346b974 100644 --- a/ngraph/test/type_prop/prelu.cpp +++ b/ngraph/test/type_prop/prelu.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/proposal.cpp b/ngraph/test/type_prop/proposal.cpp index 9b92b790bf6..7055c5c1ec0 100644 --- a/ngraph/test/type_prop/proposal.cpp +++ b/ngraph/test/type_prop/proposal.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/psroi_pooling.cpp b/ngraph/test/type_prop/psroi_pooling.cpp index 1c6057af0a6..a5fad60561d 100644 --- a/ngraph/test/type_prop/psroi_pooling.cpp +++ b/ngraph/test/type_prop/psroi_pooling.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/quantize.cpp b/ngraph/test/type_prop/quantize.cpp index ee7cfbebd5d..3261d687638 100644 --- a/ngraph/test/type_prop/quantize.cpp +++ b/ngraph/test/type_prop/quantize.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/range.cpp b/ngraph/test/type_prop/range.cpp index 594e641e049..5dc0281d6c1 100644 --- a/ngraph/test/type_prop/range.cpp +++ b/ngraph/test/type_prop/range.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/read_value.cpp b/ngraph/test/type_prop/read_value.cpp index 793ad539285..8be425def9c 100644 --- a/ngraph/test/type_prop/read_value.cpp +++ b/ngraph/test/type_prop/read_value.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/reduce_l1.cpp b/ngraph/test/type_prop/reduce_l1.cpp index 1b165f5cd91..d837c12c065 100644 --- a/ngraph/test/type_prop/reduce_l1.cpp +++ b/ngraph/test/type_prop/reduce_l1.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/reduce_l2.cpp b/ngraph/test/type_prop/reduce_l2.cpp index e8f41281746..216cb9a2821 100644 --- a/ngraph/test/type_prop/reduce_l2.cpp +++ b/ngraph/test/type_prop/reduce_l2.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/reduce_prod.cpp b/ngraph/test/type_prop/reduce_prod.cpp index 1242a9fee1c..fb15c612888 100644 --- a/ngraph/test/type_prop/reduce_prod.cpp +++ b/ngraph/test/type_prop/reduce_prod.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/reduce_sum.cpp b/ngraph/test/type_prop/reduce_sum.cpp index 4b915a937d7..eb1f3c4db19 100644 --- a/ngraph/test/type_prop/reduce_sum.cpp +++ b/ngraph/test/type_prop/reduce_sum.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/reorg_yolo.cpp b/ngraph/test/type_prop/reorg_yolo.cpp index c132d1fc9ed..2e6e42d881c 100644 --- a/ngraph/test/type_prop/reorg_yolo.cpp +++ b/ngraph/test/type_prop/reorg_yolo.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/reshape.cpp b/ngraph/test/type_prop/reshape.cpp index 4a3b8270526..4bb23c52644 100644 --- a/ngraph/test/type_prop/reshape.cpp +++ b/ngraph/test/type_prop/reshape.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/reverse.cpp b/ngraph/test/type_prop/reverse.cpp index 6a77fe367b8..d0006f0f734 100644 --- a/ngraph/test/type_prop/reverse.cpp +++ b/ngraph/test/type_prop/reverse.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/reverse_sequence.cpp b/ngraph/test/type_prop/reverse_sequence.cpp index ade152fd77e..987d1e433a8 100644 --- a/ngraph/test/type_prop/reverse_sequence.cpp +++ b/ngraph/test/type_prop/reverse_sequence.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/rnn_cell.cpp b/ngraph/test/type_prop/rnn_cell.cpp index 627457edbb9..ef166340a8c 100644 --- a/ngraph/test/type_prop/rnn_cell.cpp +++ b/ngraph/test/type_prop/rnn_cell.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/rnn_sequence.cpp b/ngraph/test/type_prop/rnn_sequence.cpp index 94b500dbb02..a000c1d96f7 100644 --- a/ngraph/test/type_prop/rnn_sequence.cpp +++ b/ngraph/test/type_prop/rnn_sequence.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/roi_align.cpp b/ngraph/test/type_prop/roi_align.cpp index 67b10360670..39f199fe629 100644 --- a/ngraph/test/type_prop/roi_align.cpp +++ b/ngraph/test/type_prop/roi_align.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/roi_pooling.cpp b/ngraph/test/type_prop/roi_pooling.cpp index 5ab2b7759fe..4b0cfec8322 100644 --- a/ngraph/test/type_prop/roi_pooling.cpp +++ b/ngraph/test/type_prop/roi_pooling.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/round.cpp b/ngraph/test/type_prop/round.cpp index dde3c7a7f01..c742c9c9990 100644 --- a/ngraph/test/type_prop/round.cpp +++ b/ngraph/test/type_prop/round.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/scatter_elements_update.cpp b/ngraph/test/type_prop/scatter_elements_update.cpp index d1149b8e377..e36c5f5e60a 100644 --- a/ngraph/test/type_prop/scatter_elements_update.cpp +++ b/ngraph/test/type_prop/scatter_elements_update.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/scatter_nd_update.cpp b/ngraph/test/type_prop/scatter_nd_update.cpp index 06010fcb378..b8649ff0b06 100644 --- a/ngraph/test/type_prop/scatter_nd_update.cpp +++ b/ngraph/test/type_prop/scatter_nd_update.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/scatter_update.cpp b/ngraph/test/type_prop/scatter_update.cpp index 4f113b22988..02b8c79be75 100644 --- a/ngraph/test/type_prop/scatter_update.cpp +++ b/ngraph/test/type_prop/scatter_update.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/select.cpp b/ngraph/test/type_prop/select.cpp index 8e1dd8eddc4..c405f736533 100644 --- a/ngraph/test/type_prop/select.cpp +++ b/ngraph/test/type_prop/select.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/shape_of.cpp b/ngraph/test/type_prop/shape_of.cpp index 812b9771a22..d8b45658aac 100644 --- a/ngraph/test/type_prop/shape_of.cpp +++ b/ngraph/test/type_prop/shape_of.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/shuffle_channels.cpp b/ngraph/test/type_prop/shuffle_channels.cpp index abef93c472b..159e16a89a9 100644 --- a/ngraph/test/type_prop/shuffle_channels.cpp +++ b/ngraph/test/type_prop/shuffle_channels.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/softmax.cpp b/ngraph/test/type_prop/softmax.cpp index e76761f0618..483198b1255 100644 --- a/ngraph/test/type_prop/softmax.cpp +++ b/ngraph/test/type_prop/softmax.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/softplus.cpp b/ngraph/test/type_prop/softplus.cpp index 7e40369209b..69f9db8904d 100644 --- a/ngraph/test/type_prop/softplus.cpp +++ b/ngraph/test/type_prop/softplus.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/space_to_batch.cpp b/ngraph/test/type_prop/space_to_batch.cpp index cd40078a014..71cf73a673b 100644 --- a/ngraph/test/type_prop/space_to_batch.cpp +++ b/ngraph/test/type_prop/space_to_batch.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/space_to_depth.cpp b/ngraph/test/type_prop/space_to_depth.cpp index 9c0ded0a64b..a83c546d9ca 100644 --- a/ngraph/test/type_prop/space_to_depth.cpp +++ b/ngraph/test/type_prop/space_to_depth.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/split.cpp b/ngraph/test/type_prop/split.cpp index 8abbe593dca..f8144c9d99c 100644 --- a/ngraph/test/type_prop/split.cpp +++ b/ngraph/test/type_prop/split.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/squared_difference.cpp b/ngraph/test/type_prop/squared_difference.cpp index bdedbeb5ea8..a573d6490f9 100644 --- a/ngraph/test/type_prop/squared_difference.cpp +++ b/ngraph/test/type_prop/squared_difference.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/squeeze.cpp b/ngraph/test/type_prop/squeeze.cpp index 78b813a57d9..bc806e0e1de 100644 --- a/ngraph/test/type_prop/squeeze.cpp +++ b/ngraph/test/type_prop/squeeze.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/strided_slice.cpp b/ngraph/test/type_prop/strided_slice.cpp index 77bfa280f38..6294239cfa9 100644 --- a/ngraph/test/type_prop/strided_slice.cpp +++ b/ngraph/test/type_prop/strided_slice.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/swish.cpp b/ngraph/test/type_prop/swish.cpp index 6611009e8d9..a9bc99b8621 100644 --- a/ngraph/test/type_prop/swish.cpp +++ b/ngraph/test/type_prop/swish.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/ti.cpp b/ngraph/test/type_prop/ti.cpp index 77df1f1e418..031d6fa7a32 100644 --- a/ngraph/test/type_prop/ti.cpp +++ b/ngraph/test/type_prop/ti.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/tile.cpp b/ngraph/test/type_prop/tile.cpp index e3c9a30b95a..4d3871d9776 100644 --- a/ngraph/test/type_prop/tile.cpp +++ b/ngraph/test/type_prop/tile.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/top_k.cpp b/ngraph/test/type_prop/top_k.cpp index 644b60bac13..0cbe9fde004 100644 --- a/ngraph/test/type_prop/top_k.cpp +++ b/ngraph/test/type_prop/top_k.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/transpose.cpp b/ngraph/test/type_prop/transpose.cpp index ae57978fe7f..ac5ffd6b1d8 100644 --- a/ngraph/test/type_prop/transpose.cpp +++ b/ngraph/test/type_prop/transpose.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/unary_elementwise.cpp b/ngraph/test/type_prop/unary_elementwise.cpp index 1cbddb4d3ad..81e82e45fe8 100644 --- a/ngraph/test/type_prop/unary_elementwise.cpp +++ b/ngraph/test/type_prop/unary_elementwise.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/unary_ops.cpp b/ngraph/test/type_prop/unary_ops.cpp index d5fa39fc67f..03043e47b49 100644 --- a/ngraph/test/type_prop/unary_ops.cpp +++ b/ngraph/test/type_prop/unary_ops.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ngraph/test/type_prop/unsqueeze.cpp b/ngraph/test/type_prop/unsqueeze.cpp index 484a60b0ea1..197491eef15 100644 --- a/ngraph/test/type_prop/unsqueeze.cpp +++ b/ngraph/test/type_prop/unsqueeze.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop/variadic_split.cpp b/ngraph/test/type_prop/variadic_split.cpp index 15da2bbcd18..d7df54e15de 100644 --- a/ngraph/test/type_prop/variadic_split.cpp +++ b/ngraph/test/type_prop/variadic_split.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/type_prop_layers.cpp b/ngraph/test/type_prop_layers.cpp index 483e57d72e0..6fbb64a551c 100644 --- a/ngraph/test/type_prop_layers.cpp +++ b/ngraph/test/type_prop_layers.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util.cpp b/ngraph/test/util.cpp index 0143613fe3b..ebea0f7dbf3 100644 --- a/ngraph/test/util.cpp +++ b/ngraph/test/util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/CMakeLists.txt b/ngraph/test/util/CMakeLists.txt index 0ad13e8412d..548326c6c85 100644 --- a/ngraph/test/util/CMakeLists.txt +++ b/ngraph/test/util/CMakeLists.txt @@ -1,5 +1,5 @@ # ****************************************************************************** -# Copyright 2017-2020 Intel Corporation +# Copyright 2017-2021 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/ngraph/test/util/all_close.hpp b/ngraph/test/util/all_close.hpp index 3e4fb32fd61..b7969ccb6f6 100644 --- a/ngraph/test/util/all_close.hpp +++ b/ngraph/test/util/all_close.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/all_close_f.cpp b/ngraph/test/util/all_close_f.cpp index ad019bb1703..f1bbcb40873 100644 --- a/ngraph/test/util/all_close_f.cpp +++ b/ngraph/test/util/all_close_f.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/all_close_f.hpp b/ngraph/test/util/all_close_f.hpp index 70d9d5e7bdc..3cc9075eaaa 100644 --- a/ngraph/test/util/all_close_f.hpp +++ b/ngraph/test/util/all_close_f.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/engine/engine_factory.hpp b/ngraph/test/util/engine/engine_factory.hpp index 0d7029340ba..1590fcf4059 100644 --- a/ngraph/test/util/engine/engine_factory.hpp +++ b/ngraph/test/util/engine/engine_factory.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/engine/engine_traits.hpp b/ngraph/test/util/engine/engine_traits.hpp index 59e6aa77d3d..f097bcf7ca5 100644 --- a/ngraph/test/util/engine/engine_traits.hpp +++ b/ngraph/test/util/engine/engine_traits.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/engine/ie_engines.cpp b/ngraph/test/util/engine/ie_engines.cpp index bfe48177d81..445e6c31fe8 100644 --- a/ngraph/test/util/engine/ie_engines.cpp +++ b/ngraph/test/util/engine/ie_engines.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/engine/ie_engines.hpp b/ngraph/test/util/engine/ie_engines.hpp index ef5412575d4..9cb3f83e610 100644 --- a/ngraph/test/util/engine/ie_engines.hpp +++ b/ngraph/test/util/engine/ie_engines.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/engine/interpreter_engine.cpp b/ngraph/test/util/engine/interpreter_engine.cpp index 4b7e9b80471..f0ea62d01ad 100644 --- a/ngraph/test/util/engine/interpreter_engine.cpp +++ b/ngraph/test/util/engine/interpreter_engine.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/engine/interpreter_engine.hpp b/ngraph/test/util/engine/interpreter_engine.hpp index 51162da831e..4158c449109 100644 --- a/ngraph/test/util/engine/interpreter_engine.hpp +++ b/ngraph/test/util/engine/interpreter_engine.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/engine/test_case_engine.hpp b/ngraph/test/util/engine/test_case_engine.hpp index 0c4e4f26f7d..51fb8f904c7 100644 --- a/ngraph/test/util/engine/test_case_engine.hpp +++ b/ngraph/test/util/engine/test_case_engine.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/engine/test_engines.hpp b/ngraph/test/util/engine/test_engines.hpp index 24f07dc8e31..225eacae2f8 100644 --- a/ngraph/test/util/engine/test_engines.hpp +++ b/ngraph/test/util/engine/test_engines.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/float_util.cpp b/ngraph/test/util/float_util.cpp index 4c6fa275b45..7881d0eccad 100644 --- a/ngraph/test/util/float_util.cpp +++ b/ngraph/test/util/float_util.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/float_util.hpp b/ngraph/test/util/float_util.hpp index cd4f523e717..0f35471f9f9 100644 --- a/ngraph/test/util/float_util.hpp +++ b/ngraph/test/util/float_util.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/known_element_types.hpp b/ngraph/test/util/known_element_types.hpp index e3ef39b6b64..1d73b2447fa 100644 --- a/ngraph/test/util/known_element_types.hpp +++ b/ngraph/test/util/known_element_types.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/matcher.hpp b/ngraph/test/util/matcher.hpp index fb28caee032..272b0d6a15e 100644 --- a/ngraph/test/util/matcher.hpp +++ b/ngraph/test/util/matcher.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/ndarray.hpp b/ngraph/test/util/ndarray.hpp index 44f491bedb8..113f5853564 100644 --- a/ngraph/test/util/ndarray.hpp +++ b/ngraph/test/util/ndarray.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/provenance_enabler.hpp b/ngraph/test/util/provenance_enabler.hpp index f69007e9a9e..4410583987b 100644 --- a/ngraph/test/util/provenance_enabler.hpp +++ b/ngraph/test/util/provenance_enabler.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/random.hpp b/ngraph/test/util/random.hpp index 1734682f241..ed7f9d0ebba 100644 --- a/ngraph/test/util/random.hpp +++ b/ngraph/test/util/random.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/test_case.hpp b/ngraph/test/util/test_case.hpp index e6bc5765d2b..48da4b14a43 100644 --- a/ngraph/test/util/test_case.hpp +++ b/ngraph/test/util/test_case.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/test_control.cpp b/ngraph/test/util/test_control.cpp index 62360eb418a..3876a169029 100644 --- a/ngraph/test/util/test_control.cpp +++ b/ngraph/test/util/test_control.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/test_control.hpp b/ngraph/test/util/test_control.hpp index 6423c09f1f9..5d966cc209b 100644 --- a/ngraph/test/util/test_control.hpp +++ b/ngraph/test/util/test_control.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/test_tools.cpp b/ngraph/test/util/test_tools.cpp index 37ddf5f6763..5f5eaa75a93 100644 --- a/ngraph/test/util/test_tools.cpp +++ b/ngraph/test/util/test_tools.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/test_tools.hpp b/ngraph/test/util/test_tools.hpp index 7f505b22156..cedb575df0e 100644 --- a/ngraph/test/util/test_tools.hpp +++ b/ngraph/test/util/test_tools.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/type_prop.hpp b/ngraph/test/util/type_prop.hpp index d2f1de175ad..26431aad896 100644 --- a/ngraph/test/util/type_prop.hpp +++ b/ngraph/test/util/type_prop.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 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/ngraph/test/util/visitor.hpp b/ngraph/test/util/visitor.hpp index 9a9367c0b1e..35b66122960 100644 --- a/ngraph/test/util/visitor.hpp +++ b/ngraph/test/util/visitor.hpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright 2017-2020 Intel Corporation +// Copyright 2017-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.