From 232c45253a84c16fc70eae6406cac5f4048efaca Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Thu, 3 Mar 2022 10:09:01 +0000 Subject: Merge kernel prototype patch Resolves: COMPMID-5151 Signed-off-by: Giorgio Arena Change-Id: Ic4024d5cd4819fe917a1d49621f1866ae2e90a37 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7260 Tested-by: Arm Jenkins Reviewed-by: SiCong Li Comments-Addressed: Arm Jenkins --- docs/Doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/Doxyfile') diff --git a/docs/Doxyfile b/docs/Doxyfile index 02ed988dce..065aa24458 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -876,6 +876,7 @@ EXCLUDE = ./arm_compute/core/NEON/kernels/assembly/ \ ./src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp \ ./tests/datasets/ \ ./tests/benchmark/fixtures/ \ + ./tests/validation/CL/UNIT/dynamic_fusion/ClCompositeKernel.cpp \ ./tests/validation/fixtures/ # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or @@ -2096,7 +2097,8 @@ PREDEFINED = DOXYGEN_SKIP_THIS \ LOCATE_MIN \ LOCATE_MAX \ HAS_BIAS \ - POOL_AVG + POOL_AVG \ + ENABLE_EXPERIMENTAL_DYNAMIC_FUSION # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this -- cgit v1.2.1