From cece42cb5f1c0793b0b396a9996d8763b8c526bd Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Wed, 10 Feb 2021 15:32:38 +0000 Subject: Comply with Trademark rules for use of Neon, Arm and Mali Full trademarks available in README.md Resolves: COMPMID-4257 Signed-off-by: Sheri Zhang Change-Id: Ibfba2adf2eef3449433f467464ebd87d7198474d Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5116 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- tests/validation/NEON/DetectionPostProcessLayer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/validation/NEON/DetectionPostProcessLayer.cpp') diff --git a/tests/validation/NEON/DetectionPostProcessLayer.cpp b/tests/validation/NEON/DetectionPostProcessLayer.cpp index 80b1856e5f..a166402a79 100644 --- a/tests/validation/NEON/DetectionPostProcessLayer.cpp +++ b/tests/validation/NEON/DetectionPostProcessLayer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Arm Limited. + * Copyright (c) 2019-2021 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -150,7 +150,7 @@ inline void base_test_case(DetectionPostProcessLayerInfo info, DataType data_typ quantize_and_fill_tensor(Accessor(anchors), anchors_vector); } - // Determine the output through the NEON kernel + // Determine the output through the Neon kernel Tensor output_boxes; Tensor output_classes; Tensor output_scores; @@ -384,7 +384,7 @@ TEST_CASE(Quantized_regular, framework::DatasetMode::ALL) TEST_SUITE_END() // QASYMM8 TEST_SUITE_END() // DetectionPostProcessLayer -TEST_SUITE_END() // NEON +TEST_SUITE_END() // Neon } // namespace validation } // namespace test } // namespace arm_compute -- cgit v1.2.1