aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/DetectionPostProcessLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/DetectionPostProcessLayer.cpp')
-rw-r--r--tests/validation/NEON/DetectionPostProcessLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/NEON/DetectionPostProcessLayer.cpp b/tests/validation/NEON/DetectionPostProcessLayer.cpp
index a166402a79..7d725327b7 100644
--- a/tests/validation/NEON/DetectionPostProcessLayer.cpp
+++ b/tests/validation/NEON/DetectionPostProcessLayer.cpp
@@ -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 Compute Library operator
Tensor output_boxes;
Tensor output_classes;
Tensor output_scores;