From c6fcfb4adc37a6cf09472168dc177234d4fabdfa Mon Sep 17 00:00:00 2001 From: Sang-Hoon Park Date: Wed, 31 Mar 2021 15:18:16 +0100 Subject: Add Tensor related utilities to the new API A couple of utility functions to get the information about tensors are added. Those functions are placed at an additional header file for better grouping. Related test cases are also added. Resolves: COMPMID-4376 Change-Id: I6bd09cbf60fddcf4fe651906982397afb0451392 Signed-off-by: Sang-Hoon Park Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5405 Comments-Addressed: Arm Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins --- arm_compute/Acl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/Acl.h') diff --git a/arm_compute/Acl.h b/arm_compute/Acl.h index 6958f60bfd..316407c02e 100644 --- a/arm_compute/Acl.h +++ b/arm_compute/Acl.h @@ -31,6 +31,7 @@ extern "C" { /* Core headers */ #include "arm_compute/AclEntrypoints.h" #include "arm_compute/AclTypes.h" +#include "arm_compute/AclUtils.h" #include "arm_compute/AclVersion.h" #ifdef __cplusplus -- cgit v1.2.1