From 06ac6e438fc95aa7f8228be8217e0776d692b8e7 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 5 Jul 2021 08:08:52 +0100 Subject: Add basic Operator interface - C facing interfaces - Activation layer descriptor Partially Resolves: COMPMID-4512 Signed-off-by: Georgios Pinitas Change-Id: I8530748fff178ca46d61bf2e40d3e543e93f340b Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5908 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- arm_compute/Acl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arm_compute/Acl.h') diff --git a/arm_compute/Acl.h b/arm_compute/Acl.h index 316407c02e..1cd45d5756 100644 --- a/arm_compute/Acl.h +++ b/arm_compute/Acl.h @@ -34,6 +34,10 @@ extern "C" { #include "arm_compute/AclUtils.h" #include "arm_compute/AclVersion.h" +/* Operator headers */ +#include "arm_compute/AclDescriptors.h" +#include "arm_compute/AclOperators.h" + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.1