From cb0630959aeae05bc2ae9f6d80cf5f5983a8fb77 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 23 Nov 2022 11:05:29 +0000 Subject: IVGCVSW-7075 Update Doxygen for 22.11 Release Signed-off-by: Nikhil Raj Change-Id: Ib5669e8fd3739d1b10f5dd694d020d51799896dc --- 22.11/_ref_elementwise_workload_8hpp.xhtml | 160 +++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 22.11/_ref_elementwise_workload_8hpp.xhtml (limited to '22.11/_ref_elementwise_workload_8hpp.xhtml') diff --git a/22.11/_ref_elementwise_workload_8hpp.xhtml b/22.11/_ref_elementwise_workload_8hpp.xhtml new file mode 100644 index 0000000000..c2bb818ccf --- /dev/null +++ b/22.11/_ref_elementwise_workload_8hpp.xhtml @@ -0,0 +1,160 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/RefElementwiseWorkload.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefElementwiseWorkload.hpp File Reference
+
+
+
#include <armnn/Types.hpp>
+#include "RefBaseWorkload.hpp"
+#include <armnn/backends/WorkloadData.hpp>
+#include "BaseIterator.hpp"
+#include "ElementwiseFunction.hpp"
+#include "Maximum.hpp"
+#include "Minimum.hpp"
+#include "StringMapping.hpp"
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  RefElementwiseWorkload< Functor, ParentDescriptor, DebugString >
 
+ + + + +

+Namespaces

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

+Typedefs

template<typename DataType = float>
using RefAdditionWorkload = RefElementwiseWorkload< std::plus< DataType >, AdditionQueueDescriptor, StringMapping::RefAdditionWorkload_Execute >
 
template<typename DataType = float>
using RefSubtractionWorkload = RefElementwiseWorkload< std::minus< DataType >, SubtractionQueueDescriptor, StringMapping::RefSubtractionWorkload_Execute >
 
template<typename DataType = float>
using RefMultiplicationWorkload = RefElementwiseWorkload< std::multiplies< DataType >, MultiplicationQueueDescriptor, StringMapping::RefMultiplicationWorkload_Execute >
 
template<typename DataType = float>
using RefDivisionWorkload = RefElementwiseWorkload< std::divides< DataType >, DivisionQueueDescriptor, StringMapping::RefDivisionWorkload_Execute >
 
template<typename DataType = float>
using RefMaximumWorkload = RefElementwiseWorkload< armnn::maximum< DataType >, MaximumQueueDescriptor, StringMapping::RefMaximumWorkload_Execute >
 
template<typename DataType = float>
using RefMinimumWorkload = RefElementwiseWorkload< armnn::minimum< DataType >, MinimumQueueDescriptor, StringMapping::RefMinimumWorkload_Execute >
 
+
+
+ + + + -- cgit v1.2.1