From 572659a0e5dd1086b1c7d16fe331ff73d2acd93a Mon Sep 17 00:00:00 2001 From: Adnan AlSinan Date: Tue, 15 Mar 2022 18:46:42 +0000 Subject: Add CPU Pool3d FP16/32 implementation - Add implementation for the CPU pooling 3d layer. - NDHWC data layout support - Support FP32/FP16. - Add Pool3d to the operator list. - Fix CL Pool3d kernel comments to generate the operator list. Resolves: COMPMID-4671 Signed-off-by: Adnan AlSinan Change-Id: I92478a154beb12541525b648ed3dd5a58c8f27fa Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7311 Tested-by: Arm Jenkins Reviewed-by: Giorgio Arena Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins --- arm_compute/runtime/OperatorList.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'arm_compute/runtime/OperatorList.h') diff --git a/arm_compute/runtime/OperatorList.h b/arm_compute/runtime/OperatorList.h index 4646974148..92b5079e7e 100644 --- a/arm_compute/runtime/OperatorList.h +++ b/arm_compute/runtime/OperatorList.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. + * Copyright (c) 2021-2022 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -720,6 +720,16 @@ * */ +/** Pooling3dLayer + * + * Description: + * Function to perform pooling 3D with the specified pooling operation. + * + * Equivalent Android NNAPI Op: + * N/A + * + */ + /** PReluLayer * * Description: -- cgit v1.2.1