From 749294b2c4c593043d29d7275b18cbf78af974e4 Mon Sep 17 00:00:00 2001 From: Laurent Carlier Date: Mon, 1 Jun 2020 09:03:17 +0100 Subject: remove BOM from files Change-Id: Ia4b4bb3be0ed6e933c77d58f8e9879b1370e9537 Signed-off-by: Laurent Carlier --- tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.cpp | 2 +- .../CaffeCifar10AcrossChannels-Armnn.cpp | 2 +- tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.cpp | 2 +- tests/CaffeMnist-Armnn/CaffeMnist-Armnn.cpp | 2 +- tests/CaffePreprocessor.cpp | 2 +- tests/CaffePreprocessor.hpp | 2 +- tests/CaffeResNet-Armnn/CaffeResNet-Armnn.cpp | 2 +- tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.cpp | 2 +- tests/CaffeVGG-Armnn/CaffeVGG-Armnn.cpp | 2 +- tests/Cifar10Database.cpp | 2 +- tests/Cifar10Database.hpp | 2 +- tests/ExecuteNetwork/ExecuteNetwork.cpp | 2 +- tests/InferenceTest.cpp | 2 +- tests/InferenceTest.hpp | 2 +- tests/MnistDatabase.cpp | 2 +- tests/MnistDatabase.hpp | 2 +- tests/MultipleNetworksCifar10/MultipleNetworksCifar10.cpp | 2 +- tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp | 2 +- tests/TfCifar10-Armnn/TfCifar10-Armnn.cpp | 2 +- tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp | 2 +- tests/TfMnist-Armnn/TfMnist-Armnn.cpp | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'tests') diff --git a/tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.cpp b/tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.cpp index e6e9a754f6..e14cd61e72 100644 --- a/tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.cpp +++ b/tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/CaffeCifar10AcrossChannels-Armnn/CaffeCifar10AcrossChannels-Armnn.cpp b/tests/CaffeCifar10AcrossChannels-Armnn/CaffeCifar10AcrossChannels-Armnn.cpp index d2b4ade1e0..7bd98f69da 100644 --- a/tests/CaffeCifar10AcrossChannels-Armnn/CaffeCifar10AcrossChannels-Armnn.cpp +++ b/tests/CaffeCifar10AcrossChannels-Armnn/CaffeCifar10AcrossChannels-Armnn.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.cpp b/tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.cpp index efb5823fae..c41d0443a9 100644 --- a/tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.cpp +++ b/tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/CaffeMnist-Armnn/CaffeMnist-Armnn.cpp b/tests/CaffeMnist-Armnn/CaffeMnist-Armnn.cpp index cf27d2cc6b..c79cb78703 100644 --- a/tests/CaffeMnist-Armnn/CaffeMnist-Armnn.cpp +++ b/tests/CaffeMnist-Armnn/CaffeMnist-Armnn.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/CaffePreprocessor.cpp b/tests/CaffePreprocessor.cpp index 7e7028966c..b92f1f7108 100644 --- a/tests/CaffePreprocessor.cpp +++ b/tests/CaffePreprocessor.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/CaffePreprocessor.hpp b/tests/CaffePreprocessor.hpp index 5647bff6b0..a57382e618 100644 --- a/tests/CaffePreprocessor.hpp +++ b/tests/CaffePreprocessor.hpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/CaffeResNet-Armnn/CaffeResNet-Armnn.cpp b/tests/CaffeResNet-Armnn/CaffeResNet-Armnn.cpp index 542a81e010..aa814ff44b 100644 --- a/tests/CaffeResNet-Armnn/CaffeResNet-Armnn.cpp +++ b/tests/CaffeResNet-Armnn/CaffeResNet-Armnn.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.cpp b/tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.cpp index f4c16fec3e..c19abefef8 100644 --- a/tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.cpp +++ b/tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/CaffeVGG-Armnn/CaffeVGG-Armnn.cpp b/tests/CaffeVGG-Armnn/CaffeVGG-Armnn.cpp index 20ff2be0bc..733cc29b27 100644 --- a/tests/CaffeVGG-Armnn/CaffeVGG-Armnn.cpp +++ b/tests/CaffeVGG-Armnn/CaffeVGG-Armnn.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/Cifar10Database.cpp b/tests/Cifar10Database.cpp index b0a90592d2..db2a234161 100644 --- a/tests/Cifar10Database.cpp +++ b/tests/Cifar10Database.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/Cifar10Database.hpp b/tests/Cifar10Database.hpp index f0c98f3a06..34f979348a 100644 --- a/tests/Cifar10Database.hpp +++ b/tests/Cifar10Database.hpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/ExecuteNetwork/ExecuteNetwork.cpp b/tests/ExecuteNetwork/ExecuteNetwork.cpp index 66d8e1378f..3c4a03272c 100644 --- a/tests/ExecuteNetwork/ExecuteNetwork.cpp +++ b/tests/ExecuteNetwork/ExecuteNetwork.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/InferenceTest.cpp b/tests/InferenceTest.cpp index 1df399b6a4..0391a9af46 100644 --- a/tests/InferenceTest.cpp +++ b/tests/InferenceTest.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/InferenceTest.hpp b/tests/InferenceTest.hpp index 68c168f126..e80211ea71 100644 --- a/tests/InferenceTest.hpp +++ b/tests/InferenceTest.hpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/MnistDatabase.cpp b/tests/MnistDatabase.cpp index c1c5f635b6..9abc3a6d2b 100644 --- a/tests/MnistDatabase.cpp +++ b/tests/MnistDatabase.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/MnistDatabase.hpp b/tests/MnistDatabase.hpp index 813f13aa55..055a85231b 100644 --- a/tests/MnistDatabase.hpp +++ b/tests/MnistDatabase.hpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/MultipleNetworksCifar10/MultipleNetworksCifar10.cpp b/tests/MultipleNetworksCifar10/MultipleNetworksCifar10.cpp index c80260130a..144a7f291b 100644 --- a/tests/MultipleNetworksCifar10/MultipleNetworksCifar10.cpp +++ b/tests/MultipleNetworksCifar10/MultipleNetworksCifar10.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp b/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp index 977a114bfd..31f37916b8 100644 --- a/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp +++ b/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/TfCifar10-Armnn/TfCifar10-Armnn.cpp b/tests/TfCifar10-Armnn/TfCifar10-Armnn.cpp index d42dd2d804..6a88af29a6 100644 --- a/tests/TfCifar10-Armnn/TfCifar10-Armnn.cpp +++ b/tests/TfCifar10-Armnn/TfCifar10-Armnn.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp b/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp index fcee978ded..7208872204 100644 --- a/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp +++ b/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/tests/TfMnist-Armnn/TfMnist-Armnn.cpp b/tests/TfMnist-Armnn/TfMnist-Armnn.cpp index 6d15681d7e..d2b83061a1 100644 --- a/tests/TfMnist-Armnn/TfMnist-Armnn.cpp +++ b/tests/TfMnist-Armnn/TfMnist-Armnn.cpp @@ -1,4 +1,4 @@ -// +// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // -- cgit v1.2.1