From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ..._neon_multiplication_workload_8hpp_source.xhtml | 124 --------------------- 1 file changed, 124 deletions(-) delete mode 100644 Documentation/_neon_multiplication_workload_8hpp_source.xhtml (limited to 'Documentation/_neon_multiplication_workload_8hpp_source.xhtml') diff --git a/Documentation/_neon_multiplication_workload_8hpp_source.xhtml b/Documentation/_neon_multiplication_workload_8hpp_source.xhtml deleted file mode 100644 index 4a2f6bf697..0000000000 --- a/Documentation/_neon_multiplication_workload_8hpp_source.xhtml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - -ArmNN: src/backends/neon/workloads/NeonMultiplicationWorkload.hpp Source File - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
NeonMultiplicationWorkload.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/core/Error.h>
11 #include <arm_compute/runtime/IFunction.h>
12 
13 #include <memory>
14 
15 namespace armnn
16 {
18  const TensorInfo& input1,
19  const TensorInfo& output);
20 
21 class NeonMultiplicationWorkload : public BaseWorkload<MultiplicationQueueDescriptor>
22 {
23 public:
25  virtual void Execute() const override;
26 
27 private:
28  std::unique_ptr<arm_compute::IFunction> m_PixelWiseMultiplication;
29 };
30 
31 } //namespace armnn
-
arm_compute::Status NeonMultiplicationWorkloadValidate(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output)
- -
Copyright (c) 2020 ARM Limited.
- -
NeonMultiplicationWorkload(const MultiplicationQueueDescriptor &descriptor, const WorkloadInfo &info)
-
Status
enumeration
Definition: Types.hpp:26
- - -
Contains information about inputs and outputs to a layer.
- -
-
- - - - -- cgit v1.2.1