aboutsummaryrefslogtreecommitdiff
path: root/21.08/_activation_fixture_8hpp_source.xhtml
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2021-08-24 16:27:15 +0100
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-08-24 16:27:40 +0100
commitf86be93b7492b381370cae7bf71eca8572a0cbae (patch)
tree2a16d9b1892db2305851b2d91850f1c1635390b0 /21.08/_activation_fixture_8hpp_source.xhtml
parentff4682943c0a64acb22643aac7793ad2ec2a1194 (diff)
downloadarmnn-f86be93b7492b381370cae7bf71eca8572a0cbae.tar.gz
IVGCVSW-5924 Update 21.08 Doxygen Documents
* Also updated latest symlink. Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea
Diffstat (limited to '21.08/_activation_fixture_8hpp_source.xhtml')
-rw-r--r--21.08/_activation_fixture_8hpp_source.xhtml134
1 files changed, 134 insertions, 0 deletions
diff --git a/21.08/_activation_fixture_8hpp_source.xhtml b/21.08/_activation_fixture_8hpp_source.xhtml
new file mode 100644
index 0000000000..41ce3ff0ef
--- /dev/null
+++ b/21.08/_activation_fixture_8hpp_source.xhtml
@@ -0,0 +1,134 @@
+<!-- Copyright (c) 2020 ARM Limited. -->
+<!-- -->
+<!-- SPDX-License-Identifier: MIT -->
+<!-- -->
+<!-- HTML header for doxygen 1.8.13-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="robots" content="NOINDEX, NOFOLLOW" />
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>ArmNN: src/backends/backendsCommon/test/ActivationFixture.hpp Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+ $(document).ready(initResizable);
+</script>
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<script type="text/x-mathjax-config">
+ MathJax.Hub.Config({
+ extensions: ["tex2jax.js"],
+ jax: ["input/TeX","output/HTML-CSS"],
+});
+</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+ <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
+ <td style="padding-left: 0.5em;">
+ <div id="projectname">
+ &#160;<span id="projectnumber">21.08</span>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+$(function() {
+ initMenu('',true,false,'search.php','Search');
+ $(document).ready(function() { init_search(); });
+});
+</script>
+<div id="main-nav"></div>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+ <div id="nav-tree">
+ <div id="nav-tree-contents">
+ <div id="nav-sync" class="sync"></div>
+ </div>
+ </div>
+ <div id="splitbar" style="-moz-user-select:none;"
+ class="ui-resizable-handle">
+ </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('_activation_fixture_8hpp_source.xhtml','');});
+</script>
+<div id="doc-content">
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ onkeydown="return searchBox.OnSearchSelectKey(event)">
+</div>
+
+<!-- iframe showing the search results (closed by default) -->
+<div id="MSearchResultsWindow">
+<iframe src="javascript:void(0)" frameborder="0"
+ name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+ <div class="headertitle">
+<div class="title">ActivationFixture.hpp</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="_activation_fixture_8hpp.xhtml">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Copyright © 2017 Arm Ltd. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_tensor_copy_utils_8hpp.xhtml">TensorCopyUtils.hpp</a>&quot;</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_workload_test_utils_8hpp.xhtml">WorkloadTestUtils.hpp</a>&quot;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_numeric_cast_8hpp.xhtml">armnn/utility/NumericCast.hpp</a>&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_tensor_helpers_8hpp.xhtml">test/TensorHelpers.hpp</a>&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml"> 14</a></span>&#160;<span class="keyword">struct </span><a class="code" href="struct_activation_fixture.xhtml">ActivationFixture</a></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;{</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#ae1dbc299f042fc62a3e6a04977d3d880"> 16</a></span>&#160; <a class="code" href="struct_activation_fixture.xhtml#ae1dbc299f042fc62a3e6a04977d3d880">ActivationFixture</a>()</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; {</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <a class="code" href="struct_activation_fixture.xhtml#a49fbbc88dcc55e42eb57c6779f610de4">output</a>.resize(<a class="code" href="struct_activation_fixture.xhtml#a0d207bf4bfdc828e9372de7632cdbe99">batchSize</a> * <a class="code" href="struct_activation_fixture.xhtml#a9ed2af39747c91928713f96d4e28b53f">channels</a> * <a class="code" href="struct_activation_fixture.xhtml#ab2e78c61905b4419fcc7b4cfc500fe85">height</a> * <a class="code" href="struct_activation_fixture.xhtml#aca34d28e3d8bcbcadb8edb4e3af24f8c">width</a>);</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <a class="code" href="struct_activation_fixture.xhtml#a0104ec020d97af297a60f6b7320aaeef">outputExpected</a>.resize(<a class="code" href="struct_activation_fixture.xhtml#a0d207bf4bfdc828e9372de7632cdbe99">batchSize</a> * <a class="code" href="struct_activation_fixture.xhtml#a9ed2af39747c91928713f96d4e28b53f">channels</a> * <a class="code" href="struct_activation_fixture.xhtml#ab2e78c61905b4419fcc7b4cfc500fe85">height</a> * width);</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <a class="code" href="struct_activation_fixture.xhtml#a0db0015ed048cf2e6909b847ab7d347c">input</a>.resize(<a class="code" href="struct_activation_fixture.xhtml#a0d207bf4bfdc828e9372de7632cdbe99">batchSize</a> * <a class="code" href="struct_activation_fixture.xhtml#a9ed2af39747c91928713f96d4e28b53f">channels</a> * <a class="code" href="struct_activation_fixture.xhtml#ab2e78c61905b4419fcc7b4cfc500fe85">height</a> * width);</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> inputShape[] = { <a class="code" href="struct_activation_fixture.xhtml#a0d207bf4bfdc828e9372de7632cdbe99">batchSize</a>, <a class="code" href="struct_activation_fixture.xhtml#a9ed2af39747c91928713f96d4e28b53f">channels</a>, <a class="code" href="struct_activation_fixture.xhtml#ab2e78c61905b4419fcc7b4cfc500fe85">height</a>, width };</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> outputShape[] = { <a class="code" href="struct_activation_fixture.xhtml#a0d207bf4bfdc828e9372de7632cdbe99">batchSize</a>, <a class="code" href="struct_activation_fixture.xhtml#a9ed2af39747c91928713f96d4e28b53f">channels</a>, <a class="code" href="struct_activation_fixture.xhtml#ab2e78c61905b4419fcc7b4cfc500fe85">height</a>, width };</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <a class="code" href="struct_activation_fixture.xhtml#a2e4e470f9a82213ac1cbed6e3007807d">inputTensorInfo</a> = <a class="code" href="classarmnn_1_1_tensor_info.xhtml">armnn::TensorInfo</a>(4, inputShape, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a166495adc0d0f53bee6baecc577f5204">armnn::DataType::Float32</a>);</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <a class="code" href="struct_activation_fixture.xhtml#a404c04590fcb7463711f2d4ad9d99353">outputTensorInfo</a> = <a class="code" href="classarmnn_1_1_tensor_info.xhtml">armnn::TensorInfo</a>(4, outputShape, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a166495adc0d0f53bee6baecc577f5204">armnn::DataType::Float32</a>);</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <a class="code" href="struct_activation_fixture.xhtml#a0db0015ed048cf2e6909b847ab7d347c">input</a> = MakeRandomTensor&lt;float&gt;(<a class="code" href="struct_activation_fixture.xhtml#a2e4e470f9a82213ac1cbed6e3007807d">inputTensorInfo</a>, 21453);</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; }</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#aca34d28e3d8bcbcadb8edb4e3af24f8c"> 31</a></span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="struct_activation_fixture.xhtml#aca34d28e3d8bcbcadb8edb4e3af24f8c">width</a> = 17;</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#ab2e78c61905b4419fcc7b4cfc500fe85"> 32</a></span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="struct_activation_fixture.xhtml#ab2e78c61905b4419fcc7b4cfc500fe85">height</a> = 29;</div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#a9ed2af39747c91928713f96d4e28b53f"> 33</a></span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="struct_activation_fixture.xhtml#a9ed2af39747c91928713f96d4e28b53f">channels</a> = 2;</div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#a0d207bf4bfdc828e9372de7632cdbe99"> 34</a></span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="struct_activation_fixture.xhtml#a0d207bf4bfdc828e9372de7632cdbe99">batchSize</a> = 5;</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#a49fbbc88dcc55e42eb57c6779f610de4"> 36</a></span>&#160; std::vector&lt;float&gt; <a class="code" href="struct_activation_fixture.xhtml#a49fbbc88dcc55e42eb57c6779f610de4">output</a>;</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#a0104ec020d97af297a60f6b7320aaeef"> 37</a></span>&#160; std::vector&lt;float&gt; <a class="code" href="struct_activation_fixture.xhtml#a0104ec020d97af297a60f6b7320aaeef">outputExpected</a>;</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#a0db0015ed048cf2e6909b847ab7d347c"> 38</a></span>&#160; std::vector&lt;float&gt; <a class="code" href="struct_activation_fixture.xhtml#a0db0015ed048cf2e6909b847ab7d347c">input</a>;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;</div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#a2e4e470f9a82213ac1cbed6e3007807d"> 40</a></span>&#160; <a class="code" href="classarmnn_1_1_tensor_info.xhtml">armnn::TensorInfo</a> <a class="code" href="struct_activation_fixture.xhtml#a2e4e470f9a82213ac1cbed6e3007807d">inputTensorInfo</a>;</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#a404c04590fcb7463711f2d4ad9d99353"> 41</a></span>&#160; <a class="code" href="classarmnn_1_1_tensor_info.xhtml">armnn::TensorInfo</a> <a class="code" href="struct_activation_fixture.xhtml#a404c04590fcb7463711f2d4ad9d99353">outputTensorInfo</a>;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="comment">// Parameters used by some of the activation functions.</span></div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#a4aec1a5be9d9a4a394a2e49e9744286e"> 44</a></span>&#160; <span class="keywordtype">float</span> <a class="code" href="struct_activation_fixture.xhtml#a4aec1a5be9d9a4a394a2e49e9744286e">a</a> = 0.234f;</div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="struct_activation_fixture.xhtml#a83fc1af92e29717b4513d121b0c72c7d"> 45</a></span>&#160; <span class="keywordtype">float</span> <a class="code" href="struct_activation_fixture.xhtml#a83fc1af92e29717b4513d121b0c72c7d">b</a> = -12.345f;</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;};</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="struct_positive_activation_fixture.xhtml"> 49</a></span>&#160;<span class="keyword">struct </span><a class="code" href="struct_positive_activation_fixture.xhtml">PositiveActivationFixture</a> : <span class="keyword">public</span> <a class="code" href="struct_activation_fixture.xhtml">ActivationFixture</a></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;{</div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="struct_positive_activation_fixture.xhtml#a42413470cac3e538dd3f8b88e9a30fdb"> 51</a></span>&#160; <a class="code" href="struct_positive_activation_fixture.xhtml#a42413470cac3e538dd3f8b88e9a30fdb">PositiveActivationFixture</a>()</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; {</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <a class="code" href="struct_activation_fixture.xhtml#a0db0015ed048cf2e6909b847ab7d347c">input</a> = MakeRandomTensor&lt;float&gt;(<a class="code" href="struct_activation_fixture.xhtml#a2e4e470f9a82213ac1cbed6e3007807d">inputTensorInfo</a>, 2342423, 0.0f, 1.0f);</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; }</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;};</div><div class="ttc" id="struct_positive_activation_fixture_xhtml"><div class="ttname"><a href="struct_positive_activation_fixture.xhtml">PositiveActivationFixture</a></div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00049">ActivationFixture.hpp:49</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_aca34d28e3d8bcbcadb8edb4e3af24f8c"><div class="ttname"><a href="struct_activation_fixture.xhtml#aca34d28e3d8bcbcadb8edb4e3af24f8c">ActivationFixture::width</a></div><div class="ttdeci">unsigned int width</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00031">ActivationFixture.hpp:31</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_a83fc1af92e29717b4513d121b0c72c7d"><div class="ttname"><a href="struct_activation_fixture.xhtml#a83fc1af92e29717b4513d121b0c72c7d">ActivationFixture::b</a></div><div class="ttdeci">float b</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00045">ActivationFixture.hpp:45</a></div></div>
+<div class="ttc" id="_tensor_copy_utils_8hpp_xhtml"><div class="ttname"><a href="_tensor_copy_utils_8hpp.xhtml">TensorCopyUtils.hpp</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_a0db0015ed048cf2e6909b847ab7d347c"><div class="ttname"><a href="struct_activation_fixture.xhtml#a0db0015ed048cf2e6909b847ab7d347c">ActivationFixture::input</a></div><div class="ttdeci">std::vector&lt; float &gt; input</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00038">ActivationFixture.hpp:38</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_a4aec1a5be9d9a4a394a2e49e9744286e"><div class="ttname"><a href="struct_activation_fixture.xhtml#a4aec1a5be9d9a4a394a2e49e9744286e">ActivationFixture::a</a></div><div class="ttdeci">float a</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00044">ActivationFixture.hpp:44</a></div></div>
+<div class="ttc" id="classarmnn_1_1_tensor_info_xhtml"><div class="ttname"><a href="classarmnn_1_1_tensor_info.xhtml">armnn::TensorInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="_tensor_8hpp_source.xhtml#l00152">Tensor.hpp:152</a></div></div>
+<div class="ttc" id="_workload_test_utils_8hpp_xhtml"><div class="ttname"><a href="_workload_test_utils_8hpp.xhtml">WorkloadTestUtils.hpp</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_a9ed2af39747c91928713f96d4e28b53f"><div class="ttname"><a href="struct_activation_fixture.xhtml#a9ed2af39747c91928713f96d4e28b53f">ActivationFixture::channels</a></div><div class="ttdeci">unsigned int channels</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00033">ActivationFixture.hpp:33</a></div></div>
+<div class="ttc" id="_numeric_cast_8hpp_xhtml"><div class="ttname"><a href="_numeric_cast_8hpp.xhtml">NumericCast.hpp</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_a404c04590fcb7463711f2d4ad9d99353"><div class="ttname"><a href="struct_activation_fixture.xhtml#a404c04590fcb7463711f2d4ad9d99353">ActivationFixture::outputTensorInfo</a></div><div class="ttdeci">armnn::TensorInfo outputTensorInfo</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00041">ActivationFixture.hpp:41</a></div></div>
+<div class="ttc" id="_tensor_helpers_8hpp_xhtml"><div class="ttname"><a href="_tensor_helpers_8hpp.xhtml">TensorHelpers.hpp</a></div></div>
+<div class="ttc" id="struct_positive_activation_fixture_xhtml_a42413470cac3e538dd3f8b88e9a30fdb"><div class="ttname"><a href="struct_positive_activation_fixture.xhtml#a42413470cac3e538dd3f8b88e9a30fdb">PositiveActivationFixture::PositiveActivationFixture</a></div><div class="ttdeci">PositiveActivationFixture()</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00051">ActivationFixture.hpp:51</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_ae1dbc299f042fc62a3e6a04977d3d880"><div class="ttname"><a href="struct_activation_fixture.xhtml#ae1dbc299f042fc62a3e6a04977d3d880">ActivationFixture::ActivationFixture</a></div><div class="ttdeci">ActivationFixture()</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00016">ActivationFixture.hpp:16</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_a2e4e470f9a82213ac1cbed6e3007807d"><div class="ttname"><a href="struct_activation_fixture.xhtml#a2e4e470f9a82213ac1cbed6e3007807d">ActivationFixture::inputTensorInfo</a></div><div class="ttdeci">armnn::TensorInfo inputTensorInfo</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00040">ActivationFixture.hpp:40</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_a49fbbc88dcc55e42eb57c6779f610de4"><div class="ttname"><a href="struct_activation_fixture.xhtml#a49fbbc88dcc55e42eb57c6779f610de4">ActivationFixture::output</a></div><div class="ttdeci">std::vector&lt; float &gt; output</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00036">ActivationFixture.hpp:36</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml"><div class="ttname"><a href="struct_activation_fixture.xhtml">ActivationFixture</a></div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00014">ActivationFixture.hpp:14</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_a0104ec020d97af297a60f6b7320aaeef"><div class="ttname"><a href="struct_activation_fixture.xhtml#a0104ec020d97af297a60f6b7320aaeef">ActivationFixture::outputExpected</a></div><div class="ttdeci">std::vector&lt; float &gt; outputExpected</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00037">ActivationFixture.hpp:37</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_a0d207bf4bfdc828e9372de7632cdbe99"><div class="ttname"><a href="struct_activation_fixture.xhtml#a0d207bf4bfdc828e9372de7632cdbe99">ActivationFixture::batchSize</a></div><div class="ttdeci">unsigned int batchSize</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00034">ActivationFixture.hpp:34</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml_ad8ed01ff3ff33333d8e19db4d2818bb6a166495adc0d0f53bee6baecc577f5204"><div class="ttname"><a href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a166495adc0d0f53bee6baecc577f5204">armnn::DataType::Float32</a></div></div>
+<div class="ttc" id="struct_activation_fixture_xhtml_ab2e78c61905b4419fcc7b4cfc500fe85"><div class="ttname"><a href="struct_activation_fixture.xhtml#ab2e78c61905b4419fcc7b4cfc500fe85">ActivationFixture::height</a></div><div class="ttdeci">unsigned int height</div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00032">ActivationFixture.hpp:32</a></div></div>
+</div><!-- fragment --></div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+ <ul>
+ <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.xhtml">src</a></li><li class="navelem"><a class="el" href="dir_0f3cdec46afbc61a1ded8e1687c9c9a0.xhtml">backends</a></li><li class="navelem"><a class="el" href="dir_797a213d7d01b98ef12d53b0820ea64e.xhtml">backendsCommon</a></li><li class="navelem"><a class="el" href="dir_28bfe507f7e135bdae07c2a6b7f66696.xhtml">test</a></li><li class="navelem"><a class="el" href="_activation_fixture_8hpp.xhtml">ActivationFixture.hpp</a></li>
+ <li class="footer">Generated on Tue Aug 24 2021 16:18:43 for ArmNN by
+ <a href="http://www.doxygen.org/index.html">
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+ </ul>
+</div>
+</body>
+</html>