From 397252889a2d7e7d9d241ee9dcecff3edf2bcff7 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Tue, 12 Dec 2017 15:04:43 +0000 Subject: COMPMID-556 Fix NEON/CL copy-paste documentation mistakes Change-Id: Icbb3a79e42a37f5a874da74231dd185768e4dcc6 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/112910 Reviewed-by: Gian Marco Iodice Reviewed-by: Anthony Barbier Tested-by: Anthony Barbier --- arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h') diff --git a/arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h b/arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h index 0da16ab2a9..659594fe11 100644 --- a/arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h +++ b/arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h @@ -73,7 +73,7 @@ private: bool _has_bias; }; -/** Basic function to execute a generic depthwise convolution. This function calls the following OpenCL kernels: +/** Basic function to execute a generic depthwise convolution. This function calls the following NEON kernels: * * -# @ref NEDepthwiseIm2ColKernel * -# @ref NEDepthwiseWeightsReshapeKernel -- cgit v1.2.1