From 6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 22 Nov 2023 11:41:15 +0000 Subject: Update Doxygen for 23.11 Signed-off-by: Nikhil Raj Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849 --- 23.11/_neon_pooling3d_workload_8hpp_source.html | 157 ++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 23.11/_neon_pooling3d_workload_8hpp_source.html (limited to '23.11/_neon_pooling3d_workload_8hpp_source.html') diff --git a/23.11/_neon_pooling3d_workload_8hpp_source.html b/23.11/_neon_pooling3d_workload_8hpp_source.html new file mode 100644 index 0000000000..beea00bc86 --- /dev/null +++ b/23.11/_neon_pooling3d_workload_8hpp_source.html @@ -0,0 +1,157 @@ + + + + + + + + +Arm NN: src/backends/neon/workloads/NeonPooling3dWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
NeonPooling3dWorkload.hpp
+
+
+Go to the documentation of this file.
1 //
+
2 // Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
+
3 // SPDX-License-Identifier: MIT
+
4 //
+
5 
+
6 #pragma once
+
7 
+
8 #include "NeonBaseWorkload.hpp"
+
9 
+
10 #include <arm_compute/runtime/NEON/functions/NEPooling3dLayer.h>
+
11 
+
12 namespace armnn
+
13 {
+
14 
+
15  arm_compute::Status NeonPooling3dWorkloadValidate(const TensorInfo& input,
+
16  const TensorInfo& output,
+
17  const Pooling3dDescriptor& descriptor);
+
18 
+
19  class NeonPooling3dWorkload : public NeonBaseWorkload<Pooling3dQueueDescriptor>
+
20  {
+
21  public:
+ +
23 
+ +
25  const WorkloadInfo& info);
+
26 
+
27  void Execute() const override;
+
28 
+
29  private:
+
30  std::unique_ptr<arm_compute::IFunction> m_PoolingLayer;
+
31  };
+
32 
+
33 } //namespace armnn
+
+
+
arm_compute::Status NeonPooling3dWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const Pooling3dDescriptor &descriptor)
+ + + +
Contains information about TensorInfos of a layer.
+ + + +
NeonPooling3dWorkload(const Pooling3dQueueDescriptor &descriptor, const WorkloadInfo &info)
+
Status
Definition: Types.hpp:42
+
const armnnSerializer::Pooling3dDescriptor * Pooling3dDescriptor
+
Copyright (c) 2021 ARM Limited and Contributors.
+ + + + + -- cgit v1.2.1