blob: 53b8d76c42e60267d4a9fb4935f558fd80ef22c5 [file] [log] [blame]
<!-- HTML header for doxygen 1.8.15-->
<!-- Remember to use version doxygen 1.8.15 +-->
<!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.15"/>
<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
<title>Compute Library: arm_compute/core/NEON/kernels/detail/NEActivationFunctionDetail.h 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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</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" async="async" 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="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/>
<td style="padding-left: 0.5em;">
<div id="projectname">
&#160;<span id="projectnumber">19.08</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('_n_e_activation_function_detail_8h_source.xhtml','');});
/* @license-end */
</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">NEActivationFunctionDetail.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="_n_e_activation_function_detail_8h.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 (c) 2018-2019 ARM Limited.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a copy</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * of this software and associated documentation files (the &quot;Software&quot;), to</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * deal in the Software without restriction, including without limitation the</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * sell copies of the Software, and to permit persons to whom the Software is</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * furnished to do so, subject to the following conditions:</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * The above copyright notice and this permission notice shall be included in all</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * copies or substantial portions of the Software.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> * SOFTWARE.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#ifndef __ARM_COMPUTE_DETAIL_NEACTIVATION_FUNCTION_DETAIL_H__</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#define __ARM_COMPUTE_DETAIL_NEACTIVATION_FUNCTION_DETAIL_H__</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="wrapper_8h.xhtml">arm_compute/core/NEON/wrapper/wrapper.h</a>&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearm__compute.xhtml">arm_compute</a></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="namespacearm__compute_1_1detail.xhtml"> 31</a></span>&#160;<span class="keyword">namespace </span>detail</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;{</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, <span class="keywordtype">int</span> S&gt;</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1dummy.xhtml"> 35</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarm__compute_1_1detail_1_1dummy.xhtml">dummy</a></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;{</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1dummy.xhtml#a0492e57b9f86c67a4aa57998e260720f"> 38</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1dummy.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::type</a>;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;</div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1dummy.xhtml#a9459460908c5314f6ea5333a397fea5b"> 44</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="structarm__compute_1_1detail_1_1dummy.xhtml#a9459460908c5314f6ea5333a397fea5b">dummy</a>(<a class="code" href="classarm__compute_1_1_activation_layer_info.xhtml">ActivationLayerInfo</a> <a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>)</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; {</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <a class="code" href="_error_8h.xhtml#a6dc630a6ae9cc063b3924bcea8dee9d6">ARM_COMPUTE_UNUSED</a>(<a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>);</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; }</div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1dummy.xhtml#a866d1f31a29495f573ed758878f9028a"> 52</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structarm__compute_1_1detail_1_1dummy.xhtml#a866d1f31a29495f573ed758878f9028a">operator()</a>(<a class="code" href="structarm__compute_1_1detail_1_1dummy.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> &amp;vval)</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; {</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <a class="code" href="_error_8h.xhtml#a6dc630a6ae9cc063b3924bcea8dee9d6">ARM_COMPUTE_UNUSED</a>(vval);</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; }</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;};</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, <span class="keywordtype">int</span> S&gt;</div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1linear.xhtml"> 59</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml">linear</a></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;{</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1linear.xhtml#a0492e57b9f86c67a4aa57998e260720f"> 62</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::type</a>;</div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1linear.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1"> 64</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::tag_type</a>;</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1linear.xhtml#a6cbcf8ceaabe4efd1e69ca9d442edd19"> 70</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a6cbcf8ceaabe4efd1e69ca9d442edd19">linear</a>(<a class="code" href="classarm__compute_1_1_activation_layer_info.xhtml">ActivationLayerInfo</a> <a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>)</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; : <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">valpha</a>(wrapper::<a class="code" href="namespacearm__compute.xhtml#a2603e5f72e3fa052025c189c1a6647ce">vdup_n</a>(static_cast&lt;T&gt;(<a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>.a()), <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a>{})),</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a7bf6867cd97f3be4a120c87d1ede868b">vbeta</a>(<a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a39e87435be178fba49b76f49426ef873">wrapper::vdup_n</a>(static_cast&lt;T&gt;(<a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>.b()), <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a>{}))</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; {</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; }</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1linear.xhtml#a866d1f31a29495f573ed758878f9028a"> 80</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a866d1f31a29495f573ed758878f9028a">operator()</a>(<a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> &amp;vval)</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; {</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; vval = <a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a4287931a2912ecb6cece71219ca5478c">wrapper::vmla</a>(vval, <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">valpha</a>, <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a7bf6867cd97f3be4a120c87d1ede868b">vbeta</a>);</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; }</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;</div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1linear.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750"> 86</a></span>&#160; <span class="keyword">const</span> <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">valpha</a>;</div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1linear.xhtml#a7bf6867cd97f3be4a120c87d1ede868b"> 88</a></span>&#160; <span class="keyword">const</span> <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> <a class="code" href="structarm__compute_1_1detail_1_1linear.xhtml#a7bf6867cd97f3be4a120c87d1ede868b">vbeta</a>;</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;};</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, <span class="keywordtype">int</span> S&gt;</div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1square.xhtml"> 92</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarm__compute_1_1detail_1_1square.xhtml">square</a></div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;{</div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1square.xhtml#a0492e57b9f86c67a4aa57998e260720f"> 95</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1square.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::type</a>;</div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1square.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1"> 97</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1square.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::tag_type</a>;</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;</div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1square.xhtml#a6050e9843849fcc010555e14358f2bd0"> 103</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="structarm__compute_1_1detail_1_1square.xhtml#a6050e9843849fcc010555e14358f2bd0">square</a>(<a class="code" href="classarm__compute_1_1_activation_layer_info.xhtml">ActivationLayerInfo</a> <a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>)</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; {</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; <a class="code" href="_error_8h.xhtml#a6dc630a6ae9cc063b3924bcea8dee9d6">ARM_COMPUTE_UNUSED</a>(<a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>);</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; }</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;</div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1square.xhtml#a866d1f31a29495f573ed758878f9028a"> 112</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structarm__compute_1_1detail_1_1square.xhtml#a866d1f31a29495f573ed758878f9028a">operator()</a>(<a class="code" href="structarm__compute_1_1detail_1_1square.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> &amp;vval)</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; {</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; vval = <a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a66c8dd218a4863a14fec363e3dd13dc4">wrapper::vmul</a>(vval, vval);</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; }</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;};</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, <span class="keywordtype">int</span> S&gt;</div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1logistic.xhtml"> 119</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml">logistic</a></div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;{</div><div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1logistic.xhtml#a0492e57b9f86c67a4aa57998e260720f"> 122</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::type</a>;</div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1logistic.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1"> 124</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::tag_type</a>;</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;</div><div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1logistic.xhtml#acc88ba0c63f13eb31d3ea818a04dbd90"> 130</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml#acc88ba0c63f13eb31d3ea818a04dbd90">logistic</a>(<a class="code" href="classarm__compute_1_1_activation_layer_info.xhtml">ActivationLayerInfo</a> <a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>)</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; : <a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml#a2c1ba84928bd43894ed06aa82fe727c9">vone</a>(wrapper::<a class="code" href="namespacearm__compute.xhtml#a2603e5f72e3fa052025c189c1a6647ce">vdup_n</a>(static_cast&lt;T&gt;(1.f), <a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a>{}))</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; {</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <a class="code" href="_error_8h.xhtml#a6dc630a6ae9cc063b3924bcea8dee9d6">ARM_COMPUTE_UNUSED</a>(<a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>);</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; }</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;</div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1logistic.xhtml#a866d1f31a29495f573ed758878f9028a"> 140</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml#a866d1f31a29495f573ed758878f9028a">operator()</a>(<a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> &amp;vval)</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; {</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; vval = <a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a5ac8135a2c0a60f10448be0057543ed7">wrapper::vinv</a>(<a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a1894e825a225f3b2013f594cbffdae73">wrapper::vadd</a>(<a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml#a2c1ba84928bd43894ed06aa82fe727c9">vone</a>, <a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a3d35fe714076b40450ba6ba870fae322">wrapper::vexpq</a>(<a class="code" href="namespacearm__compute_1_1wrapper.xhtml#aa24da6d1c1ce97217bab0291ce404fa7">wrapper::vneg</a>(vval))));</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; }</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;</div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1logistic.xhtml#a2c1ba84928bd43894ed06aa82fe727c9"> 146</a></span>&#160; <span class="keyword">const</span> <a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> <a class="code" href="structarm__compute_1_1detail_1_1logistic.xhtml#a2c1ba84928bd43894ed06aa82fe727c9">vone</a>;</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;};</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, <span class="keywordtype">int</span> S&gt;</div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1relu.xhtml"> 150</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml">relu</a></div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;{</div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1relu.xhtml#a0492e57b9f86c67a4aa57998e260720f"> 153</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::type</a>;</div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1relu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1"> 155</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::tag_type</a>;</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;</div><div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1relu.xhtml#afa289c53544950f1d702ac963124a5c8"> 161</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml#afa289c53544950f1d702ac963124a5c8">relu</a>(<a class="code" href="classarm__compute_1_1_activation_layer_info.xhtml">ActivationLayerInfo</a> <a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>)</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; : <a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml#a457deb9a1852991a4fec651d7a4e5e09">vzero</a>(wrapper::<a class="code" href="namespacearm__compute.xhtml#a2603e5f72e3fa052025c189c1a6647ce">vdup_n</a>(static_cast&lt;T&gt;(0.f), <a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a>{}))</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; {</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <a class="code" href="_error_8h.xhtml#a6dc630a6ae9cc063b3924bcea8dee9d6">ARM_COMPUTE_UNUSED</a>(<a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>);</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; }</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160;</div><div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1relu.xhtml#a866d1f31a29495f573ed758878f9028a"> 171</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml#a866d1f31a29495f573ed758878f9028a">operator()</a>(<a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> &amp;vval)</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; {</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; vval = <a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a8d1d14000c959f1146a8a64e1dafae5f">wrapper::vmax</a>(<a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml#a457deb9a1852991a4fec651d7a4e5e09">vzero</a>, vval);</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; }</div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;</div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1relu.xhtml#a457deb9a1852991a4fec651d7a4e5e09"> 177</a></span>&#160; <span class="keyword">const</span> <a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> <a class="code" href="structarm__compute_1_1detail_1_1relu.xhtml#a457deb9a1852991a4fec651d7a4e5e09">vzero</a>;</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;};</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, <span class="keywordtype">int</span> S&gt;</div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1brelu.xhtml"> 181</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml">brelu</a></div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160;{</div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1brelu.xhtml#a0492e57b9f86c67a4aa57998e260720f"> 184</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::type</a>;</div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1brelu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1"> 186</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::tag_type</a>;</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;</div><div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1brelu.xhtml#aa616370cb7c15ee81a8baecd6f9b8545"> 192</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#aa616370cb7c15ee81a8baecd6f9b8545">brelu</a>(<a class="code" href="classarm__compute_1_1_activation_layer_info.xhtml">ActivationLayerInfo</a> <a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>)</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; : <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a457deb9a1852991a4fec651d7a4e5e09">vzero</a>(wrapper::<a class="code" href="namespacearm__compute.xhtml#a2603e5f72e3fa052025c189c1a6647ce">vdup_n</a>(static_cast&lt;T&gt;(0.f), <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a>{})),</div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160; <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">valpha</a>(<a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a39e87435be178fba49b76f49426ef873">wrapper::vdup_n</a>(static_cast&lt;T&gt;(<a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>.a()), <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a>{}))</div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; {</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; }</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;</div><div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1brelu.xhtml#a866d1f31a29495f573ed758878f9028a"> 202</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a866d1f31a29495f573ed758878f9028a">operator()</a>(<a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> &amp;vval)</div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; {</div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; vval = <a class="code" href="namespacearm__compute_1_1wrapper.xhtml#ab026a1aeec48074092f548c130c323f4">wrapper::vmin</a>(<a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">valpha</a>, <a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a8d1d14000c959f1146a8a64e1dafae5f">wrapper::vmax</a>(<a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a457deb9a1852991a4fec651d7a4e5e09">vzero</a>, vval));</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; }</div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;</div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1brelu.xhtml#a457deb9a1852991a4fec651d7a4e5e09"> 208</a></span>&#160; <span class="keyword">const</span> <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a457deb9a1852991a4fec651d7a4e5e09">vzero</a>;</div><div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1brelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750"> 210</a></span>&#160; <span class="keyword">const</span> <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> <a class="code" href="structarm__compute_1_1detail_1_1brelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">valpha</a>;</div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;};</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, <span class="keywordtype">int</span> S&gt;</div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1lubrelu.xhtml"> 214</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml">lubrelu</a></div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;{</div><div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a0492e57b9f86c67a4aa57998e260720f"> 217</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::type</a>;</div><div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1"> 219</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a> = <span class="keyword">typename</span> <a class="code" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">wrapper::traits::neon_vector&lt;T, S&gt;::tag_type</a>;</div><div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160;</div><div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#acc201840dbd6c9794d282209aae9b19f"> 225</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#acc201840dbd6c9794d282209aae9b19f">lubrelu</a>(<a class="code" href="classarm__compute_1_1_activation_layer_info.xhtml">ActivationLayerInfo</a> <a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>)</div><div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; : <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">valpha</a>(wrapper::<a class="code" href="namespacearm__compute.xhtml#a2603e5f72e3fa052025c189c1a6647ce">vdup_n</a>(static_cast&lt;T&gt;(<a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>.a()), <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a>{})),</div><div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a7bf6867cd97f3be4a120c87d1ede868b">vbeta</a>(<a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a39e87435be178fba49b76f49426ef873">wrapper::vdup_n</a>(static_cast&lt;T&gt;(<a class="code" href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">act_info</a>.b()), <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">ExactTagType</a>{}))</div><div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; {</div><div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; }</div><div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160;</div><div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a866d1f31a29495f573ed758878f9028a"> 235</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a866d1f31a29495f573ed758878f9028a">operator()</a>(<a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> &amp;vval)</div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; {</div><div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160; vval = <a class="code" href="namespacearm__compute_1_1wrapper.xhtml#ab026a1aeec48074092f548c130c323f4">wrapper::vmin</a>(<a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">valpha</a>, <a class="code" href="namespacearm__compute_1_1wrapper.xhtml#a8d1d14000c959f1146a8a64e1dafae5f">wrapper::vmax</a>(<a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a7bf6867cd97f3be4a120c87d1ede868b">vbeta</a>, vval));</div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; }</div><div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160;</div><div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750"> 241</a></span>&#160; <span class="keyword">const</span> <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">valpha</a>;</div><div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a7bf6867cd97f3be4a120c87d1ede868b"> 243</a></span>&#160; <span class="keyword">const</span> <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a0492e57b9f86c67a4aa57998e260720f">ExactType</a> <a class="code" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a7bf6867cd97f3be4a120c87d1ede868b">vbeta</a>;</div><div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160;};</div><div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160;} <span class="comment">// namespace detail</span></div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160;} <span class="comment">// namespace arm_compute</span></div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* __ARM_COMPUTE_DETAIL_NEACTIVATION_FUNCTION_DETAIL_H__ */</span><span class="preprocessor"></span></div><div class="ttc" id="structarm__compute_1_1detail_1_1dummy_xhtml_a0492e57b9f86c67a4aa57998e260720f"><div class="ttname"><a href="structarm__compute_1_1detail_1_1dummy.xhtml#a0492e57b9f86c67a4aa57998e260720f">arm_compute::detail::dummy::ExactType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::type ExactType</div><div class="ttdoc">NEON vector type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00038">NEActivationFunctionDetail.h:38</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1relu_xhtml_a2eb8ae9edbcaa2ffa10e954e92d298d1"><div class="ttname"><a href="structarm__compute_1_1detail_1_1relu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">arm_compute::detail::relu::ExactTagType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::tag_type ExactTagType</div><div class="ttdoc">NEON vector tag type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00155">NEActivationFunctionDetail.h:155</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1brelu_xhtml_a0492e57b9f86c67a4aa57998e260720f"><div class="ttname"><a href="structarm__compute_1_1detail_1_1brelu.xhtml#a0492e57b9f86c67a4aa57998e260720f">arm_compute::detail::brelu::ExactType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::type ExactType</div><div class="ttdoc">NEON vector type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00184">NEActivationFunctionDetail.h:184</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1test_1_1validation_xhtml_a1f8aca235c095df227e7444f6b237eb1"><div class="ttname"><a href="namespacearm__compute_1_1test_1_1validation.xhtml#a1f8aca235c095df227e7444f6b237eb1">arm_compute::test::validation::act_info</a></div><div class="ttdeci">act_info</div><div class="ttdef"><b>Definition:</b> <a href="validation_2_c_l_2_convolution_layer_8cpp_source.xhtml#l00175">ConvolutionLayer.cpp:175</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1lubrelu_xhtml_abd5aa7b37cf4c0a02b4bf2d4692d3750"><div class="ttname"><a href="structarm__compute_1_1detail_1_1lubrelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">arm_compute::detail::lubrelu::valpha</a></div><div class="ttdeci">const ExactType valpha</div><div class="ttdoc">Vector of alphas.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00241">NEActivationFunctionDetail.h:241</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1brelu_xhtml_aa616370cb7c15ee81a8baecd6f9b8545"><div class="ttname"><a href="structarm__compute_1_1detail_1_1brelu.xhtml#aa616370cb7c15ee81a8baecd6f9b8545">arm_compute::detail::brelu::brelu</a></div><div class="ttdeci">brelu(ActivationLayerInfo act_info)</div><div class="ttdoc">Construct a bounded RELU activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00192">NEActivationFunctionDetail.h:192</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1wrapper_xhtml_a1894e825a225f3b2013f594cbffdae73"><div class="ttname"><a href="namespacearm__compute_1_1wrapper.xhtml#a1894e825a225f3b2013f594cbffdae73">arm_compute::wrapper::vadd</a></div><div class="ttdeci">uint8x8_t vadd(const uint8x8_t &amp;a, const uint8x8_t &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="intrinsics_2add_8h_source.xhtml#l00039">add.h:39</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1brelu_xhtml"><div class="ttname"><a href="structarm__compute_1_1detail_1_1brelu.xhtml">arm_compute::detail::brelu</a></div><div class="ttdoc">Bounded RELU activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00181">NEActivationFunctionDetail.h:181</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1linear_xhtml_a866d1f31a29495f573ed758878f9028a"><div class="ttname"><a href="structarm__compute_1_1detail_1_1linear.xhtml#a866d1f31a29495f573ed758878f9028a">arm_compute::detail::linear::operator()</a></div><div class="ttdeci">void operator()(ExactType &amp;vval)</div><div class="ttdoc">Run activation function.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00080">NEActivationFunctionDetail.h:80</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1brelu_xhtml_a457deb9a1852991a4fec651d7a4e5e09"><div class="ttname"><a href="structarm__compute_1_1detail_1_1brelu.xhtml#a457deb9a1852991a4fec651d7a4e5e09">arm_compute::detail::brelu::vzero</a></div><div class="ttdeci">const ExactType vzero</div><div class="ttdoc">Vector of zeroes.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00208">NEActivationFunctionDetail.h:208</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1relu_xhtml_a866d1f31a29495f573ed758878f9028a"><div class="ttname"><a href="structarm__compute_1_1detail_1_1relu.xhtml#a866d1f31a29495f573ed758878f9028a">arm_compute::detail::relu::operator()</a></div><div class="ttdeci">void operator()(ExactType &amp;vval)</div><div class="ttdoc">Run activation function.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00171">NEActivationFunctionDetail.h:171</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1wrapper_xhtml_a5ac8135a2c0a60f10448be0057543ed7"><div class="ttname"><a href="namespacearm__compute_1_1wrapper.xhtml#a5ac8135a2c0a60f10448be0057543ed7">arm_compute::wrapper::vinv</a></div><div class="ttdeci">float32x2_t vinv(const float32x2_t &amp;a)</div><div class="ttdef"><b>Definition:</b> <a href="inv_8h_source.xhtml#l00046">inv.h:46</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1logistic_xhtml"><div class="ttname"><a href="structarm__compute_1_1detail_1_1logistic.xhtml">arm_compute::detail::logistic</a></div><div class="ttdoc">Logistic activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00119">NEActivationFunctionDetail.h:119</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1square_xhtml"><div class="ttname"><a href="structarm__compute_1_1detail_1_1square.xhtml">arm_compute::detail::square</a></div><div class="ttdoc">Square activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00092">NEActivationFunctionDetail.h:92</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1linear_xhtml_a2eb8ae9edbcaa2ffa10e954e92d298d1"><div class="ttname"><a href="structarm__compute_1_1detail_1_1linear.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">arm_compute::detail::linear::ExactTagType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::tag_type ExactTagType</div><div class="ttdoc">NEON vector tag type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00064">NEActivationFunctionDetail.h:64</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1square_xhtml_a2eb8ae9edbcaa2ffa10e954e92d298d1"><div class="ttname"><a href="structarm__compute_1_1detail_1_1square.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">arm_compute::detail::square::ExactTagType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::tag_type ExactTagType</div><div class="ttdoc">NEON vector tag type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00097">NEActivationFunctionDetail.h:97</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1linear_xhtml_a0492e57b9f86c67a4aa57998e260720f"><div class="ttname"><a href="structarm__compute_1_1detail_1_1linear.xhtml#a0492e57b9f86c67a4aa57998e260720f">arm_compute::detail::linear::ExactType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::type ExactType</div><div class="ttdoc">NEON vector type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00062">NEActivationFunctionDetail.h:62</a></div></div>
<div class="ttc" id="classarm__compute_1_1_activation_layer_info_xhtml"><div class="ttname"><a href="classarm__compute_1_1_activation_layer_info.xhtml">arm_compute::ActivationLayerInfo</a></div><div class="ttdoc">Activation Layer Information class.</div><div class="ttdef"><b>Definition:</b> <a href="arm__compute_2core_2_types_8h_source.xhtml#l01517">Types.h:1517</a></div></div>
<div class="ttc" id="namespacearm__compute_xhtml"><div class="ttname"><a href="namespacearm__compute.xhtml">arm_compute</a></div><div class="ttdoc">Copyright (c) 2017-2018 ARM Limited.</div><div class="ttdef"><b>Definition:</b> <a href="00__introduction_8dox_source.xhtml#l00024">00_introduction.dox:24</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1lubrelu_xhtml_acc201840dbd6c9794d282209aae9b19f"><div class="ttname"><a href="structarm__compute_1_1detail_1_1lubrelu.xhtml#acc201840dbd6c9794d282209aae9b19f">arm_compute::detail::lubrelu::lubrelu</a></div><div class="ttdeci">lubrelu(ActivationLayerInfo act_info)</div><div class="ttdoc">Construct a lower-upper bounded RELU activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00225">NEActivationFunctionDetail.h:225</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1dummy_xhtml_a9459460908c5314f6ea5333a397fea5b"><div class="ttname"><a href="structarm__compute_1_1detail_1_1dummy.xhtml#a9459460908c5314f6ea5333a397fea5b">arm_compute::detail::dummy::dummy</a></div><div class="ttdeci">dummy(ActivationLayerInfo act_info)</div><div class="ttdoc">Construct a dummy activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00044">NEActivationFunctionDetail.h:44</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1logistic_xhtml_a2eb8ae9edbcaa2ffa10e954e92d298d1"><div class="ttname"><a href="structarm__compute_1_1detail_1_1logistic.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">arm_compute::detail::logistic::ExactTagType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::tag_type ExactTagType</div><div class="ttdoc">NEON vector tag type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00124">NEActivationFunctionDetail.h:124</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1logistic_xhtml_a2c1ba84928bd43894ed06aa82fe727c9"><div class="ttname"><a href="structarm__compute_1_1detail_1_1logistic.xhtml#a2c1ba84928bd43894ed06aa82fe727c9">arm_compute::detail::logistic::vone</a></div><div class="ttdeci">const ExactType vone</div><div class="ttdoc">Vector of ones.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00146">NEActivationFunctionDetail.h:146</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1linear_xhtml_a6cbcf8ceaabe4efd1e69ca9d442edd19"><div class="ttname"><a href="structarm__compute_1_1detail_1_1linear.xhtml#a6cbcf8ceaabe4efd1e69ca9d442edd19">arm_compute::detail::linear::linear</a></div><div class="ttdeci">linear(ActivationLayerInfo act_info)</div><div class="ttdoc">Construct a Linear activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00070">NEActivationFunctionDetail.h:70</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1relu_xhtml_afa289c53544950f1d702ac963124a5c8"><div class="ttname"><a href="structarm__compute_1_1detail_1_1relu.xhtml#afa289c53544950f1d702ac963124a5c8">arm_compute::detail::relu::relu</a></div><div class="ttdeci">relu(ActivationLayerInfo act_info)</div><div class="ttdoc">Construct a RELU activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00161">NEActivationFunctionDetail.h:161</a></div></div>
<div class="ttc" id="_error_8h_xhtml_a6dc630a6ae9cc063b3924bcea8dee9d6"><div class="ttname"><a href="_error_8h.xhtml#a6dc630a6ae9cc063b3924bcea8dee9d6">ARM_COMPUTE_UNUSED</a></div><div class="ttdeci">#define ARM_COMPUTE_UNUSED(...)</div><div class="ttdoc">To avoid unused variables warnings.</div><div class="ttdef"><b>Definition:</b> <a href="_error_8h_source.xhtml#l00160">Error.h:160</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1lubrelu_xhtml_a866d1f31a29495f573ed758878f9028a"><div class="ttname"><a href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a866d1f31a29495f573ed758878f9028a">arm_compute::detail::lubrelu::operator()</a></div><div class="ttdeci">void operator()(ExactType &amp;vval)</div><div class="ttdoc">Run activation function.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00235">NEActivationFunctionDetail.h:235</a></div></div>
<div class="ttc" id="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_xhtml"><div class="ttname"><a href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml">arm_compute::wrapper::traits::neon_vector</a></div><div class="ttdoc">Create the appropriate NEON vector given its type and size in terms of elements.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_o_n_2wrapper_2traits_8h_source.xhtml#l00044">traits.h:44</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1logistic_xhtml_a866d1f31a29495f573ed758878f9028a"><div class="ttname"><a href="structarm__compute_1_1detail_1_1logistic.xhtml#a866d1f31a29495f573ed758878f9028a">arm_compute::detail::logistic::operator()</a></div><div class="ttdeci">void operator()(ExactType &amp;vval)</div><div class="ttdoc">Run activation function.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00140">NEActivationFunctionDetail.h:140</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1relu_xhtml_a457deb9a1852991a4fec651d7a4e5e09"><div class="ttname"><a href="structarm__compute_1_1detail_1_1relu.xhtml#a457deb9a1852991a4fec651d7a4e5e09">arm_compute::detail::relu::vzero</a></div><div class="ttdeci">const ExactType vzero</div><div class="ttdoc">Vector of zeroes.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00177">NEActivationFunctionDetail.h:177</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1wrapper_xhtml_ab026a1aeec48074092f548c130c323f4"><div class="ttname"><a href="namespacearm__compute_1_1wrapper.xhtml#ab026a1aeec48074092f548c130c323f4">arm_compute::wrapper::vmin</a></div><div class="ttdeci">uint8x8_t vmin(const uint8x8_t &amp;a, const uint8x8_t &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="min_8h_source.xhtml#l00039">min.h:39</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1lubrelu_xhtml_a2eb8ae9edbcaa2ffa10e954e92d298d1"><div class="ttname"><a href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">arm_compute::detail::lubrelu::ExactTagType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::tag_type ExactTagType</div><div class="ttdoc">NEON vector tag type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00219">NEActivationFunctionDetail.h:219</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1lubrelu_xhtml_a7bf6867cd97f3be4a120c87d1ede868b"><div class="ttname"><a href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a7bf6867cd97f3be4a120c87d1ede868b">arm_compute::detail::lubrelu::vbeta</a></div><div class="ttdeci">const ExactType vbeta</div><div class="ttdoc">Vector of betas.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00243">NEActivationFunctionDetail.h:243</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1square_xhtml_a6050e9843849fcc010555e14358f2bd0"><div class="ttname"><a href="structarm__compute_1_1detail_1_1square.xhtml#a6050e9843849fcc010555e14358f2bd0">arm_compute::detail::square::square</a></div><div class="ttdeci">square(ActivationLayerInfo act_info)</div><div class="ttdoc">Construct a Square activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00103">NEActivationFunctionDetail.h:103</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1linear_xhtml_abd5aa7b37cf4c0a02b4bf2d4692d3750"><div class="ttname"><a href="structarm__compute_1_1detail_1_1linear.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">arm_compute::detail::linear::valpha</a></div><div class="ttdeci">const ExactType valpha</div><div class="ttdoc">Vector of alphas.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00086">NEActivationFunctionDetail.h:86</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1wrapper_xhtml_aa24da6d1c1ce97217bab0291ce404fa7"><div class="ttname"><a href="namespacearm__compute_1_1wrapper.xhtml#aa24da6d1c1ce97217bab0291ce404fa7">arm_compute::wrapper::vneg</a></div><div class="ttdeci">int8x8_t vneg(const int8x8_t &amp;a)</div><div class="ttdef"><b>Definition:</b> <a href="neg_8h_source.xhtml#l00039">neg.h:39</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1dummy_xhtml_a866d1f31a29495f573ed758878f9028a"><div class="ttname"><a href="structarm__compute_1_1detail_1_1dummy.xhtml#a866d1f31a29495f573ed758878f9028a">arm_compute::detail::dummy::operator()</a></div><div class="ttdeci">void operator()(ExactType &amp;vval)</div><div class="ttdoc">Run activation function.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00052">NEActivationFunctionDetail.h:52</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1brelu_xhtml_abd5aa7b37cf4c0a02b4bf2d4692d3750"><div class="ttname"><a href="structarm__compute_1_1detail_1_1brelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">arm_compute::detail::brelu::valpha</a></div><div class="ttdeci">const ExactType valpha</div><div class="ttdoc">Vector of alphas.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00210">NEActivationFunctionDetail.h:210</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1lubrelu_xhtml"><div class="ttname"><a href="structarm__compute_1_1detail_1_1lubrelu.xhtml">arm_compute::detail::lubrelu</a></div><div class="ttdoc">Lower-Upper Bounded RELU activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00214">NEActivationFunctionDetail.h:214</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1wrapper_xhtml_a66c8dd218a4863a14fec363e3dd13dc4"><div class="ttname"><a href="namespacearm__compute_1_1wrapper.xhtml#a66c8dd218a4863a14fec363e3dd13dc4">arm_compute::wrapper::vmul</a></div><div class="ttdeci">uint8x8_t vmul(const uint8x8_t &amp;a, const uint8x8_t &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="mul_8h_source.xhtml#l00039">mul.h:39</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1linear_xhtml_a7bf6867cd97f3be4a120c87d1ede868b"><div class="ttname"><a href="structarm__compute_1_1detail_1_1linear.xhtml#a7bf6867cd97f3be4a120c87d1ede868b">arm_compute::detail::linear::vbeta</a></div><div class="ttdeci">const ExactType vbeta</div><div class="ttdoc">Vector of betas.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00088">NEActivationFunctionDetail.h:88</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1lubrelu_xhtml_a0492e57b9f86c67a4aa57998e260720f"><div class="ttname"><a href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a0492e57b9f86c67a4aa57998e260720f">arm_compute::detail::lubrelu::ExactType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::type ExactType</div><div class="ttdoc">NEON vector type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00217">NEActivationFunctionDetail.h:217</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1logistic_xhtml_acc88ba0c63f13eb31d3ea818a04dbd90"><div class="ttname"><a href="structarm__compute_1_1detail_1_1logistic.xhtml#acc88ba0c63f13eb31d3ea818a04dbd90">arm_compute::detail::logistic::logistic</a></div><div class="ttdeci">logistic(ActivationLayerInfo act_info)</div><div class="ttdoc">Construct a Logistic activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00130">NEActivationFunctionDetail.h:130</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1relu_xhtml_a0492e57b9f86c67a4aa57998e260720f"><div class="ttname"><a href="structarm__compute_1_1detail_1_1relu.xhtml#a0492e57b9f86c67a4aa57998e260720f">arm_compute::detail::relu::ExactType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::type ExactType</div><div class="ttdoc">NEON vector type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00153">NEActivationFunctionDetail.h:153</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1brelu_xhtml_a866d1f31a29495f573ed758878f9028a"><div class="ttname"><a href="structarm__compute_1_1detail_1_1brelu.xhtml#a866d1f31a29495f573ed758878f9028a">arm_compute::detail::brelu::operator()</a></div><div class="ttdeci">void operator()(ExactType &amp;vval)</div><div class="ttdoc">Run activation function.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00202">NEActivationFunctionDetail.h:202</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1square_xhtml_a0492e57b9f86c67a4aa57998e260720f"><div class="ttname"><a href="structarm__compute_1_1detail_1_1square.xhtml#a0492e57b9f86c67a4aa57998e260720f">arm_compute::detail::square::ExactType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::type ExactType</div><div class="ttdoc">NEON vector type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00095">NEActivationFunctionDetail.h:95</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1logistic_xhtml_a0492e57b9f86c67a4aa57998e260720f"><div class="ttname"><a href="structarm__compute_1_1detail_1_1logistic.xhtml#a0492e57b9f86c67a4aa57998e260720f">arm_compute::detail::logistic::ExactType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::type ExactType</div><div class="ttdoc">NEON vector type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00122">NEActivationFunctionDetail.h:122</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1linear_xhtml"><div class="ttname"><a href="structarm__compute_1_1detail_1_1linear.xhtml">arm_compute::detail::linear</a></div><div class="ttdoc">Linear activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00059">NEActivationFunctionDetail.h:59</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1wrapper_xhtml_a39e87435be178fba49b76f49426ef873"><div class="ttname"><a href="namespacearm__compute_1_1wrapper.xhtml#a39e87435be178fba49b76f49426ef873">arm_compute::wrapper::vdup_n</a></div><div class="ttdeci">uint8x8_t vdup_n(uint8_t value, traits::vector_64_tag)</div><div class="ttdef"><b>Definition:</b> <a href="dup__n_8h_source.xhtml#l00041">dup_n.h:41</a></div></div>
<div class="ttc" id="wrapper_8h_xhtml"><div class="ttname"><a href="wrapper_8h.xhtml">wrapper.h</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1wrapper_xhtml_a4287931a2912ecb6cece71219ca5478c"><div class="ttname"><a href="namespacearm__compute_1_1wrapper.xhtml#a4287931a2912ecb6cece71219ca5478c">arm_compute::wrapper::vmla</a></div><div class="ttdeci">uint8x8_t vmla(const uint8x8_t &amp;a, const uint8x8_t &amp;b, const uint8x8_t &amp;c)</div><div class="ttdef"><b>Definition:</b> <a href="mla_8h_source.xhtml#l00046">mla.h:46</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1wrapper_xhtml_a8d1d14000c959f1146a8a64e1dafae5f"><div class="ttname"><a href="namespacearm__compute_1_1wrapper.xhtml#a8d1d14000c959f1146a8a64e1dafae5f">arm_compute::wrapper::vmax</a></div><div class="ttdeci">uint8x8_t vmax(const uint8x8_t &amp;a, const uint8x8_t &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="max_8h_source.xhtml#l00039">max.h:39</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1dummy_xhtml"><div class="ttname"><a href="structarm__compute_1_1detail_1_1dummy.xhtml">arm_compute::detail::dummy</a></div><div class="ttdoc">Dummy activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00035">NEActivationFunctionDetail.h:35</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1wrapper_xhtml_a3d35fe714076b40450ba6ba870fae322"><div class="ttname"><a href="namespacearm__compute_1_1wrapper.xhtml#a3d35fe714076b40450ba6ba870fae322">arm_compute::wrapper::vexpq</a></div><div class="ttdeci">float32x4_t vexpq(const float32x4_t &amp;a)</div><div class="ttdef"><b>Definition:</b> <a href="exp_8h_source.xhtml#l00040">exp.h:40</a></div></div>
<div class="ttc" id="namespacearm__compute_xhtml_a2603e5f72e3fa052025c189c1a6647ce"><div class="ttname"><a href="namespacearm__compute.xhtml#a2603e5f72e3fa052025c189c1a6647ce">arm_compute::vdup_n</a></div><div class="ttdeci">V vdup_n(elem_type_t&lt; V &gt; val)</div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1square_xhtml_a866d1f31a29495f573ed758878f9028a"><div class="ttname"><a href="structarm__compute_1_1detail_1_1square.xhtml#a866d1f31a29495f573ed758878f9028a">arm_compute::detail::square::operator()</a></div><div class="ttdeci">void operator()(ExactType &amp;vval)</div><div class="ttdoc">Run activation function.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00112">NEActivationFunctionDetail.h:112</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1brelu_xhtml_a2eb8ae9edbcaa2ffa10e954e92d298d1"><div class="ttname"><a href="structarm__compute_1_1detail_1_1brelu.xhtml#a2eb8ae9edbcaa2ffa10e954e92d298d1">arm_compute::detail::brelu::ExactTagType</a></div><div class="ttdeci">typename wrapper::traits::neon_vector&lt; T, S &gt;::tag_type ExactTagType</div><div class="ttdoc">NEON vector tag type.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00186">NEActivationFunctionDetail.h:186</a></div></div>
<div class="ttc" id="structarm__compute_1_1detail_1_1relu_xhtml"><div class="ttname"><a href="structarm__compute_1_1detail_1_1relu.xhtml">arm_compute::detail::relu</a></div><div class="ttdoc">RELU activation object.</div><div class="ttdef"><b>Definition:</b> <a href="_n_e_activation_function_detail_8h_source.xhtml#l00150">NEActivationFunctionDetail.h:150</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_214608ef36d61442cb2b0c1c4e9a7def.xhtml">arm_compute</a></li><li class="navelem"><a class="el" href="dir_1fb090f0c6070330bfaccc4236d3ca0d.xhtml">core</a></li><li class="navelem"><a class="el" href="dir_315f6cf1ec0b2df3ae747ff8286a19f5.xhtml">NEON</a></li><li class="navelem"><a class="el" href="dir_2c3c4cb85e732569e2614ad40a451d53.xhtml">kernels</a></li><li class="navelem"><a class="el" href="dir_6b58bd0be07bddcf3022ab9b026cbf38.xhtml">detail</a></li><li class="navelem"><a class="el" href="_n_e_activation_function_detail_8h.xhtml">NEActivationFunctionDetail.h</a></li>
<li class="footer">Generated on Mon Sep 2 2019 11:47:18 for Compute Library by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
</ul>
</div>
</body>
</html>