diff options
240 files changed, 351 insertions, 15 deletions
diff --git a/docs/conf.py b/docs/conf.py index c49ea1f99..c33e103e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ copyright = '2020, Samsung Research & contributors' author = 'Samsung Research & contributors' # The full version, including alpha/beta/rc tags -release = '1.22.0' +release = '1.22.1' # -- General configuration --------------------------------------------------- diff --git a/docs/release/1.22/release-note-1.22.1.md b/docs/release/1.22/release-note-1.22.1.md new file mode 100644 index 000000000..c76eb2688 --- /dev/null +++ b/docs/release/1.22/release-note-1.22.1.md @@ -0,0 +1,9 @@ +# Release Note 1.22.1 + +## ONE Runtime + +### Multimodel nnpackage + +- Runtime supports to run nnpackage with 3 or more models +- Runtime supports to run multimodel nnpackage with multiple subgraphs +- Runtime supports type casting when tensor's data type between edge is different diff --git a/onert-micro/luci-interpreter/pal/cmsisnn/PALArgMax.h b/onert-micro/luci-interpreter/pal/cmsisnn/PALArgMax.h index 21e63296d..84147b205 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 a274afb7e..79ed587b8 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 f8a4a8036..9ba31960a 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 bd47a88cb..7ec64a768 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 8463e571e..ce5be4352 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 46878f4b4..5f5e4dd8e 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 efa6b167e..a11abef4b 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 4089d0a0c..fc8c573f8 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 1448b0c7c..c9eb33b4d 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 32e905761..87e29ce64 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 f84742a44..16bc4ae8a 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 38a302fc6..aa3924e4c 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 9ccd2224f..97daddc20 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 347a97a83..e98d8a25f 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 be5903a0c..b4e430ef8 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 effb85d54..5d9ea5188 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 cc9f0fd54..91c28ef6b 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 f4d5a6ed3..688eea3fc 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 6bbda4867..1fb186248 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 fdddaa929..7997c710c 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 816b7f663..7866cc2c6 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 ea57578c6..2269bc3a6 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 21e63296d..84147b205 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 cce30601f..fe93b67f0 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 3894f2d92..a6f65641d 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 3fe2022ed..52da2a8f3 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 985a15f39..1c2658679 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 f9ebfcfb5..6372e4eb6 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 c9d1a2948..1cba99652 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 3af6d0777..b505129f1 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 cb365ffd0..7746d9691 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 4ef1af2fe..212350a8b 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 62970dbf7..ed8d2a68f 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 49ac35f93..97d5431ce 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 6c663e21f..5d2c09f9e 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 aac57f2b2..121ced91e 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 e8209bae6..506efb243 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 54f7f0916..b99665006 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 a32e3eec6..099b2d20a 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 a8a9d4abc..d2a4d1f0f 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 797ffee1b..c88b04582 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 bf1d7954e..ebaf876bf 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 b4c715d3e..de17750e6 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 bf2f91aa5..e546a2c7e 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 7380081dc..0ccfa0497 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 74d19265b..c5006119b 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 101d045b8..438c63dde 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 640a71684..0984bf7f4 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 b197e79d1..abd38a573 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 5e8de9ba3..72757991e 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 52d2a5bb1..3013fc1bd 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 4d8da72d8..dad048fbf 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 04080d619..1babe1abd 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 21e63296d..84147b205 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 cce30601f..fe93b67f0 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 acfd8b7a6..91f92776a 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 31fd7f2d2..03f01b535 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 8463e571e..ce5be4352 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 c9d1a2948..1cba99652 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 efa6b167e..a11abef4b 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 4089d0a0c..fc8c573f8 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 1448b0c7c..c9eb33b4d 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 048624d74..25d4dcf43 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 f84742a44..16bc4ae8a 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 38a302fc6..aa3924e4c 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 9ccd2224f..97daddc20 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 347a97a83..e98d8a25f 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 be5903a0c..b4e430ef8 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 effb85d54..5d9ea5188 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 4db7fa8e7..ce9fc802f 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 06c597ded..10a38c077 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 1c4c64d46..cecf38f36 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 9f7c54e92..b2df23c95 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 816b7f663..7866cc2c6 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 ea57578c6..2269bc3a6 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 91d95b6af..f9217173a 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 f51476d7f..5ac4bcb1d 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 c851b5891..0ee812d05 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 474f4b321..208987835 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 498334c27..6dd81aba5 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 2c8fe16e7..9e26c35f5 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 478bfa68e..1bd058e74 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 744f49795..84e93edf7 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 edfa3a685..90db77b76 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 57703ea5d..803cf29f1 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 52647a763..fc936d118 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 b209b2e2c..13646a338 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 8e5c02c9f..f59aa9071 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 f0bd02037..9249ccced 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 4713ad34c..6a463d29e 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 441ecfebe..25234c5cf 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 b23f9d495..6c6d86077 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 937958ba8..28f04d19d 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 63ce37610..42cf19022 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 88e6e07f1..f367c1b3e 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 3d1faf6c1..daa150596 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 6b4673f3e..a6e31825c 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 a0973423d..5d4b17d98 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 5565df0e4..5d671f348 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 efa90f8d3..d1cd7f70d 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 c1bf3e10b..ac8866147 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 0f0df02cc..160a1a58e 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 c844ab57f..67a922b07 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 814499cdb..b87d687c4 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 b7cf8e560..003d64354 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 c9be32cc0..7c5f38004 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 429177375..51ba2cad1 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 6c7e20b3a..867af01bb 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 addab74a6..6707c7061 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 184f0cb83..4e517c5d8 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 cf56df507..4033caa45 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 ca3ad5997..47d112455 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 30076fb54..37523be2d 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 e9c47d81a..7a0d6b1e0 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 1f695af99..2cfdc8431 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 43fa99426..feda0d83d 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 cc02d64fb..5a36c82d6 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 4b3dda708..dacf366c3 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 9d7778059..68a0d4762 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 065f76d7b..8e4369f6c 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 8f37160ea..c2a7dcee3 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 e333c30a6..64f4f4cc4 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 971708bca..b472323ac 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 fa6ab371a..22bb2dc19 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 577dc6454..dc0fec9c7 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 a70a84e0a..77922e745 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 04400c3c0..976f1b597 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 fc9c09ce7..4b2e6627f 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 c73cf05ab..06da6530f 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 97c9db86b..09482a5a1 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 6c7dac698..9c1716bd7 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 d40f5f478..4d1ed5ddf 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 d13fef2a0..ab7072fa8 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 e66f404df..88e8c0326 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 0f6263b57..6063fa5f2 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 1d7bbd6d9..54a785ccd 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 e27bb689c..364e5a9b6 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 d7508936d..03b122acb 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 f82ea90d4..93da8567c 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 bf08db0a3..49a9eee3c 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 60408a104..16b6ba4cb 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 b467cb06b..d5f99178a 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 18477fbe3..26c5dc3e2 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 46b889986..2609b31a2 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 4ba4499e9..22dc0d231 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 1608fafa5..6c4cfc14d 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 631c0608c..4e8cba82b 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 951dd3d4d..78fa9ee06 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 865e4f831..f6b521db3 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 d59c5f01b..9e3cbac5e 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 3c99e69c7..275d5d36e 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 ed07ae561..9739f5429 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 5ff4035b4..ad1c8fcb7 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 d3e6e858a..5919e3d46 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 740d8cb22..f6f938cdf 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 c0cf817df..6945abde0 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 961148a38..eae787ae5 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 69fa1a18e..f5f565df1 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 8c3983e47..304939ee8 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 d2aafe893..baa22a679 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 572f857ae..f1afc2871 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 45b6968fa..bc59d2295 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 3d64215c5..c3c79be7d 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 f7735d418..b62cc2a75 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 4a2fcfd80..730177b44 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 d16320b78..cd5cff9db 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 6b452654c..9ae0f822d 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 e05b47f29..f6a9cfca5 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 dd3ce947c..95a28b697 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 c141e3d16..2b759a829 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 48a31f584..546dba998 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 41efaff06..9094a22eb 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 6345bf324..521e80dde 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 8ff865e40..1e7906ecc 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 0e858115d..d71248d90 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 9f622d077..6c832f7b1 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 006c5366f..bbb951bfa 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 9cd1556b4..74c2c0fbf 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 b813f0cdf..7dae445f4 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 c2072e346..0449708f3 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 f5030b588..61aba6773 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 745f6cade..7a2a638f8 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 b7bdc2ab7..9159b3203 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 137d031cf..d989490e9 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 76eadbdc8..44a7faeba 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 51211c703..096507536 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 c45c3e4ca..2788b679b 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 adc5bcfa2..c64aecdee 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 3c6494232..5567edb46 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 335a6cd8f..5141f452e 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 82bd9b009..fbeaf5df0 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 87c12d261..2f16ac884 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 cfaadec91..dcf526dab 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 4763e016c..19c585890 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 cb41e26e6..7ae24bbba 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 23c359608..5b415629e 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 517982990..857dd1787 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 651040b9c..cfc1dfc6f 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 f026e89c4..d9656e52b 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 0893003bb..12640ca0d 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 3a8b0a812..aaf4e4756 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 06cc5faae..3fab4028a 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 e66316b11..b9d9c38e3 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 4af488618..724abd053 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 87ec028f2..9737a0149 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 9542b1e56..1892a74a5 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 0e3a54170..f01cf10b7 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 92f6288fb..0f9d31229 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 eed50dfaf..3c1bc0341 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 4034655ed..d17023445 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 96835fbfc..914b3af7d 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 6386b91f2..39c0d0604 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 73ed5a707..0277b4e6c 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 9327caf93..8aac9eba2 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 1bc0b6459..ace02b5e1 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 fc96893a7..d8e8e4fc0 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 399cdebed..44da107b8 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 23952b3bd..f9cedff6f 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 069320ebc..3acb22e93 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 8017c9638..af87bf3c5 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 c7396aeb2..06ea2353c 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 d6f89c352..5619c62ca 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 43be8f8b9..8cc699361 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 cea0cf3c7..2a9d2f1cb 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 4856e1b87..ff98ac0f0 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 4a2497899..8cdccc10a 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 80f4d1f28..cc8cf3a89 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 f4a44ecad..4580491ff 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 f758df3f3..56f98badb 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. diff --git a/packaging/nnfw.spec b/packaging/nnfw.spec index 7cd0470c6..6f17cf94a 100644 --- a/packaging/nnfw.spec +++ b/packaging/nnfw.spec @@ -1,6 +1,6 @@ Name: nnfw Summary: nnfw -Version: 1.22.0 +Version: 1.22.1 Release: 1 Group: Development License: Apache-2.0 and MIT and BSD-2-Clause and MPL-2.0 @@ -31,12 +31,12 @@ Source3018: XNNPACK.tar.gz Source3019: FLATBUFFERS-2.0.tar.gz %{!?build_type: %define build_type Release} -%{!?npud_build: %define npud_build 1} +%{!?npud_build: %define npud_build 0} %{!?trix_support: %define trix_support 1} %{!?coverage_build: %define coverage_build 0} %{!?test_build: %define test_build 0} %{!?extra_option: %define extra_option %{nil}} -%{!?config_support: %define config_support 1} +%{!?config_support: %define config_support 0} %if %{coverage_build} == 1 # Coverage test requires debug build runtime @@ -148,12 +148,16 @@ NPU daemon for optimal management of NPU hardware # Set option for configuration %define option_config %{nil} -%if %{config_support} == 1 %if %{npud_build} == 1 +%if %{config_support} == 1 # ENVVAR_NPUD_CONFIG: Use environment variable for npud configuration and debug -%define option_config -DENVVAR_NPUD_CONFIG=ON -%endif # npud_build +%define option_config -DBUILD_NPUD=ON -DENVVAR_NPUD_CONFIG=ON +%else +%define option_config -DBUILD_NPUD=ON -DENVVAR_NPUD_CONFIG=OFF %endif # config_support +%else +%define option_config -DBUILD_NPUD=OFF +%endif # npud_build %if %{coverage_build} == 1 %define option_coverage -DENABLE_COVERAGE=ON diff --git a/runtime/contrib/android/api/build.gradle b/runtime/contrib/android/api/build.gradle index 07c39829e..cd5e20522 100644 --- a/runtime/contrib/android/api/build.gradle +++ b/runtime/contrib/android/api/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 26 targetSdkVersion 29 versionCode 1 - versionName "1.22.0" + versionName "1.22.1" externalNativeBuild { ndkBuild { diff --git a/runtime/libs/ndarray/src/ContiguousSpan.test.cpp b/runtime/libs/ndarray/src/ContiguousSpan.test.cpp index dd1108697..26efcc645 100644 --- a/runtime/libs/ndarray/src/ContiguousSpan.test.cpp +++ b/runtime/libs/ndarray/src/ContiguousSpan.test.cpp @@ -39,7 +39,7 @@ TEST(NDArrayContiguousSpanTests, slice_assign_test) ASSERT_EQ(span2.at(2), 3); ASSERT_EQ(span2.at(4), 5); - ASSERT_EQ(*(span1.data() + 2), *(span1.data() + 2)); + ASSERT_EQ(*(span1.data() + 2), *(span2.data() + 2)); ContiguousSpan<float> span3(span2.offset(1)); ASSERT_EQ(span3.size(), 4); @@ -63,8 +63,6 @@ TEST(NDArrayContiguousSpanTests, slice_assign_test) ASSERT_EQ(span5.at(1), 3); ASSERT_EQ(span5[2], 4); ASSERT_EQ(span5[3], 5); - - ASSERT_EQ(*(span5.data() + 2), *(span5.data() + 2)); } // int32_t @@ -84,7 +82,7 @@ TEST(NDArrayContiguousSpanTests, slice_assign_test) ASSERT_EQ(span2.at(2), 3); ASSERT_EQ(span2.at(4), 5); - ASSERT_EQ(*(span1.data() + 2), *(span1.data() + 2)); + ASSERT_EQ(*(span1.data() + 2), *(span2.data() + 2)); ContiguousSpan<int32_t> span3(span2.offset(1)); ASSERT_EQ(span3.size(), 4); @@ -127,7 +125,7 @@ TEST(NDArrayContiguousSpanTests, slice_assign_test) ASSERT_EQ(span2.at(2), 3); ASSERT_EQ(span2.at(4), 5); - ASSERT_EQ(*(span1.data() + 2), *(span1.data() + 2)); + ASSERT_EQ(*(span1.data() + 2), *(span2.data() + 2)); ContiguousSpan<uint32_t> span3(span2.offset(1)); ASSERT_EQ(span3.size(), 4); @@ -170,7 +168,7 @@ TEST(NDArrayContiguousSpanTests, slice_assign_test) ASSERT_EQ(span2.at(2), 3); ASSERT_EQ(span2.at(4), 5); - ASSERT_EQ(*(span1.data() + 2), *(span1.data() + 2)); + ASSERT_EQ(*(span1.data() + 2), *(span2.data() + 2)); ContiguousSpan<int8_t> span3(span2.offset(1)); ASSERT_EQ(span3.size(), 4); diff --git a/runtime/onert/api/include/nnfw_version.h b/runtime/onert/api/include/nnfw_version.h index be30ee296..db35c6700 100644 --- a/runtime/onert/api/include/nnfw_version.h +++ b/runtime/onert/api/include/nnfw_version.h @@ -21,6 +21,6 @@ * NNFW_VERSION is a uint32 value representing nnfw runtime version * in 0xMMmmmmPP, where MM = major, mmmm = minor, PP = patch */ -#define NNFW_VERSION 0x01001600 +#define NNFW_VERSION 0x01001601 #endif // __NNFW_VERSION_H__ diff --git a/runtime/onert/core/src/exec/Executors.cc b/runtime/onert/core/src/exec/Executors.cc index 3f4b3cc7f..7edd5aaa2 100644 --- a/runtime/onert/core/src/exec/Executors.cc +++ b/runtime/onert/core/src/exec/Executors.cc @@ -285,6 +285,8 @@ void Executors::CreatePkgIOTensors(const IODescription &desc) const auto &io_index = std::get<ir::IOIndex>(pkg_input); const auto input_pkg_index = find_input_index(_model_edges->pkg_inputs, model_index, subg_index, io_index); + if (input_pkg_index == -1) + throw std::runtime_error{"Cannot find multi model input index"}; auto input_desc = desc.inputs[input_pkg_index].get(); _pkg_input_tensors[pkg_input] = std::make_unique<backend::builtin::IOTensor>(input_desc->info, input_desc->layout); @@ -298,6 +300,8 @@ void Executors::CreatePkgIOTensors(const IODescription &desc) const auto &io_index = std::get<ir::IOIndex>(pkg_output); const auto output_pkg_index = find_output_index(_model_edges->pkg_outputs, model_index, subg_index, io_index); + if (output_pkg_index == -1) + throw std::runtime_error{"Cannot find multi model output index"}; auto output_desc = desc.outputs[output_pkg_index].get(); _pkg_output_tensors[pkg_output] = std::make_unique<backend::builtin::IOTensor>(output_desc->info, output_desc->layout); @@ -331,6 +335,8 @@ void Executors::createPkgIOQuantLayers(const IODescription &desc) const auto &io_index = std::get<ir::IOIndex>(pkg_input); const auto input_pkg_index = find_input_index(_model_edges->pkg_inputs, model_index, subg_index, io_index); + if (input_pkg_index == -1) + throw std::runtime_error{"Cannot find multi model input index"}; auto input_desc = desc.inputs[input_pkg_index].get(); // Create EdgeTensor for nnpkg input if type is different @@ -372,6 +378,8 @@ void Executors::createPkgIOQuantLayers(const IODescription &desc) const auto &io_index = std::get<ir::IOIndex>(pkg_output); const auto output_pkg_index = find_output_index(_model_edges->pkg_outputs, model_index, subg_index, io_index); + if (output_pkg_index == -1) + throw std::runtime_error{"Cannot find multi model output index"}; auto output_desc = desc.outputs[output_pkg_index].get(); // Create EdgeTensor for nnpkg output if type is different diff --git a/tests/nnfw_api/src/one_op_tests/BatchToSpaceND.test.cc b/tests/nnfw_api/src/one_op_tests/BatchToSpaceND.test.cc index 3f4554302..57116acef 100644 --- a/tests/nnfw_api/src/one_op_tests/BatchToSpaceND.test.cc +++ b/tests/nnfw_api/src/one_op_tests/BatchToSpaceND.test.cc @@ -70,3 +70,20 @@ TEST_F(GenModelTest, OneOp_BatchToSpaceND_Crop) _context->setBackends({"cpu"}); SUCCEED(); } + +TEST_F(GenModelTest, neg_OneOp_BatchToSpaceND_DifferentType) +{ + CircleGen cgen; + int in = cgen.addTensor({{4, 1, 1, 1}, circle::TensorType::TensorType_FLOAT32}); + int out = cgen.addTensor({{1, 2, 2, 1}, circle::TensorType::TensorType_INT32}); + int block = cgen.addTensor({{2}, circle::TensorType::TensorType_INT32}); + cgen.addOperatorBatchToSpaceND({{in, block}, {out}}); + cgen.setInputsAndOutputs({in, block}, {out}); + _context = std::make_unique<GenModelTestContext>(cgen.finish()); + _context->addTestCase(TestCaseData{} + .addInput<float>({1, 2, 3, 4}) + .addInput<int32_t>({2, 2}) + .addOutput<int>({1, 2, 3, 4})); + _context->expectFailModelLoad(); + SUCCEED(); +} diff --git a/tests/nnfw_api/src/one_op_tests/Reverse.test.cc b/tests/nnfw_api/src/one_op_tests/Reverse.test.cc index 4168b2123..7b28d7c75 100644 --- a/tests/nnfw_api/src/one_op_tests/Reverse.test.cc +++ b/tests/nnfw_api/src/one_op_tests/Reverse.test.cc @@ -57,3 +57,26 @@ TEST_F(GenModelTest, OneOp_ReverseV2_1D) SUCCEED(); } + +TEST_F(GenModelTest, neg_OneOp_ReverseV2_3D_DifferentType) +{ + CircleGen cgen; + + int in = cgen.addTensor({{4, 3, 2}, circle::TensorType::TensorType_FLOAT32}); + std::vector<int32_t> axis_data{1}; + uint32_t axis_buf = cgen.addBuffer(axis_data); + int axis = cgen.addTensor({{1}, circle::TensorType::TensorType_INT32, axis_buf}); + int out = cgen.addTensor({{4, 3, 2}, circle::TensorType::TensorType_INT32}); + + cgen.addOperatorReverseV2({{in, axis}, {out}}); + cgen.setInputsAndOutputs({in}, {out}); + + _context = std::make_unique<GenModelTestContext>(cgen.finish()); + _context->setBackends({"acl_cl", "cpu"}); + _context->addTestCase(uniformTCD<int>( + {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24}}, + {{5, 6, 3, 4, 1, 2, 11, 12, 9, 10, 7, 8, 17, 18, 15, 16, 13, 14, 23, 24, 21, 22, 19, 20}})); + _context->expectFailModelLoad(); + + SUCCEED(); +} diff --git a/tests/nnfw_api/src/one_op_tests/Split.test.cc b/tests/nnfw_api/src/one_op_tests/Split.test.cc index 32be9a767..7dec8dba5 100644 --- a/tests/nnfw_api/src/one_op_tests/Split.test.cc +++ b/tests/nnfw_api/src/one_op_tests/Split.test.cc @@ -60,3 +60,26 @@ TEST_F(GenModelTest, OneOp_SplitNonConstAxis) SUCCEED(); } + +TEST_F(GenModelTest, neg_OneOp_SplitNegatveSplitNum) +{ + CircleGen cgen; + int in = cgen.addTensor({{2, 4}, circle::TensorType::TensorType_FLOAT32}); + std::vector<int32_t> axis_data{1}; + uint32_t axis_buf = cgen.addBuffer(axis_data); + int axis = cgen.addTensor({{1}, circle::TensorType::TensorType_INT32, axis_buf}); + + int out1 = cgen.addTensor({{2, 2}, circle::TensorType::TensorType_FLOAT32}); + int out2 = cgen.addTensor({{2, 2}, circle::TensorType::TensorType_FLOAT32}); + + cgen.addOperatorSplit({{axis, in}, {out1, out2}}, -3); + cgen.setInputsAndOutputs({in}, {out1, out2}); + + _context = std::make_unique<GenModelTestContext>(cgen.finish()); + _context->addTestCase( + uniformTCD<float>({{1, 2, 3, 4, 5, 6, 7, 8}}, {{1, 2, 5, 6}, {3, 4, 7, 8}})); + _context->setBackends({"cpu", "acl_cl", "acl_neon"}); + _context->expectFailModelLoad(); + + SUCCEED(); +} diff --git a/tests/nnfw_api/src/one_op_tests/StridedSlice.test.cc b/tests/nnfw_api/src/one_op_tests/StridedSlice.test.cc index fb29018d4..9c00e6d89 100644 --- a/tests/nnfw_api/src/one_op_tests/StridedSlice.test.cc +++ b/tests/nnfw_api/src/one_op_tests/StridedSlice.test.cc @@ -41,3 +41,28 @@ TEST_F(GenModelTest, OneOp_StridedSlice_LastDim) SUCCEED(); } + +TEST_F(GenModelTest, neg_OneOp_StridedSlice_DifferentType) +{ + CircleGen cgen; + std::vector<int32_t> begin_data{0, 3}; + std::vector<int32_t> end_data{0, 6}; + std::vector<int32_t> strides_data{1, 1}; + uint32_t begin_buf = cgen.addBuffer(begin_data); + uint32_t end_buf = cgen.addBuffer(end_data); + uint32_t strides_buf = cgen.addBuffer(strides_data); + int input = cgen.addTensor({{1, 6}, circle::TensorType::TensorType_FLOAT32}); + int begin = cgen.addTensor({{2}, circle::TensorType::TensorType_INT32, begin_buf}); + int end = cgen.addTensor({{2}, circle::TensorType::TensorType_INT32, end_buf}); + int strides = cgen.addTensor({{2}, circle::TensorType::TensorType_INT32, strides_buf}); + int out = cgen.addTensor({{1, 3}, circle::TensorType::TensorType_INT32}); + cgen.addOperatorStridedSlice({{input, begin, end, strides}, {out}}, 1, 1); + cgen.setInputsAndOutputs({input}, {out}); + + _context = std::make_unique<GenModelTestContext>(cgen.finish()); + _context->addTestCase(uniformTCD<float>({{1, 2, 3, 4, 5, 6}}, {{4, 5, 6}})); + _context->setBackends({"acl_cl", "acl_neon", "cpu"}); + _context->expectFailModelLoad(); + + SUCCEED(); +} |