From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/struct_activation_fixture.xhtml | 407 ++++++++++++++++++++++++++++++++++ 1 file changed, 407 insertions(+) create mode 100644 21.08/struct_activation_fixture.xhtml (limited to '21.08/struct_activation_fixture.xhtml') diff --git a/21.08/struct_activation_fixture.xhtml b/21.08/struct_activation_fixture.xhtml new file mode 100644 index 0000000000..9eb13ff29f --- /dev/null +++ b/21.08/struct_activation_fixture.xhtml @@ -0,0 +1,407 @@ + + + + + + + + + + + + + +ArmNN: ActivationFixture Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ActivationFixture Struct Reference
+
+
+ +

#include <ActivationFixture.hpp>

+
+Inheritance diagram for ActivationFixture:
+
+
+ + +PositiveActivationFixture + +
+ + + + +

+Public Member Functions

 ActivationFixture ()
 
+ + + + + + + + + + + + + + + + + + + + + + + +

+Public Attributes

unsigned int width = 17
 
unsigned int height = 29
 
unsigned int channels = 2
 
unsigned int batchSize = 5
 
std::vector< float > output
 
std::vector< float > outputExpected
 
std::vector< float > input
 
armnn::TensorInfo inputTensorInfo
 
armnn::TensorInfo outputTensorInfo
 
float a = 0.234f
 
float b = -12.345f
 
+

Detailed Description

+
+

Definition at line 14 of file ActivationFixture.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ActivationFixture()

+ +
+
+ + + + + +
+ + + + + + + +
ActivationFixture ()
+
+inline
+
+ +

Definition at line 16 of file ActivationFixture.hpp.

+ +

References batchSize, channels, armnn::Float32, height, input, inputTensorInfo, output, outputExpected, outputTensorInfo, and width.

+ +

Referenced by TEST_SUITE().

+
17  {
18  output.resize(batchSize * channels * height * width);
19  outputExpected.resize(batchSize * channels * height * width);
20  input.resize(batchSize * channels * height * width);
21 
22  unsigned int inputShape[] = { batchSize, channels, height, width };
23  unsigned int outputShape[] = { batchSize, channels, height, width };
24 
27 
28  input = MakeRandomTensor<float>(inputTensorInfo, 21453);
29  }
+
std::vector< float > input
+ + +
armnn::TensorInfo outputTensorInfo
+
armnn::TensorInfo inputTensorInfo
+
std::vector< float > output
+
std::vector< float > outputExpected
+ + + +
+
+
+

Member Data Documentation

+ +

◆ a

+ +
+
+ + + + +
float a = 0.234f
+
+ +

Definition at line 44 of file ActivationFixture.hpp.

+ +

Referenced by TEST_SUITE().

+ +
+
+ +

◆ b

+ +
+
+ + + + +
float b = -12.345f
+
+ +

Definition at line 45 of file ActivationFixture.hpp.

+ +

Referenced by TEST_SUITE().

+ +
+
+ +

◆ batchSize

+ +
+
+ + + + +
unsigned int batchSize = 5
+
+ +

Definition at line 34 of file ActivationFixture.hpp.

+ +

Referenced by ActivationFixture().

+ +
+
+ +

◆ channels

+ +
+
+ + + + +
unsigned int channels = 2
+
+ +

Definition at line 33 of file ActivationFixture.hpp.

+ +

Referenced by ActivationFixture().

+ +
+
+ +

◆ height

+ +
+
+ + + + +
unsigned int height = 29
+
+ +

Definition at line 32 of file ActivationFixture.hpp.

+ +

Referenced by ActivationFixture().

+ +
+
+ +

◆ input

+ +
+
+ + + + +
std::vector<float> input
+
+
+ +

◆ inputTensorInfo

+ +
+
+ + + + +
armnn::TensorInfo inputTensorInfo
+
+
+ +

◆ output

+ +
+
+ + + + +
std::vector<float> output
+
+ +

Definition at line 36 of file ActivationFixture.hpp.

+ +

Referenced by ActivationFixture().

+ +
+
+ +

◆ outputExpected

+ +
+
+ + + + +
std::vector<float> outputExpected
+
+ +

Definition at line 37 of file ActivationFixture.hpp.

+ +

Referenced by ActivationFixture().

+ +
+
+ +

◆ outputTensorInfo

+ +
+
+ + + + +
armnn::TensorInfo outputTensorInfo
+
+ +

Definition at line 41 of file ActivationFixture.hpp.

+ +

Referenced by ActivationFixture().

+ +
+
+ +

◆ width

+ +
+
+ + + + +
unsigned int width = 17
+
+ +

Definition at line 31 of file ActivationFixture.hpp.

+ +

Referenced by ActivationFixture().

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1