diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALArgMax.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALArgMax.h index 21e63296d8a..84147b20553 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALArgMax.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALArgMax.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALAveragePool2d.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALAveragePool2d.h index a274afb7e55..79ed587b891 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALAveragePool2d.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALAveragePool2d.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALBatchToSpaceND.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALBatchToSpaceND.h index f8a4a803604..9ba31960a00 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALBatchToSpaceND.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALBatchToSpaceND.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALConv2d.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALConv2d.h index bd47a88cb39..7ec64a76848 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALConv2d.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALConv2d.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALDepthToSpace.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALDepthToSpace.h index 8463e571edc..ce5be435298 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALDepthToSpace.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALDepthToSpace.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALDepthwiseConv2d.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALDepthwiseConv2d.h index 46878f4b4c2..5f5e4dd8ed1 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALDepthwiseConv2d.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALDepthwiseConv2d.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALDequantize.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALDequantize.h index efa6b167edd..a11abef4b6e 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALDequantize.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALDequantize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALElu.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALElu.h index 4089d0a0c1c..fc8c573f868 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALElu.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALElu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALFill.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALFill.h index 1448b0c7c5c..c9eb33b4d7f 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALFill.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALFill.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALFullyConnected.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALFullyConnected.h index 32e9057615f..87e29ce64c7 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALFullyConnected.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALFullyConnected.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALL2Normalize.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALL2Normalize.h index f84742a4473..16bc4ae8abc 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALL2Normalize.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALL2Normalize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALL2Pool2D.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALL2Pool2D.h index 38a302fc68f..aa3924e4c23 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALL2Pool2D.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALL2Pool2D.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALLeakyRelu.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALLeakyRelu.h index 9ccd2224f0a..97daddc20f9 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALLeakyRelu.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALLeakyRelu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALMul.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALMul.h index 347a97a831d..e98d8a25f81 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALMul.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALMul.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALNeg.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALNeg.h index be5903a0c4f..b4e430ef83c 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALNeg.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALNeg.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALQuantize.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALQuantize.h index effb85d5490..5d9ea5188d2 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALQuantize.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALQuantize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALResizeBilinear.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALResizeBilinear.h index cc9f0fd5448..91c28ef6be9 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALResizeBilinear.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALResizeBilinear.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALResizeNearestNeighbor.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALResizeNearestNeighbor.h index f4d5a6ed33d..688eea3fca5 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALResizeNearestNeighbor.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALResizeNearestNeighbor.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALSoftmax.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALSoftmax.h index 6bbda4867f6..1fb18624828 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALSoftmax.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALSoftmax.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToBatchND.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToBatchND.h index fdddaa9293d..7997c710c70 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToBatchND.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToBatchND.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToDepth.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToDepth.h index 816b7f663ac..7866cc2c6c8 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToDepth.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToDepth.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALSub.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALSub.h index ea57578c601..2269bc3a6ae 100644 --- a/onert-micro/luci-interpreter/pal/cmsisnn/PALSub.h +++ b/onert-micro/luci-interpreter/pal/cmsisnn/PALSub.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALArgMax.h b/onert-micro/luci-interpreter/pal/linux/PALArgMax.h index 21e63296d8a..84147b20553 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALArgMax.h +++ b/onert-micro/luci-interpreter/pal/linux/PALArgMax.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALAveragePool2d.h b/onert-micro/luci-interpreter/pal/linux/PALAveragePool2d.h index cce30601f7a..fe93b67f0bb 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALAveragePool2d.h +++ b/onert-micro/luci-interpreter/pal/linux/PALAveragePool2d.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALBatchMatMul.h b/onert-micro/luci-interpreter/pal/linux/PALBatchMatMul.h index 3894f2d9250..a6f65641d91 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALBatchMatMul.h +++ b/onert-micro/luci-interpreter/pal/linux/PALBatchMatMul.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALBatchToSpaceND.h b/onert-micro/luci-interpreter/pal/linux/PALBatchToSpaceND.h index 3fe2022edbb..52da2a8f3bb 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALBatchToSpaceND.h +++ b/onert-micro/luci-interpreter/pal/linux/PALBatchToSpaceND.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALConv2d.h b/onert-micro/luci-interpreter/pal/linux/PALConv2d.h index 985a15f3966..1c265867991 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALConv2d.h +++ b/onert-micro/luci-interpreter/pal/linux/PALConv2d.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALDepthToSpace.h b/onert-micro/luci-interpreter/pal/linux/PALDepthToSpace.h index f9ebfcfb5e9..6372e4eb644 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALDepthToSpace.h +++ b/onert-micro/luci-interpreter/pal/linux/PALDepthToSpace.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALDepthwiseConv2d.h b/onert-micro/luci-interpreter/pal/linux/PALDepthwiseConv2d.h index c9d1a2948a1..1cba9965240 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALDepthwiseConv2d.h +++ b/onert-micro/luci-interpreter/pal/linux/PALDepthwiseConv2d.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALDequantize.h b/onert-micro/luci-interpreter/pal/linux/PALDequantize.h index 3af6d077799..b505129f1c0 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALDequantize.h +++ b/onert-micro/luci-interpreter/pal/linux/PALDequantize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALElu.h b/onert-micro/luci-interpreter/pal/linux/PALElu.h index cb365ffd0c7..7746d9691a9 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALElu.h +++ b/onert-micro/luci-interpreter/pal/linux/PALElu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALFill.h b/onert-micro/luci-interpreter/pal/linux/PALFill.h index 4ef1af2fe2c..212350a8b64 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALFill.h +++ b/onert-micro/luci-interpreter/pal/linux/PALFill.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALFullyConnected.h b/onert-micro/luci-interpreter/pal/linux/PALFullyConnected.h index 62970dbf7b1..ed8d2a68f89 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALFullyConnected.h +++ b/onert-micro/luci-interpreter/pal/linux/PALFullyConnected.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALGather.h b/onert-micro/luci-interpreter/pal/linux/PALGather.h index 49ac35f938f..97d5431ce23 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALGather.h +++ b/onert-micro/luci-interpreter/pal/linux/PALGather.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALL2Normalize.h b/onert-micro/luci-interpreter/pal/linux/PALL2Normalize.h index 6c663e21f59..5d2c09f9e19 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALL2Normalize.h +++ b/onert-micro/luci-interpreter/pal/linux/PALL2Normalize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALL2Pool2D.h b/onert-micro/luci-interpreter/pal/linux/PALL2Pool2D.h index aac57f2b22c..121ced91e28 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALL2Pool2D.h +++ b/onert-micro/luci-interpreter/pal/linux/PALL2Pool2D.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALLeakyRelu.h b/onert-micro/luci-interpreter/pal/linux/PALLeakyRelu.h index e8209bae658..506efb24302 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALLeakyRelu.h +++ b/onert-micro/luci-interpreter/pal/linux/PALLeakyRelu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALLocalResponseNormalization.h b/onert-micro/luci-interpreter/pal/linux/PALLocalResponseNormalization.h index 54f7f0916ad..b99665006b0 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALLocalResponseNormalization.h +++ b/onert-micro/luci-interpreter/pal/linux/PALLocalResponseNormalization.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALLogSoftmax.h b/onert-micro/luci-interpreter/pal/linux/PALLogSoftmax.h index a32e3eec676..099b2d20a37 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALLogSoftmax.h +++ b/onert-micro/luci-interpreter/pal/linux/PALLogSoftmax.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALMul.h b/onert-micro/luci-interpreter/pal/linux/PALMul.h index a8a9d4abc80..d2a4d1f0fcb 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALMul.h +++ b/onert-micro/luci-interpreter/pal/linux/PALMul.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALNeg.h b/onert-micro/luci-interpreter/pal/linux/PALNeg.h index 797ffee1ba6..c88b04582ac 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALNeg.h +++ b/onert-micro/luci-interpreter/pal/linux/PALNeg.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALQuantize.h b/onert-micro/luci-interpreter/pal/linux/PALQuantize.h index bf1d7954e68..ebaf876bfe0 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALQuantize.h +++ b/onert-micro/luci-interpreter/pal/linux/PALQuantize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALRelu.h b/onert-micro/luci-interpreter/pal/linux/PALRelu.h index b4c715d3ecb..de17750e620 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALRelu.h +++ b/onert-micro/luci-interpreter/pal/linux/PALRelu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALRelu6.h b/onert-micro/luci-interpreter/pal/linux/PALRelu6.h index bf2f91aa5f9..e546a2c7e3f 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALRelu6.h +++ b/onert-micro/luci-interpreter/pal/linux/PALRelu6.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALResizeBilinear.h b/onert-micro/luci-interpreter/pal/linux/PALResizeBilinear.h index 7380081dc78..0ccfa04978a 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALResizeBilinear.h +++ b/onert-micro/luci-interpreter/pal/linux/PALResizeBilinear.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALResizeNearestNeighbor.h b/onert-micro/luci-interpreter/pal/linux/PALResizeNearestNeighbor.h index 74d19265b71..c5006119be3 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALResizeNearestNeighbor.h +++ b/onert-micro/luci-interpreter/pal/linux/PALResizeNearestNeighbor.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALSVDF.h b/onert-micro/luci-interpreter/pal/linux/PALSVDF.h index 101d045b8e6..438c63dde66 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALSVDF.h +++ b/onert-micro/luci-interpreter/pal/linux/PALSVDF.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALSlice.h b/onert-micro/luci-interpreter/pal/linux/PALSlice.h index 640a716846e..0984bf7f4aa 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALSlice.h +++ b/onert-micro/luci-interpreter/pal/linux/PALSlice.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALSoftmax.h b/onert-micro/luci-interpreter/pal/linux/PALSoftmax.h index b197e79d1a6..abd38a5734f 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALSoftmax.h +++ b/onert-micro/luci-interpreter/pal/linux/PALSoftmax.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALSpaceToBatchND.h b/onert-micro/luci-interpreter/pal/linux/PALSpaceToBatchND.h index 5e8de9ba3d4..72757991ea9 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALSpaceToBatchND.h +++ b/onert-micro/luci-interpreter/pal/linux/PALSpaceToBatchND.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALSpaceToDepth.h b/onert-micro/luci-interpreter/pal/linux/PALSpaceToDepth.h index 52d2a5bb156..3013fc1bd2f 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALSpaceToDepth.h +++ b/onert-micro/luci-interpreter/pal/linux/PALSpaceToDepth.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALSplit.h b/onert-micro/luci-interpreter/pal/linux/PALSplit.h index 4d8da72d848..dad048fbf61 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALSplit.h +++ b/onert-micro/luci-interpreter/pal/linux/PALSplit.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/linux/PALSub.h b/onert-micro/luci-interpreter/pal/linux/PALSub.h index 04080d619df..1babe1abdc7 100644 --- a/onert-micro/luci-interpreter/pal/linux/PALSub.h +++ b/onert-micro/luci-interpreter/pal/linux/PALSub.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALArgMax.h b/onert-micro/luci-interpreter/pal/mcu/PALArgMax.h index 21e63296d8a..84147b20553 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALArgMax.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALArgMax.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALAveragePool2d.h b/onert-micro/luci-interpreter/pal/mcu/PALAveragePool2d.h index cce30601f7a..fe93b67f0bb 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALAveragePool2d.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALAveragePool2d.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALBatchToSpaceND.h b/onert-micro/luci-interpreter/pal/mcu/PALBatchToSpaceND.h index acfd8b7a6d7..91f92776a13 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALBatchToSpaceND.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALBatchToSpaceND.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALConv2d.h b/onert-micro/luci-interpreter/pal/mcu/PALConv2d.h index 31fd7f2d28c..03f01b535b3 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALConv2d.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALConv2d.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALDepthToSpace.h b/onert-micro/luci-interpreter/pal/mcu/PALDepthToSpace.h index 8463e571edc..ce5be435298 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALDepthToSpace.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALDepthToSpace.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALDepthwiseConv2d.h b/onert-micro/luci-interpreter/pal/mcu/PALDepthwiseConv2d.h index c9d1a2948a1..1cba9965240 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALDepthwiseConv2d.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALDepthwiseConv2d.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALDequantize.h b/onert-micro/luci-interpreter/pal/mcu/PALDequantize.h index efa6b167edd..a11abef4b6e 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALDequantize.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALDequantize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALElu.h b/onert-micro/luci-interpreter/pal/mcu/PALElu.h index 4089d0a0c1c..fc8c573f868 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALElu.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALElu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALFill.h b/onert-micro/luci-interpreter/pal/mcu/PALFill.h index 1448b0c7c5c..c9eb33b4d7f 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALFill.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALFill.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALFullyConnected.h b/onert-micro/luci-interpreter/pal/mcu/PALFullyConnected.h index 048624d74ec..25d4dcf439f 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALFullyConnected.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALFullyConnected.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALL2Normalize.h b/onert-micro/luci-interpreter/pal/mcu/PALL2Normalize.h index f84742a4473..16bc4ae8abc 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALL2Normalize.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALL2Normalize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALL2Pool2D.h b/onert-micro/luci-interpreter/pal/mcu/PALL2Pool2D.h index 38a302fc68f..aa3924e4c23 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALL2Pool2D.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALL2Pool2D.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALLeakyRelu.h b/onert-micro/luci-interpreter/pal/mcu/PALLeakyRelu.h index 9ccd2224f0a..97daddc20f9 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALLeakyRelu.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALLeakyRelu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALMul.h b/onert-micro/luci-interpreter/pal/mcu/PALMul.h index 347a97a831d..e98d8a25f81 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALMul.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALMul.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALNeg.h b/onert-micro/luci-interpreter/pal/mcu/PALNeg.h index be5903a0c4f..b4e430ef83c 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALNeg.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALNeg.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALQuantize.h b/onert-micro/luci-interpreter/pal/mcu/PALQuantize.h index effb85d5490..5d9ea5188d2 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALQuantize.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALQuantize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALResizeBilinear.h b/onert-micro/luci-interpreter/pal/mcu/PALResizeBilinear.h index 4db7fa8e749..ce9fc802fe6 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALResizeBilinear.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALResizeBilinear.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALResizeNearestNeighbor.h b/onert-micro/luci-interpreter/pal/mcu/PALResizeNearestNeighbor.h index 06c597ded50..10a38c0770d 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALResizeNearestNeighbor.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALResizeNearestNeighbor.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALSoftmax.h b/onert-micro/luci-interpreter/pal/mcu/PALSoftmax.h index 1c4c64d4623..cecf38f36e9 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALSoftmax.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALSoftmax.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALSpaceToBatchND.h b/onert-micro/luci-interpreter/pal/mcu/PALSpaceToBatchND.h index 9f7c54e92c6..b2df23c952a 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALSpaceToBatchND.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALSpaceToBatchND.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALSpaceToDepth.h b/onert-micro/luci-interpreter/pal/mcu/PALSpaceToDepth.h index 816b7f663ac..7866cc2c6c8 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALSpaceToDepth.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALSpaceToDepth.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/pal/mcu/PALSub.h b/onert-micro/luci-interpreter/pal/mcu/PALSub.h index ea57578c601..2269bc3a6ae 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALSub.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALSub.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Add.h b/onert-micro/luci-interpreter/src/kernels/Add.h index 91d95b6af4f..f9217173ab9 100644 --- a/onert-micro/luci-interpreter/src/kernels/Add.h +++ b/onert-micro/luci-interpreter/src/kernels/Add.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/ArgMax.cpp b/onert-micro/luci-interpreter/src/kernels/ArgMax.cpp index f51476d7f4d..5ac4bcb1d0f 100644 --- a/onert-micro/luci-interpreter/src/kernels/ArgMax.cpp +++ b/onert-micro/luci-interpreter/src/kernels/ArgMax.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/ArgMax.h b/onert-micro/luci-interpreter/src/kernels/ArgMax.h index c851b589126..0ee812d0575 100644 --- a/onert-micro/luci-interpreter/src/kernels/ArgMax.h +++ b/onert-micro/luci-interpreter/src/kernels/ArgMax.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/ArgMax.test.cpp b/onert-micro/luci-interpreter/src/kernels/ArgMax.test.cpp index 474f4b32191..208987835c0 100644 --- a/onert-micro/luci-interpreter/src/kernels/ArgMax.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/ArgMax.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/AveragePool2D.cpp b/onert-micro/luci-interpreter/src/kernels/AveragePool2D.cpp index 498334c27c6..6dd81aba5b8 100644 --- a/onert-micro/luci-interpreter/src/kernels/AveragePool2D.cpp +++ b/onert-micro/luci-interpreter/src/kernels/AveragePool2D.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/AveragePool2D.h b/onert-micro/luci-interpreter/src/kernels/AveragePool2D.h index 2c8fe16e764..9e26c35f5d1 100644 --- a/onert-micro/luci-interpreter/src/kernels/AveragePool2D.h +++ b/onert-micro/luci-interpreter/src/kernels/AveragePool2D.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/AveragePool2D.test.cpp b/onert-micro/luci-interpreter/src/kernels/AveragePool2D.test.cpp index 478bfa68ecb..1bd058e7472 100644 --- a/onert-micro/luci-interpreter/src/kernels/AveragePool2D.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/AveragePool2D.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/BatchMatMul.h b/onert-micro/luci-interpreter/src/kernels/BatchMatMul.h index 744f49795fb..84e93edf76f 100644 --- a/onert-micro/luci-interpreter/src/kernels/BatchMatMul.h +++ b/onert-micro/luci-interpreter/src/kernels/BatchMatMul.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/BatchMatMul.test.cpp b/onert-micro/luci-interpreter/src/kernels/BatchMatMul.test.cpp index edfa3a685a8..90db77b76ae 100644 --- a/onert-micro/luci-interpreter/src/kernels/BatchMatMul.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/BatchMatMul.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.h b/onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.h index 57703ea5d87..803cf29f121 100644 --- a/onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.h +++ b/onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.test.cpp b/onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.test.cpp index 52647a763d3..fc936d11869 100644 --- a/onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Builders.h b/onert-micro/luci-interpreter/src/kernels/Builders.h index b209b2e2c51..13646a3384e 100644 --- a/onert-micro/luci-interpreter/src/kernels/Builders.h +++ b/onert-micro/luci-interpreter/src/kernels/Builders.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2023 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/CMakeLists.txt b/onert-micro/luci-interpreter/src/kernels/CMakeLists.txt index 8e5c02c9f2c..f59aa907159 100644 --- a/onert-micro/luci-interpreter/src/kernels/CMakeLists.txt +++ b/onert-micro/luci-interpreter/src/kernels/CMakeLists.txt @@ -1,5 +1,6 @@ set(SOURCES BinaryOpCommon.h + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. Utils.h Utils.cpp Builders.h diff --git a/onert-micro/luci-interpreter/src/kernels/Cast.h b/onert-micro/luci-interpreter/src/kernels/Cast.h index f0bd020378a..9249cccedaf 100644 --- a/onert-micro/luci-interpreter/src/kernels/Cast.h +++ b/onert-micro/luci-interpreter/src/kernels/Cast.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Cast.test.cpp b/onert-micro/luci-interpreter/src/kernels/Cast.test.cpp index 4713ad34c95..6a463d29eba 100644 --- a/onert-micro/luci-interpreter/src/kernels/Cast.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Cast.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Concatenation.test.cpp b/onert-micro/luci-interpreter/src/kernels/Concatenation.test.cpp index 441ecfebe89..25234c5cf09 100644 --- a/onert-micro/luci-interpreter/src/kernels/Concatenation.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Concatenation.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Conv2D.test.cpp b/onert-micro/luci-interpreter/src/kernels/Conv2D.test.cpp index b23f9d49526..6c6d8607759 100644 --- a/onert-micro/luci-interpreter/src/kernels/Conv2D.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Conv2D.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/DepthToSpace.cpp b/onert-micro/luci-interpreter/src/kernels/DepthToSpace.cpp index 937958ba84a..28f04d19d13 100644 --- a/onert-micro/luci-interpreter/src/kernels/DepthToSpace.cpp +++ b/onert-micro/luci-interpreter/src/kernels/DepthToSpace.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/DepthToSpace.h b/onert-micro/luci-interpreter/src/kernels/DepthToSpace.h index 63ce3761077..42cf1902233 100644 --- a/onert-micro/luci-interpreter/src/kernels/DepthToSpace.h +++ b/onert-micro/luci-interpreter/src/kernels/DepthToSpace.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/DepthToSpace.test.cpp b/onert-micro/luci-interpreter/src/kernels/DepthToSpace.test.cpp index 88e6e07f1d9..f367c1b3e33 100644 --- a/onert-micro/luci-interpreter/src/kernels/DepthToSpace.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/DepthToSpace.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.h b/onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.h index 3d1faf6c1cc..daa15059690 100644 --- a/onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.h +++ b/onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.test.cpp b/onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.test.cpp index 6b4673f3e20..a6e31825c94 100644 --- a/onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Dequantize.cpp b/onert-micro/luci-interpreter/src/kernels/Dequantize.cpp index a0973423d46..5d4b17d9840 100644 --- a/onert-micro/luci-interpreter/src/kernels/Dequantize.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Dequantize.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Dequantize.h b/onert-micro/luci-interpreter/src/kernels/Dequantize.h index 5565df0e456..5d671f348c3 100644 --- a/onert-micro/luci-interpreter/src/kernels/Dequantize.h +++ b/onert-micro/luci-interpreter/src/kernels/Dequantize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Div.cpp b/onert-micro/luci-interpreter/src/kernels/Div.cpp index efa90f8d374..d1cd7f70d31 100644 --- a/onert-micro/luci-interpreter/src/kernels/Div.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Div.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Div.h b/onert-micro/luci-interpreter/src/kernels/Div.h index c1bf3e10bd5..ac88661475b 100644 --- a/onert-micro/luci-interpreter/src/kernels/Div.h +++ b/onert-micro/luci-interpreter/src/kernels/Div.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Elu.cpp b/onert-micro/luci-interpreter/src/kernels/Elu.cpp index 0f0df02cc54..160a1a58e55 100644 --- a/onert-micro/luci-interpreter/src/kernels/Elu.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Elu.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Elu.h b/onert-micro/luci-interpreter/src/kernels/Elu.h index c844ab57fb5..67a922b0781 100644 --- a/onert-micro/luci-interpreter/src/kernels/Elu.h +++ b/onert-micro/luci-interpreter/src/kernels/Elu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Elu.test.cpp b/onert-micro/luci-interpreter/src/kernels/Elu.test.cpp index 814499cdb4d..b87d687c4ea 100644 --- a/onert-micro/luci-interpreter/src/kernels/Elu.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Elu.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Equal.cpp b/onert-micro/luci-interpreter/src/kernels/Equal.cpp index b7cf8e56055..003d6435438 100644 --- a/onert-micro/luci-interpreter/src/kernels/Equal.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Equal.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Equal.h b/onert-micro/luci-interpreter/src/kernels/Equal.h index c9be32cc096..7c5f3800494 100644 --- a/onert-micro/luci-interpreter/src/kernels/Equal.h +++ b/onert-micro/luci-interpreter/src/kernels/Equal.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Exp.h b/onert-micro/luci-interpreter/src/kernels/Exp.h index 42917737561..51ba2cad11b 100644 --- a/onert-micro/luci-interpreter/src/kernels/Exp.h +++ b/onert-micro/luci-interpreter/src/kernels/Exp.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/ExpandDims.cpp b/onert-micro/luci-interpreter/src/kernels/ExpandDims.cpp index 6c7e20b3a0e..867af01bb8b 100644 --- a/onert-micro/luci-interpreter/src/kernels/ExpandDims.cpp +++ b/onert-micro/luci-interpreter/src/kernels/ExpandDims.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Fill.cpp b/onert-micro/luci-interpreter/src/kernels/Fill.cpp index addab74a60c..6707c7061f6 100644 --- a/onert-micro/luci-interpreter/src/kernels/Fill.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Fill.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Fill.h b/onert-micro/luci-interpreter/src/kernels/Fill.h index 184f0cb83d5..4e517c5d88d 100644 --- a/onert-micro/luci-interpreter/src/kernels/Fill.h +++ b/onert-micro/luci-interpreter/src/kernels/Fill.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Fill.test.cpp b/onert-micro/luci-interpreter/src/kernels/Fill.test.cpp index cf56df507da..4033caa45d1 100644 --- a/onert-micro/luci-interpreter/src/kernels/Fill.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Fill.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Floor.h b/onert-micro/luci-interpreter/src/kernels/Floor.h index ca3ad5997c9..47d11245509 100644 --- a/onert-micro/luci-interpreter/src/kernels/Floor.h +++ b/onert-micro/luci-interpreter/src/kernels/Floor.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Floor.test.cpp b/onert-micro/luci-interpreter/src/kernels/Floor.test.cpp index 30076fb54b1..37523be2d2a 100644 --- a/onert-micro/luci-interpreter/src/kernels/Floor.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Floor.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/FloorDiv.h b/onert-micro/luci-interpreter/src/kernels/FloorDiv.h index e9c47d81aee..7a0d6b1e01b 100644 --- a/onert-micro/luci-interpreter/src/kernels/FloorDiv.h +++ b/onert-micro/luci-interpreter/src/kernels/FloorDiv.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/FullyConnected.cpp b/onert-micro/luci-interpreter/src/kernels/FullyConnected.cpp index 1f695af996c..2cfdc843105 100644 --- a/onert-micro/luci-interpreter/src/kernels/FullyConnected.cpp +++ b/onert-micro/luci-interpreter/src/kernels/FullyConnected.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/FullyConnected.test.cpp b/onert-micro/luci-interpreter/src/kernels/FullyConnected.test.cpp index 43fa9942682..feda0d83d8a 100644 --- a/onert-micro/luci-interpreter/src/kernels/FullyConnected.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/FullyConnected.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Gather.h b/onert-micro/luci-interpreter/src/kernels/Gather.h index cc02d64fbb5..5a36c82d65b 100644 --- a/onert-micro/luci-interpreter/src/kernels/Gather.h +++ b/onert-micro/luci-interpreter/src/kernels/Gather.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Gather.test.cpp b/onert-micro/luci-interpreter/src/kernels/Gather.test.cpp index 4b3dda708c7..dacf366c330 100644 --- a/onert-micro/luci-interpreter/src/kernels/Gather.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Gather.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Greater.cpp b/onert-micro/luci-interpreter/src/kernels/Greater.cpp index 9d777805981..68a0d4762e9 100644 --- a/onert-micro/luci-interpreter/src/kernels/Greater.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Greater.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Greater.h b/onert-micro/luci-interpreter/src/kernels/Greater.h index 065f76d7b8f..8e4369f6c03 100644 --- a/onert-micro/luci-interpreter/src/kernels/Greater.h +++ b/onert-micro/luci-interpreter/src/kernels/Greater.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/GreaterEqual.cpp b/onert-micro/luci-interpreter/src/kernels/GreaterEqual.cpp index 8f37160eaa5..c2a7dcee32c 100644 --- a/onert-micro/luci-interpreter/src/kernels/GreaterEqual.cpp +++ b/onert-micro/luci-interpreter/src/kernels/GreaterEqual.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/GreaterEqual.h b/onert-micro/luci-interpreter/src/kernels/GreaterEqual.h index e333c30a6be..64f4f4cc47c 100644 --- a/onert-micro/luci-interpreter/src/kernels/GreaterEqual.h +++ b/onert-micro/luci-interpreter/src/kernels/GreaterEqual.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/If.cpp b/onert-micro/luci-interpreter/src/kernels/If.cpp index 971708bca38..b472323acae 100644 --- a/onert-micro/luci-interpreter/src/kernels/If.cpp +++ b/onert-micro/luci-interpreter/src/kernels/If.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/If.h b/onert-micro/luci-interpreter/src/kernels/If.h index fa6ab371ac0..22bb2dc194f 100644 --- a/onert-micro/luci-interpreter/src/kernels/If.h +++ b/onert-micro/luci-interpreter/src/kernels/If.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/InstanceNorm.cpp b/onert-micro/luci-interpreter/src/kernels/InstanceNorm.cpp index 577dc64541d..dc0fec9c7bc 100644 --- a/onert-micro/luci-interpreter/src/kernels/InstanceNorm.cpp +++ b/onert-micro/luci-interpreter/src/kernels/InstanceNorm.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/InstanceNorm.h b/onert-micro/luci-interpreter/src/kernels/InstanceNorm.h index a70a84e0a1c..77922e74504 100644 --- a/onert-micro/luci-interpreter/src/kernels/InstanceNorm.h +++ b/onert-micro/luci-interpreter/src/kernels/InstanceNorm.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/InstanceNorm.test.cpp b/onert-micro/luci-interpreter/src/kernels/InstanceNorm.test.cpp index 04400c3c0a7..976f1b5978e 100644 --- a/onert-micro/luci-interpreter/src/kernels/InstanceNorm.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/InstanceNorm.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/KernelBuilder.cpp b/onert-micro/luci-interpreter/src/kernels/KernelBuilder.cpp index fc9c09ce772..4b2e6627fa3 100644 --- a/onert-micro/luci-interpreter/src/kernels/KernelBuilder.cpp +++ b/onert-micro/luci-interpreter/src/kernels/KernelBuilder.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2023 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/KernelBuilder.h b/onert-micro/luci-interpreter/src/kernels/KernelBuilder.h index c73cf05aba2..06da6530fd1 100644 --- a/onert-micro/luci-interpreter/src/kernels/KernelBuilder.h +++ b/onert-micro/luci-interpreter/src/kernels/KernelBuilder.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/L2Normalize.cpp b/onert-micro/luci-interpreter/src/kernels/L2Normalize.cpp index 97c9db86b8b..09482a5a15a 100644 --- a/onert-micro/luci-interpreter/src/kernels/L2Normalize.cpp +++ b/onert-micro/luci-interpreter/src/kernels/L2Normalize.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/L2Normalize.h b/onert-micro/luci-interpreter/src/kernels/L2Normalize.h index 6c7dac69893..9c1716bd70f 100644 --- a/onert-micro/luci-interpreter/src/kernels/L2Normalize.h +++ b/onert-micro/luci-interpreter/src/kernels/L2Normalize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/L2Pool2D.h b/onert-micro/luci-interpreter/src/kernels/L2Pool2D.h index d40f5f47827..4d1ed5ddf7f 100644 --- a/onert-micro/luci-interpreter/src/kernels/L2Pool2D.h +++ b/onert-micro/luci-interpreter/src/kernels/L2Pool2D.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LeakyRelu.cpp b/onert-micro/luci-interpreter/src/kernels/LeakyRelu.cpp index d13fef2a098..ab7072fa859 100644 --- a/onert-micro/luci-interpreter/src/kernels/LeakyRelu.cpp +++ b/onert-micro/luci-interpreter/src/kernels/LeakyRelu.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LeakyRelu.h b/onert-micro/luci-interpreter/src/kernels/LeakyRelu.h index e66f404df4f..88e8c0326d2 100644 --- a/onert-micro/luci-interpreter/src/kernels/LeakyRelu.h +++ b/onert-micro/luci-interpreter/src/kernels/LeakyRelu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LeakyRelu.test.cpp b/onert-micro/luci-interpreter/src/kernels/LeakyRelu.test.cpp index 0f6263b5753..6063fa5f25a 100644 --- a/onert-micro/luci-interpreter/src/kernels/LeakyRelu.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/LeakyRelu.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Less.cpp b/onert-micro/luci-interpreter/src/kernels/Less.cpp index 1d7bbd6d920..54a785ccd20 100644 --- a/onert-micro/luci-interpreter/src/kernels/Less.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Less.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Less.h b/onert-micro/luci-interpreter/src/kernels/Less.h index e27bb689c3a..364e5a9b685 100644 --- a/onert-micro/luci-interpreter/src/kernels/Less.h +++ b/onert-micro/luci-interpreter/src/kernels/Less.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LessEqual.cpp b/onert-micro/luci-interpreter/src/kernels/LessEqual.cpp index d7508936d47..03b122acbb2 100644 --- a/onert-micro/luci-interpreter/src/kernels/LessEqual.cpp +++ b/onert-micro/luci-interpreter/src/kernels/LessEqual.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LessEqual.h b/onert-micro/luci-interpreter/src/kernels/LessEqual.h index f82ea90d4f2..93da8567ce5 100644 --- a/onert-micro/luci-interpreter/src/kernels/LessEqual.h +++ b/onert-micro/luci-interpreter/src/kernels/LessEqual.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.cpp b/onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.cpp index bf08db0a36d..49a9eee3cc2 100644 --- a/onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.cpp +++ b/onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.h b/onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.h index 60408a1042b..16b6ba4cb34 100644 --- a/onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.h +++ b/onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LogSoftmax.cpp b/onert-micro/luci-interpreter/src/kernels/LogSoftmax.cpp index b467cb06b50..d5f99178a88 100644 --- a/onert-micro/luci-interpreter/src/kernels/LogSoftmax.cpp +++ b/onert-micro/luci-interpreter/src/kernels/LogSoftmax.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LogSoftmax.h b/onert-micro/luci-interpreter/src/kernels/LogSoftmax.h index 18477fbe327..26c5dc3e2a3 100644 --- a/onert-micro/luci-interpreter/src/kernels/LogSoftmax.h +++ b/onert-micro/luci-interpreter/src/kernels/LogSoftmax.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LogicalAnd.h b/onert-micro/luci-interpreter/src/kernels/LogicalAnd.h index 46b889986f9..2609b31a255 100644 --- a/onert-micro/luci-interpreter/src/kernels/LogicalAnd.h +++ b/onert-micro/luci-interpreter/src/kernels/LogicalAnd.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LogicalNot.cpp b/onert-micro/luci-interpreter/src/kernels/LogicalNot.cpp index 4ba4499e917..22dc0d23196 100644 --- a/onert-micro/luci-interpreter/src/kernels/LogicalNot.cpp +++ b/onert-micro/luci-interpreter/src/kernels/LogicalNot.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/LogicalNot.h b/onert-micro/luci-interpreter/src/kernels/LogicalNot.h index 1608fafa54e..6c4cfc14d47 100644 --- a/onert-micro/luci-interpreter/src/kernels/LogicalNot.h +++ b/onert-micro/luci-interpreter/src/kernels/LogicalNot.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Logistic.cpp b/onert-micro/luci-interpreter/src/kernels/Logistic.cpp index 631c0608ca3..4e8cba82b4a 100644 --- a/onert-micro/luci-interpreter/src/kernels/Logistic.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Logistic.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Logistic.test.cpp b/onert-micro/luci-interpreter/src/kernels/Logistic.test.cpp index 951dd3d4dd3..78fa9ee069e 100644 --- a/onert-micro/luci-interpreter/src/kernels/Logistic.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Logistic.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/MaxPool2D.cpp b/onert-micro/luci-interpreter/src/kernels/MaxPool2D.cpp index 865e4f83177..f6b521db3c7 100644 --- a/onert-micro/luci-interpreter/src/kernels/MaxPool2D.cpp +++ b/onert-micro/luci-interpreter/src/kernels/MaxPool2D.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/MaxPool2D.test.cpp b/onert-micro/luci-interpreter/src/kernels/MaxPool2D.test.cpp index d59c5f01b9a..9e3cbac5edb 100644 --- a/onert-micro/luci-interpreter/src/kernels/MaxPool2D.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/MaxPool2D.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Maximum.h b/onert-micro/luci-interpreter/src/kernels/Maximum.h index 3c99e69c7e2..275d5d36e6e 100644 --- a/onert-micro/luci-interpreter/src/kernels/Maximum.h +++ b/onert-micro/luci-interpreter/src/kernels/Maximum.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Mean.h b/onert-micro/luci-interpreter/src/kernels/Mean.h index ed07ae56177..9739f542915 100644 --- a/onert-micro/luci-interpreter/src/kernels/Mean.h +++ b/onert-micro/luci-interpreter/src/kernels/Mean.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Minimum.h b/onert-micro/luci-interpreter/src/kernels/Minimum.h index 5ff4035b44b..ad1c8fcb7f7 100644 --- a/onert-micro/luci-interpreter/src/kernels/Minimum.h +++ b/onert-micro/luci-interpreter/src/kernels/Minimum.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/MirrorPad.h b/onert-micro/luci-interpreter/src/kernels/MirrorPad.h index d3e6e858a89..5919e3d4690 100644 --- a/onert-micro/luci-interpreter/src/kernels/MirrorPad.h +++ b/onert-micro/luci-interpreter/src/kernels/MirrorPad.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/MirrorPad.test.cpp b/onert-micro/luci-interpreter/src/kernels/MirrorPad.test.cpp index 740d8cb2272..f6f938cdf76 100644 --- a/onert-micro/luci-interpreter/src/kernels/MirrorPad.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/MirrorPad.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Mul.h b/onert-micro/luci-interpreter/src/kernels/Mul.h index c0cf817dfeb..6945abde05e 100644 --- a/onert-micro/luci-interpreter/src/kernels/Mul.h +++ b/onert-micro/luci-interpreter/src/kernels/Mul.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Neg.cpp b/onert-micro/luci-interpreter/src/kernels/Neg.cpp index 961148a385b..eae787ae589 100644 --- a/onert-micro/luci-interpreter/src/kernels/Neg.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Neg.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Neg.h b/onert-micro/luci-interpreter/src/kernels/Neg.h index 69fa1a18e58..f5f565df176 100644 --- a/onert-micro/luci-interpreter/src/kernels/Neg.h +++ b/onert-micro/luci-interpreter/src/kernels/Neg.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/NotEqual.cpp b/onert-micro/luci-interpreter/src/kernels/NotEqual.cpp index 8c3983e47ed..304939ee8c0 100644 --- a/onert-micro/luci-interpreter/src/kernels/NotEqual.cpp +++ b/onert-micro/luci-interpreter/src/kernels/NotEqual.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/NotEqual.h b/onert-micro/luci-interpreter/src/kernels/NotEqual.h index d2aafe8933e..baa22a67961 100644 --- a/onert-micro/luci-interpreter/src/kernels/NotEqual.h +++ b/onert-micro/luci-interpreter/src/kernels/NotEqual.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/OneHot.h b/onert-micro/luci-interpreter/src/kernels/OneHot.h index 572f857ae58..f1afc287163 100644 --- a/onert-micro/luci-interpreter/src/kernels/OneHot.h +++ b/onert-micro/luci-interpreter/src/kernels/OneHot.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/OneHot.test.cpp b/onert-micro/luci-interpreter/src/kernels/OneHot.test.cpp index 45b6968fad4..bc59d2295ec 100644 --- a/onert-micro/luci-interpreter/src/kernels/OneHot.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/OneHot.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/PRelu.cpp b/onert-micro/luci-interpreter/src/kernels/PRelu.cpp index 3d64215c5cc..c3c79be7d50 100644 --- a/onert-micro/luci-interpreter/src/kernels/PRelu.cpp +++ b/onert-micro/luci-interpreter/src/kernels/PRelu.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/PRelu.h b/onert-micro/luci-interpreter/src/kernels/PRelu.h index f7735d418ff..b62cc2a7508 100644 --- a/onert-micro/luci-interpreter/src/kernels/PRelu.h +++ b/onert-micro/luci-interpreter/src/kernels/PRelu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Pack.h b/onert-micro/luci-interpreter/src/kernels/Pack.h index 4a2fcfd80e5..730177b4460 100644 --- a/onert-micro/luci-interpreter/src/kernels/Pack.h +++ b/onert-micro/luci-interpreter/src/kernels/Pack.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Pack.test.cpp b/onert-micro/luci-interpreter/src/kernels/Pack.test.cpp index d16320b783f..cd5cff9dbad 100644 --- a/onert-micro/luci-interpreter/src/kernels/Pack.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Pack.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Pad.cpp b/onert-micro/luci-interpreter/src/kernels/Pad.cpp index 6b452654c16..9ae0f822dc8 100644 --- a/onert-micro/luci-interpreter/src/kernels/Pad.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Pad.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Pad.h b/onert-micro/luci-interpreter/src/kernels/Pad.h index e05b47f2929..f6a9cfca547 100644 --- a/onert-micro/luci-interpreter/src/kernels/Pad.h +++ b/onert-micro/luci-interpreter/src/kernels/Pad.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Pad.test.cpp b/onert-micro/luci-interpreter/src/kernels/Pad.test.cpp index dd3ce947c0e..95a28b6979f 100644 --- a/onert-micro/luci-interpreter/src/kernels/Pad.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Pad.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/PadV2.cpp b/onert-micro/luci-interpreter/src/kernels/PadV2.cpp index c141e3d1688..2b759a829cc 100644 --- a/onert-micro/luci-interpreter/src/kernels/PadV2.cpp +++ b/onert-micro/luci-interpreter/src/kernels/PadV2.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/PadV2.h b/onert-micro/luci-interpreter/src/kernels/PadV2.h index 48a31f584f7..546dba9982e 100644 --- a/onert-micro/luci-interpreter/src/kernels/PadV2.h +++ b/onert-micro/luci-interpreter/src/kernels/PadV2.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/PadV2.test.cpp b/onert-micro/luci-interpreter/src/kernels/PadV2.test.cpp index 41efaff060b..9094a22eb18 100644 --- a/onert-micro/luci-interpreter/src/kernels/PadV2.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/PadV2.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Pow.cpp b/onert-micro/luci-interpreter/src/kernels/Pow.cpp index 6345bf3243f..521e80dde36 100644 --- a/onert-micro/luci-interpreter/src/kernels/Pow.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Pow.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Pow.h b/onert-micro/luci-interpreter/src/kernels/Pow.h index 8ff865e40d0..1e7906eccbb 100644 --- a/onert-micro/luci-interpreter/src/kernels/Pow.h +++ b/onert-micro/luci-interpreter/src/kernels/Pow.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Pow.test.cpp b/onert-micro/luci-interpreter/src/kernels/Pow.test.cpp index 0e858115d9b..d71248d904e 100644 --- a/onert-micro/luci-interpreter/src/kernels/Pow.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Pow.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Quantize.cpp b/onert-micro/luci-interpreter/src/kernels/Quantize.cpp index 9f622d0778b..6c832f7b10b 100644 --- a/onert-micro/luci-interpreter/src/kernels/Quantize.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Quantize.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Quantize.h b/onert-micro/luci-interpreter/src/kernels/Quantize.h index 006c5366fdd..bbb951bfa52 100644 --- a/onert-micro/luci-interpreter/src/kernels/Quantize.h +++ b/onert-micro/luci-interpreter/src/kernels/Quantize.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Relu.cpp b/onert-micro/luci-interpreter/src/kernels/Relu.cpp index 9cd1556b472..74c2c0fbf1c 100644 --- a/onert-micro/luci-interpreter/src/kernels/Relu.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Relu.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Relu.h b/onert-micro/luci-interpreter/src/kernels/Relu.h index b813f0cdf10..7dae445f487 100644 --- a/onert-micro/luci-interpreter/src/kernels/Relu.h +++ b/onert-micro/luci-interpreter/src/kernels/Relu.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Relu6.cpp b/onert-micro/luci-interpreter/src/kernels/Relu6.cpp index c2072e34697..0449708f323 100644 --- a/onert-micro/luci-interpreter/src/kernels/Relu6.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Relu6.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Relu6.h b/onert-micro/luci-interpreter/src/kernels/Relu6.h index f5030b58821..61aba67739e 100644 --- a/onert-micro/luci-interpreter/src/kernels/Relu6.h +++ b/onert-micro/luci-interpreter/src/kernels/Relu6.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Reshape.test.cpp b/onert-micro/luci-interpreter/src/kernels/Reshape.test.cpp index 745f6caded3..7a2a638f858 100644 --- a/onert-micro/luci-interpreter/src/kernels/Reshape.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Reshape.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/ResizeBilinear.h b/onert-micro/luci-interpreter/src/kernels/ResizeBilinear.h index b7bdc2ab772..9159b3203cd 100644 --- a/onert-micro/luci-interpreter/src/kernels/ResizeBilinear.h +++ b/onert-micro/luci-interpreter/src/kernels/ResizeBilinear.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.h b/onert-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.h index 137d031cf44..d989490e913 100644 --- a/onert-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.h +++ b/onert-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/ReverseV2.cpp b/onert-micro/luci-interpreter/src/kernels/ReverseV2.cpp index 76eadbdc884..44a7faeba90 100644 --- a/onert-micro/luci-interpreter/src/kernels/ReverseV2.cpp +++ b/onert-micro/luci-interpreter/src/kernels/ReverseV2.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/ReverseV2.h b/onert-micro/luci-interpreter/src/kernels/ReverseV2.h index 51211c703fc..0965075361b 100644 --- a/onert-micro/luci-interpreter/src/kernels/ReverseV2.h +++ b/onert-micro/luci-interpreter/src/kernels/ReverseV2.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Rsqrt.cpp b/onert-micro/luci-interpreter/src/kernels/Rsqrt.cpp index c45c3e4cac7..2788b679b01 100644 --- a/onert-micro/luci-interpreter/src/kernels/Rsqrt.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Rsqrt.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Rsqrt.h b/onert-micro/luci-interpreter/src/kernels/Rsqrt.h index adc5bcfa2cb..c64aecdeef0 100644 --- a/onert-micro/luci-interpreter/src/kernels/Rsqrt.h +++ b/onert-micro/luci-interpreter/src/kernels/Rsqrt.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Rsqrt.test.cpp b/onert-micro/luci-interpreter/src/kernels/Rsqrt.test.cpp index 3c649423281..5567edb4668 100644 --- a/onert-micro/luci-interpreter/src/kernels/Rsqrt.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Rsqrt.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/SVDF.h b/onert-micro/luci-interpreter/src/kernels/SVDF.h index 335a6cd8fce..5141f452e01 100644 --- a/onert-micro/luci-interpreter/src/kernels/SVDF.h +++ b/onert-micro/luci-interpreter/src/kernels/SVDF.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/SVDF.test.cpp b/onert-micro/luci-interpreter/src/kernels/SVDF.test.cpp index 82bd9b00964..fbeaf5df041 100644 --- a/onert-micro/luci-interpreter/src/kernels/SVDF.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/SVDF.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Shape.cpp b/onert-micro/luci-interpreter/src/kernels/Shape.cpp index 87c12d2619c..2f16ac8841d 100644 --- a/onert-micro/luci-interpreter/src/kernels/Shape.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Shape.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Shape.h b/onert-micro/luci-interpreter/src/kernels/Shape.h index cfaadec91a7..dcf526dab11 100644 --- a/onert-micro/luci-interpreter/src/kernels/Shape.h +++ b/onert-micro/luci-interpreter/src/kernels/Shape.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Shape.test.cpp b/onert-micro/luci-interpreter/src/kernels/Shape.test.cpp index 4763e016cd1..19c585890b4 100644 --- a/onert-micro/luci-interpreter/src/kernels/Shape.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Shape.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Slice.cpp b/onert-micro/luci-interpreter/src/kernels/Slice.cpp index cb41e26e672..7ae24bbba08 100644 --- a/onert-micro/luci-interpreter/src/kernels/Slice.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Slice.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Slice.h b/onert-micro/luci-interpreter/src/kernels/Slice.h index 23c359608b8..5b415629ef6 100644 --- a/onert-micro/luci-interpreter/src/kernels/Slice.h +++ b/onert-micro/luci-interpreter/src/kernels/Slice.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Slice.test.cpp b/onert-micro/luci-interpreter/src/kernels/Slice.test.cpp index 517982990c8..857dd17875a 100644 --- a/onert-micro/luci-interpreter/src/kernels/Slice.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Slice.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Softmax.cpp b/onert-micro/luci-interpreter/src/kernels/Softmax.cpp index 651040b9c77..cfc1dfc6f01 100644 --- a/onert-micro/luci-interpreter/src/kernels/Softmax.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Softmax.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Softmax.test.cpp b/onert-micro/luci-interpreter/src/kernels/Softmax.test.cpp index f026e89c478..d9656e52b22 100644 --- a/onert-micro/luci-interpreter/src/kernels/Softmax.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Softmax.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.h b/onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.h index 0893003bb28..12640ca0d4a 100644 --- a/onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.h +++ b/onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.test.cpp b/onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.test.cpp index 3a8b0a812b6..aaf4e475684 100644 --- a/onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.cpp b/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.cpp index 06cc5faaede..3fab4028a90 100644 --- a/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.cpp +++ b/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.h b/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.h index e66316b114c..b9d9c38e339 100644 --- a/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.h +++ b/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.test.cpp b/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.test.cpp index 4af48861873..724abd053cb 100644 --- a/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/SpaceToDepth.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Split.cpp b/onert-micro/luci-interpreter/src/kernels/Split.cpp index 87ec028f23f..9737a014997 100644 --- a/onert-micro/luci-interpreter/src/kernels/Split.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Split.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Split.h b/onert-micro/luci-interpreter/src/kernels/Split.h index 9542b1e56f6..1892a74a5a9 100644 --- a/onert-micro/luci-interpreter/src/kernels/Split.h +++ b/onert-micro/luci-interpreter/src/kernels/Split.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/SplitV.cpp b/onert-micro/luci-interpreter/src/kernels/SplitV.cpp index 0e3a54170f4..f01cf10b749 100644 --- a/onert-micro/luci-interpreter/src/kernels/SplitV.cpp +++ b/onert-micro/luci-interpreter/src/kernels/SplitV.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/SplitV.h b/onert-micro/luci-interpreter/src/kernels/SplitV.h index 92f6288fbe9..0f9d31229c3 100644 --- a/onert-micro/luci-interpreter/src/kernels/SplitV.h +++ b/onert-micro/luci-interpreter/src/kernels/SplitV.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Sqrt.cpp b/onert-micro/luci-interpreter/src/kernels/Sqrt.cpp index eed50dfaf28..3c1bc034116 100644 --- a/onert-micro/luci-interpreter/src/kernels/Sqrt.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Sqrt.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Sqrt.h b/onert-micro/luci-interpreter/src/kernels/Sqrt.h index 4034655ed99..d17023445f2 100644 --- a/onert-micro/luci-interpreter/src/kernels/Sqrt.h +++ b/onert-micro/luci-interpreter/src/kernels/Sqrt.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Sqrt.test.cpp b/onert-micro/luci-interpreter/src/kernels/Sqrt.test.cpp index 96835fbfcc9..914b3af7dd7 100644 --- a/onert-micro/luci-interpreter/src/kernels/Sqrt.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Sqrt.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Square.cpp b/onert-micro/luci-interpreter/src/kernels/Square.cpp index 6386b91f28e..39c0d0604f9 100644 --- a/onert-micro/luci-interpreter/src/kernels/Square.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Square.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Square.h b/onert-micro/luci-interpreter/src/kernels/Square.h index 73ed5a70761..0277b4e6c4e 100644 --- a/onert-micro/luci-interpreter/src/kernels/Square.h +++ b/onert-micro/luci-interpreter/src/kernels/Square.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/SquaredDifference.h b/onert-micro/luci-interpreter/src/kernels/SquaredDifference.h index 9327caf9336..8aac9eba22b 100644 --- a/onert-micro/luci-interpreter/src/kernels/SquaredDifference.h +++ b/onert-micro/luci-interpreter/src/kernels/SquaredDifference.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Squeeze.test.cpp b/onert-micro/luci-interpreter/src/kernels/Squeeze.test.cpp index 1bc0b6459e2..ace02b5e138 100644 --- a/onert-micro/luci-interpreter/src/kernels/Squeeze.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Squeeze.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/StridedSlice.h b/onert-micro/luci-interpreter/src/kernels/StridedSlice.h index fc96893a7b3..d8e8e4fc00d 100644 --- a/onert-micro/luci-interpreter/src/kernels/StridedSlice.h +++ b/onert-micro/luci-interpreter/src/kernels/StridedSlice.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/StridedSlice.test.cpp b/onert-micro/luci-interpreter/src/kernels/StridedSlice.test.cpp index 399cdebeda7..44da107b861 100644 --- a/onert-micro/luci-interpreter/src/kernels/StridedSlice.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/StridedSlice.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Sub.h b/onert-micro/luci-interpreter/src/kernels/Sub.h index 23952b3bdef..f9cedff6fa1 100644 --- a/onert-micro/luci-interpreter/src/kernels/Sub.h +++ b/onert-micro/luci-interpreter/src/kernels/Sub.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Tanh.cpp b/onert-micro/luci-interpreter/src/kernels/Tanh.cpp index 069320ebc9a..3acb22e93aa 100644 --- a/onert-micro/luci-interpreter/src/kernels/Tanh.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Tanh.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Tanh.h b/onert-micro/luci-interpreter/src/kernels/Tanh.h index 8017c96388e..af87bf3c5b1 100644 --- a/onert-micro/luci-interpreter/src/kernels/Tanh.h +++ b/onert-micro/luci-interpreter/src/kernels/Tanh.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Transpose.cpp b/onert-micro/luci-interpreter/src/kernels/Transpose.cpp index c7396aeb22c..06ea2353cac 100644 --- a/onert-micro/luci-interpreter/src/kernels/Transpose.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Transpose.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Transpose.h b/onert-micro/luci-interpreter/src/kernels/Transpose.h index d6f89c352d6..5619c62cab0 100644 --- a/onert-micro/luci-interpreter/src/kernels/Transpose.h +++ b/onert-micro/luci-interpreter/src/kernels/Transpose.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Transpose.test.cpp b/onert-micro/luci-interpreter/src/kernels/Transpose.test.cpp index 43be8f8b952..8cc69936120 100644 --- a/onert-micro/luci-interpreter/src/kernels/Transpose.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Transpose.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/TransposeConv.h b/onert-micro/luci-interpreter/src/kernels/TransposeConv.h index cea0cf3c7dd..2a9d2f1cb4d 100644 --- a/onert-micro/luci-interpreter/src/kernels/TransposeConv.h +++ b/onert-micro/luci-interpreter/src/kernels/TransposeConv.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/TransposeConv.test.cpp b/onert-micro/luci-interpreter/src/kernels/TransposeConv.test.cpp index 4856e1b87d2..ff98ac0f029 100644 --- a/onert-micro/luci-interpreter/src/kernels/TransposeConv.test.cpp +++ b/onert-micro/luci-interpreter/src/kernels/TransposeConv.test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.h b/onert-micro/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.h index 4a2497899f2..8cdccc10a75 100644 --- a/onert-micro/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.h +++ b/onert-micro/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2023 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Unpack.cpp b/onert-micro/luci-interpreter/src/kernels/Unpack.cpp index 80f4d1f2804..cc8cf3a8954 100644 --- a/onert-micro/luci-interpreter/src/kernels/Unpack.cpp +++ b/onert-micro/luci-interpreter/src/kernels/Unpack.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/Unpack.h b/onert-micro/luci-interpreter/src/kernels/Unpack.h index f4a44ecad0b..4580491ff5c 100644 --- a/onert-micro/luci-interpreter/src/kernels/Unpack.h +++ b/onert-micro/luci-interpreter/src/kernels/Unpack.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/onert-micro/luci-interpreter/src/kernels/While.h b/onert-micro/luci-interpreter/src/kernels/While.h index f758df3f32e..56f98badb73 100644 --- a/onert-micro/luci-interpreter/src/kernels/While.h +++ b/onert-micro/luci-interpreter/src/kernels/While.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2019 The TensorFlow Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.