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/AclVersion.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm_compute/AclVersion.h') diff --git a/arm_compute/AclVersion.h b/arm_compute/AclVersion.h index 3a2f30791d..0b05a5e7dc 100644 --- a/arm_compute/AclVersion.h +++ b/arm_compute/AclVersion.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef ARM_COMPUTE_ACLVERSION_H_ -#define ARM_COMPUTE_ACLVERSION_H_ +#ifndef ARM_COMPUTE_ACL_VERSION_H_ +#define ARM_COMPUTE_ACL_VERSION_H_ #ifdef __cplusplus extern "C" { @@ -53,4 +53,4 @@ const AclVersion *AclVersionInfo(); #ifdef __cplusplus } #endif /* __cplusplus */ -#endif /* ARM_COMPUTE_ACLVERSION_H_ */ +#endif /* ARM_COMPUTE_ACL_VERSION_H_ */ -- cgit v1.2.1