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 --- docs/user_guide/operator_list.dox | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/user_guide/operator_list.dox b/docs/user_guide/operator_list.dox index 1dfbdf6aea..ee337d46ea 100644 --- a/docs/user_guide/operator_list.dox +++ b/docs/user_guide/operator_list.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2021 Arm Limited. +/// Copyright (c) 2021-2022 Arm Limited. /// /// SPDX-License-Identifier: MIT /// @@ -2299,6 +2299,36 @@ where N = batches, C = channels, H = height, W = width, D = depth F16F16 F32F32 + + Pooling3dLayer + Function to perform pooling 3D with the specified pooling operation. + +
    +
  • N/A +
+ NEPooling3dLayer + +
    +
  • NDHWC +
+ + +
srcdst +
F16F16 +
F32F32 +
+ + CLPooling3dLayer + +
    +
  • NDHWC +
+ + +
srcdst +
F16F16 +
F32F32 +
PReluLayer Function to compute the activation layer with the PRELU activation function. -- cgit v1.2.1