From d5d43d82c0137e08553e44345c609cdd1a7931c7 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 17 Jun 2022 13:24:58 +0100 Subject: Update Doxygen for 22.05 patch release * Pooling3D added to tfLite delegate * Available in tag 22.05.01 Signed-off-by: Nikhil Raj Change-Id: I8d605bba4e87d30baa2c6d7b338c78a4400dc021 --- 22.05.01/_neon_q_lstm_workload_8hpp.xhtml | 142 ++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 22.05.01/_neon_q_lstm_workload_8hpp.xhtml (limited to '22.05.01/_neon_q_lstm_workload_8hpp.xhtml') diff --git a/22.05.01/_neon_q_lstm_workload_8hpp.xhtml b/22.05.01/_neon_q_lstm_workload_8hpp.xhtml new file mode 100644 index 0000000000..a6be59b7fa --- /dev/null +++ b/22.05.01/_neon_q_lstm_workload_8hpp.xhtml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + +ArmNN: src/backends/neon/workloads/NeonQLstmWorkload.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05.01 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
NeonQLstmWorkload.hpp File Reference
+
+
+
#include <armnn/Descriptors.hpp>
+#include <armnn/LstmParams.hpp>
+#include "NeonBaseWorkload.hpp"
+#include <armnn/backends/WorkloadData.hpp>
+#include "arm_compute/graph/Tensor.h"
+#include "arm_compute/runtime/NEON/functions/NEQLSTMLayer.h"
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  NeonQLstmWorkload
 
+ + + + +

+Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
+ + + +

+Functions

arm_compute::Status NeonQLstmWorkloadValidate (const TensorInfo &input, const TensorInfo &cellStateIn, const TensorInfo &outputStateIn, const TensorInfo &cellStateOut, const TensorInfo &outputStateOut, const TensorInfo &output, const QLstmDescriptor &descriptor, const LstmInputParamsInfo &paramsInfo)
 
+
+
+ + + + -- cgit v1.2.1