From 96becb7e4f5f510344c3850278a706d63a564fc4 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Tue, 16 Jun 2020 12:41:49 +0100 Subject: Revert "IVGCVSW-3726 Upload ArmNN Doxygen files" This reverts commit de36e4a9c299028e792c3a5bd99ad0816d806077. Signed-off-by: Jan Eilers Change-Id: Idbf20c12ea07583ca552d7cc7fb517fbadc73fff --- .../_cl_subtraction_workload_8hpp_source.html | 111 --------------------- 1 file changed, 111 deletions(-) delete mode 100644 Documentation/_cl_subtraction_workload_8hpp_source.html (limited to 'Documentation/_cl_subtraction_workload_8hpp_source.html') diff --git a/Documentation/_cl_subtraction_workload_8hpp_source.html b/Documentation/_cl_subtraction_workload_8hpp_source.html deleted file mode 100644 index 7c78930834..0000000000 --- a/Documentation/_cl_subtraction_workload_8hpp_source.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - -ArmNN: src/backends/cl/workloads/ClSubtractionWorkload.hpp Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
ArmNN -  NotReleased -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
ClSubtractionWorkload.hpp
-
-
-Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 
10 #include <arm_compute/runtime/CL/functions/CLElementwiseOperations.h>
11 
12 namespace armnn
13 {
14 
15 class ClSubtractionWorkload : public BaseWorkload<SubtractionQueueDescriptor>
16 {
17 public:
19 
20  void Execute() const override;
21 
22 private:
23  mutable arm_compute::CLArithmeticSubtraction m_Layer;
24 };
25 
27  const TensorInfo& input1,
28  const TensorInfo& output);
29 } //namespace armnn
-
Status
Definition: Types.hpp:26
-
ClSubtractionWorkload(const SubtractionQueueDescriptor &descriptor, const WorkloadInfo &info)
- - - - - - -
arm_compute::Status ClSubtractionValidate(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output)
- - -
-
- - - - -- cgit v1.2.1