From 03c7ff3f6188240baaeaeb405a357a0c58195fec Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 22 Aug 2023 12:00:04 +0100 Subject: IVGCVSW-7702 Update Doxygen Docu for 23.08 Signed-off-by: Nikhil Raj Change-Id: I357a9f7e47614589327c1ac5d95b6224ff77103d --- latest/_ref_elementwise_binary_workload_8cpp.html | 147 ++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 latest/_ref_elementwise_binary_workload_8cpp.html (limited to 'latest/_ref_elementwise_binary_workload_8cpp.html') diff --git a/latest/_ref_elementwise_binary_workload_8cpp.html b/latest/_ref_elementwise_binary_workload_8cpp.html new file mode 100644 index 0000000000..68b4ec61ae --- /dev/null +++ b/latest/_ref_elementwise_binary_workload_8cpp.html @@ -0,0 +1,147 @@ + + + + + + + + +Arm NN: src/backends/reference/workloads/RefElementwiseBinaryWorkload.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefElementwiseBinaryWorkload.cpp File Reference
+
+
+
#include "RefElementwiseBinaryWorkload.hpp"
+#include "Decoders.hpp"
+#include "ElementwiseFunction.hpp"
+#include "Encoders.hpp"
+#include "RefWorkloadUtils.hpp"
+#include "Maximum.hpp"
+#include "Minimum.hpp"
+#include "SquaredDifference.hpp"
+#include "Power.hpp"
+#include <Profiling.hpp>
+#include <armnn/TypesUtils.hpp>
+#include <functional>
+
+Include dependency graph for RefElementwiseBinaryWorkload.cpp:
+
+
+
+
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

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

+Functions

template<typename DataType >
void ExecuteFunction (std::vector< ITensorHandle * > inputs, std::vector< ITensorHandle * > outputs, BinaryOperation operation)
 
+
+
+ + + + -- cgit v1.2.1