From 552e11dbfa03c5f3a86911c2941e545294be94ac Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Wed, 23 Sep 2020 15:08:38 +0100 Subject: COMPMID-3761: Update directory structure Change-Id: Ic450f731216d1aa7f8975aecdc07e98cccc05b99 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4023 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: SiCong Li --- utils/Utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/Utils.h') diff --git a/utils/Utils.h b/utils/Utils.h index c5db56d6f0..1941d37476 100644 --- a/utils/Utils.h +++ b/utils/Utils.h @@ -24,6 +24,10 @@ #ifndef __UTILS_UTILS_H__ #define __UTILS_UTILS_H__ +/** @dir . + * brief Boiler plate code used by examples. Various utilities to print types, load / store assets, etc. + */ + #include "arm_compute/core/Helpers.h" #include "arm_compute/core/ITensor.h" #include "arm_compute/core/Types.h" -- cgit v1.2.1