aboutsummaryrefslogtreecommitdiff
path: root/20.02/_ref_layer_tests_8cpp_source.xhtml
diff options
context:
space:
mode:
Diffstat (limited to '20.02/_ref_layer_tests_8cpp_source.xhtml')
-rw-r--r--20.02/_ref_layer_tests_8cpp_source.xhtml674
1 files changed, 674 insertions, 0 deletions
diff --git a/20.02/_ref_layer_tests_8cpp_source.xhtml b/20.02/_ref_layer_tests_8cpp_source.xhtml
new file mode 100644
index 0000000000..93109de2e6
--- /dev/null
+++ b/20.02/_ref_layer_tests_8cpp_source.xhtml
@@ -0,0 +1,674 @@
+<!-- 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/reference/test/RefLayerTests.cpp 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">20.02</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('_ref_layer_tests_8cpp_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">RefLayerTests.cpp</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="_ref_layer_tests_8cpp.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;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_ref_workload_factory_helper_8hpp.xhtml">RefWorkloadFactoryHelper.hpp</a>&quot;</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_layer_tests_8hpp.xhtml">backendsCommon/test/LayerTests.hpp</a>&gt;</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="_ref_workload_factory_8hpp.xhtml">reference/RefWorkloadFactory.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;<span class="preprocessor">#include &lt;<a class="code" href="_unit_tests_8hpp.xhtml">test/UnitTests.hpp</a>&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#include &lt;boost/test/unit_test.hpp&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<a class="code" href="_output_shape_of_squeeze_8cpp.xhtml#ae3a6cb217a792718f2bd0e8f45e3ca9e">BOOST_AUTO_TEST_SUITE</a>(Compute_Reference)</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">using namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</a>;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#a2b33aa9bf2131e4232892913fcf532b3"> 21</a></span>&#160;<span class="keyword">using</span> <a class="code" href="classarmnn_1_1_cl_workload_factory.xhtml">FactoryType</a> = <a class="code" href="classarmnn_1_1_ref_workload_factory.xhtml">RefWorkloadFactory</a>;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</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="comment">// UNIT tests</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment">// Convolution</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x5, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#afb5e7d86e241292d9cb899b960da54af">SimpleConvolution2d3x5Test</a>, <span class="keyword">true</span>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x5Uint8, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a8ffca1c4b38a68b10ba06f4f1416660f">SimpleConvolution2d3x5Uint8Test</a>, <span class="keyword">true</span>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x5Nhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#afb5e7d86e241292d9cb899b960da54af">SimpleConvolution2d3x5Test</a>, <span class="keyword">true</span>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x5Uint8Nhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a8ffca1c4b38a68b10ba06f4f1416660f">SimpleConvolution2d3x5Uint8Test</a>, <span class="keyword">true</span>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x5QSymm16, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a9dcd2fb98f5c3284c74f65a7c7a69da1">SimpleConvolution2d3x5QSymm16Test</a>, <span class="keyword">true</span>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x5QSymm16Nhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a9dcd2fb98f5c3284c74f65a7c7a69da1">SimpleConvolution2d3x5QSymm16Test</a>, <span class="keyword">true</span>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolution2d, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#afb5e7d86e241292d9cb899b960da54af">SimpleConvolution2d3x5Test</a>, <span class="keyword">false</span>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolutionUint8, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a8ffca1c4b38a68b10ba06f4f1416660f">SimpleConvolution2d3x5Uint8Test</a>, <span class="keyword">false</span>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolution2dNhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#afb5e7d86e241292d9cb899b960da54af">SimpleConvolution2d3x5Test</a>, <span class="keyword">false</span>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolutionUint8Nhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a8ffca1c4b38a68b10ba06f4f1416660f">SimpleConvolution2d3x5Uint8Test</a>, <span class="keyword">false</span>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution1d, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#ac7fac5767dabd650d3d8829572717064">Convolution1dTest</a>, <span class="keyword">true</span>)</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution1dUint8, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a40bc412ed2a6d2f764655070c02c036b">Convolution1dUint8Test</a>, <a class="code" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a>)</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x3, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acbe1a2adccd9e0aad14fc0ccb9266b0d">SimpleConvolution2d3x3Test</a>, <a class="code" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x3Uint8, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#ad45f359d9d4bee360bee857faa79d292">SimpleConvolution2d3x3Uint8Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x3QSymm16, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#abac8f73ae590a93fe91115371ae4ced3">SimpleConvolution2d3x3QSymm16Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</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="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x3Nhwc, SimpleConvolution2d3x3Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x3Uint8Nhwc, SimpleConvolution2d3x3Uint8Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x3QSymm16Nhwc, SimpleConvolution2d3x3QSymm16Test, true,</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</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"> 51</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolution2dSquare, SimpleConvolution2d3x3Test, <a class="code" href="_ref_layer_tests_8cpp.xhtml#af3b727ae5a13ff472892ab8bda2eb1b5">false</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolution2dSquareNhwc, SimpleConvolution2d3x3Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</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="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolution2dSquareStride2x2Nhwc,</div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#aa83b35e7fe79aa2a729b95061364b1e3"> 55</a></span>&#160; <a class="code" href="_ref_layer_tests_8cpp.xhtml#aa83b35e7fe79aa2a729b95061364b1e3">SimpleConvolution2d3x3Stride2x2Test</a>,</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; false,</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2dAsymmetricPaddingLargerThanHalfKernelSize,</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <a class="code" href="_ref_layer_tests_8cpp.xhtml#a8ba9c6f773d5be8e4c4510cf46eee6c2">Convolution2dAsymmetricPaddingLargerThanHalfKernelSizeTest</a>,</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2dAsymmetricPadding, <a class="code" href="_cl_layer_tests_8cpp.xhtml#a6150d203b2dac434d75cc5e9a930b37f">Convolution2dAsymmetricPaddingTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2dAsymmetricPaddingLargerThanHalfKernelSizeNhwc,</div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#a8ba9c6f773d5be8e4c4510cf46eee6c2"> 65</a></span>&#160; Convolution2dAsymmetricPaddingLargerThanHalfKernelSizeTest,</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2dAsymmetricPaddingNhwc,</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; Convolution2dAsymmetricPaddingTest,</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2dSquareNhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#ac7bae01fdca8edac70cc9bc722426b17">SimpleConvolution2d3x3NhwcTest</a>, false)</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3BFloat16,</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::<a class="code" href="classarmnn_1_1_b_float16.xhtml">BFloat16</a>, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; false,</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3NhwcBFloat16,</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; false,</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3,</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; false,</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; false,</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3Uint8,</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; false,</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3NhwcUint8,</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; false,</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3Int16,</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; false,</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3NhwcInt16,</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; false,</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3BFloat16,</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; false,</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3NhwcBFloat16,</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; false,</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3,</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; false,</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; false,</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3Uint8,</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; false,</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3NhwcUint8,</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; false,</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3Int16,</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; false,</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3NhwcInt16,</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; false,</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3BFloat16,</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; false,</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3NhwcBFloat16,</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; false,</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3,</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; false,</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3Nhwc,</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; false,</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3Uint8,</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; false,</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3NhwcUint8,</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; false,</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3Int16,</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; false,</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3NhwcInt16,</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; false,</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;</div><div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#adebc1b0c8f1a761ca7a7721f6195dead"> 172</a></span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2dPerAxisQuantTestNchw, <a class="code" href="_ref_layer_tests_8cpp.xhtml#adebc1b0c8f1a761ca7a7721f6195dead">Convolution2dPerAxisQuantTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Convolution2dPerAxisQuantTestNhwc, Convolution2dPerAxisQuantTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</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;<span class="comment">// Depthwise Convolution</span></div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a11fbd94028ab646528b42d0c8c55eee1">DepthwiseConvolution2dTest</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dUint8, <a class="code" href="_ref_layer_tests_8cpp.xhtml#a9de2cb9028c16c765262ec48dbd01834">DepthwiseConvolution2dUint8Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2d, DepthwiseConvolution2dTest, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dUint8,</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; DepthwiseConvolution2dUint8Test,</div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; false,</div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dQSymm16, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a2ae97c2dd6621f4972c571cf1ec2a005">DepthwiseConvolution2dInt16Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dNhwc, DepthwiseConvolution2dTest, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dUint8Nhwc, DepthwiseConvolution2dUint8Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dNhwc, DepthwiseConvolution2dTest, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dUint8Nhwc,</div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#a9de2cb9028c16c765262ec48dbd01834"> 191</a></span>&#160; DepthwiseConvolution2dUint8Test,</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; false,</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthNhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a0cccb5cffee89004bc8d9fb309ed6636">DepthwiseConvolution2dDepthNhwcTest</a>, false)</div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleDepthwiseConvolution2d3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a77a29527216d36bce78e88354462ede8">SimpleDepthwiseConvolution2d3x3Dilation3x3NhwcTest</a>)</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d3x3Dilation3x3,</div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a1c3398bdb48e4ce4643a1eeaf3e054a3">DepthwiseConvolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; false,</div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a1c3398bdb48e4ce4643a1eeaf3e054a3">DepthwiseConvolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; false,</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d3x3Dilation3x3BFloat16,</div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a1c3398bdb48e4ce4643a1eeaf3e054a3">DepthwiseConvolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; false,</div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d3x3Dilation3x3NhwcBFloat16,</div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a1c3398bdb48e4ce4643a1eeaf3e054a3">DepthwiseConvolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; false,</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d3x3Dilation3x3Uint8,</div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a1c3398bdb48e4ce4643a1eeaf3e054a3">DepthwiseConvolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160; false,</div><div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d3x3Dilation3x3NhwcUint8,</div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a1c3398bdb48e4ce4643a1eeaf3e054a3">DepthwiseConvolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; false,</div><div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d3x3Dilation3x3Int16,</div><div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a1c3398bdb48e4ce4643a1eeaf3e054a3">DepthwiseConvolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160; false,</div><div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d3x3Dilation3x3NhwcInt16,</div><div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a1c3398bdb48e4ce4643a1eeaf3e054a3">DepthwiseConvolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; false,</div><div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160;</div><div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d2x3x3Dilation3x3,</div><div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acffa50ae3185e3e5302909f27e7e9a02">DepthwiseConvolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; false,</div><div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d2x3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acffa50ae3185e3e5302909f27e7e9a02">DepthwiseConvolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160; false,</div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d2x3x3Dilation3x3BFloat16,</div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acffa50ae3185e3e5302909f27e7e9a02">DepthwiseConvolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; false,</div><div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d2x3x3Dilation3x3NhwcBFloat16,</div><div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acffa50ae3185e3e5302909f27e7e9a02">DepthwiseConvolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160; false,</div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d2x3x3Dilation3x3Uint8,</div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acffa50ae3185e3e5302909f27e7e9a02">DepthwiseConvolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; false,</div><div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d2x3x3Dilation3x3NhwcUint8,</div><div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acffa50ae3185e3e5302909f27e7e9a02">DepthwiseConvolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; false,</div><div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d2x3x3Dilation3x3Int16,</div><div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acffa50ae3185e3e5302909f27e7e9a02">DepthwiseConvolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; false,</div><div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2d2x3x3Dilation3x3NhwcInt16,</div><div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acffa50ae3185e3e5302909f27e7e9a02">DepthwiseConvolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; false,</div><div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dMult4,</div><div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a0da6534b3a5d2f923dcd73553950129a">DepthwiseConvolution2dMult4Test</a>&lt;<a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160; false,</div><div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; <a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dMult2,</div><div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#aaed50a372a6b59b20e38469856a3ce6b">DepthwiseConvolution2dMult2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; false,</div><div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; <a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dMult4BFloat16,</div><div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a0da6534b3a5d2f923dcd73553950129a">DepthwiseConvolution2dMult4Test</a>&lt;<a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160; false,</div><div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160; <a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dMult2BFloat16,</div><div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160; <a class="code" href="_conv2d_test_impl_8cpp.xhtml#aaed50a372a6b59b20e38469856a3ce6b">DepthwiseConvolution2dMult2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16, <a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;,</div><div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160; false,</div><div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160; <a class="code" href="namespacearmnn.xhtml">armnn</a>::<a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160;</div><div class="line"><a name="l00280"></a><span class="lineno"> 280</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul1,</div><div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48"> 281</a></span>&#160; <a class="code" href="_ref_layer_tests_8cpp.xhtml#acb6ae9b7235ed5b48ded97e13d83de56">DepthwiseConvolution2dDepthMul1Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul1Uint8,</div><div class="line"><a name="l00283"></a><span class="lineno"> 283</span>&#160; <a class="code" href="_ref_layer_tests_8cpp.xhtml#a0788c5d63fda0ab5b69e03cfc6ba1268">DepthwiseConvolution2dDepthMul1Uint8Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul1Int16,</div><div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#ae14ef891cdcc615c4e346a9c7743030e"> 285</a></span>&#160; <a class="code" href="_ref_layer_tests_8cpp.xhtml#ae14ef891cdcc615c4e346a9c7743030e">DepthwiseConvolution2dDepthMul1Int16Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160;</div><div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dDepthMul1,</div><div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; <a class="code" href="_ref_layer_tests_8cpp.xhtml#acb6ae9b7235ed5b48ded97e13d83de56">DepthwiseConvolution2dDepthMul1Test</a>, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dDepthMul1Uint8,</div><div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#a0788c5d63fda0ab5b69e03cfc6ba1268"> 290</a></span>&#160; DepthwiseConvolution2dDepthMul1Uint8Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160;</div><div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul1Nhwc,</div><div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; DepthwiseConvolution2dDepthMul1Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul1Uint8Nhwc,</div><div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160; DepthwiseConvolution2dDepthMul1Uint8Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160;</div><div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dDepthMul1Nhwc,</div><div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160; DepthwiseConvolution2dDepthMul1Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dDepthMul1Uint8Nhwc,</div><div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; DepthwiseConvolution2dDepthMul1Uint8Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160;</div><div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dAsymmetric,</div><div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160; <a class="code" href="_ref_layer_tests_8cpp.xhtml#a08f0f600ccb1177214c69cd21a04e8a4">DepthwiseConvolution2dAsymmetricTest</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dAsymmetric,</div><div class="line"><a name="l00305"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#a08f0f600ccb1177214c69cd21a04e8a4"> 305</a></span>&#160; DepthwiseConvolution2dAsymmetricTest, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dAsymmetricNhwc,</div><div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160; DepthwiseConvolution2dAsymmetricTest, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dAsymmetricNhwc,</div><div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160; DepthwiseConvolution2dAsymmetricTest, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160;</div><div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul64, <a class="code" href="_cl_layer_tests_8cpp.xhtml#a9ad391ecc4e862cef1126906c3db42c8">DepthwiseConvolution2dDepthMul64Test</a>);</div><div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160;</div><div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dPerAxisQuantTestNchw, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a8a51827c480f827c1e29f9347d7433c3">DepthwiseConvolution2dPerAxisQuantTest</a>,</div><div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dPerAxisQuantTestNhwc, DepthwiseConvolution2dPerAxisQuantTest,</div><div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160;</div><div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160;<span class="comment">// Pooling</span></div><div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160;<span class="comment">//MaxPooling</span></div><div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dSize2x2Stride2x2, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a0f8bd9f2e91b9b2aad21e2728bb655e3">SimpleMaxPooling2dSize2x2Stride2x2Test</a>, false)</div><div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dSize2x2Stride2x2Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a6f4185540ddce123892c799e516ee50d">SimpleMaxPooling2dSize2x2Stride2x2Uint8Test</a>, false)</div><div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dSize2x2Stride2x2Int16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a50dff405960b48e03ee0d296f72743df">SimpleMaxPooling2dSize2x2Stride2x2Int16Test</a>, false)</div><div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160;</div><div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dSize3x3Stride2x4, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a2f7ec646738a0e279cfbb77afb3e41bd">SimpleMaxPooling2dSize3x3Stride2x4Test</a>, false)</div><div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dSize3x3Stride2x4Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aacd91233b18641d11b190969bcd93057">SimpleMaxPooling2dSize3x3Stride2x4Uint8Test</a>, false)</div><div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dSize3x3Stride2x4Int16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ae398f1e979dd0ad467a8f5182b9101ee">SimpleMaxPooling2dSize3x3Stride2x4Int16Test</a>, false)</div><div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160;</div><div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a2783cdc0a074cbdfbf2f91e116c92c97">SimpleMaxPooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dNhwc, SimpleMaxPooling2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a807ea3c4451f81f5b91b7db53eb0a138">SimpleMaxPooling2dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dInt16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a5ff218665f1e7dc5b90c395027573e8c">SimpleMaxPooling2dInt16Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dUint8Nhwc, SimpleMaxPooling2dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dInt16Nhwc, SimpleMaxPooling2dInt16Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160;</div><div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleMaxPooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a2008735411bf96a7febef693c41a4ff5">IgnorePaddingSimpleMaxPooling2dTest</a>)</div><div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleMaxPooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a3789eb1689edeed1aae83c773e75607c">IgnorePaddingSimpleMaxPooling2dUint8Test</a>)</div><div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleMaxPooling2dInt16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#af0a9b7e26de79a55506a3cd3d36a83a7">IgnorePaddingSimpleMaxPooling2dInt16Test</a>)</div><div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingMaxPooling2dSize3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a08f2f1d9a1f69a5799294a881dbb24b4">IgnorePaddingMaxPooling2dSize3Test</a>)</div><div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingMaxPooling2dSize3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a7f7147713ac3346b30c1071bf14fb374">IgnorePaddingMaxPooling2dSize3Uint8Test</a>)</div><div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingMaxPooling2dSize3Int16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#acf9c19888a6f2139b355052d542920bb">IgnorePaddingMaxPooling2dSize3Int16Test</a>)</div><div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160;</div><div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160;<span class="comment">//AveragePooling</span></div><div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleAveragePooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a12f407a57b0a6ae541ad67275e398788">SimpleAveragePooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleAveragePooling2dNhwc, SimpleAveragePooling2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleAveragePooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a1b114f8624e335814f7a17856669ada2">SimpleAveragePooling2dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleAveragePooling2dInt16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a0040a2bec5090be39bc6c4382fb7b6ee">SimpleAveragePooling2dInt16Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00347"></a><span class="lineno"> 347</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleAveragePooling2dUint8Nhwc, SimpleAveragePooling2dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00348"></a><span class="lineno"> 348</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleAveragePooling2dInt16Nhwc, SimpleAveragePooling2dInt16Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00349"></a><span class="lineno"> 349</span>&#160;</div><div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleAveragePooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a5103df4c034f9679776cd55e81cd93a4">IgnorePaddingSimpleAveragePooling2dTest</a>)</div><div class="line"><a name="l00351"></a><span class="lineno"> 351</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleAveragePooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#afdc8b9898475e00425b125447eb0bf3e">IgnorePaddingSimpleAveragePooling2dUint8Test</a>)</div><div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleAveragePooling2dInt16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a13ccef523e801fb5fdc2868fae871a26">IgnorePaddingSimpleAveragePooling2dInt16Test</a>)</div><div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleAveragePooling2dNoPadding, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a19f29e6ac7af2f7ee8316048c6638aff">IgnorePaddingSimpleAveragePooling2dNoPaddingTest</a>)</div><div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleAveragePooling2dNoPaddingUint8,</div><div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160; <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#abdb3d542a8c5a5e6a42cb91e3ebce21f">IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test</a>)</div><div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleAveragePooling2dNoPaddingInt16,</div><div class="line"><a name="l00357"></a><span class="lineno"> 357</span>&#160; <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a7c0c120c3d2c63941fd2dec93b7d9564">IgnorePaddingSimpleAveragePooling2dNoPaddingInt16Test</a>)</div><div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingAveragePooling2dSize3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a01264032fbe8272556bf1142b7cd74b1">IgnorePaddingAveragePooling2dSize3Test</a>)</div><div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingAveragePooling2dSize3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ad5690176a9dd35986a5e895f1378efc0">IgnorePaddingAveragePooling2dSize3Uint8Test</a>)</div><div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingAveragePooling2dSize3Int16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a3a693fe529564ec9bdf6b66965b0083e">IgnorePaddingAveragePooling2dSize3Int16Test</a>)</div><div class="line"><a name="l00361"></a><span class="lineno"> 361</span>&#160;</div><div class="line"><a name="l00362"></a><span class="lineno"> 362</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingAveragePooling2dSize3x2Stride2x2,</div><div class="line"><a name="l00363"></a><span class="lineno"> 363</span>&#160; <a class="code" href="_ref_layer_tests_8cpp.xhtml#a9808fb146a134bc91a2ee6f81a1cc5af">IgnorePaddingAveragePooling2dSize3x2Stride2x2Test</a>, false)</div><div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingAveragePooling2dSize3x2Stride2x2NoPadding,</div><div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#a9808fb146a134bc91a2ee6f81a1cc5af"> 365</a></span>&#160; IgnorePaddingAveragePooling2dSize3x2Stride2x2Test, true)</div><div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160;</div><div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LargeTensorsAveragePooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a3929c1959366adb6236ad41acee93b19">LargeTensorsAveragePooling2dTest</a>)</div><div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LargeTensorsAveragePooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a6b0562007adce4063f111fa1e90e4344">LargeTensorsAveragePooling2dUint8Test</a>)</div><div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LargeTensorsAveragePooling2dInt16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#afb670e621e8c15f457eb0b178ff70f93">LargeTensorsAveragePooling2dInt16Test</a>)</div><div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160;</div><div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160;<span class="comment">//L2Pooling</span></div><div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleL2Pooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aa89af1e396c0f689aa6078f6a3f45825">IgnorePaddingSimpleL2Pooling2dTest</a>)</div><div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleL2Pooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aab64d2d563a7dbca5e5f47d95774ac52">IgnorePaddingSimpleL2Pooling2dUint8Test</a>)</div><div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleL2Pooling2dInt16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a9b1409ed5591fd540c6102628897ebf6">IgnorePaddingSimpleL2Pooling2dInt16Test</a>)</div><div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160;</div><div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingL2Pooling2dSize3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ac5c1d6307ea085e55299611717f17756">IgnorePaddingL2Pooling2dSize3Test</a>)</div><div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingL2Pooling2dSize3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a671584b349d7c94cd7c108c8507ba149">IgnorePaddingL2Pooling2dSize3Uint8Test</a>)</div><div class="line"><a name="l00378"></a><span class="lineno"> 378</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingL2Pooling2dSize3Int16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ab721b365fc476b3917abe60c802823b7">IgnorePaddingL2Pooling2dSize3Int16Test</a>)</div><div class="line"><a name="l00379"></a><span class="lineno"> 379</span>&#160;</div><div class="line"><a name="l00380"></a><span class="lineno"> 380</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleL2Pooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a26dc25f8fe0401dd5b9c1c733ed14f3d">SimpleL2Pooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleL2Pooling2dNhwc, SimpleL2Pooling2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleL2Pooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aafecf98426773306be1715559ea4019e">SimpleL2Pooling2dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleL2Pooling2dInt16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a9ed42b523afa1b8017f75478bf90d28b">SimpleL2Pooling2dInt16Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleL2Pooling2dNhwcUint8, SimpleL2Pooling2dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00385"></a><span class="lineno"> 385</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleL2Pooling2dNhwcInt16, SimpleL2Pooling2dInt16Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160;</div><div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Pooling2dSize7, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ae4591d1175ba7115661b8eb80745cb64">L2Pooling2dSize7Test</a>)</div><div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Pooling2dSize7Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a7a85e2ce7c2117c9e2ab829be378deb0">L2Pooling2dSize7Uint8Test</a>)</div><div class="line"><a name="l00389"></a><span class="lineno"> 389</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Pooling2dSize7Int16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a819c382960e69594f22f5e11a9fbf5bb">L2Pooling2dSize7Int16Test</a>)</div><div class="line"><a name="l00390"></a><span class="lineno"> 390</span>&#160;</div><div class="line"><a name="l00391"></a><span class="lineno"> 391</span>&#160;<span class="comment">//NonSquarePooling</span></div><div class="line"><a name="l00392"></a><span class="lineno"> 392</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AsymmNonSquarePooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a2b1ede7e8d8e5dad79d99030f57b8745">AsymmetricNonSquarePooling2dTest</a>)</div><div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AsymmNonSquarePooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a1a1e6dc70b7f1ca0c99fd6f0b48b4d48">AsymmetricNonSquarePooling2dUint8Test</a>)</div><div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AsymmNonSquarePooling2dInt16, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a866c67e5db471212f6ff29411aac0e8f">AsymmetricNonSquarePooling2dInt16Test</a>)</div><div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160;</div><div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160;</div><div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160;<span class="comment">// Linear Activation</span></div><div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConstantLinearActivation, <a class="code" href="_activation_test_impl_8cpp.xhtml#a52af2639a8f96fbbc86343ea8914033a">ConstantLinearActivationTest</a>)</div><div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConstantLinearActivationUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a34b322827b0d8ff9f8b3b8fb9410f7d3">ConstantLinearActivationUint8Test</a>)</div><div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConstantLinearActivationInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#a32a6595835f4cb5e93fec4182ada51bc">ConstantLinearActivationInt16Test</a>)</div><div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160;</div><div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160;<span class="comment">// InstanceNormalization</span></div><div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat32Nchw, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#af6fbb2d172f7285f17c54b60a61d198b">InstanceNormFloat32Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat16Nchw, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#a083992b1851c7681a4b9bd06ba2f5aa6">InstanceNormFloat16Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160;</div><div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat32Nhwc, InstanceNormFloat32Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat16Nhwc, InstanceNormFloat16Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00408"></a><span class="lineno"> 408</span>&#160;</div><div class="line"><a name="l00409"></a><span class="lineno"> 409</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat32Nchw2, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#a12dcbf5945d7d734b143172ff3129390">InstanceNormFloat32Test2</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat16Nchw2, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#aa199df9ca7c476e9bf613a3c3f8c7b56">InstanceNormFloat16Test2</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160;</div><div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat32Nhwc2, InstanceNormFloat32Test2, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat16Nhwc2, InstanceNormFloat16Test2, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160;</div><div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160;<span class="comment">// Normalization</span></div><div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleNormalizationAcross, <a class="code" href="_normalization_test_impl_8cpp.xhtml#acbe7daf56bd75945713848779af20fcb">SimpleNormalizationAcrossTest</a>)</div><div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleNormalizationWithin, <a class="code" href="_normalization_test_impl_8cpp.xhtml#a36dffbd3811b8524b9e288ce693198d4">SimpleNormalizationWithinTest</a>)</div><div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleNormalizationAcrossNhwc, <a class="code" href="_normalization_test_impl_8cpp.xhtml#a68edd9ff85ae512a89892ce7ef8dafaa">SimpleNormalizationAcrossNhwcTest</a>)</div><div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160;</div><div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160;<span class="comment">// Softmax</span></div><div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSoftmaxBeta1, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a49081ef56cfc5fafad212dfbce4f259b">SimpleSoftmaxTest</a>, 1.0f)</div><div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSoftmaxBeta2, SimpleSoftmaxTest, 2.0f)</div><div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSoftmaxBeta1Uint8, <a class="code" href="_softmax_test_impl_8cpp.xhtml#ae89aa2e8ca6da83261a62781ad26352d">SimpleSoftmaxUint8Test</a>, 1.0f)</div><div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSoftmaxBeta2Uint8, SimpleSoftmaxUint8Test, 2.0f)</div><div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160;</div><div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple3dSoftmax, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a95c728251146e1f5bcddf8bd04927553">Simple3dSoftmaxTest</a>, 1.0f)</div><div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple3dSoftmaxUint8, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a2363ddc02a7035b224ab4bbc548c7e35">Simple3dSoftmaxUint8Test</a>, 1.0f)</div><div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160;</div><div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dSoftmax, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a0d366093ec6ca27079466c811151665c">Simple4dSoftmaxTest</a>, 1.0f)</div><div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dSoftmaxUint8, <a class="code" href="_softmax_test_impl_8cpp.xhtml#abbe2d209a74d323f9243c1943dfd429e">Simple4dSoftmaxUint8Test</a>, 1.0f)</div><div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160;</div><div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSoftmaxFloat16, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a28b9861c52ee758d11db282794b21306">SimpleSoftmaxFloat16Test</a>, 1.0f)</div><div class="line"><a name="l00433"></a><span class="lineno"> 433</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple3dSoftmaxFloat16, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a2c83aa074ca45a521e8253ddf61cdeb2">Simple3dSoftmaxFloat16Test</a>, 1.0f)</div><div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dSoftmaxFloat16, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a9457b55b18827c741d53f42e36d4a2d1">Simple4dSoftmaxFloat16Test</a>, 1.0f)</div><div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160;</div><div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSoftmaxUint16, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a55ce19436218d7abbbc53b5f66c2b7fe">SimpleSoftmaxUint16Test</a>, 1.0f)</div><div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple3dSoftmaxUint16, <a class="code" href="_softmax_test_impl_8cpp.xhtml#abde790042baa52b75247c30559840cbf">Simple3dSoftmaxUint16Test</a>, 1.0f)</div><div class="line"><a name="l00438"></a><span class="lineno"> 438</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dSoftmaxUint16, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a418bae8de268bfed7d215c884c1373ea">Simple4dSoftmaxUint16Test</a>, 1.0f)</div><div class="line"><a name="l00439"></a><span class="lineno"> 439</span>&#160;</div><div class="line"><a name="l00440"></a><span class="lineno"> 440</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple2dAxis0Softmax, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a493bef3f5fc0d657b0a5fe29e58dcbdf">SimpleAxisSoftmaxTest</a>, 1.0f, 0)</div><div class="line"><a name="l00441"></a><span class="lineno"> 441</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple2dAxis1Softmax, SimpleAxisSoftmaxTest, 1.0f, 1)</div><div class="line"><a name="l00442"></a><span class="lineno"> 442</span>&#160;</div><div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple2dAxis0NegSoftmax, SimpleAxisSoftmaxTest, 1.0f, -2)</div><div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple2dAxis1NegSoftmax, SimpleAxisSoftmaxTest, 1.0f, -1)</div><div class="line"><a name="l00445"></a><span class="lineno"> 445</span>&#160;</div><div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple3dAxis0Softmax, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a1f0c412bd42fe4ef6b408d463a7a438f">Simple3dAxisSoftmaxTest</a>, 1.0f, 0)</div><div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple3dAxis1Softmax, Simple3dAxisSoftmaxTest, 1.0f, 1)</div><div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple3dAxis2Softmax, Simple3dAxisSoftmaxTest, 1.0f, 2)</div><div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160;</div><div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple3dAxis0NegSoftmax, Simple3dAxisSoftmaxTest, 1.0f, -3)</div><div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple3dAxis1NegSoftmax, Simple3dAxisSoftmaxTest, 1.0f, -2)</div><div class="line"><a name="l00452"></a><span class="lineno"> 452</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple3dAxis2NegSoftmax, Simple3dAxisSoftmaxTest, 1.0f, -1)</div><div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160;</div><div class="line"><a name="l00454"></a><span class="lineno"> 454</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dAxis0Softmax, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a1dc1b7112df501f911a501ad40589215">Simple4dAxisSoftmaxTest</a>, 1.0f, 0)</div><div class="line"><a name="l00455"></a><span class="lineno"> 455</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dAxis1Softmax, Simple4dAxisSoftmaxTest, 1.0f, 1)</div><div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dAxis2Softmax, Simple4dAxisSoftmaxTest, 1.0f, 2)</div><div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dAxis3Softmax, Simple4dAxisSoftmaxTest, 1.0f, 3)</div><div class="line"><a name="l00458"></a><span class="lineno"> 458</span>&#160;</div><div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dAxis0NegSoftmax, Simple4dAxisSoftmaxTest, 1.0f, -4)</div><div class="line"><a name="l00460"></a><span class="lineno"> 460</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dAxis1NegSoftmax, Simple4dAxisSoftmaxTest, 1.0f, -3)</div><div class="line"><a name="l00461"></a><span class="lineno"> 461</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dAxis2NegSoftmax, Simple4dAxisSoftmaxTest, 1.0f, -2)</div><div class="line"><a name="l00462"></a><span class="lineno"> 462</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Simple4dAxis3NegSoftmax, Simple4dAxisSoftmaxTest, 1.0f, -1)</div><div class="line"><a name="l00463"></a><span class="lineno"> 463</span>&#160;</div><div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160;<span class="comment">// Sigmoid Activation</span></div><div class="line"><a name="l00465"></a><span class="lineno"> 465</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSigmoid, <a class="code" href="_activation_test_impl_8cpp.xhtml#aa87c451f7a773fd4ec9cdf11c20d7a58">SimpleSigmoidTest</a>)</div><div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSigmoidUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a0889979f9ffb67b036c3928c6e94af50">SimpleSigmoidUint8Test</a>)</div><div class="line"><a name="l00467"></a><span class="lineno"> 467</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSigmoidInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#a6558a4306d758625ab7804e9cb70b058">SimpleSigmoidInt16Test</a>)</div><div class="line"><a name="l00468"></a><span class="lineno"> 468</span>&#160;</div><div class="line"><a name="l00469"></a><span class="lineno"> 469</span>&#160;<span class="comment">// BoundedReLU Activation</span></div><div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ReLu1, <a class="code" href="_activation_test_impl_8cpp.xhtml#a418191b7e7caba8173206c0870bc3684">BoundedReLuUpperAndLowerBoundTest</a>)</div><div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ReLu6, <a class="code" href="_activation_test_impl_8cpp.xhtml#a359c1f734f9da1d6459e9d878e5612ba">BoundedReLuUpperBoundOnlyTest</a>)</div><div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ReLu1Uint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a0e868e8fa03ce4c4674b007eae5dc1a2">BoundedReLuUint8UpperAndLowerBoundTest</a>)</div><div class="line"><a name="l00473"></a><span class="lineno"> 473</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ReLu6Uint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a7aa10bded0d26089e0bc4333ada10064">BoundedReLuUint8UpperBoundOnlyTest</a>)</div><div class="line"><a name="l00474"></a><span class="lineno"> 474</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BoundedReLuInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#ae42bb4023d8578a27159c95dd4b33b28">BoundedReLuInt16Test</a>)</div><div class="line"><a name="l00475"></a><span class="lineno"> 475</span>&#160;</div><div class="line"><a name="l00476"></a><span class="lineno"> 476</span>&#160;<span class="comment">// ReLU Activation</span></div><div class="line"><a name="l00477"></a><span class="lineno"> 477</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ReLu, <a class="code" href="_activation_test_impl_8cpp.xhtml#a58872a37a87790e3a3f91ee254ce304a">ReLuTest</a>)</div><div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ReLuUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#aa986502e638eba65543c1cbb01467d26">ReLuUint8Test</a>)</div><div class="line"><a name="l00479"></a><span class="lineno"> 479</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ReLuInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#a20b01cc1552ab2c3abd70166fdd35faf">ReLuInt16Test</a>)</div><div class="line"><a name="l00480"></a><span class="lineno"> 480</span>&#160;</div><div class="line"><a name="l00481"></a><span class="lineno"> 481</span>&#160;<span class="comment">// SoftReLU Activation</span></div><div class="line"><a name="l00482"></a><span class="lineno"> 482</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SoftReLu, <a class="code" href="_activation_test_impl_8cpp.xhtml#a8bfdab68fed1467b8720cceb47881236">SoftReLuTest</a>)</div><div class="line"><a name="l00483"></a><span class="lineno"> 483</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SoftReLuUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a732229b22cff2a8f96798c38832cab92">SoftReLuUint8Test</a>)</div><div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SoftReLuInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#a641db2befcd47ac97af966e20b1c4c2c">SoftReLuInt16Test</a>)</div><div class="line"><a name="l00485"></a><span class="lineno"> 485</span>&#160;</div><div class="line"><a name="l00486"></a><span class="lineno"> 486</span>&#160;</div><div class="line"><a name="l00487"></a><span class="lineno"> 487</span>&#160;<span class="comment">// LeakyReLU Activation</span></div><div class="line"><a name="l00488"></a><span class="lineno"> 488</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LeakyReLu, <a class="code" href="_activation_test_impl_8cpp.xhtml#a0120909fa6b3032270399355f14654de">LeakyReLuTest</a>)</div><div class="line"><a name="l00489"></a><span class="lineno"> 489</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LeakyReLuUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#af9293a4d81453abbe8cbdc788c290943">LeakyReLuUint8Test</a>)</div><div class="line"><a name="l00490"></a><span class="lineno"> 490</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LeakyReLuInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#ac01b6901c3f2921c998aff77a8362f87">LeakyReLuInt16Test</a>)</div><div class="line"><a name="l00491"></a><span class="lineno"> 491</span>&#160;</div><div class="line"><a name="l00492"></a><span class="lineno"> 492</span>&#160;<span class="comment">// Abs Activation</span></div><div class="line"><a name="l00493"></a><span class="lineno"> 493</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Abs, <a class="code" href="_activation_test_impl_8cpp.xhtml#a31872d5729b4d7734c1eb0d189a0eece">AbsTest</a>)</div><div class="line"><a name="l00494"></a><span class="lineno"> 494</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AbsUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a11baf4886951944fcf149e2a92197e58">AbsUint8Test</a>)</div><div class="line"><a name="l00495"></a><span class="lineno"> 495</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AbsInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#a8dd4b2ac72e85dcfeb8540b7d5649b47">AbsInt16Test</a>)</div><div class="line"><a name="l00496"></a><span class="lineno"> 496</span>&#160;</div><div class="line"><a name="l00497"></a><span class="lineno"> 497</span>&#160;<span class="comment">// Sqrt Activation</span></div><div class="line"><a name="l00498"></a><span class="lineno"> 498</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Sqrt, <a class="code" href="_activation_test_impl_8cpp.xhtml#ad3928f2c56ed15642ff6306cc6823ebd">SqrtTest</a>)</div><div class="line"><a name="l00499"></a><span class="lineno"> 499</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SqrtNN, <a class="code" href="_activation_test_impl_8cpp.xhtml#a86f53855f5ab422f4e035b1aa11676f8">SqrtNNTest</a>)</div><div class="line"><a name="l00500"></a><span class="lineno"> 500</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SqrtUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a6403e38cfee03672c164e3cba9863147">SqrtUint8Test</a>)</div><div class="line"><a name="l00501"></a><span class="lineno"> 501</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SqrtInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#a8b855f5d3e8aab93decfa2bed46fc4cf">SqrtInt16Test</a>)</div><div class="line"><a name="l00502"></a><span class="lineno"> 502</span>&#160;</div><div class="line"><a name="l00503"></a><span class="lineno"> 503</span>&#160;<span class="comment">// Square Activation</span></div><div class="line"><a name="l00504"></a><span class="lineno"> 504</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Square, <a class="code" href="_activation_test_impl_8cpp.xhtml#a6584d436388485a5bd9252430a0af5b6">SquareTest</a>)</div><div class="line"><a name="l00505"></a><span class="lineno"> 505</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SquareUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a61fffaf40ad721073b70c350174d0ff3">SquareUint8Test</a>)</div><div class="line"><a name="l00506"></a><span class="lineno"> 506</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SquareInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#a26219b66822d57b9fcce7a2504d1fca6">SquareInt16Test</a>)</div><div class="line"><a name="l00507"></a><span class="lineno"> 507</span>&#160;</div><div class="line"><a name="l00508"></a><span class="lineno"> 508</span>&#160;<span class="comment">// Tanh Activation</span></div><div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Tanh, <a class="code" href="_activation_test_impl_8cpp.xhtml#a923aa3e41cd11f5eeb7cc973fd8d3c76">TanhTest</a>)</div><div class="line"><a name="l00510"></a><span class="lineno"> 510</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TanhUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#abe9073d08e150e3dd5e156af7ea8faa5">TanhUint8Test</a>)</div><div class="line"><a name="l00511"></a><span class="lineno"> 511</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TanhInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#aacd820bdf2307a2aa667db2899283035">TanhInt16Test</a>)</div><div class="line"><a name="l00512"></a><span class="lineno"> 512</span>&#160;</div><div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160;<span class="comment">// Elu Activation</span></div><div class="line"><a name="l00514"></a><span class="lineno"> 514</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Elu, <a class="code" href="_activation_test_impl_8cpp.xhtml#a96ba4985a8fff8c04e6585e866256868">EluTest</a>)</div><div class="line"><a name="l00515"></a><span class="lineno"> 515</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EluUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a4f95ca2d87f1d36d0a41d6a0cf56151b">EluUint8Test</a>)</div><div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EluInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#a205500c03971e6ed3aae6e07afdaf145">EluInt16Test</a>)</div><div class="line"><a name="l00517"></a><span class="lineno"> 517</span>&#160;<span class="comment">// HardSwish Activation</span></div><div class="line"><a name="l00518"></a><span class="lineno"> 518</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(HardSwish, <a class="code" href="_activation_test_impl_8cpp.xhtml#a630fd31472c64fa147a70b9be2d4911f">HardSwishTest</a>)</div><div class="line"><a name="l00519"></a><span class="lineno"> 519</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(HardSwishUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a4cf5b253aee4ecf81d75797802c09604">HardSwishUint8Test</a>)</div><div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(HardSwishInt16, <a class="code" href="_activation_test_impl_8cpp.xhtml#ad0ea8320eb816bc3b78ea9a18627d65a">HardSwishInt16Test</a>)</div><div class="line"><a name="l00521"></a><span class="lineno"> 521</span>&#160;</div><div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160;<span class="comment">// Fully Connected</span></div><div class="line"><a name="l00523"></a><span class="lineno"> 523</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleFullyConnected, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a9aa238fbd4c6a6d1259b31d2a51c93b8">FullyConnectedFloat32Test</a>, false, false)</div><div class="line"><a name="l00524"></a><span class="lineno"> 524</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(FullyConnectedUint8, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a25b72d9cbe9cca2c89ba997e6f2cfb87">FullyConnectedTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, false)</div><div class="line"><a name="l00525"></a><span class="lineno"> 525</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(FullyConnectedQSymm16, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a25b72d9cbe9cca2c89ba997e6f2cfb87">FullyConnectedTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, false)</div><div class="line"><a name="l00526"></a><span class="lineno"> 526</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleFullyConnectedWithBias, FullyConnectedFloat32Test, true, false)</div><div class="line"><a name="l00527"></a><span class="lineno"> 527</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(FullyConnectedBiasedUint8, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a25b72d9cbe9cca2c89ba997e6f2cfb87">FullyConnectedTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, true)</div><div class="line"><a name="l00528"></a><span class="lineno"> 528</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(FullyConnectedBiasedQSymm16, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a25b72d9cbe9cca2c89ba997e6f2cfb87">FullyConnectedTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, true)</div><div class="line"><a name="l00529"></a><span class="lineno"> 529</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleFullyConnectedWithTranspose, FullyConnectedFloat32Test, false, true)</div><div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160;</div><div class="line"><a name="l00531"></a><span class="lineno"> 531</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(FullyConnectedLarge, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a0fb6957126b671361ccdd80f3549faa9">FullyConnectedLargeTest</a>, false)</div><div class="line"><a name="l00532"></a><span class="lineno"> 532</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(FullyConnectedLargeTransposed, FullyConnectedLargeTest, true)</div><div class="line"><a name="l00533"></a><span class="lineno"> 533</span>&#160;</div><div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160;<span class="comment">// Splitter</span></div><div class="line"><a name="l00535"></a><span class="lineno"> 535</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSplitterFloat32, <a class="code" href="_splitter_test_impl_8cpp.xhtml#a23e8abfd741a311fb1b4cbcaaac78954">SplitterFloat32Test</a>)</div><div class="line"><a name="l00536"></a><span class="lineno"> 536</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSplitterFloat16, <a class="code" href="_splitter_test_impl_8cpp.xhtml#a453db2afb43ae787956ad61d8a066590">SplitterFloat16Test</a>)</div><div class="line"><a name="l00537"></a><span class="lineno"> 537</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSplitterUint8, <a class="code" href="_splitter_test_impl_8cpp.xhtml#a1eac36c98897fbaa8d475f3a915758bb">SplitterUint8Test</a>)</div><div class="line"><a name="l00538"></a><span class="lineno"> 538</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSplitterInt16, <a class="code" href="_splitter_test_impl_8cpp.xhtml#ab5fc5e347f35600b9c89932ba7f4f8b2">SplitterInt16Test</a>)</div><div class="line"><a name="l00539"></a><span class="lineno"> 539</span>&#160;</div><div class="line"><a name="l00540"></a><span class="lineno"> 540</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(CopyViaSplitterFloat32, <a class="code" href="_splitter_test_impl_8cpp.xhtml#ac95add95bf20160322f853e3bf4eff81">CopyViaSplitterFloat32Test</a>)</div><div class="line"><a name="l00541"></a><span class="lineno"> 541</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(CopyViaSplitterFloat16, <a class="code" href="_splitter_test_impl_8cpp.xhtml#af17e5820f33c37402a85c966b469a52a">CopyViaSplitterFloat16Test</a>)</div><div class="line"><a name="l00542"></a><span class="lineno"> 542</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(CopyViaSplitterUint8, <a class="code" href="_splitter_test_impl_8cpp.xhtml#a32caee0c12392e001c04d36b1f0774cf">CopyViaSplitterUint8Test</a>)</div><div class="line"><a name="l00543"></a><span class="lineno"> 543</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(CopyViaSplitterInt16, <a class="code" href="_splitter_test_impl_8cpp.xhtml#ae5c9cb5a3ad371cee5b3e04f79106b74">CopyViaSplitterInt16Test</a>)</div><div class="line"><a name="l00544"></a><span class="lineno"> 544</span>&#160;</div><div class="line"><a name="l00545"></a><span class="lineno"> 545</span>&#160;<span class="comment">// Concat</span></div><div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConcat, <a class="code" href="_concat_test_impl_8cpp.xhtml#a4d293b286db068580f9d72048d4d7bfc">ConcatTest</a>)</div><div class="line"><a name="l00547"></a><span class="lineno"> 547</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConcatBFloat16, <a class="code" href="_concat_test_impl_8cpp.xhtml#a9f799a2fd4acd720585f5a42249e0371">ConcatBFloat16Test</a>)</div><div class="line"><a name="l00548"></a><span class="lineno"> 548</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConcatFloat16, <a class="code" href="_concat_test_impl_8cpp.xhtml#ac6e55fbcc8ae3dfa8c1762d343264006">ConcatFloat16Test</a>)</div><div class="line"><a name="l00549"></a><span class="lineno"> 549</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConcatUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#ab0aa694e3cd5555731f28b2c61a01f7e">ConcatUint8Test</a>)</div><div class="line"><a name="l00550"></a><span class="lineno"> 550</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConcatUint8DifferentQParams, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa1491773368b57bfbe2a737a05c041fa">ConcatUint8DifferentQParamsTest</a>)</div><div class="line"><a name="l00551"></a><span class="lineno"> 551</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConcatUint16, <a class="code" href="_concat_test_impl_8cpp.xhtml#a66df3b4ed5c8e464dcba94c2afc2b432">ConcatUint16Test</a>)</div><div class="line"><a name="l00552"></a><span class="lineno"> 552</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConcatUint8DifferentInputOutputQParam,</div><div class="line"><a name="l00553"></a><span class="lineno"> 553</span>&#160; <a class="code" href="_concat_test_impl_8cpp.xhtml#a9d679b4a18c9cadc563bd77a726a3726">ConcatDifferentInputOutputQParamTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, true)</div><div class="line"><a name="l00554"></a><span class="lineno"> 554</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConcatInt16DifferentInputOutputQParam,</div><div class="line"><a name="l00555"></a><span class="lineno"> 555</span>&#160; <a class="code" href="_concat_test_impl_8cpp.xhtml#a9d679b4a18c9cadc563bd77a726a3726">ConcatDifferentInputOutputQParamTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, true)</div><div class="line"><a name="l00556"></a><span class="lineno"> 556</span>&#160;</div><div class="line"><a name="l00557"></a><span class="lineno"> 557</span>&#160;<span class="comment">// Add</span></div><div class="line"><a name="l00558"></a><span class="lineno"> 558</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleAdd, <a class="code" href="_addition_test_impl_8cpp.xhtml#a108165b4957f3790332ae0afedf37ccd">AdditionTest</a>)</div><div class="line"><a name="l00559"></a><span class="lineno"> 559</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Add5d, <a class="code" href="_addition_test_impl_8cpp.xhtml#ab102e5bc3a3b04360a0f42e25ab3c898">Addition5dTest</a>)</div><div class="line"><a name="l00560"></a><span class="lineno"> 560</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AddBroadcast1Element, <a class="code" href="_addition_test_impl_8cpp.xhtml#a4bff97bff3f9fb4cf473812dee810de0">AdditionBroadcast1ElementTest</a>)</div><div class="line"><a name="l00561"></a><span class="lineno"> 561</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AddBroadcast, <a class="code" href="_addition_test_impl_8cpp.xhtml#a9591268a5a6c7d0a0b91098deab4fe34">AdditionBroadcastTest</a>)</div><div class="line"><a name="l00562"></a><span class="lineno"> 562</span>&#160;</div><div class="line"><a name="l00563"></a><span class="lineno"> 563</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AdditionUint8, <a class="code" href="_addition_test_impl_8cpp.xhtml#a4b5e20456506426ba2e4ea9616df978f">AdditionUint8Test</a>)</div><div class="line"><a name="l00564"></a><span class="lineno"> 564</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AddBroadcastUint8, <a class="code" href="_addition_test_impl_8cpp.xhtml#a0946a9b1b8cf99591b03ea7f5f7e725f">AdditionBroadcastUint8Test</a>)</div><div class="line"><a name="l00565"></a><span class="lineno"> 565</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AddBroadcast1ElementUint8, <a class="code" href="_addition_test_impl_8cpp.xhtml#ad71ffd0e8547900b92a5d471f01cd69b">AdditionBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00566"></a><span class="lineno"> 566</span>&#160;</div><div class="line"><a name="l00567"></a><span class="lineno"> 567</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AdditionInt16, <a class="code" href="_addition_test_impl_8cpp.xhtml#ae087613cdb8319fbab07d44e6eaf217d">AdditionInt16Test</a>)</div><div class="line"><a name="l00568"></a><span class="lineno"> 568</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AddBroadcastInt16, <a class="code" href="_addition_test_impl_8cpp.xhtml#a470ed90260ed36c02adc91df184fcc82">AdditionBroadcastInt16Test</a>)</div><div class="line"><a name="l00569"></a><span class="lineno"> 569</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AddBroadcast1ElementInt16, <a class="code" href="_addition_test_impl_8cpp.xhtml#a97579bb78890452730fff4d1e3e6fb4a">AdditionBroadcast1ElementInt16Test</a>)</div><div class="line"><a name="l00570"></a><span class="lineno"> 570</span>&#160;</div><div class="line"><a name="l00571"></a><span class="lineno"> 571</span>&#160;<span class="comment">// Sub</span></div><div class="line"><a name="l00572"></a><span class="lineno"> 572</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSub, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#af58d639c9d64bb08acb8b8e3ffaccbbb">SubtractionTest</a>)</div><div class="line"><a name="l00573"></a><span class="lineno"> 573</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SubBroadcast1Element, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#af9a0ddee6e06cef7c196cf9b4b363f77">SubtractionBroadcast1ElementTest</a>)</div><div class="line"><a name="l00574"></a><span class="lineno"> 574</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SubBroadcast, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a230ab661651ba87930a5bc6a7604e6c8">SubtractionBroadcastTest</a>)</div><div class="line"><a name="l00575"></a><span class="lineno"> 575</span>&#160;</div><div class="line"><a name="l00576"></a><span class="lineno"> 576</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleSubFloat16, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#af58d639c9d64bb08acb8b8e3ffaccbbb">SubtractionTest</a>)</div><div class="line"><a name="l00577"></a><span class="lineno"> 577</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SubBroadcast1ElementFloat16, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#af9a0ddee6e06cef7c196cf9b4b363f77">SubtractionBroadcast1ElementTest</a>)</div><div class="line"><a name="l00578"></a><span class="lineno"> 578</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SubBroadcastFloat16, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a230ab661651ba87930a5bc6a7604e6c8">SubtractionBroadcastTest</a>)</div><div class="line"><a name="l00579"></a><span class="lineno"> 579</span>&#160;</div><div class="line"><a name="l00580"></a><span class="lineno"> 580</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SubtractionUint8, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#aedabb354e4e5af0759202e4dbbeb8441">SubtractionUint8Test</a>)</div><div class="line"><a name="l00581"></a><span class="lineno"> 581</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SubBroadcastUint8, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a3a6e0120f7dce89c2ef03a579c6c581e">SubtractionBroadcastUint8Test</a>)</div><div class="line"><a name="l00582"></a><span class="lineno"> 582</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SubBroadcast1ElementUint8, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a098b3aa8ae40141e9c43fc11233bc9ca">SubtractionBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00583"></a><span class="lineno"> 583</span>&#160;</div><div class="line"><a name="l00584"></a><span class="lineno"> 584</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SubtractionInt16, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a7a25b712f181d499480edcf8ec5474cc">SubtractionInt16Test</a>)</div><div class="line"><a name="l00585"></a><span class="lineno"> 585</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SubBroadcastInt16, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a47fe3e5a47fb2e37c3371ab264a07ffd">SubtractionBroadcastInt16Test</a>)</div><div class="line"><a name="l00586"></a><span class="lineno"> 586</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SubBroadcast1ElementInt16, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a0a1eb21d1ee13e500e36635ebd4c2d2b">SubtractionBroadcast1ElementInt16Test</a>)</div><div class="line"><a name="l00587"></a><span class="lineno"> 587</span>&#160;</div><div class="line"><a name="l00588"></a><span class="lineno"> 588</span>&#160;<span class="comment">// Div</span></div><div class="line"><a name="l00589"></a><span class="lineno"> 589</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleDivision, <a class="code" href="_division_test_impl_8cpp.xhtml#a0ffe3f6f1297b8dc4c3f49389933c7d8">DivisionTest</a>)</div><div class="line"><a name="l00590"></a><span class="lineno"> 590</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionByZero, <a class="code" href="_division_test_impl_8cpp.xhtml#afd429b00b6869309e768fc7ecdc1d3aa">DivisionByZeroTest</a>)</div><div class="line"><a name="l00591"></a><span class="lineno"> 591</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionBroadcast1Element, <a class="code" href="_division_test_impl_8cpp.xhtml#ab4698982570cfa37dad688623fc7c1d8">DivisionBroadcast1ElementTest</a>)</div><div class="line"><a name="l00592"></a><span class="lineno"> 592</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionBroadcast1DVector, <a class="code" href="_division_test_impl_8cpp.xhtml#a888a7d50e58a8fb5fee7ad1ae11df736">DivisionBroadcast1DVectorTest</a>)</div><div class="line"><a name="l00593"></a><span class="lineno"> 593</span>&#160;</div><div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionFloat16, <a class="code" href="_division_test_impl_8cpp.xhtml#af05106a201d16d82f4336d4128dabc5a">DivisionFloat16Test</a>)</div><div class="line"><a name="l00595"></a><span class="lineno"> 595</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionFloat16Broadcast1Element, <a class="code" href="_division_test_impl_8cpp.xhtml#a31b65e3c39f135d3c866a2f8e5d1851c">DivisionBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00596"></a><span class="lineno"> 596</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionFloat16Broadcast1DVector, <a class="code" href="_division_test_impl_8cpp.xhtml#a49be4bd470666e2191940689f15747b8">DivisionBroadcast1DVectorFloat16Test</a>)</div><div class="line"><a name="l00597"></a><span class="lineno"> 597</span>&#160;</div><div class="line"><a name="l00598"></a><span class="lineno"> 598</span>&#160;<span class="comment">// NOTE: division by zero for quantized div needs more attention</span></div><div class="line"><a name="l00599"></a><span class="lineno"> 599</span>&#160;<span class="comment">// see IVGCVSW-1849</span></div><div class="line"><a name="l00600"></a><span class="lineno"> 600</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionUint8, <a class="code" href="_division_test_impl_8cpp.xhtml#a0ca6d4aa8a25096570e7fb724e282483">DivisionUint8Test</a>)</div><div class="line"><a name="l00601"></a><span class="lineno"> 601</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionUint8Broadcast1Element, <a class="code" href="_division_test_impl_8cpp.xhtml#a7905aab5acadb38374fa416e2a3f0ccf">DivisionBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00602"></a><span class="lineno"> 602</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionUint8Broadcast1DVector, <a class="code" href="_division_test_impl_8cpp.xhtml#afb7ebe6c4afbc0f9a6b39dff2b57a98a">DivisionBroadcast1DVectorUint8Test</a>)</div><div class="line"><a name="l00603"></a><span class="lineno"> 603</span>&#160;</div><div class="line"><a name="l00604"></a><span class="lineno"> 604</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionInt16, <a class="code" href="_division_test_impl_8cpp.xhtml#aaff7696d97c4e9e1ab541430b327d2c1">DivisionInt16Test</a>)</div><div class="line"><a name="l00605"></a><span class="lineno"> 605</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionInt16Broadcast1Element, <a class="code" href="_division_test_impl_8cpp.xhtml#aa1cc1413993d9ab16a948712e0cf8e31">DivisionBroadcast1ElementInt16Test</a>)</div><div class="line"><a name="l00606"></a><span class="lineno"> 606</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DivisionInt16Broadcast1DVector, <a class="code" href="_division_test_impl_8cpp.xhtml#a12c7eadab87314b7d4d02c7d0dd03542">DivisionBroadcast1DVectorInt16Test</a>)</div><div class="line"><a name="l00607"></a><span class="lineno"> 607</span>&#160;</div><div class="line"><a name="l00608"></a><span class="lineno"> 608</span>&#160;<span class="comment">// Equal</span></div><div class="line"><a name="l00609"></a><span class="lineno"> 609</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EqualSimple, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a880947e3247561262b6591dbd21d1fe4">EqualSimpleTest</a>)</div><div class="line"><a name="l00610"></a><span class="lineno"> 610</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EqualBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a98b5478b733652032baf7263c597d922">EqualBroadcast1ElementTest</a>)</div><div class="line"><a name="l00611"></a><span class="lineno"> 611</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EqualBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a4acde4a2a816c8fc1d695bbcf2b035f0">EqualBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00612"></a><span class="lineno"> 612</span>&#160;</div><div class="line"><a name="l00613"></a><span class="lineno"> 613</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EqualSimpleFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a3aa8c4abe8b4eb97fea5e28d94f93e44">EqualSimpleFloat16Test</a>)</div><div class="line"><a name="l00614"></a><span class="lineno"> 614</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EqualBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a0e294894dce823722990282dc0f836a6">EqualBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00615"></a><span class="lineno"> 615</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EqualBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ae5c7bb5e9563367c3a9c8955c6d7700d">EqualBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00616"></a><span class="lineno"> 616</span>&#160;</div><div class="line"><a name="l00617"></a><span class="lineno"> 617</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EqualSimpleUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#aaa692bbdf743367e41b23715087e1127">EqualSimpleUint8Test</a>)</div><div class="line"><a name="l00618"></a><span class="lineno"> 618</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EqualBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a9143d9c1a463ff0b3a006a7eddc12dc1">EqualBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00619"></a><span class="lineno"> 619</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(EqualBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ad53e7982ea9177325dbf7ea0d8b00db4">EqualBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00620"></a><span class="lineno"> 620</span>&#160;</div><div class="line"><a name="l00621"></a><span class="lineno"> 621</span>&#160;<span class="comment">// Greater</span></div><div class="line"><a name="l00622"></a><span class="lineno"> 622</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterSimple, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a558d9c92e7ea3ee340cd10df88511e43">GreaterSimpleTest</a>)</div><div class="line"><a name="l00623"></a><span class="lineno"> 623</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a36afb02cfc0246cd6bf3dfe37d624670">GreaterBroadcast1ElementTest</a>)</div><div class="line"><a name="l00624"></a><span class="lineno"> 624</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a0a07fb616d8685ee7b3177e664822760">GreaterBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00625"></a><span class="lineno"> 625</span>&#160;</div><div class="line"><a name="l00626"></a><span class="lineno"> 626</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterSimpleFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a3ec228d133801e618749f8ba8fac9490">GreaterSimpleFloat16Test</a>)</div><div class="line"><a name="l00627"></a><span class="lineno"> 627</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a6a553ac91c27ebe193d1e6710d28af36">GreaterBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00628"></a><span class="lineno"> 628</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#adbea0ac0d30d3f5262db72e460e064f2">GreaterBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00629"></a><span class="lineno"> 629</span>&#160;</div><div class="line"><a name="l00630"></a><span class="lineno"> 630</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterSimpleUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ab6bf14113381621c7dd6c5acbc813941">GreaterSimpleUint8Test</a>)</div><div class="line"><a name="l00631"></a><span class="lineno"> 631</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a399443fa2f42e0cc53bb15cb9e9c2cbc">GreaterBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00632"></a><span class="lineno"> 632</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a9210d6b4e8317ecbce202e362a6a070f">GreaterBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00633"></a><span class="lineno"> 633</span>&#160;</div><div class="line"><a name="l00634"></a><span class="lineno"> 634</span>&#160;<span class="comment">// GreaterOrEqual</span></div><div class="line"><a name="l00635"></a><span class="lineno"> 635</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterOrEqualSimple, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ae12a976a8fb49c703846beeaed25ca0d">GreaterOrEqualSimpleTest</a>)</div><div class="line"><a name="l00636"></a><span class="lineno"> 636</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterOrEqualBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ab609573863d01a11473670c4fb87f581">GreaterOrEqualBroadcast1ElementTest</a>)</div><div class="line"><a name="l00637"></a><span class="lineno"> 637</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterOrEqualBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a9c428524b85e5da419e39d2542d51e82">GreaterOrEqualBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00638"></a><span class="lineno"> 638</span>&#160;</div><div class="line"><a name="l00639"></a><span class="lineno"> 639</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterOrEqualSimpleFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a0f5a5873b9904905b264c4cad6442cb3">GreaterOrEqualSimpleFloat16Test</a>)</div><div class="line"><a name="l00640"></a><span class="lineno"> 640</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterOrEqualBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a27c547996856d145bb31c02ffc654244">GreaterOrEqualBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00641"></a><span class="lineno"> 641</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterOrEqualBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a0a68acc1ac90e64f5f019b8c40ad8009">GreaterOrEqualBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00642"></a><span class="lineno"> 642</span>&#160;</div><div class="line"><a name="l00643"></a><span class="lineno"> 643</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterOrEqualSimpleUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#af64e8a031ad30bb5a8a3679f926658ed">GreaterOrEqualSimpleUint8Test</a>)</div><div class="line"><a name="l00644"></a><span class="lineno"> 644</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterOrEqualBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a9e6c482704c048094e1a17a452414638">GreaterOrEqualBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00645"></a><span class="lineno"> 645</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GreaterOrEqualBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a35392fa19a5b7b662de3defd49cb9707">GreaterOrEqualBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00646"></a><span class="lineno"> 646</span>&#160;</div><div class="line"><a name="l00647"></a><span class="lineno"> 647</span>&#160;<span class="comment">// Less</span></div><div class="line"><a name="l00648"></a><span class="lineno"> 648</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessSimple, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ab044e25eb30eb578c09c5e4232c08aae">LessSimpleTest</a>)</div><div class="line"><a name="l00649"></a><span class="lineno"> 649</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a124b38da8a7a728f5f1ece3d664c2fbf">LessBroadcast1ElementTest</a>)</div><div class="line"><a name="l00650"></a><span class="lineno"> 650</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a721d8066ed0ebde400379f1b136a3dd4">LessBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00651"></a><span class="lineno"> 651</span>&#160;</div><div class="line"><a name="l00652"></a><span class="lineno"> 652</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessSimpleFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a7d3af7771f3f2b573b7dca43db9fb73b">LessSimpleFloat16Test</a>)</div><div class="line"><a name="l00653"></a><span class="lineno"> 653</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ae774ff0be5937c50e92ec4958e910b6f">LessBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00654"></a><span class="lineno"> 654</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a08b2bf8908789063c9bf7a536836df34">LessBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00655"></a><span class="lineno"> 655</span>&#160;</div><div class="line"><a name="l00656"></a><span class="lineno"> 656</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessSimpleUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a02d5d8a001efb5fb0caf59b9b1ee5728">LessSimpleUint8Test</a>)</div><div class="line"><a name="l00657"></a><span class="lineno"> 657</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ab3f8d85f99db63414b6530c92d06faa7">LessBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00658"></a><span class="lineno"> 658</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ab7bbec237a25bef6356c9cb8cb846c50">LessBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00659"></a><span class="lineno"> 659</span>&#160;</div><div class="line"><a name="l00660"></a><span class="lineno"> 660</span>&#160;<span class="comment">// GreaterOrEqual</span></div><div class="line"><a name="l00661"></a><span class="lineno"> 661</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessOrEqualSimple, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a9bc017bef1d7eff21ba066bc8dd893cd">LessOrEqualSimpleTest</a>)</div><div class="line"><a name="l00662"></a><span class="lineno"> 662</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessOrEqualBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ae0aeaea6bdc0067e5c4e6ba2c8f8da82">LessOrEqualBroadcast1ElementTest</a>)</div><div class="line"><a name="l00663"></a><span class="lineno"> 663</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessOrEqualBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#aec9fc40e8947d7be650c8d8ed7e6b1fb">LessOrEqualBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00664"></a><span class="lineno"> 664</span>&#160;</div><div class="line"><a name="l00665"></a><span class="lineno"> 665</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessOrEqualSimpleFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ac0d4651ebe4583f48c678ed9e359f752">LessOrEqualSimpleFloat16Test</a>)</div><div class="line"><a name="l00666"></a><span class="lineno"> 666</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessOrEqualBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a2e805734085e0cfe13ce0c6b44d8d9bd">LessOrEqualBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00667"></a><span class="lineno"> 667</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessOrEqualBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a32a5e66843f06cc2d27cec8ca7cfd0bd">LessOrEqualBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00668"></a><span class="lineno"> 668</span>&#160;</div><div class="line"><a name="l00669"></a><span class="lineno"> 669</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessOrEqualSimpleUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a74cb79363eba34875832d6fd9efea0e2">LessOrEqualSimpleUint8Test</a>)</div><div class="line"><a name="l00670"></a><span class="lineno"> 670</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessOrEqualBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a86ad01237cc8280b94a0e5c83869c75a">LessOrEqualBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00671"></a><span class="lineno"> 671</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LessOrEqualBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a528930f08cb30d9283768a92c4bcff4b">LessOrEqualBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00672"></a><span class="lineno"> 672</span>&#160;</div><div class="line"><a name="l00673"></a><span class="lineno"> 673</span>&#160;<span class="comment">// NotEqual</span></div><div class="line"><a name="l00674"></a><span class="lineno"> 674</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(NotEqualSimple, <a class="code" href="_comparison_test_impl_8cpp.xhtml#aaacb61d44cafc27a5daefcc744af4545">NotEqualSimpleTest</a>)</div><div class="line"><a name="l00675"></a><span class="lineno"> 675</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(NotEqualBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#aab7b2c546f81d9840c9b1863620b4889">NotEqualBroadcast1ElementTest</a>)</div><div class="line"><a name="l00676"></a><span class="lineno"> 676</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(NotEqualBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a66212c8681f38f98e81f97e3e1882cbe">NotEqualBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00677"></a><span class="lineno"> 677</span>&#160;</div><div class="line"><a name="l00678"></a><span class="lineno"> 678</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(NotEqualSimpleFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#aba92f3e09885c3aaec2741095a0540f4">NotEqualSimpleFloat16Test</a>)</div><div class="line"><a name="l00679"></a><span class="lineno"> 679</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(NotEqualBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a1e893eb7607cb4416b6b1569044ad388">NotEqualBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00680"></a><span class="lineno"> 680</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(NotEqualBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ac0b03a955baab91f83dbb2658c757788">NotEqualBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00681"></a><span class="lineno"> 681</span>&#160;</div><div class="line"><a name="l00682"></a><span class="lineno"> 682</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(NotEqualSimpleUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a81d28ea830f11ded054f9c97580113f9">NotEqualSimpleUint8Test</a>)</div><div class="line"><a name="l00683"></a><span class="lineno"> 683</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(NotEqualBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a6b7bbf277d2306073f0344cec5b8feab">NotEqualBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00684"></a><span class="lineno"> 684</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(NotEqualBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a236a550e54d732c42308aafe006a6351">NotEqualBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00685"></a><span class="lineno"> 685</span>&#160;</div><div class="line"><a name="l00686"></a><span class="lineno"> 686</span>&#160;<span class="comment">// Max</span></div><div class="line"><a name="l00687"></a><span class="lineno"> 687</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMaximum, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a5284469ca9fb8e8945b995e0b96b904b">MaximumSimpleTest</a>)</div><div class="line"><a name="l00688"></a><span class="lineno"> 688</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1Element, <a class="code" href="_maximum_test_impl_8cpp.xhtml#adc56c136b4282f6fa64014883a9776df">MaximumBroadcast1ElementTest</a>)</div><div class="line"><a name="l00689"></a><span class="lineno"> 689</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1DVector, <a class="code" href="_maximum_test_impl_8cpp.xhtml#aebfc4dddd6d3c2f9f3631383875180ab">MaximumBroadcast1DVectorTest</a>)</div><div class="line"><a name="l00690"></a><span class="lineno"> 690</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumFloat16, <a class="code" href="_maximum_test_impl_8cpp.xhtml#adef53798850f9839d144f153df79b5db">MaximumFloat16Test</a>)</div><div class="line"><a name="l00691"></a><span class="lineno"> 691</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1ElementFloat16, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a1d697781a0990b2fc155483e66a5048b">MaximumBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00692"></a><span class="lineno"> 692</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1DVectorFloat16, <a class="code" href="_maximum_test_impl_8cpp.xhtml#ae5a7c4e1d15da878cc6097dc4f61cb8f">MaximumBroadcast1DVectorFloat16Test</a>)</div><div class="line"><a name="l00693"></a><span class="lineno"> 693</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumUint8, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a0a7d1c396def8ee8f0080f3bead3f1da">MaximumUint8Test</a>)</div><div class="line"><a name="l00694"></a><span class="lineno"> 694</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1ElementUint8, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a67926759ded30561aa1a34209d3bcaf0">MaximumBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00695"></a><span class="lineno"> 695</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1DVectorUint8, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a671ba569bce68f75bdfe3a24158f9a29">MaximumBroadcast1DVectorUint8Test</a>)</div><div class="line"><a name="l00696"></a><span class="lineno"> 696</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumInt16, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a1c630a6f84c2c6281b6cfa5f8c910ac8">MaximumInt16Test</a>)</div><div class="line"><a name="l00697"></a><span class="lineno"> 697</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1ElementInt16, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a40d2a2c9115603722c860332510e49f0">MaximumBroadcast1ElementInt16Test</a>)</div><div class="line"><a name="l00698"></a><span class="lineno"> 698</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1DVectorInt16, <a class="code" href="_maximum_test_impl_8cpp.xhtml#aacf76b8c5359c0221179bdb6f12985bf">MaximumBroadcast1DVectorInt16Test</a>)</div><div class="line"><a name="l00699"></a><span class="lineno"> 699</span>&#160;</div><div class="line"><a name="l00700"></a><span class="lineno"> 700</span>&#160;<span class="comment">// Min</span></div><div class="line"><a name="l00701"></a><span class="lineno"> 701</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMinimum1, <a class="code" href="_minimum_test_impl_8cpp.xhtml#a360ca085905d3cf780e7a57ab6afecbb">MinimumBroadcast1ElementTest1</a>)</div><div class="line"><a name="l00702"></a><span class="lineno"> 702</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMinimum2, <a class="code" href="_minimum_test_impl_8cpp.xhtml#ac9095191057d43c10755932927d23eb2">MinimumBroadcast1ElementTest2</a>)</div><div class="line"><a name="l00703"></a><span class="lineno"> 703</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Minimum1DVectorUint8, <a class="code" href="_minimum_test_impl_8cpp.xhtml#aa4859cf8f51ed45e7326a4719097e26b">MinimumBroadcast1DVectorUint8Test</a>)</div><div class="line"><a name="l00704"></a><span class="lineno"> 704</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MinimumFloat16, <a class="code" href="_minimum_test_impl_8cpp.xhtml#a70d2070ff6ee2eae24d4b25622c55bd3">MinimumFloat16Test</a>)</div><div class="line"><a name="l00705"></a><span class="lineno"> 705</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MinimumBroadcast1ElementFloat16, <a class="code" href="_minimum_test_impl_8cpp.xhtml#ac4ad6762df2bb1ee95671e239f2a7687">MinimumBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00706"></a><span class="lineno"> 706</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MinimumBroadcast1DVectorFloat16, <a class="code" href="_minimum_test_impl_8cpp.xhtml#aff5f62e9504fae4a9cb4d620662f7f0b">MinimumBroadcast1DVectorFloat16Test</a>)</div><div class="line"><a name="l00707"></a><span class="lineno"> 707</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MinimumInt16, <a class="code" href="_minimum_test_impl_8cpp.xhtml#a1d604397f92a06b3c2b843ebae6dd5bc">MinimumInt16Test</a>)</div><div class="line"><a name="l00708"></a><span class="lineno"> 708</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MinimumBroadcast1ElementInt16, <a class="code" href="_minimum_test_impl_8cpp.xhtml#a557118ca5e8a63808680bb59ffd54869">MinimumBroadcast1ElementInt16Test</a>)</div><div class="line"><a name="l00709"></a><span class="lineno"> 709</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MinimumBroadcast1DVectorInt16, <a class="code" href="_minimum_test_impl_8cpp.xhtml#a0ee540e5bc2a589d45006fc80b73f452">MinimumBroadcast1DVectorInt16Test</a>)</div><div class="line"><a name="l00710"></a><span class="lineno"> 710</span>&#160;</div><div class="line"><a name="l00711"></a><span class="lineno"> 711</span>&#160;<span class="comment">// Mul</span></div><div class="line"><a name="l00712"></a><span class="lineno"> 712</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleMultiplication, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a89c05a959d2cdd0a75efbaa10dd618bb">MultiplicationTest</a>)</div><div class="line"><a name="l00713"></a><span class="lineno"> 713</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiplicationBroadcast1Element, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#af5dc1277647c283cd0d04e8ae79b3b5c">MultiplicationBroadcast1ElementTest</a>)</div><div class="line"><a name="l00714"></a><span class="lineno"> 714</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiplicationBroadcast1DVector, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a5c5bca4cbf0f3d49933fcca03890f701">MultiplicationBroadcast1DVectorTest</a>)</div><div class="line"><a name="l00715"></a><span class="lineno"> 715</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiplicationUint8, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#afbfbaebea4554cdec9b26572c7ded900">MultiplicationUint8Test</a>)</div><div class="line"><a name="l00716"></a><span class="lineno"> 716</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiplicationBroadcast1ElementUint8, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a1da87c55324e86f4d3aa7fe8c6c426d3">MultiplicationBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00717"></a><span class="lineno"> 717</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiplicationBroadcast1DVectorUint8, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a0a33f1e45b1e0f680cb9540884ee0ba7">MultiplicationBroadcast1DVectorUint8Test</a>)</div><div class="line"><a name="l00718"></a><span class="lineno"> 718</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiplicationInt16, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#aa6b5d52b7062c16172592551156a5b2c">MultiplicationInt16Test</a>)</div><div class="line"><a name="l00719"></a><span class="lineno"> 719</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiplicationBroadcast1ElementInt16, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a7727cf471d69ceccbfb9af5584179eef">MultiplicationBroadcast1ElementInt16Test</a>)</div><div class="line"><a name="l00720"></a><span class="lineno"> 720</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiplicationBroadcast1DVectorInt16, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a2050a2b14ee181fc2b160622a55fe6ec">MultiplicationBroadcast1DVectorInt16Test</a>)</div><div class="line"><a name="l00721"></a><span class="lineno"> 721</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Multiplication5d, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a56613b5467a32cf602c162b2b6d28c5b">Multiplication5dTest</a>)</div><div class="line"><a name="l00722"></a><span class="lineno"> 722</span>&#160;</div><div class="line"><a name="l00723"></a><span class="lineno"> 723</span>&#160;<span class="comment">// Batch Norm</span></div><div class="line"><a name="l00724"></a><span class="lineno"> 724</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchNormFloat32, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a95e3411d80e0eac3844844c017f03861">BatchNormFloat32Test</a>)</div><div class="line"><a name="l00725"></a><span class="lineno"> 725</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchNormFloat32Nhwc, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a449a360cd864483064ae2991db8edcd8">BatchNormFloat32NhwcTest</a>)</div><div class="line"><a name="l00726"></a><span class="lineno"> 726</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchNormFloat16, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a0fe6b55e33196820f9bf4759647c17df">BatchNormFloat16Test</a>)</div><div class="line"><a name="l00727"></a><span class="lineno"> 727</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchNormFloat16Nhwc, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a7615443ac0887d4c282f53f7e49d889c">BatchNormFloat16NhwcTest</a>)</div><div class="line"><a name="l00728"></a><span class="lineno"> 728</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchNormUint8, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#ae90e750efd98b6fb3db4bd586df3daff">BatchNormUint8Test</a>)</div><div class="line"><a name="l00729"></a><span class="lineno"> 729</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchNormUint8Nhwc, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a168bb6829b7b1bd091ab3800a055f7ee">BatchNormUint8NhwcTest</a>)</div><div class="line"><a name="l00730"></a><span class="lineno"> 730</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchNormInt16, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#aa3fcd011e2fba798b1d5c8d4d2ee9ad8">BatchNormInt16Test</a>)</div><div class="line"><a name="l00731"></a><span class="lineno"> 731</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchNormInt16Nhwc, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a40379f76fb69d26e8543dd1494674335">BatchNormInt16NhwcTest</a>)</div><div class="line"><a name="l00732"></a><span class="lineno"> 732</span>&#160;</div><div class="line"><a name="l00733"></a><span class="lineno"> 733</span>&#160;<span class="comment">// Resize Bilinear - NCHW</span></div><div class="line"><a name="l00734"></a><span class="lineno"> 734</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinear,</div><div class="line"><a name="l00735"></a><span class="lineno"> 735</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00736"></a><span class="lineno"> 736</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00737"></a><span class="lineno"> 737</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinearFloat16,</div><div class="line"><a name="l00738"></a><span class="lineno"> 738</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;,</div><div class="line"><a name="l00739"></a><span class="lineno"> 739</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00740"></a><span class="lineno"> 740</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinearUint8,</div><div class="line"><a name="l00741"></a><span class="lineno"> 741</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00742"></a><span class="lineno"> 742</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00743"></a><span class="lineno"> 743</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinearUint16,</div><div class="line"><a name="l00744"></a><span class="lineno"> 744</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00745"></a><span class="lineno"> 745</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00746"></a><span class="lineno"> 746</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNop,</div><div class="line"><a name="l00747"></a><span class="lineno"> 747</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00748"></a><span class="lineno"> 748</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00749"></a><span class="lineno"> 749</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNopFloat16,</div><div class="line"><a name="l00750"></a><span class="lineno"> 750</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;,</div><div class="line"><a name="l00751"></a><span class="lineno"> 751</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00752"></a><span class="lineno"> 752</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNopUint8,</div><div class="line"><a name="l00753"></a><span class="lineno"> 753</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00754"></a><span class="lineno"> 754</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00755"></a><span class="lineno"> 755</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(esizeBilinearNopUint16,</div><div class="line"><a name="l00756"></a><span class="lineno"> 756</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00757"></a><span class="lineno"> 757</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00758"></a><span class="lineno"> 758</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMin,</div><div class="line"><a name="l00759"></a><span class="lineno"> 759</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00760"></a><span class="lineno"> 760</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00761"></a><span class="lineno"> 761</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMinFloat16,</div><div class="line"><a name="l00762"></a><span class="lineno"> 762</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;,</div><div class="line"><a name="l00763"></a><span class="lineno"> 763</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00764"></a><span class="lineno"> 764</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMinUint8,</div><div class="line"><a name="l00765"></a><span class="lineno"> 765</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00766"></a><span class="lineno"> 766</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00767"></a><span class="lineno"> 767</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMinUint16,</div><div class="line"><a name="l00768"></a><span class="lineno"> 768</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00769"></a><span class="lineno"> 769</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00770"></a><span class="lineno"> 770</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMin,</div><div class="line"><a name="l00771"></a><span class="lineno"> 771</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00772"></a><span class="lineno"> 772</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00773"></a><span class="lineno"> 773</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMinFloat16,</div><div class="line"><a name="l00774"></a><span class="lineno"> 774</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;,</div><div class="line"><a name="l00775"></a><span class="lineno"> 775</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00776"></a><span class="lineno"> 776</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMinUint8,</div><div class="line"><a name="l00777"></a><span class="lineno"> 777</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00778"></a><span class="lineno"> 778</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00779"></a><span class="lineno"> 779</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMinUint16,</div><div class="line"><a name="l00780"></a><span class="lineno"> 780</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00781"></a><span class="lineno"> 781</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00782"></a><span class="lineno"> 782</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMag,</div><div class="line"><a name="l00783"></a><span class="lineno"> 783</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a856cb9d46cf74b4f852c9133c002cd94">ResizeBilinearMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00784"></a><span class="lineno"> 784</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00785"></a><span class="lineno"> 785</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMagFloat16,</div><div class="line"><a name="l00786"></a><span class="lineno"> 786</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a856cb9d46cf74b4f852c9133c002cd94">ResizeBilinearMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;,</div><div class="line"><a name="l00787"></a><span class="lineno"> 787</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00788"></a><span class="lineno"> 788</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMagUint8,</div><div class="line"><a name="l00789"></a><span class="lineno"> 789</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a856cb9d46cf74b4f852c9133c002cd94">ResizeBilinearMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00790"></a><span class="lineno"> 790</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00791"></a><span class="lineno"> 791</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMagUint16,</div><div class="line"><a name="l00792"></a><span class="lineno"> 792</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00793"></a><span class="lineno"> 793</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00794"></a><span class="lineno"> 794</span>&#160;</div><div class="line"><a name="l00795"></a><span class="lineno"> 795</span>&#160;<span class="comment">// Resize Bilinear - NHWC</span></div><div class="line"><a name="l00796"></a><span class="lineno"> 796</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNopNhwc,</div><div class="line"><a name="l00797"></a><span class="lineno"> 797</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00798"></a><span class="lineno"> 798</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00799"></a><span class="lineno"> 799</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNopNhwcFloat16,</div><div class="line"><a name="l00800"></a><span class="lineno"> 800</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;,</div><div class="line"><a name="l00801"></a><span class="lineno"> 801</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00802"></a><span class="lineno"> 802</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNopUint8Nhwc,</div><div class="line"><a name="l00803"></a><span class="lineno"> 803</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00804"></a><span class="lineno"> 804</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00805"></a><span class="lineno"> 805</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNopUint16Nhwc,</div><div class="line"><a name="l00806"></a><span class="lineno"> 806</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00807"></a><span class="lineno"> 807</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00808"></a><span class="lineno"> 808</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinearNhwc,</div><div class="line"><a name="l00809"></a><span class="lineno"> 809</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00810"></a><span class="lineno"> 810</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00811"></a><span class="lineno"> 811</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinearNhwcFloat16,</div><div class="line"><a name="l00812"></a><span class="lineno"> 812</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;,</div><div class="line"><a name="l00813"></a><span class="lineno"> 813</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00814"></a><span class="lineno"> 814</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinearUint8Nhwc,</div><div class="line"><a name="l00815"></a><span class="lineno"> 815</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00816"></a><span class="lineno"> 816</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00817"></a><span class="lineno"> 817</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinearUint16Nhwc,</div><div class="line"><a name="l00818"></a><span class="lineno"> 818</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00819"></a><span class="lineno"> 819</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00820"></a><span class="lineno"> 820</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMinNhwc,</div><div class="line"><a name="l00821"></a><span class="lineno"> 821</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00822"></a><span class="lineno"> 822</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00823"></a><span class="lineno"> 823</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMinNhwcFloat16,</div><div class="line"><a name="l00824"></a><span class="lineno"> 824</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;,</div><div class="line"><a name="l00825"></a><span class="lineno"> 825</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00826"></a><span class="lineno"> 826</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMinUint8Nhwc,</div><div class="line"><a name="l00827"></a><span class="lineno"> 827</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00828"></a><span class="lineno"> 828</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00829"></a><span class="lineno"> 829</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMinUint16Nhwc,</div><div class="line"><a name="l00830"></a><span class="lineno"> 830</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00831"></a><span class="lineno"> 831</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00832"></a><span class="lineno"> 832</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMinNhwc,</div><div class="line"><a name="l00833"></a><span class="lineno"> 833</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00834"></a><span class="lineno"> 834</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00835"></a><span class="lineno"> 835</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMinNhwcFloat16,</div><div class="line"><a name="l00836"></a><span class="lineno"> 836</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;,</div><div class="line"><a name="l00837"></a><span class="lineno"> 837</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00838"></a><span class="lineno"> 838</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMinUint8Nhwc,</div><div class="line"><a name="l00839"></a><span class="lineno"> 839</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00840"></a><span class="lineno"> 840</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00841"></a><span class="lineno"> 841</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMinUint16Nhwc,</div><div class="line"><a name="l00842"></a><span class="lineno"> 842</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00843"></a><span class="lineno"> 843</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00844"></a><span class="lineno"> 844</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMagNhwc,</div><div class="line"><a name="l00845"></a><span class="lineno"> 845</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a856cb9d46cf74b4f852c9133c002cd94">ResizeBilinearMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00846"></a><span class="lineno"> 846</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00847"></a><span class="lineno"> 847</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMagNhwcFloat16,</div><div class="line"><a name="l00848"></a><span class="lineno"> 848</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a856cb9d46cf74b4f852c9133c002cd94">ResizeBilinearMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;,</div><div class="line"><a name="l00849"></a><span class="lineno"> 849</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00850"></a><span class="lineno"> 850</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMagUint8Nhwc,</div><div class="line"><a name="l00851"></a><span class="lineno"> 851</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a856cb9d46cf74b4f852c9133c002cd94">ResizeBilinearMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00852"></a><span class="lineno"> 852</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00853"></a><span class="lineno"> 853</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMagUint16Nhwc,</div><div class="line"><a name="l00854"></a><span class="lineno"> 854</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00855"></a><span class="lineno"> 855</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00856"></a><span class="lineno"> 856</span>&#160;</div><div class="line"><a name="l00857"></a><span class="lineno"> 857</span>&#160;<span class="comment">// Resize NearestNeighbor - NCHW</span></div><div class="line"><a name="l00858"></a><span class="lineno"> 858</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeNearestNeighbor,</div><div class="line"><a name="l00859"></a><span class="lineno"> 859</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00860"></a><span class="lineno"> 860</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00861"></a><span class="lineno"> 861</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeNearestNeighborUint8,</div><div class="line"><a name="l00862"></a><span class="lineno"> 862</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00863"></a><span class="lineno"> 863</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00864"></a><span class="lineno"> 864</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeNearestNeighborUint16,</div><div class="line"><a name="l00865"></a><span class="lineno"> 865</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00866"></a><span class="lineno"> 866</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00867"></a><span class="lineno"> 867</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborNop,</div><div class="line"><a name="l00868"></a><span class="lineno"> 868</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00869"></a><span class="lineno"> 869</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00870"></a><span class="lineno"> 870</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborNopUint8,</div><div class="line"><a name="l00871"></a><span class="lineno"> 871</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00872"></a><span class="lineno"> 872</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00873"></a><span class="lineno"> 873</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(esizeNearestNeighborNopUint16,</div><div class="line"><a name="l00874"></a><span class="lineno"> 874</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00875"></a><span class="lineno"> 875</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00876"></a><span class="lineno"> 876</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborSqMin,</div><div class="line"><a name="l00877"></a><span class="lineno"> 877</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a7fa8169c343d8e7fb11eb7750b06bef5">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00878"></a><span class="lineno"> 878</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00879"></a><span class="lineno"> 879</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborSqMinUint8,</div><div class="line"><a name="l00880"></a><span class="lineno"> 880</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a7fa8169c343d8e7fb11eb7750b06bef5">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00881"></a><span class="lineno"> 881</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00882"></a><span class="lineno"> 882</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborSqMinUint16,</div><div class="line"><a name="l00883"></a><span class="lineno"> 883</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00884"></a><span class="lineno"> 884</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00885"></a><span class="lineno"> 885</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMin,</div><div class="line"><a name="l00886"></a><span class="lineno"> 886</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a5a75f31efb36868e8f2c7223426313db">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00887"></a><span class="lineno"> 887</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00888"></a><span class="lineno"> 888</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMinUint8,</div><div class="line"><a name="l00889"></a><span class="lineno"> 889</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a5a75f31efb36868e8f2c7223426313db">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00890"></a><span class="lineno"> 890</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00891"></a><span class="lineno"> 891</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMinUint16,</div><div class="line"><a name="l00892"></a><span class="lineno"> 892</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00893"></a><span class="lineno"> 893</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00894"></a><span class="lineno"> 894</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMag,</div><div class="line"><a name="l00895"></a><span class="lineno"> 895</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aaf1a58bdaf53efb1093601746773df9a">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00896"></a><span class="lineno"> 896</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW, 0.10f, 50, 0.11f, 20)</div><div class="line"><a name="l00897"></a><span class="lineno"> 897</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMagUint8,</div><div class="line"><a name="l00898"></a><span class="lineno"> 898</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aaf1a58bdaf53efb1093601746773df9a">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00899"></a><span class="lineno"> 899</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW, 0.10f, 50, 0.11f, 20)</div><div class="line"><a name="l00900"></a><span class="lineno"> 900</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMagUint16,</div><div class="line"><a name="l00901"></a><span class="lineno"> 901</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00902"></a><span class="lineno"> 902</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00903"></a><span class="lineno"> 903</span>&#160;</div><div class="line"><a name="l00904"></a><span class="lineno"> 904</span>&#160;<span class="comment">// Resize NearestNeighbor - NHWC</span></div><div class="line"><a name="l00905"></a><span class="lineno"> 905</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborNopNhwc,</div><div class="line"><a name="l00906"></a><span class="lineno"> 906</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00907"></a><span class="lineno"> 907</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00908"></a><span class="lineno"> 908</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborNopUint8Nhwc,</div><div class="line"><a name="l00909"></a><span class="lineno"> 909</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00910"></a><span class="lineno"> 910</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00911"></a><span class="lineno"> 911</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborNopUint16Nhwc,</div><div class="line"><a name="l00912"></a><span class="lineno"> 912</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00913"></a><span class="lineno"> 913</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00914"></a><span class="lineno"> 914</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeNearestNeighborNhwc,</div><div class="line"><a name="l00915"></a><span class="lineno"> 915</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00916"></a><span class="lineno"> 916</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00917"></a><span class="lineno"> 917</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeNearestNeighborUint8Nhwc,</div><div class="line"><a name="l00918"></a><span class="lineno"> 918</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00919"></a><span class="lineno"> 919</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00920"></a><span class="lineno"> 920</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeNearestNeighborUint16Nhwc,</div><div class="line"><a name="l00921"></a><span class="lineno"> 921</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00922"></a><span class="lineno"> 922</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00923"></a><span class="lineno"> 923</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborSqMinNhwc,</div><div class="line"><a name="l00924"></a><span class="lineno"> 924</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a7fa8169c343d8e7fb11eb7750b06bef5">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00925"></a><span class="lineno"> 925</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00926"></a><span class="lineno"> 926</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborSqMinUint8Nhwc,</div><div class="line"><a name="l00927"></a><span class="lineno"> 927</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a7fa8169c343d8e7fb11eb7750b06bef5">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00928"></a><span class="lineno"> 928</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00929"></a><span class="lineno"> 929</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborSqMinUint16Nhwc,</div><div class="line"><a name="l00930"></a><span class="lineno"> 930</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00931"></a><span class="lineno"> 931</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00932"></a><span class="lineno"> 932</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMinNhwc,</div><div class="line"><a name="l00933"></a><span class="lineno"> 933</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a5a75f31efb36868e8f2c7223426313db">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00934"></a><span class="lineno"> 934</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00935"></a><span class="lineno"> 935</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMinUint8Nhwc,</div><div class="line"><a name="l00936"></a><span class="lineno"> 936</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a5a75f31efb36868e8f2c7223426313db">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00937"></a><span class="lineno"> 937</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00938"></a><span class="lineno"> 938</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMinUint16Nhwc,</div><div class="line"><a name="l00939"></a><span class="lineno"> 939</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00940"></a><span class="lineno"> 940</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00941"></a><span class="lineno"> 941</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMagNhwc,</div><div class="line"><a name="l00942"></a><span class="lineno"> 942</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aaf1a58bdaf53efb1093601746773df9a">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00943"></a><span class="lineno"> 943</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC, 0.10f, 50, 0.11f, 20)</div><div class="line"><a name="l00944"></a><span class="lineno"> 944</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMagUint8Nhwc,</div><div class="line"><a name="l00945"></a><span class="lineno"> 945</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#aaf1a58bdaf53efb1093601746773df9a">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00946"></a><span class="lineno"> 946</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC, 0.10f, 50, 0.11f, 20)</div><div class="line"><a name="l00947"></a><span class="lineno"> 947</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMagUint16Nhwc,</div><div class="line"><a name="l00948"></a><span class="lineno"> 948</span>&#160; <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;,</div><div class="line"><a name="l00949"></a><span class="lineno"> 949</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00950"></a><span class="lineno"> 950</span>&#160;</div><div class="line"><a name="l00951"></a><span class="lineno"> 951</span>&#160;<span class="comment">// Fake Quantization</span></div><div class="line"><a name="l00952"></a><span class="lineno"> 952</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(<a class="code" href="namespacearmnn.xhtml#ab3c0b7e1a78b1b98c24934221f36a7c3">FakeQuantization</a>, <a class="code" href="_fake_quantization_test_impl_8cpp.xhtml#a01bfe16b093483307fb23aaae0405a3a">FakeQuantizationTest</a>)</div><div class="line"><a name="l00953"></a><span class="lineno"> 953</span>&#160;</div><div class="line"><a name="l00954"></a><span class="lineno"> 954</span>&#160;<span class="comment">// L2 Normalization</span></div><div class="line"><a name="l00955"></a><span class="lineno"> 955</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization1d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#abc9aa62ee9cdec8c43b5a43d931c632c">L2Normalization1dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00956"></a><span class="lineno"> 956</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization2d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a373fc44a34b2bba8739ad4c6e864b234">L2Normalization2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00957"></a><span class="lineno"> 957</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization3d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a336e63cb246a1d6f8b5a02367932471a">L2Normalization3dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00958"></a><span class="lineno"> 958</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization4d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a49c8b464589cbe8f6b7e7a1bf7e6403d">L2Normalization4dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00959"></a><span class="lineno"> 959</span>&#160;</div><div class="line"><a name="l00960"></a><span class="lineno"> 960</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization1dInt16, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a51324dd32b0b605e9f27d2b91312dc80">L2Normalization1dInt16Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00961"></a><span class="lineno"> 961</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization2dInt16, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a6e2879224854a663f502d3092a68d2c7">L2Normalization2dInt16Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00962"></a><span class="lineno"> 962</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization3dInt16, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a49295d2552ff6a80396649f5b6e3a9ce">L2Normalization3dInt16Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00963"></a><span class="lineno"> 963</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization4dInt16, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a1bbff607f046d49a92516969d8beff7a">L2Normalization4dInt16Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00964"></a><span class="lineno"> 964</span>&#160;</div><div class="line"><a name="l00965"></a><span class="lineno"> 965</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization1dUint8, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#aea6a1743ba0fdb000d73856302ab6c23">L2Normalization1dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00966"></a><span class="lineno"> 966</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization2dUint8, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a96cf65cb33a0e9319ddd0d00d56b5056">L2Normalization2dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00967"></a><span class="lineno"> 967</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization3dUint8, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#ad087db636160f71155a4ac31b37184aa">L2Normalization3dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00968"></a><span class="lineno"> 968</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization4dUint8, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a9672054d1096864d4c034aa90008efff">L2Normalization4dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00969"></a><span class="lineno"> 969</span>&#160;</div><div class="line"><a name="l00970"></a><span class="lineno"> 970</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization1dNhwc, L2Normalization1dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00971"></a><span class="lineno"> 971</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization2dNhwc, L2Normalization2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00972"></a><span class="lineno"> 972</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization3dNhwc, L2Normalization3dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00973"></a><span class="lineno"> 973</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization4dNhwc, L2Normalization4dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00974"></a><span class="lineno"> 974</span>&#160;</div><div class="line"><a name="l00975"></a><span class="lineno"> 975</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization1dInt16Nhwc, L2Normalization1dInt16Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00976"></a><span class="lineno"> 976</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization2dInt16Nhwc, L2Normalization2dInt16Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00977"></a><span class="lineno"> 977</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization3dInt16Nhwc, L2Normalization3dInt16Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00978"></a><span class="lineno"> 978</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization4dInt16Nhwc, L2Normalization4dInt16Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00979"></a><span class="lineno"> 979</span>&#160;</div><div class="line"><a name="l00980"></a><span class="lineno"> 980</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization1dUint8Nhwc, L2Normalization1dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00981"></a><span class="lineno"> 981</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization2dUint8Nhwc, L2Normalization2dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00982"></a><span class="lineno"> 982</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization3dUint8Nhwc, L2Normalization3dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00983"></a><span class="lineno"> 983</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization4dUint8Nhwc, L2Normalization4dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00984"></a><span class="lineno"> 984</span>&#160;</div><div class="line"><a name="l00985"></a><span class="lineno"> 985</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2Normalization2dShape, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a1a90f524b460439bb8e386ea672acd6c">L2Normalization2dShapeTest</a>);</div><div class="line"><a name="l00986"></a><span class="lineno"> 986</span>&#160;</div><div class="line"><a name="l00987"></a><span class="lineno"> 987</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2NormalizationDefaultEpsilon, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a13c8cd6115422815348d57aef2ca032d">L2NormalizationDefaultEpsilonTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00988"></a><span class="lineno"> 988</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(L2NormalizationNonDefaultEpsilon, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#ae6ec1c0ad5b1b94d03c160c8122587cc">L2NormalizationNonDefaultEpsilonTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00989"></a><span class="lineno"> 989</span>&#160;</div><div class="line"><a name="l00990"></a><span class="lineno"> 990</span>&#160;<span class="comment">// LogSoftmax</span></div><div class="line"><a name="l00991"></a><span class="lineno"> 991</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LogSoftmaxFloat32_1, <a class="code" href="_log_softmax_test_impl_8cpp.xhtml#a43d9a2ddae53c0ce8d39131e199ea281">LogSoftmaxTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00992"></a><span class="lineno"> 992</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LogSoftmaxFloat32_2, <a class="code" href="_log_softmax_test_impl_8cpp.xhtml#aae56886d29ed5fa981f5df156bb651df">LogSoftmaxTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00993"></a><span class="lineno"> 993</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LogSoftmaxFloat32_3, <a class="code" href="_log_softmax_test_impl_8cpp.xhtml#a5f3566cdee1e8d80fe647d3535f491c4">LogSoftmaxTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00994"></a><span class="lineno"> 994</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LogSoftmaxFloat32_4, <a class="code" href="_log_softmax_test_impl_8cpp.xhtml#af332c6b74251f903ef775d9788c44f7d">LogSoftmaxTest4</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00995"></a><span class="lineno"> 995</span>&#160;</div><div class="line"><a name="l00996"></a><span class="lineno"> 996</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LogSoftmaxFloat16_1, <a class="code" href="_log_softmax_test_impl_8cpp.xhtml#a43d9a2ddae53c0ce8d39131e199ea281">LogSoftmaxTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00997"></a><span class="lineno"> 997</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LogSoftmaxFloat16_2, <a class="code" href="_log_softmax_test_impl_8cpp.xhtml#aae56886d29ed5fa981f5df156bb651df">LogSoftmaxTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00998"></a><span class="lineno"> 998</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LogSoftmaxFloat16_3, <a class="code" href="_log_softmax_test_impl_8cpp.xhtml#a5f3566cdee1e8d80fe647d3535f491c4">LogSoftmaxTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00999"></a><span class="lineno"> 999</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LogSoftmaxFloat16_4, <a class="code" href="_log_softmax_test_impl_8cpp.xhtml#af332c6b74251f903ef775d9788c44f7d">LogSoftmaxTest4</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160;</div><div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160;<span class="comment">// Pad</span></div><div class="line"><a name="l01002"></a><span class="lineno"> 1002</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadBFloat162d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a70d112117aab76605b514d71ff653d60">PadBFloat162dTest</a>)</div><div class="line"><a name="l01003"></a><span class="lineno"> 1003</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadBFloat162dCustomPadding, <a class="code" href="_pad_test_impl_8cpp.xhtml#a4051f0cadac34f005ccac2567ea22d28">PadBFloat162dCustomPaddingTest</a>)</div><div class="line"><a name="l01004"></a><span class="lineno"> 1004</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadBFloat163d, <a class="code" href="_pad_test_impl_8cpp.xhtml#ac5f18107061e75d2e1fa378b514c3269">PadBFloat163dTest</a>)</div><div class="line"><a name="l01005"></a><span class="lineno"> 1005</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadBFloat164d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a7622686da55a20be40afff518e661355">PadBFloat164dTest</a>)</div><div class="line"><a name="l01006"></a><span class="lineno"> 1006</span>&#160;</div><div class="line"><a name="l01007"></a><span class="lineno"> 1007</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadFloat322d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a25fabb1639914c21d6704cb4d38a9c84">PadFloat322dTest</a>)</div><div class="line"><a name="l01008"></a><span class="lineno"> 1008</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadFloat322dCustomPadding, <a class="code" href="_pad_test_impl_8cpp.xhtml#aaa52b691f1734bf8ed1b983a4ccb9e7c">PadFloat322dCustomPaddingTest</a>)</div><div class="line"><a name="l01009"></a><span class="lineno"> 1009</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadFloat323d, <a class="code" href="_pad_test_impl_8cpp.xhtml#affbb9e1924205682a80918a3ee91df3f">PadFloat323dTest</a>)</div><div class="line"><a name="l01010"></a><span class="lineno"> 1010</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadFloat324d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a154b1f8adf21e8e368d27882d02c0abd">PadFloat324dTest</a>)</div><div class="line"><a name="l01011"></a><span class="lineno"> 1011</span>&#160;</div><div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadUint82d, <a class="code" href="_pad_test_impl_8cpp.xhtml#af9c6d2cdf6ad5b749e618ccc6fb43311">PadUint82dTest</a>)</div><div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadUint82dCustomPadding, <a class="code" href="_pad_test_impl_8cpp.xhtml#a07b74f034f52a7c5dae44a74efb8019e">PadUint82dCustomPaddingTest</a>)</div><div class="line"><a name="l01014"></a><span class="lineno"> 1014</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadUint83d, <a class="code" href="_pad_test_impl_8cpp.xhtml#abffbd2fd1db993ecf50344cf530c21b5">PadUint83dTest</a>)</div><div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PadUint84d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a00264a85539177528b812af3df9a664a">PadUint84dTest</a>)</div><div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160;</div><div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Pad2dQSymm16, <a class="code" href="_pad_test_impl_8cpp.xhtml#a2efccf857e77f59789d3c9c655943291">Pad2dTestCommon</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, 2.0f, 0, 0.0f)</div><div class="line"><a name="l01018"></a><span class="lineno"> 1018</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Pad2dQSymm16CustomPadding, <a class="code" href="_pad_test_impl_8cpp.xhtml#a2efccf857e77f59789d3c9c655943291">Pad2dTestCommon</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, 2.0f, 0, 1.0f)</div><div class="line"><a name="l01019"></a><span class="lineno"> 1019</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Pad3dQSymm16, <a class="code" href="_pad_test_impl_8cpp.xhtml#a106adefa1af15bdc68068403d7e93cd3">Pad3dTestCommon</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, 2.0f, 0)</div><div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Pad4dQSymm16, <a class="code" href="_pad_test_impl_8cpp.xhtml#a878a628bade11abc79cf8160c518a244">Pad4dTestCommon</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, 2.0f, 0)</div><div class="line"><a name="l01021"></a><span class="lineno"> 1021</span>&#160;</div><div class="line"><a name="l01022"></a><span class="lineno"> 1022</span>&#160;<span class="comment">// Constant</span></div><div class="line"><a name="l01023"></a><span class="lineno"> 1023</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Constant, <a class="code" href="_constant_test_impl_8cpp.xhtml#a6bed60e7ef6dbb582ad454d94e2367ec">ConstantTest</a>)</div><div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConstantUint8, <a class="code" href="_constant_test_impl_8cpp.xhtml#aa5f4f81bcf6256977802069fe1467d08">ConstantUint8CustomQuantizationScaleAndOffsetTest</a>)</div><div class="line"><a name="l01025"></a><span class="lineno"> 1025</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ConstantInt16, <a class="code" href="_constant_test_impl_8cpp.xhtml#a9b287c734d9ee57423267e5e75a52792">ConstantInt16CustomQuantizationScaleAndOffsetTest</a>)</div><div class="line"><a name="l01026"></a><span class="lineno"> 1026</span>&#160;</div><div class="line"><a name="l01027"></a><span class="lineno"> 1027</span>&#160;<span class="comment">// Concat</span></div><div class="line"><a name="l01028"></a><span class="lineno"> 1028</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat1d, <a class="code" href="_concat_test_impl_8cpp.xhtml#ad4e20b0bf58dfbdbfaa93f445c5a7fbb">Concat1dTest</a>)</div><div class="line"><a name="l01029"></a><span class="lineno"> 1029</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat1dUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#aed0a697e15183bbac585fde3535bdbd8">Concat1dUint8Test</a>)</div><div class="line"><a name="l01030"></a><span class="lineno"> 1030</span>&#160;</div><div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#a916c9acb126444caa775d14c635acaf8">Concat2dDim0Test</a>)</div><div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a549f1d04a9747d0c3046e0b708d67116">Concat2dDim0Uint8Test</a>)</div><div class="line"><a name="l01033"></a><span class="lineno"> 1033</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa786ba656ce7f53cc93692eec4645f6b">Concat2dDim1Test</a>)</div><div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a71bbfb11850812db44a607d2f9c39681">Concat2dDim1Uint8Test</a>)</div><div class="line"><a name="l01035"></a><span class="lineno"> 1035</span>&#160;</div><div class="line"><a name="l01036"></a><span class="lineno"> 1036</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim0DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#ab5703ba71ea408eb6939a5be35b67a2f">Concat2dDim0DiffInputDimsTest</a>)</div><div class="line"><a name="l01037"></a><span class="lineno"> 1037</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim0DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6990f89809b6699004e566a9d4f892f9">Concat2dDim0DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim1DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#a142df3b6c7d699e7623fb37ff95e8c5a">Concat2dDim1DiffInputDimsTest</a>)</div><div class="line"><a name="l01039"></a><span class="lineno"> 1039</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim1DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a398f4322d3f71cc0fe4a04831a556c91">Concat2dDim1DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l01040"></a><span class="lineno"> 1040</span>&#160;</div><div class="line"><a name="l01041"></a><span class="lineno"> 1041</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#ad9391e74e0fcf3a9f2c08d6a865d910a">Concat3dDim0Test</a>)</div><div class="line"><a name="l01042"></a><span class="lineno"> 1042</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a05e4c6d3c63851bebb99391e4af3ab6b">Concat3dDim0Uint8Test</a>)</div><div class="line"><a name="l01043"></a><span class="lineno"> 1043</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#a462db75851b433b8739039a789e14c0f">Concat3dDim1Test</a>)</div><div class="line"><a name="l01044"></a><span class="lineno"> 1044</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a8e409cdc677af52ce07c5cdc8ec63678">Concat3dDim1Uint8Test</a>)</div><div class="line"><a name="l01045"></a><span class="lineno"> 1045</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim2, <a class="code" href="_concat_test_impl_8cpp.xhtml#ade318c9975477ee7bab3d230baf8d48a">Concat3dDim2Test</a>, true)</div><div class="line"><a name="l01046"></a><span class="lineno"> 1046</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim2Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a75091ca6eb52deea2ce14ad8f6261236">Concat3dDim2Uint8Test</a>, true)</div><div class="line"><a name="l01047"></a><span class="lineno"> 1047</span>&#160;</div><div class="line"><a name="l01048"></a><span class="lineno"> 1048</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim0DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#ad970167c99234cfcc22107efbe3503d3">Concat3dDim0DiffInputDimsTest</a>)</div><div class="line"><a name="l01049"></a><span class="lineno"> 1049</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim0DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#afa4c2db58080ed0749c5e7c64f23af04">Concat3dDim0DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l01050"></a><span class="lineno"> 1050</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim1DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#a693e34e3f519f0323cb165468560ee72">Concat3dDim1DiffInputDimsTest</a>)</div><div class="line"><a name="l01051"></a><span class="lineno"> 1051</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim1DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a1f8ad3cf8df29398ea04eaa4c790a100">Concat3dDim1DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l01052"></a><span class="lineno"> 1052</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim2DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#aab6fb09abdae83f7944da4d9d8a894de">Concat3dDim2DiffInputDimsTest</a>, true)</div><div class="line"><a name="l01053"></a><span class="lineno"> 1053</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim2DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6a0578f5cabc3b13c8800066d094f08b">Concat3dDim2DiffInputDimsUint8Test</a>, true)</div><div class="line"><a name="l01054"></a><span class="lineno"> 1054</span>&#160;</div><div class="line"><a name="l01055"></a><span class="lineno"> 1055</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#a7f29312851dee5f74ed0bffebd5448d2">Concat4dDim0Test</a>)</div><div class="line"><a name="l01056"></a><span class="lineno"> 1056</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#a1a5bb4ab6841dd39e48089413cf8fe05">Concat4dDim1Test</a>)</div><div class="line"><a name="l01057"></a><span class="lineno"> 1057</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim2, <a class="code" href="_concat_test_impl_8cpp.xhtml#a1d148bdca4ed20301d41d73398dd90e5">Concat4dDim2Test</a>)</div><div class="line"><a name="l01058"></a><span class="lineno"> 1058</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim3, <a class="code" href="_concat_test_impl_8cpp.xhtml#a2081650a5142448a5db4065819da2089">Concat4dDim3Test</a>, true)</div><div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a7b3adb97b81ab7b464c566caa3a231ba">Concat4dDim0Uint8Test</a>)</div><div class="line"><a name="l01060"></a><span class="lineno"> 1060</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa13bf446c9b813c55ce96b49e5a17154">Concat4dDim1Uint8Test</a>)</div><div class="line"><a name="l01061"></a><span class="lineno"> 1061</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim2Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a9a1400c7948e6536489676848c40630f">Concat4dDim2Uint8Test</a>)</div><div class="line"><a name="l01062"></a><span class="lineno"> 1062</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim3Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a3de096f0e07787adaf34b6d348ca9543">Concat4dDim3Uint8Test</a>, true)</div><div class="line"><a name="l01063"></a><span class="lineno"> 1063</span>&#160;</div><div class="line"><a name="l01064"></a><span class="lineno"> 1064</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#a9199f32df2745143e544e703c2380dd4">Concat4dDiffShapeDim0Test</a>)</div><div class="line"><a name="l01065"></a><span class="lineno"> 1065</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa40068e0a65840e70b2da4902a0f47da">Concat4dDiffShapeDim1Test</a>)</div><div class="line"><a name="l01066"></a><span class="lineno"> 1066</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim2, <a class="code" href="_concat_test_impl_8cpp.xhtml#ab7261b2e00a06881f0c8bf3e2ecbff19">Concat4dDiffShapeDim2Test</a>)</div><div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim3, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6323bb2aa7e5a8215d1c38e7e0159d29">Concat4dDiffShapeDim3Test</a>, true)</div><div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a39a5321f36681cf1b7bbea885a0ccce9">Concat4dDiffShapeDim0Uint8Test</a>)</div><div class="line"><a name="l01069"></a><span class="lineno"> 1069</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#af5b51da08139262f68be752047e1b94c">Concat4dDiffShapeDim1Uint8Test</a>)</div><div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim2Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a4ab1a7c2b554de49ef453e802eaf88a3">Concat4dDiffShapeDim2Uint8Test</a>)</div><div class="line"><a name="l01071"></a><span class="lineno"> 1071</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim3Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6852f3bb0b5a59260e0f76031e64cb3e">Concat4dDiffShapeDim3Uint8Test</a>, true)</div><div class="line"><a name="l01072"></a><span class="lineno"> 1072</span>&#160;</div><div class="line"><a name="l01073"></a><span class="lineno"> 1073</span>&#160;<span class="comment">// Floor</span></div><div class="line"><a name="l01074"></a><span class="lineno"> 1074</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleFloor, <a class="code" href="_floor_test_impl_8cpp.xhtml#a6f22e64ef1f5e5d8e5b0392fcc65f0a4">SimpleFloorTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01075"></a><span class="lineno"> 1075</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleFloorFloat16, <a class="code" href="_floor_test_impl_8cpp.xhtml#a6f22e64ef1f5e5d8e5b0392fcc65f0a4">SimpleFloorTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01076"></a><span class="lineno"> 1076</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleFloorQuantisedSymm16, <a class="code" href="_floor_test_impl_8cpp.xhtml#a6f22e64ef1f5e5d8e5b0392fcc65f0a4">SimpleFloorTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01077"></a><span class="lineno"> 1077</span>&#160;</div><div class="line"><a name="l01078"></a><span class="lineno"> 1078</span>&#160;<span class="comment">// Reshape</span></div><div class="line"><a name="l01079"></a><span class="lineno"> 1079</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleReshapeFloat32, <a class="code" href="_reshape_test_impl_8cpp.xhtml#a27e70e33db384629f46baac2b95a71cd">SimpleReshapeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01080"></a><span class="lineno"> 1080</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleReshapeQuantisedAsymm8, <a class="code" href="_reshape_test_impl_8cpp.xhtml#a27e70e33db384629f46baac2b95a71cd">SimpleReshapeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01081"></a><span class="lineno"> 1081</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleReshapeQuantisedSymm16, <a class="code" href="_reshape_test_impl_8cpp.xhtml#a27e70e33db384629f46baac2b95a71cd">SimpleReshapeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01082"></a><span class="lineno"> 1082</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Reshape5d, <a class="code" href="_reshape_test_impl_8cpp.xhtml#a75b012fe56435f53e13fd8ab123aef9c">Reshape5dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01083"></a><span class="lineno"> 1083</span>&#160;</div><div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>&#160;<span class="comment">// Rsqrt</span></div><div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Rsqrt2d, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#aa52cf5a2574addfe0460c29198fa0a98">Rsqrt2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Rsqrt3d, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#ae1a85305061c6a46d51dad7ca607d8b7">Rsqrt3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(RsqrtZero, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#a5de28a891279bb721def701fef87cdd8">RsqrtZeroTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(RsqrtNegative, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#a656eed3fe329a6661aa922f3e4039bf6">RsqrtNegativeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Rsqrt2dFloat16, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#aa52cf5a2574addfe0460c29198fa0a98">Rsqrt2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Rsqrt3dFloat16, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#ae1a85305061c6a46d51dad7ca607d8b7">Rsqrt3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Rsqrt2dQuantisedAsymm8, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#aa52cf5a2574addfe0460c29198fa0a98">Rsqrt2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01092"></a><span class="lineno"> 1092</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Rsqrt3dQuantisedAsymm8, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#ae1a85305061c6a46d51dad7ca607d8b7">Rsqrt3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01093"></a><span class="lineno"> 1093</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Rsqrt2dQuantisedSymm16, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#aa52cf5a2574addfe0460c29198fa0a98">Rsqrt2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01094"></a><span class="lineno"> 1094</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Rsqrt3dQuantisedSymm16, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#ae1a85305061c6a46d51dad7ca607d8b7">Rsqrt3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01095"></a><span class="lineno"> 1095</span>&#160;</div><div class="line"><a name="l01096"></a><span class="lineno"> 1096</span>&#160;<span class="comment">// Permute</span></div><div class="line"><a name="l01097"></a><span class="lineno"> 1097</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimplePermuteBFloat16, <a class="code" href="_permute_test_impl_8hpp.xhtml#a5fd3a2b076c3136c57b0a536bda7ca59">SimplePermuteTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;)</div><div class="line"><a name="l01098"></a><span class="lineno"> 1098</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteBFloat16ValueSet1Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af522c6a6279a2708689c44f80c5e7df2">PermuteValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;)</div><div class="line"><a name="l01099"></a><span class="lineno"> 1099</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteBFloat16ValueSet2Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af03f4a1d9c3dfb46484db4e1b9e9261e">PermuteValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;)</div><div class="line"><a name="l01100"></a><span class="lineno"> 1100</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteBFloat16ValueSet3Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaef16931351aa41c2cdb3c0b534bc734">PermuteValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::BFloat16&gt;)</div><div class="line"><a name="l01101"></a><span class="lineno"> 1101</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimplePermuteFloat32, <a class="code" href="_permute_test_impl_8hpp.xhtml#a5fd3a2b076c3136c57b0a536bda7ca59">SimplePermuteTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01102"></a><span class="lineno"> 1102</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteFloat32ValueSet1Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af522c6a6279a2708689c44f80c5e7df2">PermuteValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01103"></a><span class="lineno"> 1103</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteFloat32ValueSet2Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af03f4a1d9c3dfb46484db4e1b9e9261e">PermuteValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01104"></a><span class="lineno"> 1104</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteFloat32ValueSet3Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaef16931351aa41c2cdb3c0b534bc734">PermuteValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01105"></a><span class="lineno"> 1105</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimplePermuteQASymm8, <a class="code" href="_permute_test_impl_8hpp.xhtml#a5fd3a2b076c3136c57b0a536bda7ca59">SimplePermuteTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01106"></a><span class="lineno"> 1106</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteQASymm8ValueSet1Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af522c6a6279a2708689c44f80c5e7df2">PermuteValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01107"></a><span class="lineno"> 1107</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteQASymm8ValueSet2Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af03f4a1d9c3dfb46484db4e1b9e9261e">PermuteValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01108"></a><span class="lineno"> 1108</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteQASymm8ValueSet3Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaef16931351aa41c2cdb3c0b534bc734">PermuteValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01109"></a><span class="lineno"> 1109</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimplePermuteQSymm16, <a class="code" href="_permute_test_impl_8hpp.xhtml#a5fd3a2b076c3136c57b0a536bda7ca59">SimplePermuteTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01110"></a><span class="lineno"> 1110</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteQSymm16ValueSet1Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af522c6a6279a2708689c44f80c5e7df2">PermuteValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01111"></a><span class="lineno"> 1111</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteQSymm16ValueSet2Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af03f4a1d9c3dfb46484db4e1b9e9261e">PermuteValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01112"></a><span class="lineno"> 1112</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PermuteQSymm16ValueSet3Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaef16931351aa41c2cdb3c0b534bc734">PermuteValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01113"></a><span class="lineno"> 1113</span>&#160;</div><div class="line"><a name="l01114"></a><span class="lineno"> 1114</span>&#160;<span class="comment">// Lstm</span></div><div class="line"><a name="l01115"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#af7988297cbbd179d5ac3a1112938b4be"> 1115</a></span>&#160;<a class="code" href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">BOOST_AUTO_TEST_CASE</a>(LstmUtilsZeroVector) {</div><div class="line"><a name="l01116"></a><span class="lineno"> 1116</span>&#160; LstmUtilsZeroVectorTest(); }</div><div class="line"><a name="l01117"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#ad0fa1f9dd703ab1310098fa7e089a272"> 1117</a></span>&#160;<a class="code" href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">BOOST_AUTO_TEST_CASE</a>(LstmUtilsMeanStddevNormalization) {</div><div class="line"><a name="l01118"></a><span class="lineno"> 1118</span>&#160; LstmUtilsMeanStddevNormalizationNoneZeroInputTest();</div><div class="line"><a name="l01119"></a><span class="lineno"> 1119</span>&#160; LstmUtilsMeanStddevNormalizationAllZeroInputTest();</div><div class="line"><a name="l01120"></a><span class="lineno"> 1120</span>&#160; LstmUtilsMeanStddevNormalizationMixedZeroInputTest(); }</div><div class="line"><a name="l01121"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#ae6c3980eb10d35282639c79c08a1c8b5"> 1121</a></span>&#160;<a class="code" href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">BOOST_AUTO_TEST_CASE</a>(LstmUtilsVectorBatchVectorCwiseProduct) {</div><div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160; LstmUtilsVectorBatchVectorCwiseProductTest(); }</div><div class="line"><a name="l01123"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#afb18758f7ce1267df670ea762ddc6287"> 1123</a></span>&#160;<a class="code" href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">BOOST_AUTO_TEST_CASE</a>(LstmUtilsVectorBatchVectorAdd) {</div><div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>&#160; LstmUtilsVectorBatchVectorAddTest(); }</div><div class="line"><a name="l01125"></a><span class="lineno"> 1125</span>&#160;</div><div class="line"><a name="l01126"></a><span class="lineno"> 1126</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LstmLayerFloat32WithCifgWithPeepholeNoProjection,</div><div class="line"><a name="l01127"></a><span class="lineno"> 1127</span>&#160; <a class="code" href="_lstm_test_impl_8cpp.xhtml#ae5aae49a1e7c7ff2cb80cba1ae421ea6">LstmLayerFloat32WithCifgWithPeepholeNoProjectionTest</a>)</div><div class="line"><a name="l01128"></a><span class="lineno"> 1128</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LstmLayerFloat32NoCifgNoPeepholeNoProjection,</div><div class="line"><a name="l01129"></a><span class="lineno"> 1129</span>&#160; <a class="code" href="_lstm_test_impl_8cpp.xhtml#aec44c163ed62de4b5c9bd573cb7f7b3e">LstmLayerFloat32NoCifgNoPeepholeNoProjectionTest</a>)</div><div class="line"><a name="l01130"></a><span class="lineno"> 1130</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LstmLayerFloat32NoCifgWithPeepholeWithProjection,</div><div class="line"><a name="l01131"></a><span class="lineno"> 1131</span>&#160; <a class="code" href="_lstm_test_impl_8cpp.xhtml#ac53b419b4aa942d611bcc973afdd7716">LstmLayerFloat32NoCifgWithPeepholeWithProjectionTest</a>)</div><div class="line"><a name="l01132"></a><span class="lineno"> 1132</span>&#160;</div><div class="line"><a name="l01133"></a><span class="lineno"> 1133</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNorm,</div><div class="line"><a name="l01134"></a><span class="lineno"> 1134</span>&#160; <a class="code" href="_lstm_test_impl_8cpp.xhtml#a9901861134e17a59931e45a4137ddb39">LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest</a>)</div><div class="line"><a name="l01135"></a><span class="lineno"> 1135</span>&#160;</div><div class="line"><a name="l01136"></a><span class="lineno"> 1136</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LstmLayerInt16NoCifgNoPeepholeNoProjection,</div><div class="line"><a name="l01137"></a><span class="lineno"> 1137</span>&#160; <a class="code" href="_lstm_test_impl_8cpp.xhtml#a52b75282b3f67fd2e1063eb93ad28441">LstmLayerInt16NoCifgNoPeepholeNoProjectionTest</a>)</div><div class="line"><a name="l01138"></a><span class="lineno"> 1138</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LstmLayerInt16WithCifgWithPeepholeNoProjection,</div><div class="line"><a name="l01139"></a><span class="lineno"> 1139</span>&#160; <a class="code" href="_lstm_test_impl_8cpp.xhtml#a99aca3dec6d8a2eedfc40570fc34ecfb">LstmLayerInt16WithCifgWithPeepholeNoProjectionTest</a>)</div><div class="line"><a name="l01140"></a><span class="lineno"> 1140</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LstmLayerInt16NoCifgWithPeepholeWithProjection,</div><div class="line"><a name="l01141"></a><span class="lineno"> 1141</span>&#160; <a class="code" href="_lstm_test_impl_8cpp.xhtml#acbc18f78670dccdd94e0cbb04627b9aa">LstmLayerInt16NoCifgWithPeepholeWithProjectionTest</a>)</div><div class="line"><a name="l01142"></a><span class="lineno"> 1142</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(LstmLayerInt16NoCifgNoPeepholeNoProjectionInt16Constant,</div><div class="line"><a name="l01143"></a><span class="lineno"> 1143</span>&#160; <a class="code" href="_lstm_test_impl_8cpp.xhtml#a9c20ecb007b2beacc8c4fa05778eb450">LstmLayerInt16NoCifgNoPeepholeNoProjectionInt16ConstantTest</a>)</div><div class="line"><a name="l01144"></a><span class="lineno"> 1144</span>&#160;</div><div class="line"><a name="l01145"></a><span class="lineno"> 1145</span>&#160;<span class="comment">// Convert from Float16 to Float32</span></div><div class="line"><a name="l01146"></a><span class="lineno"> 1146</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvertFp16ToFp32, <a class="code" href="_convert_fp16_to_fp32_test_impl_8cpp.xhtml#a1e862bfea62536c5af0afda533d969db">SimpleConvertFp16ToFp32Test</a>)</div><div class="line"><a name="l01147"></a><span class="lineno"> 1147</span>&#160;<span class="comment">// Convert from Float32 to Float16</span></div><div class="line"><a name="l01148"></a><span class="lineno"> 1148</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleConvertFp32ToFp16, <a class="code" href="_convert_fp32_to_fp16_test_impl_8cpp.xhtml#a9f647100f2c2ba05fe0e37d75271b00d">SimpleConvertFp32ToFp16Test</a>)</div><div class="line"><a name="l01149"></a><span class="lineno"> 1149</span>&#160;</div><div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160;<span class="comment">// Mean</span></div><div class="line"><a name="l01151"></a><span class="lineno"> 1151</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanSimpleFloat32, MeanSimpleTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01152"></a><span class="lineno"> 1152</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanSimpleAxisFloat32, MeanSimpleAxisTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01153"></a><span class="lineno"> 1153</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanKeepDimsFloat32, MeanKeepDimsTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01154"></a><span class="lineno"> 1154</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanMultipleDimsFloat32, MeanMultipleDimsTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01155"></a><span class="lineno"> 1155</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanVts1Float32, MeanVts1Test&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01156"></a><span class="lineno"> 1156</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanVts2Float32, MeanVts2Test&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01157"></a><span class="lineno"> 1157</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanVts3Float32, MeanVts3Test&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01158"></a><span class="lineno"> 1158</span>&#160;</div><div class="line"><a name="l01159"></a><span class="lineno"> 1159</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanSimpleQuantisedAsymm8, MeanSimpleTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01160"></a><span class="lineno"> 1160</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanSimpleAxisQuantisedAsymm8, MeanSimpleAxisTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01161"></a><span class="lineno"> 1161</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanKeepDimsQuantisedAsymm8, MeanKeepDimsTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01162"></a><span class="lineno"> 1162</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanMultipleDimsQuantisedAsymm8, MeanMultipleDimsTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01163"></a><span class="lineno"> 1163</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanVts1QuantisedAsymm8, MeanVts1Test&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01164"></a><span class="lineno"> 1164</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanVts2QuantisedAsymm8, MeanVts2Test&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01165"></a><span class="lineno"> 1165</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanVts3QuantisedAsymm8, MeanVts3Test&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01166"></a><span class="lineno"> 1166</span>&#160;</div><div class="line"><a name="l01167"></a><span class="lineno"> 1167</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanSimpleQuantisedSymm16, MeanSimpleTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01168"></a><span class="lineno"> 1168</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanSimpleAxisQuantisedSymm16, MeanSimpleAxisTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01169"></a><span class="lineno"> 1169</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanKeepDimsQuantisedSymm16, MeanKeepDimsTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01170"></a><span class="lineno"> 1170</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanMultipleDimsQuantisedSymm16, MeanMultipleDimsTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01171"></a><span class="lineno"> 1171</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanVts1QuantisedSymm16, MeanVts1Test&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01172"></a><span class="lineno"> 1172</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanVts2QuantisedSymm16, MeanVts2Test&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01173"></a><span class="lineno"> 1173</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MeanVts3QuantisedSymm16, MeanVts3Test&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01174"></a><span class="lineno"> 1174</span>&#160;</div><div class="line"><a name="l01175"></a><span class="lineno"> 1175</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AdditionAfterMaxPool, <a class="code" href="_addition_test_impl_8cpp.xhtml#aa11fe3b8a07854e2bb9dd3ccecaa96e4">AdditionAfterMaxPoolTest</a>)</div><div class="line"><a name="l01176"></a><span class="lineno"> 1176</span>&#160;</div><div class="line"><a name="l01177"></a><span class="lineno"> 1177</span>&#160;<span class="comment">// ArgMinMax</span></div><div class="line"><a name="l01178"></a><span class="lineno"> 1178</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMaxFloat32, ArgMaxSimpleTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01179"></a><span class="lineno"> 1179</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMinFloat32, ArgMinSimpleTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01180"></a><span class="lineno"> 1180</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMinChannelFloat32, ArgMinChannelTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01181"></a><span class="lineno"> 1181</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMaxChannelFloat32, ArgMaxChannelTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01182"></a><span class="lineno"> 1182</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMaxHeightFloat32, ArgMaxHeightTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01183"></a><span class="lineno"> 1183</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMinWidthFloat32, ArgMinWidthTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01184"></a><span class="lineno"> 1184</span>&#160;</div><div class="line"><a name="l01185"></a><span class="lineno"> 1185</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMaxSigned32, ArgMaxSimpleTest&lt;DataType::Signed32&gt;)</div><div class="line"><a name="l01186"></a><span class="lineno"> 1186</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMinSigned32, ArgMinSimpleTest&lt;DataType::Signed32&gt;)</div><div class="line"><a name="l01187"></a><span class="lineno"> 1187</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMinChannelSigned32, ArgMinChannelTest&lt;DataType::Signed32&gt;)</div><div class="line"><a name="l01188"></a><span class="lineno"> 1188</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMaxChannelSigned32, ArgMaxChannelTest&lt;DataType::Signed32&gt;)</div><div class="line"><a name="l01189"></a><span class="lineno"> 1189</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMaxHeightSigned32, ArgMaxHeightTest&lt;DataType::Signed32&gt;)</div><div class="line"><a name="l01190"></a><span class="lineno"> 1190</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMinWidthSigned32, ArgMinWidthTest&lt;DataType::Signed32&gt;)</div><div class="line"><a name="l01191"></a><span class="lineno"> 1191</span>&#160;</div><div class="line"><a name="l01192"></a><span class="lineno"> 1192</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMaxSimpleQuantisedAsymm8, ArgMaxSimpleTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01193"></a><span class="lineno"> 1193</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMinSimpleQuantisedAsymm8, ArgMinSimpleTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01194"></a><span class="lineno"> 1194</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMinChannelQuantisedAsymm8, ArgMinChannelTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01195"></a><span class="lineno"> 1195</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMaxChannelQuantisedAsymm8, ArgMaxChannelTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01196"></a><span class="lineno"> 1196</span>&#160;</div><div class="line"><a name="l01197"></a><span class="lineno"> 1197</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMaxSimpleQuantisedSymm16, ArgMaxSimpleTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01198"></a><span class="lineno"> 1198</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMinSimpleQuantisedSymm16, ArgMinSimpleTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01199"></a><span class="lineno"> 1199</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMinChannelQuantisedSymm16, ArgMinChannelTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01200"></a><span class="lineno"> 1200</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(ArgMaxChannelQuantisedSymm16, ArgMaxChannelTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01201"></a><span class="lineno"> 1201</span>&#160;</div><div class="line"><a name="l01202"></a><span class="lineno"> 1202</span>&#160;<span class="comment">// Space To Batch Nd</span></div><div class="line"><a name="l01203"></a><span class="lineno"> 1203</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a315f685be66477959778be9ae2af7ce8">SpaceToBatchNdSimpleFloat32Test</a>)</div><div class="line"><a name="l01204"></a><span class="lineno"> 1204</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a20451e449b1dbd11ae7b5bc0f8c165b4">SpaceToBatchNdMultiChannelsFloat32Test</a>)</div><div class="line"><a name="l01205"></a><span class="lineno"> 1205</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a94c4a99a32d0e4d289b16a71f5a977f6">SpaceToBatchNdMultiBlockFloat32Test</a>)</div><div class="line"><a name="l01206"></a><span class="lineno"> 1206</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa08588825c1eb4d084317dbd60e46844">SpaceToBatchNdPaddingFloat32Test</a>)</div><div class="line"><a name="l01207"></a><span class="lineno"> 1207</span>&#160;</div><div class="line"><a name="l01208"></a><span class="lineno"> 1208</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleFloat16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a6b415e005c8b95ac63b032b6c50c1c80">SpaceToBatchNdSimpleFloat16Test</a>)</div><div class="line"><a name="l01209"></a><span class="lineno"> 1209</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsFloat16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a0f355e2bbdb148188515952ce8174915">SpaceToBatchNdMultiChannelsFloat16Test</a>)</div><div class="line"><a name="l01210"></a><span class="lineno"> 1210</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockFloat16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#af4b9d4dbd1e7d946a6cc00138b675077">SpaceToBatchNdMultiBlockFloat16Test</a>)</div><div class="line"><a name="l01211"></a><span class="lineno"> 1211</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingFloat16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a48da0a9578dbe9d2808056dacaf81e74">SpaceToBatchNdPaddingFloat16Test</a>)</div><div class="line"><a name="l01212"></a><span class="lineno"> 1212</span>&#160;</div><div class="line"><a name="l01213"></a><span class="lineno"> 1213</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac65c8dd6d74ac7492737ff9f30f1d7fe">SpaceToBatchNdSimpleUint8Test</a>)</div><div class="line"><a name="l01214"></a><span class="lineno"> 1214</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac72292740cd4f5e96548ce322cc9d61d">SpaceToBatchNdMultiChannelsUint8Test</a>)</div><div class="line"><a name="l01215"></a><span class="lineno"> 1215</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#aee2ed5699e992ab910722c6a8fc66fd2">SpaceToBatchNdMultiBlockUint8Test</a>)</div><div class="line"><a name="l01216"></a><span class="lineno"> 1216</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#add116b7aa31dac3c19f6603d8c7adf9f">SpaceToBatchNdPaddingUint8Test</a>)</div><div class="line"><a name="l01217"></a><span class="lineno"> 1217</span>&#160;</div><div class="line"><a name="l01218"></a><span class="lineno"> 1218</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a2f69fcf5799a4b9d2015e2f434235af6">SpaceToBatchNdSimpleNhwcFloat32Test</a>)</div><div class="line"><a name="l01219"></a><span class="lineno"> 1219</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a9cc34ce715c027a3b29beffe9a6018e9">SpaceToBatchNdMultiChannelsNhwcFloat32Test</a>)</div><div class="line"><a name="l01220"></a><span class="lineno"> 1220</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac734c42ca4e1ed7115b863df4fc7d0a7">SpaceToBatchNdMultiBlockNhwcFloat32Test</a>)</div><div class="line"><a name="l01221"></a><span class="lineno"> 1221</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a9b7aeb61a28b0878ec0e7b1cb2d8daee">SpaceToBatchNdPaddingNhwcFloat32Test</a>)</div><div class="line"><a name="l01222"></a><span class="lineno"> 1222</span>&#160;</div><div class="line"><a name="l01223"></a><span class="lineno"> 1223</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleNhwcFloat16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a6bf427aaf2d340577e5a98d1917d9398">SpaceToBatchNdSimpleNhwcFloat16Test</a>)</div><div class="line"><a name="l01224"></a><span class="lineno"> 1224</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsNhwcFloat16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ad31f5654aeccace80f0900eca734377b">SpaceToBatchNdMultiChannelsNhwcFloat16Test</a>)</div><div class="line"><a name="l01225"></a><span class="lineno"> 1225</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockNhwcFloat16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#acdb87c8d7dfee48479ebd2cb36f180ff">SpaceToBatchNdMultiBlockNhwcFloat16Test</a>)</div><div class="line"><a name="l01226"></a><span class="lineno"> 1226</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingNhwcFloat16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa4611c3592cb50d35c651629aa10859b">SpaceToBatchNdPaddingNhwcFloat16Test</a>)</div><div class="line"><a name="l01227"></a><span class="lineno"> 1227</span>&#160;</div><div class="line"><a name="l01228"></a><span class="lineno"> 1228</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a882627ba13e61384787567e3b183b974">SpaceToBatchNdSimpleNhwcUint8Test</a>)</div><div class="line"><a name="l01229"></a><span class="lineno"> 1229</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a877db889dceb3c5d650e11fc5a202341">SpaceToBatchNdMultiChannelsNhwcUint8Test</a>)</div><div class="line"><a name="l01230"></a><span class="lineno"> 1230</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a3243253d785689cb8ab67640b3d23627">SpaceToBatchNdMultiBlockNhwcUint8Test</a>)</div><div class="line"><a name="l01231"></a><span class="lineno"> 1231</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa902e6279bcb1cbdff3392f5f3029d3e">SpaceToBatchNdPaddingNhwcUint8Test</a>)</div><div class="line"><a name="l01232"></a><span class="lineno"> 1232</span>&#160;</div><div class="line"><a name="l01233"></a><span class="lineno"> 1233</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleUint16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a9a6c40f2472520aa803c06bce119ee12">SpaceToBatchNdSimpleUint16Test</a>)</div><div class="line"><a name="l01234"></a><span class="lineno"> 1234</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsUint16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac94e911722f7072d94eeb6855ad6513a">SpaceToBatchNdMultiChannelsUint16Test</a>)</div><div class="line"><a name="l01235"></a><span class="lineno"> 1235</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockUint16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a303a43765b42bee424ee73f419f3d7bd">SpaceToBatchNdMultiBlockUint16Test</a>)</div><div class="line"><a name="l01236"></a><span class="lineno"> 1236</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingUint16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#abf0f3d46734ac33f97ab3f42347955db">SpaceToBatchNdPaddingUint16Test</a>)</div><div class="line"><a name="l01237"></a><span class="lineno"> 1237</span>&#160;</div><div class="line"><a name="l01238"></a><span class="lineno"> 1238</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleNhwcUint16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ad67a8d8c01c89c09a6bbdbc2057876bf">SpaceToBatchNdSimpleNhwcUint16Test</a>)</div><div class="line"><a name="l01239"></a><span class="lineno"> 1239</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsNhwcUint16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac7a2d20540e4ffcd63eee314932877b1">SpaceToBatchNdMultiChannelsNhwcUint16Test</a>)</div><div class="line"><a name="l01240"></a><span class="lineno"> 1240</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockNhwcUint16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a7572290c29c581b35185f584b08ff670">SpaceToBatchNdMultiBlockNhwcUint16Test</a>)</div><div class="line"><a name="l01241"></a><span class="lineno"> 1241</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingNhwcUint16, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a2723fd1b14dea631e61e2887f13884e1">SpaceToBatchNdPaddingNhwcUint16Test</a>)</div><div class="line"><a name="l01242"></a><span class="lineno"> 1242</span>&#160;</div><div class="line"><a name="l01243"></a><span class="lineno"> 1243</span>&#160;<span class="comment">// BatchToSpace</span></div><div class="line"><a name="l01244"></a><span class="lineno"> 1244</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat32_1, BatchToSpaceNdNhwcTest1&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01245"></a><span class="lineno"> 1245</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat32_2, BatchToSpaceNdNhwcTest2&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01246"></a><span class="lineno"> 1246</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat32_3, BatchToSpaceNdNhwcTest3&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01247"></a><span class="lineno"> 1247</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat32_4, BatchToSpaceNdNhwcTest4&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01248"></a><span class="lineno"> 1248</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat32_5, BatchToSpaceNdNhwcTest5&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01249"></a><span class="lineno"> 1249</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat32_6, BatchToSpaceNdNhwcTest6&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01250"></a><span class="lineno"> 1250</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat32_7, BatchToSpaceNdNhwcTest7&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01251"></a><span class="lineno"> 1251</span>&#160;</div><div class="line"><a name="l01252"></a><span class="lineno"> 1252</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat16_1, BatchToSpaceNdNhwcTest1&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01253"></a><span class="lineno"> 1253</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat16_2, BatchToSpaceNdNhwcTest2&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01254"></a><span class="lineno"> 1254</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat16_3, BatchToSpaceNdNhwcTest3&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01255"></a><span class="lineno"> 1255</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat16_4, BatchToSpaceNdNhwcTest4&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01256"></a><span class="lineno"> 1256</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat16_5, BatchToSpaceNdNhwcTest5&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01257"></a><span class="lineno"> 1257</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat16_6, BatchToSpaceNdNhwcTest6&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01258"></a><span class="lineno"> 1258</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat16_7, BatchToSpaceNdNhwcTest7&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01259"></a><span class="lineno"> 1259</span>&#160;</div><div class="line"><a name="l01260"></a><span class="lineno"> 1260</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcUint1, BatchToSpaceNdNhwcTest1&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01261"></a><span class="lineno"> 1261</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcUint2, BatchToSpaceNdNhwcTest2&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01262"></a><span class="lineno"> 1262</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcUint3, BatchToSpaceNdNhwcTest3&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01263"></a><span class="lineno"> 1263</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcUint4, BatchToSpaceNdNhwcTest4&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01264"></a><span class="lineno"> 1264</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcUint5, BatchToSpaceNdNhwcTest5&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01265"></a><span class="lineno"> 1265</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcUint6, BatchToSpaceNdNhwcTest6&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01266"></a><span class="lineno"> 1266</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcUint7, BatchToSpaceNdNhwcTest7&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01267"></a><span class="lineno"> 1267</span>&#160;</div><div class="line"><a name="l01268"></a><span class="lineno"> 1268</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcQsymm16_1, BatchToSpaceNdNhwcTest1&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01269"></a><span class="lineno"> 1269</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcQsymm16_2, BatchToSpaceNdNhwcTest2&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01270"></a><span class="lineno"> 1270</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcQsymm16_3, BatchToSpaceNdNhwcTest3&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01271"></a><span class="lineno"> 1271</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcQsymm16_4, BatchToSpaceNdNhwcTest4&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01272"></a><span class="lineno"> 1272</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcQsymm16_5, BatchToSpaceNdNhwcTest5&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01273"></a><span class="lineno"> 1273</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcQsymm16_6, BatchToSpaceNdNhwcTest6&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01274"></a><span class="lineno"> 1274</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcQsymm16_7, BatchToSpaceNdNhwcTest7&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01275"></a><span class="lineno"> 1275</span>&#160;</div><div class="line"><a name="l01276"></a><span class="lineno"> 1276</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwFloat16_1, BatchToSpaceNdNchwTest1&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01277"></a><span class="lineno"> 1277</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwFloat16_2, BatchToSpaceNdNchwTest2&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01278"></a><span class="lineno"> 1278</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwFloat16_3, BatchToSpaceNdNchwTest3&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01279"></a><span class="lineno"> 1279</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwFloat16_4, BatchToSpaceNdNchwTest4&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01280"></a><span class="lineno"> 1280</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwFloat16_5, BatchToSpaceNdNchwTest5&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01281"></a><span class="lineno"> 1281</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwFloat16_6, BatchToSpaceNdNchwTest6&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01282"></a><span class="lineno"> 1282</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwFloat16_7, BatchToSpaceNdNchwTest7&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01283"></a><span class="lineno"> 1283</span>&#160;</div><div class="line"><a name="l01284"></a><span class="lineno"> 1284</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwUint1, BatchToSpaceNdNchwTest1&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01285"></a><span class="lineno"> 1285</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwUint2, BatchToSpaceNdNchwTest2&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01286"></a><span class="lineno"> 1286</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwUint3, BatchToSpaceNdNchwTest3&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01287"></a><span class="lineno"> 1287</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwUint4, BatchToSpaceNdNchwTest4&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01288"></a><span class="lineno"> 1288</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwUint5, BatchToSpaceNdNchwTest5&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01289"></a><span class="lineno"> 1289</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwUint6, BatchToSpaceNdNchwTest6&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01290"></a><span class="lineno"> 1290</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwUint7, BatchToSpaceNdNchwTest7&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01291"></a><span class="lineno"> 1291</span>&#160;</div><div class="line"><a name="l01292"></a><span class="lineno"> 1292</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwQsymm16_1, BatchToSpaceNdNchwTest1&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01293"></a><span class="lineno"> 1293</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwQsymm16_2, BatchToSpaceNdNchwTest2&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01294"></a><span class="lineno"> 1294</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwQsymm16_3, BatchToSpaceNdNchwTest3&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01295"></a><span class="lineno"> 1295</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwQsymm16_4, BatchToSpaceNdNchwTest4&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01296"></a><span class="lineno"> 1296</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwQsymm16_5, BatchToSpaceNdNchwTest5&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01297"></a><span class="lineno"> 1297</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwQsymm16_6, BatchToSpaceNdNchwTest6&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01298"></a><span class="lineno"> 1298</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwQsymm16_7, BatchToSpaceNdNchwTest7&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01299"></a><span class="lineno"> 1299</span>&#160;</div><div class="line"><a name="l01300"></a><span class="lineno"> 1300</span>&#160;<span class="comment">// DepthToSpace</span></div><div class="line"><a name="l01301"></a><span class="lineno"> 1301</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat32_1, DepthToSpaceTest1&lt;DataType::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01302"></a><span class="lineno"> 1302</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat32_2, DepthToSpaceTest2&lt;DataType::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01303"></a><span class="lineno"> 1303</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat32_3, DepthToSpaceTest3&lt;DataType::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01304"></a><span class="lineno"> 1304</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat32_4, DepthToSpaceTest4&lt;DataType::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01305"></a><span class="lineno"> 1305</span>&#160;</div><div class="line"><a name="l01306"></a><span class="lineno"> 1306</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat16_1, DepthToSpaceTest1&lt;DataType::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01307"></a><span class="lineno"> 1307</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat16_2, DepthToSpaceTest2&lt;DataType::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01308"></a><span class="lineno"> 1308</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat16_3, DepthToSpaceTest3&lt;DataType::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01309"></a><span class="lineno"> 1309</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat16_4, DepthToSpaceTest4&lt;DataType::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01310"></a><span class="lineno"> 1310</span>&#160;</div><div class="line"><a name="l01311"></a><span class="lineno"> 1311</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwUint8_1, DepthToSpaceTest1&lt;DataType::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01312"></a><span class="lineno"> 1312</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwUint8_2, DepthToSpaceTest2&lt;DataType::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01313"></a><span class="lineno"> 1313</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwUint8_3, DepthToSpaceTest3&lt;DataType::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01314"></a><span class="lineno"> 1314</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwUint8_4, DepthToSpaceTest4&lt;DataType::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01315"></a><span class="lineno"> 1315</span>&#160;</div><div class="line"><a name="l01316"></a><span class="lineno"> 1316</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt16_1, DepthToSpaceTest1&lt;DataType::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01317"></a><span class="lineno"> 1317</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt16_2, DepthToSpaceTest2&lt;DataType::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01318"></a><span class="lineno"> 1318</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt16_3, DepthToSpaceTest3&lt;DataType::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01319"></a><span class="lineno"> 1319</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt16_4, DepthToSpaceTest4&lt;DataType::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01320"></a><span class="lineno"> 1320</span>&#160;</div><div class="line"><a name="l01321"></a><span class="lineno"> 1321</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat32_1, DepthToSpaceTest1&lt;DataType::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01322"></a><span class="lineno"> 1322</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat32_2, DepthToSpaceTest2&lt;DataType::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01323"></a><span class="lineno"> 1323</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat32_3, DepthToSpaceTest3&lt;DataType::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01324"></a><span class="lineno"> 1324</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat32_4, DepthToSpaceTest4&lt;DataType::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01325"></a><span class="lineno"> 1325</span>&#160;</div><div class="line"><a name="l01326"></a><span class="lineno"> 1326</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat16_1, DepthToSpaceTest1&lt;DataType::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01327"></a><span class="lineno"> 1327</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat16_2, DepthToSpaceTest2&lt;DataType::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01328"></a><span class="lineno"> 1328</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat16_3, DepthToSpaceTest3&lt;DataType::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01329"></a><span class="lineno"> 1329</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat16_4, DepthToSpaceTest4&lt;DataType::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01330"></a><span class="lineno"> 1330</span>&#160;</div><div class="line"><a name="l01331"></a><span class="lineno"> 1331</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcUint8_1, DepthToSpaceTest1&lt;DataType::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01332"></a><span class="lineno"> 1332</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcUint8_2, DepthToSpaceTest2&lt;DataType::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01333"></a><span class="lineno"> 1333</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcUint8_3, DepthToSpaceTest3&lt;DataType::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01334"></a><span class="lineno"> 1334</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcUint8_4, DepthToSpaceTest4&lt;DataType::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01335"></a><span class="lineno"> 1335</span>&#160;</div><div class="line"><a name="l01336"></a><span class="lineno"> 1336</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt16_1, DepthToSpaceTest1&lt;DataType::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01337"></a><span class="lineno"> 1337</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt16_2, DepthToSpaceTest2&lt;DataType::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01338"></a><span class="lineno"> 1338</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt16_3, DepthToSpaceTest3&lt;DataType::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01339"></a><span class="lineno"> 1339</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt16_4, DepthToSpaceTest4&lt;DataType::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01340"></a><span class="lineno"> 1340</span>&#160;</div><div class="line"><a name="l01341"></a><span class="lineno"> 1341</span>&#160;<span class="comment">// SpaceToDepth</span></div><div class="line"><a name="l01342"></a><span class="lineno"> 1342</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNchwAsymmQ8, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#adee32fdbe486b1cf17f93d5252d7e99f">SpaceToDepthNchwAsymmQ8Test</a>)</div><div class="line"><a name="l01343"></a><span class="lineno"> 1343</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNhwcAsymmQ8, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a940a1ae771008b652d561fd1bb104ad1">SpaceToDepthNhwcAsymmQ8Test</a>)</div><div class="line"><a name="l01344"></a><span class="lineno"> 1344</span>&#160;</div><div class="line"><a name="l01345"></a><span class="lineno"> 1345</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNhwc1Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a2e2f06dac3c9cffdef5b25a54c48ead8">SpaceToDepthNhwcFloat32Test1</a>)</div><div class="line"><a name="l01346"></a><span class="lineno"> 1346</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNchw1Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a46256db388d5926ea2f7ab2ccd2e760c">SpaceToDepthNchwFloat32Test1</a>)</div><div class="line"><a name="l01347"></a><span class="lineno"> 1347</span>&#160;</div><div class="line"><a name="l01348"></a><span class="lineno"> 1348</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNhwc2Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a1b86466c78ff9901a3e117ab0d257c96">SpaceToDepthNhwcFloat32Test2</a>)</div><div class="line"><a name="l01349"></a><span class="lineno"> 1349</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNchw2Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#ad2d44228447a9296f40040fb00d3f230">SpaceToDepthNchwFloat32Test2</a>)</div><div class="line"><a name="l01350"></a><span class="lineno"> 1350</span>&#160;</div><div class="line"><a name="l01351"></a><span class="lineno"> 1351</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNhwcQSymm16, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a6c62d69cf123aaa4838c9557e8ad5fc3">SpaceToDepthNhwcQSymm16Test</a>)</div><div class="line"><a name="l01352"></a><span class="lineno"> 1352</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNchwQSymm16, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a7d932f3979f1e4c74d17456048e59307">SpaceToDepthNchwQSymm16Test</a>)</div><div class="line"><a name="l01353"></a><span class="lineno"> 1353</span>&#160;</div><div class="line"><a name="l01354"></a><span class="lineno"> 1354</span>&#160;<span class="comment">// Strided Slice</span></div><div class="line"><a name="l01355"></a><span class="lineno"> 1355</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice4dFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a0ff3a6368c14af3e29297d041b07a1c8">StridedSlice4dFloat32Test</a>)</div><div class="line"><a name="l01356"></a><span class="lineno"> 1356</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice4dReverseFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a585a1e669e571558ce84760d9de3962a">StridedSlice4dReverseFloat32Test</a>)</div><div class="line"><a name="l01357"></a><span class="lineno"> 1357</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceSimpleStrideFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a130a2ebc30472c529a5f288e1881657a">StridedSliceSimpleStrideFloat32Test</a>)</div><div class="line"><a name="l01358"></a><span class="lineno"> 1358</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceSimpleRangeMaskFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a6bc141e53a0d4bb9ca7a902236a1e02f">StridedSliceSimpleRangeMaskFloat32Test</a>)</div><div class="line"><a name="l01359"></a><span class="lineno"> 1359</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#af0572509ff7220e8577a9fbe5dadaf35">StridedSliceShrinkAxisMaskFloat32Test</a>)</div><div class="line"><a name="l01360"></a><span class="lineno"> 1360</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskCTSFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a7333bfcefd415247dbf4fde7a03e50e6">StridedSliceShrinkAxisMaskCTSFloat32Test</a>)</div><div class="line"><a name="l01361"></a><span class="lineno"> 1361</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0Dim3Float32,</div><div class="line"><a name="l01362"></a><span class="lineno"> 1362</span>&#160; <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a7741d6567aec1039b3fc3f1154dc0cf0">StridedSliceShrinkAxisMaskBitPosition0Dim3Float32Test</a>)</div><div class="line"><a name="l01363"></a><span class="lineno"> 1363</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a8d00c1cac6bea399307e706c3d0208f3">StridedSliceShrinkAxisMaskBitPosition0Float32Test</a>)</div><div class="line"><a name="l01364"></a><span class="lineno"> 1364</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition1Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#adb6ba6c44d583efecba6c8b1a8390b3f">StridedSliceShrinkAxisMaskBitPosition1Float32Test</a>)</div><div class="line"><a name="l01365"></a><span class="lineno"> 1365</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition2Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a1076a858d364ba56079975c5d6650538">StridedSliceShrinkAxisMaskBitPosition2Float32Test</a>)</div><div class="line"><a name="l01366"></a><span class="lineno"> 1366</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition3Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a4cd50a7dee6d39e1d73f042d45c99d98">StridedSliceShrinkAxisMaskBitPosition3Float32Test</a>)</div><div class="line"><a name="l01367"></a><span class="lineno"> 1367</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And1Float32,</div><div class="line"><a name="l01368"></a><span class="lineno"> 1368</span>&#160; <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a570d361929f2e06b8d92f37daa07cb38">StridedSliceShrinkAxisMaskBitPosition0And1Float32Test</a>)</div><div class="line"><a name="l01369"></a><span class="lineno"> 1369</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And2Float32,</div><div class="line"><a name="l01370"></a><span class="lineno"> 1370</span>&#160; <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ab8a322e5bf189a816d024ea8d72f85eb">StridedSliceShrinkAxisMaskBitPosition0And2Float32Test</a>)</div><div class="line"><a name="l01371"></a><span class="lineno"> 1371</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And3Float32,</div><div class="line"><a name="l01372"></a><span class="lineno"> 1372</span>&#160; <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#abda46e7bc7a34b572ec26ead0ce222a3">StridedSliceShrinkAxisMaskBitPosition0And3Float32Test</a>)</div><div class="line"><a name="l01373"></a><span class="lineno"> 1373</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And1And3Float32,</div><div class="line"><a name="l01374"></a><span class="lineno"> 1374</span>&#160; <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a6afa841f1234c38241a21385669180db">StridedSliceShrinkAxisMaskBitPosition0And1And3Float32Test</a>)</div><div class="line"><a name="l01375"></a><span class="lineno"> 1375</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice3dFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#aff6acb9339db3efee5709040044fde87">StridedSlice3dFloat32Test</a>)</div><div class="line"><a name="l01376"></a><span class="lineno"> 1376</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice3dReverseFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a73a966ecaf112657264c469a00cb898a">StridedSlice3dReverseFloat32Test</a>)</div><div class="line"><a name="l01377"></a><span class="lineno"> 1377</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice2dFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#aa7bc50e556c61d08ec5ac89a6660199c">StridedSlice2dFloat32Test</a>)</div><div class="line"><a name="l01378"></a><span class="lineno"> 1378</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice2dReverseFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#afe5edc3b11b6437e4996f451b1c1610e">StridedSlice2dReverseFloat32Test</a>)</div><div class="line"><a name="l01379"></a><span class="lineno"> 1379</span>&#160;</div><div class="line"><a name="l01380"></a><span class="lineno"> 1380</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice4dUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a923f001a2b8935a4404fc605398cabce">StridedSlice4dUint8Test</a>)</div><div class="line"><a name="l01381"></a><span class="lineno"> 1381</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice4dReverseUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a1482bf462562c501321c421699568aed">StridedSlice4dReverseUint8Test</a>)</div><div class="line"><a name="l01382"></a><span class="lineno"> 1382</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceSimpleStrideUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ad9c98ec55853d0cfb13d234ab18bb1e3">StridedSliceSimpleStrideUint8Test</a>)</div><div class="line"><a name="l01383"></a><span class="lineno"> 1383</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceSimpleRangeMaskUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a1ae7051fee20eaf2c6932698affe8cd4">StridedSliceSimpleRangeMaskUint8Test</a>)</div><div class="line"><a name="l01384"></a><span class="lineno"> 1384</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#affc47aa67b12443954b58a1bc9a8b176">StridedSliceShrinkAxisMaskUint8Test</a>)</div><div class="line"><a name="l01385"></a><span class="lineno"> 1385</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8,</div><div class="line"><a name="l01386"></a><span class="lineno"> 1386</span>&#160; <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ae74e858c212050baf3ed662d949f46b5">StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8Test</a>)</div><div class="line"><a name="l01387"></a><span class="lineno"> 1387</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ac701755ae02628347fa4cddbea8894e5">StridedSliceShrinkAxisMaskBitPosition0Uint8Test</a>)</div><div class="line"><a name="l01388"></a><span class="lineno"> 1388</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition1Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a82112a3eb0229f9b4229ab214e356e87">StridedSliceShrinkAxisMaskBitPosition1Uint8Test</a>)</div><div class="line"><a name="l01389"></a><span class="lineno"> 1389</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition2Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#aa13b3242472ddee27bcc5fbcec5879c6">StridedSliceShrinkAxisMaskBitPosition2Uint8Test</a>)</div><div class="line"><a name="l01390"></a><span class="lineno"> 1390</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition3Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a064731952a5662725b679e33a8f96997">StridedSliceShrinkAxisMaskBitPosition3Uint8Test</a>)</div><div class="line"><a name="l01391"></a><span class="lineno"> 1391</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And1Uint8,</div><div class="line"><a name="l01392"></a><span class="lineno"> 1392</span>&#160; <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a8151292f60be01bf90945dc3af50225b">StridedSliceShrinkAxisMaskBitPosition0And1Uint8Test</a>)</div><div class="line"><a name="l01393"></a><span class="lineno"> 1393</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And2Uint8,</div><div class="line"><a name="l01394"></a><span class="lineno"> 1394</span>&#160; <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ae33cf6c5e5e7a8eccd4430984ef2cc17">StridedSliceShrinkAxisMaskBitPosition0And2Uint8Test</a>)</div><div class="line"><a name="l01395"></a><span class="lineno"> 1395</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And3Uint8,</div><div class="line"><a name="l01396"></a><span class="lineno"> 1396</span>&#160; <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a40684d007b06d15a597cfbe799b40977">StridedSliceShrinkAxisMaskBitPosition0And3Uint8Test</a>)</div><div class="line"><a name="l01397"></a><span class="lineno"> 1397</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8,</div><div class="line"><a name="l01398"></a><span class="lineno"> 1398</span>&#160; <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ac35cf0cf94be82c20908316292704a00">StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8Test</a>)</div><div class="line"><a name="l01399"></a><span class="lineno"> 1399</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice3dUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a5e385b095996610ed0cd87ef738468e8">StridedSlice3dUint8Test</a>)</div><div class="line"><a name="l01400"></a><span class="lineno"> 1400</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice3dReverseUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a9d3ea31201cdad5aa0bbbc2078d42f1b">StridedSlice3dReverseUint8Test</a>)</div><div class="line"><a name="l01401"></a><span class="lineno"> 1401</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice2dUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#aebf3818a354d9b15fe922b010ac21892">StridedSlice2dUint8Test</a>)</div><div class="line"><a name="l01402"></a><span class="lineno"> 1402</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice2dReverseUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ad2d5439fddb164a128ae2afc36b3429b">StridedSlice2dReverseUint8Test</a>)</div><div class="line"><a name="l01403"></a><span class="lineno"> 1403</span>&#160;</div><div class="line"><a name="l01404"></a><span class="lineno"> 1404</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice4dInt16, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a9f8d422a732577f45daa6e4cb8e7028f">StridedSlice4dInt16Test</a>)</div><div class="line"><a name="l01405"></a><span class="lineno"> 1405</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice4dReverseInt16, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a9227ad6a605bf2cc491267a0a34b7f55">StridedSlice4dReverseInt16Test</a>)</div><div class="line"><a name="l01406"></a><span class="lineno"> 1406</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceSimpleStrideInt16, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ac0e1413d934ed0dd2169fa24534de2dd">StridedSliceSimpleStrideInt16Test</a>)</div><div class="line"><a name="l01407"></a><span class="lineno"> 1407</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceSimpleRangeMaskInt16, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#abdacd46c444bbd9fe5333e1cb2585f4a">StridedSliceSimpleRangeMaskInt16Test</a>)</div><div class="line"><a name="l01408"></a><span class="lineno"> 1408</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskInt16, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a5c5ca41ef0bb1d90bcea994ef798f950">StridedSliceShrinkAxisMaskInt16Test</a>)</div><div class="line"><a name="l01409"></a><span class="lineno"> 1409</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice3dInt16, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a33c980c1cab1c11f523d6a0b70892845">StridedSlice3dInt16Test</a>)</div><div class="line"><a name="l01410"></a><span class="lineno"> 1410</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice3dReverseInt16, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a24bde54557e2e5fb64ba95d46bab5cf0">StridedSlice3dReverseInt16Test</a>)</div><div class="line"><a name="l01411"></a><span class="lineno"> 1411</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice2dInt16, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a1fa766ca08f0e5a4a54b931948cb4cec">StridedSlice2dInt16Test</a>)</div><div class="line"><a name="l01412"></a><span class="lineno"> 1412</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedSlice2dReverseInt16, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a802821310bb9ea60e1cdbd829e2f57a1">StridedSlice2dReverseInt16Test</a>)</div><div class="line"><a name="l01413"></a><span class="lineno"> 1413</span>&#160;</div><div class="line"><a name="l01414"></a><span class="lineno"> 1414</span>&#160;<span class="comment">// Debug</span></div><div class="line"><a name="l01415"></a><span class="lineno"> 1415</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug4dFloat32, <a class="code" href="_debug_test_impl_8cpp.xhtml#a3a17c31e0243a055d062f9ef00e00295">Debug4dFloat32Test</a>)</div><div class="line"><a name="l01416"></a><span class="lineno"> 1416</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug3dFloat32, <a class="code" href="_debug_test_impl_8cpp.xhtml#ab27db9bc57b9d9285ef91e09a6ae1a2e">Debug3dFloat32Test</a>)</div><div class="line"><a name="l01417"></a><span class="lineno"> 1417</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug2dFloat32, <a class="code" href="_debug_test_impl_8cpp.xhtml#a340b57036ad22a70438e5e6b615eebfb">Debug2dFloat32Test</a>)</div><div class="line"><a name="l01418"></a><span class="lineno"> 1418</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug1dFloat32, <a class="code" href="_debug_test_impl_8cpp.xhtml#a02e739d71284a1bb5cf25aa4e76ea034">Debug1dFloat32Test</a>)</div><div class="line"><a name="l01419"></a><span class="lineno"> 1419</span>&#160;</div><div class="line"><a name="l01420"></a><span class="lineno"> 1420</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug4dBFloat16, <a class="code" href="_debug_test_impl_8cpp.xhtml#a9770886bff5c3815fc70738e3a673b08">Debug4dBFloat16Test</a>)</div><div class="line"><a name="l01421"></a><span class="lineno"> 1421</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug3dBFloat16, <a class="code" href="_debug_test_impl_8cpp.xhtml#a9fc669585b91c13133f87ab8e3608c20">Debug3dBFloat16Test</a>)</div><div class="line"><a name="l01422"></a><span class="lineno"> 1422</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug2dBFloat16, <a class="code" href="_debug_test_impl_8cpp.xhtml#a1710c99292328a7e623f9326723bac52">Debug2dBFloat16Test</a>)</div><div class="line"><a name="l01423"></a><span class="lineno"> 1423</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug1dBFloat16, <a class="code" href="_debug_test_impl_8cpp.xhtml#a7313bdcaf4c3cfbd900d583e888e10bf">Debug1dBFloat16Test</a>)</div><div class="line"><a name="l01424"></a><span class="lineno"> 1424</span>&#160;</div><div class="line"><a name="l01425"></a><span class="lineno"> 1425</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug4dUint8, <a class="code" href="_debug_test_impl_8cpp.xhtml#aff1f64410b029a9b9925bb4c69219896">Debug4dUint8Test</a>)</div><div class="line"><a name="l01426"></a><span class="lineno"> 1426</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug3dUint8, <a class="code" href="_debug_test_impl_8cpp.xhtml#a353659f233efc7b8eb5a52b48c555c25">Debug3dUint8Test</a>)</div><div class="line"><a name="l01427"></a><span class="lineno"> 1427</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug2dUint8, <a class="code" href="_debug_test_impl_8cpp.xhtml#ad248b29d04a555ddfa407f2121f66333">Debug2dUint8Test</a>)</div><div class="line"><a name="l01428"></a><span class="lineno"> 1428</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug1dUint8, <a class="code" href="_debug_test_impl_8cpp.xhtml#a38d2a08139107d420b511ffebeef4262">Debug1dUint8Test</a>)</div><div class="line"><a name="l01429"></a><span class="lineno"> 1429</span>&#160;</div><div class="line"><a name="l01430"></a><span class="lineno"> 1430</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug4dQSymm16, <a class="code" href="_debug_test_impl_8cpp.xhtml#a6cce1d9e431fd143e71e8ba16267c774">Debug4dInt16Test</a>)</div><div class="line"><a name="l01431"></a><span class="lineno"> 1431</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug3dQSymm16, <a class="code" href="_debug_test_impl_8cpp.xhtml#abdb0d918051840178c879d39e488909e">Debug3dInt16Test</a>)</div><div class="line"><a name="l01432"></a><span class="lineno"> 1432</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug2dQSymm16, <a class="code" href="_debug_test_impl_8cpp.xhtml#a70e2a4a133ff823cde320f7aac9eff79">Debug2dInt16Test</a>)</div><div class="line"><a name="l01433"></a><span class="lineno"> 1433</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Debug1dQSymm16, <a class="code" href="_debug_test_impl_8cpp.xhtml#acf99889f3486cc377e44dc8c3c430bce">Debug1dInt16Test</a>)</div><div class="line"><a name="l01434"></a><span class="lineno"> 1434</span>&#160;</div><div class="line"><a name="l01435"></a><span class="lineno"> 1435</span>&#160;<span class="comment">// Gather</span></div><div class="line"><a name="l01436"></a><span class="lineno"> 1436</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Gather1dParamsFloat32, <a class="code" href="_gather_test_impl_8cpp.xhtml#ac3697a1808f3947c8c8b02c501e86b62">Gather1dParamsFloat32Test</a>)</div><div class="line"><a name="l01437"></a><span class="lineno"> 1437</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Gather1dParamsFloat16, <a class="code" href="_gather_test_impl_8cpp.xhtml#ae9a963c3c05270140c9458a4de5c088c">Gather1dParamsFloat16Test</a>)</div><div class="line"><a name="l01438"></a><span class="lineno"> 1438</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Gather1dParamsUint8, <a class="code" href="_gather_test_impl_8cpp.xhtml#ab1a3c99985923ce51aa656a78c955790">Gather1dParamsUint8Test</a>)</div><div class="line"><a name="l01439"></a><span class="lineno"> 1439</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Gather1dParamsInt16, <a class="code" href="_gather_test_impl_8cpp.xhtml#af5ea28abd9d4c7bd03ecbb5319a2a4fb">Gather1dParamsInt16Test</a>)</div><div class="line"><a name="l01440"></a><span class="lineno"> 1440</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GatherMultiDimParamsFloat32, <a class="code" href="_gather_test_impl_8cpp.xhtml#a3ed09fc298db96837e8465cfa4e8b644">GatherMultiDimParamsFloat32Test</a>)</div><div class="line"><a name="l01441"></a><span class="lineno"> 1441</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GatherMultiDimParamsFloat16, <a class="code" href="_gather_test_impl_8cpp.xhtml#a91b01b432612829a51c7f87cbf87fc81">GatherMultiDimParamsFloat16Test</a>)</div><div class="line"><a name="l01442"></a><span class="lineno"> 1442</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GatherMultiDimParamsUint8, <a class="code" href="_gather_test_impl_8cpp.xhtml#ac89329196b31522b06478833f20fc4a4">GatherMultiDimParamsUint8Test</a>)</div><div class="line"><a name="l01443"></a><span class="lineno"> 1443</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GatherMultiDimParamsInt16, <a class="code" href="_gather_test_impl_8cpp.xhtml#a0495555d225304ca6f8fbe8ba2bea1f2">GatherMultiDimParamsInt16Test</a>)</div><div class="line"><a name="l01444"></a><span class="lineno"> 1444</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GatherMultiDimParamsMultiDimIndicesFloat32, <a class="code" href="_gather_test_impl_8cpp.xhtml#a2bda0f590c95c5f123297432655c71e1">GatherMultiDimParamsMultiDimIndicesFloat32Test</a>)</div><div class="line"><a name="l01445"></a><span class="lineno"> 1445</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GatherMultiDimParamsMultiDimIndicesFloat16, <a class="code" href="_gather_test_impl_8cpp.xhtml#a800821aec267232c9bef0a628d1c861b">GatherMultiDimParamsMultiDimIndicesFloat16Test</a>)</div><div class="line"><a name="l01446"></a><span class="lineno"> 1446</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GatherMultiDimParamsMultiDimIndicesUint8, <a class="code" href="_gather_test_impl_8cpp.xhtml#a24387a7dddcdfe4cc8b59a350e6f7f99">GatherMultiDimParamsMultiDimIndicesUint8Test</a>)</div><div class="line"><a name="l01447"></a><span class="lineno"> 1447</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(GatherMultiDimParamsMultiDimIndicesInt16, <a class="code" href="_gather_test_impl_8cpp.xhtml#a51d807b9d9634c6d2068b456406c1089">GatherMultiDimParamsMultiDimIndicesInt16Test</a>)</div><div class="line"><a name="l01448"></a><span class="lineno"> 1448</span>&#160;</div><div class="line"><a name="l01449"></a><span class="lineno"> 1449</span>&#160;<span class="comment">// Abs</span></div><div class="line"><a name="l01450"></a><span class="lineno"> 1450</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Abs2d, Abs2dTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01451"></a><span class="lineno"> 1451</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Abs3d, Abs3dTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01452"></a><span class="lineno"> 1452</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(AbsZero, AbsZeroTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01453"></a><span class="lineno"> 1453</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Abs2dFloat16, Abs2dTest&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01454"></a><span class="lineno"> 1454</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Abs3dFloat16, Abs3dTest&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01455"></a><span class="lineno"> 1455</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Abs2dQuantisedAsymm8, Abs2dTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01456"></a><span class="lineno"> 1456</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Abs3dQuantisedAsymm8, Abs3dTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01457"></a><span class="lineno"> 1457</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Abs2dQuantisedSymm16, Abs2dTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01458"></a><span class="lineno"> 1458</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Abs3dQuantisedSymm16, Abs3dTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01459"></a><span class="lineno"> 1459</span>&#160;</div><div class="line"><a name="l01460"></a><span class="lineno"> 1460</span>&#160;<span class="comment">// Detection PostProcess</span></div><div class="line"><a name="l01461"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#af98369e5b49531da4d6d657df7a56645"> 1461</a></span>&#160;<a class="code" href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">BOOST_AUTO_TEST_CASE</a>(DetectionPostProcessRegularNmsFloat)</div><div class="line"><a name="l01462"></a><span class="lineno"> 1462</span>&#160;{</div><div class="line"><a name="l01463"></a><span class="lineno"> 1463</span>&#160; DetectionPostProcessRegularNmsFloatTest&lt;RefWorkloadFactory&gt;();</div><div class="line"><a name="l01464"></a><span class="lineno"> 1464</span>&#160;}</div><div class="line"><a name="l01465"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#a19853eb74185fd849a517a07be0b2342"> 1465</a></span>&#160;<a class="code" href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">BOOST_AUTO_TEST_CASE</a>(DetectionPostProcessFastNmsFloat)</div><div class="line"><a name="l01466"></a><span class="lineno"> 1466</span>&#160;{</div><div class="line"><a name="l01467"></a><span class="lineno"> 1467</span>&#160; DetectionPostProcessFastNmsFloatTest&lt;RefWorkloadFactory&gt;();</div><div class="line"><a name="l01468"></a><span class="lineno"> 1468</span>&#160;}</div><div class="line"><a name="l01469"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#aa7133ddba62a5f8263512b96a9e3bce3"> 1469</a></span>&#160;<a class="code" href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">BOOST_AUTO_TEST_CASE</a>(DetectionPostProcessRegularNmsUint8)</div><div class="line"><a name="l01470"></a><span class="lineno"> 1470</span>&#160;{</div><div class="line"><a name="l01471"></a><span class="lineno"> 1471</span>&#160; <a class="code" href="_detection_post_process_test_impl_8hpp.xhtml#a529a27be5db241fb01a7ee08286d2e0a">DetectionPostProcessRegularNmsQuantizedTest</a>&lt;</div><div class="line"><a name="l01472"></a><span class="lineno"> 1472</span>&#160; <a class="code" href="classarmnn_1_1_ref_workload_factory.xhtml">RefWorkloadFactory</a>, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a0a3f57c876f5a230244c38e1453a8a6e">DataType::QAsymmU8</a>&gt;();</div><div class="line"><a name="l01473"></a><span class="lineno"> 1473</span>&#160;}</div><div class="line"><a name="l01474"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#ab1946f90ee7b2e0851186d435654e74c"> 1474</a></span>&#160;<a class="code" href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">BOOST_AUTO_TEST_CASE</a>(DetectionPostProcessFastNmsUint8)</div><div class="line"><a name="l01475"></a><span class="lineno"> 1475</span>&#160;{</div><div class="line"><a name="l01476"></a><span class="lineno"> 1476</span>&#160; <a class="code" href="_detection_post_process_test_impl_8hpp.xhtml#a529a27be5db241fb01a7ee08286d2e0a">DetectionPostProcessRegularNmsQuantizedTest</a>&lt;</div><div class="line"><a name="l01477"></a><span class="lineno"> 1477</span>&#160; <a class="code" href="classarmnn_1_1_ref_workload_factory.xhtml">RefWorkloadFactory</a>, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a0a3f57c876f5a230244c38e1453a8a6e">DataType::QAsymmU8</a>&gt;();</div><div class="line"><a name="l01478"></a><span class="lineno"> 1478</span>&#160;}</div><div class="line"><a name="l01479"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#a725e83fb6f30b60e169e3c9293db4ef5"> 1479</a></span>&#160;<a class="code" href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">BOOST_AUTO_TEST_CASE</a>(DetectionPostProcessRegularNmsInt16)</div><div class="line"><a name="l01480"></a><span class="lineno"> 1480</span>&#160;{</div><div class="line"><a name="l01481"></a><span class="lineno"> 1481</span>&#160; <a class="code" href="_detection_post_process_test_impl_8hpp.xhtml#a529a27be5db241fb01a7ee08286d2e0a">DetectionPostProcessRegularNmsQuantizedTest</a>&lt;</div><div class="line"><a name="l01482"></a><span class="lineno"> 1482</span>&#160; <a class="code" href="classarmnn_1_1_ref_workload_factory.xhtml">RefWorkloadFactory</a>, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a053c769dcf82d66ef326c86980c02ba7">DataType::QSymmS16</a>&gt;();</div><div class="line"><a name="l01483"></a><span class="lineno"> 1483</span>&#160;}</div><div class="line"><a name="l01484"></a><span class="lineno"><a class="line" href="_ref_layer_tests_8cpp.xhtml#a8cac92b1d1526f2d0d8d87d735f2f695"> 1484</a></span>&#160;<a class="code" href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">BOOST_AUTO_TEST_CASE</a>(DetectionPostProcessFastNmsInt16)</div><div class="line"><a name="l01485"></a><span class="lineno"> 1485</span>&#160;{</div><div class="line"><a name="l01486"></a><span class="lineno"> 1486</span>&#160; <a class="code" href="_detection_post_process_test_impl_8hpp.xhtml#a496f3eb2f8ca9b1e688fbc716f77c448">DetectionPostProcessFastNmsQuantizedTest</a>&lt;</div><div class="line"><a name="l01487"></a><span class="lineno"> 1487</span>&#160; <a class="code" href="classarmnn_1_1_ref_workload_factory.xhtml">RefWorkloadFactory</a>, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a053c769dcf82d66ef326c86980c02ba7">DataType::QSymmS16</a>&gt;();</div><div class="line"><a name="l01488"></a><span class="lineno"> 1488</span>&#160;}</div><div class="line"><a name="l01489"></a><span class="lineno"> 1489</span>&#160;</div><div class="line"><a name="l01490"></a><span class="lineno"> 1490</span>&#160;<span class="comment">// Dequantize</span></div><div class="line"><a name="l01491"></a><span class="lineno"> 1491</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleUint8, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#a7d08e6e6748e33b4bffee532b790d876">DequantizeSimpleUint8Test</a>)</div><div class="line"><a name="l01492"></a><span class="lineno"> 1492</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DequantizeOffsetUint8, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#ab56193e66573ccaa72b1576bc9bb8a17">DequantizeOffsetUint8Test</a>)</div><div class="line"><a name="l01493"></a><span class="lineno"> 1493</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleAsymmInt8, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#a9f5834582afee957cb564f793471749b">DequantizeSimpleAsymmInt8Test</a>)</div><div class="line"><a name="l01494"></a><span class="lineno"> 1494</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DequantizeOffsetAsymmInt8, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#abb3a3a6674d6e5bc79f7424c01f8182c">DequantizeOffsetAsymmInt8Test</a>)</div><div class="line"><a name="l01495"></a><span class="lineno"> 1495</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleInt8, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#aef2d4e5a1cc68a35254b7d5bba760547">DequantizeSimpleInt8Test</a>)</div><div class="line"><a name="l01496"></a><span class="lineno"> 1496</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleInt16, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#ace2eed3bc22c77fc1b99f040e7289c65">DequantizeSimpleInt16Test</a>)</div><div class="line"><a name="l01497"></a><span class="lineno"> 1497</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleUint8ToFp16, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#aa5d9ea933ea0983bc8118a44486df525">DequantizeSimpleUint8ToFp16Test</a>)</div><div class="line"><a name="l01498"></a><span class="lineno"> 1498</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleInt8ToFp16, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#a2a7ff427e13c513930e1c594f4078c93">DequantizeSimpleInt8ToFp16Test</a>)</div><div class="line"><a name="l01499"></a><span class="lineno"> 1499</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleInt16ToFp16, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#a925b0f3783cc793c72ca589fb99351e7">DequantizeSimpleInt16ToFp16Test</a>)</div><div class="line"><a name="l01500"></a><span class="lineno"> 1500</span>&#160;</div><div class="line"><a name="l01501"></a><span class="lineno"> 1501</span>&#160;<span class="comment">// Quantize</span></div><div class="line"><a name="l01502"></a><span class="lineno"> 1502</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(QuantizeSimpleUint8, <a class="code" href="_quantize_test_impl_8cpp.xhtml#a041d534027842cde6747e50651d23fa3">QuantizeSimpleUint8Test</a>)</div><div class="line"><a name="l01503"></a><span class="lineno"> 1503</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(QuantizeClampUint8, <a class="code" href="_quantize_test_impl_8cpp.xhtml#af433076d80e2776cc16fe16c4616a2a4">QuantizeClampUint8Test</a>)</div><div class="line"><a name="l01504"></a><span class="lineno"> 1504</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(QuantizeClampAsymmInt8, <a class="code" href="_quantize_test_impl_8cpp.xhtml#a544d80e8fc86b2e5ed42b756b9d37159">QuantizeClampAsymmInt8Test</a>)</div><div class="line"><a name="l01505"></a><span class="lineno"> 1505</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(QuantizeClampInt8, <a class="code" href="_quantize_test_impl_8cpp.xhtml#ac1ea8781a061b3f089230160c6f35bb7">QuantizeClampInt8Test</a>)</div><div class="line"><a name="l01506"></a><span class="lineno"> 1506</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(QuantizeClampInt16, <a class="code" href="_quantize_test_impl_8cpp.xhtml#ab52e18e7cc1f4f6cff92f6a1d6ea503d">QuantizeClampInt16Test</a>)</div><div class="line"><a name="l01507"></a><span class="lineno"> 1507</span>&#160;</div><div class="line"><a name="l01508"></a><span class="lineno"> 1508</span>&#160;<span class="comment">// PReLU</span></div><div class="line"><a name="l01509"></a><span class="lineno"> 1509</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PreluFloat32, PreluTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01510"></a><span class="lineno"> 1510</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PreluFloat16, PreluTest&lt;DataType::Float16&gt;)</div><div class="line"><a name="l01511"></a><span class="lineno"> 1511</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PreluUint8, PreluTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01512"></a><span class="lineno"> 1512</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PreluInt16, PreluTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01513"></a><span class="lineno"> 1513</span>&#160;</div><div class="line"><a name="l01514"></a><span class="lineno"> 1514</span>&#160;<span class="comment">// Slice</span></div><div class="line"><a name="l01515"></a><span class="lineno"> 1515</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice4dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#ae614565a58a085ebea038e705910792d">Slice4dFloat32Test</a>)</div><div class="line"><a name="l01516"></a><span class="lineno"> 1516</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice3dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#a65ea4a275066dd49ca9a23185a103b2c">Slice3dFloat32Test</a>)</div><div class="line"><a name="l01517"></a><span class="lineno"> 1517</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice2dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#a7c2b08d3b045aac272d320d6279e1dab">Slice2dFloat32Test</a>)</div><div class="line"><a name="l01518"></a><span class="lineno"> 1518</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice1dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#a7863b4d5cf3fa19de7668eb3a4c6191c">Slice1dFloat32Test</a>)</div><div class="line"><a name="l01519"></a><span class="lineno"> 1519</span>&#160;</div><div class="line"><a name="l01520"></a><span class="lineno"> 1520</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice4dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#a08619ae5f9407cabc427aba5049e31ef">Slice4dUint8Test</a>)</div><div class="line"><a name="l01521"></a><span class="lineno"> 1521</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice3dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#a3161c1b143650c88d4cc5e3b08a6bcee">Slice3dUint8Test</a>)</div><div class="line"><a name="l01522"></a><span class="lineno"> 1522</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice2dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#acaf2a0cb0375acbad4564aaa511138a5">Slice2dUint8Test</a>)</div><div class="line"><a name="l01523"></a><span class="lineno"> 1523</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice1dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#a0d439b9fd8efd81d1376e1d6e1b6e315">Slice1dUint8Test</a>)</div><div class="line"><a name="l01524"></a><span class="lineno"> 1524</span>&#160;</div><div class="line"><a name="l01525"></a><span class="lineno"> 1525</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice4dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#a114060adaed8f5bbcf16a584eb4193e9">Slice4dInt16Test</a>)</div><div class="line"><a name="l01526"></a><span class="lineno"> 1526</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice3dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#a191a47193f192d4aeec276f080e97620">Slice3dInt16Test</a>)</div><div class="line"><a name="l01527"></a><span class="lineno"> 1527</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice2dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#aa51c5ed7462fcad3fefde55834c25b83">Slice2dInt16Test</a>)</div><div class="line"><a name="l01528"></a><span class="lineno"> 1528</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Slice1dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#aec6e28400b64661bbbfe1ad8b98b074c">Slice1dInt16Test</a>)</div><div class="line"><a name="l01529"></a><span class="lineno"> 1529</span>&#160;</div><div class="line"><a name="l01530"></a><span class="lineno"> 1530</span>&#160;<span class="comment">// Transpose</span></div><div class="line"><a name="l01531"></a><span class="lineno"> 1531</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeBFloat16, SimpleTransposeTest&lt;DataType::BFloat16&gt;)</div><div class="line"><a name="l01532"></a><span class="lineno"> 1532</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeBFloat16ValueSet1Test, TransposeValueSet1Test&lt;DataType::BFloat16&gt;)</div><div class="line"><a name="l01533"></a><span class="lineno"> 1533</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeBFloat16ValueSet2Test, TransposeValueSet2Test&lt;DataType::BFloat16&gt;)</div><div class="line"><a name="l01534"></a><span class="lineno"> 1534</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeBFloat16ValueSet3Test, TransposeValueSet3Test&lt;DataType::BFloat16&gt;)</div><div class="line"><a name="l01535"></a><span class="lineno"> 1535</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeFloat32, SimpleTransposeTest&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01536"></a><span class="lineno"> 1536</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeFloat32ValueSet1Test, TransposeValueSet1Test&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01537"></a><span class="lineno"> 1537</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeFloat32ValueSet2Test, TransposeValueSet2Test&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01538"></a><span class="lineno"> 1538</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeFloat32ValueSet3Test, TransposeValueSet3Test&lt;DataType::Float32&gt;)</div><div class="line"><a name="l01539"></a><span class="lineno"> 1539</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeQASymm8, SimpleTransposeTest&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01540"></a><span class="lineno"> 1540</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeQASymm8ValueSet1Test, TransposeValueSet1Test&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01541"></a><span class="lineno"> 1541</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeQASymm8ValueSet2Test, TransposeValueSet2Test&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01542"></a><span class="lineno"> 1542</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeQASymm8ValueSet3Test, TransposeValueSet3Test&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l01543"></a><span class="lineno"> 1543</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeQSymm16, SimpleTransposeTest&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01544"></a><span class="lineno"> 1544</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeQSymm16ValueSet1Test, TransposeValueSet1Test&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01545"></a><span class="lineno"> 1545</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeQSymm16ValueSet2Test, TransposeValueSet2Test&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01546"></a><span class="lineno"> 1546</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeQSymm16ValueSet3Test, TransposeValueSet3Test&lt;DataType::QSymmS16&gt;)</div><div class="line"><a name="l01547"></a><span class="lineno"> 1547</span>&#160;</div><div class="line"><a name="l01548"></a><span class="lineno"> 1548</span>&#160;<span class="comment">// TransposeConvolution2d</span></div><div class="line"><a name="l01549"></a><span class="lineno"> 1549</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01550"></a><span class="lineno"> 1550</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01551"></a><span class="lineno"> 1551</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01552"></a><span class="lineno"> 1552</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01553"></a><span class="lineno"> 1553</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01554"></a><span class="lineno"> 1554</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01555"></a><span class="lineno"> 1555</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01556"></a><span class="lineno"> 1556</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01557"></a><span class="lineno"> 1557</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01558"></a><span class="lineno"> 1558</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01559"></a><span class="lineno"> 1559</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01560"></a><span class="lineno"> 1560</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01561"></a><span class="lineno"> 1561</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01562"></a><span class="lineno"> 1562</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01563"></a><span class="lineno"> 1563</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01564"></a><span class="lineno"> 1564</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01565"></a><span class="lineno"> 1565</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeConvolution2dInt16Nchw,</div><div class="line"><a name="l01566"></a><span class="lineno"> 1566</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01567"></a><span class="lineno"> 1567</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01568"></a><span class="lineno"> 1568</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01569"></a><span class="lineno"> 1569</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeConvolution2dInt16Nhwc,</div><div class="line"><a name="l01570"></a><span class="lineno"> 1570</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01571"></a><span class="lineno"> 1571</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01572"></a><span class="lineno"> 1572</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01573"></a><span class="lineno"> 1573</span>&#160;</div><div class="line"><a name="l01574"></a><span class="lineno"> 1574</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedSimpleTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01575"></a><span class="lineno"> 1575</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01576"></a><span class="lineno"> 1576</span>&#160; <span class="keyword">false</span>,</div><div class="line"><a name="l01577"></a><span class="lineno"> 1577</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01578"></a><span class="lineno"> 1578</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedSimpleTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01579"></a><span class="lineno"> 1579</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01580"></a><span class="lineno"> 1580</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01581"></a><span class="lineno"> 1581</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01582"></a><span class="lineno"> 1582</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedSimpleTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01583"></a><span class="lineno"> 1583</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01584"></a><span class="lineno"> 1584</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01585"></a><span class="lineno"> 1585</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01586"></a><span class="lineno"> 1586</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedSimpleTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01587"></a><span class="lineno"> 1587</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01588"></a><span class="lineno"> 1588</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01589"></a><span class="lineno"> 1589</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01590"></a><span class="lineno"> 1590</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedSimpleTransposeConvolution2dInt16Nchw,</div><div class="line"><a name="l01591"></a><span class="lineno"> 1591</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01592"></a><span class="lineno"> 1592</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01593"></a><span class="lineno"> 1593</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01594"></a><span class="lineno"> 1594</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedSimpleTransposeConvolution2dInt16Nhwc,</div><div class="line"><a name="l01595"></a><span class="lineno"> 1595</span>&#160; SimpleTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01596"></a><span class="lineno"> 1596</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01597"></a><span class="lineno"> 1597</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01598"></a><span class="lineno"> 1598</span>&#160;</div><div class="line"><a name="l01599"></a><span class="lineno"> 1599</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PaddedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01600"></a><span class="lineno"> 1600</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01601"></a><span class="lineno"> 1601</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01602"></a><span class="lineno"> 1602</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01603"></a><span class="lineno"> 1603</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PaddedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01604"></a><span class="lineno"> 1604</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01605"></a><span class="lineno"> 1605</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01606"></a><span class="lineno"> 1606</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01607"></a><span class="lineno"> 1607</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PaddedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01608"></a><span class="lineno"> 1608</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01609"></a><span class="lineno"> 1609</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01610"></a><span class="lineno"> 1610</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01611"></a><span class="lineno"> 1611</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PaddedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01612"></a><span class="lineno"> 1612</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01613"></a><span class="lineno"> 1613</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01614"></a><span class="lineno"> 1614</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01615"></a><span class="lineno"> 1615</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PaddedTransposeConvolution2dInt16Nchw,</div><div class="line"><a name="l01616"></a><span class="lineno"> 1616</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01617"></a><span class="lineno"> 1617</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01618"></a><span class="lineno"> 1618</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01619"></a><span class="lineno"> 1619</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(PaddedTransposeConvolution2dInt16Nhwc,</div><div class="line"><a name="l01620"></a><span class="lineno"> 1620</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01621"></a><span class="lineno"> 1621</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01622"></a><span class="lineno"> 1622</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01623"></a><span class="lineno"> 1623</span>&#160;</div><div class="line"><a name="l01624"></a><span class="lineno"> 1624</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedPaddedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01625"></a><span class="lineno"> 1625</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01626"></a><span class="lineno"> 1626</span>&#160; <span class="keyword">false</span>,</div><div class="line"><a name="l01627"></a><span class="lineno"> 1627</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01628"></a><span class="lineno"> 1628</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedPaddedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01629"></a><span class="lineno"> 1629</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01630"></a><span class="lineno"> 1630</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01631"></a><span class="lineno"> 1631</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01632"></a><span class="lineno"> 1632</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedPaddedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01633"></a><span class="lineno"> 1633</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01634"></a><span class="lineno"> 1634</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01635"></a><span class="lineno"> 1635</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01636"></a><span class="lineno"> 1636</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedPaddedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01637"></a><span class="lineno"> 1637</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01638"></a><span class="lineno"> 1638</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01639"></a><span class="lineno"> 1639</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01640"></a><span class="lineno"> 1640</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedPaddedTransposeConvolution2dInt16Nchw,</div><div class="line"><a name="l01641"></a><span class="lineno"> 1641</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01642"></a><span class="lineno"> 1642</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01643"></a><span class="lineno"> 1643</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01644"></a><span class="lineno"> 1644</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedPaddedTransposeConvolution2dInt16Nhwc,</div><div class="line"><a name="l01645"></a><span class="lineno"> 1645</span>&#160; PaddedTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01646"></a><span class="lineno"> 1646</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01647"></a><span class="lineno"> 1647</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01648"></a><span class="lineno"> 1648</span>&#160;</div><div class="line"><a name="l01649"></a><span class="lineno"> 1649</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01650"></a><span class="lineno"> 1650</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01651"></a><span class="lineno"> 1651</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01652"></a><span class="lineno"> 1652</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01653"></a><span class="lineno"> 1653</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01654"></a><span class="lineno"> 1654</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01655"></a><span class="lineno"> 1655</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01656"></a><span class="lineno"> 1656</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01657"></a><span class="lineno"> 1657</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01658"></a><span class="lineno"> 1658</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01659"></a><span class="lineno"> 1659</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01660"></a><span class="lineno"> 1660</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01661"></a><span class="lineno"> 1661</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01662"></a><span class="lineno"> 1662</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01663"></a><span class="lineno"> 1663</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01664"></a><span class="lineno"> 1664</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01665"></a><span class="lineno"> 1665</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedTransposeConvolution2dInt16Nchw,</div><div class="line"><a name="l01666"></a><span class="lineno"> 1666</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01667"></a><span class="lineno"> 1667</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01668"></a><span class="lineno"> 1668</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01669"></a><span class="lineno"> 1669</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StridedTransposeConvolution2dInt16Nhwc,</div><div class="line"><a name="l01670"></a><span class="lineno"> 1670</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01671"></a><span class="lineno"> 1671</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01672"></a><span class="lineno"> 1672</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01673"></a><span class="lineno"> 1673</span>&#160;</div><div class="line"><a name="l01674"></a><span class="lineno"> 1674</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedStridedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01675"></a><span class="lineno"> 1675</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01676"></a><span class="lineno"> 1676</span>&#160; <span class="keyword">false</span>,</div><div class="line"><a name="l01677"></a><span class="lineno"> 1677</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01678"></a><span class="lineno"> 1678</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedStridedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01679"></a><span class="lineno"> 1679</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01680"></a><span class="lineno"> 1680</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01681"></a><span class="lineno"> 1681</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01682"></a><span class="lineno"> 1682</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedStridedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01683"></a><span class="lineno"> 1683</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01684"></a><span class="lineno"> 1684</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01685"></a><span class="lineno"> 1685</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01686"></a><span class="lineno"> 1686</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedStridedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01687"></a><span class="lineno"> 1687</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01688"></a><span class="lineno"> 1688</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01689"></a><span class="lineno"> 1689</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01690"></a><span class="lineno"> 1690</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedStridedTransposeConvolution2dInt16Nchw,</div><div class="line"><a name="l01691"></a><span class="lineno"> 1691</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01692"></a><span class="lineno"> 1692</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01693"></a><span class="lineno"> 1693</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01694"></a><span class="lineno"> 1694</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(UnbiasedStridedTransposeConvolution2dInt16Nhwc,</div><div class="line"><a name="l01695"></a><span class="lineno"> 1695</span>&#160; StridedTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01696"></a><span class="lineno"> 1696</span>&#160; <span class="keyword">true</span>,</div><div class="line"><a name="l01697"></a><span class="lineno"> 1697</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01698"></a><span class="lineno"> 1698</span>&#160;</div><div class="line"><a name="l01699"></a><span class="lineno"> 1699</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiChannelTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01700"></a><span class="lineno"> 1700</span>&#160; MultiChannelTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01701"></a><span class="lineno"> 1701</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01702"></a><span class="lineno"> 1702</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiChannelTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01703"></a><span class="lineno"> 1703</span>&#160; MultiChannelTransposeConvolution2dTest&lt;DataType::Float32, DataType::Float32&gt;,</div><div class="line"><a name="l01704"></a><span class="lineno"> 1704</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01705"></a><span class="lineno"> 1705</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiChannelTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01706"></a><span class="lineno"> 1706</span>&#160; MultiChannelTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01707"></a><span class="lineno"> 1707</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01708"></a><span class="lineno"> 1708</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiChannelTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01709"></a><span class="lineno"> 1709</span>&#160; MultiChannelTransposeConvolution2dTest&lt;DataType::QAsymmU8, DataType::Signed32&gt;,</div><div class="line"><a name="l01710"></a><span class="lineno"> 1710</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01711"></a><span class="lineno"> 1711</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiChannelTransposeConvolution2dInt16Nchw,</div><div class="line"><a name="l01712"></a><span class="lineno"> 1712</span>&#160; MultiChannelTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01713"></a><span class="lineno"> 1713</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01714"></a><span class="lineno"> 1714</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(MultiChannelTransposeConvolution2dInt16Nhwc,</div><div class="line"><a name="l01715"></a><span class="lineno"> 1715</span>&#160; MultiChannelTransposeConvolution2dTest&lt;DataType::QSymmS16, DataType::Signed32&gt;,</div><div class="line"><a name="l01716"></a><span class="lineno"> 1716</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01717"></a><span class="lineno"> 1717</span>&#160;</div><div class="line"><a name="l01718"></a><span class="lineno"> 1718</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeConvolution2dPerAxisQuantTestNchw,</div><div class="line"><a name="l01719"></a><span class="lineno"> 1719</span>&#160; <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#afe35eec6fc46b9526db341d374e93653">TransposeConvolution2dPerAxisQuantTest</a>,</div><div class="line"><a name="l01720"></a><span class="lineno"> 1720</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>);</div><div class="line"><a name="l01721"></a><span class="lineno"> 1721</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(TransposeConvolution2dPerAxisQuantTestNhwc,</div><div class="line"><a name="l01722"></a><span class="lineno"> 1722</span>&#160; <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#afe35eec6fc46b9526db341d374e93653">TransposeConvolution2dPerAxisQuantTest</a>,</div><div class="line"><a name="l01723"></a><span class="lineno"> 1723</span>&#160; <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>);</div><div class="line"><a name="l01724"></a><span class="lineno"> 1724</span>&#160;</div><div class="line"><a name="l01725"></a><span class="lineno"> 1725</span>&#160;<span class="comment">// Stack</span></div><div class="line"><a name="l01726"></a><span class="lineno"> 1726</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(Stack0Axis, <a class="code" href="_stack_test_impl_8cpp.xhtml#a1eed6d24cd5e53b21c3081e398dc5335">StackAxis0Float32Test</a>)</div><div class="line"><a name="l01727"></a><span class="lineno"> 1727</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StackOutput4DAxis1, <a class="code" href="_stack_test_impl_8cpp.xhtml#a4fbfd0d54ab880e5a1a46432673888e1">StackOutput4DAxis1Float32Test</a>)</div><div class="line"><a name="l01728"></a><span class="lineno"> 1728</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StackOutput4DAxis2, <a class="code" href="_stack_test_impl_8cpp.xhtml#ae7f53e5d743d37cae77b4481de35a2e4">StackOutput4DAxis2Float32Test</a>)</div><div class="line"><a name="l01729"></a><span class="lineno"> 1729</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StackOutput4DAxis3, <a class="code" href="_stack_test_impl_8cpp.xhtml#a0a5868382cc85aa0461fb27428bbc0b5">StackOutput4DAxis3Float32Test</a>)</div><div class="line"><a name="l01730"></a><span class="lineno"> 1730</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StackOutput3DInputs3, <a class="code" href="_stack_test_impl_8cpp.xhtml#a31c91a13d5bd6e60fdb22fcab131e0cc">StackOutput3DInputs3Float32Test</a>)</div><div class="line"><a name="l01731"></a><span class="lineno"> 1731</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StackOutput5D, <a class="code" href="_stack_test_impl_8cpp.xhtml#a34b0c55684f6c59314d62916c628dd11">StackOutput5DFloat32Test</a>)</div><div class="line"><a name="l01732"></a><span class="lineno"> 1732</span>&#160;<a class="code" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a>(StackFloat16, <a class="code" href="_stack_test_impl_8cpp.xhtml#a80764e491b5a12e5184780be13c42fec">StackFloat16Test</a>)</div><div class="line"><a name="l01733"></a><span class="lineno"> 1733</span>&#160;</div><div class="line"><a name="l01734"></a><span class="lineno"> 1734</span>&#160;<a class="code" href="_profiler_tests_8cpp.xhtml#af7f71af5c6c124222dd1c42c5df892f4">BOOST_AUTO_TEST_SUITE_END</a>()</div><div class="ttc" id="_output_shape_of_squeeze_8cpp_xhtml_ae3a6cb217a792718f2bd0e8f45e3ca9e"><div class="ttname"><a href="_output_shape_of_squeeze_8cpp.xhtml#ae3a6cb217a792718f2bd0e8f45e3ca9e">BOOST_AUTO_TEST_SUITE</a></div><div class="ttdeci">BOOST_AUTO_TEST_SUITE(TensorflowLiteParser)</div></div>
+<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_a23e8abfd741a311fb1b4cbcaaac78954"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#a23e8abfd741a311fb1b4cbcaaac78954">SplitterFloat32Test</a></div><div class="ttdeci">std::vector&lt; LayerTestResult&lt; float, 3 &gt; &gt; SplitterFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00325">SplitterTestImpl.cpp:325</a></div></div>
+<div class="ttc" id="classarmnn_1_1_cl_workload_factory_xhtml"><div class="ttname"><a href="classarmnn_1_1_cl_workload_factory.xhtml">armnn::ClWorkloadFactory</a></div><div class="ttdef"><b>Definition:</b> <a href="_cl_workload_factory_8hpp_source.xhtml#l00017">ClWorkloadFactory.hpp:17</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a721d8066ed0ebde400379f1b136a3dd4"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a721d8066ed0ebde400379f1b136a3dd4">LessBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00660">ComparisonTestImpl.cpp:660</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ab7261b2e00a06881f0c8bf3e2ecbff19"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ab7261b2e00a06881f0c8bf3e2ecbff19">Concat4dDiffShapeDim2Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDiffShapeDim2Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02322">ConcatTestImpl.cpp:2322</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a74cb79363eba34875832d6fd9efea0e2"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a74cb79363eba34875832d6fd9efea0e2">LessOrEqualSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00804">ComparisonTestImpl.cpp:804</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ab721b365fc476b3917abe60c802823b7"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ab721b365fc476b3917abe60c802823b7">IgnorePaddingL2Pooling2dSize3Int16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; IgnorePaddingL2Pooling2dSize3Int16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01769">Pooling2dTestImpl.cpp:1769</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a1a1e6dc70b7f1ca0c99fd6f0b48b4d48"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a1a1e6dc70b7f1ca0c99fd6f0b48b4d48">AsymmetricNonSquarePooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AsymmetricNonSquarePooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01783">Pooling2dTestImpl.cpp:1783</a></div></div>
+<div class="ttc" id="_ref_workload_factory_8hpp_xhtml"><div class="ttname"><a href="_ref_workload_factory_8hpp.xhtml">RefWorkloadFactory.hpp</a></div></div>
+<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a5c5bca4cbf0f3d49933fcca03890f701"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a5c5bca4cbf0f3d49933fcca03890f701">MultiplicationBroadcast1DVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MultiplicationBroadcast1DVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00152">MultiplicationTestImpl.cpp:152</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a8b855f5d3e8aab93decfa2bed46fc4cf"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a8b855f5d3e8aab93decfa2bed46fc4cf">SqrtInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SqrtInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00897">ActivationTestImpl.cpp:897</a></div></div>
+<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a31c91a13d5bd6e60fdb22fcab131e0cc"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a31c91a13d5bd6e60fdb22fcab131e0cc">StackOutput3DInputs3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StackOutput3DInputs3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00532">StackTestImpl.cpp:532</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_a888a7d50e58a8fb5fee7ad1ae11df736"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a888a7d50e58a8fb5fee7ad1ae11df736">DivisionBroadcast1DVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionBroadcast1DVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00124">DivisionTestImpl.cpp:124</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a20b01cc1552ab2c3abd70166fdd35faf"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a20b01cc1552ab2c3abd70166fdd35faf">ReLuInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; ReLuInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00555">ActivationTestImpl.cpp:555</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a0d439b9fd8efd81d1376e1d6e1b6e315"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a0d439b9fd8efd81d1376e1d6e1b6e315">Slice1dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; Slice1dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00263">SliceTestImpl.cpp:263</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_af4b9d4dbd1e7d946a6cc00138b675077"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#af4b9d4dbd1e7d946a6cc00138b675077">SpaceToBatchNdMultiBlockFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SpaceToBatchNdMultiBlockFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00321">SpaceToBatchNdTestImpl.cpp:321</a></div></div>
+<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a89c05a959d2cdd0a75efbaa10dd618bb"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a89c05a959d2cdd0a75efbaa10dd618bb">MultiplicationTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MultiplicationTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00019">MultiplicationTestImpl.cpp:19</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a55ce19436218d7abbbc53b5f66c2b7fe"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a55ce19436218d7abbbc53b5f66c2b7fe">SimpleSoftmaxUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; SimpleSoftmaxUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00661">SoftmaxTestImpl.cpp:661</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a01264032fbe8272556bf1142b7cd74b1"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a01264032fbe8272556bf1142b7cd74b1">IgnorePaddingAveragePooling2dSize3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingAveragePooling2dSize3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01584">Pooling2dTestImpl.cpp:1584</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a0120909fa6b3032270399355f14654de"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a0120909fa6b3032270399355f14654de">LeakyReLuTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; LeakyReLuTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00715">ActivationTestImpl.cpp:715</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a693e34e3f519f0323cb165468560ee72"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a693e34e3f519f0323cb165468560ee72">Concat3dDim1DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim1DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02262">ConcatTestImpl.cpp:2262</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_ad71ffd0e8547900b92a5d471f01cd69b"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#ad71ffd0e8547900b92a5d471f01cd69b">AdditionBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AdditionBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00354">AdditionTestImpl.cpp:354</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a6584d436388485a5bd9252430a0af5b6"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a6584d436388485a5bd9252430a0af5b6">SquareTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SquareTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00939">ActivationTestImpl.cpp:939</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aed0a697e15183bbac585fde3535bdbd8"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aed0a697e15183bbac585fde3535bdbd8">Concat1dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; Concat1dUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02770">ConcatTestImpl.cpp:2770</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a130a2ebc30472c529a5f288e1881657a"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a130a2ebc30472c529a5f288e1881657a">StridedSliceSimpleStrideFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSliceSimpleStrideFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00838">StridedSliceTestImpl.cpp:838</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_aa51c5ed7462fcad3fefde55834c25b83"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#aa51c5ed7462fcad3fefde55834c25b83">Slice2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; Slice2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00282">SliceTestImpl.cpp:282</a></div></div>
+<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a5a75f31efb36868e8f2c7223426313db"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a5a75f31efb36868e8f2c7223426313db">ResizeNearestNeighborMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00449">ResizeTestImpl.cpp:449</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_ae42bb4023d8578a27159c95dd4b33b28"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#ae42bb4023d8578a27159c95dd4b33b28">BoundedReLuInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; BoundedReLuInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00614">ActivationTestImpl.cpp:614</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a6b7bbf277d2306073f0344cec5b8feab"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a6b7bbf277d2306073f0344cec5b8feab">NotEqualBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00915">ComparisonTestImpl.cpp:915</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_a800821aec267232c9bef0a628d1c861b"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#a800821aec267232c9bef0a628d1c861b">GatherMultiDimParamsMultiDimIndicesFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; GatherMultiDimParamsMultiDimIndicesFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00365">GatherTestImpl.cpp:365</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_ae614565a58a085ebea038e705910792d"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#ae614565a58a085ebea038e705910792d">Slice4dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Slice4dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00220">SliceTestImpl.cpp:220</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ab0aa694e3cd5555731f28b2c61a01f7e"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ab0aa694e3cd5555731f28b2c61a01f7e">ConcatUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; ConcatUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02497">ConcatTestImpl.cpp:2497</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_afb5e7d86e241292d9cb899b960da54af"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#afb5e7d86e241292d9cb899b960da54af">SimpleConvolution2d3x5Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvolution2d3x5Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02966">Conv2dTestImpl.cpp:2966</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_aa83b35e7fe79aa2a729b95061364b1e3"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#aa83b35e7fe79aa2a729b95061364b1e3">SimpleConvolution2d3x3Stride2x2Test</a></div><div class="ttdeci">SimpleConvolution2d3x3Stride2x2Test</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00055">RefLayerTests.cpp:55</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_aec6e28400b64661bbbfe1ad8b98b074c"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#aec6e28400b64661bbbfe1ad8b98b074c">Slice1dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 1 &gt; Slice1dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00288">SliceTestImpl.cpp:288</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml_ad1d5cce2d9e9a5d61c243e5c989112e0"><div class="ttname"><a href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">armnn::DataLayout</a></div><div class="ttdeci">DataLayout</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.xhtml#l00049">Types.hpp:49</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a7f29312851dee5f74ed0bffebd5448d2"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a7f29312851dee5f74ed0bffebd5448d2">Concat4dDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02278">ConcatTestImpl.cpp:2278</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_aacf76b8c5359c0221179bdb6f12985bf"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#aacf76b8c5359c0221179bdb6f12985bf">MaximumBroadcast1DVectorInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; MaximumBroadcast1DVectorInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00373">MaximumTestImpl.cpp:373</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a8bfdab68fed1467b8720cceb47881236"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a8bfdab68fed1467b8720cceb47881236">SoftReLuTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SoftReLuTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00658">ActivationTestImpl.cpp:658</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_ab1a3c99985923ce51aa656a78c955790"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#ab1a3c99985923ce51aa656a78c955790">Gather1dParamsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; Gather1dParamsUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00313">GatherTestImpl.cpp:313</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a1c630a6f84c2c6281b6cfa5f8c910ac8"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a1c630a6f84c2c6281b6cfa5f8c910ac8">MaximumInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; MaximumInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00315">MaximumTestImpl.cpp:315</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a98b5478b733652032baf7263c597d922"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a98b5478b733652032baf7263c597d922">EqualBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00351">ComparisonTestImpl.cpp:351</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_aa13b3242472ddee27bcc5fbcec5879c6"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#aa13b3242472ddee27bcc5fbcec5879c6">StridedSliceShrinkAxisMaskBitPosition2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition2Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01016">StridedSliceTestImpl.cpp:1016</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a882627ba13e61384787567e3b183b974"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a882627ba13e61384787567e3b183b974">SpaceToBatchNdSimpleNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdSimpleNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00419">SpaceToBatchNdTestImpl.cpp:419</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a08f2f1d9a1f69a5799294a881dbb24b4"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a08f2f1d9a1f69a5799294a881dbb24b4">IgnorePaddingMaxPooling2dSize3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingMaxPooling2dSize3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01457">Pooling2dTestImpl.cpp:1457</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_aa4611c3592cb50d35c651629aa10859b"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa4611c3592cb50d35c651629aa10859b">SpaceToBatchNdPaddingNhwcFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SpaceToBatchNdPaddingNhwcFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00412">SpaceToBatchNdTestImpl.cpp:412</a></div></div>
+<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a1eed6d24cd5e53b21c3081e398dc5335"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a1eed6d24cd5e53b21c3081e398dc5335">StackAxis0Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackAxis0Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00504">StackTestImpl.cpp:504</a></div></div>
+<div class="ttc" id="_permute_test_impl_8hpp_xhtml_aaef16931351aa41c2cdb3c0b534bc734"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#aaef16931351aa41c2cdb3c0b534bc734">PermuteValueSet3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PermuteValueSet3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00207">PermuteTestImpl.hpp:207</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aab6fb09abdae83f7944da4d9d8a894de"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aab6fb09abdae83f7944da4d9d8a894de">Concat3dDim2DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim2DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02269">ConcatTestImpl.cpp:2269</a></div></div>
+<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a1b86466c78ff9901a3e117ab0d257c96"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a1b86466c78ff9901a3e117ab0d257c96">SpaceToDepthNhwcFloat32Test2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNhwcFloat32Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00214">SpaceToDepthTestImpl.cpp:214</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a58872a37a87790e3a3f91ee254ce304a"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a58872a37a87790e3a3f91ee254ce304a">ReLuTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReLuTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00570">ActivationTestImpl.cpp:570</a></div></div>
+<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_acbc18f78670dccdd94e0cbb04627b9aa"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#acbc18f78670dccdd94e0cbb04627b9aa">LstmLayerInt16NoCifgWithPeepholeWithProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; LstmLayerInt16NoCifgWithPeepholeWithProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02021">LstmTestImpl.cpp:2021</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6990f89809b6699004e566a9d4f892f9"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6990f89809b6699004e566a9d4f892f9">Concat2dDim0DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim0DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02791">ConcatTestImpl.cpp:2791</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a8a51827c480f827c1e29f9347d7433c3"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a8a51827c480f827c1e29f9347d7433c3">DepthwiseConvolution2dPerAxisQuantTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; DepthwiseConvolution2dPerAxisQuantTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03316">Conv2dTestImpl.cpp:3316</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ad2d5439fddb164a128ae2afc36b3429b"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ad2d5439fddb164a128ae2afc36b3429b">StridedSlice2dReverseUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSlice2dReverseUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01085">StridedSliceTestImpl.cpp:1085</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a819c382960e69594f22f5e11a9fbf5bb"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a819c382960e69594f22f5e11a9fbf5bb">L2Pooling2dSize7Int16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; L2Pooling2dSize7Int16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01707">Pooling2dTestImpl.cpp:1707</a></div></div>
+<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a2e2f06dac3c9cffdef5b25a54c48ead8"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a2e2f06dac3c9cffdef5b25a54c48ead8">SpaceToDepthNhwcFloat32Test1</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNhwcFloat32Test1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00195">SpaceToDepthTestImpl.cpp:195</a></div></div>
+<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_aa3fcd011e2fba798b1d5c8d4d2ee9ad8"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#aa3fcd011e2fba798b1d5c8d4d2ee9ad8">BatchNormInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; BatchNormInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00491">BatchNormalizationTestImpl.cpp:491</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a4ab1a7c2b554de49ef453e802eaf88a3"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a4ab1a7c2b554de49ef453e802eaf88a3">Concat4dDiffShapeDim2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDiffShapeDim2Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02899">ConcatTestImpl.cpp:2899</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_ac7fac5767dabd650d3d8829572717064"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#ac7fac5767dabd650d3d8829572717064">Convolution1dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Convolution1dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03074">Conv2dTestImpl.cpp:3074</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a1d148bdca4ed20301d41d73398dd90e5"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a1d148bdca4ed20301d41d73398dd90e5">Concat4dDim2Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDim2Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02292">ConcatTestImpl.cpp:2292</a></div></div>
+<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a4fbfd0d54ab880e5a1a46432673888e1"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a4fbfd0d54ab880e5a1a46432673888e1">StackOutput4DAxis1Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackOutput4DAxis1Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00511">StackTestImpl.cpp:511</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a70d112117aab76605b514d71ff653d60"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a70d112117aab76605b514d71ff653d60">PadBFloat162dTest</a></div><div class="ttdeci">LayerTestResult&lt; armnn::BFloat16, 2 &gt; PadBFloat162dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00501">PadTestImpl.cpp:501</a></div></div>
+<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_abb3a3a6674d6e5bc79f7424c01f8182c"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#abb3a3a6674d6e5bc79f7424c01f8182c">DequantizeOffsetAsymmInt8Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DequantizeOffsetAsymmInt8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00153">DequantizeTestImpl.cpp:153</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ac701755ae02628347fa4cddbea8894e5"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ac701755ae02628347fa4cddbea8894e5">StridedSliceShrinkAxisMaskBitPosition0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition0Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01000">StridedSliceTestImpl.cpp:1000</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a0946a9b1b8cf99591b03ea7f5f7e725f"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a0946a9b1b8cf99591b03ea7f5f7e725f">AdditionBroadcastUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AdditionBroadcastUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00330">AdditionTestImpl.cpp:330</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a05e4c6d3c63851bebb99391e4af3ab6b"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a05e4c6d3c63851bebb99391e4af3ab6b">Concat3dDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02807">ConcatTestImpl.cpp:2807</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a0ff3a6368c14af3e29297d041b07a1c8"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a0ff3a6368c14af3e29297d041b07a1c8">StridedSlice4dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSlice4dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00824">StridedSliceTestImpl.cpp:824</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_abdb0d918051840178c879d39e488909e"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#abdb0d918051840178c879d39e488909e">Debug3dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 3 &gt; Debug3dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00375">DebugTestImpl.cpp:375</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a7741d6567aec1039b3fc3f1154dc0cf0"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a7741d6567aec1039b3fc3f1154dc0cf0">StridedSliceShrinkAxisMaskBitPosition0Dim3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0Dim3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00866">StridedSliceTestImpl.cpp:866</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_af5ea28abd9d4c7bd03ecbb5319a2a4fb"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#af5ea28abd9d4c7bd03ecbb5319a2a4fb">Gather1dParamsInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 1 &gt; Gather1dParamsInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00320">GatherTestImpl.cpp:320</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a0a7d1c396def8ee8f0080f3bead3f1da"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a0a7d1c396def8ee8f0080f3bead3f1da">MaximumUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MaximumUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00216">MaximumTestImpl.cpp:216</a></div></div>
+<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_a0ee540e5bc2a589d45006fc80b73f452"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#a0ee540e5bc2a589d45006fc80b73f452">MinimumBroadcast1DVectorInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; MinimumBroadcast1DVectorInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00272">MinimumTestImpl.cpp:272</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a26dc25f8fe0401dd5b9c1c733ed14f3d"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a26dc25f8fe0401dd5b9c1c733ed14f3d">SimpleL2Pooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleL2Pooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01607">Pooling2dTestImpl.cpp:1607</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a0e294894dce823722990282dc0f836a6"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a0e294894dce823722990282dc0f836a6">EqualBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00384">ComparisonTestImpl.cpp:384</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a61fffaf40ad721073b70c350174d0ff3"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a61fffaf40ad721073b70c350174d0ff3">SquareUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SquareUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00946">ActivationTestImpl.cpp:946</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a6403e38cfee03672c164e3cba9863147"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a6403e38cfee03672c164e3cba9863147">SqrtUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SqrtUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00890">ActivationTestImpl.cpp:890</a></div></div>
+<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a7a25b712f181d499480edcf8ec5474cc"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a7a25b712f181d499480edcf8ec5474cc">SubtractionInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SubtractionInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00247">SubtractionTestImpl.cpp:247</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a7f7147713ac3346b30c1071bf14fb374"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a7f7147713ac3346b30c1071bf14fb374">IgnorePaddingMaxPooling2dSize3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingMaxPooling2dSize3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01464">Pooling2dTestImpl.cpp:1464</a></div></div>
+<div class="ttc" id="_layer_tests_8hpp_xhtml"><div class="ttname"><a href="_layer_tests_8hpp.xhtml">LayerTests.hpp</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a2008735411bf96a7febef693c41a4ff5"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a2008735411bf96a7febef693c41a4ff5">IgnorePaddingSimpleMaxPooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleMaxPooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01434">Pooling2dTestImpl.cpp:1434</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_aa11fe3b8a07854e2bb9dd3ccecaa96e4"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#aa11fe3b8a07854e2bb9dd3ccecaa96e4">AdditionAfterMaxPoolTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionAfterMaxPoolTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00454">AdditionTestImpl.cpp:454</a></div></div>
+<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_ac53b419b4aa942d611bcc973afdd7716"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#ac53b419b4aa942d611bcc973afdd7716">LstmLayerFloat32NoCifgWithPeepholeWithProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32NoCifgWithPeepholeWithProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l01904">LstmTestImpl.cpp:1904</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a9e6c482704c048094e1a17a452414638"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a9e6c482704c048094e1a17a452414638">GreaterOrEqualBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00616">ComparisonTestImpl.cpp:616</a></div></div>
+<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a2050a2b14ee181fc2b160622a55fe6ec"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a2050a2b14ee181fc2b160622a55fe6ec">MultiplicationBroadcast1DVectorInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; MultiplicationBroadcast1DVectorInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00367">MultiplicationTestImpl.cpp:367</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ac0e1413d934ed0dd2169fa24534de2dd"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ac0e1413d934ed0dd2169fa24534de2dd">StridedSliceSimpleStrideInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; StridedSliceSimpleStrideInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01106">StridedSliceTestImpl.cpp:1106</a></div></div>
+<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_a656eed3fe329a6661aa922f3e4039bf6"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#a656eed3fe329a6661aa922f3e4039bf6">RsqrtNegativeTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; RsqrtNegativeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00096">RsqrtTestImpl.cpp:96</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a3929c1959366adb6236ad41acee93b19"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a3929c1959366adb6236ad41acee93b19">LargeTensorsAveragePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; LargeTensorsAveragePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01515">Pooling2dTestImpl.cpp:1515</a></div></div>
+<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a0a1eb21d1ee13e500e36635ebd4c2d2b"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a0a1eb21d1ee13e500e36635ebd4c2d2b">SubtractionBroadcast1ElementInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SubtractionBroadcast1ElementInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00274">SubtractionTestImpl.cpp:274</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a26219b66822d57b9fcce7a2504d1fca6"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a26219b66822d57b9fcce7a2504d1fca6">SquareInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SquareInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00953">ActivationTestImpl.cpp:953</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a02e739d71284a1bb5cf25aa4e76ea034"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a02e739d71284a1bb5cf25aa4e76ea034">Debug1dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; Debug1dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00305">DebugTestImpl.cpp:305</a></div></div>
+<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_a32caee0c12392e001c04d36b1f0774cf"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#a32caee0c12392e001c04d36b1f0774cf">CopyViaSplitterUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; CopyViaSplitterUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00367">SplitterTestImpl.cpp:367</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a0a07fb616d8685ee7b3177e664822760"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a0a07fb616d8685ee7b3177e664822760">GreaterBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00461">ComparisonTestImpl.cpp:461</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aa89af1e396c0f689aa6078f6a3f45825"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aa89af1e396c0f689aa6078f6a3f45825">IgnorePaddingSimpleL2Pooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleL2Pooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01734">Pooling2dTestImpl.cpp:1734</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ac7a2d20540e4ffcd63eee314932877b1"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac7a2d20540e4ffcd63eee314932877b1">SpaceToBatchNdMultiChannelsNhwcUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToBatchNdMultiChannelsNhwcUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00482">SpaceToBatchNdTestImpl.cpp:482</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a12f407a57b0a6ae541ad67275e398788"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a12f407a57b0a6ae541ad67275e398788">SimpleAveragePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleAveragePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01480">Pooling2dTestImpl.cpp:1480</a></div></div>
+<div class="ttc" id="classarmnn_1_1_b_float16_xhtml"><div class="ttname"><a href="classarmnn_1_1_b_float16.xhtml">armnn::BFloat16</a></div><div class="ttdef"><b>Definition:</b> <a href="_b_float16_8hpp_source.xhtml#l00014">BFloat16.hpp:14</a></div></div>
+<div class="ttc" id="_convert_fp16_to_fp32_test_impl_8cpp_xhtml_a1e862bfea62536c5af0afda533d969db"><div class="ttname"><a href="_convert_fp16_to_fp32_test_impl_8cpp.xhtml#a1e862bfea62536c5af0afda533d969db">SimpleConvertFp16ToFp32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvertFp16ToFp32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_convert_fp16_to_fp32_test_impl_8cpp_source.xhtml#l00016">ConvertFp16ToFp32TestImpl.cpp:16</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ad9c98ec55853d0cfb13d234ab18bb1e3"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ad9c98ec55853d0cfb13d234ab18bb1e3">StridedSliceSimpleStrideUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSliceSimpleStrideUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00971">StridedSliceTestImpl.cpp:971</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a3ec228d133801e618749f8ba8fac9490"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a3ec228d133801e618749f8ba8fac9490">GreaterSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00472">ComparisonTestImpl.cpp:472</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_af0a9b7e26de79a55506a3cd3d36a83a7"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#af0a9b7e26de79a55506a3cd3d36a83a7">IgnorePaddingSimpleMaxPooling2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; IgnorePaddingSimpleMaxPooling2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01449">Pooling2dTestImpl.cpp:1449</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_ae9a963c3c05270140c9458a4de5c088c"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#ae9a963c3c05270140c9458a4de5c088c">Gather1dParamsFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 1 &gt; Gather1dParamsFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00306">GatherTestImpl.cpp:306</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a7c2b08d3b045aac272d320d6279e1dab"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a7c2b08d3b045aac272d320d6279e1dab">Slice2dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Slice2dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00232">SliceTestImpl.cpp:232</a></div></div>
+<div class="ttc" id="_quantize_test_impl_8cpp_xhtml_ab52e18e7cc1f4f6cff92f6a1d6ea503d"><div class="ttname"><a href="_quantize_test_impl_8cpp.xhtml#ab52e18e7cc1f4f6cff92f6a1d6ea503d">QuantizeClampInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; QuantizeClampInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_quantize_test_impl_8cpp_source.xhtml#l00156">QuantizeTestImpl.cpp:156</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a7313bdcaf4c3cfbd900d583e888e10bf"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a7313bdcaf4c3cfbd900d583e888e10bf">Debug1dBFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::BFloat16, 1 &gt; Debug1dBFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00333">DebugTestImpl.cpp:333</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a3a693fe529564ec9bdf6b66965b0083e"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a3a693fe529564ec9bdf6b66965b0083e">IgnorePaddingAveragePooling2dSize3Int16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; IgnorePaddingAveragePooling2dSize3Int16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01599">Pooling2dTestImpl.cpp:1599</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_afa4c2db58080ed0749c5e7c64f23af04"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#afa4c2db58080ed0749c5e7c64f23af04">Concat3dDim0DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim0DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02830">ConcatTestImpl.cpp:2830</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_ad45f359d9d4bee360bee857faa79d292"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#ad45f359d9d4bee360bee857faa79d292">SimpleConvolution2d3x3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleConvolution2d3x3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03025">Conv2dTestImpl.cpp:3025</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a2363ddc02a7035b224ab4bbc548c7e35"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a2363ddc02a7035b224ab4bbc548c7e35">Simple3dSoftmaxUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Simple3dSoftmaxUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00607">SoftmaxTestImpl.cpp:607</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a7c0c120c3d2c63941fd2dec93b7d9564"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a7c0c120c3d2c63941fd2dec93b7d9564">IgnorePaddingSimpleAveragePooling2dNoPaddingInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; IgnorePaddingSimpleAveragePooling2dNoPaddingInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01576">Pooling2dTestImpl.cpp:1576</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_a31b65e3c39f135d3c866a2f8e5d1851c"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a31b65e3c39f135d3c866a2f8e5d1851c">DivisionBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; DivisionBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00200">DivisionTestImpl.cpp:200</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa786ba656ce7f53cc93692eec4645f6b"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa786ba656ce7f53cc93692eec4645f6b">Concat2dDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02211">ConcatTestImpl.cpp:2211</a></div></div>
+<div class="ttc" id="_constant_test_impl_8cpp_xhtml_a6bed60e7ef6dbb582ad454d94e2367ec"><div class="ttname"><a href="_constant_test_impl_8cpp.xhtml#a6bed60e7ef6dbb582ad454d94e2367ec">ConstantTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ConstantTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_constant_test_impl_8cpp_source.xhtml#l00125">ConstantTestImpl.cpp:125</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ac72292740cd4f5e96548ce322cc9d61d"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac72292740cd4f5e96548ce322cc9d61d">SpaceToBatchNdMultiChannelsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiChannelsUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00342">SpaceToBatchNdTestImpl.cpp:342</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a86ad01237cc8280b94a0e5c83869c75a"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a86ad01237cc8280b94a0e5c83869c75a">LessOrEqualBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00815">ComparisonTestImpl.cpp:815</a></div></div>
+<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_a68edd9ff85ae512a89892ce7ef8dafaa"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#a68edd9ff85ae512a89892ce7ef8dafaa">SimpleNormalizationAcrossNhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleNormalizationAcrossNhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00376">NormalizationTestImpl.cpp:376</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a38d2a08139107d420b511ffebeef4262"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a38d2a08139107d420b511ffebeef4262">Debug1dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; Debug1dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00361">DebugTestImpl.cpp:361</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ab7bbec237a25bef6356c9cb8cb846c50"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ab7bbec237a25bef6356c9cb8cb846c50">LessBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00726">ComparisonTestImpl.cpp:726</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a39a5321f36681cf1b7bbea885a0ccce9"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a39a5321f36681cf1b7bbea885a0ccce9">Concat4dDiffShapeDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDiffShapeDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02883">ConcatTestImpl.cpp:2883</a></div></div>
+<div class="ttc" id="_unit_tests_8hpp_xhtml"><div class="ttname"><a href="_unit_tests_8hpp.xhtml">UnitTests.hpp</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_a37f1c3ccc9fc906be85185350dd83d48"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a></div><div class="ttdeci">DataLayout::NHWC DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW armnn::DataLayout::NCHW armnn::DataLayout::NCHW true</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00281">RefLayerTests.cpp:281</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_abf0f3d46734ac33f97ab3f42347955db"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#abf0f3d46734ac33f97ab3f42347955db">SpaceToBatchNdPaddingUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToBatchNdPaddingUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00468">SpaceToBatchNdTestImpl.cpp:468</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a6afa841f1234c38241a21385669180db"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a6afa841f1234c38241a21385669180db">StridedSliceShrinkAxisMaskBitPosition0And1And3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; StridedSliceShrinkAxisMaskBitPosition0And1And3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00922">StridedSliceTestImpl.cpp:922</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a9cc34ce715c027a3b29beffe9a6018e9"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a9cc34ce715c027a3b29beffe9a6018e9">SpaceToBatchNdMultiChannelsNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiChannelsNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00370">SpaceToBatchNdTestImpl.cpp:370</a></div></div>
+<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_af6fbb2d172f7285f17c54b60a61d198b"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#af6fbb2d172f7285f17c54b60a61d198b">InstanceNormFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; InstanceNormFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00237">InstanceNormalizationTestImpl.cpp:237</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_abde790042baa52b75247c30559840cbf"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#abde790042baa52b75247c30559840cbf">Simple3dSoftmaxUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 3 &gt; Simple3dSoftmaxUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00669">SoftmaxTestImpl.cpp:669</a></div></div>
+<div class="ttc" id="_ref_workload_factory_helper_8hpp_xhtml"><div class="ttname"><a href="_ref_workload_factory_helper_8hpp.xhtml">RefWorkloadFactoryHelper.hpp</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa13bf446c9b813c55ce96b49e5a17154"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa13bf446c9b813c55ce96b49e5a17154">Concat4dDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02861">ConcatTestImpl.cpp:2861</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aacd91233b18641d11b190969bcd93057"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aacd91233b18641d11b190969bcd93057">SimpleMaxPooling2dSize3x3Stride2x4Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleMaxPooling2dSize3x3Stride2x4Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool forceNoPadding)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01393">Pooling2dTestImpl.cpp:1393</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a6b0562007adce4063f111fa1e90e4344"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a6b0562007adce4063f111fa1e90e4344">LargeTensorsAveragePooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LargeTensorsAveragePooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01522">Pooling2dTestImpl.cpp:1522</a></div></div>
+<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_af17e5820f33c37402a85c966b469a52a"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#af17e5820f33c37402a85c966b469a52a">CopyViaSplitterFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 3 &gt; CopyViaSplitterFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00360">SplitterTestImpl.cpp:360</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ac5c1d6307ea085e55299611717f17756"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ac5c1d6307ea085e55299611717f17756">IgnorePaddingL2Pooling2dSize3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingL2Pooling2dSize3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01755">Pooling2dTestImpl.cpp:1755</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ab6bf14113381621c7dd6c5acbc813941"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ab6bf14113381621c7dd6c5acbc813941">GreaterSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00505">ComparisonTestImpl.cpp:505</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a9bc017bef1d7eff21ba066bc8dd893cd"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a9bc017bef1d7eff21ba066bc8dd893cd">LessOrEqualSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00738">ComparisonTestImpl.cpp:738</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a2c83aa074ca45a521e8253ddf61cdeb2"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a2c83aa074ca45a521e8253ddf61cdeb2">Simple3dSoftmaxFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 3 &gt; Simple3dSoftmaxFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00641">SoftmaxTestImpl.cpp:641</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6323bb2aa7e5a8215d1c38e7e0159d29"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6323bb2aa7e5a8215d1c38e7e0159d29">Concat4dDiffShapeDim3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDiffShapeDim3Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02329">ConcatTestImpl.cpp:2329</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_acb6ae9b7235ed5b48ded97e13d83de56"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#acb6ae9b7235ed5b48ded97e13d83de56">DepthwiseConvolution2dDepthMul1Test</a></div><div class="ttdeci">DataLayout::NHWC DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW armnn::DataLayout::NCHW armnn::DataLayout::NCHW DepthwiseConvolution2dDepthMul1Test</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00281">RefLayerTests.cpp:281</a></div></div>
+<div class="ttc" id="_stack_test_impl_8cpp_xhtml_ae7f53e5d743d37cae77b4481de35a2e4"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#ae7f53e5d743d37cae77b4481de35a2e4">StackOutput4DAxis2Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackOutput4DAxis2Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00518">StackTestImpl.cpp:518</a></div></div>
+<div class="ttc" id="_constant_test_impl_8cpp_xhtml_a9b287c734d9ee57423267e5e75a52792"><div class="ttname"><a href="_constant_test_impl_8cpp.xhtml#a9b287c734d9ee57423267e5e75a52792">ConstantInt16CustomQuantizationScaleAndOffsetTest</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; ConstantInt16CustomQuantizationScaleAndOffsetTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_constant_test_impl_8cpp_source.xhtml#l00153">ConstantTestImpl.cpp:153</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a0040a2bec5090be39bc6c4382fb7b6ee"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a0040a2bec5090be39bc6c4382fb7b6ee">SimpleAveragePooling2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SimpleAveragePooling2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01497">Pooling2dTestImpl.cpp:1497</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aab7b2c546f81d9840c9b1863620b4889"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aab7b2c546f81d9840c9b1863620b4889">NotEqualBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00849">ComparisonTestImpl.cpp:849</a></div></div>
+<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_a083992b1851c7681a4b9bd06ba2f5aa6"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#a083992b1851c7681a4b9bd06ba2f5aa6">InstanceNormFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; InstanceNormFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00245">InstanceNormalizationTestImpl.cpp:245</a></div></div>
+<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_ad2d44228447a9296f40040fb00d3f230"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#ad2d44228447a9296f40040fb00d3f230">SpaceToDepthNchwFloat32Test2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNchwFloat32Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00223">SpaceToDepthTestImpl.cpp:223</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_adef53798850f9839d144f153df79b5db"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#adef53798850f9839d144f153df79b5db">MaximumFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; MaximumFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00115">MaximumTestImpl.cpp:115</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a0e868e8fa03ce4c4674b007eae5dc1a2"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a0e868e8fa03ce4c4674b007eae5dc1a2">BoundedReLuUint8UpperAndLowerBoundTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; BoundedReLuUint8UpperAndLowerBoundTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00184">ActivationTestImpl.cpp:184</a></div></div>
+<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_a453db2afb43ae787956ad61d8a066590"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#a453db2afb43ae787956ad61d8a066590">SplitterFloat16Test</a></div><div class="ttdeci">std::vector&lt; LayerTestResult&lt; armnn::Half, 3 &gt; &gt; SplitterFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00332">SplitterTestImpl.cpp:332</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a1e893eb7607cb4416b6b1569044ad388"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a1e893eb7607cb4416b6b1569044ad388">NotEqualBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00882">ComparisonTestImpl.cpp:882</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a9d3ea31201cdad5aa0bbbc2078d42f1b"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a9d3ea31201cdad5aa0bbbc2078d42f1b">StridedSlice3dReverseUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSlice3dReverseUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01071">StridedSliceTestImpl.cpp:1071</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a5e385b095996610ed0cd87ef738468e8"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a5e385b095996610ed0cd87ef738468e8">StridedSlice3dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSlice3dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01064">StridedSliceTestImpl.cpp:1064</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a33c980c1cab1c11f523d6a0b70892845"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a33c980c1cab1c11f523d6a0b70892845">StridedSlice3dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 3 &gt; StridedSlice3dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01127">StridedSliceTestImpl.cpp:1127</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a124b38da8a7a728f5f1ece3d664c2fbf"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a124b38da8a7a728f5f1ece3d664c2fbf">LessBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00649">ComparisonTestImpl.cpp:649</a></div></div>
+<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_acbe7daf56bd75945713848779af20fcb"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#acbe7daf56bd75945713848779af20fcb">SimpleNormalizationAcrossTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleNormalizationAcrossTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00358">NormalizationTestImpl.cpp:358</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ad4e20b0bf58dfbdbfaa93f445c5a7fbb"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ad4e20b0bf58dfbdbfaa93f445c5a7fbb">Concat1dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; Concat1dTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02197">ConcatTestImpl.cpp:2197</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a114060adaed8f5bbcf16a584eb4193e9"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a114060adaed8f5bbcf16a584eb4193e9">Slice4dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; Slice4dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00270">SliceTestImpl.cpp:270</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_aaff7696d97c4e9e1ab541430b327d2c1"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#aaff7696d97c4e9e1ab541430b327d2c1">DivisionInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; DivisionInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00362">DivisionTestImpl.cpp:362</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a1fa766ca08f0e5a4a54b931948cb4cec"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a1fa766ca08f0e5a4a54b931948cb4cec">StridedSlice2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; StridedSlice2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01141">StridedSliceTestImpl.cpp:1141</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a7b3adb97b81ab7b464c566caa3a231ba"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a7b3adb97b81ab7b464c566caa3a231ba">Concat4dDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02854">ConcatTestImpl.cpp:2854</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_a08f0f600ccb1177214c69cd21a04e8a4"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#a08f0f600ccb1177214c69cd21a04e8a4">DepthwiseConvolution2dAsymmetricTest</a></div><div class="ttdeci">DataLayout::NHWC DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW armnn::DataLayout::NCHW armnn::DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NHWC DataLayout::NHWC DepthwiseConvolution2dAsymmetricTest</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00305">RefLayerTests.cpp:305</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a97579bb78890452730fff4d1e3e6fb4a"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a97579bb78890452730fff4d1e3e6fb4a">AdditionBroadcast1ElementInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; AdditionBroadcast1ElementInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00362">AdditionTestImpl.cpp:362</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a9b1409ed5591fd540c6102628897ebf6"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a9b1409ed5591fd540c6102628897ebf6">IgnorePaddingSimpleL2Pooling2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; IgnorePaddingSimpleL2Pooling2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01748">Pooling2dTestImpl.cpp:1748</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml_ad8ed01ff3ff33333d8e19db4d2818bb6a053c769dcf82d66ef326c86980c02ba7"><div class="ttname"><a href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a053c769dcf82d66ef326c86980c02ba7">armnn::DataType::QSymmS16</a></div></div>
+<div class="ttc" id="_log_softmax_test_impl_8cpp_xhtml_af332c6b74251f903ef775d9788c44f7d"><div class="ttname"><a href="_log_softmax_test_impl_8cpp.xhtml#af332c6b74251f903ef775d9788c44f7d">LogSoftmaxTest4</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; LogSoftmaxTest4(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_log_softmax_test_impl_8cpp_source.xhtml#l00178">LogSoftmaxTestImpl.cpp:178</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ac0d4651ebe4583f48c678ed9e359f752"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ac0d4651ebe4583f48c678ed9e359f752">LessOrEqualSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00771">ComparisonTestImpl.cpp:771</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a71bbfb11850812db44a607d2f9c39681"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a71bbfb11850812db44a607d2f9c39681">Concat2dDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02784">ConcatTestImpl.cpp:2784</a></div></div>
+<div class="ttc" id="_permute_test_impl_8hpp_xhtml_af522c6a6279a2708689c44f80c5e7df2"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#af522c6a6279a2708689c44f80c5e7df2">PermuteValueSet1Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PermuteValueSet1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00107">PermuteTestImpl.hpp:107</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a7a85e2ce7c2117c9e2ab829be378deb0"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a7a85e2ce7c2117c9e2ab829be378deb0">L2Pooling2dSize7Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize7Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01700">Pooling2dTestImpl.cpp:1700</a></div></div>
+<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_a1eac36c98897fbaa8d475f3a915758bb"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#a1eac36c98897fbaa8d475f3a915758bb">SplitterUint8Test</a></div><div class="ttdeci">std::vector&lt; LayerTestResult&lt; uint8_t, 3 &gt; &gt; SplitterUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00339">SplitterTestImpl.cpp:339</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a9210d6b4e8317ecbce202e362a6a070f"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a9210d6b4e8317ecbce202e362a6a070f">GreaterBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00527">ComparisonTestImpl.cpp:527</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_abac8f73ae590a93fe91115371ae4ced3"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#abac8f73ae590a93fe91115371ae4ced3">SimpleConvolution2d3x3QSymm16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SimpleConvolution2d3x3QSymm16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03045">Conv2dTestImpl.cpp:3045</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aab64d2d563a7dbca5e5f47d95774ac52"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aab64d2d563a7dbca5e5f47d95774ac52">IgnorePaddingSimpleL2Pooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleL2Pooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01741">Pooling2dTestImpl.cpp:1741</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_abffbd2fd1db993ecf50344cf530c21b5"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#abffbd2fd1db993ecf50344cf530c21b5">PadUint83dTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; PadUint83dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00459">PadTestImpl.cpp:459</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a81d28ea830f11ded054f9c97580113f9"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a81d28ea830f11ded054f9c97580113f9">NotEqualSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00904">ComparisonTestImpl.cpp:904</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_abc9aa62ee9cdec8c43b5a43d931c632c"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#abc9aa62ee9cdec8c43b5a43d931c632c">L2Normalization1dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization1dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00582">L2NormalizationTestImpl.cpp:582</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a25fabb1639914c21d6704cb4d38a9c84"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a25fabb1639914c21d6704cb4d38a9c84">PadFloat322dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; PadFloat322dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00473">PadTestImpl.cpp:473</a></div></div>
+<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a34a7419aea3fe50b6c046b1bd2467182"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeBilinearMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00255">ResizeTestImpl.cpp:255</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a1b114f8624e335814f7a17856669ada2"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a1b114f8624e335814f7a17856669ada2">SimpleAveragePooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleAveragePooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01488">Pooling2dTestImpl.cpp:1488</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml"><div class="ttname"><a href="namespacearmnn.xhtml">armnn</a></div><div class="ttdoc">Copyright (c) 2020 ARM Limited. </div><div class="ttdef"><b>Definition:</b> <a href="00__introduction_8dox_source.xhtml#l00025">00_introduction.dox:25</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ae774ff0be5937c50e92ec4958e910b6f"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ae774ff0be5937c50e92ec4958e910b6f">LessBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00682">ComparisonTestImpl.cpp:682</a></div></div>
+<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a6150d203b2dac434d75cc5e9a930b37f"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a6150d203b2dac434d75cc5e9a930b37f">Convolution2dAsymmetricPaddingTest</a></div><div class="ttdeci">Convolution2dAsymmetricPaddingTest</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00119">ClLayerTests.cpp:119</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a3161c1b143650c88d4cc5e3b08a6bcee"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a3161c1b143650c88d4cc5e3b08a6bcee">Slice3dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Slice3dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00251">SliceTestImpl.cpp:251</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_ae14ef891cdcc615c4e346a9c7743030e"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#ae14ef891cdcc615c4e346a9c7743030e">DepthwiseConvolution2dDepthMul1Int16Test</a></div><div class="ttdeci">DataLayout::NHWC DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW armnn::DataLayout::NCHW armnn::DataLayout::NCHW DataLayout::NCHW DepthwiseConvolution2dDepthMul1Int16Test</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00285">RefLayerTests.cpp:285</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ab3f8d85f99db63414b6530c92d06faa7"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ab3f8d85f99db63414b6530c92d06faa7">LessBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00715">ComparisonTestImpl.cpp:715</a></div></div>
+<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_af9a0ddee6e06cef7c196cf9b4b363f77"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#af9a0ddee6e06cef7c196cf9b4b363f77">SubtractionBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SubtractionBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00123">SubtractionTestImpl.cpp:123</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_ac89329196b31522b06478833f20fc4a4"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#ac89329196b31522b06478833f20fc4a4">GatherMultiDimParamsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; GatherMultiDimParamsUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00341">GatherTestImpl.cpp:341</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml_ab3c0b7e1a78b1b98c24934221f36a7c3"><div class="ttname"><a href="namespacearmnn.xhtml#ab3c0b7e1a78b1b98c24934221f36a7c3">armnn::FakeQuantization</a></div><div class="ttdeci">void FakeQuantization(const float *inputData, float *outputData, uint32_t numElements, float min, float max)</div><div class="ttdef"><b>Definition:</b> <a href="_ref_fake_quantization_float32_workload_8cpp_source.xhtml#l00017">RefFakeQuantizationFloat32Workload.cpp:17</a></div></div>
+<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a098b3aa8ae40141e9c43fc11233bc9ca"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a098b3aa8ae40141e9c43fc11233bc9ca">SubtractionBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SubtractionBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00047">SubtractionTestImpl.cpp:47</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a96ba4985a8fff8c04e6585e866256868"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a96ba4985a8fff8c04e6585e866256868">EluTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; EluTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01056">ActivationTestImpl.cpp:1056</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa1491773368b57bfbe2a737a05c041fa"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa1491773368b57bfbe2a737a05c041fa">ConcatUint8DifferentQParamsTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; ConcatUint8DifferentQParamsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02352">ConcatTestImpl.cpp:2352</a></div></div>
+<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_ae90e750efd98b6fb3db4bd586df3daff"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#ae90e750efd98b6fb3db4bd586df3daff">BatchNormUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; BatchNormUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00399">BatchNormalizationTestImpl.cpp:399</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_a0495555d225304ca6f8fbe8ba2bea1f2"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#a0495555d225304ca6f8fbe8ba2bea1f2">GatherMultiDimParamsInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; GatherMultiDimParamsInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00349">GatherTestImpl.cpp:349</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a585a1e669e571558ce84760d9de3962a"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a585a1e669e571558ce84760d9de3962a">StridedSlice4dReverseFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSlice4dReverseFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00831">StridedSliceTestImpl.cpp:831</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a418bae8de268bfed7d215c884c1373ea"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a418bae8de268bfed7d215c884c1373ea">Simple4dSoftmaxUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; Simple4dSoftmaxUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00679">SoftmaxTestImpl.cpp:679</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ad9391e74e0fcf3a9f2c08d6a865d910a"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ad9391e74e0fcf3a9f2c08d6a865d910a">Concat3dDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02232">ConcatTestImpl.cpp:2232</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a1482bf462562c501321c421699568aed"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a1482bf462562c501321c421699568aed">StridedSlice4dReverseUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSlice4dReverseUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00964">StridedSliceTestImpl.cpp:964</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a6558a4306d758625ab7804e9cb70b058"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a6558a4306d758625ab7804e9cb70b058">SimpleSigmoidInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SimpleSigmoidInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00513">ActivationTestImpl.cpp:513</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a732229b22cff2a8f96798c38832cab92"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a732229b22cff2a8f96798c38832cab92">SoftReLuUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SoftReLuUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00665">ActivationTestImpl.cpp:665</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a4d293b286db068580f9d72048d4d7bfc"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a4d293b286db068580f9d72048d4d7bfc">ConcatTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; ConcatTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02072">ConcatTestImpl.cpp:2072</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a77a29527216d36bce78e88354462ede8"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a77a29527216d36bce78e88354462ede8">SimpleDepthwiseConvolution2d3x3Dilation3x3NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleDepthwiseConvolution2d3x3Dilation3x3NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03284">Conv2dTestImpl.cpp:3284</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a9a1400c7948e6536489676848c40630f"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a9a1400c7948e6536489676848c40630f">Concat4dDim2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDim2Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02868">ConcatTestImpl.cpp:2868</a></div></div>
+<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_aa5d9ea933ea0983bc8118a44486df525"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#aa5d9ea933ea0983bc8118a44486df525">DequantizeSimpleUint8ToFp16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; DequantizeSimpleUint8ToFp16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00174">DequantizeTestImpl.cpp:174</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_ad087db636160f71155a4ac31b37184aa"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#ad087db636160f71155a4ac31b37184aa">L2Normalization3dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Normalization3dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00761">L2NormalizationTestImpl.cpp:761</a></div></div>
+<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a47fe3e5a47fb2e37c3371ab264a07ffd"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a47fe3e5a47fb2e37c3371ab264a07ffd">SubtractionBroadcastInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SubtractionBroadcastInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00304">SubtractionTestImpl.cpp:304</a></div></div>
+<div class="ttc" id="_fully_connected_test_impl_8cpp_xhtml_a25b72d9cbe9cca2c89ba997e6f2cfb87"><div class="ttname"><a href="_fully_connected_test_impl_8cpp.xhtml#a25b72d9cbe9cca2c89ba997e6f2cfb87">FullyConnectedTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; FullyConnectedTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_fully_connected_test_impl_8cpp_source.xhtml#l00071">FullyConnectedTestImpl.cpp:71</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a315f685be66477959778be9ae2af7ce8"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a315f685be66477959778be9ae2af7ce8">SpaceToBatchNdSimpleFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdSimpleFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00279">SpaceToBatchNdTestImpl.cpp:279</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a418191b7e7caba8173206c0870bc3684"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a418191b7e7caba8173206c0870bc3684">BoundedReLuUpperAndLowerBoundTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BoundedReLuUpperAndLowerBoundTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00091">ActivationTestImpl.cpp:91</a></div></div>
+<div class="ttc" id="_log_softmax_test_impl_8cpp_xhtml_aae56886d29ed5fa981f5df156bb651df"><div class="ttname"><a href="_log_softmax_test_impl_8cpp.xhtml#aae56886d29ed5fa981f5df156bb651df">LogSoftmaxTest2</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; LogSoftmaxTest2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_log_softmax_test_impl_8cpp_source.xhtml#l00106">LogSoftmaxTestImpl.cpp:106</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_a49be4bd470666e2191940689f15747b8"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a49be4bd470666e2191940689f15747b8">DivisionBroadcast1DVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; DivisionBroadcast1DVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00226">DivisionTestImpl.cpp:226</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a108165b4957f3790332ae0afedf37ccd"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a108165b4957f3790332ae0afedf37ccd">AdditionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00021">AdditionTestImpl.cpp:21</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a802821310bb9ea60e1cdbd829e2f57a1"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a802821310bb9ea60e1cdbd829e2f57a1">StridedSlice2dReverseInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; StridedSlice2dReverseInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01148">StridedSliceTestImpl.cpp:1148</a></div></div>
+<div class="ttc" id="_fake_quantization_test_impl_8cpp_xhtml_a01bfe16b093483307fb23aaae0405a3a"><div class="ttname"><a href="_fake_quantization_test_impl_8cpp.xhtml#a01bfe16b093483307fb23aaae0405a3a">FakeQuantizationTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; FakeQuantizationTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_fake_quantization_test_impl_8cpp_source.xhtml#l00016">FakeQuantizationTestImpl.cpp:16</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_ac01b6901c3f2921c998aff77a8362f87"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#ac01b6901c3f2921c998aff77a8362f87">LeakyReLuInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; LeakyReLuInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00729">ActivationTestImpl.cpp:729</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a9672054d1096864d4c034aa90008efff"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a9672054d1096864d4c034aa90008efff">L2Normalization4dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Normalization4dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00806">L2NormalizationTestImpl.cpp:806</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a878a628bade11abc79cf8160c518a244"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a878a628bade11abc79cf8160c518a244">Pad4dTestCommon</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Pad4dTestCommon(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float qScale, int32_t qOffset)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00177">PadTestImpl.cpp:177</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_aacd820bdf2307a2aa667db2899283035"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#aacd820bdf2307a2aa667db2899283035">TanhInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; TanhInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01011">ActivationTestImpl.cpp:1011</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ae74e858c212050baf3ed662d949f46b5"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ae74e858c212050baf3ed662d949f46b5">StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00992">StridedSliceTestImpl.cpp:992</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a106adefa1af15bdc68068403d7e93cd3"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a106adefa1af15bdc68068403d7e93cd3">Pad3dTestCommon</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; Pad3dTestCommon(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float qScale, int32_t qOffset)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00093">PadTestImpl.cpp:93</a></div></div>
+<div class="ttc" id="_permute_test_impl_8hpp_xhtml_a5fd3a2b076c3136c57b0a536bda7ca59"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#a5fd3a2b076c3136c57b0a536bda7ca59">SimplePermuteTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimplePermuteTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00058">PermuteTestImpl.hpp:58</a></div></div>
+<div class="ttc" id="_floor_test_impl_8cpp_xhtml_a6f22e64ef1f5e5d8e5b0392fcc65f0a4"><div class="ttname"><a href="_floor_test_impl_8cpp.xhtml#a6f22e64ef1f5e5d8e5b0392fcc65f0a4">SimpleFloorTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleFloorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_floor_test_impl_8cpp_source.xhtml#l00015">FloorTestImpl.cpp:15</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a9143d9c1a463ff0b3a006a7eddc12dc1"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a9143d9c1a463ff0b3a006a7eddc12dc1">EqualBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00417">ComparisonTestImpl.cpp:417</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_af9293a4d81453abbe8cbdc788c290943"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#af9293a4d81453abbe8cbdc788c290943">LeakyReLuUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LeakyReLuUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00722">ActivationTestImpl.cpp:722</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a0cccb5cffee89004bc8d9fb309ed6636"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a0cccb5cffee89004bc8d9fb309ed6636">DepthwiseConvolution2dDepthNhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DepthwiseConvolution2dDepthNhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03203">Conv2dTestImpl.cpp:3203</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a90abce368d7f16012bef5ee461329484"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Convolution2d3x3Dilation3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l01083">Conv2dTestImpl.cpp:1083</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a373fc44a34b2bba8739ad4c6e864b234"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a373fc44a34b2bba8739ad4c6e864b234">L2Normalization2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00627">L2NormalizationTestImpl.cpp:627</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_af9c6d2cdf6ad5b749e618ccc6fb43311"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#af9c6d2cdf6ad5b749e618ccc6fb43311">PadUint82dTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; PadUint82dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00445">PadTestImpl.cpp:445</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_acf9c19888a6f2139b355052d542920bb"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#acf9c19888a6f2139b355052d542920bb">IgnorePaddingMaxPooling2dSize3Int16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; IgnorePaddingMaxPooling2dSize3Int16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01472">Pooling2dTestImpl.cpp:1472</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aec9fc40e8947d7be650c8d8ed7e6b1fb"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aec9fc40e8947d7be650c8d8ed7e6b1fb">LessOrEqualBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00760">ComparisonTestImpl.cpp:760</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a13c8cd6115422815348d57aef2ca032d"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a13c8cd6115422815348d57aef2ca032d">L2NormalizationDefaultEpsilonTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2NormalizationDefaultEpsilonTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00547">L2NormalizationTestImpl.cpp:547</a></div></div>
+<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a6c62d69cf123aaa4838c9557e8ad5fc3"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a6c62d69cf123aaa4838c9557e8ad5fc3">SpaceToDepthNhwcQSymm16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToDepthNhwcQSymm16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00233">SpaceToDepthTestImpl.cpp:233</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a5ff218665f1e7dc5b90c395027573e8c"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a5ff218665f1e7dc5b90c395027573e8c">SimpleMaxPooling2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SimpleMaxPooling2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01427">Pooling2dTestImpl.cpp:1427</a></div></div>
+<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a6d1df786604fb3121d7f255bc3bbe952"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborNopTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00337">ResizeTestImpl.cpp:337</a></div></div>
+<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_a168bb6829b7b1bd091ab3800a055f7ee"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a168bb6829b7b1bd091ab3800a055f7ee">BatchNormUint8NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; BatchNormUint8NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00445">BatchNormalizationTestImpl.cpp:445</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ae5c7bb5e9563367c3a9c8955c6d7700d"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ae5c7bb5e9563367c3a9c8955c6d7700d">EqualBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00395">ComparisonTestImpl.cpp:395</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a807ea3c4451f81f5b91b7db53eb0a138"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a807ea3c4451f81f5b91b7db53eb0a138">SimpleMaxPooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleMaxPooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01419">Pooling2dTestImpl.cpp:1419</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_ae89aa2e8ca6da83261a62781ad26352d"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#ae89aa2e8ca6da83261a62781ad26352d">SimpleSoftmaxUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; SimpleSoftmaxUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00599">SoftmaxTestImpl.cpp:599</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a8d00c1cac6bea399307e706c3d0208f3"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a8d00c1cac6bea399307e706c3d0208f3">StridedSliceShrinkAxisMaskBitPosition0Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition0Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00873">StridedSliceTestImpl.cpp:873</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_abbe2d209a74d323f9243c1943dfd429e"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#abbe2d209a74d323f9243c1943dfd429e">Simple4dSoftmaxUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Simple4dSoftmaxUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00622">SoftmaxTestImpl.cpp:622</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a95c728251146e1f5bcddf8bd04927553"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a95c728251146e1f5bcddf8bd04927553">Simple3dSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Simple3dSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00321">SoftmaxTestImpl.cpp:321</a></div></div>
+<div class="ttc" id="_constant_test_impl_8cpp_xhtml_aa5f4f81bcf6256977802069fe1467d08"><div class="ttname"><a href="_constant_test_impl_8cpp.xhtml#aa5f4f81bcf6256977802069fe1467d08">ConstantUint8CustomQuantizationScaleAndOffsetTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; ConstantUint8CustomQuantizationScaleAndOffsetTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_constant_test_impl_8cpp_source.xhtml#l00146">ConstantTestImpl.cpp:146</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_ad0ea8320eb816bc3b78ea9a18627d65a"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#ad0ea8320eb816bc3b78ea9a18627d65a">HardSwishInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; HardSwishInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01133">ActivationTestImpl.cpp:1133</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_acf553288e3b5060768fb91e064993678"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l01210">Conv2dTestImpl.cpp:1210</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="_comparison_test_impl_8cpp_xhtml_ab044e25eb30eb578c09c5e4232c08aae"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ab044e25eb30eb578c09c5e4232c08aae">LessSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00639">ComparisonTestImpl.cpp:639</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a94c4a99a32d0e4d289b16a71f5a977f6"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a94c4a99a32d0e4d289b16a71f5a977f6">SpaceToBatchNdMultiBlockFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiBlockFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00293">SpaceToBatchNdTestImpl.cpp:293</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_a2bda0f590c95c5f123297432655c71e1"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#a2bda0f590c95c5f123297432655c71e1">GatherMultiDimParamsMultiDimIndicesFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; GatherMultiDimParamsMultiDimIndicesFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00357">GatherTestImpl.cpp:357</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a7333bfcefd415247dbf4fde7a03e50e6"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a7333bfcefd415247dbf4fde7a03e50e6">StridedSliceShrinkAxisMaskCTSFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSliceShrinkAxisMaskCTSFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00859">StridedSliceTestImpl.cpp:859</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a08619ae5f9407cabc427aba5049e31ef"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a08619ae5f9407cabc427aba5049e31ef">Slice4dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Slice4dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00245">SliceTestImpl.cpp:245</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a205500c03971e6ed3aae6e07afdaf145"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a205500c03971e6ed3aae6e07afdaf145">EluInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; EluInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01070">ActivationTestImpl.cpp:1070</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a48da0a9578dbe9d2808056dacaf81e74"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a48da0a9578dbe9d2808056dacaf81e74">SpaceToBatchNdPaddingFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SpaceToBatchNdPaddingFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00328">SpaceToBatchNdTestImpl.cpp:328</a></div></div>
+<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a46256db388d5926ea2f7ab2ccd2e760c"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a46256db388d5926ea2f7ab2ccd2e760c">SpaceToDepthNchwFloat32Test1</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNchwFloat32Test1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00204">SpaceToDepthTestImpl.cpp:204</a></div></div>
+<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a0a5868382cc85aa0461fb27428bbc0b5"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a0a5868382cc85aa0461fb27428bbc0b5">StackOutput4DAxis3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackOutput4DAxis3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00525">StackTestImpl.cpp:525</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ade318c9975477ee7bab3d230baf8d48a"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ade318c9975477ee7bab3d230baf8d48a">Concat3dDim2Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim2Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02246">ConcatTestImpl.cpp:2246</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_a51d807b9d9634c6d2068b456406c1089"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#a51d807b9d9634c6d2068b456406c1089">GatherMultiDimParamsMultiDimIndicesInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; GatherMultiDimParamsMultiDimIndicesInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00381">GatherTestImpl.cpp:381</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml_ad8ed01ff3ff33333d8e19db4d2818bb6"><div class="ttname"><a href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">armnn::DataType</a></div><div class="ttdeci">DataType</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.xhtml#l00032">Types.hpp:32</a></div></div>
+<div class="ttc" id="_detection_post_process_test_impl_8hpp_xhtml_a529a27be5db241fb01a7ee08286d2e0a"><div class="ttname"><a href="_detection_post_process_test_impl_8hpp.xhtml#a529a27be5db241fb01a7ee08286d2e0a">DetectionPostProcessRegularNmsQuantizedTest</a></div><div class="ttdeci">void DetectionPostProcessRegularNmsQuantizedTest()</div><div class="ttdef"><b>Definition:</b> <a href="_detection_post_process_test_impl_8hpp_source.xhtml#l00263">DetectionPostProcessTestImpl.hpp:263</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a154b1f8adf21e8e368d27882d02c0abd"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a154b1f8adf21e8e368d27882d02c0abd">PadFloat324dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; PadFloat324dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00494">PadTestImpl.cpp:494</a></div></div>
+<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_a7d08e6e6748e33b4bffee532b790d876"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#a7d08e6e6748e33b4bffee532b790d876">DequantizeSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DequantizeSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00132">DequantizeTestImpl.cpp:132</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a6b415e005c8b95ac63b032b6c50c1c80"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a6b415e005c8b95ac63b032b6c50c1c80">SpaceToBatchNdSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SpaceToBatchNdSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00307">SpaceToBatchNdTestImpl.cpp:307</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ab8a322e5bf189a816d024ea8d72f85eb"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ab8a322e5bf189a816d024ea8d72f85eb">StridedSliceShrinkAxisMaskBitPosition0And2Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And2Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00908">StridedSliceTestImpl.cpp:908</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a9dcd2fb98f5c3284c74f65a7c7a69da1"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a9dcd2fb98f5c3284c74f65a7c7a69da1">SimpleConvolution2d3x5QSymm16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SimpleConvolution2d3x5QSymm16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03035">Conv2dTestImpl.cpp:3035</a></div></div>
+<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_a449a360cd864483064ae2991db8edcd8"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a449a360cd864483064ae2991db8edcd8">BatchNormFloat32NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BatchNormFloat32NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00253">BatchNormalizationTestImpl.cpp:253</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a9457b55b18827c741d53f42e36d4a2d1"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a9457b55b18827c741d53f42e36d4a2d1">Simple4dSoftmaxFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; Simple4dSoftmaxFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00651">SoftmaxTestImpl.cpp:651</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a73a966ecaf112657264c469a00cb898a"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a73a966ecaf112657264c469a00cb898a">StridedSlice3dReverseFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSlice3dReverseFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00936">StridedSliceTestImpl.cpp:936</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_aaa52b691f1734bf8ed1b983a4ccb9e7c"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#aaa52b691f1734bf8ed1b983a4ccb9e7c">PadFloat322dCustomPaddingTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; PadFloat322dCustomPaddingTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00480">PadTestImpl.cpp:480</a></div></div>
+<div class="ttc" id="_resize_test_impl_8cpp_xhtml_aa064b0204bbf393de5712227c78dbadd"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeBilinearNopTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00143">ResizeTestImpl.cpp:143</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a82112a3eb0229f9b4229ab214e356e87"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a82112a3eb0229f9b4229ab214e356e87">StridedSliceShrinkAxisMaskBitPosition1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition1Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01008">StridedSliceTestImpl.cpp:1008</a></div></div>
+<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a856cb9d46cf74b4f852c9133c002cd94"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a856cb9d46cf74b4f852c9133c002cd94">ResizeBilinearMagTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeBilinearMagTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00293">ResizeTestImpl.cpp:293</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a08b2bf8908789063c9bf7a536836df34"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a08b2bf8908789063c9bf7a536836df34">LessBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00693">ComparisonTestImpl.cpp:693</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a923aa3e41cd11f5eeb7cc973fd8d3c76"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a923aa3e41cd11f5eeb7cc973fd8d3c76">TanhTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; TanhTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00997">ActivationTestImpl.cpp:997</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a6e2879224854a663f502d3092a68d2c7"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a6e2879224854a663f502d3092a68d2c7">L2Normalization2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; L2Normalization2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00642">L2NormalizationTestImpl.cpp:642</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml_ad8ed01ff3ff33333d8e19db4d2818bb6a0a3f57c876f5a230244c38e1453a8a6e"><div class="ttname"><a href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a0a3f57c876f5a230244c38e1453a8a6e">armnn::DataType::QAsymmU8</a></div></div>
+<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_af58d639c9d64bb08acb8b8e3ffaccbbb"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#af58d639c9d64bb08acb8b8e3ffaccbbb">SubtractionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SubtractionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00101">SubtractionTestImpl.cpp:101</a></div></div>
+<div class="ttc" id="_resize_test_impl_8cpp_xhtml_aaf1a58bdaf53efb1093601746773df9a"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#aaf1a58bdaf53efb1093601746773df9a">ResizeNearestNeighborMagTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborMagTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout, float inQuantScale, int32_t inQuantOffset, float outQuantScale, int32_t outQuantOffset)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00487">ResizeTestImpl.cpp:487</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_a8ba9c6f773d5be8e4c4510cf46eee6c2"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#a8ba9c6f773d5be8e4c4510cf46eee6c2">Convolution2dAsymmetricPaddingLargerThanHalfKernelSizeTest</a></div><div class="ttdeci">DataLayout::NHWC Convolution2dAsymmetricPaddingLargerThanHalfKernelSizeTest</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00065">RefLayerTests.cpp:65</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a1f8ad3cf8df29398ea04eaa4c790a100"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a1f8ad3cf8df29398ea04eaa4c790a100">Concat3dDim1DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim1DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02837">ConcatTestImpl.cpp:2837</a></div></div>
+<div class="ttc" id="_resize_test_impl_8cpp_xhtml_ad8a2ca082563b114f8ad4c9cecf68185"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleResizeBilinearTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00176">ResizeTestImpl.cpp:176</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a2f7ec646738a0e279cfbb77afb3e41bd"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a2f7ec646738a0e279cfbb77afb3e41bd">SimpleMaxPooling2dSize3x3Stride2x4Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleMaxPooling2dSize3x3Stride2x4Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool forceNoPadding)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01384">Pooling2dTestImpl.cpp:1384</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_acdb87c8d7dfee48479ebd2cb36f180ff"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#acdb87c8d7dfee48479ebd2cb36f180ff">SpaceToBatchNdMultiBlockNhwcFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SpaceToBatchNdMultiBlockNhwcFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00405">SpaceToBatchNdTestImpl.cpp:405</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a11baf4886951944fcf149e2a92197e58"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a11baf4886951944fcf149e2a92197e58">AbsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AbsUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00778">ActivationTestImpl.cpp:778</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_acf99889f3486cc377e44dc8c3c430bce"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#acf99889f3486cc377e44dc8c3c430bce">Debug1dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 1 &gt; Debug1dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00389">DebugTestImpl.cpp:389</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a671584b349d7c94cd7c108c8507ba149"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a671584b349d7c94cd7c108c8507ba149">IgnorePaddingL2Pooling2dSize3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingL2Pooling2dSize3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01762">Pooling2dTestImpl.cpp:1762</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_afdc8b9898475e00425b125447eb0bf3e"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#afdc8b9898475e00425b125447eb0bf3e">IgnorePaddingSimpleAveragePooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleAveragePooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01544">Pooling2dTestImpl.cpp:1544</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_ae5a7c4e1d15da878cc6097dc4f61cb8f"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#ae5a7c4e1d15da878cc6097dc4f61cb8f">MaximumBroadcast1DVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; MaximumBroadcast1DVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00182">MaximumTestImpl.cpp:182</a></div></div>
+<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_a7615443ac0887d4c282f53f7e49d889c"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a7615443ac0887d4c282f53f7e49d889c">BatchNormFloat16NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; BatchNormFloat16NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00349">BatchNormalizationTestImpl.cpp:349</a></div></div>
+<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_a5de28a891279bb721def701fef87cdd8"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#a5de28a891279bb721def701fef87cdd8">RsqrtZeroTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; RsqrtZeroTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00069">RsqrtTestImpl.cpp:69</a></div></div>
+<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_ab5fc5e347f35600b9c89932ba7f4f8b2"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#ab5fc5e347f35600b9c89932ba7f4f8b2">SplitterInt16Test</a></div><div class="ttdeci">std::vector&lt; LayerTestResult&lt; int16_t, 3 &gt; &gt; SplitterInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00346">SplitterTestImpl.cpp:346</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a49295d2552ff6a80396649f5b6e3a9ce"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a49295d2552ff6a80396649f5b6e3a9ce">L2Normalization3dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; L2Normalization3dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00746">L2NormalizationTestImpl.cpp:746</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a66212c8681f38f98e81f97e3e1882cbe"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a66212c8681f38f98e81f97e3e1882cbe">NotEqualBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00860">ComparisonTestImpl.cpp:860</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_acffa50ae3185e3e5302909f27e7e9a02"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#acffa50ae3185e3e5302909f27e7e9a02">DepthwiseConvolution2d2x3x3Dilation3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; DepthwiseConvolution2d2x3x3Dilation3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02432">Conv2dTestImpl.cpp:2432</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_af3b727ae5a13ff472892ab8bda2eb1b5"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#af3b727ae5a13ff472892ab8bda2eb1b5">false</a></div><div class="ttdeci">false</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00055">RefLayerTests.cpp:55</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a877db889dceb3c5d650e11fc5a202341"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a877db889dceb3c5d650e11fc5a202341">SpaceToBatchNdMultiChannelsNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiChannelsNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00426">SpaceToBatchNdTestImpl.cpp:426</a></div></div>
+<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_a40379f76fb69d26e8543dd1494674335"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a40379f76fb69d26e8543dd1494674335">BatchNormInt16NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; BatchNormInt16NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00537">BatchNormalizationTestImpl.cpp:537</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_aaed50a372a6b59b20e38469856a3ce6b"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#aaed50a372a6b59b20e38469856a3ce6b">DepthwiseConvolution2dMult2Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; DepthwiseConvolution2dMult2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02600">Conv2dTestImpl.cpp:2600</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a40684d007b06d15a597cfbe799b40977"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a40684d007b06d15a597cfbe799b40977">StridedSliceShrinkAxisMaskBitPosition0And3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01048">StridedSliceTestImpl.cpp:1048</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a9227ad6a605bf2cc491267a0a34b7f55"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a9227ad6a605bf2cc491267a0a34b7f55">StridedSlice4dReverseInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; StridedSlice4dReverseInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01099">StridedSliceTestImpl.cpp:1099</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_aa7bc50e556c61d08ec5ac89a6660199c"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#aa7bc50e556c61d08ec5ac89a6660199c">StridedSlice2dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSlice2dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00943">StridedSliceTestImpl.cpp:943</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ae0aeaea6bdc0067e5c4e6ba2c8f8da82"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ae0aeaea6bdc0067e5c4e6ba2c8f8da82">LessOrEqualBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00749">ComparisonTestImpl.cpp:749</a></div></div>
+<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_ae1a85305061c6a46d51dad7ca607d8b7"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#ae1a85305061c6a46d51dad7ca607d8b7">Rsqrt3dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; Rsqrt3dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00040">RsqrtTestImpl.cpp:40</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_af5b51da08139262f68be752047e1b94c"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#af5b51da08139262f68be752047e1b94c">Concat4dDiffShapeDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDiffShapeDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02891">ConcatTestImpl.cpp:2891</a></div></div>
+<div class="ttc" id="_quantize_test_impl_8cpp_xhtml_ac1ea8781a061b3f089230160c6f35bb7"><div class="ttname"><a href="_quantize_test_impl_8cpp.xhtml#ac1ea8781a061b3f089230160c6f35bb7">QuantizeClampInt8Test</a></div><div class="ttdeci">LayerTestResult&lt; int8_t, 4 &gt; QuantizeClampInt8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_quantize_test_impl_8cpp_source.xhtml#l00149">QuantizeTestImpl.cpp:149</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ad53e7982ea9177325dbf7ea0d8b00db4"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ad53e7982ea9177325dbf7ea0d8b00db4">EqualBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00428">ComparisonTestImpl.cpp:428</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_ad27a7c556ca8e1c7921f5e247b39a8db"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">ARMNN_AUTO_TEST_CASE</a></div><div class="ttdeci">ARMNN_AUTO_TEST_CASE(SimpleConvolution2d3x3QSymm16Nhwc, SimpleConvolution2d3x3QSymm16Test, true, DataLayout::NCHW) ARMNN_AUTO_TEST_CASE(UnbiasedConvolution2dSquareStride2x2Nhwc</div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a641db2befcd47ac97af966e20b1c4c2c"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a641db2befcd47ac97af966e20b1c4c2c">SoftReLuInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SoftReLuInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00672">ActivationTestImpl.cpp:672</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a1ae7051fee20eaf2c6932698affe8cd4"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a1ae7051fee20eaf2c6932698affe8cd4">StridedSliceSimpleRangeMaskUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSliceSimpleRangeMaskUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00978">StridedSliceTestImpl.cpp:978</a></div></div>
+<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_a1d604397f92a06b3c2b843ebae6dd5bc"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#a1d604397f92a06b3c2b843ebae6dd5bc">MinimumInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; MinimumInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00205">MinimumTestImpl.cpp:205</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_adc56c136b4282f6fa64014883a9776df"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#adc56c136b4282f6fa64014883a9776df">MaximumBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MaximumBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00059">MaximumTestImpl.cpp:59</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a399443fa2f42e0cc53bb15cb9e9c2cbc"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a399443fa2f42e0cc53bb15cb9e9c2cbc">GreaterBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00516">ComparisonTestImpl.cpp:516</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a340b57036ad22a70438e5e6b615eebfb"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a340b57036ad22a70438e5e6b615eebfb">Debug2dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Debug2dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00298">DebugTestImpl.cpp:298</a></div></div>
+<div class="ttc" id="classarmnn_1_1_ref_workload_factory_xhtml"><div class="ttname"><a href="classarmnn_1_1_ref_workload_factory.xhtml">armnn::RefWorkloadFactory</a></div><div class="ttdef"><b>Definition:</b> <a href="_ref_workload_factory_8hpp_source.xhtml#l00030">RefWorkloadFactory.hpp:30</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a02d5d8a001efb5fb0caf59b9b1ee5728"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a02d5d8a001efb5fb0caf59b9b1ee5728">LessSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00704">ComparisonTestImpl.cpp:704</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_aa1cc1413993d9ab16a948712e0cf8e31"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#aa1cc1413993d9ab16a948712e0cf8e31">DivisionBroadcast1ElementInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; DivisionBroadcast1ElementInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00399">DivisionTestImpl.cpp:399</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a31872d5729b4d7734c1eb0d189a0eece"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a31872d5729b4d7734c1eb0d189a0eece">AbsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AbsTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00771">ActivationTestImpl.cpp:771</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a7d3af7771f3f2b573b7dca43db9fb73b"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a7d3af7771f3f2b573b7dca43db9fb73b">LessSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00671">ComparisonTestImpl.cpp:671</a></div></div>
+<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_ab56193e66573ccaa72b1576bc9bb8a17"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#ab56193e66573ccaa72b1576bc9bb8a17">DequantizeOffsetUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DequantizeOffsetUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00139">DequantizeTestImpl.cpp:139</a></div></div>
+<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_a0fe6b55e33196820f9bf4759647c17df"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a0fe6b55e33196820f9bf4759647c17df">BatchNormFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; BatchNormFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00303">BatchNormalizationTestImpl.cpp:303</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_add116b7aa31dac3c19f6603d8c7adf9f"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#add116b7aa31dac3c19f6603d8c7adf9f">SpaceToBatchNdPaddingUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdPaddingUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00356">SpaceToBatchNdTestImpl.cpp:356</a></div></div>
+<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_a9f5834582afee957cb564f793471749b"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#a9f5834582afee957cb564f793471749b">DequantizeSimpleAsymmInt8Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DequantizeSimpleAsymmInt8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00146">DequantizeTestImpl.cpp:146</a></div></div>
+<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_aedabb354e4e5af0759202e4dbbeb8441"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#aedabb354e4e5af0759202e4dbbeb8441">SubtractionUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SubtractionUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00019">SubtractionTestImpl.cpp:19</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_a0ca6d4aa8a25096570e7fb724e282483"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a0ca6d4aa8a25096570e7fb724e282483">DivisionUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; DivisionUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00262">DivisionTestImpl.cpp:262</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a9f8d422a732577f45daa6e4cb8e7028f"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a9f8d422a732577f45daa6e4cb8e7028f">StridedSlice4dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; StridedSlice4dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01092">StridedSliceTestImpl.cpp:1092</a></div></div>
+<div class="ttc" id="_quantize_test_impl_8cpp_xhtml_a041d534027842cde6747e50651d23fa3"><div class="ttname"><a href="_quantize_test_impl_8cpp.xhtml#a041d534027842cde6747e50651d23fa3">QuantizeSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; QuantizeSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_quantize_test_impl_8cpp_source.xhtml#l00128">QuantizeTestImpl.cpp:128</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aaa692bbdf743367e41b23715087e1127"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aaa692bbdf743367e41b23715087e1127">EqualSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00406">ComparisonTestImpl.cpp:406</a></div></div>
+<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a7727cf471d69ceccbfb9af5584179eef"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a7727cf471d69ceccbfb9af5584179eef">MultiplicationBroadcast1ElementInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; MultiplicationBroadcast1ElementInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00335">MultiplicationTestImpl.cpp:335</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa40068e0a65840e70b2da4902a0f47da"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa40068e0a65840e70b2da4902a0f47da">Concat4dDiffShapeDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDiffShapeDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02314">ConcatTestImpl.cpp:2314</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_affbb9e1924205682a80918a3ee91df3f"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#affbb9e1924205682a80918a3ee91df3f">PadFloat323dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; PadFloat323dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00487">PadTestImpl.cpp:487</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a19f29e6ac7af2f7ee8316048c6638aff"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a19f29e6ac7af2f7ee8316048c6638aff">IgnorePaddingSimpleAveragePooling2dNoPaddingTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleAveragePooling2dNoPaddingTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01560">Pooling2dTestImpl.cpp:1560</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a86f53855f5ab422f4e035b1aa11676f8"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a86f53855f5ab422f4e035b1aa11676f8">SqrtNNTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; SqrtNNTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00792">ActivationTestImpl.cpp:792</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_acbe1a2adccd9e0aad14fc0ccb9266b0d"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#acbe1a2adccd9e0aad14fc0ccb9266b0d">SimpleConvolution2d3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvolution2d3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02986">Conv2dTestImpl.cpp:2986</a></div></div>
+<div class="ttc" id="_fully_connected_test_impl_8cpp_xhtml_a0fb6957126b671361ccdd80f3549faa9"><div class="ttname"><a href="_fully_connected_test_impl_8cpp.xhtml#a0fb6957126b671361ccdd80f3549faa9">FullyConnectedLargeTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; FullyConnectedLargeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool transposeWeights)</div><div class="ttdef"><b>Definition:</b> <a href="_fully_connected_test_impl_8cpp_source.xhtml#l00344">FullyConnectedTestImpl.cpp:344</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a9fc669585b91c13133f87ab8e3608c20"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a9fc669585b91c13133f87ab8e3608c20">Debug3dBFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::BFloat16, 3 &gt; Debug3dBFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00319">DebugTestImpl.cpp:319</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_aea6a1743ba0fdb000d73856302ab6c23"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#aea6a1743ba0fdb000d73856302ab6c23">L2Normalization1dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Normalization1dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00612">L2NormalizationTestImpl.cpp:612</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml_a10d15f3df1ab52b3b915a4be1dbf386b"><div class="ttname"><a href="namespacearmnn.xhtml#a10d15f3df1ab52b3b915a4be1dbf386b">armnn::BOOST_AUTO_TEST_CASE</a></div><div class="ttdeci">BOOST_AUTO_TEST_CASE(CheckConvolution2dLayer)</div><div class="ttdef"><b>Definition:</b> <a href="_const_tensor_layer_visitor_8cpp_source.xhtml#l00170">ConstTensorLayerVisitor.cpp:170</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_ab102e5bc3a3b04360a0f42e25ab3c898"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#ab102e5bc3a3b04360a0f42e25ab3c898">Addition5dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; Addition5dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00089">AdditionTestImpl.cpp:89</a></div></div>
+<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_a360ca085905d3cf780e7a57ab6afecbb"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#a360ca085905d3cf780e7a57ab6afecbb">MinimumBroadcast1ElementTest1</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MinimumBroadcast1ElementTest1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00019">MinimumTestImpl.cpp:19</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_af05106a201d16d82f4336d4128dabc5a"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#af05106a201d16d82f4336d4128dabc5a">DivisionFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; DivisionFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00158">DivisionTestImpl.cpp:158</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_adebc1b0c8f1a761ca7a7721f6195dead"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#adebc1b0c8f1a761ca7a7721f6195dead">Convolution2dPerAxisQuantTest</a></div><div class="ttdeci">DataLayout::NHWC DataLayout::NHWC DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW Convolution2dPerAxisQuantTest</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00172">RefLayerTests.cpp:172</a></div></div>
+<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_aa6b5d52b7062c16172592551156a5b2c"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#aa6b5d52b7062c16172592551156a5b2c">MultiplicationInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; MultiplicationInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00300">MultiplicationTestImpl.cpp:300</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a40d2a2c9115603722c860332510e49f0"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a40d2a2c9115603722c860332510e49f0">MaximumBroadcast1ElementInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; MaximumBroadcast1ElementInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00341">MaximumTestImpl.cpp:341</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a2e805734085e0cfe13ce0c6b44d8d9bd"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a2e805734085e0cfe13ce0c6b44d8d9bd">LessOrEqualBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00782">ComparisonTestImpl.cpp:782</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a866c67e5db471212f6ff29411aac0e8f"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a866c67e5db471212f6ff29411aac0e8f">AsymmetricNonSquarePooling2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; AsymmetricNonSquarePooling2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01790">Pooling2dTestImpl.cpp:1790</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a880947e3247561262b6591dbd21d1fe4"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a880947e3247561262b6591dbd21d1fe4">EqualSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00341">ComparisonTestImpl.cpp:341</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ad31f5654aeccace80f0900eca734377b"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ad31f5654aeccace80f0900eca734377b">SpaceToBatchNdMultiChannelsNhwcFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SpaceToBatchNdMultiChannelsNhwcFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00398">SpaceToBatchNdTestImpl.cpp:398</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_ae087613cdb8319fbab07d44e6eaf217d"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#ae087613cdb8319fbab07d44e6eaf217d">AdditionInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; AdditionInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00412">AdditionTestImpl.cpp:412</a></div></div>
+<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a99aca3dec6d8a2eedfc40570fc34ecfb"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a99aca3dec6d8a2eedfc40570fc34ecfb">LstmLayerInt16WithCifgWithPeepholeNoProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; LstmLayerInt16WithCifgWithPeepholeNoProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l01990">LstmTestImpl.cpp:1990</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_abda46e7bc7a34b572ec26ead0ce222a3"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#abda46e7bc7a34b572ec26ead0ce222a3">StridedSliceShrinkAxisMaskBitPosition0And3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00915">StridedSliceTestImpl.cpp:915</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a99ef3f48cbd057e0169bc80dc77331ef"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Convolution2d2x3x3Dilation3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l01139">Conv2dTestImpl.cpp:1139</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_aa902e6279bcb1cbdff3392f5f3029d3e"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa902e6279bcb1cbdff3392f5f3029d3e">SpaceToBatchNdPaddingNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdPaddingNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00440">SpaceToBatchNdTestImpl.cpp:440</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_a24387a7dddcdfe4cc8b59a350e6f7f99"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#a24387a7dddcdfe4cc8b59a350e6f7f99">GatherMultiDimParamsMultiDimIndicesUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GatherMultiDimParamsMultiDimIndicesUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00373">GatherTestImpl.cpp:373</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a6bf427aaf2d340577e5a98d1917d9398"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a6bf427aaf2d340577e5a98d1917d9398">SpaceToBatchNdSimpleNhwcFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SpaceToBatchNdSimpleNhwcFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00391">SpaceToBatchNdTestImpl.cpp:391</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a5284469ca9fb8e8945b995e0b96b904b"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a5284469ca9fb8e8945b995e0b96b904b">MaximumSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MaximumSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00019">MaximumTestImpl.cpp:19</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a6a553ac91c27ebe193d1e6710d28af36"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a6a553ac91c27ebe193d1e6710d28af36">GreaterBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00483">ComparisonTestImpl.cpp:483</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ad5690176a9dd35986a5e895f1378efc0"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ad5690176a9dd35986a5e895f1378efc0">IgnorePaddingAveragePooling2dSize3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingAveragePooling2dSize3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01591">Pooling2dTestImpl.cpp:1591</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a96cf65cb33a0e9319ddd0d00d56b5056"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a96cf65cb33a0e9319ddd0d00d56b5056">L2Normalization2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Normalization2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00657">L2NormalizationTestImpl.cpp:657</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a35392fa19a5b7b662de3defd49cb9707"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a35392fa19a5b7b662de3defd49cb9707">GreaterOrEqualBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00627">ComparisonTestImpl.cpp:627</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a9d679b4a18c9cadc563bd77a726a3726"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a9d679b4a18c9cadc563bd77a726a3726">ConcatDifferentInputOutputQParamTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; ConcatDifferentInputOutputQParamTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l01916">ConcatTestImpl.cpp:1916</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a24bde54557e2e5fb64ba95d46bab5cf0"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a24bde54557e2e5fb64ba95d46bab5cf0">StridedSlice3dReverseInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 3 &gt; StridedSlice3dReverseInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01134">StridedSliceTestImpl.cpp:1134</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a1f0c412bd42fe4ef6b408d463a7a438f"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a1f0c412bd42fe4ef6b408d463a7a438f">Simple3dAxisSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Simple3dAxisSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta, int axis)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00331">SoftmaxTestImpl.cpp:331</a></div></div>
+<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_a925b0f3783cc793c72ca589fb99351e7"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#a925b0f3783cc793c72ca589fb99351e7">DequantizeSimpleInt16ToFp16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; DequantizeSimpleInt16ToFp16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00189">DequantizeTestImpl.cpp:189</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_a91b01b432612829a51c7f87cbf87fc81"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#a91b01b432612829a51c7f87cbf87fc81">GatherMultiDimParamsFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 2 &gt; GatherMultiDimParamsFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00334">GatherTestImpl.cpp:334</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a4051f0cadac34f005ccac2567ea22d28"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a4051f0cadac34f005ccac2567ea22d28">PadBFloat162dCustomPaddingTest</a></div><div class="ttdeci">LayerTestResult&lt; armnn::BFloat16, 2 &gt; PadBFloat162dCustomPaddingTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00508">PadTestImpl.cpp:508</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a5103df4c034f9679776cd55e81cd93a4"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a5103df4c034f9679776cd55e81cd93a4">IgnorePaddingSimpleAveragePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleAveragePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01537">Pooling2dTestImpl.cpp:1537</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aafecf98426773306be1715559ea4019e"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aafecf98426773306be1715559ea4019e">SimpleL2Pooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleL2Pooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01615">Pooling2dTestImpl.cpp:1615</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_abdacd46c444bbd9fe5333e1cb2585f4a"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#abdacd46c444bbd9fe5333e1cb2585f4a">StridedSliceSimpleRangeMaskInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; StridedSliceSimpleRangeMaskInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01113">StridedSliceTestImpl.cpp:1113</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a528930f08cb30d9283768a92c4bcff4b"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a528930f08cb30d9283768a92c4bcff4b">LessOrEqualBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00826">ComparisonTestImpl.cpp:826</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a1710c99292328a7e623f9326723bac52"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a1710c99292328a7e623f9326723bac52">Debug2dBFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::BFloat16, 2 &gt; Debug2dBFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00326">DebugTestImpl.cpp:326</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a1076a858d364ba56079975c5d6650538"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a1076a858d364ba56079975c5d6650538">StridedSliceShrinkAxisMaskBitPosition2Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition2Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00887">StridedSliceTestImpl.cpp:887</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a6cce1d9e431fd143e71e8ba16267c774"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a6cce1d9e431fd143e71e8ba16267c774">Debug4dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; Debug4dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00368">DebugTestImpl.cpp:368</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_af0572509ff7220e8577a9fbe5dadaf35"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#af0572509ff7220e8577a9fbe5dadaf35">StridedSliceShrinkAxisMaskFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00852">StridedSliceTestImpl.cpp:852</a></div></div>
+<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a1da87c55324e86f4d3aa7fe8c6c426d3"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a1da87c55324e86f4d3aa7fe8c6c426d3">MultiplicationBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MultiplicationBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00236">MultiplicationTestImpl.cpp:236</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a65ea4a275066dd49ca9a23185a103b2c"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a65ea4a275066dd49ca9a23185a103b2c">Slice3dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Slice3dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00226">SliceTestImpl.cpp:226</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_aebf3818a354d9b15fe922b010ac21892"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#aebf3818a354d9b15fe922b010ac21892">StridedSlice2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSlice2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01078">StridedSliceTestImpl.cpp:1078</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_a0ffe3f6f1297b8dc4c3f49389933c7d8"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a0ffe3f6f1297b8dc4c3f49389933c7d8">DivisionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00060">DivisionTestImpl.cpp:60</a></div></div>
+<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a56613b5467a32cf602c162b2b6d28c5b"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a56613b5467a32cf602c162b2b6d28c5b">Multiplication5dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; Multiplication5dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00058">MultiplicationTestImpl.cpp:58</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ac94e911722f7072d94eeb6855ad6513a"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac94e911722f7072d94eeb6855ad6513a">SpaceToBatchNdMultiChannelsUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToBatchNdMultiChannelsUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00454">SpaceToBatchNdTestImpl.cpp:454</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a8dd4b2ac72e85dcfeb8540b7d5649b47"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a8dd4b2ac72e85dcfeb8540b7d5649b47">AbsInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; AbsInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00785">ActivationTestImpl.cpp:785</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a353659f233efc7b8eb5a52b48c555c25"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a353659f233efc7b8eb5a52b48c555c25">Debug3dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Debug3dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00347">DebugTestImpl.cpp:347</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a0f8bd9f2e91b9b2aad21e2728bb655e3"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a0f8bd9f2e91b9b2aad21e2728bb655e3">SimpleMaxPooling2dSize2x2Stride2x2Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleMaxPooling2dSize2x2Stride2x2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool forceNoPadding)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01357">Pooling2dTestImpl.cpp:1357</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a2723fd1b14dea631e61e2887f13884e1"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a2723fd1b14dea631e61e2887f13884e1">SpaceToBatchNdPaddingNhwcUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToBatchNdPaddingNhwcUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00496">SpaceToBatchNdTestImpl.cpp:496</a></div></div>
+<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_a557118ca5e8a63808680bb59ffd54869"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#a557118ca5e8a63808680bb59ffd54869">MinimumBroadcast1ElementInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; MinimumBroadcast1ElementInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00240">MinimumTestImpl.cpp:240</a></div></div>
+<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a80764e491b5a12e5184780be13c42fec"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a80764e491b5a12e5184780be13c42fec">StackFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; StackFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00546">StackTestImpl.cpp:546</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a3243253d785689cb8ab67640b3d23627"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a3243253d785689cb8ab67640b3d23627">SpaceToBatchNdMultiBlockNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiBlockNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00433">SpaceToBatchNdTestImpl.cpp:433</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a9770886bff5c3815fc70738e3a673b08"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a9770886bff5c3815fc70738e3a673b08">Debug4dBFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::BFloat16, 4 &gt; Debug4dBFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00312">DebugTestImpl.cpp:312</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6852f3bb0b5a59260e0f76031e64cb3e"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6852f3bb0b5a59260e0f76031e64cb3e">Concat4dDiffShapeDim3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDiffShapeDim3Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02907">ConcatTestImpl.cpp:2907</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a303a43765b42bee424ee73f419f3d7bd"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a303a43765b42bee424ee73f419f3d7bd">SpaceToBatchNdMultiBlockUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToBatchNdMultiBlockUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00461">SpaceToBatchNdTestImpl.cpp:461</a></div></div>
+<div class="ttc" id="_detection_post_process_test_impl_8hpp_xhtml_a496f3eb2f8ca9b1e688fbc716f77c448"><div class="ttname"><a href="_detection_post_process_test_impl_8hpp.xhtml#a496f3eb2f8ca9b1e688fbc716f77c448">DetectionPostProcessFastNmsQuantizedTest</a></div><div class="ttdeci">void DetectionPostProcessFastNmsQuantizedTest()</div><div class="ttdef"><b>Definition:</b> <a href="_detection_post_process_test_impl_8hpp_source.xhtml#l00327">DetectionPostProcessTestImpl.hpp:327</a></div></div>
+<div class="ttc" id="_profiler_tests_8cpp_xhtml_af7f71af5c6c124222dd1c42c5df892f4"><div class="ttname"><a href="_profiler_tests_8cpp.xhtml#af7f71af5c6c124222dd1c42c5df892f4">BOOST_AUTO_TEST_SUITE_END</a></div><div class="ttdeci">BOOST_AUTO_TEST_SUITE_END()</div></div>
+<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_ae5aae49a1e7c7ff2cb80cba1ae421ea6"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#ae5aae49a1e7c7ff2cb80cba1ae421ea6">LstmLayerFloat32WithCifgWithPeepholeNoProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32WithCifgWithPeepholeNoProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l01888">LstmTestImpl.cpp:1888</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a50dff405960b48e03ee0d296f72743df"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a50dff405960b48e03ee0d296f72743df">SimpleMaxPooling2dSize2x2Stride2x2Int16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SimpleMaxPooling2dSize2x2Stride2x2Int16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool forceNoPadding)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01375">Pooling2dTestImpl.cpp:1375</a></div></div>
+<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_af5dc1277647c283cd0d04e8ae79b3b5c"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#af5dc1277647c283cd0d04e8ae79b3b5c">MultiplicationBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MultiplicationBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00128">MultiplicationTestImpl.cpp:128</a></div></div>
+<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a52b75282b3f67fd2e1063eb93ad28441"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a52b75282b3f67fd2e1063eb93ad28441">LstmLayerInt16NoCifgNoPeepholeNoProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; LstmLayerInt16NoCifgNoPeepholeNoProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l01960">LstmTestImpl.cpp:1960</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_adbea0ac0d30d3f5262db72e460e064f2"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#adbea0ac0d30d3f5262db72e460e064f2">GreaterBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00494">ComparisonTestImpl.cpp:494</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a398f4322d3f71cc0fe4a04831a556c91"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a398f4322d3f71cc0fe4a04831a556c91">Concat2dDim1DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim1DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02799">ConcatTestImpl.cpp:2799</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a00264a85539177528b812af3df9a664a"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a00264a85539177528b812af3df9a664a">PadUint84dTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; PadUint84dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00466">PadTestImpl.cpp:466</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a1a90f524b460439bb8e386ea672acd6c"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a1a90f524b460439bb8e386ea672acd6c">L2Normalization2dShapeTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; L2Normalization2dShapeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00672">L2NormalizationTestImpl.cpp:672</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a1bbff607f046d49a92516969d8beff7a"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a1bbff607f046d49a92516969d8beff7a">L2Normalization4dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; L2Normalization4dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00791">L2NormalizationTestImpl.cpp:791</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a4f95ca2d87f1d36d0a41d6a0cf56151b"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a4f95ca2d87f1d36d0a41d6a0cf56151b">EluUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EluUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01063">ActivationTestImpl.cpp:1063</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_a9de2cb9028c16c765262ec48dbd01834"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#a9de2cb9028c16c765262ec48dbd01834">DepthwiseConvolution2dUint8Test</a></div><div class="ttdeci">DepthwiseConvolution2dUint8Test</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00191">RefLayerTests.cpp:191</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a9199f32df2745143e544e703c2380dd4"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a9199f32df2745143e544e703c2380dd4">Concat4dDiffShapeDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDiffShapeDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02307">ConcatTestImpl.cpp:2307</a></div></div>
+<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a9c20ecb007b2beacc8c4fa05778eb450"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a9c20ecb007b2beacc8c4fa05778eb450">LstmLayerInt16NoCifgNoPeepholeNoProjectionInt16ConstantTest</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; LstmLayerInt16NoCifgNoPeepholeNoProjectionInt16ConstantTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02063">LstmTestImpl.cpp:2063</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_ac7bae01fdca8edac70cc9bc722426b17"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#ac7bae01fdca8edac70cc9bc722426b17">SimpleConvolution2d3x3NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvolution2d3x3NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02996">Conv2dTestImpl.cpp:2996</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a36afb02cfc0246cd6bf3dfe37d624670"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a36afb02cfc0246cd6bf3dfe37d624670">GreaterBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00450">ComparisonTestImpl.cpp:450</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a549f1d04a9747d0c3046e0b708d67116"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a549f1d04a9747d0c3046e0b708d67116">Concat2dDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02777">ConcatTestImpl.cpp:2777</a></div></div>
+<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a34b0c55684f6c59314d62916c628dd11"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a34b0c55684f6c59314d62916c628dd11">StackOutput5DFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; StackOutput5DFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00539">StackTestImpl.cpp:539</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_abdb3d542a8c5a5e6a42cb91e3ebce21f"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#abdb3d542a8c5a5e6a42cb91e3ebce21f">IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01568">Pooling2dTestImpl.cpp:1568</a></div></div>
+<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a7d932f3979f1e4c74d17456048e59307"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a7d932f3979f1e4c74d17456048e59307">SpaceToDepthNchwQSymm16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToDepthNchwQSymm16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00242">SpaceToDepthTestImpl.cpp:242</a></div></div>
+<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_a2a7ff427e13c513930e1c594f4078c93"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#a2a7ff427e13c513930e1c594f4078c93">DequantizeSimpleInt8ToFp16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; DequantizeSimpleInt8ToFp16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00182">DequantizeTestImpl.cpp:182</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a493bef3f5fc0d657b0a5fe29e58dcbdf"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a493bef3f5fc0d657b0a5fe29e58dcbdf">SimpleAxisSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; SimpleAxisSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta, int axis)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00312">SoftmaxTestImpl.cpp:312</a></div></div>
+<div class="ttc" id="_transpose_convolution2d_test_impl_8cpp_xhtml_afe35eec6fc46b9526db341d374e93653"><div class="ttname"><a href="_transpose_convolution2d_test_impl_8cpp.xhtml#afe35eec6fc46b9526db341d374e93653">TransposeConvolution2dPerAxisQuantTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; TransposeConvolution2dPerAxisQuantTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_convolution2d_test_impl_8cpp_source.xhtml#l00561">TransposeConvolution2dTestImpl.cpp:561</a></div></div>
+<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a940a1ae771008b652d561fd1bb104ad1"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a940a1ae771008b652d561fd1bb104ad1">SpaceToDepthNhwcAsymmQ8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToDepthNhwcAsymmQ8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00157">SpaceToDepthTestImpl.cpp:157</a></div></div>
+<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_ac9095191057d43c10755932927d23eb2"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#ac9095191057d43c10755932927d23eb2">MinimumBroadcast1ElementTest2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MinimumBroadcast1ElementTest2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00044">MinimumTestImpl.cpp:44</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a9c428524b85e5da419e39d2542d51e82"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a9c428524b85e5da419e39d2542d51e82">GreaterOrEqualBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00561">ComparisonTestImpl.cpp:561</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a75091ca6eb52deea2ce14ad8f6261236"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a75091ca6eb52deea2ce14ad8f6261236">Concat3dDim2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim2Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02821">ConcatTestImpl.cpp:2821</a></div></div>
+<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_ac95add95bf20160322f853e3bf4eff81"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#ac95add95bf20160322f853e3bf4eff81">CopyViaSplitterFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; CopyViaSplitterFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00353">SplitterTestImpl.cpp:353</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a3a17c31e0243a055d062f9ef00e00295"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a3a17c31e0243a055d062f9ef00e00295">Debug4dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Debug4dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00284">DebugTestImpl.cpp:284</a></div></div>
+<div class="ttc" id="_permute_test_impl_8hpp_xhtml_af03f4a1d9c3dfb46484db4e1b9e9261e"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#af03f4a1d9c3dfb46484db4e1b9e9261e">PermuteValueSet2Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PermuteValueSet2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00157">PermuteTestImpl.hpp:157</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_aa986502e638eba65543c1cbb01467d26"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#aa986502e638eba65543c1cbb01467d26">ReLuUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; ReLuUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00563">ActivationTestImpl.cpp:563</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ae12a976a8fb49c703846beeaed25ca0d"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ae12a976a8fb49c703846beeaed25ca0d">GreaterOrEqualSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00539">ComparisonTestImpl.cpp:539</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_ac3697a1808f3947c8c8b02c501e86b62"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#ac3697a1808f3947c8c8b02c501e86b62">Gather1dParamsFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; Gather1dParamsFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00299">GatherTestImpl.cpp:299</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a52af2639a8f96fbbc86343ea8914033a"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a52af2639a8f96fbbc86343ea8914033a">ConstantLinearActivationTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ConstantLinearActivationTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00368">ActivationTestImpl.cpp:368</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a7572290c29c581b35185f584b08ff670"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a7572290c29c581b35185f584b08ff670">SpaceToBatchNdMultiBlockNhwcUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToBatchNdMultiBlockNhwcUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00489">SpaceToBatchNdTestImpl.cpp:489</a></div></div>
+<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a0a33f1e45b1e0f680cb9540884ee0ba7"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a0a33f1e45b1e0f680cb9540884ee0ba7">MultiplicationBroadcast1DVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MultiplicationBroadcast1DVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00268">MultiplicationTestImpl.cpp:268</a></div></div>
+<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a7fa8169c343d8e7fb11eb7750b06bef5"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a7fa8169c343d8e7fb11eb7750b06bef5">ResizeNearestNeighborSqMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborSqMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00409">ResizeTestImpl.cpp:409</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a34b322827b0d8ff9f8b3b8fb9410f7d3"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a34b322827b0d8ff9f8b3b8fb9410f7d3">ConstantLinearActivationUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; ConstantLinearActivationUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00375">ActivationTestImpl.cpp:375</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_a0788c5d63fda0ab5b69e03cfc6ba1268"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#a0788c5d63fda0ab5b69e03cfc6ba1268">DepthwiseConvolution2dDepthMul1Uint8Test</a></div><div class="ttdeci">DataLayout::NHWC DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW armnn::DataLayout::NCHW armnn::DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DepthwiseConvolution2dDepthMul1Uint8Test</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00290">RefLayerTests.cpp:290</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a191a47193f192d4aeec276f080e97620"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a191a47193f192d4aeec276f080e97620">Slice3dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 3 &gt; Slice3dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00276">SliceTestImpl.cpp:276</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a3789eb1689edeed1aae83c773e75607c"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a3789eb1689edeed1aae83c773e75607c">IgnorePaddingSimpleMaxPooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleMaxPooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01441">Pooling2dTestImpl.cpp:1441</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ad67a8d8c01c89c09a6bbdbc2057876bf"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ad67a8d8c01c89c09a6bbdbc2057876bf">SpaceToBatchNdSimpleNhwcUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToBatchNdSimpleNhwcUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00475">SpaceToBatchNdTestImpl.cpp:475</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_affc47aa67b12443954b58a1bc9a8b176"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#affc47aa67b12443954b58a1bc9a8b176">StridedSliceShrinkAxisMaskUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00985">StridedSliceTestImpl.cpp:985</a></div></div>
+<div class="ttc" id="_reshape_test_impl_8cpp_xhtml_a27e70e33db384629f46baac2b95a71cd"><div class="ttname"><a href="_reshape_test_impl_8cpp.xhtml#a27e70e33db384629f46baac2b95a71cd">SimpleReshapeTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleReshapeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_reshape_test_impl_8cpp_source.xhtml#l00057">ReshapeTestImpl.cpp:57</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a3de096f0e07787adaf34b6d348ca9543"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a3de096f0e07787adaf34b6d348ca9543">Concat4dDim3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDim3Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02875">ConcatTestImpl.cpp:2875</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_ac5f18107061e75d2e1fa378b514c3269"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#ac5f18107061e75d2e1fa378b514c3269">PadBFloat163dTest</a></div><div class="ttdeci">LayerTestResult&lt; armnn::BFloat16, 3 &gt; PadBFloat163dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00515">PadTestImpl.cpp:515</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a923f001a2b8935a4404fc605398cabce"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a923f001a2b8935a4404fc605398cabce">StridedSlice4dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSlice4dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00957">StridedSliceTestImpl.cpp:957</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ae4591d1175ba7115661b8eb80745cb64"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ae4591d1175ba7115661b8eb80745cb64">L2Pooling2dSize7Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize7Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01693">Pooling2dTestImpl.cpp:1693</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ac734c42ca4e1ed7115b863df4fc7d0a7"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac734c42ca4e1ed7115b863df4fc7d0a7">SpaceToBatchNdMultiBlockNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiBlockNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00377">SpaceToBatchNdTestImpl.cpp:377</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6a0578f5cabc3b13c8800066d094f08b"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6a0578f5cabc3b13c8800066d094f08b">Concat3dDim2DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim2DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02845">ConcatTestImpl.cpp:2845</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_aee2ed5699e992ab910722c6a8fc66fd2"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#aee2ed5699e992ab910722c6a8fc66fd2">SpaceToBatchNdMultiBlockUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiBlockUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00349">SpaceToBatchNdTestImpl.cpp:349</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_afd429b00b6869309e768fc7ecdc1d3aa"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#afd429b00b6869309e768fc7ecdc1d3aa">DivisionByZeroTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionByZeroTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00019">DivisionTestImpl.cpp:19</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_aff6acb9339db3efee5709040044fde87"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#aff6acb9339db3efee5709040044fde87">StridedSlice3dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSlice3dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00929">StridedSliceTestImpl.cpp:929</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aba92f3e09885c3aaec2741095a0540f4"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aba92f3e09885c3aaec2741095a0540f4">NotEqualSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00871">ComparisonTestImpl.cpp:871</a></div></div>
+<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_aff5f62e9504fae4a9cb4d620662f7f0b"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#aff5f62e9504fae4a9cb4d620662f7f0b">MinimumBroadcast1DVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; MinimumBroadcast1DVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00171">MinimumTestImpl.cpp:171</a></div></div>
+<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a05a20c3e942d8088ddb3e572b601da33"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeBilinearSqMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00215">ResizeTestImpl.cpp:215</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a3aa8c4abe8b4eb97fea5e28d94f93e44"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a3aa8c4abe8b4eb97fea5e28d94f93e44">EqualSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00373">ComparisonTestImpl.cpp:373</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_ae6ec1c0ad5b1b94d03c160c8122587cc"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#ae6ec1c0ad5b1b94d03c160c8122587cc">L2NormalizationNonDefaultEpsilonTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2NormalizationNonDefaultEpsilonTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00566">L2NormalizationTestImpl.cpp:566</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a2f69fcf5799a4b9d2015e2f434235af6"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a2f69fcf5799a4b9d2015e2f434235af6">SpaceToBatchNdSimpleNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdSimpleNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00363">SpaceToBatchNdTestImpl.cpp:363</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a570d361929f2e06b8d92f37daa07cb38"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a570d361929f2e06b8d92f37daa07cb38">StridedSliceShrinkAxisMaskBitPosition0And1Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And1Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00901">StridedSliceTestImpl.cpp:901</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_adb6ba6c44d583efecba6c8b1a8390b3f"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#adb6ba6c44d583efecba6c8b1a8390b3f">StridedSliceShrinkAxisMaskBitPosition1Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition1Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00880">StridedSliceTestImpl.cpp:880</a></div></div>
+<div class="ttc" id="_quantize_test_impl_8cpp_xhtml_af433076d80e2776cc16fe16c4616a2a4"><div class="ttname"><a href="_quantize_test_impl_8cpp.xhtml#af433076d80e2776cc16fe16c4616a2a4">QuantizeClampUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; QuantizeClampUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_quantize_test_impl_8cpp_source.xhtml#l00135">QuantizeTestImpl.cpp:135</a></div></div>
+<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_a70d2070ff6ee2eae24d4b25622c55bd3"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#a70d2070ff6ee2eae24d4b25622c55bd3">MinimumFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; MinimumFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00100">MinimumTestImpl.cpp:100</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a32a6595835f4cb5e93fec4182ada51bc"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a32a6595835f4cb5e93fec4182ada51bc">ConstantLinearActivationInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; ConstantLinearActivationInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00383">ActivationTestImpl.cpp:383</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a558d9c92e7ea3ee340cd10df88511e43"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a558d9c92e7ea3ee340cd10df88511e43">GreaterSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00440">ComparisonTestImpl.cpp:440</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a7622686da55a20be40afff518e661355"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a7622686da55a20be40afff518e661355">PadBFloat164dTest</a></div><div class="ttdeci">LayerTestResult&lt; armnn::BFloat16, 4 &gt; PadBFloat164dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00522">PadTestImpl.cpp:522</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_aa87c451f7a773fd4ec9cdf11c20d7a58"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#aa87c451f7a773fd4ec9cdf11c20d7a58">SimpleSigmoidTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleSigmoidTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00499">ActivationTestImpl.cpp:499</a></div></div>
+<div class="ttc" id="_gather_test_impl_8cpp_xhtml_a3ed09fc298db96837e8465cfa4e8b644"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#a3ed09fc298db96837e8465cfa4e8b644">GatherMultiDimParamsFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; GatherMultiDimParamsFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00327">GatherTestImpl.cpp:327</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ae398f1e979dd0ad467a8f5182b9101ee"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ae398f1e979dd0ad467a8f5182b9101ee">SimpleMaxPooling2dSize3x3Stride2x4Int16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SimpleMaxPooling2dSize3x3Stride2x4Int16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool forceNoPadding)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01402">Pooling2dTestImpl.cpp:1402</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a8151292f60be01bf90945dc3af50225b"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a8151292f60be01bf90945dc3af50225b">StridedSliceShrinkAxisMaskBitPosition0And1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And1Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01032">StridedSliceTestImpl.cpp:1032</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a2783cdc0a074cbdfbf2f91e116c92c97"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a2783cdc0a074cbdfbf2f91e116c92c97">SimpleMaxPooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleMaxPooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01411">Pooling2dTestImpl.cpp:1411</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a4bff97bff3f9fb4cf473812dee810de0"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a4bff97bff3f9fb4cf473812dee810de0">AdditionBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00346">AdditionTestImpl.cpp:346</a></div></div>
+<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_afbfbaebea4554cdec9b26572c7ded900"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#afbfbaebea4554cdec9b26572c7ded900">MultiplicationUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MultiplicationUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00186">MultiplicationTestImpl.cpp:186</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a671ba569bce68f75bdfe3a24158f9a29"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a671ba569bce68f75bdfe3a24158f9a29">MaximumBroadcast1DVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MaximumBroadcast1DVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00284">MaximumTestImpl.cpp:284</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a2b1ede7e8d8e5dad79d99030f57b8745"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a2b1ede7e8d8e5dad79d99030f57b8745">AsymmetricNonSquarePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AsymmetricNonSquarePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01776">Pooling2dTestImpl.cpp:1776</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_af64e8a031ad30bb5a8a3679f926658ed"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#af64e8a031ad30bb5a8a3679f926658ed">GreaterOrEqualSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00605">ComparisonTestImpl.cpp:605</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a66df3b4ed5c8e464dcba94c2afc2b432"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a66df3b4ed5c8e464dcba94c2afc2b432">ConcatUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint16_t, 3 &gt; ConcatUint16Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02635">ConcatTestImpl.cpp:2635</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aaacb61d44cafc27a5daefcc744af4545"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aaacb61d44cafc27a5daefcc744af4545">NotEqualSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00838">ComparisonTestImpl.cpp:838</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_a70e2a4a133ff823cde320f7aac9eff79"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#a70e2a4a133ff823cde320f7aac9eff79">Debug2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; Debug2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00382">DebugTestImpl.cpp:382</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a11fbd94028ab646528b42d0c8c55eee1"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a11fbd94028ab646528b42d0c8c55eee1">DepthwiseConvolution2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DepthwiseConvolution2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03193">Conv2dTestImpl.cpp:3193</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a0a68acc1ac90e64f5f019b8c40ad8009"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a0a68acc1ac90e64f5f019b8c40ad8009">GreaterOrEqualBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00594">ComparisonTestImpl.cpp:594</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a49081ef56cfc5fafad212dfbce4f259b"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a49081ef56cfc5fafad212dfbce4f259b">SimpleSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; SimpleSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00304">SoftmaxTestImpl.cpp:304</a></div></div>
+<div class="ttc" id="_quantize_test_impl_8cpp_xhtml_a544d80e8fc86b2e5ed42b756b9d37159"><div class="ttname"><a href="_quantize_test_impl_8cpp.xhtml#a544d80e8fc86b2e5ed42b756b9d37159">QuantizeClampAsymmInt8Test</a></div><div class="ttdeci">LayerTestResult&lt; int8_t, 4 &gt; QuantizeClampAsymmInt8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_quantize_test_impl_8cpp_source.xhtml#l00142">QuantizeTestImpl.cpp:142</a></div></div>
+<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_aa199df9ca7c476e9bf613a3c3f8c7b56"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#aa199df9ca7c476e9bf613a3c3f8c7b56">InstanceNormFloat16Test2</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; InstanceNormFloat16Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00261">InstanceNormalizationTestImpl.cpp:261</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a6bc141e53a0d4bb9ca7a902236a1e02f"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a6bc141e53a0d4bb9ca7a902236a1e02f">StridedSliceSimpleRangeMaskFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSliceSimpleRangeMaskFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00845">StridedSliceTestImpl.cpp:845</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a1c3398bdb48e4ce4643a1eeaf3e054a3"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a1c3398bdb48e4ce4643a1eeaf3e054a3">DepthwiseConvolution2d3x3Dilation3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; DepthwiseConvolution2d3x3Dilation3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02376">Conv2dTestImpl.cpp:2376</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a359c1f734f9da1d6459e9d878e5612ba"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a359c1f734f9da1d6459e9d878e5612ba">BoundedReLuUpperBoundOnlyTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BoundedReLuUpperBoundOnlyTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00122">ActivationTestImpl.cpp:122</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a40bc412ed2a6d2f764655070c02c036b"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a40bc412ed2a6d2f764655070c02c036b">Convolution1dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Convolution1dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03083">Conv2dTestImpl.cpp:3083</a></div></div>
+<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_ace2eed3bc22c77fc1b99f040e7289c65"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#ace2eed3bc22c77fc1b99f040e7289c65">DequantizeSimpleInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DequantizeSimpleInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00167">DequantizeTestImpl.cpp:167</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a27c547996856d145bb31c02ffc654244"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a27c547996856d145bb31c02ffc654244">GreaterOrEqualBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00583">ComparisonTestImpl.cpp:583</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a9f799a2fd4acd720585f5a42249e0371"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a9f799a2fd4acd720585f5a42249e0371">ConcatBFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; BFloat16, 3 &gt; ConcatBFloat16Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02345">ConcatTestImpl.cpp:2345</a></div></div>
+<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_a36dffbd3811b8524b9e288ce693198d4"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#a36dffbd3811b8524b9e288ce693198d4">SimpleNormalizationWithinTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleNormalizationWithinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00367">NormalizationTestImpl.cpp:367</a></div></div>
+<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a230ab661651ba87930a5bc6a7604e6c8"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a230ab661651ba87930a5bc6a7604e6c8">SubtractionBroadcastTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SubtractionBroadcastTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00147">SubtractionTestImpl.cpp:147</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a0f5a5873b9904905b264c4cad6442cb3"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a0f5a5873b9904905b264c4cad6442cb3">GreaterOrEqualSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00572">ComparisonTestImpl.cpp:572</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a5c5ca41ef0bb1d90bcea994ef798f950"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a5c5ca41ef0bb1d90bcea994ef798f950">StridedSliceShrinkAxisMaskInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; StridedSliceShrinkAxisMaskInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01120">StridedSliceTestImpl.cpp:1120</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a8ffca1c4b38a68b10ba06f4f1416660f"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a8ffca1c4b38a68b10ba06f4f1416660f">SimpleConvolution2d3x5Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleConvolution2d3x5Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02976">Conv2dTestImpl.cpp:2976</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_aa08588825c1eb4d084317dbd60e46844"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa08588825c1eb4d084317dbd60e46844">SpaceToBatchNdPaddingFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdPaddingFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00300">SpaceToBatchNdTestImpl.cpp:300</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a1a5bb4ab6841dd39e48089413cf8fe05"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a1a5bb4ab6841dd39e48089413cf8fe05">Concat4dDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02285">ConcatTestImpl.cpp:2285</a></div></div>
+<div class="ttc" id="_fully_connected_test_impl_8cpp_xhtml_a9aa238fbd4c6a6d1259b31d2a51c93b8"><div class="ttname"><a href="_fully_connected_test_impl_8cpp.xhtml#a9aa238fbd4c6a6d1259b31d2a51c93b8">FullyConnectedFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; FullyConnectedFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, bool transposeWeights)</div><div class="ttdef"><b>Definition:</b> <a href="_fully_connected_test_impl_8cpp_source.xhtml#l00247">FullyConnectedTestImpl.cpp:247</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a7aa10bded0d26089e0bc4333ada10064"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a7aa10bded0d26089e0bc4333ada10064">BoundedReLuUint8UpperBoundOnlyTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; BoundedReLuUint8UpperBoundOnlyTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00153">ActivationTestImpl.cpp:153</a></div></div>
+<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_aec44c163ed62de4b5c9bd573cb7f7b3e"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#aec44c163ed62de4b5c9bd573cb7f7b3e">LstmLayerFloat32NoCifgNoPeepholeNoProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32NoCifgNoPeepholeNoProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l01926">LstmTestImpl.cpp:1926</a></div></div>
+<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_a9808fb146a134bc91a2ee6f81a1cc5af"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#a9808fb146a134bc91a2ee6f81a1cc5af">IgnorePaddingAveragePooling2dSize3x2Stride2x2Test</a></div><div class="ttdeci">IgnorePaddingSimpleAveragePooling2dNoPaddingInt16Test IgnorePaddingAveragePooling2dSize3x2Stride2x2Test</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00365">RefLayerTests.cpp:365</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml_ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f"><div class="ttname"><a href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">armnn::DataLayout::NCHW</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_acaf2a0cb0375acbad4564aaa511138a5"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#acaf2a0cb0375acbad4564aaa511138a5">Slice2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Slice2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00257">SliceTestImpl.cpp:257</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_a12c7eadab87314b7d4d02c7d0dd03542"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a12c7eadab87314b7d4d02c7d0dd03542">DivisionBroadcast1DVectorInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; DivisionBroadcast1DVectorInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00423">DivisionTestImpl.cpp:423</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a9ed42b523afa1b8017f75478bf90d28b"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a9ed42b523afa1b8017f75478bf90d28b">SimpleL2Pooling2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SimpleL2Pooling2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01623">Pooling2dTestImpl.cpp:1623</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a064731952a5662725b679e33a8f96997"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a064731952a5662725b679e33a8f96997">StridedSliceShrinkAxisMaskBitPosition3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01024">StridedSliceTestImpl.cpp:1024</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a4cf5b253aee4ecf81d75797802c09604"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a4cf5b253aee4ecf81d75797802c09604">HardSwishUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; HardSwishUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01126">ActivationTestImpl.cpp:1126</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ab5703ba71ea408eb6939a5be35b67a2f"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ab5703ba71ea408eb6939a5be35b67a2f">Concat2dDim0DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim0DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02218">ConcatTestImpl.cpp:2218</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a20451e449b1dbd11ae7b5bc0f8c165b4"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a20451e449b1dbd11ae7b5bc0f8c165b4">SpaceToBatchNdMultiChannelsFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiChannelsFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00286">SpaceToBatchNdTestImpl.cpp:286</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_aebfc4dddd6d3c2f9f3631383875180ab"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#aebfc4dddd6d3c2f9f3631383875180ab">MaximumBroadcast1DVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MaximumBroadcast1DVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00083">MaximumTestImpl.cpp:83</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a236a550e54d732c42308aafe006a6351"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a236a550e54d732c42308aafe006a6351">NotEqualBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00926">ComparisonTestImpl.cpp:926</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ad970167c99234cfcc22107efbe3503d3"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ad970167c99234cfcc22107efbe3503d3">Concat3dDim0DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim0DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02254">ConcatTestImpl.cpp:2254</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a1dc1b7112df501f911a501ad40589215"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a1dc1b7112df501f911a501ad40589215">Simple4dAxisSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Simple4dAxisSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta, int axis)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00435">SoftmaxTestImpl.cpp:435</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_afb7ebe6c4afbc0f9a6b39dff2b57a98a"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#afb7ebe6c4afbc0f9a6b39dff2b57a98a">DivisionBroadcast1DVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; DivisionBroadcast1DVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00328">DivisionTestImpl.cpp:328</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a1d697781a0990b2fc155483e66a5048b"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a1d697781a0990b2fc155483e66a5048b">MaximumBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; MaximumBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00156">MaximumTestImpl.cpp:156</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a2ae97c2dd6621f4972c571cf1ec2a005"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a2ae97c2dd6621f4972c571cf1ec2a005">DepthwiseConvolution2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; DepthwiseConvolution2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03296">Conv2dTestImpl.cpp:3296</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a630fd31472c64fa147a70b9be2d4911f"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a630fd31472c64fa147a70b9be2d4911f">HardSwishTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; HardSwishTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01119">ActivationTestImpl.cpp:1119</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a336e63cb246a1d6f8b5a02367932471a"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a336e63cb246a1d6f8b5a02367932471a">L2Normalization3dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization3dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00731">L2NormalizationTestImpl.cpp:731</a></div></div>
+<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_aa4859cf8f51ed45e7326a4719097e26b"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#aa4859cf8f51ed45e7326a4719097e26b">MinimumBroadcast1DVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MinimumBroadcast1DVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00068">MinimumTestImpl.cpp:68</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_afb670e621e8c15f457eb0b178ff70f93"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#afb670e621e8c15f457eb0b178ff70f93">LargeTensorsAveragePooling2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; LargeTensorsAveragePooling2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01530">Pooling2dTestImpl.cpp:1530</a></div></div>
+<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a9ad391ecc4e862cef1126906c3db42c8"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a9ad391ecc4e862cef1126906c3db42c8">DepthwiseConvolution2dDepthMul64Test</a></div><div class="ttdeci">DataLayout::NCHW DataLayout::NCHW DataLayout::NHWC DataLayout::NHWC DataLayout::NCHW DataLayout::NHWC DepthwiseConvolution2dDepthMul64Test</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00210">ClLayerTests.cpp:210</a></div></div>
+<div class="ttc" id="_convert_fp32_to_fp16_test_impl_8cpp_xhtml_a9f647100f2c2ba05fe0e37d75271b00d"><div class="ttname"><a href="_convert_fp32_to_fp16_test_impl_8cpp.xhtml#a9f647100f2c2ba05fe0e37d75271b00d">SimpleConvertFp32ToFp16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SimpleConvertFp32ToFp16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_convert_fp32_to_fp16_test_impl_8cpp_source.xhtml#l00014">ConvertFp32ToFp16TestImpl.cpp:14</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a142df3b6c7d699e7623fb37ff95e8c5a"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a142df3b6c7d699e7623fb37ff95e8c5a">Concat2dDim1DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim1DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02225">ConcatTestImpl.cpp:2225</a></div></div>
+<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_aa52cf5a2574addfe0460c29198fa0a98"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#aa52cf5a2574addfe0460c29198fa0a98">Rsqrt2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; Rsqrt2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00011">RsqrtTestImpl.cpp:11</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a07b74f034f52a7c5dae44a74efb8019e"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a07b74f034f52a7c5dae44a74efb8019e">PadUint82dCustomPaddingTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; PadUint82dCustomPaddingTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00452">PadTestImpl.cpp:452</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ac0b03a955baab91f83dbb2658c757788"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ac0b03a955baab91f83dbb2658c757788">NotEqualBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00893">ComparisonTestImpl.cpp:893</a></div></div>
+<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a49c8f922a49a5a66e2b12b928855a8c3"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleResizeNearestNeighborTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00370">ResizeTestImpl.cpp:370</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a0d366093ec6ca27079466c811151665c"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a0d366093ec6ca27079466c811151665c">Simple4dSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Simple4dSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00425">SoftmaxTestImpl.cpp:425</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a462db75851b433b8739039a789e14c0f"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a462db75851b433b8739039a789e14c0f">Concat3dDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02239">ConcatTestImpl.cpp:2239</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_abe9073d08e150e3dd5e156af7ea8faa5"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#abe9073d08e150e3dd5e156af7ea8faa5">TanhUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; TanhUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01004">ActivationTestImpl.cpp:1004</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ac35cf0cf94be82c20908316292704a00"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ac35cf0cf94be82c20908316292704a00">StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01056">StridedSliceTestImpl.cpp:1056</a></div></div>
+<div class="ttc" id="_log_softmax_test_impl_8cpp_xhtml_a5f3566cdee1e8d80fe647d3535f491c4"><div class="ttname"><a href="_log_softmax_test_impl_8cpp.xhtml#a5f3566cdee1e8d80fe647d3535f491c4">LogSoftmaxTest3</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; LogSoftmaxTest3(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_log_softmax_test_impl_8cpp_source.xhtml#l00142">LogSoftmaxTestImpl.cpp:142</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a916c9acb126444caa775d14c635acaf8"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a916c9acb126444caa775d14c635acaf8">Concat2dDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02204">ConcatTestImpl.cpp:2204</a></div></div>
+<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_aef2d4e5a1cc68a35254b7d5bba760547"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#aef2d4e5a1cc68a35254b7d5bba760547">DequantizeSimpleInt8Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DequantizeSimpleInt8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00160">DequantizeTestImpl.cpp:160</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ab609573863d01a11473670c4fb87f581"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ab609573863d01a11473670c4fb87f581">GreaterOrEqualBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00550">ComparisonTestImpl.cpp:550</a></div></div>
+<div class="ttc" id="_reshape_test_impl_8cpp_xhtml_a75b012fe56435f53e13fd8ab123aef9c"><div class="ttname"><a href="_reshape_test_impl_8cpp.xhtml#a75b012fe56435f53e13fd8ab123aef9c">Reshape5dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 5 &gt; Reshape5dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_reshape_test_impl_8cpp_source.xhtml#l00109">ReshapeTestImpl.cpp:109</a></div></div>
+<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a3a6e0120f7dce89c2ef03a579c6c581e"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a3a6e0120f7dce89c2ef03a579c6c581e">SubtractionBroadcastUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SubtractionBroadcastUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00077">SubtractionTestImpl.cpp:77</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ae33cf6c5e5e7a8eccd4430984ef2cc17"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ae33cf6c5e5e7a8eccd4430984ef2cc17">StridedSliceShrinkAxisMaskBitPosition0And2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And2Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01040">StridedSliceTestImpl.cpp:1040</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a0f355e2bbdb148188515952ce8174915"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a0f355e2bbdb148188515952ce8174915">SpaceToBatchNdMultiChannelsFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SpaceToBatchNdMultiChannelsFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00314">SpaceToBatchNdTestImpl.cpp:314</a></div></div>
+<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_ae5c9cb5a3ad371cee5b3e04f79106b74"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#ae5c9cb5a3ad371cee5b3e04f79106b74">CopyViaSplitterInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 3 &gt; CopyViaSplitterInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00374">SplitterTestImpl.cpp:374</a></div></div>
+<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a2efccf857e77f59789d3c9c655943291"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a2efccf857e77f59789d3c9c655943291">Pad2dTestCommon</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; Pad2dTestCommon(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float qScale, int32_t qOffset, const float customPaddingValue)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00020">PadTestImpl.cpp:20</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a13ccef523e801fb5fdc2868fae871a26"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a13ccef523e801fb5fdc2868fae871a26">IgnorePaddingSimpleAveragePooling2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; IgnorePaddingSimpleAveragePooling2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01552">Pooling2dTestImpl.cpp:1552</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a9b7aeb61a28b0878ec0e7b1cb2d8daee"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a9b7aeb61a28b0878ec0e7b1cb2d8daee">SpaceToBatchNdPaddingNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdPaddingNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00384">SpaceToBatchNdTestImpl.cpp:384</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a8e409cdc677af52ce07c5cdc8ec63678"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a8e409cdc677af52ce07c5cdc8ec63678">Concat3dDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02814">ConcatTestImpl.cpp:2814</a></div></div>
+<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_ac4ad6762df2bb1ee95671e239f2a7687"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#ac4ad6762df2bb1ee95671e239f2a7687">MinimumBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; MinimumBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00137">MinimumTestImpl.cpp:137</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_ad3928f2c56ed15642ff6306cc6823ebd"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#ad3928f2c56ed15642ff6306cc6823ebd">SqrtTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SqrtTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00883">ActivationTestImpl.cpp:883</a></div></div>
+<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a6f4185540ddce123892c799e516ee50d"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a6f4185540ddce123892c799e516ee50d">SimpleMaxPooling2dSize2x2Stride2x2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleMaxPooling2dSize2x2Stride2x2Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool forceNoPadding)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01366">Pooling2dTestImpl.cpp:1366</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a2081650a5142448a5db4065819da2089"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a2081650a5142448a5db4065819da2089">Concat4dDim3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDim3Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02299">ConcatTestImpl.cpp:2299</a></div></div>
+<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a0da6534b3a5d2f923dcd73553950129a"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a0da6534b3a5d2f923dcd73553950129a">DepthwiseConvolution2dMult4Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; DepthwiseConvolution2dMult4Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02508">Conv2dTestImpl.cpp:2508</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a9591268a5a6c7d0a0b91098deab4fe34"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a9591268a5a6c7d0a0b91098deab4fe34">AdditionBroadcastTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionBroadcastTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00322">AdditionTestImpl.cpp:322</a></div></div>
+<div class="ttc" id="_log_softmax_test_impl_8cpp_xhtml_a43d9a2ddae53c0ce8d39131e199ea281"><div class="ttname"><a href="_log_softmax_test_impl_8cpp.xhtml#a43d9a2ddae53c0ce8d39131e199ea281">LogSoftmaxTest1</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; LogSoftmaxTest1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_log_softmax_test_impl_8cpp_source.xhtml#l00070">LogSoftmaxTestImpl.cpp:70</a></div></div>
+<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a28b9861c52ee758d11db282794b21306"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a28b9861c52ee758d11db282794b21306">SimpleSoftmaxFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 2 &gt; SimpleSoftmaxFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00633">SoftmaxTestImpl.cpp:633</a></div></div>
+<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a0889979f9ffb67b036c3928c6e94af50"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a0889979f9ffb67b036c3928c6e94af50">SimpleSigmoidUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleSigmoidUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00506">ActivationTestImpl.cpp:506</a></div></div>
+<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a9901861134e17a59931e45a4137ddb39"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a9901861134e17a59931e45a4137ddb39">LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l01943">LstmTestImpl.cpp:1943</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a49c8b464589cbe8f6b7e7a1bf7e6403d"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a49c8b464589cbe8f6b7e7a1bf7e6403d">L2Normalization4dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization4dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00776">L2NormalizationTestImpl.cpp:776</a></div></div>
+<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_a12dcbf5945d7d734b143172ff3129390"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#a12dcbf5945d7d734b143172ff3129390">InstanceNormFloat32Test2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; InstanceNormFloat32Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00253">InstanceNormalizationTestImpl.cpp:253</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_aff1f64410b029a9b9925bb4c69219896"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#aff1f64410b029a9b9925bb4c69219896">Debug4dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Debug4dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00340">DebugTestImpl.cpp:340</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_ad248b29d04a555ddfa407f2121f66333"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#ad248b29d04a555ddfa407f2121f66333">Debug2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Debug2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00354">DebugTestImpl.cpp:354</a></div></div>
+<div class="ttc" id="_debug_test_impl_8cpp_xhtml_ab27db9bc57b9d9285ef91e09a6ae1a2e"><div class="ttname"><a href="_debug_test_impl_8cpp.xhtml#ab27db9bc57b9d9285ef91e09a6ae1a2e">Debug3dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Debug3dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_debug_test_impl_8cpp_source.xhtml#l00291">DebugTestImpl.cpp:291</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a470ed90260ed36c02adc91df184fcc82"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a470ed90260ed36c02adc91df184fcc82">AdditionBroadcastInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; AdditionBroadcastInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00338">AdditionTestImpl.cpp:338</a></div></div>
+<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a4b5e20456506426ba2e4ea9616df978f"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a4b5e20456506426ba2e4ea9616df978f">AdditionUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AdditionUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00370">AdditionTestImpl.cpp:370</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_a7905aab5acadb38374fa416e2a3f0ccf"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a7905aab5acadb38374fa416e2a3f0ccf">DivisionBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; DivisionBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00304">DivisionTestImpl.cpp:304</a></div></div>
+<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ac6e55fbcc8ae3dfa8c1762d343264006"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ac6e55fbcc8ae3dfa8c1762d343264006">ConcatFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; Half, 3 &gt; ConcatFloat16Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02338">ConcatTestImpl.cpp:2338</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml_ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51"><div class="ttname"><a href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">armnn::DataLayout::NHWC</a></div></div>
+<div class="ttc" id="_division_test_impl_8cpp_xhtml_ab4698982570cfa37dad688623fc7c1d8"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#ab4698982570cfa37dad688623fc7c1d8">DivisionBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00100">DivisionTestImpl.cpp:100</a></div></div>
+<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a7863b4d5cf3fa19de7668eb3a4c6191c"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a7863b4d5cf3fa19de7668eb3a4c6191c">Slice1dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; Slice1dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00238">SliceTestImpl.cpp:238</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a9a6c40f2472520aa803c06bce119ee12"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a9a6c40f2472520aa803c06bce119ee12">SpaceToBatchNdSimpleUint16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToBatchNdSimpleUint16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00447">SpaceToBatchNdTestImpl.cpp:447</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_afe5edc3b11b6437e4996f451b1c1610e"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#afe5edc3b11b6437e4996f451b1c1610e">StridedSlice2dReverseFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSlice2dReverseFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00950">StridedSliceTestImpl.cpp:950</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a4acde4a2a816c8fc1d695bbcf2b035f0"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a4acde4a2a816c8fc1d695bbcf2b035f0">EqualBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00362">ComparisonTestImpl.cpp:362</a></div></div>
+<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a51324dd32b0b605e9f27d2b91312dc80"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a51324dd32b0b605e9f27d2b91312dc80">L2Normalization1dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; L2Normalization1dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00597">L2NormalizationTestImpl.cpp:597</a></div></div>
+<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_a95e3411d80e0eac3844844c017f03861"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a95e3411d80e0eac3844844c017f03861">BatchNormFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BatchNormFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00207">BatchNormalizationTestImpl.cpp:207</a></div></div>
+<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a4cd50a7dee6d39e1d73f042d45c99d98"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a4cd50a7dee6d39e1d73f042d45c99d98">StridedSliceShrinkAxisMaskBitPosition3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00894">StridedSliceTestImpl.cpp:894</a></div></div>
+<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_adee32fdbe486b1cf17f93d5252d7e99f"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#adee32fdbe486b1cf17f93d5252d7e99f">SpaceToDepthNchwAsymmQ8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToDepthNchwAsymmQ8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00166">SpaceToDepthTestImpl.cpp:166</a></div></div>
+<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ac65c8dd6d74ac7492737ff9f30f1d7fe"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac65c8dd6d74ac7492737ff9f30f1d7fe">SpaceToBatchNdSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00335">SpaceToBatchNdTestImpl.cpp:335</a></div></div>
+<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a32a5e66843f06cc2d27cec8ca7cfd0bd"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a32a5e66843f06cc2d27cec8ca7cfd0bd">LessOrEqualBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00793">ComparisonTestImpl.cpp:793</a></div></div>
+<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a67926759ded30561aa1a34209d3bcaf0"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a67926759ded30561aa1a34209d3bcaf0">MaximumBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MaximumBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00252">MaximumTestImpl.cpp:252</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_efae4012d0e357ebeaba7d02491d70e5.xhtml">reference</a></li><li class="navelem"><a class="el" href="dir_820f114a135ae891c13c0cafd2ecf138.xhtml">test</a></li><li class="navelem"><a class="el" href="_ref_layer_tests_8cpp.xhtml">RefLayerTests.cpp</a></li>
+ <li class="footer">Generated on Fri Mar 13 2020 16:09:12 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>