aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/NEON/DirectConvolutionLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/NEON/DirectConvolutionLayer.cpp')
-rw-r--r--tests/benchmark/NEON/DirectConvolutionLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark/NEON/DirectConvolutionLayer.cpp b/tests/benchmark/NEON/DirectConvolutionLayer.cpp
index 22f1bd2942..f94ef6be19 100644
--- a/tests/benchmark/NEON/DirectConvolutionLayer.cpp
+++ b/tests/benchmark/NEON/DirectConvolutionLayer.cpp
@@ -47,7 +47,7 @@ namespace benchmark
{
namespace
{
-// Special data types for networks that need 5x5 direct convolution, which does not support Fixed Point
+// Special data types for networks that need 5x5 direct convolution
#ifdef ARM_COMPUTE_ENABLE_F16
const auto data_types = framework::dataset::make("DataType", { DataType::F16, DataType::F32 });
#else /* ARM_COMPUTE_ENABLE_F16 */