From a983e4699082a0b1ef685bab7354f2ad9cd37a44 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Wed, 20 May 2020 16:12:19 +0100 Subject: Updating Doxygen documentation for 20.05 release. Change-Id: I4d624343ed5fd6ae269c3d53532903084508fd14 Signed-off-by: Colm Donelan --- 20.05/_activation_8hpp_source.xhtml | 119 ++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 20.05/_activation_8hpp_source.xhtml (limited to '20.05/_activation_8hpp_source.xhtml') diff --git a/20.05/_activation_8hpp_source.xhtml b/20.05/_activation_8hpp_source.xhtml new file mode 100644 index 0000000000..3d8720ca3c --- /dev/null +++ b/20.05/_activation_8hpp_source.xhtml @@ -0,0 +1,119 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/Activation.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Activation.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 #include "BaseIterator.hpp"
7 
8 #include <armnn/Tensor.hpp>
9 #include <armnn/Types.hpp>
10 
11 namespace armnn
12 {
13 float Activation(float in,
14  ActivationFunction function,
15  float a,
16  float b);
17 
18 void Activation(Decoder<float>& in,
19  Encoder<float>& out,
20  const TensorInfo& tensorInfo,
21  ActivationFunction function,
22  float a,
23  float b);
24 
25 } //namespace armnn
+
Copyright (c) 2020 ARM Limited.
+ + +
float Activation(float in, ActivationFunction function, float a, float b)
Definition: Activation.cpp:13
+
ActivationFunction
Definition: Types.hpp:55
+
+
+ + + + -- cgit v1.2.1