Fix doxygen references to new kernels
authorMichele Di Giorgio <michele.digiorgio@arm.com>
Tue, 19 Jan 2021 15:29:02 +0000 (15:29 +0000)
committerSheri Zhang <sheri.zhang@arm.com>
Tue, 19 Jan 2021 18:21:47 +0000 (18:21 +0000)
commitbd2c8e1be0c83d243a9e2bc8eec60853f8dc701a
tree4e644b3bd1e0df1d05939d7e75a16be26d3d1c00
parent0f7ef8ab2171093855a8f21bd39c8fd7066dd629
Fix doxygen references to new kernels

Resolves COMPMID-4117

Change-Id: I9945a92402e34b9cfe0ba9ef2a961b168bf62721
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4883
Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
30 files changed:
arm_compute/runtime/NEON/functions/NEActivationLayer.h
arm_compute/runtime/NEON/functions/NEArithmeticAddition.h
arm_compute/runtime/NEON/functions/NEConcatenateLayer.h
arm_compute/runtime/NEON/functions/NECopy.h
arm_compute/runtime/NEON/functions/NEFill.h
arm_compute/runtime/NEON/functions/NEFloor.h
arm_compute/runtime/NEON/functions/NEGEMM.h
arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEMaxUnpoolingLayer.h
arm_compute/runtime/NEON/functions/NEPermute.h
arm_compute/runtime/NEON/functions/NEQLSTMLayer.h
arm_compute/runtime/NEON/functions/NEReshapeLayer.h
arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h
docs/00_introduction.dox
docs/04_adding_operator.dox
src/core/NEON/kernels/NEConvertQuantizedSignednessKernel.h
src/core/NEON/kernels/NEReorgLayerKernel.h
src/core/SubTensorInfo.cpp
src/core/cpu/kernels/CpuActivationKernel.cpp
src/core/cpu/kernels/CpuActivationKernel.h
src/core/cpu/kernels/CpuCopyKernel.h
src/core/helpers/ScaleHelpers.h
src/runtime/cpu/operators/CpuActivation.h
src/runtime/cpu/operators/CpuAdd.h
src/runtime/cpu/operators/CpuConcatenate.h
src/runtime/cpu/operators/CpuCopy.h
src/runtime/cpu/operators/CpuFill.h
src/runtime/cpu/operators/CpuFloor.h
src/runtime/cpu/operators/CpuPermute.h
src/runtime/cpu/operators/CpuReshape.h